Tron Dark Contrast

Dark Contrast is a theme with Tron like blues, bright greens over all the icons and menus with orange highlight when you hover over icons. Simple theme that is easy on the eyes with bold contrast colors.
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,
  "version": "1.0",
  "name": "Dark Contrast",
  "theme": {
    "images": {},
    "properties": {},
    "colors": {
      "toolbar": "rgb(45, 45, 45)",
      "toolbar_text": "rgb(0, 245, 255)",
      "frame": "rgb(45, 45, 45)",
      "tab_background_text": "rgb(0, 255, 255)",
      "toolbar_field": "rgb(0, 0, 0)",
      "toolbar_field_text": "rgb(0, 245, 255)",
      "tab_line": "rgb(67, 194, 218)",
      "popup": "rgb(45, 45, 45)",
      "popup_text": "rgb(0, 216, 255)",
      "button_background_active": "rgb(255, 0, 0)",
      "button_background_hover": "rgb(252, 129, 14)",
      "icons": "rgb(17, 255, 0)",
      "ntp_text": "rgb(0, 255, 3)",
      "popup_border": "rgb(0, 238, 255)",
      "sidebar_border": "rgb(17, 255, 0)",
      "sidebar_highlight": "rgb(0, 125, 125)",
      "tab_background_separator": "rgb(0, 238, 255)",
      "tab_loading": "rgb(67, 194, 218)"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{b98b136a-c2ec-436f-ba7a-3a73b1a9e785}"
    }
  }
}