From 824a42ad72d90420713e6e87d75fedcb1366295e Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Mon, 22 Dec 2025 14:48:12 -0500 Subject: Add ef-dream theme and integrate with vim/polybar configs Amp-Thread-ID: https://ampcode.com/threads/T-019b479a-0995-731e-8d63-ed185a1ab54a Co-authored-by: Amp --- lib/vimrc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'lib/vimrc') diff --git a/lib/vimrc b/lib/vimrc index c216a9a..43d6b19 100644 --- a/lib/vimrc +++ b/lib/vimrc @@ -111,8 +111,8 @@ function! 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 -- cgit v1.2.3