From f5cfca32ff72365745f7a627ff8b135ab8d9c6ec Mon Sep 17 00:00:00 2001 From: Marc Pohling Date: Fri, 27 Apr 2018 20:22:33 +0200 Subject: [PATCH] changed theme to ample-flat --- config.org | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) 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]]