styles/motif_blue_red.style
author Claus Gittinger <cg@exept.de>
Sat, 21 Jan 2017 04:04:02 +0100
changeset 7779 5931d9c57148
parent 6621 a1b4cfc5fd1d
permissions -rw-r--r--
#DOCUMENTATION by cg class: SimpleView changed: #controller:

; View defaultStyle:#'motif_blue_red'
;
; blue'ish motif with red menus
;
; another demo - not good to work with
; (thats how the views look in the style-guide ;-)
;
; $Header: /cvs/stx/stx/libview/styles/motif_blue_red.style,v 1.6 2014-11-26 19:13:52 cg Exp $

#include 'motif_blue.style'

comment  'like motif style;\\with blueish colors and red menus'

#if (Language == #german) or:[Language == #de]
comment  'Wie ''motif'', aus der ``blauen Phase''''\mit roten Menüs '
#endif

menu.foregroundColor             Color white
menuBackgroundColor              Color red:45 green:5 blue:5
menu.backgroundColor             =menuBackgroundColor
menu.shadowColor                 =menuBackgroundColor darkened
menu.lightColor                  =menuBackgroundColor lightened
menu.hilightForegroundColor      =menuForegroundColor

pullDownMenu.shadowColor             =menuShadowColor
pullDownMenu.lightColor              =menuLightColor
pullDownMenu.foregroundColor         =menuForegroundColor
pullDownMenu.backgroundColor         =menuBackgroundColor
pullDownMenu.viewBackground          =menuBackgroundColor
pullDownMenu.hilightForegroundColor  Color white