1 parent 7304ec6 commit eda3baaCopy full SHA for eda3baa
1 file changed
styles/wikiwand/catppuccin.user.css
@@ -18,13 +18,22 @@
18
@-moz-document domain("wikiwand.com") {
19
@import url("https://python.catppuccin.com/pygments/catppuccin-variables.important.css");
20
21
- .theme-system,
+ @media (prefers-color-scheme: light) {
22
+ .theme-system {
23
+ #catppuccin(@lightFlavor, @accentColor);
24
+ }
25
26
+ @media (prefers-color-scheme: dark) {
27
28
+ #catppuccin(@darkFlavor, @accentColor);
29
30
31
+
32
.theme-light,
33
.theme-desert,
34
.theme-calmness {
35
#catppuccin(@lightFlavor, @accentColor);
36
}
37
.theme-dark,
38
.theme-black,
39
.theme-deepOcean,
0 commit comments