diff options
author | blt__ | 2023-01-12 04:22:16 +0000 |
---|---|---|
committer | GitHub | 2023-01-12 04:22:16 +0000 |
commit | c988bd9629145b5a337498937a70af555bfa6159 (patch) | |
tree | 4a9dbbfe64d27e8df8fda2dbbda6dc741ec7f542 /runtime/themes/mellow.toml | |
parent | 4e9a0700db6df3c2be123c3c130ab7689135576a (diff) |
Change built-in themes to use curly underlines (#5419)
* Change built-in themes to use curly underlines
* Change fleet_dark to use curly underlines
Diffstat (limited to 'runtime/themes/mellow.toml')
-rw-r--r-- | runtime/themes/mellow.toml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/runtime/themes/mellow.toml b/runtime/themes/mellow.toml index 675cd916..a878df8a 100644 --- a/runtime/themes/mellow.toml +++ b/runtime/themes/mellow.toml @@ -93,7 +93,10 @@ "ui.menu.selected" = { fg = "bright_white", bg = "gray03" } "ui.menu.scroll" = { fg = "gray04", bg = "gray01" } -diagnostic = { modifiers = ["underlined"] } +"diagnostic.warning" = { underline = { color = "bright_yellow", style = "curl" } } +"diagnostic.error" = { underline = { color = "bright_red", style = "curl" } } +"diagnostic.info" = { underline = { color = "bright_blue", style = "curl" } } +"diagnostic.hint" = { underline = { color = "bright_cyan", style = "curl" } } warning = "bright_yellow" error = "bright_red" |