[Cuis-dev] Setting the background color for all windows

Stephen Travis Pope stephen at heaveneverywhere.com
Thu Dec 29 15:45:33 PST 2022


Thanks; I figured this out in the mean time…

stp

--------

Stephen Travis Pope    Ojai, California, USA
    
     http://HeavenEverywhere.com
     http://FASTLabInc.com
     https://vimeo.com/user19434036/videos
     http://heaveneverywhere.com/Reflections



> On Dec 29, 2022, at 7:55 AM, Juan Vuletich via Cuis-dev <cuis-dev at lists.cuis.st> wrote:
> 
> On 12/23/2022 2:28 PM, Stephen Travis Pope via Cuis-dev wrote:
>> 
>> 
>> Hello colleagues,
>> 
>> Maybe I’m being dense, but how does one set the background color for all windows?
>> 
>> I’m looking for a way to set the color prefs like I use in both VisualWorks and Squeak, namely,
>> 
>> <Mail Attachment.jpeg>
>> 
>> 
>> …any help appreciated…
>> 
>> stp
>> 
>> ————
>> 
>> Stephen Travis Pope    Ojai, California, USA
>>      
>>      http://HeavenEverywhere.com <http://heaveneverywhere.com/>
>>      http://FASTLabInc.com <http://fastlabinc.com/>
>>      https://vimeo.com/user19434036/videos
>>      http://heaveneverywhere.com/Reflections
>> 
>> 
>> 
> 
> Hi Stephen,
> 
> Do World / Preferences / Themes.. / (answer no to loading Themes package) / DarkTheme.
> 
> You can go back to BrightColorTheme (the default). You can browse a bit those classes. You can also install the Themes package, if desired.
> 
> Or simply create a new class `Theme subclass: #SirenTheme ......... ` and add these methods:
> 
> defaultWindowColor
>     ^ `Color red`
> 
> useUniformColors
>    ^ true
> 
> Now select SirenTheme from the menu. (Note that this only affects newly created windows).
> 
> Cheers,
> -- 
> Juan Vuletich
> cuis.st <http://cuis.st/>
> github.com/jvuletich <http://github.com/jvuletich>
> researchgate.net/profile/Juan-Vuletich <http://researchgate.net/profile/Juan-Vuletich>
> independent.academia.edu/JuanVuletich <http://independent.academia.edu/JuanVuletich>
> patents.justia.com/inventor/juan-manuel-vuletich <http://patents.justia.com/inventor/juan-manuel-vuletich>
> linkedin.com/in/juan-vuletich-75611b3 <http://linkedin.com/in/juan-vuletich-75611b3>
> twitter.com/JuanVuletich <http://twitter.com/JuanVuletich>-- 
> Cuis-dev mailing list
> Cuis-dev at lists.cuis.st <mailto:Cuis-dev at lists.cuis.st>
> https://lists.cuis.st/mailman/listinfo/cuis-dev

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.cuis.st/mailman/archives/cuis-dev/attachments/20221229/957a7833/attachment-0001.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: pastedGraphic.tiff
Type: image/tiff
Size: 2442 bytes
Desc: not available
URL: <http://lists.cuis.st/mailman/archives/cuis-dev/attachments/20221229/957a7833/attachment-0001.tiff>


More information about the Cuis-dev mailing list