diff options
author | Ben Sima <ben@bsima.me> | 2022-06-29 12:28:03 -0400 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2022-06-29 12:28:35 -0400 |
commit | 94541d44fe3058cf5ce88ad8724c4afa77b0acfd (patch) | |
tree | 9aff861df8ab4a8cd3625f994502e0be67e84c7f /lib | |
parent | 343188458acf8e290b3d15628ef178d74090cd4e (diff) |
switch back to dark theme
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=light -colorscheme antiphoton +set background=dark +colorscheme photon " disable my color scheme, it doesn't work with vimdiff "let g:colors_name = 'bs_monochrome' " |