diff options
author | David Robillard <d@drobilla.net> | 2019-01-12 22:56:21 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2019-01-12 22:56:21 +0100 |
commit | 76b2c61dd6286d80dbb764573ef8e220cdb7f51a (patch) | |
tree | 96e64e8e61bfbf9072eaf14af9b2523a9e5aac89 /emacs | |
parent | e0e80c63412e380fae67f858e562230b71f51747 (diff) | |
download | dotfiles-76b2c61dd6286d80dbb764573ef8e220cdb7f51a.tar.gz dotfiles-76b2c61dd6286d80dbb764573ef8e220cdb7f51a.tar.bz2 dotfiles-76b2c61dd6286d80dbb764573ef8e220cdb7f51a.zip |
Improve IRC theme
Diffstat (limited to 'emacs')
-rw-r--r-- | emacs/.emacs.d/drobillized-theme.el | 6 |
1 files changed, 3 insertions, 3 deletions
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)))) |