From 6e3332b7bcd6c3ee82d767b1511e8f1d3b3d8b70 Mon Sep 17 00:00:00 2001 From: Greg Pfeil Date: Thu, 7 Apr 2011 07:16:28 -0400 Subject: [PATCH] Removed some commented-out stuff. --- color-theme-solarized.el | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/color-theme-solarized.el b/color-theme-solarized.el index c48af6d..6557f77 100755 --- a/color-theme-solarized.el +++ b/color-theme-solarized.el @@ -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."