From 894eb71c4b7c10efe50a16cf04e6ed7e0fdd5cbe Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Sun, 13 Nov 2016 09:50:51 +0000 Subject: [PATCH] [Emacs] Use flatland theme --- dotfiles/emacs.d/README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/emacs.d/README.org b/dotfiles/emacs.d/README.org index b745a048..557da7d9 100644 --- a/dotfiles/emacs.d/README.org +++ b/dotfiles/emacs.d/README.org @@ -4596,7 +4596,7 @@ load-theme hook (See the heading below). ** After ~load-theme~ hook #+BEGIN_SRC emacs-lisp (defvar imalison:light-theme 'solarized-light) -(defvar imalison:dark-theme 'material) +(defvar imalison:dark-theme 'flatland) (defun imalison:after-load-theme (&rest _args) (when (fboundp 'powerline-reset)