If you find it hard to focus on the rhythm-window with the blue background,
you should try this:

Go to line 14 in the xml-file and REPLACE these 7 lines...

<rhythm>
  <size width="946" height="80"/>
  <pos x="38" y="29"/>
  <chan1 x="0" y="1076" />
  <chan2 x="0" y="1156"/>
  <both x="0" y="1236" />
</rhythm>

...with these 5: (copy and paste using any text editor)

<rhythm>
  <size width="946" height="80"/>
  <pos x="38" y="29"/>
  <color chan1="1" chan2="2" both="3"/>
</rhythm>

Save it and reselect the skin in the config-window.

