home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / con2v766.zip / colore01.zip / includes / _defines / blackcolors.hrc < prev    next >
Text File  |  2000-03-05  |  2KB  |  52 lines

  1. <!--
  2.     Black background and White Text settings. For faster peformance
  3.     set default Far editor's text color to White and Background color to Black.
  4. -->
  5.  
  6. <!-- Default Text and background -->
  7. <Define Name="dText"       Value="Green/bkBlack">
  8. <!-- Default Text -->
  9. <Define Name="dDefText"    Value="Green">
  10. <!-- Row and Column Color -->
  11. <Define Name="dRow"        Value="LtGray/bkDkGray">
  12. <Define Name="dColumn"     Value="LtGray/bkDkGray">
  13.  
  14. <!-- Numbers -->
  15. <Define Name="dNumbers"    Value="LtGreen">
  16. <Define Name="dNumbDec"    Value="dNumbers">
  17. <Define Name="dNumbHex"    Value="dNumbers">
  18. <Define Name="dNumbBin"    Value="LtGreen">
  19. <Define Name="dNumbOct"    Value="dNumbers">
  20. <Define Name="dNumSuffix"  Value="LtGreen">
  21.  
  22. <!-- Strings -->
  23. <Define Name="dStrings"    Value="Yellow">
  24. <Define Name="dStringsEx"  Value="White">
  25.  
  26. <!-- Comments -->
  27. <Define Name="dComments"   Value="LtGray">
  28. <Define Name="dCommentsEx" Value="Cyan">
  29.  
  30. <!-- Symbols -->
  31. <Define Name="dSymbols"    Value="Brown">
  32. <!-- Reserved Words -->
  33. <Define Name="dResWords"   Value="Brown">
  34. <!-- Processor Directives -->
  35. <Define Name="dDirectives" Value="Cyan">
  36. <!-- Variables -->
  37. <Define Name="dVars"       Value="Green">
  38. <Define Name="dVarsEx"     Value="Magenta">
  39.  
  40. <!-- Labels -->
  41. <Define Name="dLabels"     Value="LtMagenta">
  42. <Define Name="dLabelsEx"   Value="Brown">
  43. <Define Name="dInvLabel"   Value="DkGray/bkLtGray">
  44.  
  45. <!-- Other -->
  46. <Define Name="dInserts"    Value="DkGray/bkLtGray">
  47. <Define Name="dParams"     Value="White">
  48. <Define Name="dError"      Value="Red/bkBlack">
  49. <Define Name="dPath"       Value="Red">
  50. <Define Name="dHttp"       Value="LtRed">
  51. <Define Name="dEMail"      Value="Yellow">
  52.