Update colorscheme to molokai
This commit is contained in:
2
vimrc
2
vimrc
@@ -30,7 +30,7 @@ endif
|
|||||||
" enable syntax highlighting
|
" enable syntax highlighting
|
||||||
syntax enable
|
syntax enable
|
||||||
filetype plugin indent on
|
filetype plugin indent on
|
||||||
colorscheme monokai
|
colorscheme molokai
|
||||||
highlight Comment ctermfg=blue " make comments readable
|
highlight Comment ctermfg=blue " make comments readable
|
||||||
set autoindent
|
set autoindent
|
||||||
set autoread " reload files when changed on disk, i.e. via `git checkout`
|
set autoread " reload files when changed on disk, i.e. via `git checkout`
|
||||||
|
|||||||
Reference in New Issue
Block a user