From bcf9ee060342fa85b0367e25f2398a04118a1324 Mon Sep 17 00:00:00 2001 From: Blendoit Date: Sun, 8 Nov 2020 13:33:13 -0800 Subject: Org links and mode line. --- themes/blendoit-light-theme.el | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'themes') diff --git a/themes/blendoit-light-theme.el b/themes/blendoit-light-theme.el index 6a0b1b7..1be39e3 100644 --- a/themes/blendoit-light-theme.el +++ b/themes/blendoit-light-theme.el @@ -1,5 +1,5 @@ (deftheme blendoit-light - "Created 2020-11-07.") + "Created 2020-11-08.") (custom-theme-set-faces 'blendoit-light @@ -29,13 +29,13 @@ '(font-lock-variable-name-face ((t (:foreground "sienna")))) '(font-lock-warning-face ((t (:inherit (error))))) '(fringe ((t (:background "grey95")))) - '(header-line ((t (:weight extra-bold :height 2.0 :family "Jost*")))) + '(header-line ((t (:weight extra-bold :height 1.8 :family "Jost*")))) '(tooltip ((t (:inherit variable-pitch :background "lightyellow" :foreground "black")))) - '(mode-line ((t (:family "Hermit" :background "steel blue" :foreground "white" :box (:line-width -1 :style released-button))))) + '(mode-line ((t (:box (:line-width -1 :style released-button) :foreground "white" :background "steel blue" :family "Hermit" :height 1.2)))) '(mode-line-buffer-id ((t (:weight bold)))) '(mode-line-emphasis ((t (:weight bold)))) '(mode-line-highlight ((t (:box (:line-width 2 :color "grey40" :style released-button))))) - '(mode-line-inactive ((t (:family "Hermit" :background "SteelBlue4" :foreground "gainsboro" :box (:line-width -1 :color "gainsboro"))))) + '(mode-line-inactive ((t (:box (:line-width -1 :color "gainsboro") :foreground "gainsboro" :background "SteelBlue4" :family "Hermit" :height 1.2)))) '(isearch ((t (:background "DodgerBlue1" :foreground "white")))) '(isearch-fail ((t (:background "RosyBrown1")))) '(lazy-highlight ((t (:foreground "DodgerBlue1" :box 2)))) @@ -51,7 +51,7 @@ '(ivy-minibuffer-match-face-3 ((t (:inherit swiper-match-face-3)))) '(ivy-minibuffer-match-face-4 ((t (:inherit swiper-match-face-4)))) '(ivy-minibuffer-match-highlight ((t (:inherit highlight)))) - '(org-document-title ((t (:weight bold :height 2.0 :family "Jost*")))) + '(org-document-title ((t (:weight bold :height 2.4 :family "Jost*")))) '(org-formula ((t (:inherit org-table)))) '(org-meta-line ((t (:foreground "SteelBlue" :family "Hermit")))) '(org-document-info-keyword ((t (:inherit org-meta-line)))) @@ -61,12 +61,12 @@ '(org-document-info ((t (:weight bold)))) '(org-table ((t (:height 0.8 :family "Hack")))) '(org-block ((t (:foreground "light slate blue" :background "smoke" :inherit fixed-pitch)))) - '(org-special-keyword ((t (:background "white" :weight bold :inherit org-meta-line)))) - '(org-level-1 ((t (:weight bold :height 1.6 :family "Jost*")))) - '(org-level-2 ((t (:weight bold :height 1.4)))) - '(org-level-3 ((t (:weight bold :height 1.2)))) - '(org-level-4 ((t (:weight bold :height 1.1)))) - '(org-level-5 ((t (:weight bold :height 1.0)))) + '(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-6 ((t (:inherit org-level-5)))) '(org-level-7 ((t (:inherit org-level-5)))) '(org-level-8 ((t (:inherit org-level-5)))) -- cgit v1.2.3