styles/motif_dec.style
changeset 122 c84d8d1e8d48
child 144 cf645a1ebbb3
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/styles/motif_dec.style	Thu Mar 23 17:55:33 1995 +0100
@@ -0,0 +1,47 @@
+; View defaultStyle:#'motif_dec' 
+;
+; dec's motif style (as seen on an ultrix4.4 system)
+; like motif, but using different colors
+;
+;
+; $Header: /cvs/stx/stx/libview/styles/motif_dec.style,v 1.1 1995-03-23 16:54:55 claus Exp $
+
+#if Display hasGreyscales
+# if Display hasColors
+viewGrey                    Color red:45 green:62.5 blue:100 
+scrollerVB                  Color red:38 green:53 blue:86
+# else
+viewGrey                    Color grey:67 
+scrollerVB                  Color grey:50
+# endif
+#endif
+
+#include 'motif.common'
+
+menuFont             Font family:'helvetica' face:'medium' style:'roman' size:14
+
+#if Display hasColors
+lightColor                Color red:77 green:84.5 blue:100
+shadowColor               Color red:24 green:34.0 blue:54
+#else
+lightColor                Color grey:85
+shadowColor               Color grey:30
+#endif
+
+textCursorType            #block
+
+scrollerViewBackground    =scrollerVB 
+scrollerThumbColor        =viewGrey
+
+selectionForegroundColor  Color black
+
+labelForegroundColor      Color black
+
+buttonActiveBackgroundColor      =scrollerVB
+buttonActiveForegroundColor      Color black
+arrowButtonActiveForegroundColor =viewGrey  
+
+menuViewBackgroundColor         =scrollerVB
+menuDisabledForegroundColor     Color darkGrey
+
+rulerBackgroundColor            =scrollerVB