Created
April 29, 2026 16:12
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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