Midnight Orange

A carefully curated dark theme with strong contrast for readability, and a dash of the underrated colour orange. Made with Firefox Color.
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": "Midnight Orange",
  "theme": {
    "images": {
      "additional_backgrounds": [
        "images/bg-000-5672c42860d5b06e1058dc477397f3ef.svg"
      ]
    },
    "properties": {
      "additional_backgrounds_alignment": [
        "top"
      ],
      "additional_backgrounds_tiling": [
        "repeat"
      ]
    },
    "colors": {
      "toolbar": "rgb(17, 17, 17)",
      "toolbar_text": "rgb(238, 238, 238)",
      "frame": "rgb(34, 34, 34)",
      "tab_background_text": "rgb(204, 204, 204)",
      "toolbar_field": "rgb(0, 0, 0)",
      "toolbar_field_text": "rgb(255, 255, 255)",
      "tab_line": "rgb(255, 136, 64)",
      "popup": "rgb(17, 17, 17)",
      "popup_text": "rgb(238, 238, 238)",
      "icons_attention": "rgb(255, 136, 64)",
      "popup_border": "rgb(255, 136, 64)",
      "toolbar_field_border_focus": "rgb(255, 136, 64)",
      "tab_loading": "rgb(255, 136, 64)"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{235e47d3-4ba9-4135-b310-6ed4ff2c6ac7}"
    }
  }
}