styles/motif_blue_red.style
changeset 6621 a1b4cfc5fd1d
parent 1948 6a9b754ca6d3
--- a/styles/motif_blue_red.style	Wed Nov 26 19:24:11 2014 +0100
+++ b/styles/motif_blue_red.style	Wed Nov 26 20:13:52 2014 +0100
@@ -1,11 +1,11 @@
-; View defaultStyle:#'motif_blue_red' 
+; View defaultStyle:#'motif_blue_red'
 ;
 ; blue'ish motif with red menus
 ;
 ; another demo - not good to work with
 ; (thats how the views look in the style-guide ;-)
 ;
-; $Header: /cvs/stx/stx/libview/styles/motif_blue_red.style,v 1.5 1997-11-02 19:49:01 cg Exp $
+; $Header: /cvs/stx/stx/libview/styles/motif_blue_red.style,v 1.6 2014-11-26 19:13:52 cg Exp $
 
 #include 'motif_blue.style'
 
@@ -16,7 +16,8 @@
 #endif
 
 menu.foregroundColor             Color white
-menu.backgroundColor             Color red:45 green:5 blue:5
+menuBackgroundColor              Color red:45 green:5 blue:5
+menu.backgroundColor             =menuBackgroundColor
 menu.shadowColor                 =menuBackgroundColor darkened
 menu.lightColor                  =menuBackgroundColor lightened
 menu.hilightForegroundColor      =menuForegroundColor
@@ -27,4 +28,3 @@
 pullDownMenu.backgroundColor         =menuBackgroundColor
 pullDownMenu.viewBackground          =menuBackgroundColor
 pullDownMenu.hilightForegroundColor  Color white
-