about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--fnl/nvrc/colors.fnl6
1 files changed, 3 insertions, 3 deletions
diff --git a/fnl/nvrc/colors.fnl b/fnl/nvrc/colors.fnl
index 1cba72c..bac9140 100644
--- a/fnl/nvrc/colors.fnl
+++ b/fnl/nvrc/colors.fnl
@@ -1,8 +1,8 @@
 (import-macros {: setv!} :nvrc.macro.set)
 
-(local colors {:bg "#292929"
-               :light_bg "#383838"
-               :graphite "#7d7d7d"
+(local colors {:bg "#232323"
+               :light_bg "#363636"
+               :graphite "#717171"
                :red "#ff668c"
                :yellow "#fac661"
                :green "#a8d2a9"