All-Nighter

All-Nighter

Dark theme for Chrome. Tested and made on Linux LXDE using Chromium 76.0.3809.100

Merlin
Additional files are visible only to premium users

manifest.json


{
  "description": "",
  "manifest_version": 2,
  "name": "All-Nighter",
  "theme": {
    "images": {
      "theme_frame": "images/frame.png",
      "theme_toolbar": "images/toolbar.png",
      "theme_tab_background": "images/btab.png",
      "theme_button_background": "images/toolbar.png"
    },
    "colors": {
      "frame": [
        58,
        59,
        62
      ],
      "frame_inactive": [
        92,
        92,
        95
      ],
      "frame_incognito": [
        32,
        32,
        32
      ],
      "frame_incognito_inactive": [
        92,
        92,
        94
      ],
      "toolbar": [
        0,
        0,
        0
      ],
      "tab_text": [
        220,
        220,
        220
      ],
      "tab_background_text": [
        150,
        150,
        150
      ],
      "bookmark_text": [
        190,
        190,
        190
      ],
      "ntp_background": [
        20,
        20,
        20
      ],
      "ntp_text": [
        175,
        175,
        175
      ],
      "ntp_link": [
        175,
        175,
        175
      ],
      "ntp_link_underline": [
        175,
        175,
        175
      ],
      "ntp_header": [
        175,
        175,
        175
      ],
      "ntp_section": [
        175,
        175,
        175
      ],
      "ntp_section_text": [
        175,
        175,
        175
      ],
      "ntp_section_link": [
        175,
        175,
        175
      ],
      "ntp_section_link_underline": [
        175,
        175,
        175
      ],
      "control_background": [
        150,
        150,
        150
      ],
      "button_background": [
        150,
        150,
        150
      ]
    },
    "tints": {
      "buttons": [
        0,
        0,
        0.9
      ],
      "frame_inactive": [
        -1,
        -1,
        0.6
      ],
      "frame_incognito_inactive": [
        -1,
        0.3,
        0.6
      ],
      "background_tab": [
        0,
        0,
        0
      ]
    }
  },
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1"
}