summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2022-06-29 12:28:03 -0400
committerBen Sima <ben@bsima.me>2022-06-29 12:28:35 -0400
commit94541d44fe3058cf5ce88ad8724c4afa77b0acfd (patch)
tree9aff861df8ab4a8cd3625f994502e0be67e84c7f
parent343188458acf8e290b3d15628ef178d74090cd4e (diff)
switch back to dark theme
-rw-r--r--lib/vimrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/vimrc b/lib/vimrc
index 9b429d3..401fed3 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=light
-colorscheme antiphoton
+set background=dark
+colorscheme photon
" disable my color scheme, it doesn't work with vimdiff
"let g:colors_name = 'bs_monochrome'
"