Add monochrome theme for vim

This commit is contained in:
Kujiu 2017-06-26 13:13:54 +02:00
parent ab2c7b69d3
commit aebc0a22f6
No known key found for this signature in database
GPG key ID: F6A8243BF7C8404D
2 changed files with 6 additions and 2 deletions

View file

@ -227,7 +227,8 @@ set ignorecase " ignore la casse lors des recherches
"
hi clear SpellBad
colorscheme lucius
"colorscheme lucius
colorscheme monochrome
""""""" Supprime les espaces en fin de ligne avec la touche t
map <silent> <F6> :1;$ s/[\r \t]\+$//<Return>
@ -256,4 +257,3 @@ autocmd! WinEnter * :if !exists('w:parens_match_id') | let w:parens_match_id=mat
filetype off
filetype on
syntax enable " activation de la coloration syntaxique
hi Normal ctermbg=black

View file

@ -184,3 +184,7 @@ git clone https://github.com/severin-lemaignan/vim-minimap.git ~/.vim/pack/shape
# Install vim pencil
rm -rf ~/.vim/pack/shapeshed/start/vim-pencil
git clone https://github.com/reedes/vim-pencil ~/.vim/pack/shapeshed/start/vim-pencil
# Install monochrome theme for vim
rm -rf ~/.vim/pack/shapeshed/start/vim-monochrome
git clone https://github.com/fxn/vim-monochrome.git ~/.vim/pack/shapeshed/start/vim-monochrome