]> git.sesse.net Git - ccbs/blob - bigscreen/theme.config
Add theme support for drawing rectangles in the background.
[ccbs] / bigscreen / theme.config
1 # Screen mode.
2 screen.width=1024
3 screen.height=768
4 screen.lcd=1        # subpixel font rendering
5 screen.fullscreen=0
6
7 # This is used in the screens, mostly for historical reasons (they were
8 # first hard-coded to 800x600, and changing them to be resolution-independent
9 # is not a project for today).
10 screen.logical_width=800
11 screen.logical_height=600
12
13 # Database configuration.
14 db.dbname=ccbs
15 db.host=www.positivegaming.com
16 db.user=ccbs
17 db.password=GeT|>>B_
18
19 # Theme.
20 default.font=/usr/share/fonts/truetype/msttcorefonts/Georgia.ttf;/usr/share/fonts/truetype/freefont/FreeSerif.ttf;arialuni.ttf
21 default.red=255
22 default.green=255
23 default.blue=255
24 background.red=0
25 background.green=0
26 background.blue=0
27 mainheading.red=255
28 mainheading.green=255
29 mainheading.blue=255
30 columnheading.red=255
31 columnheading.green=255
32 columnheading.blue=255
33 freshcolumnheading.red=255
34 freshcolumnheading.green=0
35 freshcolumnheading.blue=0
36 rowheading.red=255
37 rowheading.green=255
38 rowheading.blue=255
39 data.red=255
40 data.green=255
41 data.blue=255
42 freshdata.red=255
43 freshdata.green=0
44 freshdata.blue=0
45 divider.red=127
46 divider.green=127
47 divider.blue=127
48
49 # available elements: background.groupscreen, background.top5chosenscreen, background.top10scorescreen, mainheading, (fresh)columnheading, randomsongname, nextsonginfo, need, divider
50 # available elements that also have .odd and .even: rowheading, (fresh)score, (fresh)chosensongname, (fresh)totalscore, (fresh)rank
51
52 ## How to draw rectangles in the background (up to ten, numbered 0-9):
53 # background.groupscreen.rect1.x0=0
54 # background.groupscreen.rect1.y0=80
55 # background.groupscreen.rect1.x1=800
56 # background.groupscreen.rect1.y1=110
57 # background.groupscreen.rect1.red=63
58 # background.groupscreen.rect1.green=63
59 # background.groupscreen.rect1.blue=63