From 7572f795136b26dd2a7deb7f9764c67baccc7912 Mon Sep 17 00:00:00 2001 From: "Carsten Haitzler (Rasterman)" Date: Mon, 16 Dec 2013 15:55:16 +0900 Subject: [PATCH] theme - focus out color should have been 255 all around. why 253? cherry-pick me! --- legacy/elementary/data/themes/colorclasses.edc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/elementary/data/themes/colorclasses.edc b/legacy/elementary/data/themes/colorclasses.edc index 465e838..a02530b 100644 --- a/legacy/elementary/data/themes/colorclasses.edc +++ b/legacy/elementary/data/themes/colorclasses.edc @@ -1,7 +1,7 @@ color_classes { color_class { name: "comp_focus-out_color"; - color: 253 253 253 255; + color: 255 255 255 255; color3: 0 0 0 0; } } -- 2.7.4