From ab810b12fd878452754eb4744b4202dc2ccd8281 Mon Sep 17 00:00:00 2001 From: Raul Benencia Date: Sat, 7 Dec 2019 14:17:25 -0800 Subject: emacs theme update --- .emacs.local.d/modes/themes.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.emacs.local.d/modes/themes.el') diff --git a/.emacs.local.d/modes/themes.el b/.emacs.local.d/modes/themes.el index f09d23d..e43f7c8 100644 --- a/.emacs.local.d/modes/themes.el +++ b/.emacs.local.d/modes/themes.el @@ -1,7 +1,7 @@ ;; Debian packages: elpa-clues-theme elpa-monokai-theme elpa-smart-mode-line-powerline-theme elpa-solarized-theme elpa-zenburn-theme -;; Elpa packages: atom-one-dark +;; Elpa packages: atom-one-dark doom-themes -(load-theme 'clues t) +(load-theme 'doom-vibrant t) (set-frame-parameter (selected-frame) 'alpha '(92 . 92)) (add-to-list 'default-frame-alist '(alpha . (92 . 92))) -- cgit v1.2.3