branch: externals/standard-themes
commit 9bf857ea075ce75cf434964e64db717fd9dbb799
Merge: be08ec7320 bf3a0a4844
Author: Protesilaos Stavrou <i...@protesilaos.com>
Commit: Protesilaos Stavrou <i...@protesilaos.com>

    Merge branch 'main' of github.com:protesilaos/standard-themes
---
 standard-themes.el | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/standard-themes.el b/standard-themes.el
index 17a7635fe9..8118d871c0 100644
--- a/standard-themes.el
+++ b/standard-themes.el
@@ -1553,8 +1553,8 @@ color mappings instead of the complete palette."
     `(howm-reminder-late-deadline-face ((,c :inherit bold :foreground 
,date-deadline)))
     `(howm-reminder-defer-face ((,c :foreground ,date-scheduled)))
     `(howm-reminder-scheduled-face ((,c :foreground ,date-scheduled)))
-    `(howm-reminder-done-face ((,c :foreground ,prose-done)))
-    `(howm-reminder-todo-face ((,c :foreground ,prose-todo)))
+    `(howm-reminder-done-face ((,c :foreground ,info)))
+    `(howm-reminder-todo-face ((,c :foreground ,err)))
     `(howm-reminder-normal-face ((,c :foreground ,date-common)))
     `(howm-reminder-today-face ((,c :inherit bold :foreground ,date-common)))
     `(howm-reminder-tomorrow-face ((,c :inherit bold :foreground 
,date-scheduled)))
@@ -1641,8 +1641,8 @@ color mappings instead of the complete palette."
     `(magit-diff-base-highlight ((,c :background ,bg-changed  :foreground 
,fg-changed)))
     `(magit-diff-context ((,c :inherit shadow)))
     `(magit-diff-context-highlight ((,c :inherit shadow :background ,bg-dim)))
-    `(magit-diff-file-heading (( )))
-    `(magit-diff-file-heading-highlight ((,c :inherit (bold 
magit-diff-file-heading) :background ,bg-inactive)))
+    `(magit-diff-file-heading ((,c :inherit bold :foreground ,accent-0)))
+    `(magit-diff-file-heading-highlight ((,c :inherit magit-diff-file-heading 
:background ,bg-alt)))
     `(magit-diff-file-heading-selection ((,c :inherit bold :background 
,bg-hover-alt :foreground ,fg-main)))
     `(magit-diff-hunk-heading ((,c :background ,bg-alt)))
     `(magit-diff-hunk-heading-highlight ((,c :background ,bg-active 
:foreground ,fg-main)))

Reply via email to