Lush – Soft

Lush – Soft

Life is better in color. Make your browsing a little more joyful and vibrant.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Lush – Soft",
  "author": "Mozilla",
  "version": "2.1",
  "icons": {
    "32": "icon.svg"
  },
  "theme": {
    "colors": {
      "tab_background_text": "hsl(150, 6%, 20%)",
      "tab_text": "hsl(150, 6%, 20%)",
      "tab_selected": "hsl(0, 0%, 100%)",
      "tab_line": "transparent",
      "tab_loading": "hsl(145, 24%, 32%)",
      "frame": "hsl(147, 25%, 86%)",
      "popup": "hsl(0, 0%, 100%)",
      "popup_text": "hsl(150, 6%, 20%)",
      "popup_border": "hsl(144, 25%, 88%)",
      "popup_highlight": "hsla(143, 25%, 86%, 0.7)",
      "popup_highlight_text": "hsl(150, 6%, 20%)",
      "toolbar": "hsl(140, 26%, 93%)",
      "toolbar_text": "hsl(150, 6%, 20%)",
      "toolbar_field": "hsl(147, 25%, 86%)",
      "toolbar_field_text": "hsl(150, 6%, 20%)",
      "toolbar_field_focus": "hsl(0, 0%, 100%)",
      "toolbar_field_border_focus": "rgba(0, 96, 223, 0.5)",
      "toolbar_top_separator": "transparent",
      "toolbar_bottom_separator": "hsl(147, 25%, 86%)",
      "ntp_background": "hsl(150, 25%, 97%)",
      "ntp_card_background": "hsl(0, 0%, 100%)",
      "ntp_text": "hsl(150, 6%, 20%)",
      "sidebar": "hsl(0, 0%, 100%)",
      "sidebar_text": "hsl(150, 6%, 20%)",
      "sidebar_highlight": "hsla(143, 25%, 86%, 0.7)",
      "icons_attention": "hsl(145, 24%, 32%)"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "[email protected]"
    }
  }
}