An emacs library that offers comfortable switching between two themes.
Installation instructions:
;; put toggle-theme.el in the load path.
(require 'toggle-theme)
;; bind mp/theme-toggle to some handy key.
(global-set-key (kbd "") 'mp/theme-toggle)