styles/motif_light.style
author Claus Gittinger <cg@exept.de>
Sun, 03 Dec 1995 21:57:45 +0100
changeset 273 aa1efc1ca2f3
parent 246 77e353b0ba79
child 309 8cc4d0e7b41b
permissions -rw-r--r--
better bg-color in enterfields
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
122
c84d8d1e8d48 Initial revision
claus
parents:
diff changeset
     1
; View defaultStyle:#'motif_light' 
c84d8d1e8d48 Initial revision
claus
parents:
diff changeset
     2
;
c84d8d1e8d48 Initial revision
claus
parents:
diff changeset
     3
; like motif, but using a brighter grey
c84d8d1e8d48 Initial revision
claus
parents:
diff changeset
     4
;
c84d8d1e8d48 Initial revision
claus
parents:
diff changeset
     5
; use this (instead of motif) on VGA displays,
c84d8d1e8d48 Initial revision
claus
parents:
diff changeset
     6
; where the colors are a bit darkish
c84d8d1e8d48 Initial revision
claus
parents:
diff changeset
     7
;
273
aa1efc1ca2f3 better bg-color in enterfields
Claus Gittinger <cg@exept.de>
parents: 246
diff changeset
     8
; $Header: /cvs/stx/stx/libview/styles/motif_light.style,v 1.7 1995-12-03 20:57:45 cg Exp $
122
c84d8d1e8d48 Initial revision
claus
parents:
diff changeset
     9
;
c84d8d1e8d48 Initial revision
claus
parents:
diff changeset
    10
c84d8d1e8d48 Initial revision
claus
parents:
diff changeset
    11
#if Display hasGreyscales
c84d8d1e8d48 Initial revision
claus
parents:
diff changeset
    12
viewGrey                    Color grey:67 
180
claus
parents: 144
diff changeset
    13
lightColor                Color grey:80
claus
parents: 144
diff changeset
    14
shadowColor               Color grey:25
122
c84d8d1e8d48 Initial revision
claus
parents:
diff changeset
    15
#endif
c84d8d1e8d48 Initial revision
claus
parents:
diff changeset
    16
c84d8d1e8d48 Initial revision
claus
parents:
diff changeset
    17
#include 'motif.common'
c84d8d1e8d48 Initial revision
claus
parents:
diff changeset
    18
246
77e353b0ba79 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 180
diff changeset
    19
comment  'like motif style\\slightly brighter colors'
122
c84d8d1e8d48 Initial revision
claus
parents:
diff changeset
    20
c84d8d1e8d48 Initial revision
claus
parents:
diff changeset
    21
scrollerViewBackground    Color grey:50
c84d8d1e8d48 Initial revision
claus
parents:
diff changeset
    22
scrollerThumbColor        =viewGrey
c84d8d1e8d48 Initial revision
claus
parents:
diff changeset
    23
c84d8d1e8d48 Initial revision
claus
parents:
diff changeset
    24
selectionForegroundColor  Color black
c84d8d1e8d48 Initial revision
claus
parents:
diff changeset
    25
c84d8d1e8d48 Initial revision
claus
parents:
diff changeset
    26
labelForegroundColor      Color black
c84d8d1e8d48 Initial revision
claus
parents:
diff changeset
    27
143
claus
parents: 140
diff changeset
    28
buttonActiveBackgroundColor     Color grey:50
claus
parents: 140
diff changeset
    29
buttonActiveForegroundColor     Color black
claus
parents: 140
diff changeset
    30
buttonDisabledForegroundColor   Color grey:25
122
c84d8d1e8d48 Initial revision
claus
parents:
diff changeset
    31
c84d8d1e8d48 Initial revision
claus
parents:
diff changeset
    32
menuViewBackgroundColor         Color grey:50
c84d8d1e8d48 Initial revision
claus
parents:
diff changeset
    33
menuDisabledForegroundColor     Color darkGrey
c84d8d1e8d48 Initial revision
claus
parents:
diff changeset
    34
c84d8d1e8d48 Initial revision
claus
parents:
diff changeset
    35
rulerForegroundColor            Color black
c84d8d1e8d48 Initial revision
claus
parents:
diff changeset
    36
rulerBackgroundColor            Color grey:50
140
claus
parents: 122
diff changeset
    37
claus
parents: 122
diff changeset
    38
selectionDisabledForegroundColor Color grey:25
273
aa1efc1ca2f3 better bg-color in enterfields
Claus Gittinger <cg@exept.de>
parents: 246
diff changeset
    39
aa1efc1ca2f3 better bg-color in enterfields
Claus Gittinger <cg@exept.de>
parents: 246
diff changeset
    40
;
aa1efc1ca2f3 better bg-color in enterfields
Claus Gittinger <cg@exept.de>
parents: 246
diff changeset
    41
; although the following is not really motif, it looks much better ...
aa1efc1ca2f3 better bg-color in enterfields
Claus Gittinger <cg@exept.de>
parents: 246
diff changeset
    42
;
aa1efc1ca2f3 better bg-color in enterfields
Claus Gittinger <cg@exept.de>
parents: 246
diff changeset
    43
#if Display hasColors   
aa1efc1ca2f3 better bg-color in enterfields
Claus Gittinger <cg@exept.de>
parents: 246
diff changeset
    44
editFieldBackgroundColor           Color red:100 green:75 blue:75
aa1efc1ca2f3 better bg-color in enterfields
Claus Gittinger <cg@exept.de>
parents: 246
diff changeset
    45
editFieldSelectionBackgroundColor  Color white
aa1efc1ca2f3 better bg-color in enterfields
Claus Gittinger <cg@exept.de>
parents: 246
diff changeset
    46
editFieldSelectionForegroundColor  Color black
aa1efc1ca2f3 better bg-color in enterfields
Claus Gittinger <cg@exept.de>
parents: 246
diff changeset
    47
#endif
aa1efc1ca2f3 better bg-color in enterfields
Claus Gittinger <cg@exept.de>
parents: 246
diff changeset
    48