Space Night Dark Theme

Space Night Dark Theme

A simple Add-On which has a Dark Night Blue for when you open new tab, to rest those eyes.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "version": "1.0",
  "name": "Space Night Dark Theme",
  "theme": {
    "images": {
      "additional_backgrounds": [
        "images/0.jpg"
      ]
    },
    "properties": {
      "additional_backgrounds_alignment": [
        "right center"
      ],
      "additional_backgrounds_tiling": [
        "no-repeat"
      ]
    },
    "colors": {
      "toolbar": "rgba(31, 34, 61, 0)",
      "toolbar_text": "rgb(247, 248, 251)",
      "frame": "rgb(0, 0, 0)",
      "tab_background_text": "rgb(242, 244, 247)",
      "toolbar_field": "rgba(54, 58, 89, 0)",
      "toolbar_field_text": "rgb(246, 246, 249)",
      "tab_line": "rgb(135, 213, 252)",
      "popup": "rgb(31, 34, 61)",
      "popup_text": "rgb(246, 247, 249)",
      "ntp_background": "rgb(0, 0, 33)",
      "tab_loading": "rgb(135, 213, 252)"
    }
  }
}