styles/motif2.style
author Claus Gittinger <cg@exept.de>
Wed, 13 Aug 1997 15:51:32 +0200
changeset 1857 854b5ec3c7b9
parent 1853 c3d87b4f6051
child 1948 6a9b754ca6d3
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.10 1997-08-13 13:51:22 cg Exp $

#if Display hasGreyscales
viewGrey                (Color grey:61) exactOrNearestOn:(Screen current) 
lightColor              (Color grey:84) exactOrNearestOn:(Screen current)
shadowColor             (Color grey:33) exactOrNearestOn:(Screen current)
mediumColor             (Color grey:52) exactOrNearestOn:(Screen current)
#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