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

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

[nongnu] elpa/ample-theme bac477c 063/137: cleanup


From: ELPA Syncer
Subject: [nongnu] elpa/ample-theme bac477c 063/137: cleanup
Date: Thu, 21 Oct 2021 18:00:18 -0400 (EDT)

branch: elpa/ample-theme
commit bac477c7ccc2521f9117374e3512313f946c16ee
Author: unknown <jordon.biondo@WIND-021.sp.lan>
Commit: unknown <jordon.biondo@WIND-021.sp.lan>

    cleanup
---
 ample-theme.el | 280 ++++++++++++++++++++++++++++-----------------------------
 1 file changed, 140 insertions(+), 140 deletions(-)

diff --git a/ample-theme.el b/ample-theme.el
index 0ce5575..411b3f6 100644
--- a/ample-theme.el
+++ b/ample-theme.el
@@ -85,23 +85,23 @@
    `(region  ((t (:background ,ample/region))))
 
    ;; standard font lock
-   `(font-lock-builtin-face ((t (:foreground ,ample/light-blue))))
-   `(font-lock-comment-face ((t (:foreground ,ample/gray))))
-   `(font-lock-comment-delimiter-face ((t (:foreground ,ample/dark-gray))))
-   `(font-lock-function-name-face ((t (:foreground ,ample/green))))
-   `(font-lock-keyword-face ((t (:foreground ,ample/blue))))
-   `(font-lock-string-face ((t (:foreground ,ample/tan))))
-   `(font-lock-preprocessor-face ((t (:foreground ,ample/orange))))
-   `(font-lock-type-face ((t (:foreground ,ample/red))))
-   `(font-lock-constant-face ((t (:foreground ,ample/purple))))
-   `(font-lock-warning-face ((t (:foreground "red" :bold t))))
-   `(font-lock-variable-name-face ((t (:foreground ,ample/yellow))))
-   `(font-lock-doc-face ((t (:foreground ,ample/dark-tan))))
+   `(font-lock-builtin-face            ((t (:foreground ,ample/light-blue))))
+   `(font-lock-comment-face            ((t (:foreground ,ample/gray))))
+   `(font-lock-comment-delimiter-face  ((t (:foreground ,ample/dark-gray))))
+   `(font-lock-function-name-face      ((t (:foreground ,ample/green))))
+   `(font-lock-keyword-face            ((t (:foreground ,ample/blue))))
+   `(font-lock-string-face             ((t (:foreground ,ample/tan))))
+   `(font-lock-preprocessor-face       ((t (:foreground ,ample/orange))))
+   `(font-lock-type-face               ((t (:foreground ,ample/red))))
+   `(font-lock-constant-face           ((t (:foreground ,ample/purple))))
+   `(font-lock-warning-face            ((t (:foreground "red" :bold t))))
+   `(font-lock-variable-name-face      ((t (:foreground ,ample/yellow))))
+   `(font-lock-doc-face                        ((t (:foreground 
,ample/dark-tan))))
 
    ;; mode line & powerline
-   `(powerline-active1 ((t (:foreground ,ample/darkest-gray))))
+   `(powerline-active1 ((t (:foreground ,ample/darkest-gray))))
    `(mode-line-inactive ((t (:background ,ample/darker-gray :foreground 
"cornsilk4"))))
-   `(mode-line ((t (:background "cornsilk4" :foreground ,ample/darkest-gray))))
+   `(mode-line         ((t (:background "cornsilk4" :foreground 
,ample/darkest-gray))))
 
    `(linum ((t (:background nil :foreground ,ample/gray))))
 
@@ -112,8 +112,8 @@
    `(button  ((t (:foreground ,ample/lighter-blue :background nil :underline 
t))))
 
    ;; search
