From ebe0814f8b2774b72332985a29c1e275a3979244 Mon Sep 17 00:00:00 2001 From: AJ Kelly Date: Thu, 27 Oct 2011 01:06:59 -0500 Subject: [PATCH] fix fallback [OptionRow] ColorNotSelected and ColorDisabled to be more distinguished. --- Themes/_fallback/metrics.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Themes/_fallback/metrics.ini b/Themes/_fallback/metrics.ini index 982562680d..6047124eb6 100644 --- a/Themes/_fallback/metrics.ini +++ b/Themes/_fallback/metrics.ini @@ -659,8 +659,8 @@ ItemLoseFocusCommand= TweenSeconds=0.2 ModIconMetricsGroup="ModIcon" ColorSelected=color("1,1,1,1") -ColorNotSelected=color("0.9,0.9,0.9,1") -ColorDisabled=color("0.5,0.5,0.5,1") +ColorNotSelected=color("0.5,0.5,0.5,1") +ColorDisabled=color("0.25,0.25,0.25,1") [OptionRowService] Fallback="OptionRow"