styles/motif_redButtons.style
author claus
Thu, 07 Sep 1995 14:31:44 +0200
changeset 180 0b3a8658d55e
parent 144 cf645a1ebbb3
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_redButtons' 
c84d8d1e8d48 Initial revision
claus
parents:
diff changeset
     2
;
c84d8d1e8d48 Initial revision
claus
parents:
diff changeset
     3
; just an example - take motif-style as a base, change buttons to red
c84d8d1e8d48 Initial revision
claus
parents:
diff changeset
     4
;
180
claus
parents: 144
diff changeset
     5
; $Header: /cvs/stx/stx/libview/styles/motif_redButtons.style,v 1.3 1995-09-07 12:31:29 claus Exp $
122
c84d8d1e8d48 Initial revision
claus
parents:
diff changeset
     6
c84d8d1e8d48 Initial revision
claus
parents:
diff changeset
     7
c84d8d1e8d48 Initial revision
claus
parents:
diff changeset
     8
#include 'motif.style'
c84d8d1e8d48 Initial revision
claus
parents:
diff changeset
     9
144
claus
parents: 122
diff changeset
    10
comment  'like motif.style\\with redish buttons'
122
c84d8d1e8d48 Initial revision
claus
parents:
diff changeset
    11
144
claus
parents: 122
diff changeset
    12
buttonRed                     Color red:45 green:5 blue:5
122
c84d8d1e8d48 Initial revision
claus
parents:
diff changeset
    13
180
claus
parents: 144
diff changeset
    14
buttonBackgroundColor         =buttonRed lightened
claus
parents: 144
diff changeset
    15
buttonActiveBackgroundColor   =buttonRed 
122
c84d8d1e8d48 Initial revision
claus
parents:
diff changeset
    16
buttonShadowColor             =buttonRed darkened
c84d8d1e8d48 Initial revision
claus
parents:
diff changeset
    17
buttonLightColor              =buttonRed lightened
c84d8d1e8d48 Initial revision
claus
parents:
diff changeset
    18