We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37f5d75 commit 511f89cCopy full SHA for 511f89c
runtime/themes/fleetish.toml
@@ -84,7 +84,11 @@
84
"info" = "yellow_accent"
85
"warning" = "orange_accent"
86
"error" = "red"
87
-"diagnostic.underline" = { style = "curl" }
+"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" } }
92
93
[palette]
94
darkest = "#1e1e1e"
0 commit comments