Velvet Star Monitor

Standout celebrity highlights with iconic style.

updates

go back to vim's default color

Writer Andrew Henderson

I read this :highlight Normal ctermfg=grey ctermbg=darkblue from

But I change the darkblue to white!! What I done? OMG? now I even can not see what I type on vim on the command mode. please tell me how to tell vim to use its default coloring.

2

1 Answer

While this is not Ubuntu specific, a similar question is 264258. Just like you edit ~/.vimrc before, put in your own commands:

set background=dark highlight Normal ctermfg=grey ctermbg=white

The help file might can give you more background.

:help vimrc-intro

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy