Skip to content

Commit

Permalink
diagnostic highlights
Browse files Browse the repository at this point in the history
  • Loading branch information
matoous committed Nov 19, 2022
1 parent 37f5d75 commit 511f89c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion runtime/themes/fleetish.toml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,11 @@
"info" = "yellow_accent"
"warning" = "orange_accent"
"error" = "red"
"diagnostic.underline" = { style = "curl" }
"diagnostic" = { modifiers = [] }
"diagnostic.hint" = { underline = { color = "light", style = "curl" } }
"diagnostic.info" = { underline = { color = "blue", style = "curl" } }
"diagnostic.warning" = { underline = { color = "yellow", style = "curl" } }
"diagnostic.error" = { underline = { color = "red", style = "curl" } }

[palette]
darkest = "#1e1e1e"
Expand Down

0 comments on commit 511f89c

Please sign in to comment.