diff options
author | Blubber <f2005278@mvrht.com> | 2016-10-23 23:53:51 +0200 |
---|---|---|
committer | Blubber <f2005278@mvrht.com> | 2016-10-23 23:53:51 +0200 |
commit | fcadd8ca924a1c5dd167c4a5a611e56ecd478f06 (patch) | |
tree | 37b73d4c15c3302201feebb13585a31ed8546a08 /vim | |
parent | 7d73c14f17bb03ddf06c4cd8670295a11864e6c3 (diff) | |
download | dotfiles-fcadd8ca924a1c5dd167c4a5a611e56ecd478f06.tar.gz dotfiles-fcadd8ca924a1c5dd167c4a5a611e56ecd478f06.zip |
added statusline in vimrc
Diffstat (limited to 'vim')
-rwxr-xr-x | vim/colors/johannst.vim | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/vim/colors/johannst.vim b/vim/colors/johannst.vim index 6789fe3..dd79be2 100755 --- a/vim/colors/johannst.vim +++ b/vim/colors/johannst.vim @@ -47,8 +47,9 @@ endif "}}} "{{{ Statusline -hi StatusLine ctermfg=0 ctermbg=38 cterm=NONE -hi StatusLineNC ctermfg=144 ctermbg=238 cterm=NONE +"hi StatusLine ctermfg=0 ctermbg=38 cterm=NONE +hi StatusLine ctermfg=NONE ctermbg=125 cterm=NONE +hi StatusLineNC ctermfg=144 ctermbg=238 cterm=NONE "}}} "{{{ Diff |