1 line
1.2 KiB
Plaintext
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, "link" should be brown and "Advanced reactor types" should be white. How to do this?</p> <pre><code>(custom-theme-set-faces 'user '(org-level-1 ((t (:foreground "systemTealColor" :height 1.15)))) '(org-level-2 ((t (:foreground "systemBrownColor")))) '(link ((t (:weight normal :underline "grey37"))))) </code></pre> <p><a href="https://preview.redd.it/tj2jpoipin281.png?width=1178&format=png&auto=webp&s=35ed91aaef4020a2d5deb70b650cdf21692521c4">https://preview.redd.it/tj2jpoipin281.png?width=1178&format=png&auto=webp&s=35ed91aaef4020a2d5deb70b650cdf21692521c4</a></p> </div><!-- SC_ON -->   submitted by   <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>   <span><a href="https://www.reddit.com/r/emacs/comments/r5dklx/display_link_font_face_in_same_color_as_the/">[comments]</a></span> |