Smoke Theme

Smoke Theme

This is my second theme now, I think it's better than my last one:…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "Smoke Theme",
  "theme": {
    "colors": {
      "bookmark_text": [
        162,
        101,
        55
      ],
      "frame": [
        153,
        96,
        53
      ],
      "frame_inactive": [
        94,
        56,
        0
      ],
      "frame_incognito": [
        50,
        50,
        50
      ],
      "frame_incognito_inactive": [
        0,
        0,
        0
      ],
      "ntp_header": [
        221,
        215,
        200
      ],
      "ntp_link": [
        0,
        0,
        0
      ],
      "ntp_link_underline": [
        153,
        96,
        53
      ],
      "ntp_section": [
        232,
        205,
        155
      ],
      "ntp_section_link": [
        94,
        56,
        0
      ],
      "ntp_section_text": [
        94,
        56,
        0
      ],
      "ntp_section_link_underline": [
        94,
        56,
        0
      ],
      "tab_background_text": [
        94,
        56,
        0
      ],
      "tab_text": [
        221,
        215,
        200
      ],
      "toolbar": [
        204,
        189,
        153
      ]
    },
    "images": {
      "theme_button_background": "images/theme_button_background.png",
      "theme_frame": "images/theme_frame.png",
      "theme_frame_incognito": "images/theme_frame_incognito.png",
      "theme_tab_background_incognito": "images/theme_tab_background_incognito.png",
      "theme_ntp_background": "images/theme_ntp_background.png",
      "theme_tab_background": "images/theme_tab_background.png",
      "theme_toolbar": "images/theme_toolbar.png",
      "theme_window_control_background": "images/theme_window_control_background.png"
    },
    "properties": {
      "ntp_background_alignment": "top left",
      "ntp_background_repeat": "repeat-x"
    },
    "tints": {
      "frame_inactive": [
        -1,
        -1,
        0.75
      ],
      "frame_incognito_inactive": [
        0.5,
        0,
        0.45
      ]
    }
  },
  "version": "1.0"
}