Skip to content

VSCode theme: Warm browns with a touch of blue, with creative script

License

Notifications You must be signed in to change notification settings

tomByrer/tawny-owl-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tawny-owl-theme for VSCode

Mellow with just enough contast, mostly browns, tans, with a touch of blues

Image

Too much blue light can be bad for the brain & eyes, so I'm ditching my old icy theme for this.

Image

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 :)

Theme generator

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!

About

VSCode theme: Warm browns with a touch of blue, with creative script

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published