Examine source code of Elementary OS Dark Mode

Inspect and view changes in Elementary OS Dark Mode 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": "Elementary OS",
  "theme": {
    "images": {},
    "properties": {},
    "colors": {
      "toolbar": "rgb(56, 56, 56)",
      "toolbar_text": "rgb(212, 218, 214)",
      "frame": "rgb(61, 61, 61)",
      "tab_background_text": "rgb(149, 149, 149)",
      "toolbar_field": "rgb(64, 64, 64)",
      "toolbar_field_text": "rgb(212, 218, 214)",
      "tab_line": "rgb(212, 218, 214)",
      "popup": "rgb(64, 64, 64)",
      "popup_text": "rgb(212, 218, 214)",
      "tab_loading": "rgb(212, 218, 214)"
    }
  }
}