styles/expecco.style
author Claus Gittinger <cg@exept.de>
Mon, 27 Jun 2005 12:35:03 +0200
changeset 4394 ddfd58847892
parent 4124 ed4bb2ce46b3
child 5673 0cdedc8e0014
permissions -rw-r--r--
*** empty log message ***
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
4394
ddfd58847892 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4124
diff changeset
     1
; View defaultStyle:#mswindows95
4124
ed4bb2ce46b3 add new viewstyle for expecco application
ab
parents:
diff changeset
     2
;
4394
ddfd58847892 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4124
diff changeset
     3
; $Header: /cvs/stx/stx/libview/styles/expecco.style,v 1.2 2005-06-27 10:34:22 cg Exp $
4124
ed4bb2ce46b3 add new viewstyle for expecco application
ab
parents:
diff changeset
     4
ed4bb2ce46b3 add new viewstyle for expecco application
ab
parents:
diff changeset
     5
comment  'win95/nt lookalike'
ed4bb2ce46b3 add new viewstyle for expecco application
ab
parents:
diff changeset
     6
ed4bb2ce46b3 add new viewstyle for expecco application
ab
parents:
diff changeset
     7
#if (Language == #german) or:[Language == #de]
ed4bb2ce46b3 add new viewstyle for expecco application
ab
parents:
diff changeset
     8
comment  'an MS Windows95 angelehnter Stil'
ed4bb2ce46b3 add new viewstyle for expecco application
ab
parents:
diff changeset
     9
#endif
ed4bb2ce46b3 add new viewstyle for expecco application
ab
parents:
diff changeset
    10
ed4bb2ce46b3 add new viewstyle for expecco application
ab
parents:
diff changeset
    11
#if (Language == #french) or:[Language == #fr]
ed4bb2ce46b3 add new viewstyle for expecco application
ab
parents:
diff changeset
    12
comment  'Un style qui résemble MS Windows95'
ed4bb2ce46b3 add new viewstyle for expecco application
ab
parents:
diff changeset
    13
#endif
ed4bb2ce46b3 add new viewstyle for expecco application
ab
parents:
diff changeset
    14
4394
ddfd58847892 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4124
diff changeset
    15
name                            #win95
4124
ed4bb2ce46b3 add new viewstyle for expecco application
ab
parents:
diff changeset
    16
ed4bb2ce46b3 add new viewstyle for expecco application
ab
parents:
diff changeset
    17
;
ed4bb2ce46b3 add new viewstyle for expecco application
ab
parents:
diff changeset
    18
; notice: the values below
ed4bb2ce46b3 add new viewstyle for expecco application
ab
parents:
diff changeset
    19
; are not used when running under native Windows
ed4bb2ce46b3 add new viewstyle for expecco application
ab
parents:
diff changeset
    20
; (uses system-settings values then)
ed4bb2ce46b3 add new viewstyle for expecco application
ab
parents:
diff changeset
    21
;
4394
ddfd58847892 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4124
diff changeset
    22
#if Screen current hasGreyscales
4124
ed4bb2ce46b3 add new viewstyle for expecco application
ab
parents:
diff changeset
    23
ed4bb2ce46b3 add new viewstyle for expecco application
ab
parents:
diff changeset
    24
selectionBlue                   (Color red:0 green:0 blue:50) exactOrNearestOn:(Screen current)
ed4bb2ce46b3 add new viewstyle for expecco application
ab
parents:
diff changeset
    25
4394
ddfd58847892 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4124
diff changeset
    26
; viewGrey                        (Color grey:67) exactOrNearestOn:(Screen current)
4124
ed4bb2ce46b3 add new viewstyle for expecco application
ab
parents:
diff changeset
    27
viewGrey                        (Color grey:85) exactOrNearestOn:(Screen current)
4394
ddfd58847892 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4124
diff changeset
    28
; viewLightGrey                   (Color grey:80) exactOrNearestOn:(Screen current)
ddfd58847892 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4124
diff changeset
    29
viewLightGrey                   (Color grey:92) exactOrNearestOn:(Screen current)
4124
ed4bb2ce46b3 add new viewstyle for expecco application
ab
parents:
diff changeset
    30
