base16

base16

base16 themes for the Firefox UI. Note: If the theme isn't applied to newly opened windows, try setting the default Firefox theme (instead of the dark theme) in the customize menu or in about:addons.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "description": "base16 themes for the Firefox UI.",
  "manifest_version": 2,
  "name": "base16",
  "version": "1.3.1",
  "permissions": [
    "theme",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "options_ui": {
    "page": "options.html"
  }
}