~edwargix/emacs.d

b2b413ceb2d945b527cb380e3be28cc877ac5188 — David Florness 5 years ago f98ee74
Revert "New theme". Gruvbox is better

This reverts commit 430af042416fc9fbe37111c9612b3d2776ea1b48.
1 files changed, 2 insertions(+), 4 deletions(-)

M lisp/setup-appearance.el
M lisp/setup-appearance.el => lisp/setup-appearance.el +2 -4
@@ 33,11 33,9 @@


;;; Setup theme
(use-package afternoon-theme
  ;; merely loading the file enables the theme, so defer because I want to be
  ;; able to disable the theme in the same session
(use-package gruvbox-theme
  :defer t)
(load-theme 'afternoon t)
(load-theme 'gruvbox-dark-hard t)


;;; Transparency control