~ubuntu-branches/ubuntu/trusty/gcompris/trusty

« back to all changes in this revision

Viewing changes to boards/skins/gartoon/skin.xml

  • Committer: Bazaar Package Importer
  • Author(s): Yann Dirson
  • Date: 2006-12-15 23:08:17 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20061215230817-exr5ks1hd73s3tlk
Tags: 8.2.2-1
* New upstream bugfix release, fixes among other things the support for
  the version of gnucap shipped in etch.
* Add missing dependency on python-gtk2 (Closes: #396523).
* Removed reference to non-existent sound file from memory.c (upstream
  fix - impacts 8.2 as well).  
* Now suggests gnuchess, gnucap, and tuxpaint.
* Updated extended description for the main package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
 
 
3
<GCompris>
 
4
  <Skin>
 
5
    <!-- Defines the gcompris colors -->
 
6
    <color  id="gcompris/title"          rgba="0Xc20200FF"/>
 
7
    <color  id="gcompris/text button"    rgba="0Xc20200FF"/>
 
8
    <color  id="gcompris/content"        rgba="0Xfb891bFF"/>
 
9
    <color  id="gcompris/subtitle"       rgba="0Xf4bb00FF"/>
 
10
    <color  id="gcompris/shadow"         rgba="0XFFFFFFFF"/>
 
11
    <color  id="gcompris/imageselectbg"  rgba="0X6280d9FF"/>
 
12
 
 
13
    <color  id="gcompris/helpbg"         rgba="0Xe8e7e2FF"/>
 
14
    <color  id="gcompris/helpfg"         rgba="0X000000FF"/>
 
15
    <color  id="gcompris/helpselect"     rgba="0X34682aFF"/>
 
16
    <color  id="gcompris/helpunselect"   rgba="0X4252ffFF"/>
 
17
 
 
18
    <color  id="gcompris/fileselectbg"   rgba="0X018404FF"/>
 
19
    <color  id="gcompris/fileselectcol"  rgba="0X000000FF"/>
 
20
    <number id="gcompris/fileselectx"    value="85"/>
 
21
    <number id="gcompris/fileselecty"    value="80"/>
 
22
    <number id="gcompris/fileselectdiry" value="180"/>
 
23
 
 
24
    <!-- Defines the main gcompris fonts -->
 
25
    <font id="gcompris/title"    name="sans 20"/>
 
26
    <font id="gcompris/subtitle" name="sans 16"/>
 
27
    <font id="gcompris/content"  name="sans 12"/>
 
28
    <font id="gcompris/tiny"     name="sans 10"/>
 
29
 
 
30
    <!-- Defines the gcompris boards fonts -->
 
31
    <font id="gcompris/board/tiny"       name="sans 10"/>
 
32
    <font id="gcompris/board/small"      name="sans 12"/>
 
33
    <font id="gcompris/board/medium"     name="sans 14" />
 
34
    <font id="gcompris/board/big"        name="sans 18" />
 
35
    <font id="gcompris/board/big bold"   name="sans bold 17"/>
 
36
    <font id="gcompris/board/fixed"      name="sans 12"/>
 
37
    <font id="gcompris/board/title"      name="sans 20"/>
 
38
    <font id="gcompris/board/title bold" name="sans bold 21"/>
 
39
    <font id="gcompris/board/huge"       name="sans 28"/>
 
40
    <font id="gcompris/board/huge bold"  name="sans bold 29"/>
 
41
 
 
42
    <color id="menu/text"             rgba="0x597ad7FF"/>
 
43
    <color id="menu/text_shadow"      rgba="0x000000FF"/>
 
44
 
 
45
    <!-- Here you may define some other properties that will -->
 
46
    <!-- affect a particular game. -->
 
47
    <!-- For example, in futur, the colors of the canal lock game will be -->
 
48
    <!-- customisable with some lines like: -->
 
49
    <!-- <color id="canal_lock/canal color"        rgba="0x0010FFFF"/>-->
 
50
    <!-- <color id="canal_lock/lock color"         rgba="0x8cc679FF"/>-->
 
51
    <!-- <color id="canal_lock/lock color h"       rgba="0x71A65FFF"/>-->
 
52
    <!-- <color id="canal_lock/canal lock color"   rgba="0xd1cd0cFF"/>-->
 
53
    <!-- <color id="canal_lock/canal lock color h" rgba="0xf1ed1cFF"/>-->
 
54
    <!-- <color id="canal_lock/ground color"       rgba="0x9b5f5aFF"/>-->
 
55
    <color id="pythontest/circle in"  rgba="0x8080FFFF"/>
 
56
    <color id="pythontest/circle out" rgba="0xFFFFFFFF"/>
 
57
    <color id="pythontest/line"       rgba="0xFFFF40FF"/>
 
58
 
 
59
    <color id="erase/rectangle in"    rgba="0xfb1f1fCC"/>
 
60
    <color id="erase/rectangle out"   rgba="0X1ECECEFF"/>
 
61
    <color id="erase/rectangle in2"   rgba="0xf8565699"/>
 
62
    <color id="erase/rectangle out2"  rgba="0X0E0E0EFF"/>
 
63
    <color id="erase/rectangle in3"   rgba="0xf49a9a66"/>
 
64
    <color id="erase/rectangle out3"  rgba="0XFFFFFFFF"/>
 
65
 
 
66
    <color id="missingletter/shadow"   rgba="0X636363FF"/>
 
67
    <color id="missingletter/question" rgba="0XFFFFFFFF"/>
 
68
 
 
69
    <color id="maze/wall color"       rgba="0x1a1109ff"/>
 
70
 
 
71
    <color id="clockgame/text"        rgba="0Xc20200FF"/>
 
72
 
 
73
  </Skin>
 
74
</GCompris>
 
75