branch: externals/ef-themes commit d93510061ae6f9bb7d048096e26e3678baf6c52e Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Add support for link-visited face --- ef-themes.el | 1 + 1 file changed, 1 insertion(+) diff --git a/ef-themes.el b/ef-themes.el index 224132d698..873da55d33 100644 --- a/ef-themes.el +++ b/ef-themes.el @@ -96,6 +96,7 @@ When called from Lisp, THEME is a symbol." `(hl-line ((,c :background ,bg-hl-line))) `(button ((,c :foreground ,link :underline ,border))) `(link ((,c :foreground ,link :underline ,border))) + `(link-visited ((,c :foreground ,link-alt :underline ,border))) `(shadow ((,c :foreground ,fg-dim))) `(trailing-whitespace ((,c :background ,bg-red :foreground ,fg-intense))) `(tooltip ((,c :background ,bg-active :foreground ,fg-intense)))