Can't change color in the editor

Edit : Spelling.

Hello,
I’m trying to change the color of comments in the editor, because I use them a lot to remember the differents parts of my code (not being a real coder myself).

I create an editor.css first in home/.Defold, with the following text :

* {
	-df-script-comment:        #00ff00;
}

Don’t work. At all.

The only error I found in the “editor2” log (same folder than editor.css) looks unrelated) :

1 .   2024-07-29 03:27:50.122 573  [JavaFX-Launcher] WARN  javafx - Unsupported JavaFX configuration: classes were loaded from 'unnamed module @5bbd0ff1'

It seems to be a known issue: -df-script-* colors in a user-defined editor.css file have no effect in the code editor · Issue #8684 · defold/defold · GitHub
If I didn’t missed anything, I’d suggest to give a thumbs up into this issue on GitHub if you do have an account there :grimacing:

Done. Thanks.