An Emacs 24 color scheme!
Add this right here to your .emacs
config file.
(load-theme 'caroline t)
Will have it load during emacs startup.
M-x load-theme RET caroline
will load it manually.
Download caroline-theme.el to the directory ~/.emacs.d/themes/ and add this to your .emacs:
(add-to-list 'custom-theme-load-path "~/.emacs.d/themes/")
Feel free to yank it down and do whatever you want with it.
UPDATE : I just added this to MELPA as of 10/30/15.