]> git.sesse.net Git - ccbs/blob - bigscreen/theme.config
Move most of the resolution settings to the config file.
[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 # Theme.
14 default.font=/usr/share/fonts/truetype/msttcorefonts/Georgia.ttf;/usr/share/fonts/truetype/freefont/FreeSerif.ttf;arialuni.ttf
15 default.red=255
16 default.green=255
17 default.blue=255
18 background.red=0
19 background.green=0
20 background.blue=0
21 mainheading.red=255
22 mainheading.green=255
23 mainheading.blue=255
24 columnheading.red=255
25 columnheading.green=255
26 columnheading.blue=255
27 freshcolumnheading.red=255
28 freshcolumnheading.green=0
29 freshcolumnheading.blue=0
30 rowheading.red=255
31 rowheading.green=255
32 rowheading.blue=255
33 data.red=255
34 data.green=255
35 data.blue=255
36 freshdata.red=255
37 freshdata.green=0
38 freshdata.blue=0
39 divider.red=127
40 divider.green=127
41 divider.blue=127
42
43 # available elements: background, mainheading, (fresh)columnheading, randomsongname, nextsonginfo, need, divider
44 # available elements that also have .odd and .even: rowheading, (fresh)score, (fresh)chosensongname, (fresh)totalscore, (fresh)rank