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

@ -10,7 +10,12 @@
"info" = { fg = "mid-blue", bg = "mid-green" } # Code diagnostic info in gutter (LSP).
# ? Difference between info and hint ?
"hint" = { fg = "light-green", modifiers = ["bold"] } # Code diagnostics hint in gutter (LSP).
"diagnostic" = { modifiers = ["underlined"] } # Code diagnostics in editing area (LSP).
# Code diagnostics in editing area (LSP).
"diagnostic.warning" = { underline = { color = "yellow", style = "curl" } }
"diagnostic.error" = { underline = { color = "red", style = "curl" } }
"diagnostic.info" = { underline = { color = "mid-blue", style = "curl" } }
"diagnostic.hint" = { underline = { color = "light-green", style = "curl" } }
# UI ==============================
# For styling helix itself.