From 0424b355d870798bee2853df0617c6fb8f25feed Mon Sep 17 00:00:00 2001 From: Blendoit Date: Sat, 21 Nov 2020 11:52:34 -0800 Subject: Misc. --- themes/blendoit-light-theme.el | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'themes/blendoit-light-theme.el') diff --git a/themes/blendoit-light-theme.el b/themes/blendoit-light-theme.el index cbffe67..4802a94 100644 --- a/themes/blendoit-light-theme.el +++ b/themes/blendoit-light-theme.el @@ -1,5 +1,5 @@ (deftheme blendoit-light - "Created 2020-11-11.") + "Created 2020-11-17.") (custom-theme-set-faces 'blendoit-light @@ -56,31 +56,31 @@ '(org-meta-line ((t (:foreground "SteelBlue" :family "Hermit")))) '(org-document-info-keyword ((t (:inherit org-meta-line)))) '(org-code ((t (:background "light grey" :foreground "black" :family "Hack")))) - '(org-verbatim ((t (:foreground "DodgerBlue1" :height 0.9 :foundry "Hack")))) + '(org-verbatim ((t (:foreground "DodgerBlue1" :foundry "Hack")))) '(font-lock-doc-face ((t (:inherit variable-pitch :foreground "black")))) '(org-document-info ((t (:weight bold)))) - '(org-table ((t (:height 0.8 :family "Hack")))) + '(org-table ((t (:family "Hack")))) '(org-block ((t (:foreground "light slate blue" :background "smoke" :inherit fixed-pitch)))) '(org-special-keyword ((t (:inherit org-meta-line :weight bold :background "white")))) '(org-level-1 ((t (:weight bold :height 1.8 :family "Jost*")))) - '(org-level-2 ((t (:weight bold :height 1.6)))) - '(org-level-3 ((t (:weight bold :height 1.4)))) - '(org-level-4 ((t (:weight bold :height 1.2)))) - '(org-level-5 ((t (:weight bold :height 1.1)))) + '(org-level-2 ((t (:height 1.6)))) + '(org-level-3 ((t (:height 1.4)))) + '(org-level-4 ((t (:height 1.2)))) + '(org-level-5 ((t (:height 1.1)))) '(org-level-6 ((t (:inherit org-level-5)))) '(org-level-7 ((t (:inherit org-level-5)))) '(org-level-8 ((t (:inherit org-level-5)))) '(org-checkbox ((t (:weight bold :inherit org-meta-line)))) - '(org-date ((t (:inherit link)))) + '(org-date ((t (:inherit (link fixed-pitch))))) '(Info-quoted ((t (:inherit org-block)))) '(org-priority ((t (:inherit org-meta-line)))) '(org-drawer ((t (:inherit org-meta-line)))) '(org-quote ((t (:inherit variable-pitch :slant italic)))) '(org-ellipsis ((t (:inherit shadow :background "white")))) '(org-footnote ((t (:inherit (link variable-font))))) - '(org-todo ((t (:background "coral" :foreground "white" :weight bold :height 1.2 :family "Hermit")))) - '(org-done ((t (:background "forest green" :foreground "white" :weight bold :height 1.2 :family "hermit")))) - '(default ((t (:background "white" :foreground "black" :height 140 :family "Hack")))) - '(org-tag ((t (:inherit link))))) + '(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"))))) (provide-theme 'blendoit-light) -- cgit v1.2.3