Browse Source

changed theme to ample-flat

master
Marc Pohling 6 years ago
parent
commit
f5cfca32ff
1 changed files with 19 additions and 2 deletions
  1. 21
      config.org

21
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]]

Loading…
Cancel
Save