######################## # EPGnavigator skin file ######################## # Topfield 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 56 64 112 # 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 224 240 248 # Table cell border for all cells CellBorder 224 240 248 # Table header cell # Interior, normal text, high light text, low light HeaderCell 232 192 72 HeaderText 248 248 248 HeaderTextHi 128 0 0 HeaderTextLo 170 170 170 # Table footer cell # Interior, normal text, high light text, low light text FooterCell 56 64 112 FooterText 248 248 248 FooterTextHi 248 248 248 FooterTextLo 200 200 200 # Table body cells # Interior and text # Normal cell V BodyCell 72 112 168 BodyText 248 248 248 # Selected cell V BodyCellHi 56 64 112 BodyTextHi 248 248 0 # Cell that cannot be selected BodyCellLo 230 230 230 BodyTextLo 50 50 50 # Grid and list view past programme BodyCellPast 200 200 200 BodyTextPast 50 50 50 # Grid and list view current programme V BodyCellCurrent 122 155 199 BodyTextCurrent 248 248 248 # Grid and list view timers RecordTimer 255 24 33 WatchTimer 24 231 0 # Grid view clock mark # Keyboard string position Marker 255 168 0 # Pop-up message # Message border, background, text MsgBorder 224 240 248 Msg 72 112 168 MsgText 248 248 248 # Message options border, background, text MsgOptBorder 248 248 248 MsgOpt 72 112 168 MsgOptText 248 248 248 # Selected message option border, background, text MsgOptBorderHi 248 248 248 MsgOptHi 56 64 112 MsgOptTextHi 248 248 0