From e38ce1cad4a70b568ec1e7d1a131e45c2fa5a067 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20K=C3=BCgler?= Date: Mon, 21 May 2012 19:25:01 +0200 Subject: [PATCH] Fix password character --- oxygen/colors | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/oxygen/colors b/oxygen/colors index 906a7ccca..93ed4f728 100644 --- a/oxygen/colors +++ b/oxygen/colors @@ -45,8 +45,8 @@ BackgroundAlternate=85,85,85 BackgroundNormal=0,0,0 DecorationFocus=239,132,65 DecorationHover=119,183,255 -ForegroundActive=255,255,255 -ForegroundInactive=255,255,255 +ForegroundActive=0,0,0 +ForegroundInactive=0,0,0 ForegroundLink=164,192,228 ForegroundNegative=0,0,0 ForegroundNeutral=187,187,187