Light Lite

Light Lite

Subtly tweaks the default colour scheme to achieve a consistent, pleasant look on both light mode and dark mode.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "version": "0.2",
  "name": "Light Lite",
  "author": "Ben Cheshire",
  "description": "Subtly tweaks the default colour scheme to achieve a consistent, pleasant look on both light mode and dark mode.",
  "theme": {
    "colors": {
      "frame": [
        118,
        121,
        123
      ],
      "toolbar": [
        255,
        255,
        255
      ],
      "ntp_text": [
        41,
        74,
        112
      ],
      "ntp_background": [
        255,
        255,
        255
      ],
      "tab_text": [
        60,
        64,
        67
      ],
      "bookmark_text": [
        50,
        50,
        50
      ],
      "tab_background_text": [
        245,
        248,
        253
      ],
      "frame_inactive": [
        168,
        171,
        173
      ]
    },
    "tints": {
      "buttons": [
        0.37,
        0.39,
        0.12
      ],
      "frame_incognito": [
        0,
        0,
        0.2
      ],
      "frame_incognito_inactive": [
        0,
        0,
        0.3
      ]
    }
  }
}