branch: elpa/apropospriate-theme
commit 692621d08ca85605ea4c1a1c4c7739d8bf339e76
Author: justin talbott <[email protected]>
Commit: justin talbott <[email protected]>

    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