How to play your color schemes with others
Install Color plugin
- Just like install any other plugins
- Install plugins using IntellJ IDEA Plugin Manager.
- Or you can download it, and install manually.
User account
- You need an account
- Sign up here.
- On your IntelliJ
- File Settings IdeaColorSchemes (In IDE Settings)
- Fill your user ID and API key in. You can find your API key when you logged in.
Share your color schemes
- On your IntelliJ
- Make sure the scheme you want to share is your current IntelliJ scheme.
- Tools Color Upload current color scheme.
Enjoy others color schemes
Concept stolen from Maven tl;dr
Scheme Book
Every scheme for one special language (General, Java, XML, etc.) is a separate scheme.
A scheme book is a set of schemes for different languages with a name.
Scheme ID
One special scheme can be identified by four parts: [author]:[name]:[version]:[target]
- author (=groupId) is the user id who upload this scheme.
- name (=artifactId) is the name of this series of schemes.
- version (=version) is for different version.
- target (=module) is the language name.
Version
<MajorVersion [> . <MinorVersion [> . <IncrementalVersion ] ]>
It's a release version when no IncrementalVersion is specified.
Dependency
You do not want to know it, do you.