Dark Ocean Theme (WebExtension)

Dark Ocean Theme (WebExtension)

A dark bluish theme for Firefox, similar to the original dark theme of Firefox Developer Edition.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Dark Ocean Theme (WebExtension)",
  "version": "1.0.5resigned1",
  "description": "A dark bluish theme for Firefox, similar to the original dark theme of Firefox Developer Edition.",
  "author": "George Raptis",
  "icons": {
    "48": "icons/icon.svg",
    "96": "icons/icon.svg"
  },
  "theme": {
    "colors": {
      "frame": [
        39,
        43,
        53
      ],
      "tab_background_text": [
        210,
        214,
        221
      ],
      "toolbar": [
        57,
        63,
        76
      ],
      "tab_line": [
        10,
        132,
        255
      ],
      "tab_loading": [
        10,
        132,
        255
      ],
      "icons_attention": [
        101,
        171,
        248
      ],
      "toolbar_top_separator": [
        23,
        27,
        31
      ],
      "toolbar_bottom_separator": [
        23,
        27,
        31
      ],
      "toolbar_vertical_separator": [
        79,
        91,
        102
      ],
      "toolbar_field": [
        23,
        27,
        31
      ],
      "toolbar_field_text": [
        255,
        255,
        255
      ],
      "toolbar_field_focus": [
        23,
        27,
        31
      ],
      "toolbar_field_border": [
        39,
        43,
        53
      ],
      "toolbar_field_separator": [
        57,
        63,
        76
      ],
      "bookmark_text": [
        210,
        214,
        221
      ],
      "tab_selected": [
        57,
        63,
        76
      ],
      "tab_text": [
        255,
        255,
        255
      ],
      "tab_background_separator": [
        167,
        173,
        186
      ],
      "button_background_hover": [
        79,
        91,
        102
      ],
      "button_background_active": [
        101,
        115,
        126
      ],
      "popup": [
        57,
        63,
        76
      ],
      "popup_text": [
        210,
        214,
        221
      ],
      "popup_border": [
        39,
        43,
        53
      ],
      "sidebar": [
        57,
        63,
        76
      ],
      "sidebar_text": [
        210,
        214,
        221
      ],
      "sidebar_highlight": [
        57,
        63,
        76
      ],
      "sidebar_highlight_text": [
        255,
        255,
        255
      ],
      "sidebar_border": [
        39,
        43,
        53
      ],
      "ntp_background": [
        23,
        27,
        31
      ],
      "ntp_text": [
        255,
        255,
        255
      ]
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{b8684a35-6e9c-4fff-84f5-0a296393aec9}"
    }
  }
}