summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2019-01-12 23:02:55 +0100
committerDavid Robillard <d@drobilla.net>2019-01-12 23:02:55 +0100
commit5f7975986c8196ff504bdecc36c06f30f0b848a1 (patch)
treeefbbe7962f503661cb9f9e0f8f1b9d72a5222293
parent76b2c61dd6286d80dbb764573ef8e220cdb7f51a (diff)
downloaddotfiles-5f7975986c8196ff504bdecc36c06f30f0b848a1.tar.gz
dotfiles-5f7975986c8196ff504bdecc36c06f30f0b848a1.tar.bz2
dotfiles-5f7975986c8196ff504bdecc36c06f30f0b848a1.zip
Darken IRC nick colours
-rw-r--r--emacs/.emacs.d/drobillized-theme.el2
1 files changed, 1 insertions, 1 deletions
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))))