Examine source code of Cream Rose

Inspect and view changes in Cream Rose 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": "Cream Rose",
  "theme": {
    "images": {},
    "properties": {},
    "colors": {
      "toolbar": "rgb(236, 216, 216)",
      "toolbar_text": "rgb(0, 0, 0)",
      "frame": "rgb(243, 233, 232)",
      "tab_background_text": "rgb(0, 0, 0)",
      "toolbar_field": "rgb(255, 255, 255)",
      "toolbar_field_text": "rgb(0, 0, 0)",
      "tab_line": "rgba(248, 112, 140, 0)",
      "popup": "rgb(250, 247, 247)",
      "popup_text": "rgb(0, 0, 0)",
      "icons": "rgb(0, 0, 0)",
      "tab_selected": "rgb(255, 255, 255)",
      "tab_text": "rgb(0, 0, 0)",
      "tab_loading": "rgba(248, 112, 140, 0)"
    }
  }
}