diff options
Diffstat (limited to 'runtime/themes/nord_light.toml')
-rw-r--r-- | runtime/themes/nord_light.toml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/runtime/themes/nord_light.toml b/runtime/themes/nord_light.toml index eb947d03..b37d3596 100644 --- a/runtime/themes/nord_light.toml +++ b/runtime/themes/nord_light.toml @@ -26,9 +26,10 @@ "ui.statusline.select" = { fg = "nord0", bg = "nord15" } -"diagnostic.error" = {fg="nord11", modifiers=["bold"]} -"diagnostic.warning" = {bg="nord13", modifiers=["bold"]} -"diagnostic.hint" = {fg="nord13", modifiers=["bold"]} +"diagnostic.error" = { underline = { color = "nord11", style = "curl" } } +"diagnostic.warning" = { underline = { color = "nord13", style = "curl" } } +"diagnostic.info" = { underline = { color = "nord13", style = "curl" } } +"diagnostic.hint" = { underline = { color = "nord13", style = "curl" } } "constant.numeric" = {fg="nord15"} "constant.builtin" = {fg="nord15"} |