WindowsRibbon icon indicating copy to clipboard operation
WindowsRibbon copied to clipboard

Dark Mode/Dark Theme

Open scholle opened this issue 3 years ago • 1 comments

Hi,

is it possible to switch to Dark Mode/Dark Theme? Does MS provide a Dark Theme solution?

Thanks Scholle

scholle avatar Dec 23 '21 22:12 scholle

Hi, I think there is actually no (easy) way for a Dark Theme solution. MS is working on a solution, see Themes Implementation in Winforms. But I don't know the MS solution works for the Ribbon too. I think the MS apps "Windows Explorer", "Wordpad" and "Paint" are also using the Windows Ribbon, but are programmed in C++. In Windows Explorer you can see, that the Dark Mode is working, Wordpad and Paint are not working.

harborsiem avatar Dec 25 '21 11:12 harborsiem

You can set Ribbon Property DarkModeRibbon for activating Dark Mode only for Ribbon. See also Changelog.md for an example with Dark Mode in the Title Bar

harborsiem avatar Jan 25 '23 16:01 harborsiem