Dark Theme Android & PC

Dark Theme Android & PC

This is a dark theme that works on Firefox for Android and Desktop.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Dark Theme Android & PC",
  "manifest_version": 2,
  "version": "1.0",
  "theme": {
    "images": {
      "theme_frame": "Schwarz.jpg"
    },
    "colors": {
      "frame": "rgba(0, 0, 0, 1)",
      "tab_background_text": "rgba(255, 255, 255, 1)",
      "toolbar": "rgba(41, 41, 41, 1)",
      "bookmark_text": "rgba(255, 255, 255, 1)",
      "toolbar_field": "rgba(0, 0, 0, 1)",
      "toolbar_field_text": "rgba(255, 255, 255, 1)"
    }
  }
}