Raul Dipeas

Results 83 comments of Raul Dipeas

Same problem here, I'm using WINE TkG too. Any tip on how to fix it?

Any news on this issue?

Thanks for the reply, please, add the option to hide the icon.

I want to change fonts too, at least deactivate italic. Thanks for this great theme, i'm using it on Xubuntu.

Work's like a charm! Thanks!

Could you make a dark theme too?

Thanks, i'll try!

I made my own dark theme to Spike, using `filter: invert`... ```css function applycss(css){ var head = document.getElementsByTagName('head')[0]; var s = document.createElement('style'); s.setAttribute('type', 'text/css'); s.appendChild(document.createTextNode(css)); head.appendChild(s); } applycss(` body {filter:...

I have another issue with Spike, maybe you could help me... When I click on a link in email, it's suppose to be opened directly on my default web browser,...