mjdescy / TodoTxtMac

TodoTxtMac is a minimalist, keyboard-driven to-do manager for Mac OS X (10.8 Mountain Lion and higher) that conforms to the todo.txt format spec.
Other
240 stars 40 forks source link

Display correctly in Mojave dark mode #130

Open scottmmjackson opened 5 years ago

scottmmjackson commented 5 years ago

TodoTxtMac generally works correctly in dark mode except that the todo entry field is drawn with a white background (and the "default" text color). This works fine in light mode, but it means that text is invisible when you type it.

I changed the custom text field to use NSColor.textBackgroundColor as recommended by Apple. See:

scottmmjackson commented 5 years ago

Here's a sample of the new look:

screen shot 2018-12-17 at 11 28 04 am

scottmmjackson commented 2 years ago

Hey @mjdescy - could we get a merge and a new release? I love this application and just want it not to be the brightest thing on my screen. Thank you!