diff options
Diffstat (limited to 'runtime/themes/night_owl.toml')
-rw-r--r-- | runtime/themes/night_owl.toml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/runtime/themes/night_owl.toml b/runtime/themes/night_owl.toml index 55b09fbc..7ef6e214 100644 --- a/runtime/themes/night_owl.toml +++ b/runtime/themes/night_owl.toml @@ -5,7 +5,11 @@ 'error' = { fg = 'red', modifiers = ['dim'] } 'info' = { fg = 'blue', modifiers = ['dim'] } 'hint' = { fg = 'paleblue', modifiers = ['dim'] } -'diagnostic' = { modifiers = ['underlined'] } + +"diagnostic.warning" = { underline = { color = "peach", style = "curl" } } +"diagnostic.error" = { underline = { color = "red", style = "curl" } } +"diagnostic.info" = { underline = { color = "blue", style = "curl" } } +"diagnostic.hint" = { underline = { color = "paleblue", style = "curl" } } # UI 'ui.background' = { fg = 'foreground', bg = 'background' } |