######################## # EPGnavigator skin file ######################## # Grey on black 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 10 10 10 # 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 10 10 10 # Table cell border for all cells CellBorder 10 10 10 # Table header cell # Interior, normal text, high light text, low light text HeaderCell 10 10 10 HeaderText 210 210 210 HeaderTextHi 247 206 0 HeaderTextLo 99 99 115 # Table footer cell # Interior, normal text, high light text, low light text FooterCell 10 10 10 FooterText 210 210 210 FooterTextHi 247 206 0 FooterTextLo 99 99 115 # Table body cells # Interior and text # Normal cell BodyCell 80 80 80 BodyText 210 210 210 # Selected cell BodyCellHi 26 165 36 BodyTextHi 10 10 10 # Cell that cannot be selected BodyCellLo 80 80 80 BodyTextLo 80 80 80 # Grid and list view past programme BodyCellPast 80 80 80 BodyTextPast 45 45 45 # Grid and list view current programme BodyCellCurrent 80 80 80 BodyTextCurrent 237 227 50 # 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 5 5 70 Msg 66 79 190 MsgText 210 210 210 # Message options border, background, text MsgOptBorder 5 5 70 MsgOpt 66 79 190 MsgOptText 210 210 210 # Selected message option border, background, text MsgOptBorderHi 214 219 255 MsgOptHi 81 140 20 MsgOptTextHi 210 210 210