Minimalist Colors

Minimalist Colors

A theme that minimizes the contrast of the tab colors and adds more grey

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Minimalist Colors",
  "description": "A theme that minimizes the contrast of the tab colors and adds more grey",
  "version": "0.2.1",
  "theme": {
    "colors": {
      "frame": [
        195,
        200,
        200
      ],
      "frame_inactive": [
        205,
        210,
        211
      ],
      "toolbar": [
        215,
        220,
        221
      ],
      "tab_text": [
        24,
        24,
        24
      ],
      "frame_incognito": [
        32,
        33,
        36
      ],
      "frame_incognito_inactive": [
        60,
        64,
        67
      ],
      "tab_background_text": [
        24,
        24,
        24
      ],
      "bookmark_text": [
        24,
        24,
        24
      ]
    },
    "tints": {
      "buttons": [
        -1,
        0.1,
        0.65
      ]
    }
  }
}