Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Jetbrains IDEs #157

Open
schmkr opened this issue Nov 14, 2023 · 0 comments
Open

Support for Jetbrains IDEs #157

schmkr opened this issue Nov 14, 2023 · 0 comments

Comments

@schmkr
Copy link

schmkr commented Nov 14, 2023

New theme template request

If you are requesting theme support for a new tool or program, use this section. Otherwise, delete it and continue with "Other feature request" below. See also CONTRIBUTING.md for more information. ✅

Website

Here is a blogpost where (the then new) theming is explained:
https://blog.jetbrains.com/platform/2021/10/themes-in-intellij-based-ides/

Example theme file

(taken from above blogpost):

{
 "name": "My Theme",
 "dark": true,
 "author": "JetBrains",
 "editorScheme": "/themes/my.xml",
 "colors": {
   "colorPrimary": "#3b3531",
   "colorSecondary": "#342e2b"
 },
 "ui": {
   "*": {
     "background": "colorPrimary",
     "separatorColor": "colorPrimary",
     "borderColor": "colorSecondary"
   }
 },

 "background": {
   "image": "/background.png",
   "transparency": 50,
   "fill": "plain",
   "anchor": "bottom_right"
 }
<scheme name="My Theme" version="1" parent_scheme="Darcula">
   <colors>
       <option name="CARET_ROW_COLOR" value="372513" />
       <option name="GUTTER_BACKGROUND" value="372513" />
   </colors>
   <attributes>
       <option name="TEXT">
           <value>
               <option name="FOREGROUND" value="C67E48" />
               <option name="BACKGROUND" value="291918" />
               <option name="EFFECT_TYPE" value="5" />
           </value>
       </option>
   </attributes>
</scheme>

Additional theme information

There is already https://github.com/tamzinselvi/themer-jetbrains that is a template for Jetbrains IDEs (also mentioned in #22) but at some point Jetbrains has changed the theming from the .icls files to this more complex setup that allows for styling both the UI as well as the colors for editor. In addition, that themer-jetbrains repo does not seem to be compatible with the current version of themer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant