Skip to content

Commit 0363713

Browse files
authored
define view-switcher-accent even if browser does not support AccentColor
1 parent 6b36421 commit 0363713

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

catppuccin.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
--accent-color: rgb(32, 159, 181);
44
--accent-bg-color: rgb(114, 135, 253);
55
--accent-fg-color: rgb(239, 241, 245);
6+
--view-switcher-accent: oklch(0.50 0.12 273.13);
67

78
/* Destructive Colors */
89
--destructive-color: rgb(210, 15, 57);
@@ -146,6 +147,7 @@
146147
--accent-color: rgb(180, 190, 254);
147148
--accent-bg-color: rgb(180, 190, 254);
148149
--accent-fg-color: rgb(17, 17, 27);
150+
--view-switcher-accent: oklch(0.7664 0.1113 273.13);
149151

150152
/* Destructive Colors */
151153
--destructive-color: rgb(238, 153, 160);
@@ -280,4 +282,4 @@
280282
--view-switcher-accent: oklch(from AccentColor 0.7664 0.1113 h);
281283
}
282284
}
283-
}
285+
}

0 commit comments

Comments
 (0)