This new theme will be released on this 6th April, 2008.
Here is couple teasers for your eyes:

Blue Corner, 3-column WordPress theme with two widget-ready sidebars, custom templates, custom text styles, integrated plugins, adsense ready and web 2 style. It’s compatible with WordPress 2.5 and has been tested with in Firefox, Internet Explorer 6, Internet Explorer 7, Opera and Safari.
Click here for Life demo
Download it here: DOWNLOAD LINK
Answers To Theme related Questions:
Is there a way to add a logo to the top of the theme? (matt)
Yes you can add the logo to the top simply:
Open header.php. You should find there it’s in 28th line if you use Notepad++:
<h1><a href=”<?php echo get_option(’home’); ?>/”><?php bloginfo(’name’); ?></a></h1>
<div class=”desc”><?php bloginfo(’description’); ?></div>
Update width the html image code so it will look like this:
<a href=”<?php echo get_option(’home’); ?>/“><img src=”<?php bloginfo(’template_url’); ?>/folder_where_image_is/image_title.extension” width=”" height=”" alt=”" /></a>
Explaining:
“<?php echo get_option(’home’); ?>/ ” -this code is used to get to your homepage, so if would put it somewhere in my sites theme, I would get http://www.wpgeek.com.
“<?php bloginfo(’template_url’); ?>” -this code is being used when you want to get to the themes folder if I would use it with the blue corner, the result on HTML would be “http://www.myurl.com/blog/wp-content/themes/blu-corner ” this is why you need to put the ending of this if you want to get to the image in this theme folder
I have started developing a theme that you can see here (screenshots):
So I would like to get your opinion on this template, what you would like to see there what to change maybe give some suggestions. As you can see my site is not popular yet and I do not advertise it much, but I know about wordpress a lot. So get yourself a FREE TEMPLATE.
Here is beta version of the template: Simplicism Theme 1.01
I did some changes to the most common used plugins for this theme: Recent Comments, Most Comments and Last modified. I put them all in one pool and got some great plugins I need.
Here are the download link of the modified plugins: