From 1a3eda56f91058facdf5554c98884b521a317d8c Mon Sep 17 00:00:00 2001 From: Blendoit Date: Sun, 22 Nov 2020 21:10:52 -0800 Subject: mode line and misc. --- themes/blendoit-light-theme.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'themes') diff --git a/themes/blendoit-light-theme.el b/themes/blendoit-light-theme.el index 227e66a..7430c36 100644 --- a/themes/blendoit-light-theme.el +++ b/themes/blendoit-light-theme.el @@ -1,5 +1,5 @@ (deftheme blendoit-light - "Created 2020-11-21.") + "Created 2020-11-22.") (custom-theme-set-faces 'blendoit-light @@ -81,12 +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")))) '(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))))) + '(erc-action-face ((t (:slant italic)))) + '(erc-button ((t (:inherit link)))) + '(default ((t (:background "white" :foreground "black" :height 140 :family "Hack"))))) (provide-theme 'blendoit-light) -- cgit v1.2.3