styles/motif3.style
author Stefan Vogel <sv@exept.de>
Wed, 05 Feb 2020 13:55:32 +0100
changeset 8985 b4d006b79f84
parent 1948 6a9b754ca6d3
permissions -rw-r--r--
#BUGFIX by stefan class: ModalBox changed: #show #showAt: #showAt:centerX:centerY: #ensure: block to destroy box on abort (e.g. via Timeout-Pin - see 15_Standard_Library_Test.ets)

; View defaultStyle:#motif3
;
; just a demo:
; like motif, but with different menu-hilighting
; (yellow text on grey - looks like lighted with a lamp from behind ...)
;
; $Header: /cvs/stx/stx/libview/styles/motif3.style,v 1.7 1997-11-02 19:48:59 cg Exp $


#include 'motif.style'

comment  'like `motif'' style;\\with changed menu, selection & button colors'

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

menu.hilightForegroundColor      Color yellow
menu.hilightBackgroundColor      =viewGrey
menu.hilightLevel                0

;
; and different selectionHilighting (yellow fg highlighting)
;

selection.hilightForegroundColor     Color yellow      
selection.hilightBackgroundColor     =viewGrey
selection.hilightStyle               nil
selection.hilightLevel               0

;
; and different button hilighting
;

button.activeForegroundColor     Color yellow      
button.foregroundColor           Color black