diff options
author | Michael Davis | 2021-12-22 15:54:23 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2021-12-25 15:12:49 +0000 |
commit | 3b800025af0bdf7e8179cbb42ad0b4374b9005f1 (patch) | |
tree | 2577d7bbf9baff045607648f84e4c5bc6a238e33 /base16_theme.toml | |
parent | 78f93239b5814d1b1be7d1fbd2fce1a7aec12432 (diff) |
add diff.{plus,minus,delta} to themes
Diffstat (limited to 'base16_theme.toml')
-rw-r--r-- | base16_theme.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/base16_theme.toml b/base16_theme.toml index 5ec74bcc..bb60a3ea 100644 --- a/base16_theme.toml +++ b/base16_theme.toml @@ -29,6 +29,10 @@ "namespace" = "magenta" "ui.help" = { fg = "white", bg = "black" } +"diff.plus" = "green" +"diff.delta" = "yellow" +"diff.minus" = "red" + "diagnostic" = { modifiers = ["underlined"] } "ui.gutter" = { bg = "black" } "info" = "blue" |