This is an automated conversion of the Ayu colour scheme to a JetBrains IDE colour scheme.
Copy the appropriate xml
or icls
file to the IDEs preferences. For example, for Ayu Mirage and Gogland on macOS:
cp ayu-mirage.xml ~/Library/Preferences//Gogland1.0/colors
- Restart your IDE and change Preferences > Editor > Colors & Fonts.
You'll need to find the appropriate preferences directory, and the colors
subdirectory (create it if it doesn't exist).
Example preferences locations by platform:
- Mac:
~/Library/Preferences/Gogland1.0/colors
- Win:
%USERPROFILE%\.Gogland1.0\config\colors
- Linux:
~/.Gogland1.0/colors
Go to Directories used by the IDE to store settings, caches, plugins and logs for a comprehensive list of locations.
If you would like to run the conversion yourself, run make
.
- Merge into main Ayu project.
- https://github.com/JetBrains/colorSchemeTool: Colour scheme converter.
- https://github.com/ChrisRM/material-theme-jetbrains: An example of how to customise the UI itself
- https://github.com/jkaving/intellij-colors-solarized: Good example of an IntelliJ theme.
- https://youtrack.jetbrains.com/issue/IDEA-132299: Jetbrains issue request for supporting changing UI colours.