Black Abyss 1:00 AM (orange active tab text)

Black Abyss 1:00 AM (orange active tab text)

A very dark theme in which the text of the active tab is highlighted with color.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_name__",
  "description": "__MSG_description__",
  "manifest_version": 3,
  "version": "2.0.0",
  "default_locale": "en",
  "icons": {
    "128": "icon.png"
  },
  "theme": {
    "tints": {
      "frame": [
        -1,
        -1,
        -1
      ],
      "frame_inactive": [
        -1,
        -1,
        -1
      ],
      "frame_incognito": [
        -1,
        -1,
        -1
      ],
      "frame_incognito_inactive": [
        -1,
        -1,
        -1
      ],
      "background_tab": [
        -1,
        -1,
        -1
      ],
      "buttons": [
        -1,
        -1,
        -1
      ]
    },
    "properties": {
      "ntp_background_repeat": "repeat",
      "ntp_logo_alternate": 0
    },
    "images": {
      "theme_frame": "theme_frame.png",
      "theme_frame_inactive": "theme_frame_inactive.png",
      "theme_toolbar": "theme_toolbar.png"
    },
    "colors": {
      "ntp_background": [
        0,
        0,
        0
      ],
      "toolbar": [
        26,
        26,
        26
      ],
      "frame": [
        0,
        0,
        0
      ],
      "ntp_text": [
        255,
        255,
        255
      ],
      "tab_text": [
        255,
        157,
        92
      ],
      "bookmark_text": [
        204,
        204,
        204
      ],
      "tab_background_text": [
        204,
        204,
        204
      ],
      "frame_inactive": [
        0,
        0,
        0
      ],
      "tab_background_text_inactive": [
        128,
        128,
        128
      ],
      "background_tab": [
        3,
        3,
        3
      ],
      "background_tab_inactive": [
        41,
        41,
        41
      ],
      "omnibox_background": [
        41,
        41,
        41
      ],
      "omnibox_text": [
        204,
        204,
        204
      ],
      "toolbar_button_icon": [
        204,
        204,
        204
      ],
      "ntp_link": [
        251,
        255,
        117
      ],
      "toolbar_text": [
        204,
        204,
        204
      ]
    }
  }
}