Change built-in themes to use curly underlines (#5419)

* Change built-in themes to use curly underlines

* Change fleet_dark to use curly underlines
This commit is contained in:
blt__ 2023-01-12 08:22:16 +04:00 committed by GitHub
parent 4e9a0700db
commit c988bd9629
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
53 changed files with 237 additions and 81 deletions

View file

@ -52,7 +52,6 @@
"warning" = "gold"
"error" = "love"
"diagnostic" = { modifiers = ["underlined"] }
"diagnostic.error" = { underline = { style = "curl", color = "love" } }
"diagnostic.warning" = { underline = { style = "curl", color = "gold" } }
"diagnostic.info" = { underline = { style = "curl", color = "foam" } }