From 4a45028fe0a81188a459568c25c30777f237461f Mon Sep 17 00:00:00 2001 From: Michael Olson Date: Tue, 23 May 2006 15:30:02 +0000 Subject: [PATCH] Make links colored blue by default. * lisp/muse-colors.el (muse-link): Make links blue by default, like most other Emacs modes do. git-archimport-id: mwolson@gnu.org--2006/muse--main--1.0--patch-133 --- ChangeLog.2006 | 14 ++++++++++++++ lisp/muse-colors.el | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/ChangeLog.2006 b/ChangeLog.2006 index 81eef85..7e2e333 100644 --- a/ChangeLog.2006 +++ b/ChangeLog.2006 @@ -2,6 +2,20 @@ # arch-tag: automatic-ChangeLog--mwolson@gnu.org--2006/muse--main--1.0 # +2006-05-23 15:30:02 GMT Michael Olson patch-133 + + Summary: + Make links colored blue by default. + Revision: + muse--main--1.0--patch-133 + + * lisp/muse-colors.el (muse-link): Make links blue by default, like most + other Emacs modes do. + + modified files: + ChangeLog.2006 lisp/muse-colors.el + + 2006-05-23 14:24:58 GMT Michael Olson patch-132 Summary: diff --git a/lisp/muse-colors.el b/lisp/muse-colors.el index 8dbb45f..fddb8f3 100644 --- a/lisp/muse-colors.el +++ b/lisp/muse-colors.el @@ -177,7 +177,7 @@ used as the filename of the image." (defface muse-link '((((class color) (background light)) - (:foreground "green" :underline "green" :bold t)) + (:foreground "blue" :underline "blue" :bold t)) (((class color) (background dark)) (:foreground "cyan" :underline "cyan" :bold t)) (t (:bold t))) -- 2.11.4.GIT