sponsor Vim development Vim logo Vim Book Ad

Mkcolorscheme.vim : Help write colorscheme files from existing settings

 script karma  Rating 39/16, Downloaded by 1342  Comments, bugs, improvements  Vim wiki

created by
Travis Hume
 
script type
utility
 
description
This is a simple script to help turn your existing highlight settings into a vim colorscheme file.
 
install details
1. drop into your plugin directory
2. set up your colorscheme they way you want
3. :Mkcolorscheme [scheme-name]  (If you don't supply a scheme-name you will be prompted for one)
4. review and save to colors/<name>.vim
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
Mkcolorscheme.vim 0.06 2002-04-02 6.0 Travis Hume New command signature
     Mkcolorscheme[!] [scheme-name]

If invoked with a ! then the generated colorscheme file is automatically written to ~/.vim/colors/<scheme-name>.vim if possible.  Only works with has("unix") for now, feel free to fix this.

The included :command is no longer commented out and properly invokes the Mkcolorscheme() function with the <bang> syntax.
Mkcolorscheme.vim 0.05 2002-03-29 6.0 Travis Hume No functionality changes.  Just some documentation, including some very helpful :commands to help with modifying or creating colorschemes.
ip used for rating: 3.147.104.248

If you have questions or remarks about this site, visit the vimonline development pages. Please use this site responsibly.
Questions about Vim should go to the maillist. Help Bram help Uganda.
   
Vim at Github