Change Color Collapse / Expand - oracle-sqldeveloper

is there a way to change the color under the expand/collapse bar when highlighting a procedure?
In dark mode(twilight) I'm not able to see the beginning and the end of the subprocedure.

Related

What ISE-Option changes regions textcolor when they're collapsed?

I'm currently styling my ISE but can't find an option to change the fontcolor for regions when they're collapsed. When they're expanded they seem to take the color that's configured for comments but when I collapse them they change back to black.
The other option that I'd like to change is that when I hover over the "-" to collapse a region it highlights the whole region white.
Unfortunately I can't add an image right now because imgur seems to have problems. I'll try to add one later.
Are there any options to change the fontcolor for collapsed regions and what color they're highlighted as when hovering over the collapse button?

How to change highlighted warning/error text background color in eclipse?

I'm using Retta color theme in eclipse. The problem is when I hover with the mouse over the warning or error symbols, it gives me a white background and I can't see a thing.
Highlighted text
Where I can change that? I've already tried going to General>Editors>Text Editors>Annotations, but changing the options there didn't solve the problem (like making Text as Underline and so on). The problem only occurs when I hover the mouse over the warning/error symbol.
First you should over the word with the highlighted background and then proceed to right click, then go to Preferences > Appearance color options
Then you should be able to adjust the colors to your liking.

How to change the cursor color in SQL developer

I am using SQL Developer with a dark background theme ('classic'), which is really nice. However, the cursor is hard to see, since it has a color (grey?) that is very similar to the background color (blue).
Is there a way to change the color of the cursor?
Many thanks in advance!
In SQL Developer under
Preferences > Code Editor > Caret Behavior > Caret Color
There you can change the color of the cursor.
Source
https://www.thatjeffsmith.com/archive/2014/09/30-sql-developer-tips-in-30-days-day-3-syntax-highlighting/
Kindly check your item background colour and item foreground colour if they have the same settings.
To check this
Click on tools (on the menu bar)
Click Options
Click on Environment
Click on fonts and colours
Under display items, click on plain text
Under item foreground select default
Under item background select white
Click on Okay.

Change workbench SQL editor cursor / line highlight color

I found some great info on here about modifying Workbench's color scheme, but now that it's dark, the black cursor and dark blue line highlight blend in to the background almost entirely. The quick fix, of course, is to lighten the editor background, but I thought I'd ask if anyone has any idea how to modify the editor's line highlight and cursor colors.
Thanks in advance for any suggestions!
The color can be changed but you have to change the CSS
On linux it's here
/usr/share/mysql-workbench/data/code_editor.xml
MySQL Workbench does not allow to customize colors on that level. The color schemes work only on Windows (where the OS provides already high contrast schemes). Windows is also handling any adjustment of cursor color, selection color and other standard colors (like window background). Further modifications are only possible for SQL syntax highlighting.

How to make Eclipse's tab's background color changed when use dark theme?

I am trying to make my Eclipse cooler like IntelliJ's darcular theme. Everything is fine now except the tab's background's color. It's white and I can't see the words clearly.
Just like the picture below.
Oh, I don't know why it can be seen in the screenshot.
But what I want like this:
By TWiStErRob's comment I found where to change it for me, which also had bright tabs when switching to dark theme.
Below the steps how I changed my tabs:
Go in the top menu to window, then preferences.
Then drill down to General > Appearance > colors and fonts
There is a list with multiple background begin, background end options. If you select an option you can use the edit button to change the color.
Default you only get the basic colors. By clicking the *Define Custom Colors >>** button you can use a color picker or the hex/hsl editor fields to enter your own preferred colors. I changed them all (all the background begin/background end options) from their bright colors to darker colors.
The end result.
Thanks to TWiStErRob for giving the pointer where to find the setting.