Nordic Dark Theme

Nordic Dark Theme.
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,
  "browser_specific_settings": {
    "gecko": {
      "id": "nordicdarktheme@yeet.com",
      "strict_min_version": "100.0"
    }
  },
  "version": "1.0",
  "name": "Nordic Dark Theme",
  "theme": {
    "colors": {
      "frame": "#2A2F3B",
      "tab_background_text": "#FFFFFF",
      "toolbar": "#3B4252",
      "bookmark_text": "#FFFFFF",
      "tab_selected": "#4C566A",
      "tab_text": "#FFFFFF",
      "tab_line": "#2A2F3B",
      "toolbar_field": "#2A2F3B",
      "toolbar_field_border_focus": "#4C566A",
      "toolbar_field_highlight": "#4C566A",
      "toolbar_field_text": "#FFFFFF",
      "toolbar_top_separator": "#2A2F3B",
      "ntp_background": "#2A2F3B",
      "ntp_text": "#FFFFFF",
      "popup": "#2A2F3B",
      "popup_text": "#FFFFFF",
      "popup_highlight": "#4C566A",
      "popup_highlight_text": "#FFFFFF",
      "sidebar": "#2A2F3B",
      "sidebar_text": "#FFFFFF",
      "sidebar_highlight": "#4C566A",
      "sidebar_highlight_text": "#FFFFFF"
    }
  }
}