branch: elpa/monokai-theme
commit f8e4ecec50c949945ccb865ec339544b2f890969
Author: Yuichi TANIKAWA <[email protected]>
Commit: Yuichi TANIKAWA <[email protected]>
Add one more helm-ls-git face
---
monokai-theme.el | 3 +++
1 file changed, 3 insertions(+)
diff --git a/monokai-theme.el b/monokai-theme.el
index cc49f23..8a90314 100644
--- a/monokai-theme.el
+++ b/monokai-theme.el
@@ -1803,6 +1803,9 @@ Takes and optional `FRAME' as reference."
`(helm-ls-git-added-copied-face
((,class :foreground ,green)))
+ `(helm-ls-git-added-modified-face
+ ((,class :foreground ,green-l)))
+
`(helm-ls-git-deleted-not-staged-face
((,class :foreground ,red)))