styles/motif_blue_red.style
author Jan Vrany <jan.vrany@labware.com>
Fri, 26 Apr 2024 21:09:50 +0100
branchjv
changeset 9076 7c39b306d9d4
parent 6621 a1b4cfc5fd1d
permissions -rw-r--r--
Skip `FcPatternTests >> test_02` when using FontConfig >= 2.13.1 ...as it turns out the "bug" is still present in 2.14.1 and 2.15.0. Sigh.

; 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