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

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

[nongnu] elpa/apropospriate-theme 692621d 057/118: strictly inherit org-


From: ELPA Syncer
Subject: [nongnu] elpa/apropospriate-theme 692621d 057/118: strictly inherit org-link from link, make outline-1 not match link color
Date: Thu, 21 Oct 2021 18:02:22 -0400 (EDT)

branch: elpa/apropospriate-theme
commit 692621d08ca85605ea4c1a1c4c7739d8bf339e76
Author: justin talbott <justin@waymondo.com>
Commit: justin talbott <justin@waymondo.com>

    strictly inherit org-link from link, make outline-1 not match link color
---
 apropospriate.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/apropospriate.el b/apropospriate.el
index a5b7f21..58e307c 100644
--- a/apropospriate.el
+++ b/apropospriate.el
@@ -415,6 +415,7 @@
      `(compilation-mode-line-exit ((,class (:inherit nil :foreground 
unspecified :background unspecified))))
      `(compilation-mode-line-fail ((,class (:inherit nil :foreground 
unspecified :background unspecified))))
      `(compilation-mode-line-run ((,class (:inherit nil :foreground 
unspecified :background unspecified))))
+     `(outline-1 ((,class (:foreground ,base03))))
      `(org-date ((,class (:foreground ,purple))))
      `(org-done ((,class (:foreground ,green))))
      `(org-checkbox ((,class (:foreground ,purple))))
@@ -432,7 +433,7 @@
      `(org-footnote ((,class (:foreground ,cyan))))
      `(org-formula ((,class (:foreground ,red))))
      `(org-hide ((,class (:foreground ,base02))))
-     `(org-link ((,class (:foreground ,blue))))
+     `(org-link ((,class (:inherit link))))
      `(org-scheduled ((,class (:foreground ,green))))
      `(org-scheduled-previously ((,class (:foreground ,orange))))
      `(org-scheduled-today ((,class (:foreground ,green))))



reply via email to

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