Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to export IntelliJ theme?

When i modified my color scheme, IntelliJ asked me to save it as a new one. Is is possible for me to export this theme on one computer in order to reimport to a different one?

like image 756
James Raitsev Avatar asked Dec 27 '12 17:12

James Raitsev


People also ask

How do I download a Theme from IntelliJ?

In the Settings/Preferences dialog ( Ctrl+Alt+S ), select Appearance & Behavior | Appearance. Select the UI theme from the Theme list: IntelliJ Light: Traditional light theme for IntelliJ-based IDEs. macOS Light or Windows 10 Light: OS-specific light theme available as a bundled plugin.

How do I export IntelliJ plugins?

Open the settings, go to plugins, filter them by "Enabled", then select the entire list (CTRL+A would work), and copy them with CTRL+C. This will give you a nice list of enabled plugins along with their versions.


1 Answers

File | Export Settings (enable just the Color Schemes or the set of options that you need to export). On another machine use File | Import Settings.

See also the help section.

like image 120
CrazyCoder Avatar answered Oct 08 '22 16:10

CrazyCoder