From 9badcd9275ca10bb9ef4cdbff11f89ada6198b13 Mon Sep 17 00:00:00 2001 From: Marco Martin Date: Wed, 4 Jun 2014 11:46:30 +0200 Subject: [PATCH] invert textbox colors as well BUG:335757 --- src/desktoptheme/breeze-dark/colors | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/desktoptheme/breeze-dark/colors b/src/desktoptheme/breeze-dark/colors index 81e220876..dc529184d 100644 --- a/src/desktoptheme/breeze-dark/colors +++ b/src/desktoptheme/breeze-dark/colors @@ -61,8 +61,8 @@ ForegroundPositive=17,209,22 ForegroundVisited=61,174,230 [Colors:View] -BackgroundAlternate=248,247,246 -BackgroundNormal=252,252,252 +BackgroundAlternate=59,64,69 +BackgroundNormal=59,64,69 DecorationFocus=30,146,255 DecorationHover=61,174,230 ForegroundActive=246,116,0 @@ -70,7 +70,7 @@ ForegroundInactive=175,176,179 ForegroundLink=61,174,230 ForegroundNegative=237,21,21 ForegroundNeutral=201,206,59 -ForegroundNormal=49,54,59 +ForegroundNormal=239,240,241 ForegroundPositive=17,209,22 ForegroundVisited=61,174,230