|
|
|
|
@ -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." |
|
|
|
|
|