diff --git a/dotfiles/emacs.d/init.el b/dotfiles/emacs.d/init.el index 19d1a60..dbe0fd8 100644 --- a/dotfiles/emacs.d/init.el +++ b/dotfiles/emacs.d/init.el @@ -376,7 +376,7 @@ There are two things you can do about this warning: '(lisp-indent-function (quote common-lisp-indent-function)) '(package-selected-packages (quote - (company-lsp projectile smex grizzl flycheck-pos-tip flycheck material-theme expand-region wrap-region rainbow-delimiters powerline linum-relative golden-ratio fill-column-indicator autopair exec-path-from-shell ws-butler yaml-mode python-mode protobuf-mode paredit nasm-mode meson-mode markdown-mode magit gradle-mode gitignore-mode feature-mode counsel company-jedi jedi-core company-emacs-eclim company-irony company ag)))) + (arjen-grey-theme oceanic-theme company-lsp projectile smex grizzl flycheck-pos-tip flycheck material-theme expand-region wrap-region rainbow-delimiters powerline linum-relative golden-ratio fill-column-indicator autopair exec-path-from-shell ws-butler yaml-mode python-mode protobuf-mode paredit nasm-mode meson-mode markdown-mode magit gradle-mode gitignore-mode feature-mode counsel company-jedi jedi-core company-emacs-eclim company-irony company ag)))) (custom-set-faces ;; custom-set-faces was added by Custom. @@ -392,7 +392,7 @@ There are two things you can do about this warning: ;; Theming ;;-------------------------------------------------------------------------------------- -(load-theme 'material t) +(load-theme 'arjen-grey t) ;;-------------------------------------------------------------------------------------- ;; SLIME Quicklisp Integration diff --git a/dotfiles/emacs.d/package.el b/dotfiles/emacs.d/package.el index 47eae63..d0be4a5 100644 --- a/dotfiles/emacs.d/package.el +++ b/dotfiles/emacs.d/package.el @@ -85,6 +85,8 @@ expand-region wrap-region material-theme + oceanic-theme + arjen-grey-theme ;;;;; ;; Project Interaction/Search/Syntax