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
Binary file not shown.

After

Width:  |  Height:  |  Size: 246 KiB

+3 -3
View File
@@ -1,3 +1,3 @@
$background: #1a1111;
$foreground: #f0dede;
$primary: #ffb3b3;
$background: #131318;
$foreground: #e4e1e9;
$primary: #bec2ff;
+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}};