Examine source code of Minimal Gray

Inspect and view changes in Minimal Gray source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 2,
  "version": "1.1",
  "name": "Pleasant Gray",
  "theme": {
    "images": {
      "additional_backgrounds": [
        "images/bg-000-5672c42860d5b06e1058dc477397f3ef.svg"
      ]
    },
    "properties": {
      "additional_backgrounds_alignment": [
        "top"
      ],
      "additional_backgrounds_tiling": [
        "repeat"
      ]
    },
    "colors": {
      "toolbar": "rgb(73, 73, 73)",
      "toolbar_text": "rgb(255, 255, 255)",
      "frame": "rgb(73, 73, 73)",
      "tab_background_text": "rgb(255, 255, 255)",
      "toolbar_field": "rgb(73, 73, 73)",
      "toolbar_field_text": "rgb(255, 255, 255)",
      "tab_line": "rgb(73, 73, 73)",
      "popup": "rgb(43, 43, 43)",
      "popup_text": "rgb(230, 230, 230)",
      "button_background_hover": "rgb(106, 106, 106)",
      "icons": "rgb(200, 200, 200)",
      "ntp_background": "rgb(73, 73, 73)",
      "popup_border": "rgb(90, 90, 90)",
      "popup_highlight_text": "rgb(255, 255, 255)",
      "popup_highlight": "rgb(95, 95, 95)",
      "sidebar_border": "rgb(68, 68, 68)",
      "sidebar_highlight_text": "rgb(98, 98, 98)",
      "sidebar_text": "rgb(78, 78, 78)",
      "tab_loading": "rgb(255, 255, 255)",
      "tab_selected": "rgb(116, 116, 116)",
      "tab_text": "rgb(255, 255, 255)",
      "toolbar_field_border_focus": "rgb(203, 215, 239)",
      "toolbar_field_border": "rgb(73, 73, 73)",
      "toolbar_field_separator": "rgb(73, 73, 73)",
      "toolbar_top_separator": "rgb(73, 73, 73)"
    }
  }
}