styles/motifLight.style
author Claus Gittinger <cg@exept.de>
Sat, 06 Sep 1997 19:29:59 +0200
changeset 1893 3fc8ae63e08b
child 2991 918e2f570098
permissions -rw-r--r--
*** empty log message ***
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1893
3fc8ae63e08b *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     1
; View defaultStyle:#motif2
3fc8ae63e08b *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     2
;
3fc8ae63e08b *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     3
; just a demo:
3fc8ae63e08b *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     4
; like motif, but with a brighter grey
3fc8ae63e08b *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     5
;
3fc8ae63e08b *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     6
; $Header: /cvs/stx/stx/libview/styles/motifLight.style,v 1.1 1997-09-06 17:29:59 cg Exp $
3fc8ae63e08b *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     7
3fc8ae63e08b *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     8
#if Display hasGreyscales
3fc8ae63e08b *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     9
viewGrey                (Color grey:80) exactOrNearestOn:(Screen current) 
3fc8ae63e08b *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    10
lightColor              (Color grey:100) exactOrNearestOn:(Screen current)
3fc8ae63e08b *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    11
shadowColor             (Color grey:50) exactOrNearestOn:(Screen current)
3fc8ae63e08b *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    12
mediumColor             (Color grey:67) exactOrNearestOn:(Screen current)
3fc8ae63e08b *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    13
#else
3fc8ae63e08b *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    14
viewGrey                Color white
3fc8ae63e08b *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    15
lightColor              Color grey:25
3fc8ae63e08b *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    16
shadowColor             Color black
3fc8ae63e08b *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    17
mediumColor             Color grey:50.
3fc8ae63e08b *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    18
#endif
3fc8ae63e08b *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    19
3fc8ae63e08b *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    20
#include 'motif.common'
3fc8ae63e08b *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    21
3fc8ae63e08b *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    22
comment  'Like `motif'' style.\\With brighter viewBackground.'
3fc8ae63e08b *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    23
3fc8ae63e08b *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    24
#if (Language == #german) or:[Language == #de]
3fc8ae63e08b *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    25
comment  'Wie `motif'', mit hellerem Hintergrund'
3fc8ae63e08b *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    26
#endif
3fc8ae63e08b *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    27
#if (Language == #french) or:[Language == #fr]
3fc8ae63e08b *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    28
comment  'Comme `motif'', avec des couleurs differentes'
3fc8ae63e08b *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    29
#endif
3fc8ae63e08b *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    30