[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/modus-vivendi-theme 95c073b 080/110: Add support for RC
From: |
Stefan Monnier |
Subject: |
[elpa] externals/modus-vivendi-theme 95c073b 080/110: Add support for RCIRC |
Date: |
Wed, 29 Apr 2020 21:40:12 -0400 (EDT) |
branch: externals/modus-vivendi-theme
commit 95c073b6163d33459c8c8b4d6c340b7c20df8363
Author: Protesilaos Stavrou <address@hidden>
Commit: Protesilaos Stavrou <address@hidden>
Add support for RCIRC
This was reported in issue 36:
https://gitlab.com/protesilaos/modus-themes/-/issues/36
---
README.org | 1 +
modus-operandi-theme.el | 12 ++++++++++++
modus-vivendi-theme.el | 12 ++++++++++++
3 files changed, 25 insertions(+)
diff --git a/README.org b/README.org
index 776675c..0f91b29 100644
--- a/README.org
+++ b/README.org
@@ -486,6 +486,7 @@ the "full support" may not be 100% true…
+ rainbow-blocks
+ rainbow-identifiers
+ rainbow-delimiters
++ rcirc
+ regexp-builder (also known as =re-builder=)
+ rg (rg.el)
+ ripgrep
diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index 29a5797..55450b8 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -236,6 +236,7 @@
;; rainbow-blocks
;; rainbow-identifiers
;; rainbow-delimiters
+;; rcirc
;; regexp-builder (also known as `re-builder')
;; rg
;; ripgrep
@@ -2664,6 +2665,17 @@ AMOUNT is a customisation option."
`(rainbow-delimiters-depth-9-face ((,class (:foreground ,yellow-alt))))
`(rainbow-delimiters-mismatched-face ((,class (:foreground ,red-alt :weight
bold))))
`(rainbow-delimiters-unmatched-face ((,class (:foreground ,red :weight
bold))))
+ ;;;; rcirc
+ `(rcirc-bright-nick ((,class (:foreground ,magenta-alt :weight bold))))
+ `(rcirc-dim-nick ((,class (:foreground ,fg-alt))))
+ `(rcirc-my-nick ((,class (:foreground ,magenta :weight bold))))
+ `(rcirc-nick-in-message ((,class (:foreground ,blue))))
+ `(rcirc-nick-in-message-full-line ((,class (:foreground ,fg-special-mild
:weight bold))))
+ `(rcirc-other-nick ((,class (:foreground ,fg-special-cold :weight bold))))
+ `(rcirc-prompt ((,class (:foreground ,cyan-alt-other :weight bold))))
+ `(rcirc-server ((,class (:foreground ,fg-special-warm))))
+ `(rcirc-timestamp ((,class (:foreground ,fg-inactive))))
+ `(rcirc-url ((,class (:foreground ,blue :underline t))))
;;;; regexp-builder (re-builder)
`(reb-match-0 ((,class (:inherit modus-theme-intense-blue))))
`(reb-match-1 ((,class (:inherit modus-theme-intense-magenta))))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index b64ddc8..720f3ae 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -236,6 +236,7 @@
;; rainbow-blocks
;; rainbow-identifiers
;; rainbow-delimiters
+;; rcirc
;; regexp-builder (also known as `re-builder')
;; rg
;; ripgrep
@@ -2664,6 +2665,17 @@ AMOUNT is a customisation option."
`(rainbow-delimiters-depth-9-face ((,class (:foreground ,yellow-alt))))
`(rainbow-delimiters-mismatched-face ((,class (:foreground ,red-alt :weight
bold))))
`(rainbow-delimiters-unmatched-face ((,class (:foreground ,red :weight
bold))))
+ ;;;; rcirc
+ `(rcirc-bright-nick ((,class (:foreground ,magenta-alt :weight bold))))
+ `(rcirc-dim-nick ((,class (:foreground ,fg-alt))))
+ `(rcirc-my-nick ((,class (:foreground ,magenta :weight bold))))
+ `(rcirc-nick-in-message ((,class (:foreground ,blue))))
+ `(rcirc-nick-in-message-full-line ((,class (:foreground ,fg-special-mild
:weight bold))))
+ `(rcirc-other-nick ((,class (:foreground ,fg-special-cold :weight bold))))
+ `(rcirc-prompt ((,class (:foreground ,cyan-alt-other :weight bold))))
+ `(rcirc-server ((,class (:foreground ,fg-special-warm))))
+ `(rcirc-timestamp ((,class (:foreground ,fg-inactive))))
+ `(rcirc-url ((,class (:foreground ,blue :underline t))))
;;;; regexp-builder (re-builder)
`(reb-match-0 ((,class (:inherit modus-theme-intense-blue))))
`(reb-match-1 ((,class (:inherit modus-theme-intense-magenta))))
- [elpa] externals/modus-vivendi-theme 7afc624 063/110: Improve README, especially docs on custom options, (continued)
- [elpa] externals/modus-vivendi-theme 7afc624 063/110: Improve README, especially docs on custom options, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme b5dba7a 081/110: Internal: use defun for conditional Org src blocks, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme 0344a1b 101/110: Add support for MAN and WOMAN, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme 37309fb 094/110: Internal: tweak Modus Vivendi "red-active" value, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme 3d153f3 098/110: Add support for TUAREG, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme ead95c9 106/110: Use bespoke colour for contextually unfocused text, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme 1742916 086/110: Internal: delete trailing whitespace, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme 52a247a 087/110: Expand README with table of contents and more docs, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme 44f75d3 107/110: Internal: refine Modus Operandi main green values, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme 29078bd 109/110: Upgrade to version 0.8.0, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme 95c073b 080/110: Add support for RCIRC,
Stefan Monnier <=
- [elpa] externals/modus-vivendi-theme 1c605b3 085/110: Internal: improve function of "section headings", Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme 23889e0 090/110: Section heading style for Org priorities, keywords, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme cd9cce9 093/110: Refine HYDRA colours, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme 277c202 099/110: Review ELFEED faces, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme 2101557 105/110: Use less intense foreground for fringe indicators, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme d68b1e3 031/110: Major review of SMERGE faces, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme 0c4f871 029/110: Major review of EDIFF (superior UI/semantics), Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme 5107407 059/110: Internal: convert two defmacro into defun, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme 7a7e22c 060/110: Internal: reorganise `defun' initial placement, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme e50f582 064/110: Internal: add page breaks for convenience (the ^L), Stefan Monnier, 2020/04/29