At least on my linux PyQt6 it just does not run.
instead of QPalette need QPalette.ColorRole
qt.white does not work I settled on QColorConstants.White
QColorConstants.Red etc.
I added QColorConstants, QAction, QKeySequence to the
from PyQt6.QtGui import