Onyx Within A Blood Orange

I was looking for a shade that was more red than orange but more orange than red with a black backdrop. I think I found the perfect balance. Enjoy!
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": "Onyx Within A Blood Orange",
  "theme": {
    "images": {
      "additional_backgrounds": [
        "images/bg-001-9c6d74e14860e77ee6f8f43e824bff25.svg"
      ]
    },
    "properties": {
      "additional_backgrounds_alignment": [
        "top"
      ],
      "additional_backgrounds_tiling": [
        "repeat"
      ]
    },
    "colors": {
      "toolbar": "rgb(3, 3, 3)",
      "toolbar_text": "rgb(255, 110, 0)",
      "frame": "rgb(0, 9, 0)",
      "tab_background_text": "rgb(255, 110, 0)",
      "toolbar_field": "rgba(255, 110, 0, 0.33)",
      "toolbar_field_text": "rgb(255, 110, 0)",
      "tab_line": "rgb(255, 110, 0)",
      "popup": "rgb(0, 0, 0)",
      "popup_text": "rgb(255, 110, 0)",
      "tab_loading": "rgb(255, 110, 0)"
    }
  }
}