From 65f6036a359a200e1f57a8c646696f5a7de7603b Mon Sep 17 00:00:00 2001 From: Blendoit Date: Sat, 7 Nov 2020 21:33:19 -0800 Subject: Trying to get `header-line-format' right. --- themes/blendoit-light-theme.el | 27 +++++++++++++-------------- 1 file changed, 13 insertions(+), 14 deletions(-) (limited to 'themes/blendoit-light-theme.el') diff --git a/themes/blendoit-light-theme.el b/themes/blendoit-light-theme.el index 8b2836d..6a0b1b7 100644 --- a/themes/blendoit-light-theme.el +++ b/themes/blendoit-light-theme.el @@ -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 semi-bold :height 1.4 :family "Jost*")))) + '(header-line ((t (:weight extra-bold :height 2.0 :family "Jost*")))) '(tooltip ((t (:inherit variable-pitch :background "lightyellow" :foreground "black")))) - '(mode-line ((t (:box (:line-width -1 :style released-button) :foreground "white" :background "steel blue" :height 1.2 :family "Hack")))) + '(mode-line ((t (:family "Hermit" :background "steel blue" :foreground "white" :box (:line-width -1 :style released-button))))) '(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 (:box (:line-width -1 :color "gainsboro") :foreground "gainsboro" :background "SteelBlue4" :height 1.2 :family "Hermit")))) + '(mode-line-inactive ((t (:family "Hermit" :background "SteelBlue4" :foreground "gainsboro" :box (:line-width -1 :color "gainsboro"))))) '(isearch ((t (:background "DodgerBlue1" :foreground "white")))) '(isearch-fail ((t (:background "RosyBrown1")))) '(lazy-highlight ((t (:foreground "DodgerBlue1" :box 2)))) @@ -57,11 +57,11 @@ '(org-document-info-keyword ((t (:inherit org-meta-line)))) '(org-code ((t (:background "light grey" :foreground "black" :height 0.9 :family "Hack")))) '(org-verbatim ((t (:foreground "DodgerBlue1" :height 0.9 :foundry "Hack")))) - '(font-lock-doc-face ((t (:foreground "black" :height 1.1 :inherit variable-pitch)))) + '(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-block ((t (:inherit fixed-pitch :background "smoke" :foreground "light slate blue" :height 0.8)))) - '(org-special-keyword ((t (:inherit org-meta-line :weight bold :background "white")))) + '(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)))) @@ -70,18 +70,17 @@ '(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 (:inherit org-meta-line :weight bold)))) - '(org-date ((t (:inherit link)))) + '(org-checkbox ((t (:weight bold :inherit org-meta-line)))) + '(org-date ((t (:inherit link : nil)))) '(Info-quoted ((t (:inherit org-block)))) '(org-priority ((t (:inherit org-meta-line)))) '(org-drawer ((t (:inherit org-meta-line)))) - '(tab-line ((t (:background "gainsboro" :family "Hack")))) '(org-quote ((t (:inherit variable-pitch :slant italic)))) '(org-ellipsis ((t (:inherit shadow :background "white")))) - '(org-footnote ((t (:inherit link)))) - '(org-todo ((t (:inherit org-checkbox)))) - '(org-done ((t (:inherit org-checkbox)))) - '(default ((t (:background "white" :foreground "black" :height 140 :family "Hack")))) - '(git-commit-summary ((t (:inherit varialbe-pitch))))) + '(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")))) + '(link ((t (:foreground "RoyalBlue3" :underline "RoyalBlue3" :family "Hack")))) + '(default ((t (:background "white" :foreground "black" :height 140 :family "Hack"))))) (provide-theme 'blendoit-light) -- cgit v1.2.3