bbidulock / icewm

A window manager designed for speed, usability, and consistency
Other
589 stars 100 forks source link

Need a little help #770

Closed frankzen closed 5 months ago

frankzen commented 6 months ago

Can someone tell me which parts of the preferences file control the background and text colors of the box that the "About" item pops up? I am using a theme which has bizarre color selections for that box.

Thanks

gijsbers commented 6 months ago

What theme? Screenshot of the problem?

frankzen commented 6 months ago

The theme under Debian Trixie is Ark-Dark. Screenshot from 2024-03-28 14-18-36

gijsbers commented 6 months ago
ColorDialog="#b4b2b4"
ColorLabel="#b4b2b4"
ColorLabelText="#000000"

How do you get the Ark-Dark theme? I can't find it.

frankzen commented 6 months ago

This is the original theme: https://github.com/Aethusx/icewm-arc-dark I then found a "fixed" version: https://github.com/Brottweiler/Arc-Dark Your additions fixed the version I had (the original).

Thanks