vim: jellybeans: increase contrast

This commit is contained in:
Gabriel Ebner 2021-04-02 21:29:09 +02:00
parent a9ecf3a8ca
commit f015fc8e51

1
vimrc

@ -149,6 +149,7 @@ set title
let g:jellybeans_overrides = {
\ 'background': { 'guibg': '000000' },
\ 'Normal': { 'guifg': 'ffffff' },
\}
if exists('g:started_by_firenvim')