Solved Match "insert code" syntax colors to displayed colors

This question has been answered or resolved.

Kiwi Shark

Member
Community Veteran
Forum Assistant
Oct 10, 2025
417
371
(Hi Terra, I didn't want to bog down Tom's thread anymore.)

The colors in the "Insert code" are still the old nearly unreadable colors and don't match the nice colors now displayed in posts. Can we please get them matching?

Insert code window:
Screenshot 2026-06-21 at 8.15.18 PM.png

Post text:
Python:
for x in range(0, 10)
    print("Hello world" * x)
 
Upvote 0