Golden Colors

Golden Colors

A golden theme with dark browns and bright accents

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Golden Colors",
  "description": "A golden theme with dark browns and bright accents",
  "version": "0.1",
  "theme": {
    "colors": {
      "frame": [
        255,
        200,
        20
      ],
      "toolbar": [
        133,
        112,
        64
      ],
      "tab_text": [
        255,
        200,
        20
      ],
      "background_tab": [
        255,
        232,
        156
      ],
      "tab_background_text": [
        162,
        124,
        0
      ],
      "bookmark_text": [
        255,
        200,
        20
      ],
      "ntp_background": [
        255,
        200,
        20
      ],
      "ntp_text": [
        0,
        255,
        195
      ],
      "ntp_link": [
        251,
        255,
        21
      ],
      "ntp_header": [
        90,
        255,
        25
      ],
      "button_background": [
        251,
        25,
        251
      ]
    },
    "tints": {
      "buttons": [
        0.128,
        0.92,
        0.7
      ]
    }
  }
}