12-31-2020, 10:31 AM
(12-30-2020, 07:33 AM)dumlaox Wrote: First off, love the theme. I'm constantly swapping between this (using 2:3 box art with no box art on the right side), the PlayOS theme, and the Series X theme and this one might just end up being my main one for Playnite.
I do have a question, though. Where would I go if I wanted to make the game row semi-opaque? I want to experiment to see if I can make it barely visible so the background art will pop more but so far I haven't found the file and entry to make that happen.
Thanks in advance.
You'll need to go to the theme folder and look in DerivedStyles folder, then open ListGameItem.xaml. If you search for:
<Border Name="mask" Background="Black" CornerRadius="18"/>
and then change it to:
<Border Name="mask" Background="Black" CornerRadius="18" Opacity="0.5"/>
The 0.5 means 50%, so just change it to what you want percentage wise.