File tree Expand file tree Collapse file tree 2 files changed +10
-9
lines changed
Expand file tree Collapse file tree 2 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 1212@use " @catppuccin/palette/scss/latte" as * ;
1313@use " @catppuccin/highlightjs/sass/theme" ;
1414
15- .visual-refresh.theme-dark ,
16- .visual-refresh .theme-dark {
17- @import " @catppuccin/palette/scss/frappe" ;
18- $brand : $blue ;
19-
20- @import " components/tweaks/dark" ;
21- @import " theme" ;
22- }
23-
2415.visual-refresh.theme-light ,
2516.visual-refresh .theme-light {
2617 $brand : $blue ;
3021
3122 @include theme .highlights (" latte" );
3223}
24+
25+ .visual-refresh.theme-dark ,
26+ .visual-refresh .theme-dark {
27+ @import " @catppuccin/palette/scss/frappe" ;
28+ $brand : $blue ;
29+
30+ @import " components/tweaks/dark" ;
31+ @import " theme" ;
32+ }
Original file line number Diff line number Diff line change 11& {
22 // flip (Discord light mode uses in places where contrast is good)
33 --white : #{$crust } !important ;
4+ --white-400 : #{$crust } !important ;
45 --white-500 : #{$crust } !important ;
56 --white-600 : #{$surface1 } !important ;
67 --white-700 : #{$surface2 } !important ;
You can’t perform that action at this time.
0 commit comments