Windows 11 Dark Mode Theme

A theme that looks much like Windows 11 in dark mode
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 2,
  "version": "1.0",
  "name": "Windows 11 Darkmode Theme",
  "theme": {
    "images": {
      "additional_backgrounds": [
        "images/bg-000-5672c42860d5b06e1058dc477397f3ef.svg"
      ]
    },
    "properties": {
      "additional_backgrounds_alignment": [
        "top"
      ],
      "additional_backgrounds_tiling": [
        "repeat"
      ]
    },
    "colors": {
      "toolbar": "rgb(43, 43, 43)",
      "toolbar_text": "rgb(255, 255, 255)",
      "frame": "rgb(29, 29, 29)",
      "tab_background_text": "rgb(255, 255, 255)",
      "toolbar_field": "rgb(43, 43, 43)",
      "toolbar_field_text": "rgb(203, 203, 203)",
      "tab_line": "rgb(187, 190, 232)",
      "popup": "rgb(43, 43, 43)",
      "popup_text": "rgb(255, 255, 255)",
      "ntp_background": "rgb(29, 29, 29)",
      "popup_border": "rgb(29, 29, 29)",
      "toolbar_field_border_focus": "rgb(29, 29, 29)",
      "toolbar_field_border": "rgb(43, 43, 43)",
      "tab_loading": "rgb(187, 190, 232)"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{f9ebb727-a24b-49bb-8ee5-292213c4a286}"
    }
  }
}