From 9e17dd69866396ed4c5e265d1e5626708e4904bc Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Mon, 16 May 2022 14:21:23 -0400 Subject: vim: use light colors --- lib/vimrc | 4 ++-- 1 file 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! 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' " -- cgit v1.2.3