Examine source code of Big Sur Dark

Inspect and view changes in Big Sur 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.0",
  "name": "Big Sur Dark",
  "theme": {
    "images": {},
    "properties": {},
    "colors": {
      "toolbar": "rgb(48, 36, 52)",
      "toolbar_text": "rgb(176, 164, 179)",
      "frame": "rgb(48, 36, 52)",
      "tab_background_text": "rgb(133, 126, 134)",
      "toolbar_field": "rgb(61, 49, 64)",
      "toolbar_field_text": "rgb(255, 255, 255)",
      "tab_line": "rgb(226, 225, 227)",
      "popup": "rgb(48, 36, 52)",
      "popup_text": "rgb(226, 225, 227)",
      "tab_loading": "rgb(226, 225, 227)"
    }
  }
}