I would like to remove :foreground color specificity from link 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?

(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"))))) 

https://preview.redd.it/tj2jpoipin281.png?width=1178&format=png&auto=webp&s=35ed91aaef4020a2d5deb70b650cdf21692521c4

submitted by /u/kaiwen1
[link] [comments]