styles/motif_light.style
changeset 1948 6a9b754ca6d3
parent 309 8cc4d0e7b41b
child 2155 27862eea4474
equal deleted inserted replaced
1947:dce44929b7c5 1948:6a9b754ca6d3
     3 ; like motif, but using a brighter grey
     3 ; like motif, but using a brighter grey
     4 ;
     4 ;
     5 ; use this (instead of motif) on VGA displays,
     5 ; use this (instead of motif) on VGA displays,
     6 ; where the colors are a bit darkish
     6 ; where the colors are a bit darkish
     7 ;
     7 ;
     8 ; $Header: /cvs/stx/stx/libview/styles/motif_light.style,v 1.8 1995-12-14 15:16:00 cg Exp $
     8 ; $Header: /cvs/stx/stx/libview/styles/motif_light.style,v 1.9 1997-11-02 19:49:05 cg Exp $
     9 ;
     9 ;
    10 
    10 
    11 #if Display hasGreyscales
    11 #if Display hasGreyscales
    12 viewGrey                    Color grey:67 
    12 viewGrey                    Color grey:67 
    13 lightColor                Color grey:80
    13 lightColor                Color grey:80
    20 
    20 
    21 #if (Language == #german) or:[Language == #de]
    21 #if (Language == #german) or:[Language == #de]
    22 comment  'Wie `motif''\Hellerer Hintergrund.'
    22 comment  'Wie `motif''\Hellerer Hintergrund.'
    23 #endif
    23 #endif
    24 
    24 
    25 scrollerViewBackground    Color grey:50
    25 scroller.viewBackground    Color grey:50
    26 scrollerThumbColor        =viewGrey
    26 scroller.thumbColor        =viewGrey
    27 
    27 
    28 selectionForegroundColor  Color black
    28 selection.foregroundColor  Color black
    29 
    29 
    30 labelForegroundColor      Color black
    30 label.foregroundColor      Color black
    31 
    31 
    32 buttonActiveBackgroundColor     Color grey:50
    32 button.activeBackgroundColor     Color grey:50
    33 buttonActiveForegroundColor     Color black
    33 button.activeForegroundColor     Color black
    34 buttonDisabledForegroundColor   Color grey:25
    34 button.disabledForegroundColor   Color grey:25
    35 
    35 
    36 menuViewBackgroundColor         Color grey:50
    36 menu.viewBackgroundColor         Color grey:50
    37 menuDisabledForegroundColor     Color darkGrey
    37 menu.disabledForegroundColor     Color darkGrey
    38 
    38 
    39 rulerForegroundColor            Color black
    39 ruler.foregroundColor            Color black
    40 rulerBackgroundColor            Color grey:50
    40 ruler.backgroundColor            Color grey:50
    41 
    41 
    42 selectionDisabledForegroundColor Color grey:25
    42 selection.disabledForegroundColor Color grey:25
    43 
    43 
    44 ;
    44 ;
    45 ; although the following is not really motif, it looks much better ...
    45 ; although the following is not really motif, it looks much better ...
    46 ;
    46 ;
    47 #if Display hasColors   
    47 #if Display hasColors   
    48 editFieldBackgroundColor           Color red:100 green:75 blue:75
    48 editField.backgroundColor           Color red:100 green:75 blue:75
    49 editFieldSelectionBackgroundColor  Color white
    49 editField.selectionBackgroundColor  Color white
    50 editFieldSelectionForegroundColor  Color black
    50 editField.selectionForegroundColor  Color black
    51 #endif
    51 #endif
    52 
    52