Page 1 of 1

Dark theme for the Wapt Windows console?

Published: March 28, 2024 - 3:38 PM
by guestben321
Hello,
I wanted to know if a dark theme is planned for the Wapt console?
Thank you!

Re: Dark theme for the Wapt Windows console?

Published: March 28, 2024 - 6:07 PM
by dcardon
Hello Guestben321,

dark mode is already available on the Linux and macOS consoles, but not yet on Windows.

Theme management is integrated by default in the Linux GTK and macOS Cocoa toolkits, which include default theme management and inherit the OS theme.

However, the Win32 widget toolkits that Lazarus uses on Windows don't offer the same theme flexibility. On Windows, you therefore have to simulate the theme by applying your own custom color scheme within the application, something we haven't had time to explore yet.

Regards,

Denis