summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2022-05-16 14:21:23 -0400
committerBen Sima <ben@bsima.me>2022-05-16 14:21:36 -0400
commit9e17dd69866396ed4c5e265d1e5626708e4904bc (patch)
tree3f73ab0df91ea9dab5ffec8bb75a7f527d73287b
parente0523a0acb9cff3e937b8acb2a0fbaa02d1d3fd8 (diff)
vim: use light colors
-rw-r--r--lib/vimrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/vimrc b/lib/vimrc
index 3143de5..aee9433 100644
--- a/lib/vimrc
+++ b/lib/vimrc
@@ -110,8 +110,8 @@ function! <SID>SynStack()
echo map(synstack(line('.'), col('.')), 'synIDattr(v:val, "name")')
endfunc
-set background=dark
-colorscheme photon
+set background=light
+colorscheme antiphoton
" disable my color scheme, it doesn't work with vimdiff
"let g:colors_name = 'bs_monochrome'
"