diff options
-rw-r--r-- | spacemacs.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spacemacs.el b/spacemacs.el index 6e7697c..d90fba8 100644 --- a/spacemacs.el +++ b/spacemacs.el @@ -737,7 +737,7 @@ This is the place where most of your configurations should be done. Unless it is ("WAITING" . (:foreground "white" :weight bold)) ("MEETING" . (:foreground "white" :weight bold)) - ("NEXT" . (:foreground "orange" :weight bold)) + ("NEXT" . (:foreground "red" :weight bold)) ("CANCELLED" . (:foreground "green" :weight bold)) ("DONE" . (:foreground "green" :weight bold))) |