<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.12.0">
</HEAD>
<BODY>
Some more comments before I move on to something else:<BR>
<BR>
- It would be much more readable to use enumeration and named values<BR>
  in the rc files rather than cryptic integers:<BR>
<BR>
        glazestyle = 1 # 0 = flat hilight, 1 = curved hilight, 2 = concave style<BR>
        menubarstyle = 2 # 0 = flat, 1 = glassy, 2 = gradient, 3 = striped<BR>
        menubaritemstyle = 0 # 0 = menuitem look, 1 = button look<BR>
        menuitemstyle = 0 # 0 = flat, 1 = glassy, 2 = striped<BR>
        listviewheaderstyle = 0 # 0 = flat, 1 = glassy<BR>
        roundness = 5 # 0 = squared, 1 = old default, more will increase roundness<BR>
 <BR>
<BR>
- While these knobs to tweak are certainly nice, the one thing that<BR>
  most people want to tweak in a theme are the colors. I would <BR>
  personally be much more interested in themes which make use of<BR>
  the new symbolic color mechanism in GTK+ 2.10 to create <BR>
  "recolorable" themes.
</BODY>
</HTML>