summaryrefslogtreecommitdiff
path: root/lib/vimrc
diff options
context:
space:
mode:
authorBen Sima <bsima@groq.com>2022-07-06 18:37:35 -0700
committerBen Sima <bsima@groq.com>2022-07-06 18:39:39 -0700
commit85adcfaee220490787b78137ddc967d43f7eb62a (patch)
treee108b6ba6fc7c25abeef69e7521ab9e8e334a141 /lib/vimrc
parent48f5c43e62497f58a90353d21fddf0c176375ade (diff)
switch to dark solarized
Diffstat (limited to 'lib/vimrc')
-rw-r--r--lib/vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/vimrc b/lib/vimrc
index 401fed3..cb7cf95 100644
--- a/lib/vimrc
+++ b/lib/vimrc
@@ -111,7 +111,7 @@ function! <SID>SynStack()
endfunc
set background=dark
-colorscheme photon
+colorscheme solarized
" disable my color scheme, it doesn't work with vimdiff
"let g:colors_name = 'bs_monochrome'
"