Sober dark red

Sober dark red

A minimalistic dark theme with a touch of red

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 red",
  "name": "Sober dark red",
  "short_name": "sober-dark-red",
  "icons": {
    "16": "icon-16.png",
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "theme": {
    "colors": {
      "frame": [
        21,
        6,
        6
      ],
      "toolbar": [
        21,
        6,
        6
      ],
      "tab_text": [
        212,
        94,
        99
      ],
      "tab_background_text": [
        212,
        94,
        99
      ],
      "tab_background_separator": [
        212,
        94,
        99
      ],
      "background_tab": [
        74,
        60,
        61
      ],
      "frame_inactive": [
        74,
        60,
        61
      ],
      "frame_incognito": [
        21,
        6,
        6
      ],
      "frame_incognito_inactive": [
        74,
        60,
        61
      ],
      "bookmark_text": [
        248,
        230,
        231
      ],
      "button_background": [
        21,
        6,
        6
      ],
      "control_background": [
        21,
        6,
        6
      ],
      "toolbar_button_icon": [
        248,
        230,
        231
      ],
      "ntp_background": [
        21,
        6,
        6
      ],
      "ntp_header": [
        21,
        6,
        6
      ],
      "ntp_text": [
        248,
        230,
        231
      ],
      "ntp_link": [
        212,
        94,
        99
      ]
    }
  },
  "version": "2.0.0"
}