vim - How to save GVim preferred color scheme? -
one topic closed @ time opened new topic: how save gvim settings?
add vimrc file (.vimrc or _vimrc). change "yourcolor" existing real color name, ex: darkblue, etc
if has('gui_running') colorscheme yourcolor endif
Comments
Post a Comment