styles/kde.style
changeset 3350 549439bc381a
parent 3255 ddafc3268624
--- a/styles/kde.style	Fri Oct 27 15:23:13 2000 +0200
+++ b/styles/kde.style	Fri Oct 27 19:57:39 2000 +0200
@@ -2,17 +2,17 @@
 ;
 ; kde look-alike style
 ;
-;; $Header: /cvs/stx/stx/libview/styles/kde.style,v 1.4 2000-08-15 14:51:36 cg Exp $
+;; $Header: /cvs/stx/stx/libview/styles/kde.style,v 1.5 2000-10-27 17:57:39 stefan Exp $
 
 #if Screen current hasGreyscales
 ;
 ; use #nearestOn to avoid dithered view backgrounds
 ;
-viewGrey                (Color redByte:192 greenByte:192 blueByte:192) exactOrNearestOn:(Screen current)
-lightColor              (Color white)
+viewGrey                (Color grey:75) exactOrNearestOn:(Screen current)
+lightColor              Color white
 shadowColor             (Color grey:25) exactOrNearestOn:(Screen current)
 mediumColor             (Color grey:50) exactOrNearestOn:(Screen current)
-slightlyDarkerGrey      (Color redByte:160 greenByte:160 blueByte:160) exactOrNearestOn:(Screen current)
+slightlyDarkerGrey      (Color grey:62) exactOrNearestOn:(Screen current)
 #else
 viewGrey                Color white
 lightColor              Color grey:75
@@ -50,7 +50,7 @@
 ; although the following is not really motif, it looks much better ...
 ;
 #if Screen current hasColors   
-editField.backgroundColor           (Color white)
+editField.backgroundColor           Color white
 editField.selectionBackgroundColor  Color blue darkened
 editField.selectionForegroundColor  Color white
 #else