lightColor                      Color white
ed4bb2ce46b3 add new viewstyle for expecco application
ab
parents:
diff changeset
    31
halfShadowColor                 (Color grey:33) exactOrNearestOn:(Screen current)
ed4bb2ce46b3 add new viewstyle for expecco application
ab
parents:
diff changeset
    32
; halfLightColor                  (Color grey:67) exactOrNearestOn:(Screen current)
ed4bb2ce46b3 add new viewstyle for expecco application
ab
parents:
diff changeset
    33
; halfLightColor                  Color white "/ grey:67
ed4bb2ce46b3 add new viewstyle for expecco application
ab
parents:
diff changeset
    34
halfLightColor                  =viewGrey
ed4bb2ce46b3 add new viewstyle for expecco application
ab
parents:
diff changeset
    35
shadowColor                     (Color grey:33) exactOrNearestOn:(Screen current)
ed4bb2ce46b3 add new viewstyle for expecco application
ab
parents:
diff changeset
    36
ed4bb2ce46b3 add new viewstyle for expecco application
ab
parents:
diff changeset
    37
; shadowColor                     Color black
ed4bb2ce46b3 add new viewstyle for expecco application
ab
parents:
diff changeset
    38
ed4bb2ce46b3 add new viewstyle for expecco application
ab
parents:
diff changeset
    39
#else
ed4bb2ce46b3 add new viewstyle for expecco application
ab
parents:
diff changeset
    40
ed4bb2ce46b3 add new viewstyle for expecco application
ab
parents:
diff changeset
    41
selectionBlue                   Color black
ed4bb2ce46b3 add new viewstyle for expecco application
ab
parents:
diff changeset
    42
viewGrey                        Color white
4394
ddfd58847892 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4124
diff changeset
    43
viewLightGrey                   Color white
4124
ed4bb2ce46b3 add new viewstyle for expecco application
ab
parents:
diff changeset
    44
lightColor                      Color grey:50
ed4bb2ce46b3 add new viewstyle for expecco application
ab
parents:
diff changeset
    45
shadowColor                     Color black
ed4bb2ce46b3 add new viewstyle for expecco application
ab
parents:
diff changeset
    46
ed4bb2ce46b3 add new viewstyle for expecco application
ab
parents:
diff changeset
    47
#endif
ed4bb2ce46b3 add new viewstyle for expecco application
ab
parents:
diff changeset
    48
ed4bb2ce46b3 add new viewstyle for expecco application
ab
parents:
diff changeset
    49
#if Screen current platformName = 'WIN32'
ed4bb2ce46b3 add new viewstyle for expecco application
ab
parents:
diff changeset
    50
ed4bb2ce46b3 add new viewstyle for expecco application
ab
parents:
diff changeset
    51
selectionBlue                   [Screen current getSystemColor:#'COLOR_HIGHLIGHT']
ed4bb2ce46b3 add new viewstyle for expecco application
ab
parents:
diff changeset
    52
menu.backgroundColor            [Screen current getSystemColor:#'COLOR_MENU'     ]
ed4bb2ce46b3 add new viewstyle for expecco application
ab
parents:
diff changeset
    53
menu.foregroundColor            [Screen current getSystemColor:#'COLOR_MENUTEXT' ]
ed4bb2ce46b3 add new viewstyle for expecco application
ab
parents:
diff changeset
    54
pullDownMenu.backgroundColor    =menu.backgroundColor
ed4bb2ce46b3 add new viewstyle for expecco application
ab
parents:
diff changeset
    55
viewGrey                        [Screen current getSystemColor:#'COLOR_BTNFACE'  ]
ed4bb2ce46b3 add new viewstyle for expecco application
ab
parents:
diff changeset
    56
ed4bb2ce46b3 add new viewstyle for expecco application
ab
parents:
diff changeset
    57
#endif
ed4bb2ce46b3 add new viewstyle for expecco application
ab
parents:
diff changeset
    58
ed4bb2ce46b3 add new viewstyle for expecco application
ab
parents:
diff changeset
    59
#include 'mswindows95.common'