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

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

[nongnu] elpa/gruvbox-theme 09d9a94e1c 228/258: erc/circe


From: ELPA Syncer
Subject: [nongnu] elpa/gruvbox-theme 09d9a94e1c 228/258: erc/circe
Date: Sat, 1 Jan 2022 01:59:48 -0500 (EST)

branch: elpa/gruvbox-theme
commit 09d9a94e1c9036653fa1291c72a4daf85415af50
Author: Doug Davis <ddavis@ddavis.io>
Commit: Jason Milkins <jasonm23@users.noreply.github.com>

    erc/circe
---
 gruvbox.el | 36 +++++++++++++++++++-----------------
 1 file changed, 19 insertions(+), 17 deletions(-)

diff --git a/gruvbox.el b/gruvbox.el
index 15353a5fb8..79f1fa7b5b 100644
--- a/gruvbox.el
+++ b/gruvbox.el
@@ -646,31 +646,33 @@ Should contain 2 %s constructs to allow for theme name 
and directory/prefix")
      (tab-bar (:background gruvbox-bg :foreground gruvbox-light0))
 
      ;; circe
-     (circe-prompt-face               (:inherit 'highlight :weight 'bold))
+     (circe-prompt-face               (:foreground gruvbox-turquoise4))
      (circe-fool                      (:foreground gruvbox-dark2))
      (circe-highlight-nick-face       (:foreground gruvbox-bright_yellow))
      (circe-server-face               (:foreground gruvbox-dark4))
      (circe-my-message-face           (:foreground gruvbox-bright_aqua))
-     (lui-time-stamp-face             (:foreground gruvbox-bright_blue :weight 
'bold))
+     (lui-time-stamp-face             (:foreground gruvbox-bright_blue))
 
      ;; erc
-     (erc-button                 (:weight 'bold :underline t))
+     (erc-action-face            (:inherit 'erc-default-face))
+     (erc-bold-face              (:weight 'bold))
+     (erc-current-nick-face      (:foreground gruvbox-aquamarine4))
+     (erc-dangerous-host-face    (:inherit 'font-lock-warning-face))
      (erc-default-face           (:inherit 'default))
-     (erc-action-face            (:weight 'bold))
-     (erc-command-indicator-face (:weight 'bold))
-     (erc-direct-msg-face        (:foreground gruvbox-bright_purple))
-     (erc-error-face             (:inherit 'error))
-     (erc-header-line            (:inherit 'hightlight :background 
gruvbox-dark2))
-     (erc-input-face             (:foreground gruvbox-bright_green))
-     (erc-current-nick-face      (:foreground gruvbox-bright_green :weight 
'bold))
-     (erc-timestamp-face         (:foreground gruvbox-bright_blue :weight 
'bold))
-     (erc-nick-default-face      (:weight 'bold))
-     (erc-nick-msg-face          (:foreground gruvbox-bright_purple))
-     (erc-nick-prefix-face       (:inherit 'erc-nick-default-face))
-     (erc-my-nick-face           (:foreground gruvbox-bright_yellow :weight 
'bold))
-     (erc-my-nick-prefix-face    (:inherit 'erc-my-nick-face))
+     (erc-direct-msg-face        (:inherit 'erc-default-face))
+     (erc-error-face             (:inherit 'font-lock-warning-face))
+     (erc-fool-face              (:inherit 'erc-default-face))
+     (erc-input-face             (:foreground gruvbox-turquoise4))
+     (erc-my-nick-face           (:foreground gruvbox-turquoise4))
+     (erc-nick-msg-face          (:inherit 'erc-default-face))
      (erc-notice-face            (:foreground gruvbox-dark4))
-     (erc-prompt-face            (:inherit 'highlight :weight 'bold))
+     (erc-timestamp-face         (:foreground gruvbox-neutral_green))
+     (erc-underline-face         (:underline t))
+     (erc-prompt-face            (:foreground gruvbox-turquoise4))
+     (erc-pal-face               (:foreground gruvbox-neutral_yellow :weight 
'bold))
+     (erc-keyword-face           (:foreground gruvbox-bright_orange :weight 
'bold))
+     (erc-nick-default-face      (:weight 'regular))
+     (erc-button                 (:weight 'bold  :underline t))
 
      ;; gnus
      (gnus-group-mail-1           (:weight 'bold :foreground gruvbox-light0))



reply via email to

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