Pastel Orange

a pastel orange theme with brown and grey accents designed to be easy on the eyes, recommended to use with dark reader add-on to fully reduce eye strain
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.1",
  "name": "Orange Pastel",
  "theme": {
    "images": {
      "additional_backgrounds": [
        "images/bg-037-b73f9b34467ba541de861f5b4c0c6316.svg"
      ]
    },
    "properties": {
      "additional_backgrounds_alignment": [
        "top"
      ],
      "additional_backgrounds_tiling": [
        "repeat"
      ]
    },
    "colors": {
      "toolbar": "rgb(241, 138, 36)",
      "toolbar_text": "rgb(90, 61, 68)",
      "frame": "rgb(105, 72, 35)",
      "tab_background_text": "rgb(0, 0, 0)",
      "toolbar_field": "rgb(86, 69, 69)",
      "toolbar_field_text": "rgb(183, 166, 146)",
      "tab_line": "rgb(0, 0, 0)",
      "popup": "rgb(105, 72, 35)",
      "popup_text": "rgb(0, 0, 0)",
      "icons": "rgb(0, 0, 0)",
      "ntp_background": "rgb(105, 72, 35)",
      "ntp_text": "rgb(0, 0, 0)",
      "tab_text": "rgb(0, 0, 0)",
      "tab_loading": "rgb(0, 0, 0)"
    }
  }
}