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

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

[elpa] externals/modus-operandi-theme 4b3f6a3 27/54: Add tentative suppo


From: Stefan Monnier
Subject: [elpa] externals/modus-operandi-theme 4b3f6a3 27/54: Add tentative support for CIRCE
Date: Thu, 4 Jun 2020 08:20:14 -0400 (EDT)

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

    Add tentative support for CIRCE
    
    This also covers some faces provided by libraries for `lui' (Linewise
    User Interface) that are part of the Circe code repo.
    
    The support is considered "tentative" because there may still be
    refinements to be made to some lui faces.
---
 README.org              | 1 +
 modus-operandi-theme.el | 9 +++++++++
 modus-vivendi-theme.el  | 9 +++++++++
 3 files changed, 19 insertions(+)

diff --git a/README.org b/README.org
index 394705f..c06ed6e 100644
--- a/README.org
+++ b/README.org
@@ -635,6 +635,7 @@ the "full support" may not be 100% true…
 + centaur-tabs
 + change-log and log-view (=vc-print-log= and =vc-print-root-log=)
 + cider
++ circe
 + color-rg
 + column-enforce-mode
 + company-mode*
diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index edcc529..4d8f77e 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -84,6 +84,7 @@
 ;;     centaur-tabs
 ;;     change-log and log-view (`vc-print-log' and `vc-print-root-log')
 ;;     cider
+;;     circe
 ;;     color-rg
 ;;     column-enforce-mode
 ;;     company-mode
@@ -1090,6 +1091,14 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(cider-test-success-face ((,class (:inherit modus-theme-intense-green))))
    `(cider-traced-face ((,class (:box (:line-width -1 :color ,cyan :style nil) 
:background ,bg-dim))))
    `(cider-warning-highlight-face ((,class (:foreground ,yellow :underline 
t))))
+   ;;;; circe (and lui)
+   `(circe-fool-face ((,class (:foreground ,fg-alt))))
+   `(circe-highlight-nick-face ((,class (:foreground ,blue :weight bold))))
+   `(circe-prompt-face ((,class (:foreground ,cyan-alt-other :weight bold))))
+   `(circe-server-face ((,class (:foreground ,fg-unfocused))))
+   `(lui-button-face ((,class (:foreground ,blue :underline t))))
+   `(lui-highlight-face ((,class (:foreground ,magenta-alt))))
+   `(lui-time-stamp-face ((,class (:foreground ,blue-nuanced))))
    ;;;; color-rg
    `(color-rg-font-lock-column-number ((,class (:foreground 
,magenta-alt-other))))
    `(color-rg-font-lock-command ((,class (:foreground ,fg-main :weight bold))))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index a375c81..c3f59a2 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -84,6 +84,7 @@
 ;;     centaur-tabs
 ;;     change-log and log-view (`vc-print-log' and `vc-print-root-log')
 ;;     cider
+;;     circe
 ;;     color-rg
 ;;     column-enforce-mode
 ;;     company-mode
@@ -1090,6 +1091,14 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(cider-test-success-face ((,class (:inherit modus-theme-intense-green))))
    `(cider-traced-face ((,class (:box (:line-width -1 :color ,cyan :style nil) 
:background ,bg-dim))))
    `(cider-warning-highlight-face ((,class (:foreground ,yellow :underline 
t))))
+   ;;;; circe (and lui)
+   `(circe-fool-face ((,class (:foreground ,fg-alt))))
+   `(circe-highlight-nick-face ((,class (:foreground ,blue :weight bold))))
+   `(circe-prompt-face ((,class (:foreground ,cyan-alt-other :weight bold))))
+   `(circe-server-face ((,class (:foreground ,fg-unfocused))))
+   `(lui-button-face ((,class (:foreground ,blue :underline t))))
+   `(lui-highlight-face ((,class (:foreground ,magenta-alt))))
+   `(lui-time-stamp-face ((,class (:foreground ,blue-nuanced))))
    ;;;; color-rg
    `(color-rg-font-lock-column-number ((,class (:foreground 
,magenta-alt-other))))
    `(color-rg-font-lock-command ((,class (:foreground ,fg-main :weight bold))))



reply via email to

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