styles/mswindows3.style
changeset 1857 854b5ec3c7b9
parent 1853 c3d87b4f6051
child 1948 6a9b754ca6d3
--- a/styles/mswindows3.style	Wed Aug 13 15:26:32 1997 +0200
+++ b/styles/mswindows3.style	Wed Aug 13 15:51:32 1997 +0200
@@ -1,6 +1,6 @@
 ; View defaultStyle:#win95 
 ;
-; $Header: /cvs/stx/stx/libview/styles/mswindows3.style,v 1.21 1997-08-11 11:55:33 cg Exp $
+; $Header: /cvs/stx/stx/libview/styles/mswindows3.style,v 1.22 1997-08-13 13:51:23 cg Exp $
 
 comment  'win95 lookalike - unfinished'
 
@@ -13,15 +13,15 @@
 
 
 #if Display hasGreyscales
-selectionBlue                   (Color red:0 green:0 blue:50) nearestOn:(Screen current)
+selectionBlue                   (Color red:0 green:0 blue:50) exactOrNearestOn:(Screen current)
 
-; viewGrey                        (Color grey:67) nearestOn:(Screen current) 
-viewGrey                        (Color grey:77) nearestOn:(Screen current)
-; viewLightGrey                   (Color grey:80) nearestOn:(Screen current) 
-viewLightGrey                   (Color grey:90) nearestOn:(Screen current) 
+; viewGrey                        (Color grey:67) exactOrNearestOn:(Screen current) 
+viewGrey                        (Color grey:77) exactOrNearestOn:(Screen current)
+; viewLightGrey                   (Color grey:80) exactOrNearestOn:(Screen current) 
+viewLightGrey                   (Color grey:90) exactOrNearestOn:(Screen current) 
 lightColor                      Color white
-halfShadowColor                 (Color grey:33) nearestOn:(Screen current)
-; halfLightColor                  (Color grey:67) nearestOn:(Screen current)
+halfShadowColor                 (Color grey:33) exactOrNearestOn:(Screen current)
+; halfLightColor                  (Color grey:67) exactOrNearestOn:(Screen current)
 ; halfLightColor                  Color white "/ grey:67
 halfLightColor                  =viewGrey
 #else
@@ -129,7 +129,7 @@
 ; buttonActiveForegroundColor           Color black
 ; buttonActiveBackgroundColor           Color white
 ; buttonEnteredBackgroundColor          Color lightGrey
-buttonHalfShadowColor                   =viewGrey darkened nearestOn:(Screen current)
+buttonHalfShadowColor                   =viewGrey darkened exactOrNearestOn:(Screen current)
 buttonHalfLightColor                    Color white
 #else
 buttonActiveBackgroundColor             Color black