[mythtv-users] Re: Titivillus-OSD
Chris Strom
mythtv at eeeCooks.com
Mon Jul 26 08:00:53 EDT 2004
On Sun, Jul 25, 2004 at 08:35:02AM -0600, Alexander Petkov wrote:
> Thanks for creating this theme (Titivillus). I am using it since last
> night and I like it. The only thing I had to change are the font sizes
> in the EPG grid and the "watch tv" screen, I just like my fonts a bit
> larger (I watch on a CRT monitor). I will try the OSD today.
I had to do the same thing, but I just added several <size:big>
elements. Since I had set the font to "big" in the appearance setup
screen, it used that. Aside from the font size, I too very much like
theme - thanks!
In case anyone's interested, here's the diff:
--- ui.xml.orig 2004-05-26 17:05:11.000000000 -0400
+++ ui.xml 2004-07-25 20:51:47.000000000 -0400
@@ -1154,6 +1154,7 @@
<font name="active" face="Arial">
<color>#ffffff</color>
<size>15</size>
+ <size:big>24</size:big>
<size:small>11</size:small>
<shadow>1,1</shadow>
</font>
@@ -1161,6 +1162,7 @@
<font name="inactive" face="Arial">
<color>#9999cc</color>
<size>15</size>
+ <size:big>24</size:big>
<size:small>11</size:small>
<shadow>1,1</shadow>
</font>
@@ -1168,6 +1170,7 @@
<font name="record_font" face="Arial">
<color>#F7862B</color>
<size>15</size>
+ <size:big>24</size:big>
<size:small>11</size:small>
<shadow>1,1</shadow>
</font>
@@ -1175,6 +1178,7 @@
<font name="overunderrecfont" face="Arial">
<color>#ffffAA</color>
<size>15</size>
+ <size:big>24</size:big>
<size:small>11</size:small>
<shadow>1,1</shadow>
</font>
@@ -1182,6 +1186,7 @@
<font name="currenttitle" face="Arial">
<color>#ffff33</color>
<size>16</size>
+ <size:big>26</size:big>
<size:small>12</size:small>
<shadow>1,1</shadow>
</font>
@@ -1190,6 +1195,7 @@
<color>#DDDDff</color>
<dropcolor>#000000</dropcolor>
<size>24</size>
+ <size:big>28</size:big>
<size:small>14</size:small>
<shadow>4,4</shadow>
<bold>yes</bold>
@@ -1198,6 +1204,7 @@
<font name="subtitle" face="Arial">
<color>#ffffee</color>
<size>17</size>
+ <size:big>24</size:big>
<size:small>13</size:small>
<shadow>3,3</shadow>
<bold>yes</bold>
@@ -1208,6 +1215,7 @@
<font name="info" face="Arial">
<color>#ffffff</color>
<size>17</size>
+ <size:big>24</size:big>
<size:small>10</size:small>
<shadow>1,1</shadow>
@@ -1216,6 +1224,7 @@
<font name="message" face="Arial">
<color>#FFFFDD</color>
<size>17</size>
+ <size:big>24</size:big>
<size:small>12</size:small>
<shadow>2,2</shadow>
</font>
More information about the mythtv-users
mailing list