Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to " RESET to DEFAULT " colors of text editor in NetBeans?

Tags:

netbeans

I want to see Netbeans look as like Photoshop CS6 , Visual studio type. So

  1. Installed a dark theme and
  2. I changed some option and code elements colours for my satisfaction.

And I forgot what the changes I did

  1. I tried all the colours combination and it became worse
  2. Even Reinstall also not helped me

I had searched a lot to make it default

My Problem (image) is this:

like image 745
hari Avatar asked Jan 02 '15 12:01

hari


People also ask

How do I change the color in NetBeans editor?

Select Tools -> Options -> MiscellaneousSelect the Output tab and/or the Terminal tab where you can play with various color settings.

How do I change text color in NetBeans?

You can change the font and size for the code in the editor, either globally or per language. Go to the Options window, select “Fonts & Colors”, and tune the fonts and colors to your liking.

What is the default appearance of NetBeans?

By default, NetBeans has a white background for the code editor and other spaces, which isn't pleasant to eyes.


2 Answers

Go to Tools\Options\Fonts & Colors and click on the Restore button.

The help page says:

Click Restore to restore the selected profile to the default settings.

like image 65
Ortomala Lokni Avatar answered Oct 02 '22 07:10

Ortomala Lokni


Alt + Shift + F does the wonder. Incidentally, I used to get this issue too frequently and I noticed that this appears / disappears every time I try the shortcut key for code format (Alt + Shift + F)

like image 25
Sharath Avatar answered Oct 02 '22 08:10

Sharath