If you like Eagl3s1ght's dark theme (a greasemonkey script that turns TL black and adds some handy features), you might be interested in this theme too.
It's kinda like the dark theme but very minimalistic and without any scripting or added features. It's only a theme: a plain old CSS file.
As a bonus you get the nicest quotes ever:
Now that's quoting with style, and wait 'till you see nested quotes
My goal here is to give a base for users to adjust their theme exactly how they like it. The CSS file is heavily commented and is as flexible as possible. You can use it with Stylish in Firefox and Chrome or directly with site preferences in Opera.
Here is how the source looks like:
/* uncomment to hide race icons in post headers */
/*.forummsginfo>img, .forummsginfoa>img { display: none !important; } */
/* post background */
.forumPost:not(div), .lichtb { background-color: #373737 !important; }
/* nested quotes background (and everything else in a post really) */
.forumPost * { background-color: transparent !important; background-image:none !important; }
/* make links clearly visible (except local links like "Show spoiler") */
.forumPost a { text-decoration: underline !important; }
.forumPost a[href="#"] { text-decoration: none !important; }
/*.forummsginfo>img, .forummsginfoa>img { display: none !important; } */
/* post background */
.forumPost:not(div), .lichtb { background-color: #373737 !important; }
/* nested quotes background (and everything else in a post really) */
.forumPost * { background-color: transparent !important; background-image:none !important; }
/* make links clearly visible (except local links like "Show spoiler") */
.forumPost a { text-decoration: underline !important; }
.forumPost a[href="#"] { text-decoration: none !important; }
For more info, just head over to http://userstyles.org/styles/56104/teamliquid-minimalistic-dark-theme
Feel free to edit it as you like and share your ideas and/or your version of the CSS.
Oh and DON'T TELL R1CH IF ANYTHING LOOKS WRONG, IT'S ONLY A DISPLAY BUG FROM THE THEME
Have fun