commit 58d6003d1aa321ea5813748ab96dd66d0ca1f42b
parent eff9665f7a6045a103c9715b0ec4f6a63286429e
Author: Shimmy Xu <shimmy.xu@shimmy1996.com>
Date: Thu, 21 Jun 2018 03:36:55 -0500
Change default theme.
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.org b/README.org
@@ -60,12 +60,12 @@ Highlight portions of line over 80 characters in =prog-mode=.
#+END_SRC
** Color Themes
-Install =base16-theme= and enable gruvbox dark medium.
+Install =base16-theme= and enable gruvbox dark pale.
#+BEGIN_SRC emacs-lisp
(use-package base16-theme
:ensure t
:config
- (load-theme 'base16-gruvbox-dark-medium t))
+ (load-theme 'base16-gruvbox-dark-pale t))
#+END_SRC
** Customize Settings in Separate File