summaryrefslogtreecommitdiff
path: root/skins/metrixhd/themes/default/theme.xml
blob: 9c65d2a1e03ae174592835e967847fbe75c34a02 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE globals SYSTEM "../../../../dtd/globals.dtd">

<globals>
    <!--
    define all your needed colors here
    -->
    <colors>
        <color name="clrRed">FFFF0000</color>
        <color name="clrGreen">FF5FE200</color>
        <color name="clrYellow">FFE2DA00</color>
        <color name="clrBlue">FF007FE2</color>
        <color name="clrTransBlack">C0000000</color>
        <color name="clrSemiTransBlack">D0000000</color>
        <color name="clrBlueLight">FF1E8BD7</color>
        <color name="clrTransBlueLight">C01E8BD7</color>
        <color name="clrTransWhite">C0FFFFFF</color>
        <color name="clrWhite">FFFFFFFF</color>
        <color name="clrDarkGray">FF14141E</color>
        <color name="clrTransparent">00000000</color>
    </colors>
    <!--
    these variables can be used everywhere in the templates
    variabls of type int can also be used as conditions, just
    set such a variable to 1 for true and 0 for false
    -->
    <variables>
        <var type="string" name="stringglobal">hützligrütz</var>
        <var type="double" name="pi">3.14</var>
    </variables>
    <!--
    translations used in the skin
    -->
    <translations>
    </translations>
    <!--
    The three Fonts FontOSD, FontFix and FontSml configured in VDR
    can be used in all template "font" attributes with this tokens:
    {vdrOsd}
    {vdrFix}
    {vdrSml} 
    If you like to use further fonts, just define them below.
    Syntax:
    <font name="tokenname">fontname</font>
    These fonts can then also be used in all templates in the "font" 
    attribute.
    if an invalid font is used in a template, vdrOsd is used as default.
    -->
    <fonts>
        <font name="light">VDROpen Sans Light:Light</font>
        <font name="semibold">VDROpen Sans Semibold:Semibold</font>
    </fonts>
</globals>