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

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

[nongnu] elpa/gotham-theme 6240361d97 076/214: Deal with rcirc


From: ELPA Syncer
Subject: [nongnu] elpa/gotham-theme 6240361d97 076/214: Deal with rcirc
Date: Fri, 7 Jan 2022 17:58:43 -0500 (EST)

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

    Deal with rcirc
---
 gotham-theme.el | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/gotham-theme.el b/gotham-theme.el
index ba3eff2395..2d685d0a79 100644
--- a/gotham-theme.el
+++ b/gotham-theme.el
@@ -254,6 +254,16 @@ depending on DISPLAY for keys which are either :foreground 
or
    ;; pulse
    (pulse-highlight-start-face :background base4)
 
+   ;; rcirc
+   (rcirc-bright-nick :foreground base7)
+   (rcirc-dim-nick :inherit shadow)
+   (rcirc-my-nick :foreground base5)
+   (rcirc-nick-in-message :inherit rcirc-my-nick)
+   (rcirc-other-nick :foreground magenta)
+   (rcirc-prompt :foreground orange)
+   (rcirc-server :foreground cyan)
+   (rcirc-url :inherit link)
+
    ;; semantic
    (semantic-complete-inline-face :underline base5)
    (semantic-decoration-on-fileless-includes :foreground base4 :background 
yellow)



reply via email to

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