summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2016-02-05 21:28:12 -0500
committerDavid Robillard <d@drobilla.net>2016-02-05 21:28:12 -0500
commitc5da6d903a1a9bba5b9035f022776dc7f9a9f0d9 (patch)
tree36d8c21ee2bcec3f0ea8bf38cbff8de7a3e2bcf6
parentaed8a3d1443e87956d09932426352b3e44c8d3f1 (diff)
downloaddotfiles-c5da6d903a1a9bba5b9035f022776dc7f9a9f0d9.tar.gz
dotfiles-c5da6d903a1a9bba5b9035f022776dc7f9a9f0d9.tar.bz2
dotfiles-c5da6d903a1a9bba5b9035f022776dc7f9a9f0d9.zip
Solarized ERC
-rw-r--r--emacs.d/init.el10
1 files changed, 10 insertions, 0 deletions
diff --git a/emacs.d/init.el b/emacs.d/init.el
index ee3d6f3..1034023 100644
--- a/emacs.d/init.el
+++ b/emacs.d/init.el
@@ -58,7 +58,10 @@
'(dired-omit-files "^\\.?#\\|^\\.$\\|^\\.\\.\\|^\\..*$")
'(diredp-hide-details-initially-flag t)
'(diredp-wrap-around-flag nil)
+ '(erc-insert-timestamp-function (quote erc-insert-timestamp-left))
'(erc-mode-line-format "%t")
+ '(erc-prompt ">")
+ '(erc-timestamp-format "[%Y-%m-%d %H:%M] ")
'(fill-column 79)
'(font-lock-maximum-decoration t)
'(frame-background-mode (quote dark))
@@ -115,6 +118,13 @@
'(diredp-read-priv ((t (:foreground "gray70"))))
'(diredp-symlink ((t (:foreground "#32E2E2"))))
'(diredp-write-priv ((t (:foreground "gray90"))))
+ '(erc-current-nick-face ((t (:foreground "#B58900" :weight bold))))
+ '(erc-input-face ((t (:foreground "gray90"))))
+ '(erc-my-nick-face ((t (:foreground "#B58900" :weight bold))))
+ '(erc-nick-default-face ((t (:foreground "#B58900"))))
+ '(erc-notice-face ((t (:foreground "gray40"))))
+ '(erc-prompt-face ((t (:foreground "green" :weight bold))))
+ '(erc-timestamp-face ((t (:foreground "gray60"))))
'(error ((t (:foreground "#DC322F" :weight bold))))
'(escape-glyph ((((background dark)) (:foreground "cyan"))))
'(font-lock-comment-face ((t (:foreground "#6c71c4"))))