diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..a7e071a --- /dev/null +++ b/README.md @@ -0,0 +1,42 @@ +#Spectral.vim + +A better way to create colorschemes in Neovim. + +## Description + +Spectral is an easy way to create beautiful Vim colorschemes. The user only +needs to focus on building a colorscheme using true colors and Spectral will do +the rest! + +Spectral will + + * Provide powerful utilities to operate on colors to mix and match them + relative to each other. + * Generate the cterm colors using the Python colormath library so your + colorscheme will look just as great on a 256-color terminal! + * Generate the highlights for the complimentary background setting by flipping + the brightness using the Python colormath library, so your colorscheme will + look great as both a light and dark colorscheme! (Manual overrides totally + possible, too!) + * Compile the colorscheme to make it blazing fast on reloads. (It is slow on + first time loads, I'll grant) + +## Dependencies + +This requires the colormath Python library. Install it with Pip! + + $ pip install colormath + +## Included Colorschemes + +A list of colorschemes included in Spectral: + + * meltdown + * cooldown + * poison + * royal + +## Caveats + +Spectral is only really tested using Neovim. There's no reason it shouldn't work +on Vim, but I use Neovim. |