branch: elpa/monokai-theme
commit 0de9de5bef5d0b50e609658676ce4a9eced45d73
Merge: c66ac1e f8e4ece
Author: Kelvin Smith <[email protected]>
Commit: Kelvin Smith <[email protected]>
Merge pull request #21 from itiut/add-one-more-helm-ls-git-face
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)))