summaryrefslogtreecommitdiff
path: root/lib/vimrc
diff options
context:
space:
mode:
authorBen Sima <bsima@groq.com>2022-03-14 10:19:19 -0700
committerBen Sima <bsima@groq.com>2022-03-14 10:21:09 -0700
commita90f9eeb24761663b2d82e28b262f1399a06c068 (patch)
tree3bedc4121aa483ba3598368b31743a822599f5a9 /lib/vimrc
parentc0cf18c620b2d6ca72d47b21d4c4bafae00bca13 (diff)
switch vim colors bc the package is broken on nixpkgs
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'
"