What is the setting that is making this awful yellow? #27234
SephReed
started this conversation in
Extensions and Themes
Replies: 1 comment
-
I think yellow underline is a warning, could also be info or hint. Not sure. "themes": [
{
"theme": "YourTheme",
"appearance": "light",
"style": {
// ...
"warning.background": "#c18f41d3"
//...
}
},
// ...
] If you have a theme from an extension you can override only specific properties for a theme in your zed settings.json file like this: "experimental.theme_overrides": {
// underline
"error": "#b64848",
// popup background
"error.background": "#643838",
// popup outline
"error.border": "#837373",
// text colour
"editor.foreground": "#fff"
} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've commented out every line in my theme. Absolutely none of them are doing this. How do I force this thing to not be bright yellow?
Beta Was this translation helpful? Give feedback.
All reactions