styles/motif.style
author Claus Gittinger <cg@exept.de>
Mon, 21 Apr 1997 13:59:20 +0200
changeset 1624 46064adf74a0
parent 833 5628715a15c3
child 1853 c3d87b4f6051
permissions -rw-r--r--
b&w display fixes

; View defaultStyle:#motif 
;
; muddy color motif style, as found on HP greyscale machines
; you may want to change the colors to brighter ones - they
; are so pessimistic ;-)
;
; on VGA displays, where the colors are a bit darkish,
; use motif_light
;
; $Header: /cvs/stx/stx/libview/styles/motif.style,v 1.9 1997-04-21 11:59:19 cg Exp $

#if Display hasGreyscales
viewGrey                Color grey:61
lightColor              Color grey:84
shadowColor             Color grey:33
mediumColor             Color grey:52
#else
viewGrey                Color white
lightColor              Color grey:75
shadowColor             Color black
mediumColor             Color grey:50.
#endif

#include 'motif.common'

comment  '`motif'' look alike.'

#if (Language == #german) or:[Language == #de]
comment  'An `motif'' angelehnter Stil'
#endif
#if (Language == #french) or:[Language == #fr]
comment  'Un style qui resemble `motif'''
#endif

fatFont                     Font family:'helvetica' face:'bold' style:'roman' size:12

selectionFont               =fatFont
labelFont                   =fatFont
menuFont                    =fatFont

#try this:
#variablePanelHandleLevel    -1

#or, try that:
#variablePanelHandleLevel    0
#variablePanelHandleColor    Color black
#variablePanelHandleStyle    #iris 

;
; although the following is not really motif, it looks much better ...
;
#if Display hasColors   
editFieldBackgroundColor           Color red:100 green:75 blue:75
editFieldSelectionBackgroundColor  Color white
editFieldSelectionForegroundColor  Color black
#else
# if Display hasGrayscales not
editFieldBackgroundColor           Color white
# endif
#endif