Rowan is a color palette (17 colors) designed for IDEs, editors & code highlighters.
Simple but very efficienty palette with greyscale colors for the background and well defined colors for the texts
Rowan exists in two variants Light and Dark.
As you can see the Light and Dark variants of use the same color values except for the keywords.
The greyscale colors aren't a true gradient from one color to another, the Lightness (HSL) values are as follows:
As you can see every colors are meant to be used for a specific purpose. Of course, if in your case you can't use all the colors do your best to stay as close as possible to the original palette.
Find in this page a table with the exact colors codes in multiple color models (HEX, RGB, HSV, HSL, Lab).
There is also files in the palette/
folder defining the colors in HEX in multiple formats: YAML, CSS, SCSS.
Important: if you implement the color palette in an editor, a website, a service, ... please do not modify the color codes (use the exact ones listed in this page).
If you implement this palette as a color theme somewhere, code comments should be displayed in italics, and keywords should be in bold (to easily identify them).
Rowan is a seventeen (17) color palette but if you need (or are restricted) to only sixteen colors, you can ignore the accent (acc
) color or use the numbers (nbr
) color for the Diff Inserted texts.
The current version is 1.0.1
, you can download the latest release on the Releases category (on the sidebar) or from this page.
- Sorbus Auto-Theme for Rouge Highlighter, in this project Rowan is the default color palette.
- Polarized Color Palette, another cool color palette (based on Solarized).
- Color Blend, website to blend two colors and generate intermediates colors.
- mycolor.space, top website to find matching colors, generate palettes.
- Colorizer.org, super tool to convert and play with colors into multiples color models (HSV, HSL, Lab, ...).
Rowan has been created and is currently maintained by Ben Souchet.
All the files present in this repository are under MIT license.