A modified color scheme for helix editor based on Solarized
- https://github.com/helix-editor/helix/blob/master/book/src/themes.md
- https://ethanschoonover.com/solarized/
Quasarized is a simple extention of Solarized color scheme. It adds 4 colors to main tones as described below. They are used for better readability or in UI components.
(
002b36) wasbase03in Solarized(
073642) wasbase02in Solarized(
421307) NEW (compliment color of Dark3)(
30525c) NEW(
586e75) wasbase01in Solarized(
657b83) wasbase00in Solarized(
839496) wasbase0in Solarized(
93a1a1) wasbase1in Solarized(
c1c5bb) NEW(
eee8d5) wasbase2in Solarized(
d4daee) NEW (compliment color of Light3)(
fdf6e3) wasbase3in Solarized
Flipping assinged colors in main tones gets the other mode.
The rest part of files are identical.
The other elements are assigned to quiet colors. It suits for strongly typed languages, which we love.
(
b58900) namespace, label, constant, attribute, macro(
cb4b16) class, type, struct(
dc322f) enum variant(
d33682) type parameter(
6c71c4) function(
268bd2) operator(
2aa198) variable(
859900) keyword, special
- rainbow brackets
- dim colors for inlay-hint
There is no color scheme starting with 'q' in helix builtin schemes. So it would be nice for completion. And GPT-5 proposed this one.