Skip to content

Commit

Permalink
[Skins] Increase the alpha value on track table backgrounds
Browse files Browse the repository at this point in the history
Slightly increase the alpha value so the track color is better visible.
  • Loading branch information
poelzi committed Dec 13, 2020
1 parent 583a4a8 commit f11330f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion res/skins/Deere/library.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@

<Library>
<ShowButtonText>false</ShowButtonText>
<TrackTableBackgroundColorOpacity>0.125</TrackTableBackgroundColorOpacity>
<TrackTableBackgroundColorOpacity>0.175</TrackTableBackgroundColorOpacity>
</Library>

</Children>
Expand Down
2 changes: 1 addition & 1 deletion res/skins/LateNight/library.xml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
<!-- Library Table-->
<Library>
<ShowButtonText>false</ShowButtonText>
<TrackTableBackgroundColorOpacity>0.125</TrackTableBackgroundColorOpacity>
<TrackTableBackgroundColorOpacity>0.175</TrackTableBackgroundColorOpacity>
</Library>

</Children>
Expand Down
2 changes: 1 addition & 1 deletion res/skins/Shade/library.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@

<Library>
<ShowButtonText>false</ShowButtonText>
<TrackTableBackgroundColorOpacity>0.125</TrackTableBackgroundColorOpacity>
<TrackTableBackgroundColorOpacity>0.250</TrackTableBackgroundColorOpacity>
</Library>

</Children>
Expand Down
2 changes: 1 addition & 1 deletion res/skins/Tango/library.xml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ Description:
<BgColor>#585858</BgColor>
<FgColor>#eece33</FgColor>
<ShowButtonText>false</ShowButtonText>
<TrackTableBackgroundColorOpacity>0.125</TrackTableBackgroundColorOpacity>
<TrackTableBackgroundColorOpacity>0.2</TrackTableBackgroundColorOpacity>
</Library>
</Children>
</WidgetGroup><!-- /Library Table -->
Expand Down

0 comments on commit f11330f

Please sign in to comment.