home *** CD-ROM | disk | FTP | other *** search
/ Guide To Cracking 2002 / Guide_to_Cracking_2002.iso / Programming / biew520.arj / STANDARD.SKN < prev   
Encoding:
Text File  |  2000-10-11  |  7.5 KB  |  216 lines

  1. ;
  2. ; This file contains standard BIEW skin.
  3. ;
  4. [ Skin info ]
  5.  Name = Standard skin ; Will displayed in color addons
  6. [ Color map ]
  7. ; Here is map of colors. You can not change name of color - you can only
  8. ; change it value (for some exotic terminals and other purposes).
  9.   Black        = 0
  10.   Blue         = 1
  11.   Green        = 2
  12.   Cyan         = 3
  13.   Red          = 4
  14.   Magenta      = 5
  15.   Brown        = 6
  16.   LightGray    = 7
  17.   Gray         = 8
  18.   LightBlue    = 9
  19.   LightGreen   = 10
  20.   LightCyan    = 11
  21.   LightRed     = 12
  22.   LightMagenta = 13
  23.   Yellow       = 14
  24.   White        = 15
  25. [ Terminal ]
  26. ; Here is list of colors that would be transparent if it supported by terminal.
  27. ; Note: for native console versions of BIEW it section is meaningless.
  28.   Trans1       = Black
  29.   Trans2       = Blue
  30.   Trans3       =
  31.   Trans4       =
  32.   Trans5       =
  33.   Trans6       =
  34.   Trans7       =
  35.   Trans8       =
  36. ; Below placed colors of windows and window elements of BIEW.
  37. ; Color gives as pair - background:foreground.
  38. [ Browser ] ; Main window of BIEW
  39.   Main         = Blue:LightCyan
  40.   Bound        = Blue:Yellow      ; bound color (symbols: '<' '>' if text is outside the window)
  41.   HighLight    = LightGray:Black  ; color of hihglighting search
  42.   HighLightLine= Blue:White       ; color of line, where placed found sequence
  43.   Title        = Cyan:Blue        ; for future
  44.   Footer       = Green:Blue       ; for future
  45.   Scroller     = Blue:Yellow      ; for future
  46.   < Edit >
  47.     Main         = Blue:White     ; multiline editor
  48.     Change       = Blue:LightRed  ; when undo buffer is not same with editor
  49.     Selected     = LightGray:Blue ; for future: when buffer is selected
  50. [ Prompt ] ; Lower string of BIEW
  51.   Button       = Cyan:Black       ; Color of buttons
  52.   Digit        = Black:LightCyan  ; Color of digits
  53.   Control      = Black:LightGray  ; Lower left corner of screen
  54. [ Title ]  ; Upper string of BIEW
  55.   Main         = Cyan:Black
  56.   Change       = Cyan:Red
  57. [ Text ]   ; HighLight text support (still for textmode)
  58.   Normal       = Blue:LightCyan
  59.   Bold         = Blue:White
  60.   Italic       = Blue:LightGreen
  61.   Underline    = Blue:Yellow
  62.   StrikeThrough= Blue:LightBlue
  63. [ Disasm ] ; HighLight disassembler support
  64.   FamilyId     = Blue:LightBlue
  65.   Opcodes      = Blue:LightCyan
  66.   Comments     = Blue:Yellow
  67.  < Processor0 > ; Main processor (or Central Processor Unit)
  68.     Clone1       = Blue:LightCyan
  69.     Clone2       = Blue:LightGray
  70.     Clone3       = Blue:Yellow
  71.     Clone4       = Blue:LightGreen
  72.     Clone5       = Blue:Red
  73.     Clone6       = Blue:LightRed
  74.     Clone7       = Blue:LightMagenta
  75.     Clone8       = Blue:LightBlue
  76.     Clone9       = Blue:Black
  77.     Clone10      = Blue:Gray
  78.     Clone11      = Blue:Black
  79.     Clone12      = Blue:Black
  80.     Clone13      = Blue:Black
  81.     Clone14      = Blue:Black
  82.     Clone15      = Blue:Black
  83.     Clone16      = Blue:Black
  84.  < Processor1 > ; Second Processor (for x86 - it FPU)
  85.     Clone1       = Blue:Cyan
  86.     Clone2       = Blue:Black
  87.     Clone3       = Blue:Brown
  88.     Clone4       = Blue:Green
  89.     Clone5       = Blue:Magenta
  90.     Clone6       = Blue:Black
  91.     Clone7       = Blue:LightMagenta
  92.     Clone8       = Blue:LightBlue
  93.     Clone9       = Blue:Black
  94.     Clone10      = Blue:Gray
  95.     Clone11      = Blue:Black
  96.     Clone12      = Blue:Black
  97.     Clone13      = Blue:Black
  98.     Clone14      = Blue:Black
  99.     Clone15      = Blue:Black
  100.     Clone16      = Blue:Black
  101.  < Processor2 > ; Third Processor (for x86 it MMX)
  102.     Clone1       = Blue:Black
  103.     Clone2       = Blue:Black
  104.     Clone3       = Blue:Black
  105.     Clone4       = Blue:Black
  106.     Clone5       = Blue:Black
  107.     Clone6       = Blue:White
  108.     Clone7       = Blue:LightMagenta
  109.     Clone8       = Blue:LightBlue
  110.     Clone9       = Blue:Black
  111.     Clone10      = Blue:Gray
  112.     Clone11      = Blue:Black
  113.     Clone12      = Blue:Black
  114.     Clone13      = Blue:Black
  115.     Clone14      = Blue:Black
  116.     Clone15      = Blue:Black
  117.     Clone16      = Blue:Black
  118.  < Processor3 > ; for x86 it not used
  119.     Clone1       = Blue:Black
  120.     Clone2       = Blue:Black
  121.     Clone3       = Blue:Black
  122.     Clone4       = Blue:Black
  123.     Clone5       = Blue:Black
  124.     Clone6       = Blue:Black
  125.     Clone7       = Blue:Black
  126.     Clone8       = Blue:Black
  127.     Clone9       = Blue:Black
  128.     Clone10      = Blue:Black
  129.     Clone11      = Blue:Black
  130.     Clone12      = Blue:Black
  131.     Clone13      = Blue:Black
  132.     Clone14      = Blue:Black
  133.     Clone15      = Blue:Black
  134.     Clone16      = Blue:Black
  135. [ Programming ] ; Programming language support (for future)
  136.   Regular      = Blue:Yellow
  137.   Keyword      = Blue:White
  138.   Const        = Blue:LightCyan
  139.   Preprocessor = Blue:LightGreen
  140.   BadExpr      = Red:Black
  141.   Punctuation  = Blue:LightBlue
  142.   Comments     = Blue:LightGray
  143. [ Error ] ; Error message box
  144.   Main         = Red:Yellow
  145.   Border       = Red:LightRed
  146.   < Button > ; for future
  147.     Active     = Green:Yellow
  148.     Focused    = Cyan:White
  149.     Disabled   = LightGray:Gray
  150. [ Warning ] ; Warning box
  151.   Main         = Magenta:White
  152.   Border       = Magenta:LightMagenta
  153.   < Button > ; for future
  154.     Active     = Green:Yellow
  155.     Focused    = Cyan:White
  156.     Disabled   = LightGray:Gray
  157. [ Notify ] ; Notify box
  158.   Main         = Green:White
  159.   Border       = Green:Yellow
  160.   < Button > ; for future
  161.     Active     = Green:Yellow
  162.     Focused    = Cyan:White
  163.     Disabled   = LightGray:Gray
  164. [ Dialog ] ; Dialog box support
  165.   Main         = LightGray:Black
  166.   Border       = LightGray:Black
  167.   Title        = LightGray:Black
  168.   Footer       = LightGray:Black
  169.   SelFooter    = Black:White        ; Footer text if [ENTER] changes file position
  170.   Entry        = Black:White        ; highlighted entry point
  171.   AltEntry     = Blue:Yellow        ; highlighted alterantive entry point
  172.   AddInfo      = LightGray:Yellow   ; addition information
  173.   AltInfo      = LightGray:LightCyan; information about alternative entry
  174.   ExtraInfo    = LightGray:Red      ; extra information (sample: when old MZ file is compressed by pklite)
  175.   < Group > ; group + check & radio buttons inside the group
  176.     Active       = Cyan:Black
  177.     Focused      = Cyan:White ; for group elements only
  178.     Disabled     = Cyan:Gray
  179.   < Button > ; for future
  180.     Active       = Blue:Yellow
  181.     Focused      = Green:White
  182.     Disabled     = LightGray:Gray
  183.   < Any > ; for any unknown today control
  184.     Active       = LightGray:Black
  185.     Focused      = LightGray:Black
  186.     Disabled     = LightGray:Gray
  187.   < Editor >
  188.     Active       = Cyan:White
  189.     Focused      = Cyan:White
  190.     Disabled     = Cyan:Gray
  191.     Select       = LightGray:Cyan ; for future
  192. [ Menu ] ; Combine for lists and menu (in future)
  193.   Main           = LightGray:Black
  194.   Border         = LightGray:Black
  195.   Title          = LightGray:Black
  196.   HighLight      = Green:Black     ; when search highlight string
  197.   < HotKey >
  198.     Active       = LightGray:Red
  199.     Focused      = Black:Red
  200.     Disabled     = LightGray:Gray
  201.   < Item >
  202.     Active       = LightGray:Black
  203.     Focused      = Black:White     ; when cursor is highlight item
  204.     Disabled     = LightGray:Gray  ; for future
  205. [ Help ] ; Help system
  206.   Main         = LightGray:Black
  207.   Border       = LightGray:Black
  208.   Title        = LightGray:Black
  209.   Bold         = LightGray:Yellow
  210.   Italic       = LightGray:Blue
  211.   Reverse      = LightGray:Magenta
  212.   Underline    = LightGray:Red
  213.   StrikeThrough= LightGray:Gray
  214.   Link         = LightCyan:Yellow ; for future
  215.   SelLink      = Black:White      ; for future
  216.