styles/oldStyles/fun_iris.style
changeset 1948 6a9b754ca6d3
parent 1440 114c32a3d0ea
child 1951 5290a36652db
equal deleted inserted replaced
1947:dce44929b7c5 1948:6a9b754ca6d3
     5 ; brighter (but a nice demo)
     5 ; brighter (but a nice demo)
     6 ;
     6 ;
     7 ; notice, that the light- and dark brown shadow colors are computed from the bitmaps;
     7 ; notice, that the light- and dark brown shadow colors are computed from the bitmaps;
     8 ; if you replace them by some (say reddish) image, they will change too.
     8 ; if you replace them by some (say reddish) image, they will change too.
     9 ;
     9 ;
    10 ; $Header: /cvs/stx/stx/libview/styles/oldStyles/fun_iris.style,v 1.6 1997-03-07 11:06:58 cg Exp $
    10 ; $Header: /cvs/stx/stx/libview/styles/oldStyles/fun_iris.style,v 1.7 1997-11-02 19:48:51 cg Exp $
    11 ;
    11 ;
    12 
    12 
    13 #include 'iris.style'
    13 #include 'iris.style'
    14 
    14 
    15 comment  'Fun style.\Like ''iris'', with rock-solid viewbackground.\May be too dark on some VGA displays'
    15 comment  'Fun style.\Like ''iris'', with rock-solid viewbackground.\May be too dark on some VGA displays'
    36 textViewBackground           Color red:100 green:90 blue:90  "a bit redish"
    36 textViewBackground           Color red:100 green:90 blue:90  "a bit redish"
    37 textBackgroundColor          =textViewBackground
    37 textBackgroundColor          =textViewBackground
    38 
    38 
    39 labelForegroundColor         Color white
    39 labelForegroundColor         Color white
    40 
    40 
    41 buttonForegroundColor        Color black
    41 button.foregroundColor        Color black
    42 buttonBackgroundColor        =wooden
    42 button.backgroundColor        =wooden
    43 buttonActiveBackgroundColor  =wooden "=lightWood"
    43 button.activeBackgroundColor  =wooden "=lightWood"
    44 buttonEnteredBackgroundColor =lightWood
    44 button.enteredBackgroundColor =lightWood
    45 buttonDisabledForegroundColor  =disabledGrey
    45 button.disabledForegroundColor  =disabledGrey
    46 buttonShadowColor            =darkWood
    46 button.shadowColor            =darkWood
    47 buttonLightColor             =lightWood
    47 button.lightColor             =lightWood
    48 buttonHalfShadowColor        =darkWood
    48 button.halfShadowColor        =darkWood
    49 
    49 
    50 checkToggleCheckColor           Color white
    50 checkToggle.checkColor           Color white
    51 checkBoxLabelForegroundColor    Color white
    51 checkBox.labelForegroundColor    Color white
    52 
    52 
    53 menuForegroundColor              =brightGrey
    53 menu.foregroundColor              =brightGrey
    54 menuHilightForegroundColor       Color yellow
    54 menu.hilightForegroundColor       Color yellow
    55 menuHilightBackgroundColor       =viewBackground
    55 menuH.hilightBackgroundColor       =viewBackground
    56 menuDisabledForegroundColor      =disabledGrey
    56 menu.disabledForegroundColor      =disabledGrey
    57 
    57 
    58 selectionForegroundColor         =brightGrey
    58 selection.foregroundColor         =brightGrey
    59 selectionHilightForegroundColor  Color yellow
    59 selection.hilightForegroundColor  Color yellow
    60 selectionHilightBackgroundColor  =viewBackground
    60 selection.hilightBackgroundColor  =viewBackground
    61 
    61 
    62 ; rulerForegroundColor             Color yellow
    62 ; ruler.foregroundColor             Color yellow
    63 
    63 
    64 scrollerThumbColor              =wooden
    64 scroller.thumbColor              =wooden
    65 scrollerThumbShadowColor        =darkWood
    65 scroller.thumbShadowColor        =darkWood
    66 scrollerThumbLightColor         =lightWood
    66 scroller.thumbLightColor         =lightWood
    67 scrollerThumbHalfShadowColor    =darkWood
    67 scroller.thumbHalfShadowColor    =darkWood
    68 scrollerGhostColor              =darkWood
    68 scroller.ghostColor              =darkWood