mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-24 02:46:43 +00:00
Swap the color of diagnostic underlines to fix low contrast issue.
This commit is contained in:
parent
7cefb16086
commit
a88a2e601d
1 changed files with 2 additions and 2 deletions
|
@ -36,8 +36,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 a new issue