styles/motif_dec2.style
author Claus Gittinger <cg@exept.de>
Wed, 06 Mar 1996 12:47:58 +0100
changeset 498 ca1d11e446ce
parent 309 8cc4d0e7b41b
child 1948 6a9b754ca6d3
permissions -rw-r--r--
some french strings

; View defaultStyle:#'motif_dec2' 
;
; dec's motif style (as seen on an ultrix4.4 system)
; like motif, but using different (brown, pessimistic, newEngland-weather) colors
;
;
; $Header: /cvs/stx/stx/libview/styles/motif_dec2.style,v 1.7 1996-03-06 11:47:50 cg Exp $

#if Display hasGreyscales
# if Display hasColors
viewGrey                    Color red:79 green:67 blue:57 
scrollerVB                  Color red:72 green:60 blue:52
# else
viewGrey                    Color grey:67 
scrollerVB                  Color grey:50
# endif
#endif

#include 'motif.common'

comment  'another DEC motif look alike\\brownish colors & larger fonts.'

#if (Language == #german) or:[Language == #de]
comment  'Angelehnt an `motif'' auf DEC Systemen\Brauner Hintergrund und großer Zeichensatz.'
#endif
#if (Language == #french) or:[Language == #fr]
comment  'Comme 'motif'' avec les systèmes de DEC'
#endif


menuFont             Font family:'helvetica' face:'medium' style:'roman' size:14

#if Display hasColors
lightColor                Color red:90 green:75 blue:63
shadowColor               Color red:36 green:30 blue:26
#else
lightColor                Color grey:85
shadowColor               Color grey:30
#endif

textCursorType            #block

scrollerViewBackground    =scrollerVB 
scrollerThumbColor        =viewGrey

selectionForegroundColor  Color black

labelForegroundColor      Color black

buttonActiveBackgroundColor      =scrollerVB
buttonActiveForegroundColor      Color black
arrowButtonActiveForegroundColor =viewGrey  

menuViewBackgroundColor         =scrollerVB
menuDisabledForegroundColor     Color darkGrey

rulerBackgroundColor            =scrollerVB

#if (Display hasColors and:[Display depth > 4])
transcriptBackgroundColor       =viewGrey
#endif