From c97f7835a440b43743206b7953993943054305f9 Mon Sep 17 00:00:00 2001 From: Chun Li Date: Wed, 15 Jan 2020 16:30:48 -0800 Subject: [PATCH] Update colorscheme to molokai --- vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vimrc b/vimrc index 7e30785..03d2fc2 100644 --- a/vimrc +++ b/vimrc @@ -30,7 +30,7 @@ endif " enable syntax highlighting syntax enable filetype plugin indent on -colorscheme monokai +colorscheme molokai highlight Comment ctermfg=blue " make comments readable set autoindent set autoread " reload files when changed on disk, i.e. via `git checkout`