mkpaz / atlantafx

Modern JavaFX CSS theme collection with additional controls.
https://mkpaz.github.io/atlantafx
MIT License
791 stars 64 forks source link

Modal pane does not have a lot of contrast in dark themes #53

Closed crschnick closed 1 year ago

crschnick commented 1 year ago

So I tried using the ModalPane and it works great so far. However, I find that when using dark themes, the modal pane does not stand out as much as when using a light theme. Maybe the background can be made even darker in dark themes?

mkpaz commented 1 year ago

Yes, you're probably right. It also can be styled via -color-modal-pane-overlay variable. I think increasing opacity a bit should fix that.