Examine source code of FIRE Theme New

Inspect and view changes in FIRE Theme New 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": "FIRE Theme New",
  "theme": {
    "images": {},
    "properties": {},
    "colors": {
      "toolbar": "rgb(13, 13, 13)",
      "toolbar_text": "rgb(0, 207, 255)",
      "frame": "rgb(17, 17, 17)",
      "tab_background_text": "rgb(0, 214, 255)",
      "toolbar_field": "rgb(18, 18, 18)",
      "toolbar_field_text": "rgb(0, 159, 255)",
      "tab_line": "rgb(255, 248, 0)",
      "popup": "rgb(50, 27, 59)",
      "popup_text": "rgb(255, 172, 0)",
      "button_background_hover": "rgba(164, 73, 164, 0.53)",
      "icons": "rgb(183, 0, 255)",
      "tab_background_separator": "rgb(214, 0, 245)",
      "tab_text": "rgb(0, 255, 255)",
      "toolbar_field_separator": "rgba(0, 216, 255, 0.94)",
      "toolbar_field_text_focus": "rgb(248, 255, 0)",
      "tab_loading": "rgb(255, 248, 0)"
    }
  }
}