about summary refs log tree commit diff
path: root/fnl/nvrc/colors.fnl
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2022-03-10 15:44:48 +0900
committersefidel <contact@sefidel.net>2022-03-10 15:44:48 +0900
commit74a909c037a8d5baafc4c1aff5adf3a1c6b214c3 (patch)
tree6c6fa47ffd8d9ea7f34d4e9af06939245ac461ef /fnl/nvrc/colors.fnl
parent7d567f16e21b8ad2ee6eed41ddfd72a0021b9247 (diff)
downloadnvimrc-74a909c037a8d5baafc4c1aff5adf3a1c6b214c3.tar.gz
nvimrc-74a909c037a8d5baafc4c1aff5adf3a1c6b214c3.zip
feat(colors): use new avalanche colors
Diffstat (limited to 'fnl/nvrc/colors.fnl')
-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"