Google Chrome Dark Theme by Stylefox

Google Chrome Dark Theme by Stylefox

A beautiful material dark theme for Firefox inspired by Google Chrome's incognito color scheme.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Google Chrome Dark",
  "author": "Stylefox",
  "manifest_version": 2,
  "version": "2.0",
  "theme": {
    "colors": {
      "frame": "rgba(32, 33, 36, 1)",
      "frame_inactive": "rgba(60, 64, 67, 1)",
      "tab_background_text": "rgba(189, 193, 198, 1)",
      "tab_background_separator": "rgba(134, 137, 142, 1)",
      "tab_text": "rgba(214, 215, 215, 1)",
      "tab_line": "rgba(50, 54, 57, 1)",
      "tab_loading": "rgba(214, 215, 215, 1)",
      "tab_selected": "rgba(50, 54, 57, 1)",
      "icons": "rgba(214, 215, 215, 1)",
      "icons_attention": "rgba(138, 180, 248, 1)",
      "toolbar": "rgba(50, 54, 57, 1)",
      "bookmark_text": "rgba(214, 215, 215, 1)",
      "toolbar_top_separator": "rgba(50, 54, 57, 1)",
      "toolbar_bottom_separator": "rgba(40, 40, 40, 1)",
      "toolbar_vertical_separator": "rgba(50, 54, 57, 1)",
      "toolbar_field": "rgba(40, 44, 47, 1)",
      "toolbar_field_text": "rgba(214, 215, 215, 1)",
      "toolbar_field_text_focus": "rgba(214, 215, 215, 1)",
      "toolbar_field_highlight": "rgba(32, 95, 181, 1)",
      "toolbar_field_highlight_text": "rgba(255, 255, 255, 1)",
      "toolbar_field_focus": "rgba(60, 64, 67, 1)",
      "toolbar_field_border": "rgba(40, 44, 47, 1)",
      "toolbar_field_separator": "rgba(40, 44, 47, 1)",
      "toolbar_field_border_focus": "rgba(91, 110, 139, 1)",
      "button_background_hover": "rgba(66, 70, 73, 1)",
      "button_background_active": "rgba(77, 81, 83, 1)",
      "popup": "rgba(40, 44, 47, 1)",
      "popup_text": "rgba(214, 215, 215, 1)",
      "popup_border": "rgba(40, 44, 47, 1)",
      "popup_highlight": "#474b4e",
      "popup_highlight_text": "rgba(255, 255, 255, 1)",
      "ntp_background": "rgba(50, 54, 57, 1)",
      "ntp_text": "rgba(214, 215, 215, 1)",
      "sidebar": "rgba(40, 44, 47, 1)",
      "sidebar_border": "rgba(40, 44, 47, 1)",
      "sidebar_text": "rgba(214, 215, 215, 1)",
      "sidebar_highlight": "#474b4e",
      "sidebar_highlight_text": "rgba(255, 255, 255, 1)"
    }
  }
}