Swap the color of diagnostic underlines to fix low contrast issue.
This commit is contained in:
parent
af8389c41c
commit
59f2f949cc
1 changed files with 2 additions and 2 deletions
|
@ -36,8 +36,8 @@ export default function editor(colorScheme: ColorScheme) {
|
||||||
}),
|
}),
|
||||||
},
|
},
|
||||||
message: {
|
message: {
|
||||||
text: text(layer, "sans", styleSet, "inverted", { size: "sm" }),
|
text: text(layer, "sans", styleSet, "default", { size: "sm" }),
|
||||||
highlightText: text(layer, "sans", styleSet, "inverted", {
|
highlightText: text(layer, "sans", styleSet, "default", {
|
||||||
size: "sm",
|
size: "sm",
|
||||||
weight: "bold",
|
weight: "bold",
|
||||||
}),
|
}),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue