How do you change background color in the settings of JetBrain's IDE? - intellij-idea

What are the settings to change the background color in JetBrains' IDE?
Project explorer pane
Console pane
Code editor
Other Panes
I'm running v12.1.6 Ultimate Version.
Are there major differences between different versions of the software?

Console pane:
Settings / Editor / Colors & Fonts / Console colors
Console, background
Project view:
Settings / File colors
Add (Alt+insert), choose 'project files' scope, select a color.
Uncheck the 'Use in editor tabs' checkbox, make sure to check 'Use in project view'
Main view (general):
Settings / Editor / Color & fonts / General
Text, Default text

For changing the background of the editor goto File->Settings->Editor->Colors & Fonts->General->Text. You'll see an item called "Default text". On the right you will see a checkbox for background. Click on it and choose whatever color you prefer.

To change the editor background color in newer versions (after 2017) of Intellij Idea go to Settings > Editor > Color Scheme > General and then on the right side list expand Text and click on "Default text" then click on the color hex code to get the color wheel.

Editor > Color Scheme > General > Text

Go to File option top left in the menu bar.
Select Settings
Select Appearance option in "Appearance & Behavior"
Select Intellij option as Theme in UI Options.
You should able to see everything in while background much like eclipse.

Beginning with the 2019.1 release, Jetbrain's IDE supports Custom UI Themes, which give full control of the appearance of built-in IntelliJ IDEA UI elements.
Detailed tutorial about how to create your own custom theme
Blog post about creating custom themes for IntelliJ Platform

If you download it from the https://plugins.jetbrains.com, then you will need to install it as the plugin. Go in the settings, install plugin from the disk and select the JAR file from the disk as the screenshot below.

It's very easy: File > Settings > Color Scheme > Set "Classic Light" or other color

Related

How to set black background in IntelliJ IDEA?

