home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / wwed034b.zip / fte-0.34 / config / color.fte next >
Text File  |  1995-10-07  |  4KB  |  213 lines

  1.  
  2. ## COLORS ####################################################################
  3. # Color specification consists of two characters (hex)
  4. # First one is background, second one is foreground
  5. # Colors are as follows:
  6. #   0 - black
  7. #   1 - blue
  8. #   2 - green
  9. #   3 - cyan
  10. #   4 - red
  11. #   5 - magenta
  12. #   6 - orange
  13. #   7 - white
  14. #  8-F are repeated bright 0-7
  15.  
  16. object ScrollBar {
  17.     color {
  18.     { 'Arrows',     '70' },
  19.     { 'Back',       '07' },
  20.     { 'Fore',       '07' },
  21.     };
  22. }
  23.  
  24. object Status {
  25.     color {
  26.     { 'Normal',     '30' },
  27.     { 'Active',     '9B' },
  28.     };
  29. }
  30.  
  31. object Message {
  32.     color {
  33.     { 'Normal',     '1B' },
  34.     { 'Bold',       '1F' },
  35.     { 'Error',      '4F' },
  36.     };
  37. }
  38.  
  39. object Entry {
  40.     color {
  41.     { 'Field',      '9B' },
  42.     { 'Prompt',     '9F' },
  43.     { 'Selection',  '20' },
  44.     };
  45. }
  46.  
  47. object LIST {
  48.     color {
  49.     { 'Border',     '70' },
  50.     { 'Status',     '74' },
  51.     { 'Normal',     '70' },
  52.     { 'Selected',   '1F' },
  53.     };
  54. }
  55.  
  56. object ASCII {
  57.     color {
  58.     { 'Chars',      '07' },
  59.     { 'Border',     '70' },
  60.     { 'Status',     '74' },
  61.     };
  62. }
  63.  
  64. object Menu {
  65.     color {
  66.         { 'Background',  '70' },
  67.         { 'ActiveItem',  '1F' },
  68.         { 'ActiveChar',  '1C' },
  69.         { 'NormalItem',  '70' },
  70.         { 'NormalChar',  '74' },
  71.     };
  72. }
  73.  
  74. object PLAIN {
  75.     color {
  76.     { 'Background', '07' },
  77.     { 'Normal',     '-7' },
  78.     { 'Selected',   '80' },
  79.     { 'Markers',    '-3' },
  80.     { 'Found',      '40' },
  81.         { 'Keyword',    '-F' },
  82.         { 'Folds',      '-A' },
  83.     };
  84. }
  85.  
  86. object MSG {
  87.     color {
  88.         { 'Normal',   '-7' },
  89.         { 'Header',   '-3' },
  90.         { 'Quote',    '-2' },
  91.     };
  92. }
  93.  
  94. object C {
  95.     color {
  96.         { 'Normal',     '-7' },
  97.         { 'Number',     '-C' },
  98.         { 'HexNumber',  '-D' },
  99.         { 'NonAlpha',   '-3' },
  100.         { 'String',     '-E' },
  101.         { 'Comment',    '-A' },
  102.         { 'CPP',        '-A' },
  103.         { 'Function',   '-B' },
  104.         { 'Label',      '-C' },
  105.     };
  106. }
  107.  
  108. object PASCAL {
  109.     color {
  110.         { 'Normal',     '-7' },
  111.         { 'Number',     '-C' },
  112.         { 'HexNumber',  '-D' },
  113.         { 'NonAlpha',   '-3' },
  114.         { 'String',     '-E' },
  115.         { 'Comment',    '-A' },
  116.     };
  117. }
  118.  
  119. object Ada {
  120.     color {
  121.         { 'Normal',     '-7' },
  122.         { 'Number',     '-C' },
  123.         { 'NonAlpha',   '-3' },
  124.         { 'String',     '-E' },
  125.         { 'Comment',    '-3' },
  126.         { 'Function',   '-B' },
  127.     };
  128. }
  129.  
  130. object SH {    
  131.     color {
  132.         { 'Normal',     '-7' },
  133.         { 'Comment',    '-3' },
  134.         { 'String',     '-E' },
  135.         { 'Control',    '-3' },
  136.         { 'BackQuote',  '-B' },
  137.         { 'Variable',   '-A' },
  138.     };
  139. }
  140.  
  141. object REXX {
  142.     color {
  143.     { 'Normal',     '-7' },
  144.     { 'Number',     '-C' },
  145.     { 'NonAlpha',   '-3' },
  146.     { 'String',     '-E' },
  147.     { 'Comment',    '-A' },
  148.     { 'Function',   '-B' },
  149.     };
  150. }
  151.  
  152. object PERL {
  153.     color {
  154.         { 'Normal',     '-A' },
  155.         { 'Comment',    '-3' },
  156.         { 'Function',   '-B' },
  157.         { 'Variable',   '-7' },
  158.         { 'Regexp',     '-D' },
  159.          { 'Number',     '-C' },
  160.         { 'String',     '-E' },
  161.     { 'Punct',      '-3' },    
  162.     };
  163. }
  164.  
  165. object MAKE {
  166.     color {
  167.         { 'Normal',     '-B' },
  168.         { 'Comment',    '-A' },
  169.         { 'DotCmd',     '-F' },
  170.         { 'Command',    '-7' },
  171.     };
  172. }
  173.  
  174. object IPF {
  175.     color {
  176.         { 'Normal',     '-7' },
  177.         { 'Symbol',     '-A' },
  178.         { 'Tag',        '-3' },
  179.         { 'Control',    '-D' },
  180.          { 'String',     '-E' },
  181.     };
  182. }
  183.  
  184. object HTML {
  185.     color {
  186.         { 'Normal',     '-7' },
  187.         { 'Command',    '-3' },
  188.         { 'String',     '-E' },
  189.         { 'Char',       '-A' },
  190.         { 'Slashed',    '-F' },
  191.         { 'Comment',    '-6' },
  192.     };
  193. }
  194.  
  195. object DIFF {
  196.     color {
  197.         { 'Normal',     '-3' },
  198.         { 'Old',        '-7' },
  199.         { 'New',        '-F' },
  200.         { 'Changed',    '-A' },
  201.     };
  202. }
  203.  
  204. object MERGE {
  205.     color {
  206.         { 'Normal',     '-7' },
  207.         { 'Modified',   '-F' },
  208.         { 'Original',   '-B' },
  209.         { 'New',        '-C' },
  210.          { 'Control',    '-D' },
  211.     };
  212. }
  213.