-
Notifications
You must be signed in to change notification settings - Fork 91
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
Colour scheme improvements #331
Comments
It's a good idea and would be nice to to have a more visually appealing default color scheme. The AceJump default colors are defined here in case anyone wants to submit a pull request: AceJump/src/main/kotlin/org/acejump/config/AceSettings.kt Lines 18 to 23 in 99eca78
|
Is there a preferred outcome here?
If we want option 1, I'm happy to take this on as it looks like no special JetBrains API knowledge is required to choose different rgb defaults. if we want option 2 or 3, I'd need some guidance because I'm new to JetBrains plugin development. If we can set colors from the editor color scheme, these may be good choices to try:
(It would also be worth adding a I'm not familiar with Kotlin or JetBrains APIs, so would need to figure out how to obtain those values from the editor color scheme and convert to RGB. (I had a quick look and |
AceJump currently supports customizing the colors as per #28. I think the simplest solution is to just provide less visually jarring defaults. I suppose we could give options to configure the source, but... death by options.
That would be great, thanks for offering! We shouldn't dig too deeply into the IntelliJ Platform API, as ultimately we would like to have a multiplatform implementation. #229
That looks right, or maybe |
Is your feature request related to a problem? Please describe.
The default colours are an eyesore and have nothing to do with the active colour scheme and as a result are very jarring.
Describe the solution you'd like
I would like AceJump's colours to use the currently active colour scheme by default.
Describe alternatives you've considered
I've considered changing the colours myself, but this is very bothersome. You'd have to first note down which colours you can customise and which kind of colour they're currently using. Then you'd have to go into your current colour scheme to find colours that would match the description that you now can't see because you're in a different part of the preferences window. You note every colour code you'd like to use, go back to the AceJump preferences and enter them there.
The text was updated successfully, but these errors were encountered: