This commit is contained in:
biscuit
2025-06-19 13:59:35 -05:00
parent 3587a7042d
commit b3c502fdf3
3 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -1,3 +1,3 @@
$background: {{colors.surface.default.hex}};
$foreground: {{colors.on_surface.default.hex}};
$primary: {{colors.primary.default.hex}};
$background: {{colors.surface.dark.hex}};
$foreground: {{colors.on_surface.dark.hex}};
$primary: {{colors.primary.dark.hex}};