summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfpi2020-08-01 18:12:52 +0200
committerfpi2020-08-01 18:28:05 +0200
commitc989b777886f10b5835f9aa6effc0245f8dacbf3 (patch)
tree71e36a26f9982cbd76fa1f6086adf422269a2837
parentAdd notification upon finish async tangling (diff)
Adjust org-scheduled-previously face
-rw-r--r--emacs-init.org4
1 files changed, 2 insertions, 2 deletions
diff --git a/emacs-init.org b/emacs-init.org
index 84e3375..e119110 100644
--- a/emacs-init.org
+++ b/emacs-init.org
@@ -975,7 +975,7 @@ This call now creates a custom theme based on the settings in the sections
(:foreground "#1c661c"))))
'(org-scheduled-previously
((t
- (:foreground "#002000"))))
+ (:foreground "#002900"))))
'(org-agenda-done
((t
(:foreground "#727280"))))
@@ -1125,7 +1125,7 @@ ln -siv $(pwd)/tangle/spacemacs-light-customizations-theme.el ~/.emacs.d/
(dark-cyan "#008b8b")
(light-green "#4f774f") ;;#3f773f
(dark-green "#1c661c")
- (dark-green2 "#002000")
+ (dark-green2 "#002900")
(region-dark "#2d2e2e")
(region "#39393d")
(slate "#8FA1B3")