diff options
-rw-r--r-- | .emacs.local.d/modes/themes.el | 2 |
1 files changed, 1 insertions, 1 deletions
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))) |