diff options
| author | fpi | 2020-08-01 18:12:52 +0200 | 
|---|---|---|
| committer | fpi | 2020-08-01 18:28:05 +0200 | 
| commit | c989b777886f10b5835f9aa6effc0245f8dacbf3 (patch) | |
| tree | 71e36a26f9982cbd76fa1f6086adf422269a2837 | |
| parent | Add notification upon finish async tangling (diff) | |
Adjust org-scheduled-previously face
| -rw-r--r-- | emacs-init.org | 4 | 
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")  | 
