diff options
author | Ben Sima <bsima@groq.com> | 2022-03-14 11:25:22 -0700 |
---|---|---|
committer | Ben Sima <bsima@groq.com> | 2022-03-14 11:25:22 -0700 |
commit | 60068f385906a025316c0567b25420e449977e40 (patch) | |
tree | 6efc41cd6658090c1bc8a13253b5b9b8515577c3 /lib/vimrc | |
parent | d769d15b12e6ae50097d95517480c2f84a4430e4 (diff) |
switch to photon vim theme
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 flattened_dark +colorscheme photon " disable my color scheme, it doesn't work with vimdiff "let g:colors_name = 'bs_monochrome' " |