emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/monokai-theme 3ba3a3d 021/207: Merge pull request #11 from


From: ELPA Syncer
Subject: [nongnu] elpa/monokai-theme 3ba3a3d 021/207: Merge pull request #11 from junkw/feature/helm-ls-git-support
Date: Thu, 21 Oct 2021 18:07:23 -0400 (EDT)

branch: elpa/monokai-theme
commit 3ba3a3d75a042d8884e759e74af32ca28c67ae01
Merge: 2e987cf 33ba2cf
Author: Kelvin Smith <onekelvinsmith@gmail.com>
Commit: Kelvin Smith <onekelvinsmith@gmail.com>

    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

[Prev in Thread] Current Thread [Next in Thread]