Where/How can I change my Object Inspector Colors in the Delphi IDE?

96 views Asked by At

I'd like to change the red and blue colors in my Object Inspector to different colors. The red and blue colors are really difficult to see and so I'd like to change it to something else, but I only want to change those two colors and nothing else.

This is my Object Inspector currently:

Delphi Object Inspector

The red on Images, LiveBindings, and PopUpMenu I'd like to change to something like a yellow color. The blue text on the property values I'd like to change to a lighter blue.


Is this possible? How/Where can I change the colors in my Object Inspector?

1

There are 1 answers

1
Shaun Roselt On

You can modify all of the colors in Options.

In your main menu, Go to Tools > Options > User Interface > Object Inspector:

Delphi Object Inspector Options


You can choose a SpeedSettings Color Scheme:

SpeedSettings

Or manually click on a color name and set a custom color:

Colors