88 lines
3.1 KiB
JSON
88 lines
3.1 KiB
JSON
{
|
|
"manifest_version": 2,
|
|
|
|
"browser_specific_settings": {
|
|
"gecko": {
|
|
"id": "icecat-compact-dark@mozilla.org"
|
|
}
|
|
},
|
|
|
|
"name": "Dark",
|
|
"description": "A theme with a dark color scheme.",
|
|
"author": "Mozilla",
|
|
"version": "1.2",
|
|
|
|
"icons": { "32": "icon.svg" },
|
|
|
|
"theme": {
|
|
"colors": {
|
|
"tab_background_text": "#fbfbfe",
|
|
"tab_selected": "rgb(66,65,77)",
|
|
"tab_text": "rgb(251,251,254)",
|
|
"icons": "rgb(251,251,254)",
|
|
"frame": "rgb(28, 27, 34)",
|
|
"frame_inactive": "rgb(31, 30, 37)",
|
|
"popup": "rgb(66,65,77)",
|
|
"popup_text": "rgb(251,251,254)",
|
|
"popup_border": "rgb(82,82,94)",
|
|
"popup_highlight": "rgb(43,42,51)",
|
|
"tab_line": "transparent",
|
|
"toolbar": "rgb(43,42,51)",
|
|
"toolbar_top_separator": "transparent",
|
|
"toolbar_bottom_separator": "hsl(240, 5%, 5%)",
|
|
"toolbar_field": "rgb(28,27,34)",
|
|
"toolbar_field_border": "transparent",
|
|
"toolbar_field_text": "rgb(251,251,254)",
|
|
"toolbar_field_focus": "rgb(66,65,77)",
|
|
"toolbar_text": "rgb(251, 251, 254)",
|
|
"ntp_background": "rgb(43, 42, 51)",
|
|
"ntp_card_background": "rgb(66,65,77)",
|
|
"ntp_text": "rgb(251, 251, 254)",
|
|
"sidebar": "#38383D",
|
|
"sidebar_text": "rgb(249, 249, 250)",
|
|
"sidebar_border": "rgba(255, 255, 255, 0.1)",
|
|
"button": "rgba(0, 0, 0, .33)",
|
|
"button_hover": "rgba(207, 207, 216, .20)",
|
|
"button_active": "rgba(207, 207, 216, .40)",
|
|
"button_primary": "rgb(0, 221, 255)",
|
|
"button_primary_hover": "rgb(128, 235, 255)",
|
|
"button_primary_active": "rgb(170, 242, 255)",
|
|
"button_primary_color": "rgb(43, 42, 51)",
|
|
"input_background": "#42414D",
|
|
"input_color": "rgb(251,251,254)",
|
|
"urlbar_popup_separator": "rgb(82,82,94)",
|
|
"tab_icon_overlay_stroke": "rgb(66,65,77)",
|
|
"tab_icon_overlay_fill": "rgb(251,251,254)"
|
|
},
|
|
"properties": {
|
|
"color_scheme": "dark",
|
|
"panel_active": "color-mix(in srgb, currentColor 14%, transparent)",
|
|
"toolbar_field_icon_opacity": "1",
|
|
"zap_gradient": "linear-gradient(90deg, #9059FF 0%, #FF4AA2 52.08%, #FFBD4F 100%)"
|
|
}
|
|
},
|
|
|
|
"theme_experiment": {
|
|
"stylesheet": "experiment.css",
|
|
"colors": {
|
|
"button": "--button-bgcolor",
|
|
"button_hover": "--button-hover-bgcolor",
|
|
"button_active": "--button-active-bgcolor",
|
|
"button_primary": "--button-primary-bgcolor",
|
|
"button_primary_hover": "--button-primary-hover-bgcolor",
|
|
"button_primary_active": "--button-primary-active-bgcolor",
|
|
"button_primary_color": "--button-primary-color",
|
|
"input_background": "--input-bgcolor",
|
|
"input_color": "--input-color",
|
|
"urlbar_popup_separator": "--urlbarView-separator-color",
|
|
"zoom_controls": "--zoom-controls-bgcolor",
|
|
"tab_icon_overlay_stroke": "--tab-icon-overlay-stroke",
|
|
"tab_icon_overlay_fill": "--tab-icon-overlay-fill"
|
|
},
|
|
"properties": {
|
|
"panel_active": "--arrowpanel-dimmed-further",
|
|
"toolbar_field_icon_opacity": "--urlbar-icon-fill-opacity",
|
|
"zap_gradient": "--panel-separator-zap-gradient"
|
|
}
|
|
}
|
|
}
|