diff options
Diffstat (limited to 'themes')
-rw-r--r-- | themes/sd-light-theme.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/themes/sd-light-theme.el b/themes/sd-light-theme.el index 6ad85c5..1e07e65 100644 --- a/themes/sd-light-theme.el +++ b/themes/sd-light-theme.el @@ -1,5 +1,5 @@ (deftheme sd-light - "Created 2021-08-13.") + "Created 2021-08-21.") (custom-theme-set-variables 'sd-light @@ -73,12 +73,12 @@ '(org-level-7 ((t (:inherit org-level-4)))) '(org-level-8 ((t (:inherit org-level-4)))) '(org-meta-line ((t (:extend t :background "white smoke" :foreground "LightSteelBlue3" :family "Hermit")))) - '(org-priority ((t (:inherit org-special-keyword :height 1.6)))) + '(org-priority ((t (:height 1.4 :inherit org-special-keyword)))) '(org-quote ((t (:inherit variable-pitch :slant italic)))) '(org-special-keyword ((t (:inherit org-meta-line :weight bold :background "white")))) '(org-table ((t (:height 0.8 :family "Hack")))) '(org-tag ((t (:inherit (link fixed-pitch))))) - '(org-todo ((t (:background "tomato" :foreground "white" :weight bold :height 1.6 :family "Hermit")))) + '(org-todo ((t (:background "tomato" :foreground "white" :weight bold :height 1.4 :family "Hermit")))) '(org-verbatim ((t (:inherit org-code :background "white" :foreground "DodgerBlue1" :foundry "Hack")))) '(query-replace ((t (:inherit (isearch))))) '(region ((t (:background "gainsboro")))) |