From c8f590b35c430c778f86c70de69d9b4af7884417 Mon Sep 17 00:00:00 2001 From: Blendoit Date: Mon, 17 Aug 2020 08:49:23 -0700 Subject: Electric-pair-mode. --- blendoit/themes/blendoit-light-theme.el | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'blendoit/themes') diff --git a/blendoit/themes/blendoit-light-theme.el b/blendoit/themes/blendoit-light-theme.el index c83ed43..ae3f14f 100644 --- a/blendoit/themes/blendoit-light-theme.el +++ b/blendoit/themes/blendoit-light-theme.el @@ -1,5 +1,5 @@ (deftheme blendoit-light - "Created 2020-08-15.") + "Created 2020-08-16.") (custom-theme-set-faces 'blendoit-light @@ -42,9 +42,9 @@ '(query-replace ((t (:inherit (isearch))))) '(org-formula ((t (:inherit org-table)))) '(org-meta-line ((t (:foreground "steel blue" :family "Hermit")))) - '(org-document-title ((t (:weight bold :height 2.0)))) + '(org-document-title ((t (:weight bold :height 2.0 :family "Hack")))) '(org-footnote ((t (:inherit link)))) - '(org-tag ((t (:weight bold :underline (:color nil :style nil) :inherit org-meta-line)))) + '(org-tag ((t (:foreground "steel blue" :underline t :weight bold :family "Hermit")))) '(org-document-info-keyword ((t (:inherit org-meta-line)))) '(org-code ((t (:background "light grey" :foreground "black")))) '(org-checkbox-statistics-todo ((t (:foreground "tomato" :inherit org-checkbox)))) @@ -54,14 +54,14 @@ '(cursor ((t (:background "red")))) '(org-document-info ((t (:weight bold)))) '(fixed-pitch ((t (:family "Hack")))) - '(org-table ((t (:inherit fixed-pitch :foreground "dark slate gray" :box (:line-width 1 :color "light slate gray"))))) + '(org-table ((t (:foreground "SteelBlue" :inherit fixed-pitch)))) '(org-block ((t (:family "Hermit")))) '(org-special-keyword ((t (:inherit org-meta-line)))) - '(org-level-1 ((t (:foreground "dim gray" :weight bold :height 1.6)))) - '(org-level-2 ((t (:foreground "dark gray" :weight bold :height 1.4)))) - '(org-level-3 ((t (:foreground "gray" :weight bold :height 1.2)))) - '(org-level-4 ((t (:foreground "light gray" :weight bold :height 1.1)))) - '(org-level-5 ((t (:foreground "gainsboro" :weight bold :height 1.0)))) + '(org-level-1 ((t (:foreground "dim gray" :weight bold :height 1.6 :family "Hack")))) + '(org-level-2 ((t (:foreground "dark gray" :weight bold :height 1.4 :family "Hack")))) + '(org-level-3 ((t (:foreground "gray" :weight bold :height 1.2 :family "Hack")))) + '(org-level-4 ((t (:foreground "light gray" :weight bold :height 1.1 :family "Hack")))) + '(org-level-5 ((t (:foreground "gainsboro" :weight bold :height 1.0 :family "Hack")))) '(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