diff --git a/index.html b/index.html
index 74f3169..63c5392 100644
--- a/index.html
+++ b/index.html
@@ -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%;