Theme set jetbrains#6066
Open
guidonaselli wants to merge 2 commits into
Open
Conversation
Same pattern as omarchy-theme-set-vscode: each theme ships a jetbrains.icls editor color scheme; the command copies it into each detected JetBrains IDE config under ~/.config/JetBrains/<Product>/colors/ and sets the active scheme in options/colors.scheme.xml. Applies on next IDE launch. Honors skip-jetbrains-theme-changes toggle and does nothing if no JetBrains config directory is present.
Contributor
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
Adds JetBrains IDE support for Omarchy themes by introducing .icls color schemes and a sync script that applies the current Omarchy theme into all installed JetBrains products under ~/.config/JetBrains.
Changes:
- Added JetBrains
.iclstheme files for multiple Omarchy themes (light + dark variants). - Added
bin/omarchy-theme-set-jetbrainsto copy the active scheme and updatecolors.scheme.xmlper JetBrains product config. - Hooked JetBrains syncing into the main
omarchy-theme-setpipeline.
Reviewed changes
Copilot reviewed 21 out of 23 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| themes/white/jetbrains.icls | Adds JetBrains color scheme for Omarchy White. |
| themes/vantablack/jetbrains.icls | Adds JetBrains color scheme for Omarchy Vantablack. |
| themes/tokyo-night/jetbrains.icls | Adds JetBrains color scheme for Omarchy Tokyo Night. |
| themes/solitude/jetbrains.icls | Adds JetBrains color scheme for Omarchy Solitude. |
| themes/rose-pine/jetbrains.icls | Adds JetBrains color scheme for Omarchy Rose Pine. |
| themes/ristretto/jetbrains.icls | Adds JetBrains color scheme for Omarchy Ristretto. |
| themes/retro-82/jetbrains.icls | Adds JetBrains color scheme for Omarchy Retro 82. |
| themes/osaka-jade/jetbrains.icls | Adds JetBrains color scheme for Omarchy Osaka Jade. |
| themes/nord/jetbrains.icls | Adds JetBrains color scheme for Omarchy Nord. |
| themes/miasma/jetbrains.icls | Adds JetBrains color scheme for Omarchy Miasma. |
| themes/matte-black/jetbrains.icls | Adds JetBrains color scheme for Omarchy Matte Black. |
| themes/lumon/jetbrains.icls | Adds JetBrains color scheme for Omarchy Lumon. |
| themes/last-horizon/jetbrains.icls | Adds JetBrains color scheme for Omarchy Last Horizon. |
| themes/kanagawa/jetbrains.icls | Adds JetBrains color scheme for Omarchy Kanagawa. |
| themes/hackerman/jetbrains.icls | Adds JetBrains color scheme for Omarchy Hackerman. |
| themes/gruvbox/jetbrains.icls | Adds JetBrains color scheme for Omarchy Gruvbox. |
| themes/flexoki-light/jetbrains.icls | Adds JetBrains color scheme for Omarchy Flexoki Light. |
| themes/everforest/jetbrains.icls | Adds JetBrains color scheme for Omarchy Everforest. |
| themes/ethereal/jetbrains.icls | Adds JetBrains color scheme for Omarchy Ethereal. |
| themes/catppuccin/jetbrains.icls | Adds JetBrains color scheme for Omarchy Catppuccin. |
| themes/catppuccin-latte/jetbrains.icls | Adds JetBrains color scheme for Omarchy Catppuccin Latte. |
| bin/omarchy-theme-set-jetbrains | New script to apply the active Omarchy JetBrains scheme across installed JetBrains IDE configs. |
| bin/omarchy-theme-set | Calls the new JetBrains sync step as part of theme application. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.