~edwargix/emacs.d

daa0ee8b1d906b527f8979b619d8dec6bd3ec66b — David Florness 6 years ago 8e4cd14
New theme

And one that looks ok in a terminal frame
1 files changed, 2 insertions(+), 16 deletions(-)

M lisp/setup-appearance.el
M lisp/setup-appearance.el => lisp/setup-appearance.el +2 -16
@@ 37,22 37,8 @@


;;; Setup theme
(unless (package-installed-p 'doom-themes)
  (package-install 'doom-themes))

(use-package doom-themes
  :ensure t
  :init
  (progn
    (setq doom-themes-enable-bold t
          doom-themes-enable-italic t))
  :config
  (progn
    (when (display-graphic-p)
      (load-theme 'doom-city-lights t)
      (doom-themes-visual-bell-config)
      (doom-themes-treemacs-config)
      (doom-themes-org-config))))
(use-package darktooth-theme
  :ensure t)


(defun toggle-transparency ()