CGA Theme

CGA Theme

Inspired by the CGA color palette

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "version": "1.0",
  "name": "CGA Theme",
  "theme": {
    "images": {},
    "properties": {},
    "colors": {
      "toolbar": "rgb(0, 0, 170)",
      "toolbar_text": "rgb(255, 255, 255)",
      "frame": "rgb(0, 0, 0)",
      "tab_background_text": "rgb(170, 170, 170)",
      "toolbar_field": "rgb(0, 0, 0)",
      "toolbar_field_text": "rgb(170, 170, 170)",
      "tab_line": "rgb(85, 255, 255)",
      "popup": "rgb(170, 0, 170)",
      "popup_text": "rgb(255, 255, 255)",
      "ntp_background": "rgb(0, 0, 0)",
      "ntp_text": "rgb(255, 255, 255)",
      "tab_loading": "rgb(85, 255, 255)"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{ac02c798-81ee-4b42-a7f1-71e0bb5df52a}"
    }
  }
}