From 76b2c61dd6286d80dbb764573ef8e220cdb7f51a Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 12 Jan 2019 22:56:21 +0100 Subject: Improve IRC theme --- emacs/.emacs.d/drobillized-theme.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'emacs/.emacs.d/drobillized-theme.el') diff --git a/emacs/.emacs.d/drobillized-theme.el b/emacs/.emacs.d/drobillized-theme.el index d0add9e..b88dc78 100644 --- a/emacs/.emacs.d/drobillized-theme.el +++ b/emacs/.emacs.d/drobillized-theme.el @@ -88,12 +88,12 @@ Reload the theme after changing anything in this group." `(diredp-write-priv ((t (:foreground "grey90")))) `(erc-action-face ((t (:slant italic)))) `(erc-current-nick-face ((t (:foreground ,cyan :weight bold)))) - `(erc-input-face ((t (:foreground ,orange)))) + `(erc-input-face ((t (:foreground ,green)))) `(erc-my-nick-face ((t (:foreground ,orange :weight bold)))) - `(erc-nick-default-face ((t (:foreground "#A3B1B1")))) + `(erc-nick-default-face ((t (:foreground ,base0 :weight bold)))) `(erc-notice-face ((t (:foreground ,violet)))) `(erc-prompt-face ((t (:foreground "white" :weight bold)))) - `(erc-timestamp-face ((t (:foreground ,green)))) + `(erc-timestamp-face ((t (:foreground ,cyan-d)))) `(error ((t (:foreground ,red :weight bold)))) `(escape-glyph ((((background dark)) (:foreground "cyan")))) `(eshell-prompt ((t (:foreground ,green :weight bold)))) -- cgit v1.2.1