On 22-09-15 09:59, p...@highoctane.be wrote:
Hi Stephan,
I made it work nicer with the dark theme.
Thanks. I adopted the changes and tuned them to work better with both
themes. Anyone know how to get a good result for the package name that
is shown above the method name? I need a less prominent variant of the
textColor.
CodeCard>>packageColor
Smalltalk ui theme class = Pharo3Theme ifTrue: [
^Smalltalk ui theme borderColor ]
ifFalse: [ ^Color veryLightGray ]
- the cards aren't picking up changes done elsewhere, nor are they saving
the contents back to the system. Ah, I wanted to use it for a lot of coding
already! Peter is right, no more picking around when focusing on one
interaction.
Hmm, I thought I had that working at some moment. I have fought with
Rubric a lot the last days, so I probably broke it.
Stephan