styles/motif2.style
author Claus Gittinger <cg@exept.de>
Fri, 07 Mar 1997 12:07:08 +0100
changeset 1440 114c32a3d0ea
parent 534 ae5caa947d14
child 1853 c3d87b4f6051
permissions -rw-r--r--
*** empty log message ***

; View defaultStyle:#motif2
;
; just a demo:
; like motif, but with different (red) menu-hilighting
;
; $Header: /cvs/stx/stx/libview/styles/motif2.style,v 1.8 1997-03-07 11:07:03 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  'Fun style. Like `motif'' style.\\With changed menu & selection colors.'

#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