Examine source code of Microsoft windows 10 color

Inspect and view changes in Microsoft windows 10 color 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": "BolshevikNanven",
  "theme": {
    "images": {
      "additional_backgrounds": [
        "images/bg-011-d53e0d0d1538ed554a90e056a2f04eca.svg"
      ]
    },
    "properties": {
      "additional_backgrounds_alignment": [
        "top"
      ],
      "additional_backgrounds_tiling": [
        "repeat"
      ]
    },
    "colors": {
      "toolbar": "rgb(255, 255, 255)",
      "toolbar_text": "rgb(38, 38, 38)",
      "frame": "rgb(0, 120, 215)",
      "tab_background_text": "rgb(250, 250, 250)",
      "toolbar_field": "rgb(240, 240, 240)",
      "toolbar_field_text": "rgb(10, 10, 10)",
      "tab_line": "rgb(232, 80, 82)",
      "popup": "rgb(254, 254, 254)",
      "popup_text": "rgb(38, 38, 38)",
      "tab_loading": "rgb(232, 80, 82)"
    }
  }
}