Plain Blue Theme

Plain Blue Theme

A subtle light blue colored theme. If you easily get distracted by bright colors, this might just be the theme for you!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "version": "1.0",
  "name": "Plain Blue Theme",
  "theme": {
    "images": {
      "theme_frame": "images/frame.png",
      "theme_frame_incognito": "images/frame_incog.png",
      "theme_toolbar": "images/toolbar.png",
      "theme_ntp_background": "images/bg.png",
      "theme_button_background": "images/button.png",
      "theme_tab_background_incognito": "images/tab_incog.png",
      "theme_tab_background": "images/tab.png"
    },
    "colors": {
      "bookmark_text": [
        40,
        40,
        40
      ],
      "frame": [
        163,
        163,
        163
      ],
      "frame_inactive": [
        200,
        200,
        200
      ],
      "ntp_background": [
        187,
        203,
        218
      ],
      "ntp_header": [
        200,
        200,
        200
      ],
      "ntp_link": [
        255,
        255,
        255
      ],
      "ntp_section": [
        245,
        245,
        245
      ],
      "ntp_section_link": [
        68,
        68,
        68
      ],
      "ntp_section_text": [
        116,
        116,
        116
      ],
      "ntp_text": [
        20,
        20,
        20
      ],
      "tab_background_text": [
        56,
        84,
        136
      ],
      "tab_text": [
        59,
        87,
        124
      ],
      "toolbar_text": [
        100,
        100,
        100
      ],
      "toolbar": [
        235,
        235,
        235
      ]
    },
    "tints": {
      "buttons": [
        0.6,
        0.5,
        0.55
      ],
      "frame_inactive": [
        0.6,
        0,
        0.5
      ],
      "frame_incognito_inactive": [
        0.6,
        0,
        0.5
      ]
    },
    "properties": {
      "ntp_background_alignment": "left bottom",
      "ntp_background_repeat": "repeat-x",
      "ntp_logo_alternate": 1
    }
  }
}