There is an additional call in stylesheet_colors_split.css that won't show up unless the user changes the actual call later in the file. Line 159
Code:
#mainWrapper {background-color:#99ccff;background-color:rgba(153,204,255,0.6);}
should be deleted as that call is incorrect as far as color. Also, the call is correctly entered in line 203. Line 203 will become 202 after the deletion. You should see no difference in the colors of your site with this deletion.

In further looking over this mod for inclusion into 1.5.7, we've noticed that the navMainWrapper and some of the css buttons (if used) are using white as the font color.

Both the navMainWrapper and the buttons use the main color of this mod. That results in the white font looking "washed out" against the main color. Also, all other buttons, headings, etc using the main color have their font set to black (#000).

We've made three changes to the stylesheet_colors_split.css.

Line 13 is now
Code:
#navMainullia {color: #000; color:rgba(0,0,0,1.0);}
Line 148 is now
Code:
.normal_button {color: #000;}
Line 265 (266 if you did not delete line 150 as noted above) is now
Code:
#navMainulli {border-right:1pxsolid#000;}
Don't know if another release will be done before 1.5.7 is released but, the most current version is alwys available at our github repository.