raster pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=4f93f183d851a52caa1e97f7db4595d0e1c3370e
commit 4f93f183d851a52caa1e97f7db4595d0e1c3370e Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com> Date: Mon Dec 16 15:55:16 2013 +0900 theme - focus out color should have been 255 all around. why 253? cherry-pick me! --- data/themes/colorclasses.edc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/themes/colorclasses.edc b/data/themes/colorclasses.edc index 465e838..a02530b 100644 --- a/data/themes/colorclasses.edc +++ b/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; } } --