~edwargix/emacs.d

430af042416fc9fbe37111c9612b3d2776ea1b48 — David Florness 5 years ago 1e69eed
New theme

I can't seem to make up my mind.
1 files changed, 4 insertions(+), 2 deletions(-)

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


;;; Setup theme
(use-package gruvbox-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
  :defer t)
(load-theme 'gruvbox-dark-hard t)
(load-theme 'afternoon t)


;;; Transparency control