From 34567270906fda35c2dc6df4c86dd37c4630e693 Mon Sep 17 00:00:00 2001 From: Blendoit Date: Sun, 8 Nov 2020 21:05:09 -0800 Subject: misc --- themes/blendoit-light-theme.el | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'themes/blendoit-light-theme.el') diff --git a/themes/blendoit-light-theme.el b/themes/blendoit-light-theme.el index 269279f..440bd48 100644 --- a/themes/blendoit-light-theme.el +++ b/themes/blendoit-light-theme.el @@ -28,7 +28,7 @@ '(font-lock-type-face ((t (:foreground "orchid2")))) '(font-lock-variable-name-face ((t (:foreground "DarkOrchid3" :weight bold)))) '(font-lock-warning-face ((t (:inherit (error))))) - '(fringe ((t (:background "grey95")))) + '(fringe ((t (:background "white smoke")))) '(header-line ((t (:family "Jost*" :height 1.8 :weight extra-bold)))) '(tooltip ((t (:inherit variable-pitch :background "lightyellow" :foreground "black")))) '(mode-line ((t (:box (:line-width -1 :style released-button) :foreground "white" :background "steel blue" :family "Hermit" :height 1.2)))) @@ -55,7 +55,7 @@ '(org-formula ((t (:inherit org-table)))) '(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" :height 0.9 :family "Hack")))) + '(org-code ((t (:background "light grey" :foreground "black" :family "Hack")))) '(org-verbatim ((t (:foreground "DodgerBlue1" :height 0.9 :foundry "Hack")))) '(font-lock-doc-face ((t (:inherit variable-pitch :foreground "black")))) '(org-document-info ((t (:weight bold)))) @@ -71,7 +71,7 @@ '(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 : nil)))) + '(org-date ((t (:inherit link)))) '(Info-quoted ((t (:inherit org-block)))) '(org-priority ((t (:inherit org-meta-line)))) '(org-drawer ((t (:inherit org-meta-line)))) @@ -80,7 +80,6 @@ '(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