Microsoft Edge Light by Stylefox

Microsoft Edge Light by Stylefox

A beautiful light theme for Firefox inspired by Microsoft Edge's light theme.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Microsoft Edge Light",
  "author": "Stylefox",
  "manifest_version": 2,
  "version": "1.0",
  "theme": {
    "colors": {
      "frame": "rgba(204, 204, 204, 1)",
      "frame_inactive": "rgba(204, 204, 204, 1)",
      "tab_background_text": "rgba(41, 41, 41, 1)",
      "tab_background_separator": "rgba(163, 163, 163, 1)",
      "tab_text": "rgba(21, 21, 21, 1)",
      "tab_line": "rgba(242, 242, 242, 1)",
      "tab_loading": "rgba(141, 141, 141, 1)",
      "tab_selected": "rgba(242, 242, 242, 1)",
      "icons": "rgba(45, 45, 45, 1)",
      "icons_attention": "rgba(0, 120, 215, 1)",
      "toolbar": "rgba(242, 242, 242, 1)",
      "bookmark_text": "rgba(21, 21, 21, 1)",
      "toolbar_top_separator": "rgba(204, 204, 204, 1)",
      "toolbar_bottom_separator": "rgba(204, 204, 204, 1)",
      "toolbar_vertical_separator": "rgba(242, 242, 242, 1)",
      "toolbar_field": "rgba(255, 255, 255, 1)",
      "toolbar_field_text": "rgba(21, 21, 21, 1)",
      "toolbar_field_text_focus": "rgba(21, 21, 21, 1)",
      "toolbar_field_highlight": "rgba(0, 120, 215, 1)",
      "toolbar_field_highlight_text": "rgba(255, 255, 255, 1)",
      "toolbar_field_focus": "rgba(255, 255, 255, 1)",
      "toolbar_field_border": "rgba(204, 204, 204, 1)",
      "toolbar_field_separator": "rgba(204, 204, 204, 1)",
      "toolbar_field_border_focus": "rgba(204, 204, 204, 1)",
      "button_background_hover": "rgba(218, 218, 218, 1)",
      "button_background_active": "rgba(242, 242, 242, 1)",
      "popup": "rgba(255, 255, 255, 1)",
      "popup_text": "rgba(21, 21, 21, 1)",
      "popup_border": "rgba(204, 204, 204, 1)",
      "popup_highlight": "#b2d7f3",
      "popup_highlight_text": "rgba(0, 0, 0, 1)",
      "ntp_background": "rgba(241, 241, 241, 1)",
      "ntp_text": "rgba(21, 21, 21, 1)",
      "sidebar": "rgba(230, 230, 230, 1)",
      "sidebar_border": "rgba(204, 204, 204, 1)",
      "sidebar_text": "rgba(21, 21, 21, 1)",
      "sidebar_highlight": "#CCCCCC",
      "sidebar_highlight_text": "rgba(0, 0, 0, 1)"
    }
  }
}