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

@ -38,6 +38,9 @@
"ui.window" = { bg = "base" }
"ui.help" = { bg = "overlay", fg = "foam" }
"text" = "text"
"diff.plus" = "foam"
"diff.delta" = "rose"
"diff.minus" = "love"
"info" = "gold"
"hint" = "gold"