aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--themes/dupre-faces.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/dupre-faces.el b/themes/dupre-faces.el
index d7b6e07b..1bc8b132 100644
--- a/themes/dupre-faces.el
+++ b/themes/dupre-faces.el
@@ -205,7 +205,7 @@
`(org-level-6 ((t (:foreground ,gray+1))))
`(org-level-7 ((t (:foreground ,gray))))
`(org-level-8 ((t (:foreground ,gray))))
- `(org-todo ((t (:foreground ,intense-red :weight bold))))
+ `(org-todo ((t (:foreground ,red-1 :weight bold))))
`(org-done ((t (:foreground ,green :weight bold))))
`(org-headline-done ((t (:foreground ,gray))))
`(org-headline-todo ((t (:foreground ,fg))))
@@ -266,7 +266,7 @@
`(org-scheduled-today ((t (:foreground ,fg :weight bold))))
`(org-scheduled-previously ((t (:foreground ,gray+1))))
`(org-upcoming-deadline ((t (:foreground ,yellow+1))))
- `(org-warning ((t (:foreground ,intense-red :weight bold))))
+ `(org-warning ((t (:foreground ,red :weight bold))))
`(org-agenda-structure ((t (:foreground ,blue :weight bold))))
`(org-agenda-date ((t (:foreground ,fg))))
`(org-agenda-date-today ((t (:foreground ,yellow :weight bold))))