summaryrefslogtreecommitdiff
path: root/lib/vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'lib/vimrc')
-rw-r--r--lib/vimrc5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/vimrc b/lib/vimrc
index c216a9a..43d6b19 100644
--- a/lib/vimrc
+++ b/lib/vimrc
@@ -111,8 +111,8 @@ function! <SID>SynStack()
echo map(synstack(line('.'), col('.')), 'synIDattr(v:val, "name")')
endfunc
-set background=light
-"let g:colors_name = 'bs_monochrome'
+set background=dark
+colorscheme ef-dream
"let s:white = ['White', 15]
"let s:black = ['#0e1111', 16]
@@ -277,7 +277,6 @@ set background=light
"call s:hi('diffAdded', s:white, s:green)
"call s:hi('diffRemoved', s:white, s:red)
-colorscheme catppuccin_latte
" load ~/.vimrc.local last for local overrides
if filereadable(expand('~/.vimrc.local'))
source ~/.vimrc.local