Subtle Bright (red)

Subtle Bright (red)

A theme that uses a combination of bright and subtle colors.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_name__",
  "description": "__MSG_description__",
  "manifest_version": 3,
  "version": "1.1.0",
  "default_locale": "en",
  "icons": {
    "128": "icon.png"
  },
  "theme": {
    "tints": {
      "frame": [
        -1,
        -1,
        -1
      ],
      "frame_inactive": [
        -1,
        -1,
        -1
      ],
      "frame_incognito": [
        -1,
        -1,
        -1
      ],
      "frame_incognito_inactive": [
        -1,
        -1,
        -1
      ],
      "background_tab": [
        -1,
        -1,
        -1
      ],
      "buttons": [
        -1,
        -1,
        -1
      ]
    },
    "properties": {
      "ntp_background_repeat": "repeat",
      "ntp_logo_alternate": 1
    },
    "colors": {
      "frame": [
        0,
        0,
        0
      ],
      "toolbar": [
        255,
        235,
        235
      ],
      "ntp_background": [
        186,
        67,
        67
      ],
      "tab_background_text_inactive": [
        237,
        213,
        213
      ],
      "tab_background_text": [
        255,
        229,
        229
      ],
      "tab_text": [
        187,
        68,
        68
      ],
      "bookmark_text": [
        187,
        68,
        68
      ],
      "ntp_text": [
        255,
        255,
        255
      ],
      "frame_inactive": [
        0,
        0,
        0
      ],
      "background_tab": [
        179,
        164,
        164
      ],
      "background_tab_inactive": [
        179,
        164,
        164
      ],
      "omnibox_text": [
        66,
        66,
        66
      ],
      "ntp_link": [
        251,
        255,
        117
      ],
      "toolbar_button_icon": [
        186,
        67,
        67
      ],
      "toolbar_text": [
        186,
        67,
        67
      ],
      "omnibox_background": [
        245,
        218,
        218
      ]
    },
    "images": {
      "theme_tab_background": "theme_tab_background.png",
      "theme_frame": "theme_frame.png",
      "theme_frame_inactive": "theme_frame_inactive.png",
      "theme_toolbar": "theme_toolbar.png",
      "theme_tab_background_inactive": "theme_tab_background_inactive.png"
    },
    "clear_new_tab": {
      "size": "dont_resize"
    }
  }
}