styles/motif_redButtons.style
author Stefan Vogel <sv@exept.de>
Tue, 28 Apr 2020 15:28:14 +0200
changeset 9038 dd177fea6408
parent 1948 6a9b754ca6d3
permissions -rw-r--r--
#REFACTORING by stefan class: Font changed: #setFamily:face:style:size:sizeUnit:encoding:device:

; View defaultStyle:#'motif_redButtons' 
;
; just an example - take motif-style as a base, change buttons to red
;
; $Header: /cvs/stx/stx/libview/styles/motif_redButtons.style,v 1.6 1997-11-02 19:49:06 cg Exp $


#include 'motif.style'

comment  'like `motif'' style\\with redish buttons'

#if (Language == #german) or:[Language == #de]
comment  'Wie `motif'' aber mit roten Knöpfen'
#endif

buttonRed                     Color red:45 green:5 blue:5

button.backgroundColor         =buttonRed lightened
button.activeBackgroundColor   =buttonRed 
button.shadowColor             =buttonRed darkened
button.lightColor              =buttonRed lightened