Skip to content

Commit

Permalink
fix globalsearch scrollbar colour
Browse files Browse the repository at this point in the history
  • Loading branch information
realcopacetic committed Apr 29, 2024
1 parent 5b3ea89 commit fe9e58a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
6 changes: 4 additions & 2 deletions 16x9/Colors.xml
Original file line number Diff line number Diff line change
Expand Up @@ -862,7 +862,8 @@
<value condition="Control.HasFocus(3204) + Skin.String(Theme,Light) + !String.IsEmpty(Container(3204).ListitemNoWrap(1).Label)">$VAR[Alpha_15]$VAR[Light_Hex]</value>
<value condition="Control.HasFocus(3205) + Skin.String(Theme,Light) + !String.IsEmpty(Container(3205).ListitemNoWrap(2).Label)">$VAR[Alpha_15]$VAR[Light_Hex]</value>
<value condition="Control.HasFocus(3206) + Skin.String(Theme,Light) + !String.IsEmpty(Container(3206).ListitemNoWrap(2).Label)">$VAR[Alpha_15]$VAR[Light_Hex]</value>
<value>$VAR[Alpha_15]$VAR[Dark_Hex]</value>
<value condition="Skin.String(Theme,Light)">$VAR[Alpha_15]$VAR[Dark_Hex]</value>
<value>$VAR[Alpha_15]$VAR[Light_Hex]</value>
</variable>
<variable name="globalsearch_Scroll_Widget_Focused_Color">
<value condition="Control.HasFocus(3201) + Skin.String(Theme,Light) + !String.IsEmpty(Container(3201).ListitemNoWrap(2).Label)">$VAR[Light_Color]</value>
Expand All @@ -871,7 +872,8 @@
<value condition="Control.HasFocus(3204) + Skin.String(Theme,Light) + !String.IsEmpty(Container(3204).ListitemNoWrap(1).Label)">$VAR[Light_Color]</value>
<value condition="Control.HasFocus(3205) + Skin.String(Theme,Light) + !String.IsEmpty(Container(3205).ListitemNoWrap(2).Label)">$VAR[Light_Color]</value>
<value condition="Control.HasFocus(3206) + Skin.String(Theme,Light) + !String.IsEmpty(Container(3206).ListitemNoWrap(2).Label)">$VAR[Light_Color]</value>
<value>$VAR[Dark_Grey_Color]</value>
<value condition="Skin.String(Theme,Light)">$VAR[Dark_Grey_Color]</value>
<value>$VAR[Light_Color]</value>
</variable>

<variable name="Seekbar_Background_Color">
Expand Down
2 changes: 1 addition & 1 deletion 16x9/Templates_Widgets.xml
Original file line number Diff line number Diff line change
Expand Up @@ -842,7 +842,7 @@
<param name="click_action" value="Play_File" />
<param name="limit" value="30" />
<param name="widget_header" value="'$INFO[Skin.String(globalsearch)]'" />
<param name="widget_info" value="$VAR[Copacetic_Divider_Bold] $LOCALIZE[20360]" />
<param name="widget_info" value="$VAR[Copacetic_Divider_Bold] $LOCALIZE[20360]$VAR[Copacetic_Divider_Bold, ]$INFO[Container(3203).ListItem.TVShowTitle, ]" />
</include>
</include>

Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ or send a letter to Creative Commons, 171 Second Street, Suite 300, San Francisc

### Changelog
---
**1.3.4**
- fix for globalsearch scrollbar colour

**1.3.3**
- misc bug fixes

Expand Down
2 changes: 1 addition & 1 deletion addon.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<addon id="skin.copacetic" version="1.3.3" name="Copacetic" provider-name="realcopacetic">
<addon id="skin.copacetic" version="1.3.4" name="Copacetic" provider-name="realcopacetic">
<requires>
<import addon="xbmc.gui" version="5.17.0" />
<import addon="script.copacetic.helper" version="1.0.12" />
Expand Down

0 comments on commit fe9e58a

Please sign in to comment.