Skip to content

Commit 511f89c

Browse files
committed
diagnostic highlights
1 parent 37f5d75 commit 511f89c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

runtime/themes/fleetish.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,11 @@
8484
"info" = "yellow_accent"
8585
"warning" = "orange_accent"
8686
"error" = "red"
87-
"diagnostic.underline" = { style = "curl" }
87+
"diagnostic" = { modifiers = [] }
88+
"diagnostic.hint" = { underline = { color = "light", style = "curl" } }
89+
"diagnostic.info" = { underline = { color = "blue", style = "curl" } }
90+
"diagnostic.warning" = { underline = { color = "yellow", style = "curl" } }
91+
"diagnostic.error" = { underline = { color = "red", style = "curl" } }
8892

8993
[palette]
9094
darkest = "#1e1e1e"

0 commit comments

Comments
 (0)