diff options
author | Blendoit <blendoit@gmail.com> | 2021-05-09 08:33:09 -0700 |
---|---|---|
committer | Blendoit <blendoit@gmail.com> | 2021-05-09 08:33:09 -0700 |
commit | 5582e213e8806bab927e8d1e99ac92df8ad38c6f (patch) | |
tree | 4afcdc74da2716fdbc7961ccb3026f48cb863898 /themes | |
parent | 73d55e131de5e9d25f0c3b4f95ebd1196766c1e1 (diff) |
Replace `coral' theme color with `tomato'.
Diffstat (limited to 'themes')
-rw-r--r-- | themes/sd-dark-theme.el | 6 | ||||
-rw-r--r-- | themes/sd-light-theme.el | 4 |
2 files changed, 5 insertions, 5 deletions
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")))) |