home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / fte0827.zip / config / color.fte < prev    next >
Text File  |  1999-05-16  |  2KB  |  79 lines

  1. object ScrollBar {
  2.     color {
  3.         { 'Arrows',     'ScrollBar_Arrows' },
  4.         { 'Back',       'ScrollBar_Background' },
  5.         { 'Fore',       'ScrollBar_Slider' },
  6.     };
  7. }
  8.  
  9. object Status {
  10.     color {
  11.         { 'Normal',     'Status_Normal' },
  12.         { 'Active',     'Status_Active' },
  13.     };
  14. }
  15.  
  16. object Message {
  17.     color {
  18.         { 'Normal',     'Message_Normal' },
  19.         { 'Bold',       'Message_Bold' },
  20.         { 'Error',      'Message_Error' },
  21.     };
  22. }
  23.  
  24. object Entry {
  25.     color {
  26.         { 'Field',      'EntryField_Field' },
  27.         { 'Prompt',     'EntryField_Prompt' },
  28.         { 'Selection',  'EntryField_Selection' },
  29.     };
  30. }
  31.  
  32. object LIST {
  33.     color {
  34.         { 'Status',     'List_Status' },
  35.         { 'Normal',     'List_Normal' },
  36.         { 'Selected',   'List_Selected' },
  37.     };
  38. }
  39.  
  40. object ASCII {
  41.     color {
  42.         { 'Chars',      'ASCII_Chars' },
  43.     };
  44. }
  45.  
  46. object Menu {
  47.     color {
  48.         { 'Background',  'Menu_Background' },
  49.         { 'ActiveItem',  'Menu_ActiveItem' },
  50.         { 'ActiveChar',  'Menu_ActiveChar' },
  51.         { 'NormalItem',  'Menu_NormalItem' },
  52.         { 'NormalChar',  'Menu_NormalChar' },
  53.     };
  54. }
  55.  
  56. object Choice {
  57.     color {
  58.         { "Title",       'Choice_Title' },
  59.         { "Param",       'Choice_Param' },
  60.         { "Background",  'Choice_Background' },
  61.         { "ActiveItem",  'Choice_ActiveItem' },
  62.         { "ActiveChar",  'Choice_ActiveChar' },
  63.         { "NormalItem",  'Choice_NormalItem' },
  64.         { "NormalChar",  'Choice_NormalChar' },
  65.     };
  66. }
  67.  
  68. object PLAIN {
  69.     color {
  70.         { 'Background', 'Editor_Default' },
  71.         { 'Selected',   'Editor_Selected' },
  72.         { 'Markers',    'Editor_Markers' },
  73.         { 'Found',      'Editor_FoundText' },
  74.         { 'Keyword',    'Editor_Keywords' },
  75.         { 'Folds',      'Editor_Folds' },
  76.         { 'HilitWord',  'Editor_HilitWord' },
  77.     };
  78. }
  79.