How to change the menu highlight background color?

Hello all,

I’m working on my Morrowind Scrivener theme, and I can’t figure out how to change the menu selection background; I’ve accidentally set the menu selection background to the same color as the menu background.

Scrivener_Wp5J0crcXx

I would like the menu selection background to be darker than the menu background. Where can I find that setting?

Thanks for any help!

You’ll have to edit the QSS Stylesheet in the .scrtheme Zip-file.

QMenu::item:selected {
border-color: palette(highlight);
background: rgba(255,255,255,1);
color: red;
}

Njoy!

2 Likes

Thanks very much! I think you’re the internets’ #1 expert on Scrivener themes!

1 Like