branch: externals/ef-themes commit 83e00951ec8269b746156b96c8f0fbbb3f72b317 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Add support for rcirc --- ef-themes.el | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/ef-themes.el b/ef-themes.el index c782bd98b8..42c0f384ca 100644 --- a/ef-themes.el +++ b/ef-themes.el @@ -1216,6 +1216,20 @@ Helper function for `ef-themes-preview-colors'." `(rainbow-delimiters-depth-9-face ((,c :foreground ,rainbow-8))) `(rainbow-delimiters-mismatched-face ((,c :background ,bg-red :foreground ,fg-intense))) `(rainbow-delimiters-unmatched-face ((,c :inherit (bold rainbow-delimiters-mismatched-face)))) +;;;; rcirc + `(rcirc-bright-nick ((,c :inherit bold :foreground ,fg-intense))) + `(rcirc-dim-nick ((,c :inherit shadow))) + `(rcirc-monospace-text ((,c :inherit fixed-pitch))) + `(rcirc-my-nick ((,c :inherit bold :foreground ,accent-1))) + `(rcirc-nick-in-message ((,c :inherit warning))) + `(rcirc-nick-in-message-full-line ((,c :inherit italic))) + `(rcirc-other-nick ((,c :inherit bold :foreground ,accent-0))) + `(rcirc-prompt ((,c :inherit minibuffer-prompt))) + `(rcirc-server ((,c :inherit shadow))) + `(rcirc-timestamp ((,c :foreground ,date))) + `(rcirc-track-keyword ((,c :inherit bold))) + `(rcirc-track-nick ((,c :inherit warning))) + `(rcirc-url ((,c :inherit link))) ;;;; regexp-builder (re-builder) `(reb-match-0 ((,c :background ,bg-cyan :foreground ,fg-intense))) `(reb-match-1 ((,c :background ,bg-magenta :foreground ,fg-intense)))