Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/themes/heisenberg.toml')
| -rw-r--r-- | runtime/themes/heisenberg.toml | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/runtime/themes/heisenberg.toml b/runtime/themes/heisenberg.toml index 9f8ca183..b20d3e9c 100644 --- a/runtime/themes/heisenberg.toml +++ b/runtime/themes/heisenberg.toml @@ -59,12 +59,10 @@ "error" = { fg = "chili_powder_red", modifiers = ["bold"] } "info" = { fg = "crystal_blue", modifiers = ["bold"] } "hint" = { fg = "crystal_blue", modifiers = ["bold"] } -"diagnostic.hint" = { underline = {color = "chili_powder_red", style = "curl" } } -"diagnostic.info" = { underline = {color = "crystal_blue", style = "curl" } } -"diagnostic.warning" = { underline = {color = "vapor_yellow", style = "curl" } } -"diagnostic.error" = { underline = {color = "chili_powder_red", style = "curl" } } -"diagnostic.unnecessary" = { modifiers = ["dim"] } -"diagnostic.deprecated" = { modifiers = ["crossed_out"] } +"diagnostic"= { fg = "chili_powder_red", modifiers = ["underlined"] } +"diagnostic.info"= { fg = "crystal_blue", modifiers = ["underlined"] } +"diagnostic.warning"= { fg = "vapor_yellow", modifiers = ["underlined"] } +"diagnostic.error"= { fg = "chili_powder_red", modifiers = ["underlined"] } "ui.bufferline" = { fg = "gray", bg = "background" } "ui.bufferline.active" = { fg = "foreground", bg = "dark_gray" } |