branch: elpa/monokai-theme
commit 3ba3a3d75a042d8884e759e74af32ca28c67ae01
Merge: 2e987cf 33ba2cf
Author: Kelvin Smith <[email protected]>
Commit: Kelvin Smith <[email protected]>

    Merge pull request #11 from junkw/feature/helm-ls-git-support
    
    Add support for helm-ls-git faces
---
 monokai-theme.el | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/monokai-theme.el b/monokai-theme.el
index 3b87235..f8d6fe7 100644
--- a/monokai-theme.el
+++ b/monokai-theme.el
@@ -1778,6 +1778,31 @@ Takes and optional `FRAME' as reference."
        ((,class (:background ,monokai-bg
                              :foreground ,magenta :bold t))))
 
+     ;; helm-ls-git
+     `(helm-ls-git-modified-not-staged-face
+       ((,class :foreground ,blue)))
+
+     `(helm-ls-git-modified-and-staged-face
+       ((,class :foreground ,blue-l)))
+
+     `(helm-ls-git-renamed-modified-face
+       ((,class :foreground ,blue-l)))
+
+     `(helm-ls-git-untracked-face
+       ((,class :foreground ,orange)))
+
+     `(helm-ls-git-added-copied-face
+       ((,class :foreground ,green)))
+
+     `(helm-ls-git-deleted-not-staged-face
+       ((,class :foreground ,red)))
+
+     `(helm-ls-git-deleted-and-staged-face
+       ((,class :foreground ,red-l)))
+
+     `(helm-ls-git-conflict-face
+       ((,class :foreground ,yellow)))
+
      ;; hi-lock-mode
      `(hi-yellow
        ((,class (:foreground ,yellow-lc

Reply via email to