Closed lightbulbjim closed 2 years ago
Huge apology for being so late acknowledging this! In fact it is quite by accident that I noticed a reference to the issue while looking through old Reddit posts, but for some reason I never received or noticed a notification from GitHub. I'm going to merge this and push out a new release to the app store as soon as I'm back from traveling (which will be a few more weeks).
Again apologies, and thank you for the pull request!
Ok, I had a go at fixing the dark mode problem mentioned in #28.
The character creation screen, the message log, and tooltips now use standard system colours for their backgrounds, so will switch colour when the system light/dark mode changes.
I also changed the blue text from
NSColor.blueColor
(hard to read against a dark background) toNSColor.systemBlueColor
. The new blue looks like this:I haven't touched the ASCII colour palette.
Give it a try and see what you think. Let me know if I missed anything.