branch: externals/doric-themes
commit 305926e090bc73f2f2506c9a5b0df617c4109805
Author: Protesilaos Stavrou <i...@protesilaos.com>
Commit: Protesilaos Stavrou <i...@protesilaos.com>

    Revise two VC mode line faces
---
 doric-themes.el | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/doric-themes.el b/doric-themes.el
index ab3479e476..c5a132e4d2 100644
--- a/doric-themes.el
+++ b/doric-themes.el
@@ -1141,8 +1141,6 @@ Run `doric-themes-after-load-theme-hook' after loading a 
theme."
     tab-line-tab-special
     transient-key-noop
     vc-dir-status-edited
-    vc-edited-state
-    vc-locally-added-state
     vc-git-log-edit-summary-max-warning
     vc-git-log-edit-summary-target-warning
     which-key-docstring-face
@@ -1496,6 +1494,9 @@ Run `doric-themes-after-load-theme-hook' after loading a 
theme."
             '(telega-webpage-fixed ((t :inherit fixed-pitch)))
             '(telega-webpage-preformatted ((t :inherit fixed-pitch)))
 
+            `(vc-edited-state ((t :inherit italic)))
+            `(vc-locally-added-state ((t :inherit italic)))
+
             '(vtable ((t :inherit fixed-pitch)))
 
             `(whitespace-big-indent ((t :foreground ,bg-shadow-intense)))

Reply via email to