Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to set editor theme in IntelliJ Idea

I'm trying to change the editor color schemes in IntelliJ Idea 13.1.3 community edition to a darker theme. I downloaded a theme from a website [Editor's note: the website has since been replaced with spam, and has been edited out] and imported settings through File->Import Settings.... The jar imported successfully and I restarted the IDE, but after restart there is no change in appearance. I have checked in appearance settings and everything is the same as before(no new theme). I'm new to IntelliJ Idea, so I may have missed a step or something. Any ideas?

like image 484
Japheth Ongeri - inkalimeva Avatar asked Jul 15 '14 08:07

Japheth Ongeri - inkalimeva


People also ask

How do I change the editor in IntelliJ?

icon on a tab, in the Settings/Preferences dialog ( Ctrl+Alt+S ), go to Editor | General | Editor Tabs and select the appropriate option in the Close button position field.

How can I make my own Theme for IntelliJ?

Creating a UI Theme with the DevKit Theme WizardWhile a plugin project is open in IntelliJ IDEA, select the resources folder in the Project tool window. From the main menu, select the New | Plugin DevKit | Theme action. The best practice is to name the new Theme the same as the name of the plugin.


4 Answers

OK I found the problem, I was checking in the wrong place which is for the whole IDE's look and feel at File->Settings->Appearance

The correct place to change the editor appearance is through File->Settings->Editor->Colors &Fonts and then choose the scheme there. The imported settings appear there :)

Note: The theme site seems to have moved.

like image 81
Japheth Ongeri - inkalimeva Avatar answered Sep 28 '22 06:09

Japheth Ongeri - inkalimeva


For IntelliJ in Mac

View -> Quick Switch theme (^`)-> color schema

like image 25
Chetan Avatar answered Sep 28 '22 08:09

Chetan


It's simple please follow the below step.

  1. On IntelliJ press 'Ctrl Alt + S' [ press ctrl alt and S together], this will open 'Setting popup'
  2. In Search panel 'left top search 'Theme' keyword.
  3. In left panel itself you can see 'Appearance', click on this
  4. Right side panel you can see Theme: and drop down with following option

    • Dracula
    • IntelliJ
    • Windows

just select which ever you want and click on apply and Ok.

I hope this may work for you..enter image description here

I misunderstood question. Sorry. for editor - File->Settings->Editor->Colors &Fonts and choose your scheme.... :)

like image 26
Kushwaha Avatar answered Sep 28 '22 08:09

Kushwaha


If you are using a Windows System. You can press Ctrl + Alt + S, and select Appearance.

like image 45
Jerry Z. Avatar answered Sep 28 '22 07:09

Jerry Z.