I've never tried the Night Shift patches before but this works well! Although it definitely seems to cause a performance hit when the screen is changing colors. (Maybe why Apple disabled it in the first place.)Yes, I remember that issue with a "night shift" patch, it occurs because apple is constantly changing the offset in each minor Catalina update with their CoreBrightness , since the software update is still under testing, I uploaded a 10.15.1 pre-patched CoreBrightness and this should fix the side effect with keyboard prefpane.
open a Catalina Terminal and copy/paste this:
sudo mount -uw / ; killall Finder
open /System/Library/PrivateFrameworks/
replace on-the-fly (do not merge) with this attached only valid for Catalina 10.15.1 build 19B88 (and maybe later builds).
Thanks @jackluke! You're always the go-to guy for patched binaries. Great for lazy people like me