######################## # EPGnavigator skin file ######################## # Dark blue on light blue colour scheme # There is an API bug which may incorrectly report end of file # as being 512 bytes before the actual end of file. # EPGnavigator does not try to detect or correct this problem. # To avoid this problem make sure that this file # does not have a file length which is a multiple of 512 bytes. # This problem only occurs with files created on a PC # and subsequently transferred to the PVR. # Files created on the PVR by a TAP do not show this problem. # This file must not exceed 10KB in size. # Colors are defined by 3 RGB numbers. # PCs use 8 bits per RGB number giving numbers in the range 0-255. # The PVR uses 5 bits per RGB number giving numbers in the range 0-31. # Colors in this file should be defined using numbers in the range 0-255. # The numbers will converted to the PVR format. # The conversion is simply to divide by 8 and ignore the remainder. # Use this table to compare PVR and PC values. # PVR PC PVR PC PVR PC PVR PC # 0 0 8 66 16 132 24 198 # 1 8 9 74 17 140 25 206 # 2 16 10 82 18 148 26 214 # 3 24 11 90 19 156 27 222 # 4 33 12 99 20 165 28 231 # 5 41 13 107 21 173 29 239 # 6 49 14 115 22 181 30 247 # 7 57 15 123 23 189 31 255 # The background for all screens Background 140 170 255 # Most EPGnavigator screens consist of a table. # A table is made up of:- # Header - a single cell at the top of the table. # Body - many cells in rows and columns. # Footer - a single cell at the bottom of the table. # And there is a frame around the table # Table frame Frame 140 170 255 # Table cell border for all cells CellBorder 140 170 255 # Table header cell # Interior, normal text, high light text, low light text HeaderCell 140 170 255 HeaderText 0 31 127 HeaderTextHi 255 255 255 HeaderTextLo 99 99 115 # Table footer cell # Interior, normal text, high light text, low light text FooterCell 140 170 255 FooterText 255 255 255 FooterTextHi 0 32 128 FooterTextLo 210 210 230 # Table body cells # Interior and text # Normal cell BodyCell 0 15 145 BodyText 210 210 210 # Selected cell BodyCellHi 250 235 40 BodyTextHi 0 32 128 # Cell that cannot be selected BodyCellLo 99 99 115 BodyTextLo 210 210 210 # Grid and list view past programme BodyCellPast 0 15 145 BodyTextPast 110 110 110 # Grid and list view current programme BodyCellCurrent 0 15 145 BodyTextCurrent 210 210 210 # Grid and list view timers RecordTimer 255 24 33 WatchTimer 24 231 0 # Grid view clock mark # Keyboard string position Marker 247 206 0 # Pop-up message # Message border, background, text MsgBorder 0 0 80 Msg 0 15 145 MsgText 210 210 210 # Message options border, background, text MsgOptBorder 140 170 255 MsgOpt 140 170 255 MsgOptText 0 31 127 # Selected message option border, background, text MsgOptBorderHi 250 235 40 MsgOptHi 140 170 255 MsgOptTextHi 0 31 127