diff options
author | Britney Fransen <brfransen@gmail.com> | 2016-01-13 19:47:25 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2016-01-13 19:47:25 (GMT) |
commit | 8e4814feb5cb7c24c5f2efeb221fb495810d1de2 (patch) | |
tree | 0d16b5e0f922ae9efd4b333770b3d06a61aa60a3 /abs/core/linhes-theme/base.xml.patch | |
parent | 8ec110e0250531a8e56ba14b5eac356f66fb2345 (diff) | |
download | linhes_pkgbuild-8e4814feb5cb7c24c5f2efeb221fb495810d1de2.zip linhes_pkgbuild-8e4814feb5cb7c24c5f2efeb221fb495810d1de2.tar.gz linhes_pkgbuild-8e4814feb5cb7c24c5f2efeb221fb495810d1de2.tar.bz2 |
linhes-theme: refresh with new background and some other adjustments
base.xml: change warning colors to orange
menu-ui-vert.xml: adjust logo for new background and menus
video-ui.xml: swap Runtime and UserRating location; increase width of Video #; make video stats (video#, runtime, etc) white and the label blue for easier visiblility
recordings-ui.xml: made selection colors yellow to be more consistant; moved coverart to appear over the groups when available
install-ui.xml: adjustments for background
Diffstat (limited to 'abs/core/linhes-theme/base.xml.patch')
-rw-r--r-- | abs/core/linhes-theme/base.xml.patch | 47 |
1 files changed, 37 insertions, 10 deletions
diff --git a/abs/core/linhes-theme/base.xml.patch b/abs/core/linhes-theme/base.xml.patch index a0715f6..f672114 100644 --- a/abs/core/linhes-theme/base.xml.patch +++ b/abs/core/linhes-theme/base.xml.patch @@ -1,5 +1,5 @@ ---- base.xml.orig 2014-10-26 18:47:37.279439028 +0000 -+++ base.xml 2014-10-26 19:02:50.565913686 +0000 +--- base.xml.orig 2016-01-13 18:47:41.473066307 +0000 ++++ base.xml 2016-01-13 01:12:57.516392855 +0000 @@ -3,55 +3,55 @@ <mythuitheme> @@ -195,6 +195,33 @@ </fontdef> <!-- Base definition of a textarea --> +@@ -305,7 +305,7 @@ + <font>baseextrasmallverylightgrey</font> + <font state="disabled">baseextrasmalllightgrey</font> + <font state="error">baseextrasmallred</font> +- <font state="warning">baseextrasmallyellow</font> ++ <font state="warning">baseextrasmallorange</font> + <font state="normal">baseextrasmallverylightgrey</font> + <font state="running">baseextrasmallgreen</font> + <cutdown>yes</cutdown> +@@ -317,7 +317,7 @@ + <font>basesmallerverylightgrey</font> + <font state="disabled">basesmallerlightgrey</font> + <font state="error">basesmallerred</font> +- <font state="warning">basesmalleryellow</font> ++ <font state="warning">basesmallerorange</font> + <font state="normal">basesmallerverylightgrey</font> + <font state="running">basesmallergreen</font> + <cutdown>yes</cutdown> +@@ -329,7 +329,7 @@ + <font>basesmallverylightgrey</font> + <font state="disabled">basesmalllightgrey</font> + <font state="error">basesmallred</font> +- <font state="warning">basesmallyellow</font> ++ <font state="warning">basesmallorange</font> + <font state="normal">basesmallverylightgrey</font> + <font state="running">basesmallgreen</font> + <cutdown>yes</cutdown> @@ -411,7 +411,7 @@ <area>283,436,50,11</area> <type>roundbox</type> @@ -221,10 +248,10 @@ - <stop position="25" color="#d9d900" alpha="255" /> - <stop position="50" color="#d9d900" /> - <stop position="100" color="#d9d900" /> -+ <stop position="0" color="#ebb81c" /> -+ <stop position="25" color="#ebb81c" alpha="255" /> -+ <stop position="50" color="#ebb81c" /> -+ <stop position="100" color="#ebb81c" /> ++ <stop position="0" color="#d97616" /> ++ <stop position="25" color="#d97616" alpha="255" /> ++ <stop position="50" color="#d97616" /> ++ <stop position="100" color="#d97616" /> </gradient> </fill> </shape> @@ -236,10 +263,10 @@ - <stop position="50" color="#d9d900" /> - <stop position="75" color="#d9d900" alpha="255"/> - <stop position="100" color="#d9d900" /> -+ <stop position="0" color="#ebb81c" /> -+ <stop position="50" color="#ebb81c" /> -+ <stop position="75" color="#ebb81c" alpha="255"/> -+ <stop position="100" color="#ebb81c" /> ++ <stop position="0" color="#d97616" /> ++ <stop position="50" color="#d97616" /> ++ <stop position="75" color="#d97616" alpha="255"/> ++ <stop position="100" color="#d97616" /> </gradient> </fill> </shape> |