... I started with ThinSki from themes.org... due credits go to original authors. see README.html.original

The pixmaps are from a nautilus blue'ish background I found and all the colors are fiddled with accordingly...

insert the following into your .emacs:
----------------------------
(custom-set-faces
  ;; custom-set-faces was added by Custom -- don't edit or cut/paste it!
  ;; Your init file should contain only one such instance.
 '(custom-button-face ((((type x w32 mac) (class color)) (:background "#A0A3B4" :foreground "black" :box (:line-width 2 :style released-button)))))
 '(custom-button-pressed-face ((((type x w32 mac) (class color)) (:background "#B0B3C4" :foreground "black" :box (:line-width 2 :style pressed-button)))))
 '(menu ((((type x-toolkit)) (:background "#A0A3B4"))))
 '(mode-line ((((type x w32 mac) (class color)) (:background "#A0A3B4" :foreground "black" :box (:line-width -1 :style released-button)))))
 '(region ((((class color) (background dark)) (:background "gray"))))
 '(scroll-bar ((t (:background "#A0A3B4"))))
 '(tool-bar ((((type x w32 mac) (class color)) (:background "#A0A3B4" :foreground "black" :box (:line-width 1 :style released-button))))))
---------------------------
and you're SET!

Nice blue background and default nautilus themes recommended.

Hope you like it,

Mike
mike at sowka dot com
