Search code examples
vim

where can I find a *.vim file for the default color scheme


After browsing tens of color schemes, I couldn't really find anything much better than the "default" vim color scheme.

I would like to twist it a little bit, but couldn't find the scheme file, does such file exist? or is there a way I can save current scheme into a file and edit it?


Solution

  • This may be system dependent, but to see the name of the current colorscheme just use

    :colorscheme
    

    If it is default, you can find it via locate default.vim or find / -name default.vim.

    For me it's in

    /usr/share/vim/vim73/colors/default.vim