styles/motif_redButtons.style
changeset 1948 6a9b754ca6d3
parent 309 8cc4d0e7b41b
equal deleted inserted replaced
1947:dce44929b7c5 1948:6a9b754ca6d3
     1 ; View defaultStyle:#'motif_redButtons' 
     1 ; View defaultStyle:#'motif_redButtons' 
     2 ;
     2 ;
     3 ; just an example - take motif-style as a base, change buttons to red
     3 ; just an example - take motif-style as a base, change buttons to red
     4 ;
     4 ;
     5 ; $Header: /cvs/stx/stx/libview/styles/motif_redButtons.style,v 1.5 1995-12-14 15:16:02 cg Exp $
     5 ; $Header: /cvs/stx/stx/libview/styles/motif_redButtons.style,v 1.6 1997-11-02 19:49:06 cg Exp $
     6 
     6 
     7 
     7 
     8 #include 'motif.style'
     8 #include 'motif.style'
     9 
     9 
    10 comment  'like `motif'' style\\with redish buttons'
    10 comment  'like `motif'' style\\with redish buttons'
    13 comment  'Wie `motif'' aber mit roten Knöpfen'
    13 comment  'Wie `motif'' aber mit roten Knöpfen'
    14 #endif
    14 #endif
    15 
    15 
    16 buttonRed                     Color red:45 green:5 blue:5
    16 buttonRed                     Color red:45 green:5 blue:5
    17 
    17 
    18 buttonBackgroundColor         =buttonRed lightened
    18 button.backgroundColor         =buttonRed lightened
    19 buttonActiveBackgroundColor   =buttonRed 
    19 button.activeBackgroundColor   =buttonRed 
    20 buttonShadowColor             =buttonRed darkened
    20 button.shadowColor             =buttonRed darkened
    21 buttonLightColor              =buttonRed lightened
    21 button.lightColor              =buttonRed lightened
    22 
    22