Solarized Light

Solarized Light

Solarized Light Theme

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Solarized Light",
  "description": "Solarized Light Theme",
  "version": "2.4",
  "author": "Mallowigi",
  "icons": {
    "128": "icon.png"
  },
  "theme": {
    "images": {
      "theme_ntp_background": "wall.png",
      "theme_toolbar": "topbar.png",
      "theme_tab_background": "tab.png"
    },
    "colors": {
      "background_tab": [
        253,
        246,
        227
      ],
      "background_tab_inactive": [
        246,
        240,
        222
      ],
      "background_tab_incognito": [
        238,
        232,
        213
      ],
      "background_tab_incognito_inactive": [
        246,
        240,
        222
      ],
      "bookmark_text": [
        88,
        110,
        117
      ],
      "button_background": [
        216,
        212,
        196
      ],
      "frame": [
        238,
        232,
        213
      ],
      "frame_inactive": [
        246,
        240,
        222
      ],
      "frame_incognito": [
        238,
        232,
        213
      ],
      "frame_incognito_inactive": [
        246,
        240,
        222
      ],
      "ntp_background": [
        238,
        232,
        213
      ],
      "ntp_header": [
        246,
        240,
        222
      ],
      "ntp_link": [
        211,
        54,
        130
      ],
      "ntp_text": [
        88,
        110,
        117
      ],
      "omnibox_background": [
        238,
        232,
        213
      ],
      "omnibox_text": [
        88,
        110,
        117
      ],
      "tab_background_text": [
        88,
        110,
        117
      ],
      "tab_background_text_inactive": [
        147,
        161,
        161
      ],
      "tab_background_text_incognito": [
        88,
        110,
        117
      ],
      "tab_background_text_incognito_inactive": [
        147,
        161,
        161
      ],
      "tab_text": [
        0,
        43,
        54
      ],
      "toolbar": [
        253,
        246,
        227
      ],
      "toolbar_button_icon": [
        147,
        161,
        161
      ],
      "toolbar_text": [
        88,
        110,
        117
      ]
    }
  }
}