[Emacs Lisp] Personal ~/.emacs.d/ configuration folder.
Add colors for erc.
themes/blendoit-light-theme.el
@@ -1,5 +1,5 @@
1
1
(deftheme blendoit-light
2
Removed:
"Created 2020-11-17.")
2
Added:
"Created 2020-11-21.")
3
3
4
4
(custom-theme-set-faces
5
5
'blendoit-light
@@ -81,6 +81,12 @@
81
81
'(org-todo ((t (:background "coral" :foreground "white" :weight bold :height 1.4 :family "Hermit"))))
82
82
'(org-done ((t (:background "forest green" :foreground "white" :weight bold :height 1.4 :family "hermit"))))
83
83
'(org-tag ((t (:inherit link))))
84
Removed:
'(default ((t (:background "white" :foreground "black" :height 140 :family "Hack")))))
84
Added:
'(default ((t (:background "white" :foreground "black" :height 140 :family "Hack"))))
85
Added:
'(erc-nick-default-face ((t (:inherit org-meta-line :weight bold))))
86
Added:
'(erc-timestamp-face ((t (:inherit org-meta-line))))
87
Added:
'(erc-notice-face ((t (:inherit shadow))))
88
Added:
'(erc-input-face ((t (:foreground "DarkOrchid4"))))
89
Added:
'(erc-action-face ((t (:slant italic :weight bold))))
90
Added:
'(erc-button ((t (:inherit link)))))
85
91
86
92
(provide-theme 'blendoit-light)