Dawn Theme on Pharo 4.0

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
10 messages Options
Reply | Threaded
Open this post in threaded view
|

Dawn Theme on Pharo 4.0

Siemen Baader
Hi all,

has anybody had luck using Sebastian's Dawn Theme [1] on Pharo 4.0? The instructions on github are for Pharo 3.0 - what would I do to make it work on my 4.0 image?

thanks,
Siemen

1: https://github.com/sebastianconcept/Pharo3DawnTheme
Reply | Threaded
Open this post in threaded view
|

Re: Dawn Theme on Pharo 4.0

stepharo
Check the code because it should just be a subclass of the dark theme
with different colors.

Stef

Le 12/4/16 16:22, Siemen Baader a écrit :

> Hi all,
>
> has anybody had luck using Sebastian's Dawn Theme [1] on Pharo 4.0? The
> instructions on github are for Pharo 3.0 - what would I do to make it work
> on my 4.0 image?
>
> thanks,
> Siemen
>
> 1: https://github.com/sebastianconcept/Pharo3DawnTheme
>
>
>
> --
> View this message in context: http://forum.world.st/Dawn-Theme-on-Pharo-4-0-tp4889541.html
> Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
>
>


Reply | Threaded
Open this post in threaded view
|

Re: Dawn Theme on Pharo 4.0

Siemen Baader
On Tue, Apr 12, 2016 at 7:43 PM, stepharo <[hidden email]> wrote:
Check the code because it should just be a subclass of the dark theme
with different colors.

Stef

Thanks, that helped me to adapt the instructions and make it work!

-- Siemen

Reply | Threaded
Open this post in threaded view
|

Re: Dawn Theme on Pharo 4.0

Sven Van Caekenberghe-2

> On 12 Apr 2016, at 20:47, Siemen Baader <[hidden email]> wrote:
>
> On Tue, Apr 12, 2016 at 7:43 PM, stepharo <[hidden email]> wrote:
> Check the code because it should just be a subclass of the dark theme
> with different colors.
>
> Stef
>
> Thanks, that helped me to adapt the instructions and make it work!

Please consider publishing that so that other can try it too.

> -- Siemen
>


Reply | Threaded
Open this post in threaded view
|

Re: Dawn Theme on Pharo 4.0

stepharo
In reply to this post by Siemen Baader
Super!
Could you publish it somewhere because for my vision I cannot use the dark theme.
I cannot see what is written in red :).

Stef

Le 12/4/16 20:47, Siemen Baader a écrit :
On Tue, Apr 12, 2016 at 7:43 PM, stepharo <[hidden email]> wrote:
Check the code because it should just be a subclass of the dark theme
with different colors.

Stef

Thanks, that helped me to adapt the instructions and make it work!

-- Siemen


Reply | Threaded
Open this post in threaded view
|

Re: Dawn Theme on Pharo 4.0

Siemen Baader


On Tue, Apr 12, 2016 at 8:54 PM, stepharo [via Smalltalk] <[hidden email]> wrote:
Super!
Could you publish it somewhere because for my vision I cannot use the dark theme.


Sure - I'll do that. I'm new to Pharo and have to look a bit into how, but I can make a fork on github and update the installation instructions or publish a package for pharo4 on Smalltalkhub. Do you prefer either site?

-- Siemen

 
I cannot see what is written in red :).

Stef

Le 12/4/16 20:47, Siemen Baader a écrit :
On Tue, Apr 12, 2016 at 7:43 PM, stepharo <[hidden email]> wrote:
Check the code because it should just be a subclass of the dark theme
with different colors.

Stef

Thanks, that helped me to adapt the instructions and make it work!

-- Siemen





If you reply to this email, your message will be added to the discussion below:
http://forum.world.st/Dawn-Theme-on-Pharo-4-0-tp4889541p4889618.html
To unsubscribe from Dawn Theme on Pharo 4.0, click here.
NAML

Reply | Threaded
Open this post in threaded view
|

Re: Dawn Theme on Pharo 4.0

EstebanLM
side note: I would like to have for themes and text-styling something similar to what I did for icons (external repository + a way to install them from image), but I don’t have any time to do it… maybe a students project? (should be doable and fun, I think).

side side note: I need also to refactor UITheme class to restore settings for theme colors (so everybody can customise their own)

side note3: UITheme is not the way I would like to design a theme framework, but splitting everything "gtools style" does not looks fine either (hard to add new themes)… anyway, this is not for now :)


On 13 Apr 2016, at 06:24, Siemen Baader <[hidden email]> wrote:



On Tue, Apr 12, 2016 at 8:54 PM, stepharo [via Smalltalk] <<a href="x-msg://28/user/SendEmail.jtp?type=node&amp;node=4889688&amp;i=0" target="_top" rel="nofollow" link="external" class="">[hidden email]> wrote:
Super!
Could you publish it somewhere because for my vision I cannot use the dark theme.


