Skip to content

Commit 02a3f12

Browse files
author
LinuxJava7
committed
fix accent colour
1 parent 1cff156 commit 02a3f12

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

catppuccin.css

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -144,10 +144,10 @@
144144
@media (prefers-color-scheme: dark) {
145145
:root {
146146
/* Accent Colors */
147-
--accent-color: oklch(0.82 0.09 277.31 / 1);
148-
--accent-bg-color: oklch(0.82 0.09 277.31 / 1);
147+
--accent-color: oklch(0.77 0.11 277.31 / 1);
148+
--accent-bg-color: oklch(0.77 0.11 277.31 / 1);
149149
--accent-fg-color: oklch(0.18 0.02 284.20 / 1);
150-
--view-switcher-accent: oklch(0.7664 0.1113 273.13);
150+
--view-switcher-accent: oklch(0.77 0.11 273.31);
151151

152152
/* Destructive Colors */
153153
--destructive-color: oklch(0.77 0.10 14.37 / 1);
@@ -267,19 +267,19 @@
267267

268268
@supports (color: AccentColor) {
269269
:root{
270-
--accent-bg-color: oklch(from AccentColor 0.6638 0.1751 h);
271-
--window-bg-color: oklch(from AccentColor 0.9578 0.0058 h);
272-
--card-bg-color: oklch(from AccentColor 0.9335 0.0087 h);
273-
--headerbar-backdrop-color: oklch(from AccentColor 0.9578 0.0058 h / 80%);
270+
--accent-bg-color: oklch(from AccentColor 0.66 0.18 h);
271+
--window-bg-color: oklch(from AccentColor 0.96 0.01 h);
272+
--card-bg-color: oklch(from AccentColor 0.93 0.01 h);
273+
--headerbar-backdrop-color: oklch(from AccentColor 0.96 0.01 h / 80%);
274274
--view-switcher-accent: oklch(from AccentColor 0.50 0.12 h);
275275
}
276276
@media (prefers-color-scheme: dark) {
277277
:root{
278-
--accent-bg-color: oklch(from AccentColor 0.7664 0.1113 h);
279-
--window-bg-color: oklch(from AccentColor 0.2429 0.0304 h);
280-
--card-bg-color: oklch(from AccentColor 0.3240 0.0319 h);
281-
--headerbar-backdrop-color: oklch(from AccentColor 0.2429 0.0304 h / 70%);
282-
--view-switcher-accent: oklch(from AccentColor 0.7664 0.1113 h);
278+
--accent-bg-color: oklch(from AccentColor 0.77 0.11 h);
279+
--window-bg-color: oklch(from AccentColor 0.24 0.03 h);
280+
--card-bg-color: oklch(from AccentColor 0.32 0.03 h);
281+
--headerbar-backdrop-color: oklch(from AccentColor 0.24 0.03 h / 80%);
282+
--view-switcher-accent: oklch(from AccentColor 0.77 0.11 h);
283283
}
284284
}
285-
}
285+
}

0 commit comments

Comments
 (0)