*** empty log message *** rel5_1_3 stx_513
authorClaus Gittinger <cg@exept.de>
Sun, 12 Oct 2003 15:36:48 +0200
changeset 3944 770d3bc31490
parent 3943 2d4dbd3f9aa6
child 3945 bdbc16f787dc
*** empty log message ***
styles/mswindowsXP.style
--- a/styles/mswindowsXP.style	Thu Oct 09 20:03:48 2003 +0200
+++ b/styles/mswindowsXP.style	Sun Oct 12 15:36:48 2003 +0200
@@ -1,6 +1,6 @@
 ; View defaultStyle:#mswindowsXP 
 ;
-; $Header: /cvs/stx/stx/libview/styles/mswindowsXP.style,v 1.6 2002-10-25 11:28:09 ca Exp $
+; $Header: /cvs/stx/stx/libview/styles/mswindowsXP.style,v 1.7 2003-10-12 13:36:48 cg Exp $
 
 name                            #winXP 
 
@@ -66,6 +66,8 @@
 menu.selectionFollowsMouse      true 
 menu.enteredBackgroundColor     =menu.hilightBackgroundColor
 menu.enteredForegroundColor     =menu.hilightForegroundColor
+menu.backgroundColor            (Screen current getSystemColor:#COLOR_MENU)
+pullDownMenu.backgroundColor            (Screen current getSystemColor:#COLOR_MENU)
 
 ;button.edgeStyle                 #soft
 ;button.activeLevel               -1
@@ -123,3 +125,8 @@
 arrowButton.backgroundColor       =scroller.viewBackground
 arrowButton.activeBackgroundColor =scroller.viewBackground
 
+noteBook.backgroundColor          Color redByte:240 greenByte:240 blueByte:240
+noteBook.foregroundColor          Color black
+noteBook.lightColor               Color redByte:150 greenByte:150 blueByte:150
+noteBook.shadowColor              Color redByte:150 greenByte:150 blueByte:150
+noteBook.passiveBackgroundColor   Color redByte:230 greenByte:230 blueByte:230