How do I install a color theme for IntelliJ IDEA 7.0.x
I prefer dark backgrounds for coding, and I've downloaded a jar file containing an IntelliJ IDEA color theme that has a dark background. How do I tell IntelliJ about it?
Go to File->Import Settings... and select the jar settings file
Step 1: Do File
-> Import Settings...
and select the settings jar
file
Step 2: Go to Settings
-> Editor
-> Colors and Fonts
to choose the theme you just installed.
Take a look here: Third Party Add-ons
You may have to extract the jar using a zip application. Hopefully inside you'll find a collection of XML files.
If you just have the xml
file of the color scheme you can:
Go to Preferences
-> Editor
-> Color and Fonts
and use the Import
button.
Interesting I never spent too much time adjusting the colours in IntelliJ although tried once.
See link below with an already defined colour scheme you can import.
Where can I download IntelliJ IDEA 10 Color Schemes?
http://devnet.jetbrains.net/docs/DOC-1154
Download the jar file, file import the jar where you will see a what to import ;)
Like nearly everyone else said, go to file -> Import Settings.
But if you don't see the "Import Settings" option under the file menu, you need to disable 2 plugins : IDE Settings Sync and Settings Repository
Go to Settings => Plugins => Search Plugins in Marketplace
Search by material theme
and download and restart it. it is a good theme.
In the market place, you can also search by theme
and it will list all the themes and you can download any themes. You no need to find themes and download and import it. You can also remove the theme very easily. thanks
참고URL : https://stackoverflow.com/questions/39187/how-do-i-install-a-color-theme-for-intellij-idea-7-0-x
'programing' 카테고리의 다른 글
CSS : 첫 글자가 작동하지 않음 (0) | 2020.11.16 |
---|---|
디버깅하는 동안 브라우저 콘솔에서 Redux 스토어에 액세스 할 수 있습니까? (0) | 2020.11.16 |
C ++ 표준에서 허용하는 멤버 변수와 동일한 생성자 인수 이름을 사용하여 멤버 변수를 초기화합니까? (0) | 2020.11.15 |
Git 별칭 명령에 인수 전달 (0) | 2020.11.15 |
vim 인스턴스를 실행하는 다른 tmux 창간에 복사 및 붙여 넣기하는 방법 (0) | 2020.11.15 |