I use IntelliJ IDEA 2016.1.2 with the Darkula color scheme but the contrast is too low for me, so I want to set the background color to pure black (#000000). While there are options to set the background of the console and the editor to black, this does not apply to the rest of the user interface. How can I change the background color of the whole theme (console, editor, menu, dialogs,...) to black?
From the menu bar, open the settings dialog:
File -> Settings (Preferences for Mac OS)
Change background of code editor:
In the list menu on the left, go to:
Editor -> Colors & Fonts -> General
Then, in the menu on the right, go to:
Text -> Default Text and select the Background checkbox.
Change background of console:
In the list menu on the left, go to:
Editor -> Console Colors
Then, in the menu on the right:
Select Background and Click the checkbox for Background
PS: you might need to "Save as" the default scheme before that, then choose the background color. As it mightn't allow you to modify stock schemes/themes.
It's also possible to do stuff by language etc, but it surely could've been made easier.
Works on version:
IntelliJ IDEA 2016.2.4
Build #IC-162.2032.8, built on September 9, 2016
JRE: 1.8.0_112-release-b343 x86_64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
Check this list of the themes, some of them are pure black
https://github.com/sdvoynikov/color-themes
UPDATE: As of 2018.3, IDEA has its own high contrast theme. You can access in in
Settings → Appearance & Behavior
The example of the theme is here:
In this version, they added also better support for screen readers, you can lear more here.
An updated answer for the latest versions, follow the steps:
Preferences | Editor | Colors Scheme | General | Text | Default text | Background
In the Background set the color to hex value 00000.

How to change color of active tab

As the title, I want to change color of active tab to make it to be more different from other. I went through https://devnet.jetbrains.com/thread/274446 but it's not enough!
Is there any way to do that?
I just found out in intellij, it's "file scope" that controls a file's background in project pane as well as in the tabs. Here is the steps to add/modify current scope/tab background.
The default Darcula theme sets the "Tests" scope to this dark green color which is very close to the tab control background. I always lost track of which tab is activated when it's one of the test files. Hope this helps.
The Active IntelliJ Tab Highlighter plugin provides a simple way of solving this problem.
Go to File -> Settings.
In Plugins type "Active IntelliJ Tab Highlighter into the search box.
Click on the "Search in repositories" link.
Select the Active IntelliJ Tab Highlighter and click on the green Install button.
Close the window and restart IntelliJ
The active tab should now be highlighted in purple. If required, a different color can be chosen via File -> Settings -> Tools -> Active Tab Highlighter Plugin -> Background (clicking on it brings up a color picker). I personally went with a less garish dark gray color (AAADAA).
An alternative way, Setting > File colors:
check Enable File Colors, Use in Editor Tab
uncheck Use in Project View
add new scope with your color (ex: Project Files with orange color)
For IntelliJ IDEA 2021.3.2 (Community Edition)
You can change it in settings:
Settings | Editor | Color Scheme | General | Editor | Tabs | Selected Tab
There you can change Background and customize the view in other ways.
Although the question is quite old, when I googled the problem, this link was in the first three results, so I'll add my 5 cents as well.
Even though I could not find the way to brighten the color of an active tab alone, I was able to solve the problem by changing the color for a given scope altogether. In my case, it was the Tests scope, set to the default green, where the active tab was barely distinguishable from inactive ones, so I went to Settings > Appearance & Behavior > File Colors (exact location may depend on your Idea's version), selected the Tests scope and selected Custom color; the exact RGB value that worked for me was 1A7250. As a side-effect, the test directory's background color in the Project view also changed, which may or may not be a bad thing.
Regards, hope this helps.
I was losing the track of active tab using the darcula theme, in a test directory with a newly created file and staged with git. I ended up changing the File status color.
You will have to make a copy of your theme first:

Overriding Intellisense colors in Visual Studio 2015

I'm using the Light theme with custom Text Editor colors. In Visual Studio 2015, my Intellisense and the other lightbulb/hover/popups all have code colors to match the Text Editor settings.
That sounds nice, but the Light theme has a very light gray background, and I prefer a white foreground color for Plain Text in the editor. It ends up like this:
From my investigation so far...
In previous versions of Visual Studio, this colorized Intellisense feature came from a Productivity Power Tools add-in. It could be turned off. That's not installed. It's built into Visual Studio now, and I couldn't find a place to turn it off.
I really don't want to mess with the theme editor. I just want black text Intellisense, or to at least turn the white text to black in the popups. Others have said it doesn't work with Intellisense, but I'm not sure.
I have set Tools > Options > Environment > Fonts and Colors > Editor Tooltip > Plain Text foreground color to black. That's why the words under the code are black. But that doesn't affect the code reference itself.
I have this same issue, as I use a dark blue background with light text.
What I did was use this add-on:
https://visualstudiogallery.msdn.microsoft.com/6f4b51b6-5c6b-4a81-9cb5-f2daa560430b
Then copy the theme you are currently using, but do not switch to it yet (if you want to keep your current font / color settings).
I then exported my "Font and Color" settings, opened the generated file, and removed the "Theme" XML element completely.
You can then switch to the new copied theme and re-import your color settings from the file just created using "Import and Export Settings".
Then go to the theme editor add-on under Tools > Customize Colors. Edit your theme. Select the "Show All Elements" option and search for "tooltip" in the *.theme file. Update the Editor Tooltip -> Plain Text -> Foreground to be bright, and the Environment -> ToolTip to be dark.
It isn't a perfect solution, but it is usable until they fix it.
#karoberts answer is good although with the Visual Studio 2015 Color Theme Editor already installed I had to
Update the Editor Tooltip -> Plain Text -> Foreground to be bright, and the Environment -> ToolTip to be dark
apply the theme
restart Visual Studio (otherwise it wouldn't take the background)
But exporting/importing as in #karoberts answer was not necessary.
Try this
tools > options > fonts and colors > show settings for "Enviroment" > tooltip > item background

How to change Android Studio's editor font?

Right now I am using the Darcula theme. I want to change the default font to something else. I go into Editor > Colors & Fonts > Font but all the options are greyed out. For Editor Font it shows Show only monospaced fonts as checked with Primary font as Monospaced, but neither of these can be changed. I tried changing the font under Appearance but that just changes the font used around AS and not inside the editor.
All you have to do is click the "Save As" button to create a new profile. You can't change the font because you can't overwrite the default profile
Android Studio The defaultEditor(Editor)TheScheme(Scheme)Is the font cannot be modified,you canSave as,
Save as a new scheme (Scheme),and then change the font size;
Location: File->Settings->Editor->Fonts -> Font & (for Mac : Android Studio -> Preferences)
We can change the font size according to CTRL + mouse wheel which is really easy to use it !!!
To use this feature select File -> Settings -> Editor -> General -> select the checkbox of Change the font size (Zoom) with Ctrl + Mouse Wheel
I hope it's helpful.
After Spending a good quality of time on this issue i finally fixed it...
In Latest Android Studio 3.2 version
Follow it will work for sure...
Step 1: Go to File Select Settings...
Step 2: Select Editor and select Color Scheme from right side window...
Step 3: Create a duplicate scheme by clicking on the setting icon from right side window as shown below image
Step 4: Now select Color Scheme --> Console Font from left side window and follow the image...
point 1...
point 2...
point 3 select the scheme which we create in Step 3
point 4 select the font type you want display text
point 5 select the font size of your wish.
Click on the Apply and Ok...
Step 5: Work 100 percentage...sure...
Find Setting icon from top toolbar and follow the steps accordingly in image attached.
I was able to increase the font, using the follow strategy.
If creating a custom setting doesn't help:
Click on File -> Settings ->Editor and check the field: "Change font-size with CRTL + Mouse Wheel"
Worked for me.
We have to be more careful when doing this. For the first time I have changed the font size of menu by mistake instead of font. First create your own scheme by going to File-->Settings-->Colors & Fonts and then you can make changes to your own scheme. The final procedure is to go to settings(File-->Settings) and then select Editor and Colors & Fontsin the left bar menu. Then select the arrow on the left side of Colors & Fonts and then select Font in the left menu bar. You will get options to change your values. Remember you can only change values to your own sheme.
Android Studio 3.3
Preferences>Editor>Color Scheme Font Select the cog next to the Scheme:and choose Duplicate. On the same screen, choose your desired font and select Apply to preview or OK to store and exit preferences.
For Android Studio 3.4.1 Go to File -> Settings -> Collapse Editor -> Font -> Select the required font -> Click OK.
Done.

How do I change the background color of aptana studio?

How do I change the black background of the Aptana IDE (or the entire theme) to a different one, like blue?
As gyozo mentioned in the comment, for a blue theme, use
Window->Preferences->Aptana Studio->Themes
and select the Eclipse theme.
Its simple just go to ->
Window->Preferences->Aptana Studio->Themes
Default background color in Text Editors window seems to be black. No matter whar I do I am not able to change it.
Here's what I do:
Right click ind the editors window
Select "Preferences" at the fly-out menu
Select "General > Editors > Text Editors"
Change "Background color" in the appearance box from black to anything
Click "Apply".
The change is made to the background of the line numbers in that column.
It's just very simple!
Just do: Window next go to Preferences then Aptana Studio finally click Themes
and select your theme!
To change the master theme do as above, but if you want to change the editor theme, go to
Window -> preferences -> aptana studio -> publishing -> themes
In Aptana 3.6.1 "editor theme" is the second option in that tree.
You can use one of the built-in themes or import your own.