aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorProtesilaos Stavrou <info@protesilaos.com>2025-09-08 14:22:29 +0300
committerProtesilaos Stavrou <info@protesilaos.com>2025-09-08 14:22:29 +0300
commitee5496a54b40789a4c97aa25af791f152ced9f63 (patch)
tree0c3d5f8247c269ec385d259888bb797f4486adcb
parent1e9daef5b371ed472fc1dfcce4611afe450d83df (diff)
Add explicit support for the magit-section-secondary-heading face
-rw-r--r--ef-themes.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/ef-themes.el b/ef-themes.el
index 30651c8..e9c0b60 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -1855,6 +1855,7 @@ text should not be underlined as well) yet still blend in."
`(magit-section-heading ((,c :inherit bold)))
`(magit-section-heading-selection ((,c :inherit bold :background ,bg-hover-secondary :foreground ,fg-intense)))
`(magit-section-highlight ((,c :background ,bg-dim)))
+ `(magit-section-secondary-heading ((,c :inherit bold)))
`(magit-sequence-done ((,c :inherit success)))
`(magit-sequence-drop ((,c :inherit error)))
`(magit-sequence-exec ((,c :inherit bold :foreground ,magenta)))