summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBlendoit <blendoit@gmail.com>2020-11-21 14:50:06 -0800
committerBlendoit <blendoit@gmail.com>2020-11-21 14:50:06 -0800
commit1c7420f7309f657225387a69febb29e33d4babec (patch)
treee49355809ef500714ee4cad44e2fbe4c7b324504
parent7e2d1058797b803035646b26f0407d3f1c90e4cc (diff)
Add colors for erc.
-rw-r--r--themes/blendoit-light-theme.el10
1 files changed, 8 insertions, 2 deletions
diff --git a/themes/blendoit-light-theme.el b/themes/blendoit-light-theme.el
index 4802a94..227e66a 100644
--- a/themes/blendoit-light-theme.el
+++ b/themes/blendoit-light-theme.el
@@ -1,5 +1,5 @@
(deftheme blendoit-light
- "Created 2020-11-17.")
+ "Created 2020-11-21.")
(custom-theme-set-faces
'blendoit-light
@@ -81,6 +81,12 @@
'(org-todo ((t (:background "coral" :foreground "white" :weight bold :height 1.4 :family "Hermit"))))
'(org-done ((t (:background "forest green" :foreground "white" :weight bold :height 1.4 :family "hermit"))))
'(org-tag ((t (:inherit link))))
- '(default ((t (:background "white" :foreground "black" :height 140 :family "Hack")))))
+ '(default ((t (:background "white" :foreground "black" :height 140 :family "Hack"))))
+ '(erc-nick-default-face ((t (:inherit org-meta-line :weight bold))))
+ '(erc-timestamp-face ((t (:inherit org-meta-line))))
+ '(erc-notice-face ((t (:inherit shadow))))
+ '(erc-input-face ((t (:foreground "DarkOrchid4"))))
+ '(erc-action-face ((t (:slant italic :weight bold))))
+ '(erc-button ((t (:inherit link)))))
(provide-theme 'blendoit-light)
Copyright 2019--2024 Marius PETER