styles/iris_GB.style
changeset 1948 6a9b754ca6d3
parent 1849 c43371829a69
child 1951 5290a36652db
equal deleted inserted replaced
1947:dce44929b7c5 1948:6a9b754ca6d3
     1 ; View defaultStyle:#iris 
     1 ; View defaultStyle:#'iris_GB' 
     2 ;
     2 ;
     3 ; silicon graphics style
     3 ; modified silicon graphics style - from a customer.
     4 ; (somwehat like motif, but with smooth edges and bells&whistles)
     4 ; This modifies the iris style for brownish colors,
       
     5 ; to make the ST/X views fit nicely into an existing
       
     6 ; application.
     5 ;
     7 ;
     6 ; $Header: /cvs/stx/stx/libview/styles/iris_GB.style,v 1.1 1997-08-06 09:55:46 markus Exp $
     8 ; $Header: /cvs/stx/stx/libview/styles/iris_GB.style,v 1.2 1997-11-02 19:48:56 cg Exp $
     7 
     9 
     8 comment  'Silicon graphics'' Iris look alike'
    10 comment  'Silicon graphics'' Iris look alike; brownish colors'
     9 
    11 
    10 #if (Language == #german) or:[Language == #de]
    12 #if (Language == #german) or:[Language == #de]
    11 comment  'An Silicon Graphics Iris angelehnter Stil'
    13 comment  'An Silicon Graphics Iris angelehnter Stil; braune Farben'
    12 #endif
    14 #endif
    13 
    15 
    14 #if (Language == #french) or:[Language == #fr]
    16 #if (Language == #french) or:[Language == #fr]
    15 comment  'Un style qui résemble Silicon Graphics Irix'
    17 comment  'Un style qui résemble Silicon Graphics Irix; couleurs differentes'
    16 #endif
    18 #endif
    17 
    19 
    18 is3D                            true
    20 is3D                            true
    19 name                            #iris_GB
    21 name                            #iris_GB
    20 
    22 
    25 lightColor                      Color grey:50
    27 lightColor                      Color grey:50
    26 #endif
    28 #endif
    27 borderWidth                     0
    29 borderWidth                     0
    28 viewBackground                  =viewGrey
    30 viewBackground                  =viewGrey
    29 
    31 
    30 popupShadow                     true
    32 popup.shadow                     true
    31 popupLevel                      2     
    33 popup.level                      2     
    32 popupBorderWidth                1     
    34 popup.borderWidth                1     
    33 
    35 
    34 textFont                        Font family:'courier' size:12 
    36 textFont                        Font family:'courier' size:12 
    35 textLightColor                  =viewGrey
    37 textLightColor                  =viewGrey
    36 
    38 
    37 #if Display hasColors   
    39 #if Display hasColors   
    38 textSelectionForegroundColor    Color black
    40 text.selectionForegroundColor    Color black
    39 textSelectionBackgroundColor    Color green
    41 text.selectionBackgroundColor    Color green
    40 #endif
    42 #endif
    41 
    43 
    42 textCursorForegroundColor       Color black
    44 textCursor.foregroundColor       Color black
    43 #if Display hasColors
    45 #if Display hasColors
    44 textCursorBackgroundColor       Color red
    46 textCursor.backgroundColor       Color red
    45 #else
    47 #else
    46 textCursorBackgroundColor       Color black
    48 textCursor.backgroundColor       Color black
    47 #endif
    49 #endif
    48 
    50 
    49 #if (Display hasColors and:[Display depth > 4])
    51 #if (Display hasColors and:[Display depth > 4])
    50 transcriptForegroundColor       Color black
    52 transcript.foregroundColor       Color black
    51 transcriptBackgroundColor       =viewGrey
    53 transcript.backgroundColor       =viewGrey
    52 transcriptCursorForegroundColor =transcriptBackgroundColor
    54 transcript.cursorForegroundColor =transcriptBackgroundColor
    53 transcriptCursorBackgroundColor Color green
    55 transcript.cursorBackgroundColor Color green
    54 #else
    56 #else
    55 transcriptForegroundColor       Color white
    57 transcript.foregroundColor       Color white
    56 transcriptBackgroundColor       Color black
    58 transcript.backgroundColor       Color black
    57 transcriptCursorForegroundColor =transcriptBackgroundColor 
    59 transcript.cursorForegroundColor =transcriptBackgroundColor 
    58 transcriptCursorBackgroundColor =transcriptForegroundColor
    60 transcript.cursorBackgroundColor =transcriptForegroundColor
    59 #endif
    61 #endif
    60 
    62 
    61 #if Display hasColors   
    63 #if Display hasColors   
    62 ; editFieldBackgroundColor           Color wheat
    64 ; editField.backgroundColor           Color wheat
    63 editFieldBackgroundColor           Color wheat
    65 editField.backgroundColor           Color wheat
    64 editFieldSelectionBackgroundColor  Color white
    66 editField.selectionBackgroundColor  Color white
    65 pullDownMenuHilightForegroundColor Color black.
    67 pullDownMenu.hilightForegroundColor Color black.
    66 pullDownMenuHilightBackgroundColor Color wheat.
    68 pullDownMenu.hilightBackgroundColor Color wheat.
    67 editFieldSelectionForegroundColor  Color black
    69 editField.selectionForegroundColor  Color black
    68 #endif
    70 #endif
    69 
    71 
    70 #if (Font family:'screen' face:'bold' style:'roman' size:16) existsOn:Display
    72 #if (Font family:'screen' face:'bold' style:'roman' size:16) existsOn:Display
    71 editFieldFont                   Font family:'screen' face:'bold' style:'roman' size:16
    73 editField.font                   Font family:'screen' face:'bold' style:'roman' size:16
    72 #else
    74 #else
    73 editFieldFont                   Font family:'courier' face:'medium' style:'roman' size:12
    75 editField.font                   Font family:'courier' face:'medium' style:'roman' size:12
    74 #endif
    76 #endif
    75 
    77 
    76 variableFont                    Font family:'helvetica' face:'medium' style:'roman' size:12
    78 variableFont                    Font family:'helvetica' face:'medium' style:'roman' size:12
    77 selectionFont                   =variableFont
    79 selectionFont                   =variableFont
    78 labelFont                       =variableFont
    80 labelFont                       =variableFont
    79 
    81 
    80 #if Display hasColors   
    82 #if Display hasColors   
    81 toggleShowLamp                  true
    83 toggle.showLamp                  true
    82 toggleLampColor                 Color yellow
    84 toggle.lampColor                 Color yellow
    83 checkToggleCheckColor           Color red
    85 checkToggle.checkColor           Color red
    84 checkToggleBitmapFile           'CheckOnColor.xpm'
    86 checkToggle.bitmapFile           'CheckOnColor.xpm'
    85 checkToggleLabelOverMargin      true
    87 checkToggle.labelOverMargin      true
    86 radioButtonShowLamp             false
    88 radioButton.showLamp             false
    87 radioButtonStyle                #iris
    89 radioButton.style                #iris
    88 #endif
    90 #endif
    89 
    91 
    90 scrollerLevel                   -1
    92 scroller.level                   -1
    91 scrollerThumbLevel              3
    93 scroller.thumbLevel              3
    92 scrollerThumbColor              =viewGrey
    94 scroller.thumbColor              =viewGrey
    93 #if Display hasGreyscales
    95 #if Display hasGreyscales
    94 scrollerThumbEnteredColor       Color veryLightGrey
    96 scroller.thumbEnteredColor       Color veryLightGrey
    95 #endif
    97 #endif
    96 scrollerThumbEdgeStyle          #soft
    98 scroller.thumbEdgeStyle          #soft
    97 scrollerNTallyMarks             3
    99 scroller.NTallyMarks             3
    98 scrollerTallyLevel              1
   100 scroller.tallyLevel              1
    99 scrollerGhostColor              Color grey:50
   101 scroller.ghostColor              Color grey:50
   100 scrollerGhostLevel              -1
   102 scroller.ghostLevel              -1
   101 #if Display hasGreyscales not
   103 #if Display hasGreyscales not
   102 scrollerViewBackground          Color white
   104 scroller.viewBackground          Color white
   103 #endif
   105 #endif
   104 
   106 
   105 sliderNTallyMarks               1
   107 sliderNTallyMarks               1
   106 sliderTallyLevel                1
   108 sliderTallyLevel                1
   107 
   109