add diff.{plus,minus,delta} to themes

This commit is contained in:
Michael Davis 2021-12-22 09:54:23 -06:00 committed by Blaž Hrastnik
parent 78f93239b5
commit 3b800025af
24 changed files with 101 additions and 1 deletions

View file

@ -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"