styles/greenPC.style
author Claus Gittinger <cg@exept.de>
Thu, 14 Dec 1995 16:16:13 +0100
changeset 309 8cc4d0e7b41b
parent 242 f7e4fcb6a9e8
child 1440 114c32a3d0ea
permissions -rw-r--r--
germanism
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
122
c84d8d1e8d48 Initial revision
claus
parents:
diff changeset
     1
; View defaultStyle:#greenPC 
c84d8d1e8d48 Initial revision
claus
parents:
diff changeset
     2
;
242
f7e4fcb6a9e8 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 180
diff changeset
     3
; green PC - living in a box -- recycle you windows :-)
122
c84d8d1e8d48 Initial revision
claus
parents:
diff changeset
     4
;
242
f7e4fcb6a9e8 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 180
diff changeset
     5
; I guess, you have never seen smalltalk views as charming as this ...
122
c84d8d1e8d48 Initial revision
claus
parents:
diff changeset
     6
;
c84d8d1e8d48 Initial revision
claus
parents:
diff changeset
     7
; fun style; like motif, but with different viewbackground
c84d8d1e8d48 Initial revision
claus
parents:
diff changeset
     8
; this style does not work on B&W displays
c84d8d1e8d48 Initial revision
claus
parents:
diff changeset
     9
;
c84d8d1e8d48 Initial revision
claus
parents:
diff changeset
    10
; On my SGI, this one looks great; on VGA's, the colors come out
c84d8d1e8d48 Initial revision
claus
parents:
diff changeset
    11
; a bit too dark.
c84d8d1e8d48 Initial revision
claus
parents:
diff changeset
    12
;
309
8cc4d0e7b41b germanism
Claus Gittinger <cg@exept.de>
parents: 242
diff changeset
    13
; $Header: /cvs/stx/stx/libview/styles/greenPC.style,v 1.5 1995-12-14 15:15:51 cg Exp $
144
claus
parents: 122
diff changeset
    14
122
c84d8d1e8d48 Initial revision
claus
parents:
diff changeset
    15
#if Display hasGreyscales
c84d8d1e8d48 Initial revision
claus
parents:
diff changeset
    16
wooden             (Image fromFile:'bitmaps/wood2H.tiff')
c84d8d1e8d48 Initial revision
claus
parents:
diff changeset
    17
granite            (Image fromFile:'bitmaps/granite.tiff')
c84d8d1e8d48 Initial revision
claus
parents:
diff changeset
    18
c84d8d1e8d48 Initial revision
claus
parents:
diff changeset
    19
viewGrey           =wooden
c84d8d1e8d48 Initial revision
claus
parents:
diff changeset
    20
viewBackground     =wooden
c84d8d1e8d48 Initial revision
claus
parents:
diff changeset
    21
c84d8d1e8d48 Initial revision
claus
parents:
diff changeset
    22
woodColor          =wooden averageColorIn:(0@0 corner:9@9)
c84d8d1e8d48 Initial revision
claus
parents:
diff changeset
    23
; woodColor          Color red:58 green:48 blue:8
c84d8d1e8d48 Initial revision
claus
parents:
diff changeset
    24
c84d8d1e8d48 Initial revision
claus
parents:
diff changeset
    25
lightColor         =woodColor lightened
c84d8d1e8d48 Initial revision
claus
parents:
diff changeset
    26
shadowColor        =woodColor darkened darkened
180
claus
parents: 144
diff changeset
    27
mediumColor        =woodColor darkened 
claus
parents: 144
diff changeset
    28
#endif
122
c84d8d1e8d48 Initial revision
claus
parents:
diff changeset
    29
180
claus
parents: 144
diff changeset
    30
#include 'motif.common'
claus
parents: 144
diff changeset
    31
claus
parents: 144
diff changeset
    32
comment  'like motif, with cute viewbackground\\not recommended for slow display servers.'
claus
parents: 144
diff changeset
    33
309
8cc4d0e7b41b germanism
Claus Gittinger <cg@exept.de>
parents: 242
diff changeset
    34
#if (Language == #german) or:[Language == #de]
8cc4d0e7b41b germanism
Claus Gittinger <cg@exept.de>
parents: 242
diff changeset
    35
comment  'Wie ''motif'', mit geändertem Hintergrund.\\Nicht sinnvoll bei langsamen Maschinen.'
8cc4d0e7b41b germanism
Claus Gittinger <cg@exept.de>
parents: 242
diff changeset
    36
#endif
8cc4d0e7b41b germanism
Claus Gittinger <cg@exept.de>
parents: 242
diff changeset
    37
180
claus
parents: 144
diff changeset
    38
#if Display hasGreyscales
122
c84d8d1e8d48 Initial revision
claus
parents:
diff changeset
    39
buttonActiveForegroundColor      Color white
c84d8d1e8d48 Initial revision
claus
parents:
diff changeset
    40
buttonActiveBackgroundColor      =granite 
c84d8d1e8d48 Initial revision
claus
parents:
diff changeset
    41
buttonForegroundColor            Color grey:80
c84d8d1e8d48 Initial revision
claus
parents:
diff changeset
    42
buttonBackgroundColor            =granite 
c84d8d1e8d48 Initial revision
claus
parents:
diff changeset
    43
c84d8d1e8d48 Initial revision
claus
parents:
diff changeset
    44
labelForegroundColor             Color black
c84d8d1e8d48 Initial revision
claus
parents:
diff changeset
    45
c84d8d1e8d48 Initial revision
claus
parents:
diff changeset
    46
arrowButtonActiveForegroundColor Color white
c84d8d1e8d48 Initial revision
claus
parents:
diff changeset
    47
arrowButtonForegroundColor       Color grey:80
c84d8d1e8d48 Initial revision
claus
parents:
diff changeset
    48
c84d8d1e8d48 Initial revision
claus
parents:
diff changeset
    49
scrollerThumbColor               Color black
c84d8d1e8d48 Initial revision
claus
parents:
diff changeset
    50
scrollerViewBackground           =wooden
c84d8d1e8d48 Initial revision
claus
parents:
diff changeset
    51
scrollerGhostColor               =shadowColor
c84d8d1e8d48 Initial revision
claus
parents:
diff changeset
    52
scrollerGhostLevel               -1
c84d8d1e8d48 Initial revision
claus
parents:
diff changeset
    53
c84d8d1e8d48 Initial revision
claus
parents:
diff changeset
    54
selectionHilightFrameColor       Color white
242
f7e4fcb6a9e8 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 180
diff changeset
    55
selectionDisabledForegroundColor Color grey:20 "need darker grey for more contrast"
122
c84d8d1e8d48 Initial revision
claus
parents:
diff changeset
    56
c84d8d1e8d48 Initial revision
claus
parents:
diff changeset
    57
menuViewBackground               =wooden
c84d8d1e8d48 Initial revision
claus
parents:
diff changeset
    58
menuHilightFrameColor            Color white
c84d8d1e8d48 Initial revision
claus
parents:
diff changeset
    59
menuHilightForegroundColor       =wooden
c84d8d1e8d48 Initial revision
claus
parents:
diff changeset
    60
menuHilightBackgroundColor       Color black
242
f7e4fcb6a9e8 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 180
diff changeset
    61
f7e4fcb6a9e8 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 180
diff changeset
    62
editFieldBackgroundColor         Color red:100 green:75 blue:75
122
c84d8d1e8d48 Initial revision
claus
parents:
diff changeset
    63
#endif