Sooth Gradient

Sooth Gradient

A soothing theme with a pastel gradient from turquoise to lavender as a background, and matching colours for the tabs, buttons and…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "version": "1.1",
  "name": "Sooth Gradient",
  "short_name": "Sooth Gradient",
  "icons": {
    "128": "icon128.png"
  },
  "theme": {
    "images": {
      "theme_toolbar": "images/theme_toolbar.png",
      "theme_tab_background": "images/theme_tab_background.png",
      "theme_ntp_background": "images/theme_ntp_background_gradient.png"
    },
    "colors": {
      "toolbar": [
        192,
        242,
        246,
        0.6
      ],
      "tab_text": [
        33,
        66,
        99
      ],
      "tab_background_text": [
        40,
        70,
        100
      ],
      "bookmark_text": [
        23,
        65,
        110
      ],
      "ntp_background": [
        170,
        222,
        238
      ],
      "ntp_text": [
        240,
        252,
        255
      ],
      "ntp_link": [
        240,
        252,
        255
      ],
      "ntp_header": [
        80,
        150,
        180
      ],
      "ntp_section": [
        70,
        130,
        160
      ],
      "ntp_section_text": [
        240,
        252,
        255
      ],
      "ntp_section_link": [
        240,
        252,
        255
      ]
    },
    "tints": {
      "buttons": [
        0.54,
        0.25,
        0.4
      ]
    },
    "properties": {
      "ntp_logo_alternate": 1
    }
  }
}