Text information is poorly visible in the editor

Report crashes, strange behaviour, or apparent bugs
Post Reply
vadim_prog
Posts: 4
Joined: 18 Jun 2023, 17:09

Text information is poorly visible in the editor

Post by vadim_prog »

Text information is poorly visible in the editor, yellow font on a gray background, it is proposed to make color schemes like in PyCharm and VS code

coppelia
Site Admin
Posts: 10375
Joined: 14 Dec 2012, 00:25

Re: Text information is poorly visible in the editor

Post by coppelia »

Hello,

you can customize those colors in usrset.txt. Location of that file is given when you type:

Code: Select all

sim.getStringParam(sim.stringparam_usersettingsdir)
Cheers

vadim_prog
Posts: 4
Joined: 18 Jun 2023, 17:09

Re: Text information is poorly visible in the editor

Post by vadim_prog »

childScriptColor_background = 255,255,255
childScriptColor_selection = 128,128,255
childScriptColor_comment = 175,75,0
childScriptColor_number = 220,0,220
childScriptColor_string = 0,200,0

Post Reply