XhmikosR / perfmonbar

Displays performance counters on the Windows Taskbar

Home Page:https://xhmikosr.github.io/perfmonbar/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support Windows light theme

xmha97 opened this issue · comments

Hi,
I'm using Auto Dark Mode.
It can automatically switch between the dark and light themes of Windows 10 at scheduled times.
When Windows 10 theme is light, the perfmonbar text color remains white.
image
I want the Perfmonbar text color to change automatically between black and white based Windows 10 theme.

Same for me on Windows 10.
And if i change the fontColor in the config.xml it doesn't have any effect at all.

The beauty of open source is everyone has the ability to submit patches. I have no idea how to implement this or if it's even doable.

I doesn't using Auto Dark Mode, but only native Windows 10 "Light theme" and doesn't work.
I've try to change colours in xml configuration, but nothing.
Am I wrong, or is not possible with this configuration?

P.S.
I would gladly help, but I don't know C++.

Hmm I just installed this and same issue. Can't really use this if all it can do is display white text 😞

You can just change the colors, it's not that hard.

Not when it decides to either display pure white 0xFFFFF or invisible:
Testing 0xAAAAAA (light grey), yellow highlight, displays white.
Default 0xFFFFFF (white), green highlight, displays as normal
image
Trying desired 0x000000 (black), blue highlight, value results in invisible text
image

Then I guess feel free to submit a PR.