Too much blue light can be bad for the brain & eyes, so I'm ditching my old icy theme for this.
I didn't use the Twany Owl image for the colors, but rather this CodePen.
Currently I'm only programming in JavaScript, HTML, CSS... Typescript is made more subtle for most tokens.
If you like, please do the usual star, share on socials, feedback, etc :)
bun run themegen.js
The CLI output is for VSCode's settings.json
to change bracket highlights:
"workbench.colorCustomizations": {
"editorBracketHighlight.foreground1": "#d7d8d193",
"editorBracketHighlight.foreground2": "#c6bea493",
"editorBracketHighlight.foreground3": "#a398a493",
"editorBracketHighlight.foreground4": "#87a2b293",
"editorBracketHighlight.foreground5": "#a8b5b493",
"editorBracketHighlight.foreground6": "#b4a67993",
"editorBracketHighlight.background1": "#d7d8d166",
"editorBracketHighlight.background2": "#c6bea466",
"editorBracketHighlight.background3": "#a398a466",
"editorBracketHighlight.background4": "#87a2b266",
"editorBracketHighlight.background5": "#a8b5b466",
"editorBracketHighlight.background6": "#b4a67966",
},
Enjoy!