emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/gotham-theme 89896acec3 168/214: Fix visible leading stars


From: ELPA Syncer
Subject: [nongnu] elpa/gotham-theme 89896acec3 168/214: Fix visible leading stars
Date: Fri, 7 Jan 2022 17:58:51 -0500 (EST)

branch: elpa/gotham-theme
commit 89896acec3eb3e08ef2bb26caac9a235ae1357f5
Author: Jonathan <jgrg@autistici.org>
Commit: Jonathan <jgrg@autistici.org>

    Fix visible leading stars
    
    With `org-hide-leading-stars` set to t, we need the foreground of the stars 
to match the background colour, otherwise the stars are not hidden. I believe 
this was a mistake.
---
 gotham-theme.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gotham-theme.el b/gotham-theme.el
index eee3f25515..41d60ea587 100644
--- a/gotham-theme.el
+++ b/gotham-theme.el
@@ -871,7 +871,7 @@ depending on DISPLAY for keys which are either :foreground 
or
    (org-habit-ready-face :background green)
    (org-habit-ready-future-face :background green)
    (org-headline-done :foreground yellow)
-   (org-hide :background base0)
+   (org-hide :foreground base0)
    (org-latex-and-related :foreground orange)
    (org-scheduled :foreground green)
    (org-scheduled-previously :foreground orange)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]