color theme - enchancement request

eetele

Member²
Hi,
would it be possible to add some color theme options?
Tried search on the forum, found its possible with changing windows theme.
Various IDEs (true not seen on any plsql IDE) having similar option.
Thanks
 
You can change various fonts and colors in the preferences, but you cannot explicitly save or load it as a theme. You can however export the "Color" and/or "Font" preferences to a file and import them later.
 
Oh I agree - user defined themes would be great. I long for a dark theme. I know I can change the font colours, but the windows side still remains the drab grey.
 
I would vote for this as well. I like the dark themes and have to manually configure it but it is not perfect.
 
I like how my PLSQL Developer looks now (v.11)
It allows to set many appearance features to our tastes, and obeys Windows Color Scheme in other places. But it would be really great if we could overload appearance of all elements, making the PLSQL Developer to look differently from other applications.
 
Please add me to the list of people who are going blind from staring at a bright white screen all day.

We don't need functionality, just as log as it looks good.

Please make it so.
 
I use Iris myself (https://iristech.co) which has several different modes, one of which is Programming which basically makes a black screen and alters text colours. It might be of some help pending themes being added to PSD
 
Me too :)
The dark theme is okay for a short period of time, but has many problems.
On the black screen, all reflections appears on the scrreen, very annoyig.
The other drawback, when I write an application (for example in delphi) in the dark mode editor, and switch to the form designer, I get a huge white blast, which burns out my eyes :)
 
Guys, I've collected here (https://github.com/cepruo/plsql-color-schemes) color settings for popular highlighting themes on the web including also light (or bright) ones
 
It's quite good idea to have themes.
Because github (above) theme doesn't give correct view for dark theme in browser objects (if you select item you got black on dark blue background).
In this case you need to set white color
BrowserFontColor=16777215

But it doesn't help when you go from selected item into other window

But for grids you need to set colors in other place.
And it is not correct settings with you have empty cells and different colors for rows.
Ie all color scheme is located in different places, not easy to find ;(
 
Last edited:
Back
Top