*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Thu, 06 Feb 2014 15:38:41 +0100
changeset 6251 602ca5030646
parent 6250 fdcf0119816e
child 6252 35df59ca8863
*** empty log message ***
styles/greenPC.style
--- a/styles/greenPC.style	Thu Feb 06 15:36:19 2014 +0100
+++ b/styles/greenPC.style	Thu Feb 06 15:38:41 2014 +0100
@@ -10,7 +10,7 @@
 ; On my SGI, this one looks great; on VGA's, the colors come out
 ; a bit too dark.
 ;
-; $Header: /cvs/stx/stx/libview/styles/greenPC.style,v 1.10 2014-02-06 02:09:38 cg Exp $
+; $Header: /cvs/stx/stx/libview/styles/greenPC.style,v 1.11 2014-02-06 14:38:41 cg Exp $
 
 previewFileName         'viewStyleSample_greenpc.png'
 
@@ -18,10 +18,13 @@
 wooden             (Smalltalk imageFromFileNamed:'bitmaps/wood2H.tiff' inPackage:'stx:libwidg3')
 granite            (Smalltalk imageFromFileNamed:'bitmaps/granite.tiff' inPackage:'stx:libwidg3')
 
+graniteLight       = granite lightened
+
 viewGrey           =wooden
 viewBackground     =wooden
 
 woodColor          =wooden averageColorIn:(0@0 corner:9@9)
+graniteColor       =granite averageColorIn:(0@0 corner:9@9)
 ; woodColor          Color red:58 green:48 blue:8
 
 lightColor         =woodColor lightened
@@ -34,6 +37,8 @@
 
 comment  'Fun style.\Like motif, with cute (back to nature) viewbackground.\Not recommended for slow display servers.'
 
+name #greenPC
+
 #if (Language == #german) or:[Language == #de]
 comment  'Wie ''motif'', mit geändertem (zurück zur Natur) Hintergrund.\\Nicht sinnvoll bei langsamen Maschinen.'
 #endif
@@ -43,6 +48,7 @@
 button.activeBackgroundColor      =granite
 button.foregroundColor            Color grey:80
 button.backgroundColor            =granite
+button.disabledBackgroundColor    =graniteLight
 
 radioButton.backgroundColor       =wooden
 radioButton.foregroundColor       Color black "Color grey:80"
@@ -58,14 +64,17 @@
 scroller.ghostLevel               -1
 
 selection.hilightFrameColor       Color white
+selection.hilightForegroundColor    (Color yellow)
+; selection.hilightBackgroundColor    (Color rgbValue:16rDFF0F8)
 ; selection.disabledForegroundColor Color grey:20 "need darker grey for more contrast"
 selection.disabledForegroundColor =woodColor lightened
+selection.hilightStyle            #motifgreen
 menu.disabledForegroundColor      =woodColor lightened
 button.disabledForegroundColor    =woodColor lightened
 
 menu.viewBackground               =wooden
 menu.hilightFrameColor            Color white
-menu.hilightForegroundColor       =wooden
+menu.hilightForegroundColor       (Color yellow)
 menu.hilightBackgroundColor       Color black
 
 ; editField.backgroundColor       Color red:100 green:75 blue:75