Examine source code of Pastel Blueprint

Inspect and view changes in Pastel Blueprint 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": "Pastel Blueprint",
  "theme": {
    "images": {
      "additional_backgrounds": [
        "images/bg-005-f5f3cf677b1f132c75ddc7bd319dd1fc.svg"
      ]
    },
    "properties": {
      "additional_backgrounds_alignment": [
        "top"
      ],
      "additional_backgrounds_tiling": [
        "repeat"
      ]
    },
    "colors": {
      "toolbar": "rgb(239, 225, 225)",
      "toolbar_text": "rgb(248, 112, 140)",
      "frame": "rgb(142, 156, 201)",
      "tab_background_text": "rgb(255, 255, 255)",
      "toolbar_field": "rgb(255, 255, 255)",
      "toolbar_field_text": "rgb(98, 102, 183)",
      "tab_line": "rgb(248, 112, 140)",
      "popup": "rgb(255, 255, 255)",
      "popup_text": "rgb(98, 102, 183)",
      "frame_inactive": "rgb(152, 158, 193)",
      "icons_attention": "rgb(98, 102, 183)",
      "ntp_background": "rgb(239, 208, 208)",
      "sidebar_border": "rgb(215, 216, 221)",
      "sidebar_highlight": "rgb(209, 216, 236)",
      "sidebar_text": "rgb(248, 112, 140)",
      "tab_loading": "rgb(248, 112, 140)"
    }
  }
}