styles/motif_light.style
changeset 1948 6a9b754ca6d3
parent 309 8cc4d0e7b41b
child 2155 27862eea4474
--- a/styles/motif_light.style	Sun Nov 02 19:49:56 1997 +0100
+++ b/styles/motif_light.style	Sun Nov 02 20:49:19 1997 +0100
@@ -5,7 +5,7 @@
 ; use this (instead of motif) on VGA displays,
 ; where the colors are a bit darkish
 ;
-; $Header: /cvs/stx/stx/libview/styles/motif_light.style,v 1.8 1995-12-14 15:16:00 cg Exp $
+; $Header: /cvs/stx/stx/libview/styles/motif_light.style,v 1.9 1997-11-02 19:49:05 cg Exp $
 ;
 
 #if Display hasGreyscales
@@ -22,31 +22,31 @@
 comment  'Wie `motif''\Hellerer Hintergrund.'
 #endif
 
-scrollerViewBackground    Color grey:50
-scrollerThumbColor        =viewGrey
+scroller.viewBackground    Color grey:50
+scroller.thumbColor        =viewGrey
 
-selectionForegroundColor  Color black
+selection.foregroundColor  Color black
 
-labelForegroundColor      Color black
+label.foregroundColor      Color black
 
-buttonActiveBackgroundColor     Color grey:50
-buttonActiveForegroundColor     Color black
-buttonDisabledForegroundColor   Color grey:25
+button.activeBackgroundColor     Color grey:50
+button.activeForegroundColor     Color black
+button.disabledForegroundColor   Color grey:25
 
-menuViewBackgroundColor         Color grey:50
-menuDisabledForegroundColor     Color darkGrey
+menu.viewBackgroundColor         Color grey:50
+menu.disabledForegroundColor     Color darkGrey
 
-rulerForegroundColor            Color black
-rulerBackgroundColor            Color grey:50
+ruler.foregroundColor            Color black
+ruler.backgroundColor            Color grey:50
 
-selectionDisabledForegroundColor Color grey:25
+selection.disabledForegroundColor Color grey:25
 
 ;
 ; although the following is not really motif, it looks much better ...
 ;
 #if Display hasColors   
-editFieldBackgroundColor           Color red:100 green:75 blue:75
-editFieldSelectionBackgroundColor  Color white
-editFieldSelectionForegroundColor  Color black
+editField.backgroundColor           Color red:100 green:75 blue:75
+editField.selectionBackgroundColor  Color white
+editField.selectionForegroundColor  Color black
 #endif