diff options
author | Blendoit <blendoit@gmail.com> | 2020-10-18 11:11:17 -0700 |
---|---|---|
committer | Blendoit <blendoit@gmail.com> | 2020-10-18 11:11:17 -0700 |
commit | f4b99662172402beb919ae870b487048f357173c (patch) | |
tree | d16d97de08f69f996a8bd48b6bc6a6ce49934d15 /themes | |
parent | a83e754fd56526c5dc841a5b8d47cf7d59ed9ebf (diff) |
Start work on one-click workflows.
Diffstat (limited to 'themes')
-rw-r--r-- | themes/blendoit-light-theme.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/blendoit-light-theme.el b/themes/blendoit-light-theme.el index a2e8be1..3ba0154 100644 --- a/themes/blendoit-light-theme.el +++ b/themes/blendoit-light-theme.el @@ -1,5 +1,5 @@ (deftheme blendoit-light - "Created 2020-10-05.") + "Created 2020-10-10.") (custom-theme-set-faces 'blendoit-light @@ -76,7 +76,7 @@ '(org-checkbox ((t (:weight bold :inherit org-meta-line)))) '(org-todo ((t (:background "tomato" :foreground "White" :weight bold :height 1.2 :family "Hermit")))) '(org-done ((t (:background "ForestGreen" :foreground "White" :weight bold :height 1.2 :family "Hermit")))) - '(org-date ((t (:inherit org-tag)))) + '(org-date ((t (:foreground "steel blue" :family "Hermit")))) '(Info-quoted ((t (:inherit org-block)))) '(org-priority ((t (:weight bold :inherit org-meta-line)))) '(powerline-active1 ((t (:inherit mode-line :background "grey17" :foreground "white" :family "Hack")))) |