Oxocarbon-Theme / Oxocarbon

Oxocarbon port for Jetbrains IDE's
https://github.com/nyoom-engineering/oxocarbon.nvim
MIT License
8 stars 1 forks source link

Issue with changing Look and Feel from IntelliJ settings #9

Closed ImLynxie closed 2 months ago

ImLynxie commented 3 months ago

There seems to be an issue with changing the LAF from the IDE's appearance settings tab. I think the reason for that is because we only assume the user uses our own Settings panel to change the LAF. However I think we should figure out a way to check where the listener was triggered from, and change the values accordingly in our own settings panel.

Currently the LAF defaults to what was selected in our own settings configurations.

ImLynxie commented 3 months ago

Implemented a hotfix, see #10

ImLynxie commented 2 months ago

This issue has been addressed, please see PR #12