theme - focus out color should have been 255 all around. why 253?

cherry-pick me!
This commit is contained in:
Carsten Haitzler 2013-12-16 15:55:16 +09:00
parent ba5823f188
commit 7572f79513
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}
}