summaryrefslogtreecommitdiffstats
path: root/emacs/.emacs.d
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/.emacs.d')
-rw-r--r--emacs/.emacs.d/drobillized-theme.el6
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))))