*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Wed, 04 Sep 2002 20:59:24 +0200
changeset 3716 d7739a80eac8
parent 3715 70eea03a8d8d
child 3717 8ab117634269
*** empty log message ***
styles/iris.common
styles/motif.common
styles/mswindows95.style
--- a/styles/iris.common	Wed Sep 04 19:35:55 2002 +0200
+++ b/styles/iris.common	Wed Sep 04 20:59:24 2002 +0200
@@ -3,7 +3,7 @@
 ; silicon graphics style
 ; (somwehat like motif, but with smooth edges and bells&whistles)
 ;
-; $Header: /cvs/stx/stx/libview/styles/iris.common,v 1.15 2002-08-19 16:26:47 cg Exp $
+; $Header: /cvs/stx/stx/libview/styles/iris.common,v 1.16 2002-09-04 18:59:23 cg Exp $
 
 is3D                            true
 
@@ -25,6 +25,9 @@
 text.font                        Font family:'courier' size:12 
 text.lightColor                  =viewGrey
 
+text.alternativeSelectionForegroundColor    Color black
+text.alternativeSelectionBackgroundColor    (Color redByte:150 "255" greenByte:255 blueByte:100 "204")
+
 #if Screen current hasColors   
 textSelection.foregroundColor    Color black
 textSelection.backgroundColor    Color green
--- a/styles/motif.common	Wed Sep 04 19:35:55 2002 +0200
+++ b/styles/motif.common	Wed Sep 04 20:59:24 2002 +0200
@@ -2,7 +2,7 @@
 ; common motif stuff (not a style, but included by all motif style variations)
 ;
 ;
-; $Header: /cvs/stx/stx/libview/styles/motif.common,v 1.34 2002-09-04 14:33:48 cg Exp $
+; $Header: /cvs/stx/stx/libview/styles/motif.common,v 1.35 2002-09-04 18:59:23 cg Exp $
 
 ;
 ; this is to be included from the real style,
@@ -117,6 +117,9 @@
 selection.hilightStyle                #motif
 selection.disabledForegroundColor     =shadowColor
 
+text.alternativeSelectionForegroundColor    Color black
+text.alternativeSelectionBackgroundColor    (Color redByte:150 "255" greenByte:255 blueByte:100 "204")
+
 #textCursorType                       #caret
 textCursor.type                       #ibeam
 textCursor.noFocusForegroundColor     Color grey
--- a/styles/mswindows95.style	Wed Sep 04 19:35:55 2002 +0200
+++ b/styles/mswindows95.style	Wed Sep 04 20:59:24 2002 +0200
@@ -1,8 +1,8 @@
 ; View defaultStyle:#mswindows95 
 ;
-; $Header: /cvs/stx/stx/libview/styles/mswindows95.style,v 1.39 2002-09-04 14:33:48 cg Exp $
+; $Header: /cvs/stx/stx/libview/styles/mswindows95.style,v 1.40 2002-09-04 18:59:24 cg Exp $
 
-comment  'win95 lookalike'
+comment  'win95/nt/xp lookalike'
 
 #if (Language == #german) or:[Language == #de]
 comment  'an MS Windows95 angelehnter Stil'
@@ -291,6 +291,9 @@
 button.backgroundColor           [Screen current getSystemColor:#'COLOR_BTNFACE'       ]
 text.selectionForegroundColor    [Screen current getSystemColor:#'COLOR_HIGHLIGHTTEXT' ]
 text.selectionBackgroundColor    [Screen current getSystemColor:#'COLOR_HIGHLIGHT'     ]
+text.alternativeSelectionForegroundColor    Color black
+;; text.alternativeSelectionBackgroundColor    Color redByte:255 greenByte:255 blueByte:204
+text.alternativeSelectionBackgroundColor    =text.selectionBackgroundColor lightened
 scroller.thumbColor              [Screen current getSystemColor:#'COLOR_BTNFACE'       ]
 scroller.vScrollerWidth          16 "/ [Screen current getSystemMetrics:#'SM_CXVSCROLL' ]
 scroller.hScrollerHeight         16 "/ [Screen current getSystemMetrics:#'SM_CYHSCROLL' ]