Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Onigirium/d165f39c3b32e2fda4fc to your computer and use it in GitHub Desktop.
Save Onigirium/d165f39c3b32e2fda4fc to your computer and use it in GitHub Desktop.
以下の2つのPlugInをインストールする。
patch-ide
color-ide
その後、IntelliJを再起動すると、Editorのバックグラウンドの色に他のウィンドウも統一される。
ただしこれだと、Eventlogとかのコンソール部分が白いままである。
ここらへんの色は自分で設定できる箇所があるので、以下の手順で自分で色を指定する。
Settings → Editor → Color & Font → Console Colors → Console background
Enjoy IntelliJ !!
もう1つあった。
Settings → Patch IDEでチェックボックスをオフにしないと、IntelliJ起動するたびにPatch当てるかを聞かれる。
ここのチェックボックスを外すと、毎回Patchがあたるので色変えても反映されるはず。
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment