[Cuis] Fwd: Re: [ANN] Cuis-ExtraThemes

David Graham david at unthinkable.org
Wed May 23 22:35:26 CDT 2012


Thanks Juan, that was fast! :)

I updated my theme and really like the results.

I noticed that I started getting errors for the new shout parameter, so 
I created and attached a changeset for the core themes that implement 
shout and had the same issue.



On 5/23/12 8:32 PM, Juan Vuletich wrote:
> Hi David,
>
> David Graham wrote:
>> On 5/23/12 6:50 AM, Juan Vuletich wrote:
>>>
>>> Absolutely. It looks that it will take more than a couple of hours 
>>> to get all these fixed, so please be the first to use it :)
>>
>> Done.  
>> https://github.com/jvuletich/Cuis/issues?direction=desc&sort=created&state=open 
>>
>>
>> It wouldn't let me classify them (I believe you need to be a 
>> contributor), but some are bugs and some are feature requests.
>>
>
> Thanks. All of them are fixed in update #1289 in GitHub. Please be 
> sure to install the previous updates in numerical order if you haven't 
> done so.
>
> Cheers,
> Juan Vuletich

-------------- next part --------------
'From Cuis 4.0 of 21 April 2012 [latest update: #1289] on 23 May 2012 at 10:26:51 pm'!

!BlueTheme methodsFor: 'colors' stamp: 'DSG 5/23/2012 22:19'!
shout
	"Color symbols as an association list."
	
	^ {
		#defaults 							-> #white.
		#undefined 						-> #(orange lighter).
		#methodTags 					-> #(green lighter).
		#pseudoVariables 			-> #(red veryMuchLighter).
		#messages 						-> #(cyan).
		#arguments 				-> #white.
		#instVar 							-> #(magenta muchDarker).
		#incompleteMessages 	-> #(gray veryMuchDarker).
		#blockLevelFour 				-> #(green darker).
		#blockLevelFive 				-> #(red darker).
		#blockLevelSix 				-> #(magenta darker).
		#blockLevelSeven 			-> #blue.
		#tempBar 							-> #gray.
		#tempVars 						-> #(gray quiteWhiter).
	}! !


!HighContrastBlackTheme methodsFor: 'colors' stamp: 'DSG 5/23/2012 22:16'!
shout
	"Color symbols as an association list."
	
	^ {
		#defaults 				-> #white.
		#undefined 				-> #cyan.
		#methodTags 			-> #(magenta darker).
		#pseudoVariables 		-> #(cyan darker).
		#messages 				-> #(yellow darker).
		#arguments 				-> #(white darker).
		#instVar 					-> #(green darker).
		#incompleteMessages -> #gray.
		#blockLevelFour 		-> #(magenta).
		#blockLevelFive 		-> #(orange negated).
		#blockLevelSix 			-> #(green).
		#blockLevelSeven 		-> #blue.
		#tempBar 				-> #(gray veryMuchLighter lighter).
		#tempVars 				-> #(gray muchLighter).
	}! !



More information about the Cuis mailing list