styles/motif_redButtons.style
author Claus Gittinger <cg@exept.de>
Thu, 23 Nov 1995 14:25:26 +0100
changeset 246 77e353b0ba79
parent 180 0b3a8658d55e
child 309 8cc4d0e7b41b
permissions -rw-r--r--
*** empty log message ***
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
;
246
77e353b0ba79 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 180
diff changeset
     5
; $Header: /cvs/stx/stx/libview/styles/motif_redButtons.style,v 1.4 1995-11-23 13:25:25 cg 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
246
77e353b0ba79 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 180
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