Netbeans 8.0.2 Output Window - background-color

I would like to change the output window color from the default white to black or some other color. I am using Netbeans 8.0.2 IDE.

You can do by following methods:
Make sure your output window is visible - if it's not, just run any of your application and close it again - the window will pop up right after running it.
All you have to do now is to right click into the output window and choose Settings. That's it, a window where you can customize all the font colors and background colors will show up.
Below Image for reference: you can go Tools-->Option-->Miscellaneous-->Output

This Questions was resolved by Dipak D Desai.
Resolution Steps:
make sure your output window is visible
go to:
tools->options->miscellaneous->output
and you can change your output window(s) as you desire. Again thumbs up for Dipak everyone :)

Related

stackoverflow: save theme preference

Suddenly today stackoverflow looks like this:
The blue color is undesired.
I tried to change the theme under settings. The theme is correctly applied, but I don't see a way to save it: As soon as I leave the settings page, the blue colors are back.
What can I do to get to permanently revert to the default look?
UPDATE
Could this be a virus? Heres' what I get on Safari:
I'm on MacOS Monterey. The first screenshot is on Firefox, the second screenshot on Safari. Chrome also gives different colors.
On the "FILTERS" bar at the bottom of your screen, click on the "circle with slash" icon. It will revert your screen to the default view.
Check the date. It's April fool's day.
The way you fix it is you click on your profile picture in the top, then you go to settings, and then you can choose your background. It probably isn't a virus, but I'm not sure.

Configure mintty for git-bash / msys2, background color etc

Basically re-asking "How do you configure Msys's default size, color, and font?" after 11 years when all the answers are not applicable any more.
So, git-bash / msys2 start under mintty. How to configure mintty's default background color? I want to change it from pure black to a certain grey.
Also, I found that for the mintty under msys2, the vertical scrollbar is not working. I.e. I am unable to scroll back at all. Mouse scrolling only scroll the command line, not the window. That's a mis-configuration that I want to fix as well.
UPDATE:
So with the icon in the upper left of the MinTTY, I got my color right, but scrollbar was still not working:
until I got out of tmux and realized it was a tmux problem.
So all good now.
You can click on the icon in the upper left of the window and then select "Options" to open the MinTTY Options. There are options for colors and whether to have a scrollbar.

Changing Font Color in PyCharm "Run" pane

With a dark theme chosen, the "run" pane (not the python "console" nor the "terminal" accessible within PyCharm) shows a very dark font such that it can barely be seen. Switching to a light theme, all is well. I've found help (within Pycharm, here, Google, and YouTube) on setting the font colors for the editor, console, and terminal panes, but not a thing on changing the run-pane colors. Any ideas?
I usually just use native Editor settings in the Preferences.
So you can try going into the :
Preferences > Editor > Color Scheme > Console Colors
click on Console Colors and use the menu on the right
Console > Backgroud > select prefered color
Click Apply to test the color
Click OK to save changes
Hope that helps.
FWIW, I am using the Grep Console plugin (in my older 5.0.6 PyCharm Pro version) which also controls the Run panes and has a fairly configurable color scheme (both background and foreground):
This is how the Run pane looks like (snapshot intentionally smudged):

Is there a way to change some "special" GUI colors in eclipse?

I have on Linux/KDE a installed version of eclipse Mars.2. But there are strong problems with colors. So there is no different between a activated toolbar button and a inactive toolbar button. At example the "Link with editor" button of the "Project Explorer" view has exactly the same background color if the button is selected or not:
Another thing is that I cannot see if a checkbox or radio button is selected or not. It seems that the foreground color for the check/radio box selections is also identical to the background color. So there is in many configuration views no way to find out what's currently selected and wath's not. In the next screenshot at least one of the "Open mode" radio button must be selected (I assume it's "Double click" button):
Note also that the colors are only in eclipse wrong. In other (native) KDE applications I don't have these effects (at example the foreground of check boxes/radio buttons are black - like I have it expected). Also play around with the color settings in KDE "Application Appearance" has no effects ...
How can I change the colors of these stuff?
There is an Eclipse plugin that helps you import downloaded themes from the online marketplace (themes are free).
This is where you can find it: http://eclipsecolorthemes.org/
You may choose whatever eclipse theme fits your needs!
Good luch!
Ok. Found the solution for my problem on following site:
http://www.jroller.com/andyl/entry/mars_on_linux
Mars is the first eclipse version which uses GTK3 (instead of GTK2 like eclipse versions before 4.5). And on the side above Andrey Loskutov wrotes that may be also the GTK theme (widget style) can be also the problem. The Widget style "oxygen-gtk" should be extremly buggy! After changing the widget style (to now "Adwaida") the problems are gone :-)
You can change the Widget style in KDE by opening in the KDE settings: "Application Appearance" and "GTK+ Appearance".

Android Studio IDE - Terminal Background Text Colors different from Terminal Background Color

I just recently installed Android Studio on my Windows 10 computer, and I am trying to resolve this dissonant background color issue in the built-in terminal. Screenshot here. I have not had this problem when I used Android Studio on Ubuntu 14.04.
The color of the text background is black, while the color of the console background is white. This issue is not related to my using Git Bash as my terminal as it also occurs when I use Windows Command Prompt.
I have checked through Settings --> Editor --> Colors and Fonts --> Console Colors and was unable to find anything that would allow me to resolve the background colors. I have also tried changing the color scheme to something different (e.g. Darcula). Screenshot here. Additionally, I also tried to change the overall UI theme and still got identical results.
The terminal is ugly, but I would love to take advantage of its built-in conveniences for using Git. The Android logcat output and Gradle messages look perfectly fine. How can I fix this so that the text and console background colors are the same? Thanks in advance.
I struggled with this issue for a while too.
From experience, the terminal takes the colors of the Windows console. Not that very well however that was the only way that I could do the required changes.
Open a cmd window in windows and on the main menu go to defaults.
Change the colors and save. Next terminal in Android Studio will change on next instance.
The colors won't follow exactly so one needs some experimenting. Best results I got with black text on white background.

Resources