[Pkg] The Trunk: System-mt.869.mcz

commits at source.squeak.org commits at source.squeak.org
Fri Aug 5 09:06:03 UTC 2016


Marcel Taeumel uploaded a new version of System to project The Trunk:
http://source.squeak.org/trunk/System-mt.869.mcz

==================== Summary ====================

Name: System-mt.869
Author: mt
Time: 5 August 2016, 11:05:27.804358 am
UUID: a8aff4d5-244a-1746-a623-3f40d2c405f7
Ancestors: System-mt.868

Custom project background for the standard Squeak theme. (Thanks Tobias!)

=============== Diff against System-mt.868 ===============

Item was changed:
  ----- Method: SqueakTheme class>>create (in category 'instance creation') -----
  create
  	"This is the default theme for Squeak.
  	
  	self create. "
  	
  	^ (self named: 'Squeak') in: [:theme |		
  		"General morph stuff."
  		theme
  			set: #keyboardFocusColor for: #Morph to: (TranslucentColor r: 0.3 g: 0.5 b: 0.5 alpha: 0.5);
  			set: #keyboardFocusWidth for: #Morph to: 3;
  			set: #softShadowColor for: #Morph to: (Color black alpha: 0.01);
  			set: #softShadowOffset for: #Morph to: (10 at 8 corner: 10 at 12);
  			set: #hardShadowColor for: #Morph to: (Color black alpha: 0.5);
  			set: #hardShadowOffset for: #Morph to: 1 at 1.
  			
+ 		theme set: #background for: #MorphicProject to: (BitmapFillStyle fromForm: self linenblue).
+ 			
  		self
  			addFonts: theme;
  			addWindowColors: theme;
  			addSyntaxHighlighting: theme;
  			addMenusAndDockingBars: theme;
  			addDialogs: theme;
  			addButtons: theme;
  			addScrollables: theme.
  		
  		theme]!

Item was added:
+ ----- Method: SqueakTheme class>>linenblue (in category 'images') -----
(excessive size, no diff calculated)



More information about the Packages mailing list