Examine source code of Dark and Brownish theme

Inspect and view changes in Dark and Brownish theme 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": "Dark and Brownish theme",
  "theme": {
    "images": {},
    "properties": {},
    "colors": {
      "toolbar": "rgb(32, 32, 32)",
      "toolbar_text": "rgb(226, 181, 130)",
      "frame": "rgb(32, 32, 32)",
      "tab_background_text": "rgb(227, 227, 227)",
      "toolbar_field": "rgb(32, 32, 32)",
      "toolbar_field_text": "rgb(226, 181, 130)",
      "tab_line": "rgb(226, 181, 130)",
      "popup": "rgb(32, 32, 32)",
      "popup_text": "rgb(226, 181, 130)",
      "tab_loading": "rgb(226, 181, 130)"
    }
  }
}