Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Intellij idea darcula theme font size disabled

I have the following situation:

I started to use Intellij Idea as the main ide and I am also using Darcula theme. I like everything about it except the annoying small font and annoying line spacing. However, when I try to change those values like with any other theme, I am not able to do that, because both font size and line spacing fields are disabled.

Do you know how to modify Intellij idea's darcula theme default font size?

like image 532
Rustam Issabekov Avatar asked Jul 09 '13 10:07

Rustam Issabekov


People also ask

How do I change font size in IntelliJ?

If you need to quickly change the font size while in the editor, press Ctrl+Alt+S to open the IDE settings, go to Editor | General, and select Change font size with Command+Mouse Wheel or Change font size with Control+Mouse depending on your operating system.

How do I increase font size in IntelliJ project view?

Press Ctrl+Alt+S to open the IDE settings and select Editor | General. Select Change font size with Ctrl/Cmd+Mouse Wheel in: Choose Active editor below that checkbox.

How do I change to Dracula in IntelliJ?

By default, IntelliJ IDEA uses the Darcula theme, unless you changed it during the first run. This is no secret. To change it, open the Settings / Preferences dialog and select Appearance & Behavior | Appearance. There, you can use the Theme selector to choose a UI theme.

What is the default font size in IntelliJ?

Reset Editor Font Size Preference (default value is 12, can be changed in Settings > Tools > Quickly Change Editor Font Size Preference)


1 Answers

Save current theme as Your theme, then you will be able to change font size and other options in code editor. Also if you want change GUI's fonts mark checkbox "Override default font by" in Appearance section.

like image 90
Alexey Odintsov Avatar answered Sep 21 '22 17:09

Alexey Odintsov