« Return to Thread: breaking change: themes

Re: For those who miss the blackened theme (was: Re: breaking change: themes)

by Nicholas A. Zigarovich-3 :: Rate this Message:

Reply to Author | View in Thread

No need to run an old version. Conkeror still supports themes, but
only includes the default.

1. Check out: git clone git://repo.or.cz/conkeror.git
2. Go back in time: cd conkeror && git checkout
a38b3a3630ebf85a403207b37220cee9790d3a82
3. Copy styles/blackened somewhere: cp -r styles/blackened /path/to/somewhere
4. Return to the present: git checkout master
5. Add the following to ~/.conkerorrc:

   theme_load_paths.push("/path/to/somewhere");
   theme_load("blackened");

After restarting, conkeror should be blackened.

Cheers,

- Nick

On Tue, Apr 14, 2009 at 7:05 AM, Daniel Clemente <dcl441-bugs@...> wrote:

>
>
>
> El ds, mar 21 2009, Daniel Clemente va escriure:
>> For Conkeror:
>>   Can someone provide some rules which emulate the former „blackened“ theme but using ~/.gtkrc-2.0?
>>
>
>  Since this may be hard to do (or at least, it isn't currently done), anyone who wants a black conkeror again can simply revert the commit which removed theme support. Update to the latest conkeror and do:
>
>  git revert 782a0b9ec087b4e88846a7695aa14cd0700e1134
>
>
>  Then you can use again in you .conkerorrc:
>  theme_load("blackened");
>
>
>
>  This is a temporary solution until someone can do a native theme which makes Conkeror (and only Conkeror) black like in the blackened theme, including scroll bars.
>
>
> -- Daniel
>
> _______________________________________________
> Conkeror mailing list
> Conkeror@...
> https://www.mozdev.org/mailman/listinfo/conkeror
>
_______________________________________________
Conkeror mailing list
Conkeror@...
https://www.mozdev.org/mailman/listinfo/conkeror

 « Return to Thread: breaking change: themes