styles/mswindowsXP.style
changeset 4316 0518cc77ab21
parent 4314 4dcc556144dd
child 4318 26ff092e3819
--- a/styles/mswindowsXP.style	Sat Oct 16 14:30:10 2004 +0200
+++ b/styles/mswindowsXP.style	Tue Oct 19 16:14:00 2004 +0200
@@ -1,6 +1,6 @@
 ; View defaultStyle:#mswindowsXP
 ;
-; $Header: /cvs/stx/stx/libview/styles/mswindowsXP.style,v 1.21 2004-10-15 17:10:08 cg Exp $
+; $Header: /cvs/stx/stx/libview/styles/mswindowsXP.style,v 1.22 2004-10-19 14:14:00 stefan Exp $
 
 name                            #winXP
 
@@ -20,7 +20,8 @@
 
 selectionBlue                   (Color red:0 green:0 blue:50) exactOrNearestOn:(Screen current)
 
-viewGrey                        (Color redByte:241 greenByte:242 blueByte:239) exactOrNearestOn:(Screen current)
+; viewGrey                        (Color redByte:241 greenByte:242 blueByte:239) exactOrNearestOn:(Screen current)
+viewGrey                        (Color grey:90) exactOrNearestOn:(Screen current)
 viewLightGrey                   Color white
 lightColor                      Color white
 halfShadowColor                 (Color grey:80) exactOrNearestOn:(Screen current)
@@ -102,7 +103,11 @@
 
 selection.highlightEnterItem       true         "/ underline-highlight item under cursor
 
+#if Screen current platformName = 'WIN32'
 scroller.viewBackground          (Color redByte:16rFB greenByte:16rFB blueByte:16rF9)
+#else
+scroller.viewBackground          (Color redByte:221 greenByte:221 blueByte:204)
+#endif
 scroller.thumbColor              (Color redByte:175 greenByte:190 blueByte:240) slightlyLightened
 scroller.thumbLightColor         (Color redByte:16rCF greenByte:16rDD blueByte:16rFD)
 scroller.thumbShadowColor        (Color redByte:16r83 greenByte:16r9E blueByte:16rD8)