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

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

[nongnu] elpa/gotham-theme 029620e0f9 188/214: Avoid org-block color cla


From: ELPA Syncer
Subject: [nongnu] elpa/gotham-theme 029620e0f9 188/214: Avoid org-block color clashes
Date: Fri, 7 Jan 2022 17:58:53 -0500 (EST)

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

    Avoid org-block color clashes
    
    base5 clashes with a few other faces in the block. We could use base6, 
which would make it similar to how codes look in their respective modes. If we 
need block text to contrast with non-block text (which I think is a reasonable 
choice), then we could could use base7 instead, which is a little brighter, but 
is still close to the original.
---
 gotham-theme.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gotham-theme.el b/gotham-theme.el
index a18c32db9a..e2f1f5d6a7 100644
--- a/gotham-theme.el
+++ b/gotham-theme.el
@@ -888,7 +888,7 @@ depending on DISPLAY for keys which are either :foreground 
or
    (org-agenda-done :foreground green)
    (org-agenda-restriction-lock :inherit highlight)
    (org-agenda-structure :foreground base5)
-   (org-block :foreground base5)
+   (org-block :foreground base7)
    (org-clock-overlay :inherit secondary-selection)
    (org-column :background base2)
    (org-column-title :inherit org-column :underline t)



reply via email to

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