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

Support accent colors if a theme specifies that it can use them + add two example themes for light and dark. #216

Open DrewNaylor opened 1 year ago

DrewNaylor commented 1 year ago

The example themes could probably just be called "Variable Accent Light" and "Variable Accent Dark", with their filenames being "VAccentLight" and "VAccentDark". These two themes would have accent colors show up when a button is pressed down, in the menuitem image area, for linklabel link colors, and groupbox header text, just to name a few. These will probably also have Metro-ish buttons if possible, just because and also because it makes sense if we're using accent colors on button press. Fancy animations will not be included, this is for Windows Forms.

Themes would have a new argument (?) for each element that would be like UseAccentColor = True if the theme wants that element to use an accent color, with a default one settable in the theme's details section so that the user can choose whether to use the default accent color a theme provides, or override it with their own choice.

DrewNaylor commented 1 year ago

Or maybe the themes can be named "MetroLight" and "MetroDark". That sounds better.