*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Mon, 11 Aug 1997 15:33:23 +0200
changeset 1854 9cfd233d3454
parent 1853 c3d87b4f6051
child 1855 dc59c0c86b52
*** empty log message ***
styles/iris.style
--- a/styles/iris.style	Mon Aug 11 13:55:36 1997 +0200
+++ b/styles/iris.style	Mon Aug 11 15:33:23 1997 +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.style,v 1.19 1997-08-11 11:55:30 cg Exp $
+; $Header: /cvs/stx/stx/libview/styles/iris.style,v 1.20 1997-08-11 13:33:23 cg Exp $
 
 comment  'Silicon graphics'' Iris look alike'
 
@@ -68,7 +68,8 @@
 
 #if Display hasColors   
 ; editFieldBackgroundColor           Color red:100 green:75 blue:75
-editFieldBackgroundColor           (Color scaledRed:16rB9B9 scaledGreen:16r8E8E scaledBlue:16r8E8E) nearestOn:(Screen current)
+; editFieldBackgroundColor           (Color scaledRed:16rB9B9 scaledGreen:16r8E8E scaledBlue:16r8E8E) nearestOn:(Screen current)
+editFieldBackgroundColor           (Color scaledRed:16rB9B9 scaledGreen:16r8E8E scaledBlue:16r8E8E)
 editFieldSelectionBackgroundColor  Color white
 editFieldSelectionForegroundColor  Color black
 #endif