From 14973a6b02767621e4b8bd307f885663d76f8cff Mon Sep 17 00:00:00 2001 From: Egmont Koblinger Date: Tue, 8 Nov 2011 10:46:31 +0300 Subject: [PATCH] Ticket #2640: sand256 skin update Seems that the previous patch was incomplete. Especially the "Delete file?" dialog sucks because the colors of the Yes and No buttons are the same, it's only the mouse cursor that shows which one is active. Signed-off-by: Slava Zanko --- misc/skins/sand256.ini | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/misc/skins/sand256.ini b/misc/skins/sand256.ini index 0e1b4675d..96d6348aa 100644 --- a/misc/skins/sand256.ini +++ b/misc/skins/sand256.ini @@ -97,11 +97,14 @@ dfocus=;rgb452 dhotnormal=;;underline dhotfocus=;rgb452;underline + dtitle=;;underline [error] _default_=rgb554;rgb320;bold + errdfocus=black;rgb452;bold errdhotnormal=;;bold+underline - errdhotfocus=black;rgb452;underline + errdhotfocus=black;rgb452;bold+underline + errdtitle=;;bold+underline [filehighlight] directory= -- 2.11.4.GIT