                                   COLOR.TXT
                                      for

                           Smooth Editor version 2.11

                COPYRIGHT 1995 DUBBELDAM SOFTWARE ALL RIGHTS RESERVED

                             --------------------

In this file some are some examples of color settings you can use in Smooth 
Editor. The settings of the color usage of choice can be inserted in the 
SE.INI file, replacing the original color settings. 

Contents:
1. Inspired by DOS's Edit
2. Sam's colors (loads of purple)
3. Daytime computing (white text on blue background)
4. Brian's Blues
5. Raymond's Green


********************************************************************************

********************************************************************************

;
;1. COLOR OPTIONS inspired by Edit
;---------------------------------
;

;Palette Colors: Given in Red, Green, Blue. Values range from 0 to 63.
;
Palette00 =	0,	0,	35	;Default :  0, 0, 0 (Black)
Palette01 =	40,	40,	40	;Default : 20,45,47 (Cyan)
Palette02 =	42,	42,	42	;Default : 42,42,42 (White)
Palette03 =	16,	16,	16	;Default : 16,16,16 (Grey)
Palette04 =	20,	45,	45	;Default : 58,58,58 (Bright white)
Palette05 =	0,	0,	0	;Default :  0, 0,42 (Blue)
Palette06 =	63,	63,	63	;Default : 10,10,10 (Dark grey)
Palette07 =	35,	35,	35	;Default : 20, 0, 0 (Dark red)
Palette08 =	0,	0,	0
Palette09 =	0,	0,	0
Palette10 =	0,	0,	0
Palette11 =	0,	0,	0
Palette12 =	0,	0,	0


;Color Use: Colorname=backgroundcolor,foregroundcolor
;Backgroundcolor and foregroundcolor are chosen from the Palette Colors.
;For ColorFrame only one color is needed.
;
;
;Text colors:
;
;Colorname = colorcodes          Used for instance in:
;-----------------------------------------------------
ColorText = 0,1			;e.g. this text
ColorSelectedText = 1,0		;e.g. selected text
ColorFrame = 0			;Edge of the screen.
;
;
;Status bar colors (Line at the bottom of the screen):
;
;Colorname = colorcodes          Used for instance in:
;-----------------------------------------------------
ColorStatusActive = 4,5		;File name (below left).
ColorStatusInactive = 4,1       ;OVR when INSert is enabled.
ColorStatusMessage = 4,6        ;'Esc:Menu F1:Help' message on startup.
;
;
;Menu colors:
;
;Colorname = colorcodes          Used for instance in:
;-----------------------------------------------------
ColorMenuSelectedHotkey = 5,6	;F in File when opening menu
ColorMenuSelectedText = 5,2     ;Last 3 letters in File when opening menu.
ColorMenuHotkey = 1,6		;E in Edit when opening menu
ColorMenuText = 1,5		;Last 3 letters in Edit when opening menu.
ColorMenuLines = 1,5		;Lines around menu
;
;
;Window colors (e.g. the window that pops up after selecting Open... from the 
;  file menu. The examples below are from this window):
;
;Colorname = colorcodes          Used for instance in 'Open...' window for:
;--------------------------------------------------------------------------
ColorWindowLines = 1,5		;Double lines around window
ColorWindowTitle = 1,5          ;'Open...' text at top of window
ColorWindowText = 1,5           ;'Filename:' text in left top of window
ColorWindowTextHighlight = 1,6	;'*' at 'extension sorting' option
ColorWindowEdit = 7,5		;Names in list with other extensions than
				;     .txt, .ini, .doc etc.
ColorWindowEditHighlight = 7,6	;Names in list with extensions like .txt,
				;     .ini, .doc etc.
ColorWindowSelectedText = 5,2   ;Selected names in list with other 
				;     extensions than .txt, .ini, .doc etc.
ColorWindowSelectedTextHighlight = 5,6 ;Selected names in list with 
				;     extensions like	.txt,

********************************************************************************

********************************************************************************

;
;2. COLOR OPTIONS Sam's colors
;-----------------------------

;	Palette Colors: Given in Red, Green, Blue. Values range from 0 to 63.

