From e97a20fa6073af0c56e58d149e8e6d844c23093c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BAl=20Benencia?= Date: Sat, 5 Mar 2022 23:52:56 -0800 Subject: emacs: switch theme --- .emacs.local.d/modes/themes.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.emacs.local.d/modes/themes.el b/.emacs.local.d/modes/themes.el index 0c776b4..4e08825 100644 --- a/.emacs.local.d/modes/themes.el +++ b/.emacs.local.d/modes/themes.el @@ -1,4 +1,4 @@ -(load-theme 'doom-one t) +(load-theme 'doom-tomorrow-night t) ;(set-frame-parameter (selected-frame) 'alpha '(98 . 98)) ;(add-to-list 'default-frame-alist '(alpha . (98 . 98))) -- cgit v1.2.3