]> git.sesse.net Git - ccbs/blob - bigscreen/theme.config
69ed4f17da89d3c97476f6e9c29660c91e724b02
[ccbs] / bigscreen / theme.config
1 # Screen mode.
2 screen.width=1280
3 screen.height=720
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=1066
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 divider.red=127
40 divider.green=127
41 divider.blue=127
42
43 # available elements: background.groupscreen, background.top5chosenscreen, background.top10scorescreen, mainheading, (fresh)columnheading, randomsongname, nextsonginfo.player, nextsonginfo.title, nextsonginfo.highscore, need, divider
44 # available elements that also have .odd and .even: rowheading, (fresh)score, (fresh)chosensongname, (fresh)totalscore, (fresh)rank, top10scores.(fresh)rowheading, top10scores.(fresh)nick, top10scores.(fresh)songname, top10scores.(fresh)frequency, top5chosensongs.(fresh)rowheading, top5chosensongs.(fresh)songname, top5chosensongs.(fresh)frequency
45
46 ## How to draw rectangles in the background (up to ten, numbered 0-9):
47 # background.groupscreen.rect1.x0=0
48 # background.groupscreen.rect1.y0=80
49 # background.groupscreen.rect1.x1=1066
50 # background.groupscreen.rect1.y1=110
51 # background.groupscreen.rect1.red=63
52 # background.groupscreen.rect1.green=63
53 # background.groupscreen.rect1.blue=63