-   `(isearch ((t (:background ,ample/blue :foreground ,ample/bg))))
-   `(lazy-highlight ((t (:background ,ample/bg :foreground ,ample/purple 
:underline t))))
+   `(isearch           ((t (:background ,ample/blue :foreground ,ample/bg))))
+   `(lazy-highlight    ((t (:background ,ample/bg :foreground ,ample/purple 
:underline t))))
 
    ;; ace-jump
    `(ace-jump-face-background ((t (:inherit font-lock-comment-face))))
@@ -128,9 +128,10 @@
    ;; mini buff
    `(minibuffer-prompt ((t (:foreground ,ample/bright-yellow :bold t 
:background nil))))
 
-   `(compilation-error ((t (:foreground ,ample/red :bold t))))
-   `(compilation-warning ((t (:foreground ,ample/orange :bold t))))
-   `(compilation-info ((t (:foreground ,ample/green :bold t))))
+   
+   `(compilation-error         ((t (:foreground ,ample/red :bold t))))
+   `(compilation-warning       ((t (:foreground ,ample/orange :bold t))))
+   `(compilation-info          ((t (:foreground ,ample/green :bold t))))
 
    ;; eshell
    `(eshell-prompt ((t (:foreground ,ample/purple))))
@@ -166,10 +167,10 @@
    `(error ((t (:foreground "red"))))
 
    ;; ido
