Page 1 of 1

Dark theme Menu bar color fix

Posted: Wed Mar 13, 2019 4:29 pm
by pik
Hello QCAD community (and Andrew).

I'm not sure if this forum is the good place to send patches (didn't see any pull request on github), but here I go.

I appreciate Dark theme, but didn't like that Menu bar is still white. Thus, here is the fix to have a fully dark interface:

Add in file themes/Dark/stylesheet.css those lines:
QMenuBar {background-color: #282A2D;}
QMenuBar::item {color: #eeeeee;}
QMenu::item::disabled {color: #707070;}

Tested in debian sid.

Re: Dark theme Menu bar color fix

Posted: Wed Mar 13, 2019 5:05 pm
by andrew
Thanks for your contribution.

I will include this in the Linux version of the stylesheet for the next release.

Re: Dark theme Menu bar color fix

Posted: Thu Mar 14, 2019 6:06 pm
by pik
Thank you Andrew!