update ashes fg/bg colors

This commit is contained in:
Cade Scroggins 2022-07-06 19:18:56 -07:00
parent 77f945d863
commit f346412939
No known key found for this signature in database
GPG key ID: 6AC5A902158265D0

View file

@ -369,8 +369,8 @@
/* themes */
.ashes-dark {
--base-background: #0e1215;
--base-foreground: #c7ccd1;
--base-background: #0e0e0e;
--base-foreground: #c7c7c7;
--command-color-complementary: var(--base-background);
--command-color-highlight-foreground: var(--base-foreground);
--command-color-lightness: 75%;