Examine source code of Dark Grey Theme by Valou

Inspect and view changes in Dark Grey Theme by Valou 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.0",
  "name": "Dark Grey Theme",
  "description": "Dark Grey theme",
  "icons": {
    "1000": "logo.jpg"
  },
  "theme": {
    "images": {
      "theme_frame": "background.png"
    },
    "colors": {
      "frame": "#424242",
      "popup": "#282828",
      "popup_text": "#fff",
      "popup_highlight": "#515151",
      "popup_highlight_text": "#fff",
      "toolbar": "#424242",
      "toolbar_field": "#282828",
      "toolbar_top_separator": "rgba(0,0,0,0)",
      "toolbar_field_highlight": "rgba(255, 255, 255,0.9)",
      "toolbar_field_highlight_text": "rgba(0, 0, 0,0.9)",
      "toolbar_field_text": "#fff",
      "toolbar_field_separator": "rgba(255,255,255,0.2)",
      "toolbar_field_focus": "#282828",
      "toolbar_field_border_focus": "#424242",
      "toolbar_vertical_separator": "rgba(255,255,255,0.2)",
      "toolbar_bottom_separator": "rgba(0,0,0,0)",
      "tab_text": "#fff",
      "tab_line": "#212121",
      "tab_loading": "#FF5722",
      "tab_background_text": "rgba(255,255,255,0.8)",
      "tab_background_separator": "rgba(255,255,255,0.6)",
      "ntp_background": "#212121",
      "ntp_text": "#fff",
      "sidebar": "#282828",
      "sidebar_border": "rgba(255,255,255,0.6)",
      "sidebar_text": "#fff",
      "icons": "rgba(255,255,255,0.9)",
      "icons_attention": "#FF5722",
      "button_background_hover": "rgba(255,255,255,0.1)",
      "button_background_active": "rgba(255,255,255,0.2)"
    }
  }
}