From 5582e213e8806bab927e8d1e99ac92df8ad38c6f Mon Sep 17 00:00:00 2001 From: Blendoit Date: Sun, 9 May 2021 08:33:09 -0700 Subject: Replace `coral' theme color with `tomato'. --- themes/sd-dark-theme.el | 6 +++--- themes/sd-light-theme.el | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'themes') diff --git a/themes/sd-dark-theme.el b/themes/sd-dark-theme.el index c3542d9..fdf870f 100644 --- a/themes/sd-dark-theme.el +++ b/themes/sd-dark-theme.el @@ -1,5 +1,5 @@ (deftheme sd-dark - "Created 2021-01-19.") + "Created 2021-05-09.") (custom-theme-set-faces 'sd-dark @@ -74,7 +74,7 @@ '(org-special-keyword ((t (:background "grey20" :weight bold :inherit org-meta-line)))) '(org-table ((t (:family "Hack")))) '(org-tag ((t (:inherit (link fixed-pitch))))) - '(org-todo ((t (:background "coral" :foreground "white" :weight bold :height 1.4 :family "Hermit")))) + '(org-todo ((t (:background "tomato" :foreground "white" :weight bold :height 1.4 :family "Hermit")))) '(org-verbatim ((t (:background "grey20" :foreground "DodgerBlue1" :foundry "Hack")))) '(query-replace ((t (:inherit (isearch))))) '(region ((t (:background "gainsboro")))) @@ -90,7 +90,7 @@ '(line-number ((t (:background "grey15" :foreground "LightSteelBlue3" :weight normal :height 0.8 :family "Hack")))) '(show-paren-match ((t (:inherit highlight)))) '(show-paren-mismatch ((t (:background "red" :foreground "grey20")))) - '(widget-field ((t (:extend t :background "LightSteelBlue2")))) + '(widget-field ((t (:extend t :background "LightSteelBlue2")))) '(default ((t (:background "grey20" :foreground "white" :height 142 :family "Hack"))))) (provide-theme 'sd-dark) diff --git a/themes/sd-light-theme.el b/themes/sd-light-theme.el index 9a35c83..b42dd36 100644 --- a/themes/sd-light-theme.el +++ b/themes/sd-light-theme.el @@ -1,5 +1,5 @@ (deftheme sd-light - "Created 2021-02-08.") + "Created 2021-05-09.") (custom-theme-set-faces 'sd-light @@ -74,7 +74,7 @@ '(org-special-keyword ((t (:background "white" :weight bold :inherit org-meta-line)))) '(org-table ((t (:family "Hack")))) '(org-tag ((t (:inherit (link fixed-pitch))))) - '(org-todo ((t (:background "coral" :foreground "white" :weight bold :height 1.4 :family "Hermit")))) + '(org-todo ((t (:background "tomato" :foreground "white" :weight bold :height 1.4 :family "Hermit")))) '(org-verbatim ((t (:background "white" :foreground "DodgerBlue1" :foundry "Hack")))) '(query-replace ((t (:inherit (isearch))))) '(region ((t (:background "gainsboro")))) -- cgit v1.2.3