Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

Commit 80fe8bf

Browse files
committed
💄 Fix light theme zap gradient
1 parent 6f8587c commit 80fe8bf

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

‎src/browser/themes/addons/pulse/light/manifest.json‎

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -99,19 +99,18 @@
9999
"arrowpanel_border_radius": "16px",
100100
"arrowpanel_menuitem_border_radius": "8px",
101101

102-
"panel_hover": "color-mix(in srgb, currentColor 12%, transparent)",
103-
"panel_active": "color-mix(in srgb, currentColor 20%, transparent)",
104-
"panel_active_darker": "color-mix(in srgb, currentColor 27%, transparent)",
105-
"toolbar_field_icon_opacity": "0.72",
106-
"input_border_color": "color-mix(in srgb, currentColor 41%, transparent)",
102+
"panel_hover": "color-mix(in srgb, currentColor 9%, transparent)",
103+
"panel_active": "color-mix(in srgb, currentColor 14%, transparent)",
104+
"panel_active_darker": "color-mix(in srgb, currentColor 25%, transparent)",
105+
"toolbar_field_icon_opacity": "1",
107106

108107
"tab_rounding_size": "16px",
109108
"tab_rounding_size_neg": "-16px",
110109
"tab_block_margin": "0",
111110
"tab_border_radius": "0",
112111
"tab_padding_inline": "0",
113112

114-
"gradient": "linear-gradient(var(--gradient-orientation), hsla(212, 97%, 54%, 1) 0%, hsla(295, 70%, 58%, 1) 100%)",
113+
"gradient": "linear-gradient(var(--gradient-orientation), var(--pulse-primary-500) 0%, var(--pulse-secondary-500) 100%)",
115114
"zap_gradient": "var(--gradient)",
116115

117116
"toolbar_button_border_radius": "8px"

0 commit comments

Comments
 (0)