Polarized is a color palette (17 colors) for IDEs, editors & code highlighters.
The palette is based on Solarized but introduce modifications on the "monotones" colors and a strict guideline on what's the purpose of the colors.
Polarized exists in two variants Light and Dark.
As you can see the Light and Dark variants of Polarized share 9 colors and have 8 specific colors. These specific colors were obtained by blending two colors as you can see here:
The last color of each row (image below) aren't used in the final palette, these colors were simply used in the blending process to generate the other colors.
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).
Polarized 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 operators (opr
) color for the Diff Inserted texts.
The current version is 1.0.0
, 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 Polarized is one of the default color palettes available.
- Solarized Github Project & Website, the original palette Polarized is based on.
- Rowan Color Palette, another cool color palette.
- Color Blend, website to blend two colors and generate intermediates colors.
- Colorizer.org, super tool to convert and play with colors into multiples color models (HSV, HSL, Lab, ...).
Polarized has been created and is currently maintained by Ben Souchet.
All the files present in this repository are under MIT license.