Search code examples
vimtext-editorcolor-scheme

Change foreground color in GVim


I want change this boring grey of my foreground but don't know the commands and the syntax. I am using a theme that i took and customized my own from http://bytefluent.com/vivify/ The theme is: adrian_modified

Image: the text editor running 'adrian_modified'

Thanks in advance.


Solution

  • :highlight NonText guifg=#ff0000 guibg=#00ff00

    Alter the colors to your liking. :)