From f58394f333ca247684e1ad46ed9567f323e8c2fc Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Sat, 29 Aug 2015 15:11:22 -0700 Subject: [PATCH] zerodark theme --- dotfiles/emacs.d/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/emacs.d/init.el b/dotfiles/emacs.d/init.el index f10caf49..6d4359ad 100644 --- a/dotfiles/emacs.d/init.el +++ b/dotfiles/emacs.d/init.el @@ -2048,7 +2048,7 @@ window is active in the perspective." (defvar packages-appearance '(monokai-theme solarized-theme zenburn-theme base16-theme molokai-theme tango-2-theme gotham-theme sublime-themes ansi-color rainbow-delimiters - ample-theme material-theme)) + ample-theme material-theme zerodark-theme)) (ensure-packages-installed packages-appearance)