The items are static colored so that you know what is serious like red for delete so that you pay attention to not click that by mistake. But on macabre the default colors are "hidious" so rather than go into telling you were the buttons are and all that.. Ill just tell you what css to change which is the whole point.
Just modify these.
html body .ow_mild_red {
background-color: #760606; /* was ffaaaa */
}
html body .ow_mild_green {
background-color: #098009; /* aaffaa */
}
I chose a dark green and dark red, so with the light letters of macabre it looks so much better.
Hope this helps and saves you time.