From 45864c19edd4803fd179e8a1d61ea4cfb5cf8bc5 Mon Sep 17 00:00:00 2001 From: Pavel Roskin Date: Fri, 23 Aug 2002 22:14:03 +0000 Subject: [PATCH] * text.c (default_edition_colors): Use more rxvt-friendly color for dhotnormal. --- src/ChangeLog | 3 +++ src/text.c | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/ChangeLog b/src/ChangeLog index 9e7d4665f..10f68fbc5 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,8 @@ 2002-08-23 Pavel Roskin + * text.c (default_edition_colors): Use more rxvt-friendly color + for dhotnormal. + * Makefile.am: Remove definition of CONFDIR, it's not used. 2002-08-22 Pavel Roskin diff --git a/src/text.c b/src/text.c index 0c86959d8..780e9b181 100644 --- a/src/text.c +++ b/src/text.c @@ -27,7 +27,7 @@ char *default_edition_colors = "reverse=black,lightgray:" "dnormal=black,lightgray:" "dfocus=black,cyan:" -"dhotnormal=yellow,lightgray:" +"dhotnormal=blue,lightgray:" "dhotfocus=yellow,cyan:" "viewunderline=brightred,blue:" "menuhot=yellow,cyan:"