diff options
Diffstat (limited to 'fnl/nvrc')
-rw-r--r-- | fnl/nvrc/colors.fnl | 4 |
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] |