-
Notifications
You must be signed in to change notification settings - Fork 96
Customizing colors
The default colors can be overridden by adding entries to
$HOME/.sup/colors.yaml
. This file does not exist and must be created by the
user. Only overridden values need to be added to colors.yaml
, not all of
them.
The repository sup-colors.git contain a bunch of user-submitted colorschemes for sup, many of them with screenshots (preferably).
You can find a template in sup-colors.git/template with a generated colors.yaml
file you can use as a starting point. It contains the default colors. Please set up a repository based on the template and submit it for inclusion as a submodule, or submit a pull request where we can include it as a folder in the repository. Please update the screenshots and README.md file.
- Markus Klinik's vim wombat-based: https://github.com/mklinik/sup-colorscheme-wombat
A yaml file with the default color scheme can be generated like this:
ruby -I lib -r sup/colormap.rb -r yaml -e 'puts Redwood::Colormap::DEFAULT_COLORS.to_yaml'
The default settings would look like sup-colors.git/template/colors.yaml.