Hi,
is there any special reason, that TagCloudWidget.php to uses 'Requirements::css("blog/css/tagcloud.css")' instead of 'Requirements::themedCSS("tagcloud")'. As far as I saw, this is the only place in the blog module where 'Requirements::css()' is used (in blog-0.2.0-rc1). I think for the sake of configurability this should be changed to 'Requirements::themedCSS()'.
I've attached the trivial one-line patch which does this.
Thank you and regards,
Volker