Dark L20 Grey

Dark L20 Grey

A simple dark theme with grey colour scheme.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Dark L20 Grey",
  "version": "1.0",
  "description": "A simple dark theme with grey colour scheme.",
  "author": "W5nH6o",
  "theme": {
    "colors": {
      "frame": [
        20,
        20,
        20
      ],
      "frame_inactive": [
        31,
        31,
        31
      ],
      "toolbar": [
        51,
        51,
        51
      ],
      "tab_text": [
        229,
        229,
        229
      ],
      "tab_background_text": [
        177,
        177,
        179
      ],
      "bookmark_text": [
        229,
        229,
        229
      ],
      "ntp_background": [
        20,
        20,
        20
      ],
      "ntp_text": [
        190,
        190,
        190
      ]
    }
  }
}