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

Tool for porting IntelliJ themes to darklaf themes #264

Open
weisJ opened this issue Aug 18, 2021 · 0 comments
Open

Tool for porting IntelliJ themes to darklaf themes #264

weisJ opened this issue Aug 18, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@weisJ
Copy link
Owner

weisJ commented Aug 18, 2021

We should create a tool which automates porting IntelliJ themes to darklaf themes.

What needs to be done:

  • Create the corresponding Theme class and appropriate directory structure.
  • Parse the general theme properties
  • Parse the icon properties
  • Create list of properties, which may need to be individually overwritten by the theme. For an exhaustive solution this would be associating every color/padding property with the corresponding IntelliJ property. Then check if it differed from the darklaf default value and add to the overwrite set if necessary.
  • Create the derived selection color properties
  • Recommend properties for the derived accent color.
@weisJ weisJ added the enhancement New feature or request label Aug 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant