Examine source code of Windows 11 Dark

Inspect and view changes in Windows 11 Dark 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.1",
  "name": "Windows 11 Dark",
  "theme": {
    "images": {},
    "properties": {},
    "colors": {
      "toolbar": "rgb(25, 25, 25)",
      "toolbar_text": "rgb(162, 162, 162)",
      "frame": "rgb(28, 32, 39)",
      "tab_background_text": "rgb(130, 130, 130)",
      "toolbar_field": "rgb(25, 25, 25)",
      "toolbar_field_text": "rgb(255, 255, 255)",
      "tab_line": "rgb(25, 25, 25)",
      "popup": "rgb(44, 44, 44)",
      "popup_text": "rgb(255, 255, 255)",
      "icons_attention": "rgb(13, 189, 234)",
      "ntp_background": "rgb(25, 25, 25)",
      "tab_background_separator": "rgb(28, 32, 39)",
      "toolbar_top_separator": "rgb(25, 25, 25)",
      "tab_loading": "rgb(25, 25, 25)"
    }
  }
}