diff options
author | Ben Sima <bsima@groq.com> | 2022-07-06 18:37:35 -0700 |
---|---|---|
committer | Ben Sima <bsima@groq.com> | 2022-07-06 18:39:39 -0700 |
commit | 85adcfaee220490787b78137ddc967d43f7eb62a (patch) | |
tree | e108b6ba6fc7c25abeef69e7521ab9e8e334a141 /lib/vimrc | |
parent | 48f5c43e62497f58a90353d21fddf0c176375ade (diff) |
switch to dark solarized
Diffstat (limited to 'lib/vimrc')
-rw-r--r-- | lib/vimrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -111,7 +111,7 @@ function! <SID>SynStack() endfunc set background=dark -colorscheme photon +colorscheme solarized " disable my color scheme, it doesn't work with vimdiff "let g:colors_name = 'bs_monochrome' " |