From 5f7975986c8196ff504bdecc36c06f30f0b848a1 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 12 Jan 2019 23:02:55 +0100 Subject: Darken IRC nick colours --- emacs/.emacs.d/drobillized-theme.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs/.emacs.d/drobillized-theme.el b/emacs/.emacs.d/drobillized-theme.el index b88dc78..9903b0e 100644 --- a/emacs/.emacs.d/drobillized-theme.el +++ b/emacs/.emacs.d/drobillized-theme.el @@ -90,7 +90,7 @@ Reload the theme after changing anything in this group." `(erc-current-nick-face ((t (:foreground ,cyan :weight bold)))) `(erc-input-face ((t (:foreground ,green)))) `(erc-my-nick-face ((t (:foreground ,orange :weight bold)))) - `(erc-nick-default-face ((t (:foreground ,base0 :weight bold)))) + `(erc-nick-default-face ((t (:foreground ,base01 :weight bold)))) `(erc-notice-face ((t (:foreground ,violet)))) `(erc-prompt-face ((t (:foreground "white" :weight bold)))) `(erc-timestamp-face ((t (:foreground ,cyan-d)))) -- cgit v1.2.1