Ambiance Blend

Ambiance Blend

This is my first theme ever. I've put a lot of effort into getting it to look as great as I can, and I'm happy with it. It's…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "Ambiance Blend",
  "theme": {
    "colors": {
      "ntp_link": [
        90,
        87,
        78
      ],
      "ntp_section": [
        90,
        87,
        78
      ],
      "ntp_background": [
        255,
        255,
        255
      ],
      "theme_frame_inactive": [
        90,
        87,
        78
      ],
      "ntp_header": [
        223,
        219,
        210
      ],
      "toolbar": [
        255,
        255,
        255
      ],
      "toolbar_outline": [
        223,
        219,
        210
      ],
      "tab_background_text": [
        223,
        219,
        210
      ],
      "bookmark_text": [
        90,
        87,
        78
      ]
    },
    "images": {
      "theme_button_background": "images/theme_button_background.png",
      "theme_frame": "images/theme_frame_ubuntu.png",
      "theme_frame_overlay": "images/theme_frame_ubuntu.png",
      "theme_frame_inactive": "images/theme_frame_ubuntu.png",
      "theme_toolbar": "images/theme_toolbar_ubuntu2.png",
      "theme_tab_background": "images/theme_tab_background.png",
      "theme_tab_background_v": "images/theme_tab_background.png"
    },
    "icons": {
      "16": "images/icon16.png",
      "48": "images/icon48.png",
      "128": "images/icon128.png"
    },
    "tints": {
      "frame_inactive": [
        0,
        0.5,
        0.5
      ],
      "buttons": [
        0.07,
        0.5,
        0.5
      ]
    }
  },
  "version": "0.1"
}