styles/greenPC.style
author claus
Tue, 16 May 1995 19:17:11 +0200
changeset 144 cf645a1ebbb3
parent 122 c84d8d1e8d48
child 180 0b3a8658d55e
permissions -rw-r--r--
.

; View defaultStyle:#greenPC 
;
; green PC - recycle you windows :-)
;
; I guess, you have never seen smalltalk views as charming as those ...
;
; fun style; like motif, but with different viewbackground
; this style does not work on B&W displays
;
; On my SGI, this one looks great; on VGA's, the colors come out
; a bit too dark.
;
; $Header: /cvs/stx/stx/libview/styles/greenPC.style,v 1.2 1995-05-16 17:15:40 claus Exp $

#include 'motif.style'

comment  'like motif style;\\with different viewbackground'

#if Display hasGreyscales
wooden             (Image fromFile:'bitmaps/wood2H.tiff')
granite            (Image fromFile:'bitmaps/granite.tiff')

viewGrey           =wooden
viewBackground     =wooden

woodColor          =wooden averageColorIn:(0@0 corner:9@9)
; woodColor          Color red:58 green:48 blue:8

lightColor         =woodColor lightened
shadowColor        =woodColor darkened darkened

buttonActiveForegroundColor      Color white
buttonActiveBackgroundColor      =granite 
buttonForegroundColor            Color grey:80
buttonBackgroundColor            =granite 

labelForegroundColor             Color black

arrowButtonActiveForegroundColor Color white
arrowButtonForegroundColor       Color grey:80

scrollerThumbColor               Color black
scrollerViewBackground           =wooden
scrollerGhostColor               =shadowColor
scrollerGhostLevel               -1

selectionHilightFrameColor       Color white
selectionDisabledForegroundColor Color darkGrey "need darker grey for more contrast"

menuViewBackground               =wooden
menuHilightFrameColor            Color white
menuHilightForegroundColor       =wooden
menuHilightBackgroundColor       Color black
#endif