Sure - I'll do that. I'm new to Pharo and have to look a bit into how, but I can make a fork on github and update the installation instructions or publish a package for pharo4 on Smalltalkhub. Do you prefer either site?

-- Siemen

 
I cannot see what is written in red :).

Stef

Le 12/4/16 20:47, Siemen Baader a écrit :
On Tue, Apr 12, 2016 at 7:43 PM, stepharo <[hidden email]> wrote:
Check the code because it should just be a subclass of the dark theme
with different colors.

Stef

Thanks, that helped me to adapt the instructions and make it work!

-- Siemen





If you reply to this email, your message will be added to the discussion below:
http://forum.world.st/Dawn-Theme-on-Pharo-4-0-tp4889541p4889618.html
To unsubscribe from Dawn Theme on Pharo 4.0, click here.
NAML



View this message in context: Re: Dawn Theme on Pharo 4.0
Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.

Reply | Threaded
Open this post in threaded view
|

Re: Dawn Theme on Pharo 4.0

Siemen Baader
In reply to this post by stepharo
Hi again,

I have cloned the Pharo3DawnTheme on github and updated the installation instructions to work for Pharo 4.0. It is on https://github.com/siemenbaader/Pharo3DawnTheme.

Would it be better for the community to use Smalltalkhub, or is Github the new thing people prefer?

Have a nice weekend all,

Siemen


On Wed, Apr 13, 2016 at 11:56 AM, Siemen Baader <[hidden email]> wrote:


On Tue, Apr 12, 2016 at 8:54 PM, stepharo [via Smalltalk] <[hidden email]> wrote:
Super!
Could you publish it somewhere because for my vision I cannot use the dark theme.


Sure - I'll do that. I'm new to Pharo and have to look a bit into how, but I can make a fork on github and update the installation instructions or publish a package for pharo4 on Smalltalkhub. Do you prefer either site?

-- Siemen

 
I cannot see what is written in red :).

Stef

Le 12/4/16 20:47, Siemen Baader a écrit :
On Tue, Apr 12, 2016 at 7:43 PM, stepharo <[hidden email]> wrote:
Check the code because it should just be a subclass of the dark theme
with different colors.

Stef

Thanks, that helped me to adapt the instructions and make it work!

-- Siemen





If you reply to this email, your message will be added to the discussion below:
http://forum.world.st/Dawn-Theme-on-Pharo-4-0-tp4889541p4889618.html
To unsubscribe from Dawn Theme on Pharo 4.0, click here.
NAML


Reply | Threaded
Open this post in threaded view
|

Re: Dawn Theme on Pharo 4.0

stepharo
Thanks Siemen
Having it on SmalltalkHub would be nice.

Stef


Le 16/4/16 17:48, Siemen Baader a écrit :
Hi again,

I have cloned the Pharo3DawnTheme on github and updated the installation instructions to work for Pharo 4.0. It is on https://github.com/siemenbaader/Pharo3DawnTheme.

Would it be better for the community to use Smalltalkhub, or is Github the new thing people prefer?

Have a nice weekend all,

Siemen


On Wed, Apr 13, 2016 at 11:56 AM, Siemen Baader <[hidden email]> wrote:


On Tue, Apr 12, 2016 at 8:54 PM, stepharo [via Smalltalk] <[hidden email]> wrote:
Super!
Could you publish it somewhere because for my vision I cannot use the dark theme.


Sure - I'll do that. I'm new to Pharo and have to look a bit into how, but I can make a fork on github and update the installation instructions or publish a package for pharo4 on Smalltalkhub. Do you prefer either site?

-- Siemen

 
I cannot see what is written in red :).

Stef

Le 12/4/16 20:47, Siemen Baader a écrit :
On Tue, Apr 12, 2016 at 7:43 PM, stepharo <[hidden email]> wrote:
Check the code because it should just be a subclass of the dark theme
with different colors.

Stef

Thanks, that helped me to adapt the instructions and make it work!

-- Siemen





If you reply to this email, your message will be added to the discussion below:
http://forum.world.st/Dawn-Theme-on-Pharo-4-0-tp4889541p4889618.html
To unsubscribe from Dawn Theme on Pharo 4.0, click here.
NAML




View this message in context: Re: Dawn Theme on Pharo 4.0
Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.

Reply | Threaded
Open this post in threaded view
|

Re: Dawn Theme on Pharo 4.0

Brad Selfridge
In reply to this post by Siemen Baader
Love the theme. I have a few questions.

1). It there a way to user the Watery theme min/max/close window button styles in this theme?

2). Is there a way for the active window shadow value to be lighter (to help differentiate the active widow)?

3). The tool tip text is hard to read. Can the text be changed to contrast more with the background?

4). Can the theme name, (the one displayed in the System/Settings/Appearance), be changed to Pharo3 Dawn rather than Pharo3 Dark?

Thanks,


Brad Selfridge