acejump / AceJump

🅰️ single character search, select, and jump
https://plugins.jetbrains.com/plugin/7086-acejump
GNU General Public License v3.0
1.21k stars 91 forks source link

Is there a way to reset the color scheme to the default color scheme? #411

Closed robbporto closed 11 months ago

robbporto commented 2 years ago

Is your feature request related to a problem? Please describe. I changed my color scheme and now I want the original color scheme back. I can't see an easy way to do this.

Describe the solution you'd like It would be good to have a "reset to default color scheme" button.

Describe alternatives you've considered I've tried uninstalling and installing the plugin but the old color choices still persist.

Additional context It doesn't even need to have a reset button, but any instructions on how to reset the color scheme back to the default ones would be good.

breandan commented 2 years ago

Hi @robbporto, thank you for the helpful suggestion. Although AceJump does not currently offer a single button to automatically revert to the default color scheme, it is possible to set the colors manually using the following hex codes:

https://github.com/acejump/AceJump/blob/9dd85c1815dc98014a344ba6f9770a3ee8173452/src/main/kotlin/org/acejump/config/AceSettings.kt#L19-L38

robbporto commented 2 years ago

That's exactly what I was looking for, @breandan: the default color scheme values.

Feel free to close this issue.

Thank you very much.

chylex commented 11 months ago

I will commit a quality-of-life improvement for this shortly:

obrazek