mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-07 20:39:04 +03:00
Swap the color of diagnostic underlines to fix low contrast issue.
This commit is contained in:
parent
4d7425f4bf
commit
5acae094bd
@ -32,8 +32,8 @@ export default function editor(colorScheme: ColorScheme) {
|
||||
}),
|
||||
},
|
||||
message: {
|
||||
text: text(layer, "sans", styleSet, "inverted", { size: "sm" }),
|
||||
highlightText: text(layer, "sans", styleSet, "inverted", {
|
||||
text: text(layer, "sans", styleSet, "default", { size: "sm" }),
|
||||
highlightText: text(layer, "sans", styleSet, "default", {
|
||||
size: "sm",
|
||||
weight: "bold",
|
||||
}),
|
||||
|
Loading…
Reference in New Issue
Block a user