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/doom_acario_dark.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/doom_acario_dark.toml')
-rw-r--r-- | runtime/themes/doom_acario_dark.toml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/runtime/themes/doom_acario_dark.toml b/runtime/themes/doom_acario_dark.toml index 95dc78e0..c103dbfb 100644 --- a/runtime/themes/doom_acario_dark.toml +++ b/runtime/themes/doom_acario_dark.toml @@ -73,10 +73,10 @@ 'info' = { fg = 'blue', modifiers = ['bold'] } 'hint' = { fg = 'blue', modifiers = ['bold'] } -'diagnostic'= { fg = 'red', modifiers = ['underlined'] } -'diagnostic.error'= { fg = 'red', modifiers = ['underlined'] } -'diagnostic.info'= { fg = 'blue', modifiers = ['underlined'] } -'diagnostic.warning'= { fg = 'yellow', modifiers = ['underlined'] } +'diagnostic.hint'= { underline = { color = 'red', style = "curl"} } +'diagnostic.error'= { underline = { color = 'red', style = "curl"} } +'diagnostic.info'= { underline = { color = 'blue', style = "curl"} } +'diagnostic.warning'= { underline = { color = 'yellow', style = "curl"} } 'special' = { fg = 'orange' } |