emacs/var/elfeed/db/data/40/4021df8c0b4dc03167b38536a46b2ce1f36535e5
2022-01-03 12:49:32 -06:00

1 line
1.2 KiB
Plaintext

<!-- SC_OFF --><div class="md"><p>I would like to remove <code>:foreground</code> color specificity from <code>link</code> face so that it displays in the same color as the surrounding face. For example, in the below image, &quot;link&quot; should be brown and &quot;Advanced reactor types&quot; should be white. How to do this?</p> <pre><code>(custom-theme-set-faces &#39;user &#39;(org-level-1 ((t (:foreground &quot;systemTealColor&quot; :height 1.15)))) &#39;(org-level-2 ((t (:foreground &quot;systemBrownColor&quot;)))) &#39;(link ((t (:weight normal :underline &quot;grey37&quot;))))) </code></pre> <p><a href="https://preview.redd.it/tj2jpoipin281.png?width=1178&amp;format=png&amp;auto=webp&amp;s=35ed91aaef4020a2d5deb70b650cdf21692521c4">https://preview.redd.it/tj2jpoipin281.png?width=1178&amp;format=png&amp;auto=webp&amp;s=35ed91aaef4020a2d5deb70b650cdf21692521c4</a></p> </div><!-- SC_ON --> &#32; submitted by &#32; <a href="https://www.reddit.com/user/kaiwen1"> /u/kaiwen1 </a> <br/> <span><a href="https://www.reddit.com/r/emacs/comments/r5dklx/display_link_font_face_in_same_color_as_the/">[link]</a></span> &#32; <span><a href="https://www.reddit.com/r/emacs/comments/r5dklx/display_link_font_face_in_same_color_as_the/">[comments]</a></span>