diff options
| author | Ben Sima <ben@bensima.com> | 2025-12-22 14:48:12 -0500 |
|---|---|---|
| committer | Ben Sima <ben@bensima.com> | 2025-12-22 14:48:12 -0500 |
| commit | 824a42ad72d90420713e6e87d75fedcb1366295e (patch) | |
| tree | 03732b69a9194c6d585b4b13c08774b8b8ee321c /lib/vimrc | |
| parent | 107061ad599d85783490885e912ee9cf01633be1 (diff) | |
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 <amp@ampcode.com>
Diffstat (limited to 'lib/vimrc')
| -rw-r--r-- | lib/vimrc | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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 |
