Classic System Theme

Classic System Theme

Almost identical to the system theme from FF 88. Best used with 'Lepton - Photon Styled' https://github.com/black7375/Firefox-UI-Fix/tree/photon-style

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "version": "1.0",
  "name": "Classic",
  "theme": {
    "images": {},
    "properties": {},
    "colors": {
      "toolbar": "rgb(240, 240, 242)",
      "toolbar_text": "rgb(0, 0, 0)",
      "frame": "rgb(31, 34, 60)",
      "tab_background_text": "rgb(241, 241, 241)",
      "toolbar_field": "rgb(255, 255, 255)",
      "toolbar_field_text": "rgb(0, 0, 0)",
      "tab_line": "rgb(0, 131, 255)",
      "popup": "rgb(255, 255, 255)",
      "popup_text": "rgb(0, 0, 0)",
      "ntp_text": "rgb(0, 0, 0)",
      "popup_highlight": "rgb(26, 121, 214)",
      "toolbar_bottom_separator": "rgb(214, 221, 229)",
      "toolbar_field_border_focus": "rgb(192, 189, 189)",
      "toolbar_field_border": "rgb(187, 179, 179)",
      "tab_loading": "rgb(0, 131, 255)"
    }
  }
}