From: rearman Date: Wed, 25 Mar 2026 21:10:04 +0000 (-0400) Subject: Set faces for links X-Git-Url: https://git.earman.xyz/?a=commitdiff_plain;h=7b9da518eba9ae8ee3e2b145326a14c543ba2c0a;p=emacsinit.git Set faces for links --- 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))))