summaryrefslogtreecommitdiff
path: root/lib/vimrc
diff options
context:
space:
mode:
authorBen Sima <bsima@groq.com>2022-03-14 11:25:22 -0700
committerBen Sima <bsima@groq.com>2022-03-14 11:25:22 -0700
commit60068f385906a025316c0567b25420e449977e40 (patch)
tree6efc41cd6658090c1bc8a13253b5b9b8515577c3 /lib/vimrc
parentd769d15b12e6ae50097d95517480c2f84a4430e4 (diff)
switch to photon vim theme
Diffstat (limited to 'lib/vimrc')
-rw-r--r--lib/vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/vimrc b/lib/vimrc
index d298390..3143de5 100644
--- a/lib/vimrc
+++ b/lib/vimrc
@@ -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'
"