Dark Theme

Dark Theme

Beautiful Dark theme for your Firefox.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "version": "4.3",
  "name": "DarkTheme",
  "author": "Artyom Polyanskiy",
  "theme": {
    "images": {
      "theme_frame": "images/back.jpg"
    },
    "colors": {
      "button_background_active": "rgba(25, 25, 25, 1.0)",
      "button_background_hover": "rgba(110, 110, 110, 0.3)",
      "bookmark_text": "white",
      "frame": "#191919",
      "frame_inactive": "rgba(25, 25, 25, 1.0)",
      "icons": "#e6e6e6",
      "icons_attention": "#ffd244",
      "ntp_background": "#191919",
      "ntp_text": "white",
      "popup": "#333333",
      "popup_border": "#555555",
      "popup_highlight": "#555555",
      "popup_highlight_text": "white",
      "popup_text": "white",
      "sidebar": "#333333",
      "sidebar_border": "#555555",
      "sidebar_highlight": "#555555",
      "sidebar_highlight_text": "white",
      "sidebar_text": "white",
      "tab_background_separator": "#555555",
      "tab_line": "white",
      "tab_loading": "white",
      "tab_selected": "rgba(0, 0, 0, 0.0)",
      "tab_text": "white",
      "tab_background_text": "white",
      "toolbar": "rgba(110, 110, 110, 0.3)",
      "toolbar_bottom_separator": "#333333",
      "toolbar_field": "rgba(25, 25, 25, 1.0)",
      "toolbar_field_border": "#333333",
      "toolbar_field_border_focus": "rgba(110, 110, 110, 0.6)",
      "toolbar_field_focus": "#191919",
      "toolbar_field_highlight": "#555555",
      "toolbar_field_highlight_text": "white",
      "toolbar_field_separator": "rgba(110, 110, 110, 0.3)",
      "toolbar_field_text": "white",
      "toolbar_field_text_focus": "white",
      "toolbar_top_separator": "#333333",
      "toolbar_vertical_separator": "#333333"
    }
  }
}