Tweak text colours to be less blindingly bright and closer to the original Mac BoE

This commit is contained in:
2020-02-01 19:53:23 -05:00
parent 5675ab8c71
commit 3e686cb908
10 changed files with 50 additions and 33 deletions

View File

@@ -1511,7 +1511,7 @@ void frame_space(location where,short mode,short width,short height) {
to_frame.right = 41 + where_put.x * 28 + 28 * (width - 1);
to_frame.offset(win_to_rects[WINRECT_TERVIEW].topLeft());
frame_roundrect(mainPtr, to_frame, 8, (mode == 0) ? sf::Color::Red : sf::Color::Green);
frame_roundrect(mainPtr, to_frame, 8, (mode == 0) ? Colours::RED : Colours::GREEN);
}