dark theme

dark theme

a lightweight (color only) chrome theme with dark blue grey main color and cyan accents

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "version": "1.0.0",
  "name": "dark theme",
  "theme": {
    "colors": {
      "accent": [
        128,
        160,
        192
      ],
      "frame": [
        16,
        16,
        24
      ],
      "frame_inactive": [
        48,
        48,
        72
      ],
      "background_tab": [
        16,
        16,
        24
      ],
      "background_tab_inactive": [
        48,
        48,
        72
      ],
      "button_background": [
        16,
        16,
        24
      ],
      "control_background": [
        16,
        16,
        24
      ],
      "button_background_inactive": [
        64,
        64,
        96
      ],
      "toolbar": [
        32,
        32,
        48
      ],
      "tab_text": [
        128,
        160,
        192
      ],
      "tab_background_text": [
        96,
        120,
        144
      ],
      "ntp_background": [
        24,
        24,
        36
      ],
      "ntp_text": [
        128,
        160,
        192
      ],
      "ntp_link": [
        128,
        192,
        255
      ],
      "ntp_section": [
        32,
        32,
        48
      ],
      "bookmark_text": [
        128,
        160,
        192
      ]
    },
    "tints": {
      "buttons": [
        0.5,
        0.5,
        0.5
      ],
      "controls": [
        0.5,
        0.5,
        0.5
      ]
    },
    "properties": {
      "ntp_background_alignment": "bottom"
    }
  }
}