Sunset at Dark

Sunset at Dark

dark mode with sunset background

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "version": "1.0",
  "name": "Dark Sunset",
  "theme": {
    "images": {
      "additional_backgrounds": [
        "images/0.jpg"
      ]
    },
    "properties": {
      "additional_backgrounds_alignment": [
        "center bottom"
      ],
      "additional_backgrounds_tiling": [
        "repeat"
      ]
    },
    "colors": {
      "toolbar": "rgb(0, 0, 0)",
      "toolbar_text": "rgb(255, 207, 70)",
      "frame": "rgb(142, 179, 201)",
      "tab_background_text": "rgb(255, 255, 255)",
      "toolbar_field": "rgb(68, 29, 40)",
      "toolbar_field_text": "rgb(255, 82, 112)",
      "tab_line": "rgb(255, 162, 46)",
      "popup": "rgb(0, 0, 0)",
      "popup_text": "rgb(255, 161, 94)",
      "button_background_active": "rgb(113, 15, 53)",
      "button_background_hover": "rgb(113, 15, 53)",
      "icons": "rgb(255, 172, 70)",
      "toolbar_top_separator": "rgb(255, 162, 46)",
      "tab_loading": "rgb(255, 162, 46)"
    }
  }
}