branch: externals/doric-themes
commit 33ec3f89ec743be3ee46fd9c07bd2ec882167b5d
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>

    Revise all transient faces that need to use a background
---
 doric-themes.el | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/doric-themes.el b/doric-themes.el
index 7aa35b3a91..35c017b2f8 100644
--- a/doric-themes.el
+++ b/doric-themes.el
@@ -343,8 +343,6 @@ Run `doric-themes-after-load-theme-hook' after loading a 
theme."
     speedbar-highlight-face
     tab-bar-tab-highlight
     tab-line-highlight
-    transient-enabled-suffix
-    transient-value
     vertico-current))
 
 (defconst doric-themes-intense-shadow-faces
@@ -371,8 +369,7 @@ Run `doric-themes-after-load-theme-hook' after loading a 
theme."
     region
     show-paren-match
     speedbar-separator-face
-    substitute-match
-    transient-argument))
+    substitute-match))
 
 (defconst doric-themes-intense-shadow-foreground-only-faces
   '(calendar-weekday-header
@@ -447,7 +444,6 @@ Run `doric-themes-after-load-theme-hook' after loading a 
theme."
     show-paren-match-expression
     tab-bar
     tab-line
-    transient-disabled-suffix
     tool-bar
     vc-dir-status-ignored
     widget-documentation
@@ -1241,6 +1237,7 @@ Run `doric-themes-after-load-theme-hook' after loading a 
theme."
     magit-diff-added
     magit-diffstat-added
     smerge-lower
+    transient-enabled-suffix
     ztreep-diff-model-add-face))
 
 (defconst doric-themes-diff-added-highlight-faces
@@ -1260,7 +1257,8 @@ Run `doric-themes-after-load-theme-hook' after loading a 
theme."
     diff-changed-unspecified
     diff-indicator-changed
     magit-diff-base
-    smerge-base))
+    smerge-base
+    transient-value))
 
 (defconst doric-themes-diff-changed-highlight-faces
   '(diff-hl-change
@@ -1272,7 +1270,8 @@ Run `doric-themes-after-load-theme-hook' after loading a 
theme."
 (defconst doric-themes-diff-changed-refine-faces
   '(diff-refine-changed
     ediff-fine-diff-C
-    smerge-refined-changed))
+    smerge-refined-changed
+    transient-argument))
 
 (defconst doric-themes-diff-removed-faces
   '(denote-faces-prompt-old-name
@@ -1281,6 +1280,7 @@ Run `doric-themes-after-load-theme-hook' after loading a 
theme."
     magit-diff-removed
     magit-diffstat-removed
     smerge-upper
+    transient-disabled-suffix
     ztreep-diff-model-diff-face))
 
 (defconst doric-themes-diff-removed-highlight-faces

Reply via email to