Sober dark blue

Sober dark blue

A minimalistic dark theme with a touch of blue

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "description": "A minimalistic dark theme with a touch of blue",
  "name": "Sober dark blue",
  "short_name": "sober-dark-blue",
  "icons": {
    "16": "icon-16.png",
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "theme": {
    "colors": {
      "frame": [
        8,
        16,
        19
      ],
      "toolbar": [
        8,
        16,
        19
      ],
      "tab_text": [
        110,
        171,
        197
      ],
      "tab_background_text": [
        110,
        171,
        197
      ],
      "tab_background_separator": [
        110,
        171,
        197
      ],
      "background_tab": [
        62,
        69,
        73
      ],
      "frame_inactive": [
        62,
        69,
        73
      ],
      "frame_incognito": [
        8,
        16,
        19
      ],
      "frame_incognito_inactive": [
        62,
        69,
        73
      ],
      "bookmark_text": [
        234,
        243,
        247
      ],
      "button_background": [
        8,
        16,
        19
      ],
      "control_background": [
        8,
        16,
        19
      ],
      "toolbar_button_icon": [
        234,
        243,
        247
      ],
      "ntp_background": [
        8,
        16,
        19
      ],
      "ntp_header": [
        8,
        16,
        19
      ],
      "ntp_text": [
        234,
        243,
        247
      ],
      "ntp_link": [
        110,
        171,
        197
      ]
    }
  },
  "version": "2.0.0"
}