I'm trying to change the editor color schemes in IntelliJ Idea 13.1.3 community edition to a darker theme. I downloaded this theme 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?
相关问题
- Configure gradle plugin based on future tasks
- How to make available “open this project in Intell
- IntelliJ 2017.1.2 GOLANG debug does not work on br
- JavaFX sample issue
- Could not import the newly generated play framewor
相关文章
- In IntelliJ IDEA, how can I create a key binding t
- IntelliJ IDEA can't open projects or add SDK o
- IntelliJ Subversion Authentication Required Dialog
- Kotlin Koans with EduTools plugin: “Failed to laun
- How to set up Intellij to run javap command on a p
- How to enable “type information” for streams retur
- How to add a project to build path in IntelliJ Ide
- How do I use Gradle bootRun with --args in Intelli
For IntelliJ in Mac
Press ⌘+,
You get the Preferences and the click on
Editor
and the click onColor Scheme
and thenGeneral
select the themeDarcula.
It's simple please follow the below step.
Right side panel you can see Theme: and drop down with following option
just select which ever you want and click on apply and Ok.
I hope this may work for you..
I misunderstood question. Sorry. for editor - File->Settings->Editor->Colors &Fonts and choose your scheme.... :)
For Mac user to change theme,
View -> Quick Switch theme (^`)-> color schema
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.
If you are using a Windows System. You can press Ctrl + Alt + S, and select Appearance.
IntelliJ IDEA seems to have reorganized the configurations panel. Now one should go to Editor -> Color Scheme and click on the gears icon to import the theme they want from external
.jar
files.