Color picker doesn't appear on theme configuration page
- Color module is not enabled
-
Make sure to enable color.module on Administer » Site building » Modules (admin/build/modules).
- File download settings
- The color picker is incompatible with the Private download method and will only show when the download method is set to Public - files are available using HTTP directly.
Visit Administer » Site configuration » File system (admin/settings/file-system) to check the download method your site uses.
Make sure you have Javascript enabled in your browser.

Microsoft-IIS/6.0 server and color picker
My hosting provider runs Microsoft IIS web servers.
I didn't see the color picker on my new Drupal installation. I let Drupal create the files subdirectory for me. I ran cron manually. Only then did I see the color wheel. Next, I tried changing my color settings. The settings page accepted my changes, and also correctly recalled my changes whenever I returned to that page. However, my changes would not take effect on the page elements.
My problem was the .htaccess file created by Drupal in the files subdirectory. I deleted .htaccess and newly defined colors for page elements took effect. Until I discover a better workaround I must delete .htaccess each time I change my theme's color settings.
You have to have Garland as your theme
It seems also that if you are configuring the Garland theme but do not currently have Garland set for your account (despite having permissions to admin the theme), the color picker won't appear.
CAN work with private files!
From An issue queue
So. Under D5:
admin/settings/file-system. Set your filesystem path to a normal public location -filesorsites/{sitename}/filesand set file access to public.admin/settings/file-systemand restore the private filepath and setting.... happiness!
.dan.
custom logo
apparently the custom logo does not get integrated with a newly set up color sheme. you can put that in the color sheme folder and things go normal, but custom logos dont make it in the color theme on creation.
i altered the garland theme while not storing the logo seperately, but plain overwriting the default one in the garland folder.