Skip to content

Instantly share code, notes, and snippets.

View markmansour-zz's full-sized avatar

Mark Mansour markmansour-zz

View GitHub Profile
@antifuchs
antifuchs / color-theme-solarized.el
Created April 2, 2011 23:11 — forked from sellout/color-theme-solarized.el
color-theme-solarized for emacs, with additional definitions for show-paren-mode and org-mode todo/done states
(eval-when-compile
(require 'color-theme))
(defun color-theme-solarized (mode)
"Color theme by Ethan Schoonover, created 2011-03-24.
Ported to Emacs by Greg Pfeil, http://ethanschoonover.com/solarized."
(interactive "Slight or dark? ")
(let ((base03 "#002b36")
(base02 "#073642")
(base01 "#586e75")