home *** CD-ROM | disk | FTP | other *** search
/ Guide To Cracking 2002 / Guide_to_Cracking_2002.iso / Programming / biew520.arj / ASSEMBLY.SKN next >
Encoding:
Text File  |  2000-10-11  |  6.4 KB  |  210 lines

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