From 513c357ec4a8be544af785409551af4150544150 Mon Sep 17 00:00:00 2001 From: Blendoit Date: Mon, 3 Aug 2020 21:29:04 -0700 Subject: Theme heaven (for now). --- blendoit/themes/blendoit-light-theme.el | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'blendoit/themes/blendoit-light-theme.el') diff --git a/blendoit/themes/blendoit-light-theme.el b/blendoit/themes/blendoit-light-theme.el index 6d90bda..a80b34e 100644 --- a/blendoit/themes/blendoit-light-theme.el +++ b/blendoit/themes/blendoit-light-theme.el @@ -47,10 +47,10 @@ '(org-formula ((t (:inherit org-table)))) '(org-meta-line ((t (:foreground "DodgerBlue3" :family "Hermit")))) '(org-document-title ((t (:width normal :height 2.0 :weight bold :slant normal :underline nil :inherit default)))) - '(org-level-1 ((t (:height 1.75 :weight bold :inherit fixed-pitch)))) - '(org-level-2 ((t (:height 1.5 :weight bold :inherit fixed-pitch)))) - '(org-level-3 ((t (:inherit fixed-pitch :weight bold :height 1.25)))) - '(org-level-4 ((t (:inherit fixed-pitch :weight bold :height 1.1)))) + '(org-level-1 ((t (:inherit fixed-pitch :height 1.6 :weight bold)))) + '(org-level-2 ((t (:inherit fixed-pitch :height 1.4 :weight bold)))) + '(org-level-3 ((t (:inherit fixed-pitch :weight bold :height 1.2)))) + '(org-level-4 ((t (:height 1.1 :weight bold :inherit fixed-pitch)))) '(org-date ((t (:inherit link :foreground "DodgerBlue3" :slant italic :family "Liberation Serif")))) '(org-footnote ((t (:foreground "DodgerBlue3" :inherit link)))) '(org-block ((t (:inherit nil :family "Hermit")))) @@ -59,6 +59,8 @@ '(link ((t (:foreground "blue" :underline t)))) '(org-document-info-keyword ((t (:inherit org-meta-line)))) '(dashboard-heading ((t (:inherit font-lock-keyword-face)))) - '(default ((t (:background "white" :foreground "black" :height 142 :family "Liberation Mono"))))) + '(default ((t (:background "white" :foreground "black" :height 142 :family "Liberation Mono")))) + '(org-todo ((t (:foreground "Red1" :box 2 :weight bold)))) + '(org-done ((t (:foreground "ForestGreen" :box 2 :weight bold))))) (provide-theme 'blendoit-light) -- cgit v1.2.3