diff options
author | Ben Sima <ben@bsima.me> | 2022-05-16 14:21:23 -0400 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2022-05-16 14:21:36 -0400 |
commit | 9e17dd69866396ed4c5e265d1e5626708e4904bc (patch) | |
tree | 3f73ab0df91ea9dab5ffec8bb75a7f527d73287b /lib | |
parent | e0523a0acb9cff3e937b8acb2a0fbaa02d1d3fd8 (diff) |
vim: use light colors
Diffstat (limited to 'lib')
-rw-r--r-- | lib/vimrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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' " |