Ultimate dark blue theme

Ultimate dark blue theme
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "name": "Dark blue theme for my desktop",
  "author": "me",
  "manifest_version": 2,
  "version": "1.0",
  "theme": {
    "colors": {
      "frame": "rgba(17, 16, 23, 1)",
      "frame_inactive": "rgba(17, 16, 23, 1)",
      "tab_text": "rgba(107, 174, 207, 1)",
      "tab_background_text": "rgba(234, 237, 241, 1)",
      "tab_line": "rgba(107, 174, 207, 1)",
      "tab_loading": "rgba(107, 174, 207, 1)",
      "toolbar": "rgba(25, 24, 30, 1)",
      "toolbar_top_separator": "rgba(25, 24, 30, 1)",
      "toolbar_bottom_separator": "rgba(25, 24, 30, 1)",
      "toolbar_vertical_separator": "rgba(25, 24, 30, 1)",
      "toolbar_field": "rgba(8, 6, 15, 1)",
      "toolbar_field_text": "rgba(234, 237, 241, 1)",
      "toolbar_field_border": "rgba(8, 6, 15, 1)",
      "toolbar_field_separator": "rgba(8, 6, 15, 0.2)",
      "toolbar_field_focus": "rgba(8, 6, 15, 1)",
      "toolbar_field_border_focus": "rgba(30, 30, 30, 1)",
      "button_background_hover": "rgba(255, 255, 255, 0.12)",
      "button_background_active": "rgba(255, 255, 255, 0.15)",
      "bookmark_text": "rgba(170, 170, 170, 1)",
      "popup": "rgba(8, 6, 15, 1)",
      "popup_text": "rgba(234, 237, 241, 1)",
      "popup_border": "rgba(8, 6, 15, 1)",
      "popup_highlight": "#21252B",
      "popup_highlight_text": "rgba(255, 255, 255, 1)",
      "ntp_background": "rgba(8, 6, 15, 1)",
      "ntp_text": "rgba(170, 170, 170, 1)",
      "sidebar": "rgba(25, 24, 30, 1)",
      "sidebar_text": "rgba(170, 170, 170, 1)",
      "sidebar_border": "rgba(8, 6, 15, 1)",
      "sidebar_highlight": "#21252B",
      "sidebar_highlight_text": "rgba(170, 170, 170, 1)"
    }
  }
}