Swap the color of diagnostic underlines to fix low contrast issue.

This commit is contained in:
Nate Butler 2022-11-04 18:02:10 -04:00 committed by Joseph T Lyons
parent 7cefb16086
commit a88a2e601d

View file

@ -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",
}),