styles/motif_blue_red.style
author claus
Tue, 16 May 1995 19:17:11 +0200
changeset 144 cf645a1ebbb3
parent 122 c84d8d1e8d48
child 246 77e353b0ba79
permissions -rw-r--r--
.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
122
c84d8d1e8d48 Initial revision
claus
parents:
diff changeset
     1
; View defaultStyle:#'motif_blue_red' 
c84d8d1e8d48 Initial revision
claus
parents:
diff changeset
     2
;
c84d8d1e8d48 Initial revision
claus
parents:
diff changeset
     3
; blue'ish motif with red menus
c84d8d1e8d48 Initial revision
claus
parents:
diff changeset
     4
;
c84d8d1e8d48 Initial revision
claus
parents:
diff changeset
     5
; another demo - not good to work with
c84d8d1e8d48 Initial revision
claus
parents:
diff changeset
     6
; (thats how the views look in the style-guide ;-)
c84d8d1e8d48 Initial revision
claus
parents:
diff changeset
     7
;
144
claus
parents: 122
diff changeset
     8
; $Header: /cvs/stx/stx/libview/styles/motif_blue_red.style,v 1.2 1995-05-16 17:16:04 claus Exp $
122
c84d8d1e8d48 Initial revision
claus
parents:
diff changeset
     9
c84d8d1e8d48 Initial revision
claus
parents:
diff changeset
    10
#include 'motif_blue.style'
c84d8d1e8d48 Initial revision
claus
parents:
diff changeset
    11
144
claus
parents: 122
diff changeset
    12
comment  'like motif.style;\\with blueish colors and red menus'
claus
parents: 122
diff changeset
    13
122
c84d8d1e8d48 Initial revision
claus
parents:
diff changeset
    14
menuForegroundColor             Color white
c84d8d1e8d48 Initial revision
claus
parents:
diff changeset
    15
menuBackgroundColor             Color red:45 green:5 blue:5
c84d8d1e8d48 Initial revision
claus
parents:
diff changeset
    16
menuShadowColor                 =menuBackgroundColor darkened
c84d8d1e8d48 Initial revision
claus
parents:
diff changeset
    17
menuLightColor                  =menuBackgroundColor lightened
c84d8d1e8d48 Initial revision
claus
parents:
diff changeset
    18
menuHilightForegroundColor      =menuForegroundColor
c84d8d1e8d48 Initial revision
claus
parents:
diff changeset
    19
c84d8d1e8d48 Initial revision
claus
parents:
diff changeset
    20
pullDownMenuShadowColor             =menuShadowColor
c84d8d1e8d48 Initial revision
claus
parents:
diff changeset
    21
pullDownMenuLightColor              =menuLightColor
c84d8d1e8d48 Initial revision
claus
parents:
diff changeset
    22
pullDownMenuForegroundColor         =menuForegroundColor
c84d8d1e8d48 Initial revision
claus
parents:
diff changeset
    23
pullDownMenuBackgroundColor         =menuBackgroundColor
c84d8d1e8d48 Initial revision
claus
parents:
diff changeset
    24
pullDownMenuViewBackground          =menuBackgroundColor
c84d8d1e8d48 Initial revision
claus
parents:
diff changeset
    25
pullDownMenuHilightForegroundColor  Color white
c84d8d1e8d48 Initial revision
claus
parents:
diff changeset
    26