EverestAPI / CelesteTAS-EverestInterop

Everest interop for DevilSquirrel's CelesteTAS
https://github.com/EuniverseCat/CelesteTAS
MIT License
67 stars 28 forks source link

feat(Studio): change title bar according to style #39

Closed jakobhellermann closed 1 year ago

jakobhellermann commented 1 year ago

Set the title bar color based on the selected theme.

image

instead of

image

Uses DwmSetWindowAttribute to set the USE_IMMERSIVE_MODE attribute to true: https://stackoverflow.com/questions/57124243/winforms-dark-title-bar-on-windows-10