-   `(ido-only-match ((t (:foreground ,ample/green))))
-   `(ido-first-match ((t (:foreground ,ample/blue))))
-   `(ido-incomplete-regexp ((t (:foreground ,ample/red))))
-   `(ido-subdir ((t (:foreground ,ample/yellow))))
+   `(ido-only-match            ((t (:foreground ,ample/green))))
+   `(ido-first-match           ((t (:foreground ,ample/blue))))
+   `(ido-incomplete-regexp     ((t (:foreground ,ample/red))))
+   `(ido-subdir                        ((t (:foreground ,ample/yellow))))
 
    ;;js2
    `(js2-external-variable  ((t (:foreground ,ample/orange :background nil))))
@@ -186,70 +187,69 @@
 
 
    ;; helm
-   `(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 :background 
,ample/darker-gray))))
-   `(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/darkest-gray))))
-   ;;`(helm-moccur-buffer (( t ())))
-   `(helm-selection (( t (:foreground ,ample/yellow :background nil :bold t))))
-   ;;`(helm-selection-line (( t ())))
-   ;;`(helm-separator (( t ())))
-   `(helm-source-header (( t (:foreground ,ample/darkest-gray :background 
,ample/orange))))
-   ;;`(helm-visible-mark (( t ())))
+   `(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 
:background ,ample/darker-gray))))
+   `(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/darkest-gray))))
+   ;;`(helm-moccur-buffer              ((t ())))
+   `(helm-selection                    ((t (:foreground ,ample/yellow 
:background nil :bold t))))
+   ;;`(helm-selection-line             ((t ())))
+   ;;`(helm-separator                  ((t ())))
+   `(helm-source-header                        ((t (:foreground 
,ample/darkest-gray :background ,ample/orange))))
+   ;;`(helm-visible-mark               ((t ())))
 
    ;; jabber
-   `(jabber-activity-face  ((t (:inherit font-lock-variable-name-face :bold 
t))))
-   `(jabber-activity-personal-face  ((t (:inherit font-lock-function-name-face 
:bold t))))
-   `(jabber-chat-error  ((t (:inherit error :bold t))))
-   ;; `(jabber-chat-prompt-foreign  ((t (:foreground "red" :background nil 
:bold t))))
-   ;;`(jabber-chat-prompt-local  ((t (:foreground "blue" :background nil :bold 
t))))
-   ;;`(jabber-chat-prompt-system  ((t (:foreground "green" :background nil 
:bold t))))
-   `(jabber-chat-text-foreign  ((t (:inherit font-lock-function-name-face))))
-   `(jabber-chat-text-local  ((t (:inherit font-lock-keyword-face))))
-   ;;`(jabber-rare-time-face  ((t (:foreground "darkgreen" :background nil 
:underline t))))
-   `(jabber-roster-user-away  ((t (:inherit font-lock-string-face))))
-   `(jabber-roster-user-chatty  ((t (:foreground ,ample/orange :background nil 
:bold t))))
-   ;;`(jabber-roster-user-dnd  ((t (:foreground "red" :background nil))))
-   `(jabber-roster-user-error  ((t (:inherit error))))
-   `(jabber-roster-user-offline  ((t (:inherit font-lock-comment-face))))
-   `(jabber-roster-user-online  ((t (:inherit font-lock-keyword-face :bold 
t))))
-   `(jabber-roster-user-xa  ((t (:inherit font-lock-doc-face))))
-   ;;`(jabber-title-large  ((t (:foreground nil :background nil :bold t))))
-   ;;`(jabber-title-medium  ((t (:foreground nil :background nil :bold t))))
-   ;;`(jabber-title-small  ((t (:foreground nil :background nil :bold t))))
+   `(jabber-activity-face              ((t (:inherit 
font-lock-variable-name-face :bold t))))
+   `(jabber-activity-personal-face     ((t (:inherit 
font-lock-function-name-face :bold t))))
+   `(jabber-chat-error                 ((t (:inherit error :bold t))))
+   ;; `(jabber-chat-prompt-foreign     ((t (:foreground "red" :background nil 
:bold t))))
+   ;;`(jabber-chat-prompt-local                ((t (:foreground "blue" 
:background nil :bold t))))
+   ;;`(jabber-chat-prompt-system       ((t (:foreground "green" :background 
nil :bold t))))
+   `(jabber-chat-text-foreign          ((t (:inherit 
font-lock-function-name-face))))
+   `(jabber-chat-text-local            ((t (:inherit font-lock-keyword-face))))
+   ;;`(jabber-rare-time-face           ((t (:foreground "darkgreen" 
:background nil :underline t))))
+   `(jabber-roster-user-away           ((t (:inherit font-lock-string-face))))
+   `(jabber-roster-user-chatty         ((t (:foreground ,ample/orange 
:background nil :bold t))))
+   ;;`(jabber-roster-user-dnd          ((t (:foreground "red" :background 
nil))))
+   `(jabber-roster-user-error          ((t (:inherit error))))
+   `(jabber-roster-user-offline                ((t (:inherit 
font-lock-comment-face))))
+   `(jabber-roster-user-online         ((t (:inherit font-lock-keyword-face 
:bold t))))
+   `(jabber-roster-user-xa             ((t (:inherit font-lock-doc-face))))
+   ;;`(jabber-title-large              ((t (:foreground nil :background nil 
:bold t))))
+   ;;`(jabber-title-medium             ((t (:foreground nil :background nil 
:bold t))))
+   ;;`(jabber-title-small              ((t (:foreground nil :background nil 
:bold t))))
 
 
    ;; rainbow delim
-   ;;(((((+ (- (* (/ ( or nil 4)  4) 9) 2) 10)))))
    `(rainbow-delimiters-depth-1-face ((t (:foreground ,ample/rb0 :background 
nil))))
    `(rainbow-delimiters-depth-2-face ((t (:foreground ,ample/rb1 :background 
nil))))
    `(rainbow-delimiters-depth-3-face ((t (:foreground ,ample/rb2 :background 
nil))))
@@ -262,18 +262,18 @@
    `(rainbow-delimiters-unmatched-face ((t (:inherit error))))
 
    ;; auto complete
-   `(ac-candidate-face((t (:foreground "black" :background ,ample/fg))))
-   `(ac-selection-face((t (:foreground ,ample/fg :background ,ample/blue))))
-   `(ac-candidate-mouse-face((t (:inherit ac-selection-face))))
-   `(ac-clang-candidate-face((t (:inherit ac-candidate-face))))
-   `(ac-clang-selection-face((t (:inherit ac-selection-face))))
-   `(ac-completion-face((t (:inherit font-lock-comment-face :underline t))))
-   `(ac-gtags-candidate-face((t (:inherit ac-candidate-face))))
-   `(ac-gtags-selection-face((t (:inherit ac-selection-face))))
-   `(ac-slime-menu-face((t (:inherit ac-candidate-face))))
-   `(ac-slime-selection-face((t (:inherit ac-selection-face))))
-   `(ac-yasnippet-candidate-face((t (:inherit ac-candidate-face))))
-   `(ac-yasnippet-selection-face((t (:inherit ac-selection-face))))
+   `(ac-candidate-face                 ((t (:foreground "black" :background 
,ample/fg))))
+   `(ac-selection-face                 ((t (:foreground ,ample/fg :background 
,ample/blue))))
+   `(ac-candidate-mouse-face           ((t (:inherit ac-selection-face))))
+   `(ac-clang-candidate-face           ((t (:inherit ac-candidate-face))))
+   `(ac-clang-selection-face           ((t (:inherit ac-selection-face))))
+   `(ac-completion-face                        ((t (:inherit 
font-lock-comment-face :underline t))))
+   `(ac-gtags-candidate-face           ((t (:inherit ac-candidate-face))))
+   `(ac-gtags-selection-face           ((t (:inherit ac-selection-face))))
+   `(ac-slime-menu-face                        ((t (:inherit 
ac-candidate-face))))
+   `(ac-slime-selection-face           ((t (:inherit ac-selection-face))))
+   `(ac-yasnippet-candidate-face       ((t (:inherit ac-candidate-face))))
+   `(ac-yasnippet-selection-face       ((t (:inherit ac-selection-face))))
 
    ;; ediff
    `(ediff-current-diff-A((t (:foreground "white" :background 
,ample/dark-red))))
@@ -492,52 +492,52 @@
 
 
    ;;magit
