indie fractal dark

indie fractal dark

A simple indie fractal to use with dark theme system

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "version": "1.0",
  "name": "indie fractal dark",
  "theme": {
    "images": {
      "additional_backgrounds": [
        "images/0.jpg"
      ]
    },
    "properties": {
      "additional_backgrounds_alignment": [
        "right top"
      ],
      "additional_backgrounds_tiling": [
        "repeat"
      ]
    },
    "colors": {
      "toolbar": "rgba(18, 18, 56, 0.5)",
      "toolbar_text": "rgb(255, 255, 255)",
      "frame": "rgb(15, 16, 21)",
      "tab_background_text": "rgb(157, 161, 165)",
      "toolbar_field": "rgba(0, 0, 0, 0.6)",
      "toolbar_field_text": "rgb(255, 255, 255)",
      "tab_line": "rgb(147, 163, 20)",
      "popup": "rgba(23, 26, 37, 0.9)",
      "popup_text": "rgb(215, 226, 239)",
      "tab_selected": "rgba(86, 69, 26, 0.6)",
      "tab_text": "rgb(255, 255, 255)",
      "toolbar_top_separator": "rgb(87, 87, 87)",
      "tab_loading": "rgb(147, 163, 20)"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{5a78422a-a264-4266-aae1-6d272fa1b8a1}"
    }
  }
}