[Emacs] Change default theme to gotham

This commit is contained in:
Ivan Malison 2021-09-11 18:25:19 -06:00
parent b0b03881e9
commit 9dd253b39b

View File

@ -5041,7 +5041,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 'flatland)
(defvar imalison:dark-theme 'gotham)
(defun imalison:after-load-theme (&rest _args)
(when (fboundp 'powerline-reset)