summaryrefslogtreecommitdiff
path: root/lisp/cus-face.el
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@linux-m68k.org>2014-05-25 13:47:34 +0200
committerAndreas Schwab <schwab@linux-m68k.org>2014-05-25 13:47:34 +0200
commit12ddce5508fb7dd8e1457d17665503e84187ecc5 (patch)
tree97df969dda1d8f9f476f8fcbb600b2876c61fad8 /lisp/cus-face.el
parentf408fbe406e2e3b5da73d12a2b134b453d783963 (diff)
downloademacs-12ddce5508fb7dd8e1457d17665503e84187ecc5.tar.gz
* cus-face.el (custom-face-attributes): Add :distant-foreground.
Diffstat (limited to 'lisp/cus-face.el')
-rw-r--r--lisp/cus-face.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/cus-face.el b/lisp/cus-face.el
index 913ef4cb8bf..a9e6f3f5b56 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)."))