Removed some commented-out stuff.

This commit is contained in:
Greg Pfeil 2011-04-07 07:16:28 -04:00
parent 1d215f5e23
commit 6e3332b7bc
1 changed files with 0 additions and 17 deletions

View File

@ -13,23 +13,6 @@
(eval-when-compile
(require 'color-theme))
;; `((normal (:foreground ,base0 :background ,base03))
;; (comment (:foreground ,base01 :italic t))
;; ((constant string character number boolean float) (:foreground ,cyan))
;; ((identifier function directory) (:foreground ,blue))
;; ((statement conditional repeat label operator keyword exception)
;; (:foreground ,green))
;; ((pre-proc include define macro pre-condit) (:foreground orange))
;; ((type storage-class structure typedef (:foreground yellow)))
;; ((special special-char tag delimiter special-comment debug)
;; (:foreground ,red))
;; (underlined (:foreground ,violet))
;; (error (:foreground ,red :bold t))
;; (todo (:foreground ,magenta :bold t))
;; (special-key (:foreground ,base02))
;; (non-text (:foreground ,base02 :bold t))
;; ())
(defun color-theme-solarized (mode)
"Color theme by Ethan Schoonover, created 2011-03-24.
Ported to Emacs by Greg Pfeil, http://ethanschoonover.com/solarized."