trying to fix

This commit is contained in:
Chris Cochrun 2022-01-03 12:41:35 -06:00
parent fa407dfeb6
commit e013d7569e
22945 changed files with 447936 additions and 0 deletions

View file

@ -0,0 +1 @@
<!-- 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>