Individual tastes vary, and for every person that likes something there are more that do not like it. For software developers it is difficult to find a color and text theme that the majority does not find something to complain about. Add to that screen resolution and monitor sizes and it's about impossible to create a UI that everyone is happy with. So what's the solution? User customizable style sheets.
Style sheets allow the the user to customize the look at feel of applications user interface (UI). The look and feel of just about every aspect of a UI widget is customizable, from foreground/background color, text size, adding borders, rounded corners, and even adding background images.
Our applications install with several style sheets that the user can tweak to their liking.
More to follow...