styles/motifLight.style
author Claus Gittinger <cg@exept.de>
Sat, 21 Jan 2017 04:04:02 +0100
changeset 7779 5931d9c57148
parent 2991 918e2f570098
permissions -rw-r--r--
#DOCUMENTATION by cg class: SimpleView changed: #controller:
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
;
2991
918e2f570098 removed all direct references to Display (must use Screen current)
Stefan Vogel <sv@exept.de>
parents: 1893
diff changeset
     6
; $Header: /cvs/stx/stx/libview/styles/motifLight.style,v 1.2 1999-10-27 13:28:03 stefan Exp $
1893
3fc8ae63e08b *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     7
2991
918e2f570098 removed all direct references to Display (must use Screen current)
Stefan Vogel <sv@exept.de>
parents: 1893
diff changeset
     8
#if Screen current hasGreyscales
1893
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