branch: elpa/monokai-theme
commit 33ba2cf269f3d36dce61aba235fd48925827737e
Author: Jumpei KAWAMI <[email protected]>
Commit: Jumpei KAWAMI <[email protected]>

    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