From 7b9da518eba9ae8ee3e2b145326a14c543ba2c0a Mon Sep 17 00:00:00 2001 From: rearman Date: Wed, 25 Mar 2026 17:10:04 -0400 Subject: [PATCH] Set faces for links --- re/8color-ansi-theme.el | 4 +++- re/b&w-theme.el | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/re/8color-ansi-theme.el b/re/8color-ansi-theme.el index 421949b..3636956 100644 --- a/re/8color-ansi-theme.el +++ b/re/8color-ansi-theme.el @@ -17,6 +17,8 @@ ((,class (:foreground "#ff0")))) `(success ((,class (:foreground "#0f0")))) + `(link + ((,class (:foreground "#00f" :underline t)))) ;;;; font-lock. `(font-lock-comment-face ((,class (:foreground "#f00" :slant italic :weight light)))) @@ -125,7 +127,7 @@ `(org-date ((,class (:foreground "#00f")))) `(org-link - ((,class (:foreground "#00f")))) + ((,class (:foreground "#00f" :underline t)))) ;;; Org Agenda `(header-line ((,class (:foreground "#ff0" :background "#000" :weight bold :height 1.25)))) diff --git a/re/b&w-theme.el b/re/b&w-theme.el index 05203c8..579d1b2 100644 --- a/re/b&w-theme.el +++ b/re/b&w-theme.el @@ -21,6 +21,8 @@ ((,class (:foreground ,text)))) `(success ((,class (:foreground ,text)))) + `(link + ((,class (:foreground ,text :underline t)))) ;;;; font-lock. `(font-lock-comment-face ((,class (:foreground ,text :slant italic :weight light)))) @@ -129,7 +131,7 @@ `(org-date ((,class (:foreground ,text)))) `(org-link - ((,class (:foreground ,text)))) + ((,class (:foreground ,text :underline t)))) ;;; Org Agenda `(header-line ((,class (:foreground ,text :background ,bg :weight bold)))) -- 2.39.5