diff --git a/dotfiles/emacs.d/init.el b/dotfiles/emacs.d/init.el index e8a0cc7..d107c45 100644 --- a/dotfiles/emacs.d/init.el +++ b/dotfiles/emacs.d/init.el @@ -454,7 +454,7 @@ (set-frame-parameter nil 'background-mode 'dark) (set-terminal-parameter nil 'background-mode 'dark) -(load-theme 'zenburn t) +(load-theme 'material t) ;; 10 pt font (set-frame-font "inconsolata") diff --git a/dotfiles/emacs.d/package.el b/dotfiles/emacs.d/package.el index d600eec..b12da7a 100644 --- a/dotfiles/emacs.d/package.el +++ b/dotfiles/emacs.d/package.el @@ -41,6 +41,7 @@ wrap-region expand-region wrap-region + material-theme ;;;;; ;; Project Interaction/Search/Syntax