update ashes fg/bg colors

This commit is contained in:
Cade Scroggins
2022-07-06 19:18:56 -07:00
parent 77f945d863
commit f346412939
+2 -2
View File
@@ -369,8 +369,8 @@
/* themes */ /* themes */
.ashes-dark { .ashes-dark {
--base-background: #0e1215; --base-background: #0e0e0e;
--base-foreground: #c7ccd1; --base-foreground: #c7c7c7;
--command-color-complementary: var(--base-background); --command-color-complementary: var(--base-background);
--command-color-highlight-foreground: var(--base-foreground); --command-color-highlight-foreground: var(--base-foreground);
--command-color-lightness: 75%; --command-color-lightness: 75%;