styles/motif2.style
author Claus Gittinger <cg@exept.de>
Thu, 21 Mar 1996 17:45:53 +0100
changeset 534 ae5caa947d14
parent 498 ca1d11e446ce
child 1440 114c32a3d0ea
permissions -rw-r--r--
better motif-style selectionInListView highlighting

; View defaultStyle:#motif2
;
; just a demo:
; like motif, but with different (red) menu-hilighting
;
; $Header: /cvs/stx/stx/libview/styles/motif2.style,v 1.7 1996-03-21 16:45:52 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:25
shadowColor             Color black
mediumColor             Color grey:50.
#endif

#include 'motif.style'

comment  'like `motif'' style.\\With changed menu & selection colors (only a demo).'

#if (Language == #german) or:[Language == #de]
comment  'Wie `motif'', mit geänderten Farben für Menüs & Selektionen'
#endif
#if (Language == #french) or:[Language == #fr]
comment  'Comme `motif'', avec des couleurs differentes'
#endif

menuHilightForegroundColor      Color white
menuHilightBackgroundColor      Color red
menuHilightLevel                1

;
; and different selectionHilighting
; (if the following is uncommented)
;

selectionHilightForegroundColor     Color black      
selectionHilightBackgroundColor     Color green
selectionHilightStyle               nil
selectionHilightLevel               1