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

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

[nongnu] elpa/apropospriate-theme a5c9999 041/118: Merge pull request #9


From: ELPA Syncer
Subject: [nongnu] elpa/apropospriate-theme a5c9999 041/118: Merge pull request #9 from ngquerol/master
Date: Thu, 21 Oct 2021 18:02:19 -0400 (EDT)

branch: elpa/apropospriate-theme
commit a5c999979577039d39374b75b72bcc60a07917db
Merge: 3cc7729 3db76d6
Author: justin talbott <justin@waymondo.com>
Commit: justin talbott <justin@waymondo.com>

    Merge pull request #9 from ngquerol/master
    
    Add ERC faces
---
 apropospriate.el | 22 +++++++++++++++++++++-
 1 file changed, 21 insertions(+), 1 deletion(-)

diff --git a/apropospriate.el b/apropospriate.el
index 99c42a8..d188774 100644
--- a/apropospriate.el
+++ b/apropospriate.el
@@ -513,7 +513,27 @@
               (eshell-ls-missing :inherit font-lock-warning-face)
               (eshell-ls-product :inherit font-lock-doc-face)
               (eshell-ls-special :foreground ,orange :weight bold)
-              (eshell-ls-symlink :foreground ,purple :weight bold))))
+              (eshell-ls-symlink :foreground ,purple :weight bold)
+
+              (erc-action-face :inherit erc-default-face)
+              (erc-bold-face :weight bold)
+              (erc-current-nick-face :foreground ,blue :weight bold)
+              (erc-dangerous-host-face :inherit font-lock-warning-face)
+              (erc-default-face :foreground ,base03)
+              (erc-direct-msg-face :inherit erc-default)
+              (erc-error-face :inherit font-lock-warning-face)
+              (erc-fool-face :inherit erc-default)
+              (erc-highlight-face :inherit hover-highlight)
+              (erc-input-face :foreground ,yellow)
+              (erc-keyword-face :foreground ,blue :weight bold)
+              (erc-nick-default-face :foreground ,yellow :weight bold)
+              (erc-my-nick-face :foreground ,red :weight bold)
+              (erc-nick-msg-face :inherit erc-default)
+              (erc-notice-face :foreground ,green)
+              (erc-pal-face :foreground ,orange :weight bold)
+              (erc-prompt-face :foreground ,orange :background ,base00 :weight 
bold)
+              (erc-timestamp-face :foreground ,green)
+              (erc-underline-face :underline t))))
 
     (custom-theme-set-variables theme-name
 



reply via email to

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