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

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

[nongnu] elpa/gotham-theme 11b76a32ac 053/214: Add helm


From: ELPA Syncer
Subject: [nongnu] elpa/gotham-theme 11b76a32ac 053/214: Add helm
Date: Fri, 7 Jan 2022 17:58:41 -0500 (EST)

branch: elpa/gotham-theme
commit 11b76a32acb3e25a429d7e31083908a3628049a0
Author: Vasilij Schneidermann <v.schneidermann@gmail.com>
Commit: Vasilij Schneidermann <v.schneidermann@gmail.com>

    Add helm
---
 gotham-theme.el | 73 ++++++++++++++++++++++++++++-----------------------------
 1 file changed, 36 insertions(+), 37 deletions(-)

diff --git a/gotham-theme.el b/gotham-theme.el
index 9251266a4e..3704748ec3 100644
--- a/gotham-theme.el
+++ b/gotham-theme.el
@@ -333,43 +333,42 @@ depending on DISPLAY for keys which are either 
:foreground or
    (erm-syn-errline :foreground red)
    (erm-syn-warnline :foreground orange)
 
-   ;; FIXME helm
-   ;; (helm-action)
-   ;; (helm-bookmark-addressbook)
-   ;; (helm-bookmark-file)
-   ;; (helm-bookmark-gnus)
-   ;; (helm-bookmark-info)
-   ;; (helm-bookmark-man)
-   ;; (helm-bookmark-w3m)
-   ;; (helm-buffer-directory)
-   ;; (helm-buffer-not-saved)
-   ;; (helm-buffer-process)
-   ;; (helm-buffer-saved-out)
-   ;; (helm-buffer-size)
-   ;; (helm-candidate-number)
-   ;; (helm-ff-directory)
-   ;; (helm-ff-executable)
-   ;; (helm-ff-invalid-symlink)
-   ;; (helm-ff-prefix)
-   ;; (helm-ff-symlink)
-   ;; (helm-grep-file)
-   ;; (helm-grep-finish)
-   ;; (helm-grep-lineno)
-   ;; (helm-grep-match)
-   ;; (helm-grep-running)
-   ;; (helm-history-remote)
-   ;; (helm-locate-finish)
-   ;; (helm-match)
-   ;; (helm-moccur-buffer)
-   ;; (helm-prefarg)
-   ;; (helm-resume-need-update)
-   ;; (helm-selection)
-   ;; (helm-selection-line)
-   ;; (helm-separator)
-   ;; (helm-source-header)
-   ;; (helm-time-zone-current)
-   ;; (helm-time-zone-home)
-   ;; (helm-visible-mark)
+   ;; helm
+   (helm-bookmark-addressbook :foreground orange)
+   (helm-bookmark-file :foreground cyan)
+   (helm-bookmark-gnus :foreground magenta)
+   (helm-bookmark-info :foreground green)
+   (helm-bookmark-man :foreground violet)
+   (helm-bookmark-w3m :foreground yellow)
+   (helm-buffer-directory :weight bold)
+   (helm-buffer-not-saved :foreground red)
+   (helm-buffer-process :foreground orange)
+   (helm-buffer-saved-out :foregrount base7 :background red)
+   (helm-buffer-size :foreground magenta)
+   (helm-candidate-number :background base3)
+   (helm-ff-directory :weight bold)
+   (helm-ff-executable :forground green)
+   (helm-ff-invalid-symlink :foreground base2 :background red)
+   (helm-ff-prefix :foreground base2 :background yellow)
+   (helm-ff-symlink :foreground orange)
+   (helm-grep-file :foreground cyan)
+   (helm-grep-finish :foreground green)
+   (helm-grep-lineno :foreground orange)
+   (helm-grep-match :foreground yellow)
+   (helm-grep-running :foreground red)
+   (helm-history-remote :foreground orange)
+   (helm-locate-finish :foreground green)
+   (helm-match :foreground yellow)
+   (helm-moccur-buffer :foreground cyan)
+   (helm-prefarg :foreground green)
+   (helm-resume-need-update :foreground base7 :background red)
+   (helm-selection :inherit highlight)
+   (helm-selection-line :inherit highlight)
+   (helm-separator :inherit shadow)
+   (helm-source-header :foreground base2 :background blue :weight bold)
+   (helm-time-zone-current :foreground green)
+   (helm-time-zone-home :foreground red)
+   (helm-visible-mark :inherit secondary-selection)
 
    ;; magit
    (magit-cherry-equivalent :foreground magenta)



reply via email to

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