From 12ddce5508fb7dd8e1457d17665503e84187ecc5 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Sun, 25 May 2014 13:47:34 +0200 Subject: [PATCH] * cus-face.el (custom-face-attributes): Add :distant-foreground. --- lisp/ChangeLog | 4 ++++ lisp/cus-face.el | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5e8da55913..f3953f9ed6 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2014-05-25 Andreas Schwab + + * cus-face.el (custom-face-attributes): Add :distant-foreground. + 2014-05-25 Martin Rudalics * window.el (window--dump-frame): Remove interactive diff --git a/lisp/cus-face.el b/lisp/cus-face.el index 913ef4cb8b..a9e6f3f5b5 100644 --- a/lisp/cus-face.el +++ b/lisp/cus-face.el @@ -218,6 +218,10 @@ (color :tag "Foreground" :help-echo "Set foreground color (name or #RRGGBB hex spec).")) + (:distant-foreground + (color :tag "Distant Foreground" + :help-echo "Set distant foreground color (name or #RRGGBB hex spec).")) + (:background (color :tag "Background" :help-echo "Set background color (name or #RRGGBB hex spec).")) -- 2.39.2