Examine source code of Catppuccin

Inspect and view changes in Catppuccin 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": "Catppuccin",
  "theme": {
    "images": {},
    "properties": {},
    "colors": {
      "toolbar": "rgb(45, 41, 59)",
      "toolbar_text": "rgb(236, 191, 189)",
      "frame": "rgb(30, 30, 40)",
      "tab_background_text": "rgb(215, 218, 224)",
      "toolbar_field": "rgb(30, 30, 40)",
      "toolbar_field_text": "rgb(236, 191, 189)",
      "tab_line": "rgb(236, 191, 189)",
      "popup": "rgb(30, 30, 40)",
      "popup_text": "rgb(236, 191, 189)",
      "icons": "rgb(198, 170, 232)",
      "ntp_background": "rgb(21, 18, 28)",
      "ntp_text": "rgb(164, 185, 239)",
      "popup_border": "rgb(236, 191, 189)",
      "toolbar_top_separator": "rgb(30, 30, 40)",
      "tab_loading": "rgb(236, 191, 189)"
    }
  }
}