summaryrefslogtreecommitdiff
path: root/base16_theme.toml
diff options
context:
space:
mode:
authorMichael Davis2021-12-22 15:54:23 +0000
committerBlaž Hrastnik2021-12-25 15:12:49 +0000
commit3b800025af0bdf7e8179cbb42ad0b4374b9005f1 (patch)
tree2577d7bbf9baff045607648f84e4c5bc6a238e33 /base16_theme.toml
parent78f93239b5814d1b1be7d1fbd2fce1a7aec12432 (diff)
add diff.{plus,minus,delta} to themes
Diffstat (limited to 'base16_theme.toml')
-rw-r--r--base16_theme.toml4
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"