-   `(magit-branch  ((t (:foreground ,ample/orange :background nil))))
-   ;;`(magit-cherry-equivalent  ((t (:foreground "cyan" :background nil))))
-   ;;`(magit-cherry-unmatched  ((t (:foreground "magenta" :background nil))))
-   `(magit-diff-add  ((t (:foreground nil :background ,ample/dark-green))))
-   `(magit-diff-del  ((t (:foreground nil :background ,ample/dark-red))))
-   `(magit-diff-file-header  ((t (:foreground ,ample/bg :background 
,ample/blue :bold t))))
-   `(magit-diff-hunk-header  ((t (:foreground ,ample/bg :background 
,ample/blue))))
-   `(magit-diff-merge-current  ((t (:foreground ,ample/orange :background 
nil))))
-   `(magit-diff-merge-diff3-separator  ((t (:foreground ,ample/orange 
:background nil))))
-   `(magit-diff-merge-proposed  ((t (:foreground ,ample/orange :background 
nil))))
-   `(magit-diff-merge-separator  ((t (:foreground ,ample/orange :background 
nil))))
-   `(magit-diff-none  ((t (:foreground ,ample/fg :background 
,ample/darker-gray))))
-   `(magit-header  ((t (:foreground ,ample/blue :background nil))))
-   `(magit-item-highlight ((t (:foreground nil :background 
,ample/darker-gray))))
-   ;;`(magit-item-mark  ((t (:foreground nil :background "darkolivegreen"))))
-   ;;`(magit-key-mode-args-face  ((t (:foreground "black" :background 
"yellow3"))))
-   `(magit-key-mode-button-face  ((t (:foreground ,ample/light-blue 
:background nil))))
-   `(magit-key-mode-header-face  ((t (:foreground ,ample/blue :background 
nil))))
-   ;;`(magit-key-mode-switch-face  ((t (:foreground "red" :background nil 
:bold t))))
-   `(magit-log-author  ((t (:foreground ,ample/red :background nil))))
-   `(magit-log-author-date-cutoff  ((t (:foreground ,ample/red :background nil 
:bold t))))
-   `(magit-log-date  ((t (:foreground nil :background nil))))
-   `(magit-log-graph  ((t (:foreground "grey80" :background nil))))
-   ;;`(magit-log-head-label-bisect-bad  ((t (:foreground "IndianRed4" 
:background "IndianRed1"))))
-   ;;`(magit-log-head-label-bisect-good  ((t (:foreground "dark olive green" 
:background "light green"))))
-   ;;`(magit-log-head-label-default  ((t (:foreground nil :background 
"Grey50"))))
-   ;;`(magit-log-head-label-head  ((t (:foreground "White" :background 
"Grey20"))))
-   ;;`(magit-log-head-label-local  ((t (:foreground "LightSkyBlue1" 
:background "Grey13"))))
-   ;;`(magit-log-head-label-patches  ((t (:foreground "IndianRed4" :background 
"IndianRed1"))))
-   ;;`(magit-log-head-label-remote  ((t (:foreground "DarkSeaGreen2" 
:background "Grey11"))))
-   ;;`(magit-log-head-label-tags  ((t (:foreground "goldenrod4" :background 
"LemonChiffon1"))))
-   ;;`(magit-log-message  ((t (:foreground nil :background nil))))
-   ;;`(magit-log-reflog-label-amend  ((t (:foreground "goldenrod4" :background 
"LemonChiffon1"))))
-   ;;`(magit-log-reflog-label-checkout  ((t (:foreground "LightSkyBlue1" 
:background "Grey13"))))
-   ;;`(magit-log-reflog-label-cherry-pick  ((t (:foreground "dark olive green" 
:background "light green"))))
-   ;;`(magit-log-reflog-label-commit  ((t (:foreground "goldenrod4" 
:background "LemonChiffon1"))))
-   ;;`(magit-log-reflog-label-merge  ((t (:foreground "goldenrod4" :background 
"LemonChiffon1"))))
-   ;;`(magit-log-reflog-label-other  ((t (:foreground nil :background 
"Grey50"))))
-   ;;`(magit-log-reflog-label-rebase  ((t (:foreground "DarkSeaGreen2" 
:background "Grey11"))))
-   ;;`(magit-log-reflog-label-remote  ((t (:foreground nil :background 
"Grey50"))))
-   ;;`(magit-log-reflog-label-reset  ((t (:foreground "IndianRed4" :background 
"IndianRed1"))))
-   `(magit-log-sha1  ((t (:foreground ,ample/purple :background nil))))
-   `(magit-section-title  ((t (:foreground ,ample/blue :background nil))))
-   `(magit-tag  ((t (:foreground ,ample/blue :background nil))))
-   ;;`(magit-valid-signature  ((t (:foreground "PaleTurquoise" :background nil 
:bold t))))
-   `(magit-whitespace-warning-face  ((t (:foreground ,ample/bg :background 
"white" :bold t))))
+   `(magit-branch                              ((t (:foreground ,ample/orange 
:background nil))))
+   ;;`(magit-cherry-equivalent                 ((t (:foreground "cyan" 
:background nil))))
+   ;;`(magit-cherry-unmatched                  ((t (:foreground "magenta" 
:background nil))))
+   `(magit-diff-add                            ((t (:foreground nil 
:background ,ample/dark-green))))
+   `(magit-diff-del                            ((t (:foreground nil 
:background ,ample/dark-red))))
+   `(magit-diff-file-header                    ((t (:foreground ,ample/bg 
:background ,ample/blue :bold t))))
+   `(magit-diff-hunk-header                    ((t (:foreground ,ample/bg 
:background ,ample/blue))))
+   `(magit-diff-merge-current                  ((t (:foreground ,ample/orange 
:background nil))))
+   `(magit-diff-merge-diff3-separator          ((t (:foreground ,ample/orange 
:background nil))))
+   `(magit-diff-merge-proposed                 ((t (:foreground ,ample/orange 
:background nil))))
+   `(magit-diff-merge-separator                        ((t (:foreground 
,ample/orange :background nil))))
+   `(magit-diff-none                           ((t (:foreground ,ample/fg 
:background ,ample/darker-gray))))
+   `(magit-header                              ((t (:foreground ,ample/blue 
:background nil))))
+   `(magit-item-highlight                      ((t (:foreground nil 
:background ,ample/darker-gray))))
+   ;;`(magit-item-mark                         ((t (:foreground nil 
:background "darkolivegreen"))))
+   ;;`(magit-key-mode-args-face                        ((t (:foreground 
"black" :background "yellow3"))))
+   `(magit-key-mode-button-face                        ((t (:foreground 
,ample/light-blue :background nil))))
+   `(magit-key-mode-header-face                        ((t (:foreground 
,ample/blue :background nil))))
+   ;;`(magit-key-mode-switch-face              ((t (:foreground "red" 
:background nil :bold t))))
+   `(magit-log-author                          ((t (:foreground ,ample/red 
:background nil))))
+   `(magit-log-author-date-cutoff              ((t (:foreground ,ample/red 
:background nil :bold t))))
+   `(magit-log-date                            ((t (:foreground nil 
:background nil))))
+   `(magit-log-graph                           ((t (:foreground "grey80" 
:background nil))))
+   ;;`(magit-log-head-label-bisect-bad         ((t (:foreground "IndianRed4" 
:background "IndianRed1"))))
+   ;;`(magit-log-head-label-bisect-good                ((t (:foreground "dark 
olive green" :background "light green"))))
+   ;;`(magit-log-head-label-default            ((t (:foreground nil 
:background "Grey50"))))
+   ;;`(magit-log-head-label-head               ((t (:foreground "White" 
:background "Grey20"))))
+   ;;`(magit-log-head-label-local              ((t (:foreground 
"LightSkyBlue1" :background "Grey13"))))
+   ;;`(magit-log-head-label-patches            ((t (:foreground "IndianRed4" 
:background "IndianRed1"))))
+   ;;`(magit-log-head-label-remote             ((t (:foreground 
"DarkSeaGreen2" :background "Grey11"))))
+   ;;`(magit-log-head-label-tags               ((t (:foreground "goldenrod4" 
:background "LemonChiffon1"))))
+   ;;`(magit-log-message                       ((t (:foreground nil 
:background nil))))
+   ;;`(magit-log-reflog-label-amend            ((t (:foreground "goldenrod4" 
:background "LemonChiffon1"))))
+   ;;`(magit-log-reflog-label-checkout         ((t (:foreground 
"LightSkyBlue1" :background "Grey13"))))
+   ;;`(magit-log-reflog-label-cherry-pick      ((t (:foreground "dark olive 
green" :background "light green"))))
+   ;;`(magit-log-reflog-label-commit           ((t (:foreground "goldenrod4" 
:background "LemonChiffon1"))))
+   ;;`(magit-log-reflog-label-merge            ((t (:foreground "goldenrod4" 
:background "LemonChiffon1"))))
+   ;;`(magit-log-reflog-label-other            ((t (:foreground nil 
:background "Grey50"))))
+   ;;`(magit-log-reflog-label-rebase           ((t (:foreground 
"DarkSeaGreen2" :background "Grey11"))))
+   ;;`(magit-log-reflog-label-remote           ((t (:foreground nil 
:background "Grey50"))))
+   ;;`(magit-log-reflog-label-reset            ((t (:foreground "IndianRed4" 
:background "IndianRed1"))))
+   `(magit-log-sha1                            ((t (:foreground ,ample/purple 
:background nil))))
+   `(magit-section-title                       ((t (:foreground ,ample/blue 
:background nil))))
+   `(magit-tag                                 ((t (:foreground ,ample/blue 
:background nil))))
+   ;;`(magit-valid-signature                   ((t (:foreground 
"PaleTurquoise" :background nil :bold t))))
+   `(magit-whitespace-warning-face             ((t (:foreground ,ample/bg 
:background "white" :bold t))))
 
    ;; trailing whitespace
    `(trailing-whitespace ((t (:background "white" :bold t))))))



reply via email to

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