bryceco / nethack-cocoa

OS X tile port of NetHack-3.6 using the native Cocoa framework
11 stars 4 forks source link

Message panel and tooltips can't be read in dark mode #28

Closed lightbulbjim closed 2 years ago

lightbulbjim commented 3 years ago

Hi, I've noticed that the background colour of the message panel and tooltips are set statically. This means that the text cannot be read when in dark mode.

Light mode:

Screenshot 2021-08-03 at 09 11 28

Dark mode:

Screenshot 2021-08-03 at 09 11 45

The fix would be to make the background of the message panel and tooltips dark when in dark mode. I would be happy to send a PR but I'm not sure how to get the Cocoa port to build - any pointers would be appreciated.

I'm running NetHackCocoa 3.6.6 (3660) on macOS 11.5.1.

lightbulbjim commented 3 years ago

This also applies to the character creation window:

Screenshot 2021-08-03 at 20 45 35
bryceco commented 2 years ago

Fixed in dfbb427e9d9a6687764b1c31b9d418ef9a171275