mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 19:07:44 +03:00
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:
parent
4e9a0700db
commit
c988bd9629
53 changed files with 237 additions and 81 deletions
|
@ -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" } }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue