Signup/Sign In
Ask Question
Not satisfied by the Answer? Still looking for a better solution?

Dark blue color in vim or ls output in linux

I have a problem with dark-blue color in vim or ls output. Because I'm using black background color, words colored in dark-blue are almost completely invisible. How can I address this problem?
by

1 Answer

Kajalsi45d
If you inform vim that you are using a black background (or otherwise dark theme) it will lighten up all the colors so they are readable:
:set bg=dark

Login / Signup to Answer the Question.