Hi,
ChangeLog, 2010-06-17:
* src/build.c: Make default Build dialog entries grey, not light grey (too hard to read on a white background).
Instead of trying various shades of gray (the default commands are almost unreadable on my background, and were absolutely invisible with light gray), why not use the inactive text color? Patch attached. Another option will be to use (bg.r + text.r) / 2, (bg.g + text.g) / 2, (bg.b + text.b) / 2 - this ignores the monitor gamma, but who doesn't.
It'll also be nice to recolor the active row when it loses the focus. Currently, once you in a row, it remains in "changed color" until the dialog is closed, even if no changes were made.