about summary refs log tree commit diff
path: root/fnl/nvrc/colors.fnl
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2022-03-13 16:25:00 +0900
committersefidel <contact@sefidel.net>2022-03-13 16:25:00 +0900
commit0b9f665291ec542404bc98b35af468337628a313 (patch)
tree1557692f5f0adb9f987f8b658c3baa7d615b2cc1 /fnl/nvrc/colors.fnl
parent975fc8f6f15c8c213cfa3b978cf0a23e42b684ac (diff)
downloadnvimrc-0b9f665291ec542404bc98b35af468337628a313.tar.gz
nvimrc-0b9f665291ec542404bc98b35af468337628a313.zip
feat(colors): tweak orange, yellow
Diffstat (limited to 'fnl/nvrc/colors.fnl')
-rw-r--r--fnl/nvrc/colors.fnl4
1 files changed, 2 insertions, 2 deletions
diff --git a/fnl/nvrc/colors.fnl b/fnl/nvrc/colors.fnl
index db3234a..a26aa68 100644
--- a/fnl/nvrc/colors.fnl
+++ b/fnl/nvrc/colors.fnl
@@ -5,10 +5,10 @@
                :graphite "#888888"
                :fg "#cbc0ab"
                :red "#cf6a4c"
-               :yellow "#be9f5f"
+               :yellow "#dcb66a"
                :green "#99ad6a"
                :skyblue "#8fbfdc"
-               :accent "#d8a465"})
+               :accent "#dfa358"})
 
 
 (lambda colors.apply [colorscheme]