A while ago, I started making a bundle that would set ChimeraX's theme to solarized light. Solarized light should be easier on the eyes than the default light theme, but still make black icons or other UI elements stand out. Unfortunately, it didn't survive
a hard drive failure. I might spend some free time trying to redo that.
In the meantime, I've grabbed a dark theme style sheet from another app, made a few changes and tossed it in a bundle:
https://github.com/ajs99778/ChimeraX_DarkTheme/tree/main/dist. You can download the .whl file, then install it by running
toolshed install "path\to\ChimeraX_DarkTheme-0.1-py3-none-any.whl"
on the ChimeraX command line
. You can check ChimeraX's current folder with the
pwd
command or move to another folder with the
cd
command. I know this works on ChimeraX 1.1 and the 1.2 daily builds, but I haven't tested older versions.
It should be easier on the eyes, but I'm not too happy with how this theme looks at the moment (see attached). The log's color isn't changed either. It'll need some more work before I submit it to the toolshed.