Esteban has started a dark theme based on Darcula. I am eager to see/get some code based on that as a dark theme is really interesting for me due to eye problems. I tried with 2.0 but frankly, it is a massive mess to get things to diplay properly. One thing I did to see where things where happening is that I made Color white to respond something like a nuclear green instead of white and see where it was showing. Then you can pick the morphs and browse them. That's where you start crying. 3.0 should be in a better shape. Phil On Mon, Feb 10, 2014 at 4:51 PM, kilon alios <kilon.alios@gmail.com> wrote:
I am trying to make a dark theme for pharo. So I was studying the subclasses of UITheme class. As a first step I want to darken the color of the windows , so I used newDefaultSettings class method to change the color, and I saw no effect. I also even tried to use the right arrow drop down menu that has an entry with window color and still I see no effect.
Is this a bug ?
I think I remember this used to work in Pharo 3.
I am on Pharo 3 and using image 30753 which I fetched today with PharoLauncher.
I would like to also ask if there is any documentation of themes and morphic around to help me customize the look its something really crucial for my project Ephestos and I would hate having to recreate Morphic from scratch to do this. Because as it is I find it very hard to understand the methods of UITheme.