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

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

[nongnu] elpa/gotham-theme 8b5ab662bb 078/214: Deal with ERC


From: ELPA Syncer
Subject: [nongnu] elpa/gotham-theme 8b5ab662bb 078/214: Deal with ERC
Date: Fri, 7 Jan 2022 17:58:43 -0500 (EST)

branch: elpa/gotham-theme
commit 8b5ab662bb5cf099c304e4b4fa06d0e00ab603ea
Author: Vasilij Schneidermann <v.schneidermann@gmail.com>
Commit: Vasilij Schneidermann <v.schneidermann@gmail.com>

    Deal with ERC
---
 gotham-theme.el | 19 ++++++++++++++++++-
 1 file changed, 18 insertions(+), 1 deletion(-)

diff --git a/gotham-theme.el b/gotham-theme.el
index d4a39c1930..b4bc75204a 100644
--- a/gotham-theme.el
+++ b/gotham-theme.el
@@ -178,7 +178,7 @@ depending on DISPLAY for keys which are either :foreground 
or
    (compilation-mode-line-fail :foreground unspecified :inherit 
compilation-error)
    (compilation-mode-line-exit :foreground unspecified :inherit 
compilation-info)
 
-   ;;diff
+   ;; diff
    (diff-added :foreground green)
    (diff-changed :foreground cyan)
    (diff-header :foreground yellow)
@@ -188,6 +188,23 @@ depending on DISPLAY for keys which are either :foreground 
or
    (diff-refine-removed :weight bold)
    (diff-removed :foreground red)
 
+   ;; erc
+   (erc-current-nick-face :foreground base5)
+   (erc-dangerous-host-face :foreground red)
+   (erc-direct-msg-face :foreground orange)
+   (erc-error-face :inherit error)
+   (erc-fool-face :inherit shadow)
+   (erc-header-line :foreground base2 :background magenta)
+   (erc-input-face :inherit default)
+   (erc-inverse-face :inverse-video t)
+   (erc-keyword-face :foreground green)
+   (erc-my-nick-face :foreground yellow)
+   (erc-nick-msg-face :foreground orange)
+   (erc-notice-face :foreground cyan)
+   (erc-pal-face :foreground yellow)
+   (erc-prompt-face :foreground orange)
+   (erc-timestamp-face :foreground magenta :weight bold)
+
    ;; ediff
    ;; FIXME add support for threeway merges (*-diff-ancestor)
    (ediff-current-diff-A :foreground red :background base2)



reply via email to

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