X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=bigscreen%2Ftheme.config;h=69ed4f17da89d3c97476f6e9c29660c91e724b02;hb=ff69b9df8ab08323ef912c384542ad1ca8f6c79f;hp=fc03f3a9010793b6dcc5c61d30f5594942f8849d;hpb=c9cf3358a292d988d5d50819bb2db4da3347284a;p=ccbs diff --git a/bigscreen/theme.config b/bigscreen/theme.config index fc03f3a..69ed4f1 100644 --- a/bigscreen/theme.config +++ b/bigscreen/theme.config @@ -1,13 +1,13 @@ # Screen mode. -screen.width=1024 -screen.height=768 +screen.width=1280 +screen.height=720 screen.lcd=1 # subpixel font rendering screen.fullscreen=0 # This is used in the screens, mostly for historical reasons (they were # first hard-coded to 800x600, and changing them to be resolution-independent # is not a project for today). -screen.logical_width=800 +screen.logical_width=1066 screen.logical_height=600 # Database configuration. @@ -36,15 +36,18 @@ freshcolumnheading.blue=0 rowheading.red=255 rowheading.green=255 rowheading.blue=255 -data.red=255 -data.green=255 -data.blue=255 -freshdata.red=255 -freshdata.green=0 -freshdata.blue=0 divider.red=127 divider.green=127 divider.blue=127 -# available elements: background.groupscreen, background.top5chosenscreen, background.top10scorescreen, mainheading, (fresh)columnheading, randomsongname, nextsonginfo, need, divider -# available elements that also have .odd and .even: rowheading, (fresh)score, (fresh)chosensongname, (fresh)totalscore, (fresh)rank +# available elements: background.groupscreen, background.top5chosenscreen, background.top10scorescreen, mainheading, (fresh)columnheading, randomsongname, nextsonginfo.player, nextsonginfo.title, nextsonginfo.highscore, need, divider +# 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 + +## How to draw rectangles in the background (up to ten, numbered 0-9): +# background.groupscreen.rect1.x0=0 +# background.groupscreen.rect1.y0=80 +# background.groupscreen.rect1.x1=1066 +# background.groupscreen.rect1.y1=110 +# background.groupscreen.rect1.red=63 +# background.groupscreen.rect1.green=63 +# background.groupscreen.rect1.blue=63