Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jordonbiondo committed Jan 6, 2020
1 parent 9585742 commit 8bee578
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,18 @@
:ensure t)
#+END_SRC
** Easy Customization
#+BEGIN_SRC emacs-lisp
You can use the following example to customize ample theme in a way that won't affect other themes.
You can use the following example to customize ample theme in a way that won't affect other themes.

For example, some users prefer to use a different color for strings or the region for more contrast.
For example, some users prefer to use a different color for strings or the region for more contrast.

(with-eval-after-load "ample-theme"
;; add one of these blocks for each of the themes you want to customize
(custom-theme-set-faces
'ample
;; this will overwride the color of strings just for ample-theme
'(font-lock-string-face ((t (:foreground "#bdba81"))))))
#+END_SRC
#+BEGIN_SRC emacs-lisp
(with-eval-after-load "ample-theme"
;; add one of these blocks for each of the themes you want to customize
(custom-theme-set-faces
'ample
;; this will overwride the color of strings just for ample-theme
'(font-lock-string-face ((t (:foreground "#bdba81"))))))
#+END_SRC
** If you get ugly colors in terminal:
#+BEGIN_SRC shell-script
# throw this in your ~/.bash_profile
Expand Down

0 comments on commit 8bee578

Please sign in to comment.