Mkcolorscheme.vim : Help write colorscheme files from existing settings
| script karma |
Rating 39/16,
Downloaded by 1573 |
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
|
| |
script versions (upload new version)
Click on the package to download.
| 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: 216.73.216.168
|