Terracotta

Terracotta

A soft terracotta-like theme for Google Chrome.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Terracotta",
  "version": "1.0",
  "description": "",
  "manifest_version": 2,
  "theme": {
    "images": {
      "theme_frame": "images/theme_frame.png",
      "theme_toolbar": "images/theme_toolbar.png",
      "theme_tab_background": "images/theme_tab_background.png"
    },
    "colors": {
      "frame": [
        244,
        241,
        187
      ],
      "toolbar": [
        230,
        235,
        224
      ],
      "tab_text": [
        56,
        53,
        65
      ],
      "tab_background_text": [
        56,
        53,
        65
      ],
      "bookmark_text": [
        56,
        53,
        65
      ],
      "ntp_background": [
        155,
        193,
        188
      ],
      "ntp_text": [
        56,
        53,
        65
      ],
      "ntp_link": [
        56,
        53,
        65
      ],
      "button_background": [
        56,
        53,
        65,
        1
      ]
    },
    "tints": {
      "buttons": [
        0.71,
        0.1,
        0.23
      ]
    },
    "properties": {
      "ntp_background_alignment": "bottom",
      "ntp_background_repeat": "no-repeat"
    }
  }
}