summaryrefslogtreecommitdiff
path: root/lib/vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'lib/vimrc')
-rw-r--r--lib/vimrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/vimrc b/lib/vimrc
index 7aabb36..2fee2f4 100644
--- a/lib/vimrc
+++ b/lib/vimrc
@@ -114,7 +114,8 @@ call plug#begin('~/.vim/plugged')
Plug 'wfxr/minimap.vim'
call plug#end()
-colorscheme monokai-phoenix
+set background=dark
+colorscheme flattened_dark
" disable my color scheme, it doesn't work with vimdiff
"let g:colors_name = 'bs_monochrome'
"