styles/motifLight.style
changeset 1893 3fc8ae63e08b
child 2991 918e2f570098
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/styles/motifLight.style	Sat Sep 06 19:29:59 1997 +0200
@@ -0,0 +1,30 @@
+; View defaultStyle:#motif2
+;
+; just a demo:
+; like motif, but with a brighter grey
+;
+; $Header: /cvs/stx/stx/libview/styles/motifLight.style,v 1.1 1997-09-06 17:29:59 cg Exp $
+
+#if Display hasGreyscales
+viewGrey                (Color grey:80) exactOrNearestOn:(Screen current) 
+lightColor              (Color grey:100) exactOrNearestOn:(Screen current)
+shadowColor             (Color grey:50) exactOrNearestOn:(Screen current)
+mediumColor             (Color grey:67) exactOrNearestOn:(Screen current)
+#else
+viewGrey                Color white
+lightColor              Color grey:25
+shadowColor             Color black
+mediumColor             Color grey:50.
+#endif
+
+#include 'motif.common'
+
+comment  'Like `motif'' style.\\With brighter viewBackground.'
+
+#if (Language == #german) or:[Language == #de]
+comment  'Wie `motif'', mit hellerem Hintergrund'
+#endif
+#if (Language == #french) or:[Language == #fr]
+comment  'Comme `motif'', avec des couleurs differentes'
+#endif
+