Palette00 = 0, 0, 0
Palette01 =20,45,47
Palette02 =58,58,58 
Palette03 =38,38,38
Palette04 =42,42,42
Palette05 =35,35,35
Palette06 =20,20,20
Palette07 = 6, 6, 6
Palette08 =32, 0,32
Palette09 =25, 0,25
Palette10 =16, 0,16
Palette11 =12, 0,12
Palette12 =48, 0,48

;Color Use: Colorname=backgroundcolor,foregroundcolor
;Backgroundcolor and foregroundcolor are chosen from the Palette Colors.
;For ColorFrame only one color is needed.
;
;	Text colors:
ColorText = 0,1			;e.g. this text
ColorSelectedText = 3,0		;e.g. selected text
ColorFrame = 7			;Edge of the screen.
;
;	Status bar colors (Line at the bottom of the screen):
ColorStatusActive = 11,5	 ;File name (below left).
ColorStatusInactive = 11,6       ;OVR when INSert is enabled.
ColorStatusMessage = 11,8        ;'Esc:Menu F1:Help' message on startup.
;
;	Menu colors:
ColorMenuSelectedHotkey = 8,2	;F in File when opening menu
ColorMenuSelectedText = 8,4     ;Last 3 letters in File when opening menu.
ColorMenuHotkey = 0,12		;E in Edit when opening menu
ColorMenuText = 0,4		;Last 3 letters in Edit when opening menu.
ColorMenuLines = 0,9		;Lines around menu
;
;	Window colors (e.g. the window that pops up after selecting 
;	Open... from the file menu. The examples below are from this window):
ColorWindowLines = 0,9		;Double lines around window
ColorWindowTitle = 9,3          ;'Open...' text at top of window
ColorWindowText = 0,3           ;'Filename:' text in left top of window
ColorWindowTextHighlight = 0,2	;'*' at 'extension sorting' option
ColorWindowEdit = 10,3		;Names in list with other extensions than
				;     .txt, .ini, .doc etc.
ColorWindowEditHighlight = 10,2	;Names in list with extensions like .txt,
				;     .ini, .doc etc.
ColorWindowSelectedText = 8,3   ;Selected names in list with other 
				;     extensions than .txt, .ini, .doc etc.
ColorWindowSelectedTextHighlight = 8,2 ;Selected names in list with 
				;     extensions like	.txt,

********************************************************************************

********************************************************************************

;
;3. COLOR OPTIONS Daytime computing
;----------------------------------

;Palette Colors: Given in Red, Green, Blue. Values range from 0 to 63.
;
Palette00 =	0,	0,	0	;Default :  0, 0, 0 (Black)
Palette01 =	20,	45,	47	;Default : 20,45,47 (Cyan)
Palette02 =	42,	42,	42	;Default : 42,42,42 (White)
Palette03 =	16,	16,	16	;Default : 16,16,16 (Grey)
Palette04 =	58,	58,	58	;Default : 58,58,58 (Bright white)
Palette05 =	0,	0,	42	;Default :  0, 0,42 (Blue)
Palette06 =	10,	10,	10	;Default : 10,10,10 (Dark grey)
Palette07 =	13,	0,	0	;Default : 20, 0, 0 (Dark red)
Palette08 =	0,	0,	0
Palette09 =	0,	0,	0
Palette10 =	0,	0,	0
Palette11 =	0,	0,	0
Palette12 =	0,	0,	0


