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

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

[elpa] externals/modus-vivendi-theme 1c25680 010/110: Add support for PO


From: Stefan Monnier
Subject: [elpa] externals/modus-vivendi-theme 1c25680 010/110: Add support for POMIDOR
Date: Wed, 29 Apr 2020 21:39:56 -0400 (EDT)

branch: externals/modus-vivendi-theme
commit 1c256804d11e15da4cfcb5fd906f3520746d2157
Author: Protesilaos Stavrou <address@hidden>
Commit: Protesilaos Stavrou <address@hidden>

    Add support for POMIDOR
---
 README.org              | 1 +
 modus-operandi-theme.el | 6 ++++++
 modus-vivendi-theme.el  | 6 ++++++
 3 files changed, 13 insertions(+)

diff --git a/README.org b/README.org
index e7934ef..26bfb92 100644
--- a/README.org
+++ b/README.org
@@ -336,6 +336,7 @@ the "full support" may not be 100% true…
 + perspective
 + phi-grep
 + phi-search
++ pomidor
 + powerline
 + powerline-evil
 + proced
diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index 212a9e8..0ad786b 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -213,6 +213,7 @@
 ;;     perspective
 ;;     phi-grep
 ;;     phi-search
+;;     pomidor
 ;;     powerline
 ;;     powerline-evil
 ;;     proced
@@ -2344,6 +2345,11 @@ between foreground and background is >= 7:1)."
    `(phi-search-failpart-face ((,class (:inherit modus-theme-refine-red))))
    `(phi-search-match-face ((,class (:inherit modus-theme-refine-cyan))))
    `(phi-search-selection-face ((,class (:inherit modus-theme-intense-green 
:weight bold))))
+   ;;;; pomidor
+   `(pomidor-break-face ((,class (:foreground ,blue-alt-other))))
+   `(pomidor-overwork-face ((,class (:foreground ,red-alt-other))))
+   `(pomidor-skip-face ((,class (:foreground ,fg-alt :slant 
,modus-theme-slant))))
+   `(pomidor-work-face ((,class (:foreground ,green-alt-other))))
    ;;;; powerline
    `(powerline-active0 ((,class (:background ,fg-inactive :foreground 
,bg-inactive))))
    `(powerline-active1 ((,class (:background ,bg-active :foreground 
,fg-active))))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index 84931c5..c1ec70d 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -213,6 +213,7 @@
 ;;     perspective
 ;;     phi-grep
 ;;     phi-search
+;;     pomidor
 ;;     powerline
 ;;     powerline-evil
 ;;     proced
@@ -2344,6 +2345,11 @@ between foreground and background is >= 7:1)."
    `(phi-search-failpart-face ((,class (:inherit modus-theme-refine-red))))
    `(phi-search-match-face ((,class (:inherit modus-theme-refine-cyan))))
    `(phi-search-selection-face ((,class (:inherit modus-theme-intense-green 
:weight bold))))
+   ;;;; pomidor
+   `(pomidor-break-face ((,class (:foreground ,blue-alt-other))))
+   `(pomidor-overwork-face ((,class (:foreground ,red-alt-other))))
+   `(pomidor-skip-face ((,class (:foreground ,fg-alt :slant 
,modus-theme-slant))))
+   `(pomidor-work-face ((,class (:foreground ,green-alt-other))))
    ;;;; powerline
    `(powerline-active0 ((,class (:background ,fg-inactive :foreground 
,bg-inactive))))
    `(powerline-active1 ((,class (:background ,bg-active :foreground 
,fg-active))))



reply via email to

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