Blue Nebula Space Theme

Blue Nebula Space Theme

A dark blue space theme.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "version": "3.1",
  "name": "Blue Nebula",
  "theme": {
    "images": {
      "additional_backgrounds": [
        "images/0.jpg"
      ]
    },
    "properties": {
      "additional_backgrounds_alignment": [
        "right top"
      ],
      "additional_backgrounds_tiling": [
        "repeat"
      ]
    },
    "colors": {
      "toolbar": "rgba(32, 35, 64, 0)",
      "toolbar_text": "rgb(255, 255, 255)",
      "frame": "rgb(32, 35, 100)",
      "tab_background_text": "rgb(209, 209, 209)",
      "toolbar_field": "rgba(32, 35, 64, 0.7)",
      "toolbar_field_text": "rgb(255, 255, 255)",
      "tab_line": "rgb(0, 153, 153)",
      "popup": "rgb(32, 35, 64)",
      "popup_text": "rgb(255, 255, 255)",
      "tab_selected": "rgb(32, 35, 64)",
      "toolbar_top_separator": "rgba(0, 0, 0, 0)",
      "tab_loading": "rgb(0, 153, 153)"
    }
  }
}