Examine source code of Dark Wine theme

Inspect and view changes in Dark Wine 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 wine theme",
  "theme": {
    "images": {
      "additional_backgrounds": [
        "images/bg-000-5672c42860d5b06e1058dc477397f3ef.svg"
      ]
    },
    "properties": {
      "additional_backgrounds_alignment": [
        "top"
      ],
      "additional_backgrounds_tiling": [
        "repeat"
      ]
    },
    "colors": {
      "toolbar": "rgba(0, 0, 0, 0.21)",
      "toolbar_text": "rgb(187, 77, 104)",
      "frame": "rgb(100, 33, 50)",
      "tab_background_text": "rgb(183, 131, 142)",
      "toolbar_field": "rgba(100, 33, 50, 0.53)",
      "toolbar_field_text": "rgb(187, 77, 104)",
      "tab_line": "rgb(100, 33, 50)",
      "popup": "rgba(100, 33, 50, 0.74)",
      "popup_text": "rgb(255, 255, 255)",
      "button_background_active": "rgb(100, 33, 50)",
      "button_background_hover": "rgb(100, 33, 50)",
      "ntp_background": "rgb(60, 21, 31)",
      "ntp_text": "rgb(255, 255, 255)",
      "popup_border": "rgb(100, 33, 50)",
      "popup_highlight": "rgb(187, 77, 104)",
      "sidebar_highlight": "rgb(100, 33, 50)",
      "tab_background_separator": "rgb(100, 33, 50)",
      "tab_loading": "rgb(100, 33, 50)",
      "toolbar_bottom_separator": "rgb(100, 33, 50)",
      "toolbar_field_border_focus": "rgb(100, 33, 50)",
      "toolbar_field_border": "rgb(100, 33, 50)",
      "toolbar_field_highlight": "rgb(187, 77, 104)",
      "toolbar_field_separator": "rgb(187, 77, 104)",
      "toolbar_top_separator": "rgb(100, 33, 50)",
      "toolbar_vertical_separator": "rgb(187, 77, 104)"
    }
  }
}