aboutsummaryrefslogtreecommitdiff
path: root/fnl/nvrc
diff options
context:
space:
mode:
Diffstat (limited to 'fnl/nvrc')
-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"