Changing Profile Colours

I know this is dumb, but it’s annoying me :slight_smile:

Using the Prefs > Fonts & Colours menu I can change the colour of just about everything, but I can’t seem to find out how to change the colour of . and : so code like this:

_G.userSettings.currency = “£”

is imposible to read on a dark background because I can’t see the ‘.’ characters. I’ve modded the colours of almost everything I could see, and it all works fine except for the period and colons.

Please help, so that I can code against a peaceful, dark background once more!!!

MrC [import]uid: 45444 topic_id: 31609 reply_id: 331609[/import]

Hello Crussell,

Here is a screenshot of how you can do this:

We had issues before with those settings not saving but it should be fixed as of 1.7.2. Please let us know if you can change the colors and it saves after closing.

Regards,
M.Y. Developers [import]uid: 55057 topic_id: 31609 reply_id: 126266[/import]

Worked a treat! Thanks for the mega-quick response guys, much appreciated! [import]uid: 45444 topic_id: 31609 reply_id: 126282[/import]

Hello Crussell,

Here is a screenshot of how you can do this:

We had issues before with those settings not saving but it should be fixed as of 1.7.2. Please let us know if you can change the colors and it saves after closing.

Regards,
M.Y. Developers [import]uid: 55057 topic_id: 31609 reply_id: 126266[/import]

Worked a treat! Thanks for the mega-quick response guys, much appreciated! [import]uid: 45444 topic_id: 31609 reply_id: 126282[/import]

No problem! You can even add effects like underline to further differentiate between colon and dot. This is a common mistake in Lua so we made two different lexical classes.

Regards,
M.Y. Developers [import]uid: 55057 topic_id: 31609 reply_id: 126590[/import]

No problem! You can even add effects like underline to further differentiate between colon and dot. This is a common mistake in Lua so we made two different lexical classes.

Regards,
M.Y. Developers [import]uid: 55057 topic_id: 31609 reply_id: 126590[/import]