Skip to content

Instantly share code, notes, and snippets.

@xeoncross
Created April 29, 2026 16:12
Show Gist options
  • Select an option

  • Save xeoncross/31f7790a47376d5e5258c74f0d728d80 to your computer and use it in GitHub Desktop.

Select an option

Save xeoncross/31f7790a47376d5e5258c74f0d728d80 to your computer and use it in GitHub Desktop.
https://zed.dev/theme-builder overrides of one-light theme to make it mostly black-and-white
{
"theme_overrides": {
"One Light": {
"syntax": {
"attribute": {
"color": "#000000FF"
},
"constructor": {
"color": "#000000FF"
},
"function": {
"color": "#000000FF"
},
"keyword": {
"color": "#610961FF"
},
"label": {
"color": "#000000FF"
},
"number": {
"color": "#B37025FF"
},
"operator": {
"color": "#000000FF"
},
"property": {
"color": "#000000FF"
},
"string": {
"color": "#000000FF"
},
"string.escape": {
"color": "#000000FF"
},
"string.regex": {
"color": "#000000FF"
},
"string.special": {
"color": "#000000FF"
},
"string.special.symbol": {
"color": "#000000FF"
},
"text.literal": {
"color": "#000000FF"
},
"type": {
"color": "#1842A8FF"
},
"variable.special": {
"color": "#000000FF"
},
"variant": {
"color": "#000000FF"
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment