Examine source code of Rose Gold

Inspect and view changes in Rose Gold 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
{
  "name": "Rose Gold",
  "manifest_version": 2,
  "version": "1.0",
  "theme": {
    "colors": {
      "frame": "rgb(255, 207, 206)",
      "frame_inactive": "rgb(255, 219, 219)",
      "button_background_hover": "rgb(255, 219, 219)",
      "button_background_active": "rgb(255, 229, 229)",
      "tab_background_text": "rgb(255, 71, 68)",
      "toolbar": "rgb(255, 207, 206)",
      "toolbar_text": "rgb(255, 71, 68)",
      "toolbar_field": "rgb(255, 229, 229)",
      "toolbar_field_focus": "rgb(255, 237, 237)",
      "toolbar_field_text": "rgb(255, 104, 102)",
      "toolbar_field_text_focus": "rgb(255, 104, 102)",
      "toolbar_field_highlight": "rgb(255, 255, 255)",
      "toolbar_field_highlight_text": "rgb(255, 71, 68)",
      "toolbar_field_border": "rgb(255, 207, 206)",
      "toolbar_field_border_focus": "rgb(255, 179, 178)",
      "toolbar_top_separator": "rgb(255, 207, 206)",
      "toolbar_field_separator": "rgb(255, 207, 206)",
      "toolbar_bottom_separator": "rgb(255, 207, 206)",
      "tab_line": "rgb(255, 229, 229)",
      "tab_text": "rgb(255, 71, 68)",
      "tab_loading": "rgb(255, 71, 68)",
      "tab_selected": "rgb(255, 229, 229)",
      "popup": "rgb(255, 207, 206)",
      "popup_text": "rgb(255, 71, 68)",
      "popup_highlight": "rgb(255, 229, 229)",
      "popup_highlight_text": "rgb(255, 71, 68)",
      "popup_border": "rgb(255, 219, 219)",
      "ntp_background": "rgb(255, 207, 206)",
      "ntp_text": "rgb(255, 71, 68)",
      "icons": "rgb(255, 117, 114)",
      "sidebar": "rgb(255, 207, 206)",
      "sidebar_border": "rgb(255, 219, 219)",
      "sidebar_text": "rgb(255, 71, 68)",
      "sidebar_highlight": "rgb(255, 229, 229)"
    }
  }
}