diff options
Diffstat (limited to 'runtime/themes/penumbra+.toml')
-rw-r--r-- | runtime/themes/penumbra+.toml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/runtime/themes/penumbra+.toml b/runtime/themes/penumbra+.toml index 79059832..62db2f8a 100644 --- a/runtime/themes/penumbra+.toml +++ b/runtime/themes/penumbra+.toml @@ -43,7 +43,10 @@ info = "sky" warning = "yellow" error = "red" -diagnostic = { modifiers = ["underlined"] } +"diagnostic.hint".underline = { color = "sky-", style = "curl" } +"diagnostic.info".underline = { color = "sky", style = "curl" } +"diagnostic.warning".underline = { color = "yellow", style = "curl" } +"diagnostic.error".underline = { color = "red", style = "curl" } "ui.background" = { bg = "shade" } "ui.background.separator" = "sky" |