Update colorscheme to molokai

This commit is contained in:
2020-01-15 16:30:48 -08:00
parent 02c4ee44b0
commit c97f7835a4

2
vimrc
View File

@@ -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`