console 3bit

console 3bit

A theme inspired by console colors, with colors for new tab, sidebar, and popups

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "version": "1.0",
  "name": "console 3bit",
  "theme": {
    "colors": {
      "tab_line": "#0f0",
      "tab_background_text": "#0ff",
      "tab_background_separator": "#0f0",
      "tab_loading": "#0f0",
      "tab_selected": "#000",
      "tab_text": "#0f0",
      "frame": "#000",
      "toolbar": "#000",
      "toolbar_top_separator": "#000",
      "toolbar_bottom_separator": "#222",
      "toolbar_vertical_separator": "#222",
      "toolbar_field": "#000",
      "toolbar_field_border": "#000",
      "toolbar_field_border_focus": "#00f",
      "toolbar_field_focus": "#000",
      "toolbar_field_text": "#0f0",
      "toolbar_field_text_focus": "#fff",
      "toolbar_field_separator": "#000",
      "toolbar_field_highlight": "#ff0",
      "toolbar_field_highlight_text": "#000",
      "bookmark_text": "#ff0",
      "icons": "#ff0",
      "icons_attention": "#f00",
      "button_background_active": "#00f",
      "button_background_hover": "#00f",
      "popup": "#000",
      "popup_text": "#0ff",
      "popup_border": "#00f",
      "popup_highlight": "#ff0",
      "popup_highlight_text": "#000",
      "ntp_background": "#000",
      "ntp_text": "#0ff",
      "sidebar": "#000",
      "sidebar_text": "#0ff",
      "sidebar_highlight": "#ff0",
      "sidebar_highlight_text": "#000",
      "sidebar_border": "#00f"
    }
  }
}