Dark Theme - Background Mode

The convenient and parctical dark theme
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "version": "1.01",
  "name": "Dark Theme - Background Mode",
  "description": "The convenient and parctical dark theme",
  "theme": {
    "colors": {
      "button_background": [
        25,
        25,
        25
      ],
      "frame": [
        2,
        2,
        2
      ],
      "frame_inactive": [
        2,
        32,
        64
      ],
      "frame_incognito": [
        255,
        55,
        0
      ],
      "frame_incognito_inactive": [
        255,
        55,
        0,
        0.3
      ],
      "toolbar": [
        80,
        65,
        17
      ],
      "tab_text": [
        255,
        255,
        255
      ],
      "tab_background_text": [
        210,
        255,
        250
      ],
      "bookmark_text": [
        255,
        222,
        222
      ],
      "ntp_background": [
        22,
        22,
        22
      ]
    },
    "tints": {
      "buttons": [
        1,
        1,
        1
      ],
      "frame_incognito": [
        -1,
        -1,
        -1
      ],
      "frame_inactive": [
        -1,
        -1,
        -1
      ],
      "frame_incognito_inactive": [
        -1,
        -1,
        -1
      ]
    },
    "properties": {
      "ntp_background_alignment": "bottom",
      "ntp_background_repeat": "none",
      "ntp_logo_alternate": 1
    }
  },
  "icons": {},
  "permissions": []
}