1!	SGI version
2!
3!       Asedit-sgi app-defaults file for asedit program (ver. 1.3)
4!       (C) A. Stochniol, 1991 - 1994
5!
6!	Special version to take into account SGI gamma corrections
7!	for colours. The only difference here are the colours.
8!
9!	NOTE:
10!	(i) this only works on systems that support include command
11!	in the resource file (all X1R5 are OK, some X11R4 might be)
12!	(ii) the Asedit file must be in the same directory as this one
13!	     (unless you use the full file name, including path)
14
15
16#include "Asedit"
17
18!   colours for menuBar ( = all menus & most dialogs), help_dialog
19!   and save_warning,  and main text area (i.e. all the rest)
20!   NOTE: colours are done in rgb just in case your colour database is "weird"
21!         (or simply you use the program in your "locale" and the colour
22!          names are completely different)
23!
24*menuBar*background:            #9b9b9b
25*help_dialog*background:        #919191
26*background:                    #919191
27*edit_text*background:           #9f8484
28*help_dialog*XmText*background: #919191
29*readOnlyBackground:                    #919191
30*bottom_row*background:         #919191
31*troughColor:                           #6b6b6b
32*menuBar*XmList.background:             #6b6b6b
33*menuBar*VkList.background:             #6b6b6b
34*menuBar*XmText.background:             #a88080
35*menuBar*XmTextField.background:        #a88080
36!   colours for important warning/error messages
37!   NOTE: colours are done in rgb ... (see above)
38*save_warning*background:               #f49173
39*menuBar*save_warning*background:       #f49173
40*menuBar*error_message*background:      #f49173
41!
42
43