aboutsummaryrefslogtreecommitdiff
path: root/base16_theme.toml
diff options
context:
space:
mode:
authorNNB2021-12-07 16:33:54 +0000
committerBlaž Hrastnik2021-12-13 15:48:45 +0000
commitc7ace15fd4cf6794782aca0927ff4d43fffbd473 (patch)
tree1ca675b9352adf92feaae46a4a1dea6ca7943bd6 /base16_theme.toml
parentcce34feb4e3f683db90b7bc37eead4c460e7904b (diff)
Add `ui.gutter` theming
Diffstat (limited to 'base16_theme.toml')
-rw-r--r--base16_theme.toml6
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"