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

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

[elpa] externals/modus-operandi-theme 3a020a6 015/153: Add support for a


From: Stefan Monnier
Subject: [elpa] externals/modus-operandi-theme 3a020a6 015/153: Add support for awesome-tray
Date: Thu, 18 Mar 2021 13:47:29 -0400 (EDT)

branch: externals/modus-operandi-theme
commit 3a020a61f9e93ff3a999e5278e5255d240391506
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Add support for awesome-tray
    
    * README.org (Full support): Document support for awesome-tray.
    
    * modus-operandi-theme.el (custom-theme-set-faces): Add faces for
    awesome-tray.
    
    * modus-vivendi-theme.el (custom-theme-set-faces): Add faces for
    awesome-tray.
---
 README.org              |  1 +
 modus-operandi-theme.el | 17 +++++++++++++++++
 modus-vivendi-theme.el  | 17 +++++++++++++++++
 3 files changed, 35 insertions(+)

diff --git a/README.org b/README.org
index 4d4cc9a..5814a3c 100644
--- a/README.org
+++ b/README.org
@@ -1057,6 +1057,7 @@ the "full support" may not be 100% true…
 + auctex and TeX
 + auto-dim-other-buffers
 + avy
++ awesome-tray
 + bm
 + bongo
 + boon
diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index 8c85918..098ad95 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -81,6 +81,7 @@
 ;;     auctex and TeX
 ;;     auto-dim-other-buffers
 ;;     avy
+;;     awesome-tray
 ;;     bm
 ;;     bongo
 ;;     boon
@@ -1379,6 +1380,19 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(aw-leading-char-face ((,class :inherit bold :height 1.5 :background 
,bg-main :foreground ,red-intense)))
    `(aw-minibuffer-leading-char-face ((,class :foreground ,magenta-active)))
    `(aw-mode-line-face ((,class :inherit bold)))
+;;;;; awesome-tray
+   `(awesome-tray-module-awesome-tab-face ((,class :inherit bold :foreground 
,red-alt-other)))
+   `(awesome-tray-module-battery-face ((,class :inherit bold :foreground 
,cyan-alt-other)))
+   `(awesome-tray-module-buffer-name-face ((,class :inherit bold :foreground 
,yellow-alt-other)))
+   `(awesome-tray-module-circe-face ((,class :inherit bold :foreground 
,blue-alt)))
+   `(awesome-tray-module-date-face ((,class :inherit bold :foreground 
,fg-dim)))
+   `(awesome-tray-module-evil-face ((,class :inherit bold :foreground 
,green-alt)))
+   `(awesome-tray-module-git-face ((,class :inherit bold :foreground 
,magenta)))
+   `(awesome-tray-module-last-command-face ((,class :inherit bold :foreground 
,blue-alt-other)))
+   `(awesome-tray-module-location-face ((,class :inherit bold :foreground 
,yellow)))
+   `(awesome-tray-module-mode-name-face ((,class :inherit bold :foreground 
,green)))
+   `(awesome-tray-module-parent-dir-face ((,class :inherit bold :foreground 
,cyan)))
+   `(awesome-tray-module-rvm-face ((,class :inherit bold :foreground 
,magenta-alt-other)))
 ;;;;; bm
    `(bm-face ((,class :inherit modus-theme-subtle-yellow
                       ,@(and (>= emacs-major-version 27) '(:extend t)))))
@@ -4267,6 +4281,9 @@ Also bind `class' to ((class color) (min-colors 89))."
 ;;;; ansi-colors
    `(ansi-color-faces-vector [default bold shadow italic underline success 
warning error])
    `(ansi-color-names-vector [,fg-main ,red ,green ,yellow ,blue ,magenta 
,cyan ,bg-main])
+;;;; awesome-tray
+   `(awesome-tray-mode-line-active-color ,blue)
+   `(awesome-tray-mode-line-inactive-color ,bg-active)
 ;;;; flymake fringe indicators
    `(flymake-error-bitmap '(flymake-double-exclamation-mark 
modus-theme-fringe-red))
    `(flymake-warning-bitmap '(exclamation-mark modus-theme-fringe-yellow))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index 357584a..31d5535 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -81,6 +81,7 @@
 ;;     auctex and TeX
 ;;     auto-dim-other-buffers
 ;;     avy
+;;     awesome-tray
 ;;     bm
 ;;     bongo
 ;;     boon
@@ -1379,6 +1380,19 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(aw-leading-char-face ((,class :inherit bold :height 1.5 :background 
,bg-main :foreground ,red-intense)))
    `(aw-minibuffer-leading-char-face ((,class :foreground ,magenta-active)))
    `(aw-mode-line-face ((,class :inherit bold)))
+;;;;; awesome-tray
+   `(awesome-tray-module-awesome-tab-face ((,class :inherit bold :foreground 
,red-alt-other)))
+   `(awesome-tray-module-battery-face ((,class :inherit bold :foreground 
,cyan-alt-other)))
+   `(awesome-tray-module-buffer-name-face ((,class :inherit bold :foreground 
,yellow-alt-other)))
+   `(awesome-tray-module-circe-face ((,class :inherit bold :foreground 
,blue-alt)))
+   `(awesome-tray-module-date-face ((,class :inherit bold :foreground 
,fg-dim)))
+   `(awesome-tray-module-evil-face ((,class :inherit bold :foreground 
,green-alt)))
+   `(awesome-tray-module-git-face ((,class :inherit bold :foreground 
,magenta)))
+   `(awesome-tray-module-last-command-face ((,class :inherit bold :foreground 
,blue-alt-other)))
+   `(awesome-tray-module-location-face ((,class :inherit bold :foreground 
,yellow)))
+   `(awesome-tray-module-mode-name-face ((,class :inherit bold :foreground 
,green)))
+   `(awesome-tray-module-parent-dir-face ((,class :inherit bold :foreground 
,cyan)))
+   `(awesome-tray-module-rvm-face ((,class :inherit bold :foreground 
,magenta-alt-other)))
 ;;;;; bm
    `(bm-face ((,class :inherit modus-theme-subtle-yellow
                       ,@(and (>= emacs-major-version 27) '(:extend t)))))
@@ -4267,6 +4281,9 @@ Also bind `class' to ((class color) (min-colors 89))."
 ;;;; ansi-colors
    `(ansi-color-faces-vector [default bold shadow italic underline success 
warning error])
    `(ansi-color-names-vector [,bg-main ,red ,green ,yellow ,blue ,magenta 
,cyan ,fg-main])
+;;;; awesome-tray
+   `(awesome-tray-mode-line-active-color ,blue)
+   `(awesome-tray-mode-line-inactive-color ,bg-active)
 ;;;; flymake fringe indicators
    `(flymake-error-bitmap '(flymake-double-exclamation-mark 
modus-theme-fringe-red))
    `(flymake-warning-bitmap '(exclamation-mark modus-theme-fringe-yellow))



reply via email to

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