Material Lighter

Material Lighter

Material Lighter 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": "Material Lighter",
  "description": "Material Lighter 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": [
        250,
        250,
        250
      ],
      "background_tab_inactive": [
        255,
        255,
        255
      ],
      "background_tab_incognito": [
        238,
        238,
        238
      ],
      "background_tab_incognito_inactive": [
        255,
        255,
        255
      ],
      "bookmark_text": [
        84,
        110,
        122
      ],
      "button_background": [
        243,
        244,
        245
      ],
      "frame": [
        238,
        238,
        238
      ],
      "frame_inactive": [
        255,
        255,
        255
      ],
      "frame_incognito": [
        238,
        238,
        238
      ],
      "frame_incognito_inactive": [
        255,
        255,
        255
      ],
      "ntp_background": [
        238,
        238,
        238
      ],
      "ntp_header": [
        255,
        255,
        255
      ],
      "ntp_link": [
        0,
        188,
        212
      ],
      "ntp_text": [
        84,
        110,
        122
      ],
      "omnibox_background": [
        238,
        238,
        238
      ],
      "omnibox_text": [
        84,
        110,
        122
      ],
      "tab_background_text": [
        84,
        110,
        122
      ],
      "tab_background_text_inactive": [
        148,
        167,
        176
      ],
      "tab_background_text_incognito": [
        84,
        110,
        122
      ],
      "tab_background_text_incognito_inactive": [
        148,
        167,
        176
      ],
      "tab_text": [
        84,
        110,
        122
      ],
      "toolbar": [
        250,
        250,
        250
      ],
      "toolbar_button_icon": [
        148,
        167,
        176
      ],
      "toolbar_text": [
        84,
        110,
        122
      ]
    }
  }
}