Dear developers,
Could you add an option for changing default background color in Jmol, please? I guess, many users prefer a color different from black, and choosing it at every program launch is very annoying.
Hi Anton
I understand you mean the Jmol Application (and not the web object, JSmol, which already has such possibility)
The big question is where would that preference be stored. Right now, you have two possible solutions:
Create a shortcut, bat file, bash file (or whatever it is called in your computer) that you will use to launch Jmol and contains the command. See link at #2
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi Anton
I understand you mean the Jmol Application (and not the web object, JSmol, which already has such possibility)
The big question is where would that preference be stored. Right now, you have two possible solutions:
Hi, Angel!
Thank you for your answer! I've found that the following command does exactly what I want:
java -jar .\Jmol.jar -j "background white"Last edit: Anton 2018-03-08
excellent choice