diff options
Diffstat (limited to 'runtime/themes/bogster.toml')
-rw-r--r-- | runtime/themes/bogster.toml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/runtime/themes/bogster.toml b/runtime/themes/bogster.toml index eb6c4c50..f6d9fdbf 100644 --- a/runtime/themes/bogster.toml +++ b/runtime/themes/bogster.toml @@ -72,7 +72,10 @@ "hint" = "bogster-blue" # make diagnostic underlined, to distinguish with selection text. -diagnostic = { modifiers = ["underlined"] } +"diagnostic.warning" = { underline = { color = "bogster-orange", style = "curl"} } +"diagnostic.error" = { underline = { color = "bogster-lred", style = "curl"} } +"diagnostic.info" = { underline = { color = "bogster-teal", style = "curl"} } +"diagnostic.hint" = { underline = { color = "bogster-blue", style = "curl"} } [palette] bogster-yellow = "#dcb659" |