;Color Use: Colorname=backgroundcolor,foregroundcolor
;Backgroundcolor and foregroundcolor are chosen from the Palette Colors.
;For ColorFrame only one color is needed.
;
;
;Text colors:
;
;Colorname = colorcodes          Used for instance in:
;-----------------------------------------------------
ColorText = 5,2			;e.g. this text
ColorSelectedText = 2,0		;e.g. selected text
ColorFrame = 7			;Edge of the screen.
;
;
;Status bar colors (Line at the bottom of the screen):
;
;Colorname = colorcodes          Used for instance in:
;-----------------------------------------------------
ColorStatusActive = 7,2		;File name (below left).
ColorStatusInactive = 7,3       ;OVR when INSert is enabled.
ColorStatusMessage = 5,4        ;'Esc:Menu F1:Help' message on startup.
;
;
;Menu colors:
;
;Colorname = colorcodes          Used for instance in:
;-----------------------------------------------------
ColorMenuSelectedHotkey = 5,4	;F in File when opening menu
ColorMenuSelectedText = 5,2     ;Last 3 letters in File when opening menu.
ColorMenuHotkey = 0,4		;E in Edit when opening menu
ColorMenuText = 0,2		;Last 3 letters in Edit when opening menu.
ColorMenuLines = 0,5		;Lines around menu
;
;
;Window colors (e.g. the window that pops up after selecting Open... from the 
;  file menu. The examples below are from this window):
;
;Colorname = colorcodes          Used for instance in 'Open...' window for:
;--------------------------------------------------------------------------
ColorWindowLines = 0,5		;Double lines around window
ColorWindowTitle = 5,4          ;'Open...' text at top of window
ColorWindowText = 0,2           ;'Filename:' text in left top of window
ColorWindowTextHighlight = 0,4	;'*' at 'extension sorting' option
ColorWindowEdit = 6,2		;Names in list with other extensions than
				;     .txt, .ini, .doc etc.
ColorWindowEditHighlight = 6,4	;Names in list with extensions like .txt,
				;     .ini, .doc etc.
ColorWindowSelectedText = 5,2   ;Selected names in list with other 
				;     extensions than .txt, .ini, .doc etc.
ColorWindowSelectedTextHighlight = 5,4 ;Selected names in list with 
				;     extensions like	.txt,

********************************************************************************

********************************************************************************

;
;4. COLOR OPTIONS Brian's Blues
;------------------------------

;Palette Colors: Given in Red, Green, Blue. Values range from 0 to 63.
;
Palette00 =	0,	0,	0	;Default :  0, 0, 0 (Black)
Palette01 =	20,	45,	47	;Default : 20,45,47 (Cyan)
Palette02 =	42,	42,	42	;Default : 42,42,42 (White)
Palette03 =	16,	16,	16	;Default : 16,16,16 (Grey)
Palette04 =	58,	58,	58	;Default : 58,58,58 (Bright white)
Palette05 =	30,	30,	37	;Default :  0, 0,42 (Blue)
Palette06 =	10,	10,	10	;Default : 10,10,10 (Dark grey)
Palette07 =	20,	20,	27	;Default : 20, 0, 0 (Blue-grey)
Palette08 =	0,	5,	13      ;Dark navy-blue
Palette09 =	20,	0,	0	;Dark red
Palette10 =	63,	63,	63	;Bright white
Palette11 =	63,	60,	30	;Yellow
Palette12 =	0,	0,	0


;Color Use: Colorname=backgroundcolor,foregroundcolor
;Backgroundcolor and foregroundcolor are chosen from the Palette Colors.
;For ColorFrame only one color is needed.
;
;
;Text colors:
;
;Colorname = colorcodes          Used for instance in:
;-----------------------------------------------------
ColorText = 8,1			;e.g. this text
ColorSelectedText = 2,0		;e.g. selected text
ColorFrame = 0			;Edge of the screen.
;
;
;Status bar colors (Line at the bottom of the screen):
;
;Colorname = colorcodes          Used for instance in:
;-----------------------------------------------------
ColorStatusActive = 7,2		;File name (below left).
ColorStatusInactive = 7,3       ;OVR when INSert is enabled.
ColorStatusMessage = 5,4        ;'Esc:Menu F1:Help' message on startup.
;
;
;Menu colors:
;
;Colorname = colorcodes          Used for instance in:
;-----------------------------------------------------
ColorMenuSelectedHotkey = 5,10	;F in File when opening menu
ColorMenuSelectedText = 5,4     ;Last 3 letters in File when opening menu.
ColorMenuHotkey = 7,4		;E in Edit when opening menu
ColorMenuText = 7,2		;Last 3 letters in Edit when opening menu.
ColorMenuLines = 7,8		;Lines around menu
;
;
;Window colors (e.g. the window that pops up after selecting Open... from the 
;  file menu. The examples below are from this window):
;
;Colorname = colorcodes          Used for instance in 'Open...' window for:
;--------------------------------------------------------------------------
ColorWindowLines = 2,7		;Double lines around window
ColorWindowTitle = 5,4          ;'Open...' text at top of window
ColorWindowText = 2,8           ;'Filename:' text in left top of window
ColorWindowTextHighlight = 5,10	;'*' at 'extension sorting' option
ColorWindowEdit = 5,8		;Names in list with other extensions than
				;     .txt, .ini, .doc etc.
