Set default theme for all users

Answered

The colors.scheme.xml file sets the theme on a per-user basis on Windows in the AppData\Roaming folder, is there a way to configure this as a default in the IntelliJ install folder for all users?

0
1 comment

You can change the options directory location (https://www.jetbrains.com/help/idea/directories-used-by-the-ide-to-store-settings-caches-plugins-and-logs.html#config-directory). There is no way to change only the colors.scheme.xml file location independently though. 

Settings repo could be used to sync selective settings: https://www.jetbrains.com/help/idea/sharing-your-ide-settings.html#settings-repository

 

0

Please sign in to leave a comment.