DBVisualizer background colour - dbvisualizer

I have DB Visualizer 9.5.7 on Windows 10 64-bit, using Java 1.8.
I am not able to change the 'Normal' Background Color from the default White to another colour such as Grey (for example).
I am using the Free version.
Should this work?
Thanks!

no this will not work, you need the premium version to do this.
https://www.dbvis.com/features/tour/connection-management/
under "Borders and Colors"

Related

Change color of bullet in tree view in Eclipse

I would like to know if there is any way to change the color of the bulleted item in tree view in Eclipse while using a dark theme.
I found this post that show the same problem but the post focus only on font and background color, not the bullet itself.
According to the devs in the bug report i made at https://bugs.eclipse.org/bugs/show_bug.cgi?id=568543, "there was a workaround fix for this bug on Windows 7 which has since been removed, since it does not occur on Windows 10". So either use the last working version 2020-03 or change to a OS that has dark theme support as the tree is now a native widget.
So it seems the problem is reccurent with Eclipse 2020-06 and windows 7. I was able to reproduce the bug on 2 differents computers.
Reverting to Eclipse 2020-03 has sloved the problem.

Linux Mint 19.1, white text on white background

I am having some problems with Linux Mint 19.1 (cinnamon edition), which shows some texts in white on white backgrounds.
This issue happens for example in the logs of gnome-builder or in the selected items in gnome-boxes:
Using a dark theme (currently using 'Vivaldi') "fixes" the issue

Eclipse Neon 2 tool tip texts are in white and barely readable in Ubuntu 16.04

I did the fix given by kayahr in here long time ago and it worked fine. But now it is not working. As you can see in the attached image the texts in the tool tip are barely readable as the texts are in white colour and I couldn't find any place for setting the tool tip text color in Eclipse Peferences. I recently updated Ubuntu perhaps it may be the reason for this error. I tried gnome color chooser too but it also does not have a option to change the tool tip text color. How to fix it? Thanks in advance
Eclipse neon uses GTK+3 by default so refer this solution https://askubuntu.com/a/70665/112794 [Editing /usr/share/themes/Ambiance/gtk-2.0/gtkrc file is not required].
You can get your current by executing
gsettings get org.gnome.desktop.interface gtk-theme

How to configure eclipse background color for pop ups in Java Editor

In eclipse JDE, when I move my mouse over a Java element, a pop up will show up an with 'Press F2 for focus'. My question is how can I configure the background color of that popup? I have gone to 'Color and Font' in the preference. I have tried all the ones with 'black' background, but i still can't change the color.
I am using eclipse 3.7M7 on ubuntu 11.04.
Can u please tell me how can I change the color ?
hey mate I think your having same problem as me. I think this might help
try installing XulRunner 1.9.2 or later, I think its accordingly to your version of Firefox
If I'm not mistaking, well here are the links hope it helps
xulRunner versions...
also Im no sure if your doing some gwt but I had an issue with the designer with the BLACK background anyway this is how you fix it
Gwt fix for the black background on designer

Eclipse specific colour change with new Ubuntu themes

All but one colour is a problem in Eclipse with the new Ubuntu (10.10) dark themes.
I want to change only this one, not the theme.
This is the background/colour used by Eclipse in lists (Explorer, Open Resource) when an item is pre selected (a selected item displays ok).
The current display is white on light-grey, not easily readable.
Where can I change that?
Update July 2012 (18 months later):
With the latest Eclipse4.2 (June 2012, "Juno") release, you won't depend on the OS colors anymore.
See the article by Lars Vogel in "Eclipse 4 is beautiful – Create your own Eclipse 4 theme":
If you want to play with it, you only need to write a plug-in, create a CSS file and use the org.eclipse.e4.ui.css.swt.theme extension point to point to your file.
If you export your plug-in, place it in the “dropins” folder of your Eclipse installation and your styling is available.
Original answer: December 2010
It is a system color (a background color based on the underlying OS system color properties), so you will have to change a property in the theme, not a setting in Eclipse.
For instance, see "How to change the color of menu text?" (but this may not be exactly how your dark theme works and you will need to tweak the ~/.gnome* files)
just want to say that I had the same problem and that changing the "selected entry" text colour of the theme to #8C8C8C fixed it for me without hurting the themes "look and feel"