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

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

[nongnu] elpa/ample-theme d70f892 029/137: start of helm support


From: ELPA Syncer
Subject: [nongnu] elpa/ample-theme d70f892 029/137: start of helm support
Date: Thu, 21 Oct 2021 18:00:11 -0400 (EDT)

branch: elpa/ample-theme
commit d70f8924926c03be58bc813048166ae53fa8df5a
Author: jordonbiondo <biondoj@mail.gvsu.edu>
Commit: jordonbiondo <biondoj@mail.gvsu.edu>

    start of helm support
---
 ample-theme.el | 41 +++++++++++++++++++++++++++++++++++++++++
 1 file changed, 41 insertions(+)

diff --git a/ample-theme.el b/ample-theme.el
index 031f8a4..99669ba 100644
--- a/ample-theme.el
+++ b/ample-theme.el
@@ -152,6 +152,47 @@
    `(ido-incomplete-regexp ((t (:foreground ,ample/red))))
    `(ido-subdir ((t (:foreground ,ample/yellow))))
 
+   `(helm-M-x-key (( t (:foreground ,ample/orange :underline nil))))
+   ;;`(helm-action (( t ())))
+   ;;`(helm-bookmark-addressbook (( t ())))
+   ;;`(helm-bookmark-directory (( t ())))
+   ;;`(helm-bookmark-file (( t ())))
+   ;;`(helm-bookmark-gnus (( t ())))
+   ;;`(helm-bookmark-info (( t ())))
+   ;;`(helm-bookmark-man (( t ())))
+   ;;`(helm-bookmark-w3m (( t ())))
+   ;;`(helm-buffer-not-saved (( t ())))
+   ;;`(helm-buffer-process (( t ())))
+   ;;`(helm-buffer-saved-out (( t ())))
+   ;;`(helm-buffer-size (( t ())))
+   `(helm-candidate-number (( t (:foreground ,ample/green))))
+   `(helm-ff-directory (( t (:foreground ,ample/blue))))
+   `(helm-ff-executable (( t (:foreground ,ample/green))))
+   `(helm-ff-file (( t (:inherit default))))
+   ;;`(helm-ff-invalid-symlink (( t ())))
+   `(helm-ff-prefix (( t (:foreground ,ample/red))))
+   ;;`(helm-ff-symlink (( t ())))
+   ;;`(helm-grep-cmd-line (( t ())))
+   ;;`(helm-grep-file (( t ())))
+   ;;`(helm-grep-finish (( t ())))
+   ;;`(helm-grep-lineno (( t ())))
+   ;;`(helm-grep-match (( t ())))
+   ;;`(helm-grep-running (( t ())))
+   `(helm-header (( t (:foreground ,ample/bg :background ,ample/fg))))
+   ;;`(helm-helper (( t ())))
+   ;;`(helm-history-deleted (( t ())))
+   ;;`(helm-history-remote (( t ())))
+   ;;`(helm-lisp-completion-info (( t ())))
+   ;;`(helm-lisp-show-completion (( t ())))
+   `(helm-match (( t (:foreground ,ample/blue :background 
,ample/darker-gray))))
+   ;;`(helm-moccur-buffer (( t ())))
+   ;;`(helm-selection (( t ())))
+   ;;`(helm-selection-line (( t ())))
+   ;;`(helm-separator (( t ())))
+   ;;`(helm-source-header (( t ())))
+   ;;`(helm-visible-mark (( t ())))
+
+
    ;; man pages
    `(Man-overstrike ((t (:foreground ,ample/blue))))
    `(Man-underline ((t (:foreground ,ample/yellow))))



reply via email to

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