Minimal Light Theme WebExt

Minimal Light Theme WebExt

A minimal light theme for Firefox

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Minimal Light Theme (WebExtension)",
  "version": "1.1.1resigned1",
  "description": "A minimal light theme for Firefox",
  "author": "George Raptis",
  "icons": {
    "48": "icons/icon.svg",
    "96": "icons/icon.svg"
  },
  "theme": {
    "colors": {
      "frame": "rgb(222, 225, 229)",
      "toolbar": "rgb(255, 255, 255)",
      "bookmark_text": "rgb(74, 74, 79)",
      "tab_background_text": "rgb(74, 74, 79)",
      "tab_line": "rgb(255, 255, 255)",
      "toolbar_field": "rgb(255, 255, 255)",
      "toolbar_field_text": "rgb(12, 12, 13)",
      "toolbar_field_border": "rgb(177, 177, 179)",
      "toolbar_top_separator": "rgb(177, 177, 179)",
      "toolbar_bottom_separator": "rgb(177, 177, 179)",
      "button_background_hover": "rgb(237, 237, 240)",
      "button_background_active": "rgb(237, 237, 240)",
      "popup": "rgb(249, 249, 250)",
      "popup_text": "rgb(12, 12, 13)",
      "popup_highlight": "rgb(222, 225, 229)",
      "popup_border": "rgb(215, 215, 219)",
      "sidebar": "rgb(249, 249, 250)",
      "sidebar_text": "rgb(12, 12, 13)",
      "sidebar_highlight": "rgb(222, 225, 229)",
      "sidebar_highlight_text": "rgb(12, 12, 13)",
      "sidebar_border": "rgb(215, 215, 219)",
      "ntp_background": "rgb(249, 249, 250)",
      "ntp_text": "rgb(12, 12, 13)"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{30993d2e-7b88-4945-9b66-f915ee71e796}"
    }
  }
}