Like emacs...
I really like if it's possible!
Basically it is reverte the color of everything! Background turns black and leters turns white for example ;)
I think it is more nice for the eyes, not so agressive!
Thnks
You should write your mails that way, too, not so agressive!
nobody knows?
Either use this theme: http://sourceforge.net/forum/forum.php?thread_id=1888313&forum_id=331753
or open stylers.xml, find: fgColor="(.*)" bgColor="(.*)" fontName replace: fgColor="\2" bgColor="\1" fontName
which effectively reverses all colors, doing some 'invert' aswell, but is extremely unreadable ;)
Like emacs...
I really like if it's possible!
Basically it is reverte the color of everything! Background turns black and leters turns white for example ;)
I think it is more nice for the eyes, not so agressive!
Thnks
You should write your mails that way, too, not so agressive!
nobody knows?
Either use this theme:
http://sourceforge.net/forum/forum.php?thread_id=1888313&forum_id=331753
or open stylers.xml,
find: fgColor="(.*)" bgColor="(.*)" fontName
replace: fgColor="\2" bgColor="\1" fontName
which effectively reverses all colors, doing some 'invert' aswell, but is extremely unreadable ;)