Sober dark green

Sober dark green

A minimalistic dark theme with a touch of green

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 green",
  "name": "Sober dark green",
  "short_name": "sober-dark-green",
  "icons": {
    "16": "icon-16.png",
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "theme": {
    "colors": {
      "frame": [
        14,
        20,
        7
      ],
      "toolbar": [
        14,
        20,
        7
      ],
      "tab_text": [
        160,
        203,
        103
      ],
      "tab_background_text": [
        160,
        203,
        103
      ],
      "tab_background_separator": [
        160,
        203,
        103
      ],
      "background_tab": [
        68,
        73,
        61
      ],
      "frame_inactive": [
        68,
        73,
        61
      ],
      "frame_incognito": [
        14,
        20,
        7
      ],
      "frame_incognito_inactive": [
        68,
        73,
        61
      ],
      "bookmark_text": [
        240,
        247,
        232
      ],
      "button_background": [
        14,
        20,
        7
      ],
      "control_background": [
        14,
        20,
        7
      ],
      "toolbar_button_icon": [
        240,
        247,
        232
      ],
      "ntp_background": [
        14,
        20,
        7
      ],
      "ntp_header": [
        14,
        20,
        7
      ],
      "ntp_text": [
        240,
        247,
        232
      ],
      "ntp_link": [
        160,
        203,
        103
      ]
    }
  },
  "version": "2.0.0"
}