diff options
Diffstat (limited to 'base16_theme.toml')
-rw-r--r-- | base16_theme.toml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/base16_theme.toml b/base16_theme.toml index e1d1647b..5ec74bcc 100644 --- a/base16_theme.toml +++ b/base16_theme.toml @@ -29,8 +29,10 @@ "namespace" = "magenta" "ui.help" = { fg = "white", bg = "black" } -"info" = "gray" +"diagnostic" = { modifiers = ["underlined"] } +"ui.gutter" = { bg = "black" } +"info" = "blue" "hint" = "gray" "debug" = "gray" -"diagnostic" = "gray" +"warning" = "yellow" "error" = "red" |