diff options
author | June McEnroe <june@causal.agency> | 2016-09-08 13:22:38 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2016-09-08 13:23:06 -0400 |
commit | 670672d78ffde75d0628f74c433c544699dc14bc (patch) | |
tree | 290162cd76e166bc045076cdfd84d7fc9159fc30 /.config/nvim/colors | |
parent | Simplify colors syntax in zsh prompt (diff) | |
download | src-670672d78ffde75d0628f74c433c544699dc14bc.tar.gz src-670672d78ffde75d0628f74c433c544699dc14bc.zip |
Rename colorscheme to lame
Diffstat (limited to '.config/nvim/colors')
-rw-r--r-- | .config/nvim/colors/lame.vim (renamed from .config/nvim/colors/subtle.vim) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/nvim/colors/subtle.vim b/.config/nvim/colors/lame.vim index 9cf1a989..3b9f8625 100644 --- a/.config/nvim/colors/subtle.vim +++ b/.config/nvim/colors/lame.vim @@ -4,7 +4,7 @@ if exists('syntax_on') syntax reset endif -let colors_name = 'subtle' +let colors_name = 'lame' hi Normal ctermbg=NONE ctermfg=NONE |