﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	blockedby	blocking	notify_on_close	platform	project
15342	Add dark theme support	stavros.azinas@…		"It would be nice if ChimeraX respected the user's choice of using dark theme for applications.  In Qt 6.5, that becomes possible. See https://www.qt.io/blog/dark-mode-on-windows-11-with-qt-6.5 for some details.
 
To experiment with dark theme support, you can modify site-packages/chimerax/ui/gui.py and add:

    self.setStyle('fusion')

after QApplication has been initialized (line 112 or so):

    QApplication.__init__(self, [ad.appname])

Then ChimeraX will try to follow the user's theme.  Clearly more needs to be done.  Both in supporting a dark theme (HTML widgets like the log), and responding to theme changes (eg., the toolbar)."	enhancement	closed	low	1.9	UI		fixed						all	ChimeraX
