Senzune Fractalis

Senzune Fractalis

FRACTALS ART SERIES. Senzune Fractalis was my second ever theme made for Firefox. Standard resolution (in the past you couldn't change these values like you can today) of 3000x200 pixels. Basic color scheme.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Senzune Fractalis",
  "manifest_version": 2,
  "version": "5.0",
  "theme": {
    "images": {
      "theme_frame": "header.png"
    },
    "colors": {
      "frame": "rgba(58, 71, 69, 0.8)",
      "tab_background_text": "rgba(255, 255, 255, 1)",
      "toolbar": "rgba(12, 38, 29, 0.78)",
      "bookmark_text": "rgba(255, 255, 255, 1)",
      "toolbar_field": "rgba(39, 133, 117, 0.7)",
      "toolbar_field_text": "rgba(52, 201, 159, 1)",
      "tab_line": "rgba(255, 94, 25, 1)"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{6dc56375-c790-4d52-8804-cc6c24caf1e3}"
    }
  }
}