styles/iris.style
author Claus Gittinger <cg@exept.de>
Tue, 12 May 1998 19:14:58 +0200
changeset 2115 aa706aa0298c
parent 1959 d5ec4b54e970
child 2468 1a93026b436f
permissions -rw-r--r--
*** empty log message ***

; View defaultStyle:#iris 
;
; silicon graphics style
; (somwehat like motif, but with smooth edges and bells&whistles)
;
; $Header: /cvs/stx/stx/libview/styles/iris.style,v 1.28 1998-05-12 17:14:58 cg Exp $

name                            #iris

comment  'Silicon graphics'' Iris look alike'

#if (Language == #german) or:[Language == #de]
comment  'An Silicon Graphics Iris angelehnter Stil'
#endif

#if (Language == #french) or:[Language == #fr]
comment  'Un style qui résemble Silicon Graphics Irix'
#endif

#if Display hasGreyscales
viewGrey                        (Color grey:67) exactOrNearestOn:(Screen current)
veryLightGray                   (Color veryLightGray) exactOrNearestOn:(Screen current)
darkGray                        (Color darkGray) exactOrNearestOn:(Screen current)
mediumGray                      (Color gray:50) exactOrNearestOn:(Screen current)
#else
viewGrey                        Color white
lightColor                      Color grey:50
veryLightGray                   Color veryLightGray
darkGray                        Color darkGray
mediumGray                      Color gray:50
#endif

#include 'iris.common'