How do I change the background color of the Query Result window in Oracle SQL Developer?

Viewed 6417

Overall I would like to have a dark theme for Oracle SQL Developer.

I know that I can go to the menu item Window/Preferences, Code Editor/PL/SQL Syntax Colors and select the "Twilight" Scheme and the SQL Worksheet window will look as expected.

Window/Preferences Pop Up

However, all other non SQL Worksheet windows in the applications remain super bright white which is a strain on the eyes. (I have intentionally obscured the data in the image below.)

After applying scheme

Is there a way to make the background dark on the other windows such as the Query Result window?

1 Answers

You can do this -

enter image description here

Preferences - Database - Worksheet: Grid in checker board or Zebra pattern

This pattern isn't configurable, but it is much nicer than the stark White background.

Related