morhetz / gruvbox

Retro groove color scheme for Vim
13.65k stars 1.11k forks source link

How do you enable dark mode? #224

Closed aasutossh closed 6 years ago

aasutossh commented 6 years ago

Installed gruvbox from aur, then put it in vimrc but it is light mode. how do you change to dark mode.

morhetz commented 6 years ago

@DrDonkey :set bg=dark

aasutossh commented 6 years ago

Thank you.

acgtyrant commented 6 years ago

The README and wiki does not mention how to enable the dark mode, you can add the explanation in them.

steffanjensen commented 5 years ago

How can i enable this in vimrc on auto.. i only get light mode

lucorp commented 5 years ago

Just add set bg=dark to your .vimrc

DongshengHuang commented 3 years ago

Thank you

khoulyy commented 2 years ago

Thank you