Intellij idea darcula theme font size disabled - ide

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?

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.

Related

Where can I programmatically get background color of IntelliJ IDEA code editor?

I want to copy some colors from IntelliJ color scheme to my application color scheme automatically. Where can I find for example code editor background color of IntelliJ IDEA?
You can find it here, for example.
This is a file with the definition of Text colours.
Also check out this file. It defines many system colours. (like caret, gutter, selection, etc.)

IntelliJ Idea not responding for font size change

Did anyone have the problem when you can change the font size in Editor->Font size but it does not change anything?
I can set even 50 but it does not make any effect. I was trying to restart etc but it does not help.
Font size is also part of Editor display, as well as in 'color scheme' within font it displays the size. But does not work for me either IntelliJ COMMUNITY EDITION 2018 Settings -> Editor -> Font
changed both color scheme font zise and editor font but stays at a small (assume it is default) font approx .11 or.12pt font.
Appears to only change the font size in the Project pane not the Editor's code pane?

How to modify the font of PhpStorm findbox

How to modify the font of PhpStorm findbox (find text field)? Fonts are windows default simsun! No change options in settings.
Update: this feature is available starting from IntelliJ IDEA 2018.3.1. To make the search/replace fields use the editor font you can add -Dide.find.use.editor.font=true in Help | Edit Custom VM Options and restart the IDE.
Original answer:
At the moment the font used in the text field is hardcoded and you can't change it, please vote for this request and follow it for updates:
IDEA-106651 Editor Search/Replace: use editor font for text input fields
Other related requests:
IDEA-68258 Font in Find/Replace dialog and Find panel same as in editor
IDEA-125920 Make the editor text search bar text-size & font an option.

i changed font in intellij, but weird

i use intellij idea in windows10.
i want to use monaco font in intellij.
So I changed the font setting for use monaco font.
The change is successful but a little strange.
When i use code completion, item font is so small.
How can I increase the font size? or can I solve this problem?
Can I use Monaco fonts in intellij on windows10?

IntelliJ IDEA - Choosing specific font width within family

I'm on OS X El Capitan running IntelliJ IDEA 15.0.3.
I've been trying to change the font in my IntelliJ IDEA editor, but when I go to select which font to select, the dropdown list only gives me a list of font families, and doesn't allow me to choose individual weights, as I wanted to use the Book font, while IntelliJ uses the Medium font by default. Is there any way to prioritize which weight I want to use?
I found an indirect way by disabling the Medium font file through Font Book, but that kind of bothers me because that disables it for all programs rather than simply IntelliJ.
Thanks in advance.
This should be possible now. I just checked by going to Settings > Editor > Font and different font weights show up correctly in the dropdown:
If you still have this problem, you should file an issue with JetBrains.