DrewNaylor / UXL-Launcher

An app launcher meant to launch Microsoft Office 2010, 2013, 2016, 2019 desktop software/apps, including ones from Office 365. Not associated with Microsoft.
Apache License 2.0
7 stars 1 forks source link

Allow people to specify which dark theme to use when matching Windows theme settings. #186

Closed DrewNaylor closed 3 years ago

DrewNaylor commented 3 years ago

At minimum, this will have to be a field in the Settings file, likely named "defaultDarkTheme". As of right now, the default will be "TenDark", though "ProDark" could be another dark theme that could be here.

UI configuration could be handled by expanding the theme engine configuration to cover the entire Personalization tab, with the statusbar stuff moved to another tab. In a groupbox titled "Windows theme matching", there would be a dropdown labeled "Default dark theme:" and the options would be "TenDark" and "ProDark". If "TenLight" is ever added as a theme, another dropdown and setting ("defaultLightTheme") for the default light theme could be added, with the options being "Default" and "TenLight".

DrewNaylor commented 3 years ago

This will require adding properties to TE2.x for applications to set this before calling the theme engine.

DrewNaylor commented 3 years ago

Maybe change the name of the tab to "Themes" and have the statusbar options tab be called "Statusbar".