From bc1a7733beb69ca2ddec5cf9d630421eee3e27a9 Mon Sep 17 00:00:00 2001 From: James Patrick Date: Sat, 3 Feb 2024 21:16:03 -0500 Subject: [PATCH] Make foreground and code bg a little lighter --- emacs/dist/custom.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/emacs/dist/custom.css b/emacs/dist/custom.css index bb7988d..eb6959e 100644 --- a/emacs/dist/custom.css +++ b/emacs/dist/custom.css @@ -6,8 +6,8 @@ :root { /* --dark-bg: #292c33; */ --dark-bg: #24272d; - --dark-fg: #bcc2ce; - --code-bg: #24272d; + --dark-fg: #c9ced8; + --code-bg: #292c34; --code-01: #68aee9; --code-02: #bb7ed7; --code-03: #a0bc70;