-
-
Notifications
You must be signed in to change notification settings - Fork 81
Color schemes
Josh Bleecher Snyder edited this page Aug 28, 2023
·
8 revisions
Just a place to share hat colors that work well for you, using hat-test.txt.
"default": "#AAA7BB",
"blue": "#0870FF",
"green": "#36CC3F",
"red": "#992222",
"pink": "#FE7F9C",
"yellow": "#E5C02C",
Reduces visual stimulation & should be compatible with most color blindness types. Replace whichever colors you want with the bright/dark, turn off the rest, and then modify the spoken forms of the colors you picked.
"default": "#848384",
"bright": "#ffffff",
"dark": "#333333",
Works well with the Nord Deep theme. userColor1
and userColor2
are mapped to the spoken forms navy
and sky
respectively. Effort has been spent on making the colors differ also in luminance, in particular to help make the difference between blue and green easier to perceive.
"blue": "#388aff",
"green": "#64ba57",
"red": "#c02D28",
"pink": "#ff8cca",
"yellow": "#fdd66b",
"userColor1": "#8a00ff",
"userColor2": "#aaffff"
Works well with the Nord Light theme.
"blue": "#388aff",
"green": "#64ba57",
"red": "#c02D28",
"pink": "#ff8cca",
"yellow": "#fdd66b",
"userColor1": "#8a00ff",
"userColor2": "#aaffff"
"default": "hsl(250, 0%, 50%)",
"red": "hsl(0, 100%, 50%)",
"green": "hsl(120, 60%, 40%)",
"blue": "hsl(215, 100%, 50%)",
"pink": "hsl(295, 100%, 50%)",
"yellow": "hsl(40, 90%, 50%)",