123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- {
- "manifest_version": 2,
- "name": "ePHPic Theme",
- "author": "ePHPic",
- "version": "1.0.0",
- "icons": {
- "32": "icon.svg",
- "64": "icon.svg"
- },
- "theme": {
- "properties": {
- "color_scheme": "light",
- "content_color_scheme": "light"
- },
- "colors": {
- "frame": "hsla(236, 31%, 41%, 1)",
- "frame_inactive": "hsla(236, 0%, 41%, 1)",
- "ntp_background": "hsla(236, 10%, 97%, 1)",
- "popup": "hsla(236, 10%, 97%, 1)",
- "sidebar": "hsla(236, 10%, 97%, 1)",
- "icons": "hsla(0, 0%, 100%, 0.8)",
- "icons_attention": "hsla(0, 0%, 0%, 1)",
- "bookmark_text": "hsl(0, 0%, 100%)",
- "button_background_active": "hsla(0, 0%, 100%, 0.3)",
- "button_background_hover": "hsla(0, 0%, 100%, 0.15)",
- "ntp_card_background": "hsla(0, 0%, 100%, 0.07)",
- "ntp_text": "hsla(0, 0%, 0%, 1)",
- "popup_border": "hsl(236, 31%, 30%)",
- "popup_highlight": "hsla(236, 31%, 41%, 0.2)",
- "popup_highlight_text": "hsl(0, 0%, 0%)",
- "popup_text": "hsl(0, 0%, 0%)",
- "sidebar_border": "transparent",
- "sidebar_highlight": "hsla(0, 0%, 0%, 0.1)",
- "sidebar_highlight_text": "hsla(0, 0%, 0%, 0.9)",
- "sidebar_text": "hsla(0, 0%, 10%, 0.7)",
- "toolbar": "hsla(0, 100%, 100%, 0.1)",
- "toolbar_bottom_separator": "transparent",
- "toolbar_text": "hsla(0, 0%, 100%, 0.9)",
- "toolbar_field": "hsla(0, 100%, 100%, 0.7)",
- "toolbar_field_border": "hsla(0, 0%, 0%, 0.3)",
- "toolbar_field_border_focus": "hsla(0, 0%, 0%, 0.1)",
- "toolbar_field_highlight": "hsla(0, 0%, 80%, 1)",
- "toolbar_field_highlight_text": "hsla(0, 0%, 11%, 1)",
- "toolbar_field_focus": "hsla(0, 0%, 100%, 1)",
- "toolbar_field_text": "hsla(0, 0%, 0%, 0.7)",
- "toolbar_field_text_focus": "hsla(0, 0%, 0%, 1)",
- "toolbar_top_separator": "transparent",
- "toolbar_vertical_separator": "transparent",
- "tab_background_separator": "transparent",
- "tab_background_text": "hsla(0, 0%, 100%, 1)",
- "tab_line": "transparent",
- "tab_loading": "hsla(0, 0%, 0%, 0.85)",
- "tab_selected": "hsla(0, 0%, 100%, 0.25)",
- "tab_text": "hsla(0, 0%, 0%, 0.85)"
- }
- },
- "browser_specific_settings": {
- "gecko": {
- "id": "dreamer-balanced-colorway@mozilla.org"
- }
- }
- }
|