Examine source code of Windows 11 Color scheme v2

Inspect and view changes in Windows 11 Color scheme v2 source codes across current and past versions
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 color scheme 2",
  "theme": {
    "images": {
      "additional_backgrounds": [
        "images/bg-000-5672c42860d5b06e1058dc477397f3ef.svg"
      ]
    },
    "properties": {
      "additional_backgrounds_alignment": [
        "top"
      ],
      "additional_backgrounds_tiling": [
        "repeat"
      ]
    },
    "colors": {
      "toolbar": "rgb(25, 25, 25)",
      "toolbar_text": "rgb(255, 255, 255)",
      "frame": "rgb(25, 25, 25)",
      "tab_background_text": "rgb(132, 132, 132)",
      "toolbar_field": "rgb(25, 25, 25)",
      "toolbar_field_text": "rgb(255, 255, 255)",
      "tab_line": "rgb(83, 83, 83)",
      "popup": "rgb(25, 25, 25)",
      "popup_text": "rgb(255, 255, 255)",
      "icons_attention": "rgb(255, 255, 255)",
      "icons": "rgb(170, 170, 170)",
      "popup_border": "rgb(83, 83, 83)",
      "popup_highlight_text": "rgb(255, 255, 255)",
      "sidebar_border": "rgb(83, 83, 83)",
      "sidebar_highlight": "rgb(255, 255, 255)",
      "sidebar": "rgb(255, 255, 255)",
      "tab_loading": "rgb(255, 255, 255)",
      "tab_text": "rgb(255, 255, 255)",
      "toolbar_field_border_focus": "rgb(83, 83, 83)",
      "toolbar_field_border": "rgb(83, 83, 83)",
      "toolbar_field_focus": "rgb(25, 25, 25)",
      "toolbar_field_highlight_text": "rgb(255, 255, 255)",
      "toolbar_field_highlight": "rgb(83, 83, 83)",
      "toolbar_field_separator": "rgb(255, 255, 255)",
      "toolbar_field_text_focus": "rgb(255, 255, 255)",
      "toolbar_top_separator": "rgb(58, 58, 58)",
      "toolbar_vertical_separator": "rgb(255, 255, 255)"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{51b9ff55-6c5f-496f-afe5-6eeca5496cc3}"
    }
  }
}