diff --git a/config.org b/config.org index 85af6dd..f55497b 100644 --- a/config.org +++ b/config.org @@ -83,11 +83,28 @@ Variants dark and light :if (window-system) :defer t :ensure t - :init - (load-theme 'apropospriate-dark t) + :config +; (load-theme 'apropospriate-dark t) ) #+end_src +** Ample Theme + Variants: + - ample + - ample-flat + - ample-light + +#+begin_src emacs-lisp +(use-package ample-theme + :defer t + :ensure t + :init + (load-theme 'ample-flat) +; (load-theme 'ample-light) +; (enable-theme 'ample-flat) +) +#+end_src + * Sane defaults Sources for this section include [[https://github.com/magnars/.emacs.d/blob/master/settings/sane-defaults.el][Magnars Sveen]] and [[http://pages.sachachua.com/.emacs.d/Sacha.html][Sacha Chua]]