Examine source code of True Black Dark Theme - Pink Accents

Inspect and view changes in True Black Dark Theme - Pink Accents 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 Theme - Pink Accents",
  "theme": {
    "images": {
      "additional_backgrounds": [
        "images/bg-000-5672c42860d5b06e1058dc477397f3ef.svg"
      ]
    },
    "properties": {
      "additional_backgrounds_alignment": [
        "top"
      ],
      "additional_backgrounds_tiling": [
        "repeat"
      ]
    },
    "colors": {
      "toolbar": "rgb(0, 0, 0)",
      "toolbar_text": "rgb(242, 234, 234)",
      "frame": "rgb(0, 0, 0)",
      "tab_background_text": "rgb(226, 226, 226)",
      "toolbar_field": "rgb(0, 0, 0)",
      "toolbar_field_text": "rgb(255, 255, 255)",
      "tab_line": "rgba(0, 0, 0, 0)",
      "popup": "rgb(29, 29, 30)",
      "popup_text": "rgb(215, 226, 239)",
      "button_background_hover": "rgb(234, 178, 197)",
      "ntp_background": "rgb(0, 0, 0)",
      "sidebar_border": "rgb(0, 0, 0)",
      "sidebar_highlight_text": "rgb(233, 115, 156)",
      "sidebar_highlight": "rgb(242, 234, 234)",
      "sidebar_text": "rgb(241, 232, 232)",
      "sidebar": "rgb(19, 18, 19)",
      "tab_selected": "rgb(207, 162, 181)",
      "toolbar_bottom_separator": "rgb(0, 0, 0)",
      "toolbar_field_border_focus": "rgb(0, 0, 0)",
      "toolbar_field_border": "rgb(0, 0, 0)",
      "toolbar_field_focus": "rgb(35, 36, 44)",
      "toolbar_field_highlight_text": "rgb(91, 96, 105)",
      "toolbar_field_highlight": "rgb(238, 204, 225)",
      "toolbar_field_separator": "rgb(0, 0, 0)",
      "toolbar_top_separator": "rgb(0, 0, 0)",
      "toolbar_vertical_separator": "rgb(255, 255, 255)",
      "tab_loading": "rgba(0, 0, 0, 0)"
    }
  }
}