ColorWindowEditHighlight = 5,4	;Names in list with extensions like .txt,
				;     .ini, .doc etc.
ColorWindowSelectedText = 5,11   ;Selected names in list with other 
				;     extensions than .txt, .ini, .doc etc.
ColorWindowSelectedTextHighlight = 5,11 ;Selected names in list with 
				;     extensions like	.txt,

********************************************************************************

********************************************************************************

;
;5. COLOR OPTIONS Raymond's Green
;--------------------------------
;
Palette00 =     0,      0,      0       ;Default :  0, 0, 0 (Black)
Palette01 =     20,     45,     47      ;Default : 20,45,47 (Cyan)
Palette02 =     42,     42,     42      ;Default : 42,42,42 (White)
Palette03 =     16,     16,     16      ;Default : 16,16,16 (Grey)
Palette04 =     58,     58,     58      ;Default : 58,58,58 (Bright white)
Palette05 =     30,     30,     37      ;Default :  0, 0,42 (Blue)
Palette06 =     10,     10,     10      ;Default : 10,10,10 (Dark grey)
Palette07 =     20,     20,     27      ;Default : 20, 0, 0 (Blue-grey)
Palette08 =     0,      5,      13      ;Dark navy-blue
Palette09 =     20,     0,      0       ;Dark red
Palette10 =     63,     63,     63      ;Bright white
Palette11 =     63,     60,     30      ;Yellow
Palette12 =     0,     30,     25
 
 
;Color Use: Colorname=backgroundcolor,foregroundcolor
;Backgroundcolor and foregroundcolor are chosen from the Palette Colors.
;For ColorFrame only one color is needed.
;
;
;Text colors:
;
;Colorname = colorcodes          Used for instance in:
;-----------------------------------------------------
ColorText = 12,10               ;e.g. this text
ColorSelectedText =10,12        ;e.g. selected text
ColorFrame = 12                 ;Edge of the screen.
;
;
;Status bar colors (Line at the bottom of the screen):
;
;Colorname = colorcodes          Used for instance in:
;-----------------------------------------------------
ColorStatusActive = 3,2         ;File name (below left).
ColorStatusInactive = 3,12      ;OVR when INSert is enabled.
ColorStatusMessage = 5,4        ;'Esc:Menu F1:Help' message on startup.
;
;
;Menu colors:
;
;Colorname = colorcodes          Used for instance in:
;-----------------------------------------------------
ColorMenuSelectedHotkey = 5,10  ;F in File when opening menu
ColorMenuSelectedText = 5,1     ;Last 3 letters in File when opening menu.
ColorMenuHotkey = 7,10          ;E in Edit when opening menu
ColorMenuText = 7,1             ;Last 3 letters in Edit when opening menu.
ColorMenuLines = 7,8            ;Lines around menu
;
;
;Window colors (e.g. the window that pops up after selecting Open... from the
;  file menu. The examples below are from this window):
;
;Colorname = colorcodes          Used for instance in 'Open...' window for:
;--------------------------------------------------------------------------
ColorWindowLines = 2,7          ;Double lines around window
ColorWindowTitle = 5,4          ;'Open...' text at top of window
ColorWindowText = 2,8           ;'Filename:' text in left top of window
ColorWindowTextHighlight = 2,8  ;'*' at 'extension sorting' option
ColorWindowEdit = 5,8          ;Names in list with other extensions than
                                ;     .txt, .ini, .doc etc.
ColorWindowEditHighlight = 12,8 ;Names in list with extensions like .txt,
                                ;     .ini, .doc etc.
ColorWindowSelectedText = 12,10   ;Selected names in list with other
                                ;     extensions than .txt, .ini, .doc etc.
ColorWindowSelectedTextHighlight = 12,10 ;Selected names in list with
                                ;     extensions like   .txt,
