My good friend Todd Sharp asked me to keep this one quiet until his presentation but he blogged about it today so the cat is out of the bag. Ever since ColdFusion 8 came out one thing users wanted to do was change the look and feel for the Ajax components. People have hacked away at the css with no easy answer.
The answer was there all along though. Basically themes in Ext are a css file that point to a different images collection folder. So if you want to change themes simply point to a new css file. If you look in the /CFIDE/scripts/ajax/resources/ext/css folder you should see a a couple themes. The one that all of the Ext examples uses is the aero theme. Simply link the stylesheet in your application and you should be ready to go.
This is great but it does not stop there. This won't just change windows it will change all of the Ext components in ColdFusion 8. With 1 line your windows, grids, layouts etc.. will take on a nice look. Now let say your like me and you still want more themes. If you head over the the Ext Forums you will find user contributed forums. To use our new themes simply drop the css file in the folder we talked about above and the images folder for the theme under /CFIDE/scripts/ajax/ext/resources/images. I have a quick look at some theme changes below.

#1 by Chris Dawes on 2/14/08 - 1:19 AM
#2 by Michael White on 2/14/08 - 10:23 AM
Also, following the path in CFIDE, I have ytheme css files not xtheme, are these the same things?
#3 by Dan Vega on 2/14/08 - 10:31 AM
http://extjs.com/forum/showthread.php?t=15989&...
#4 by Michael White on 2/14/08 - 10:34 AM
#5 by Michael White on 2/14/08 - 12:13 PM
#6 by Dan Vega on 2/14/08 - 12:28 PM
#7 by Michael White on 2/14/08 - 12:35 PM
#8 by Michael White on 2/14/08 - 12:50 PM
#9 by Gerd Suhr on 6/22/08 - 10:28 AM
So has anyone (Todd Sharp?) gotten the 2.0 styles to work with the cf8 1.0 lib? If so could you post the so solution. I think the cf community would greatly appreciate it. Thanks
#10 by Dan Vega on 6/23/08 - 9:19 AM
I am pretty sure there is no way to do that in ColdFusion until they update the ext version. All of these styles were for 2.0. Of course if you wanted to give cfExt a look you could use them and give some feedback :)
#11 by Gerd Suhr on 6/23/08 - 10:33 AM
If you can show me an example with cfext on how to do this I would be forever grateful. This is the only thing holding me back from using it at this point.