diff options
author | Raúl Benencia <rul@kalgan.cc> | 2022-03-05 23:52:56 -0800 |
---|---|---|
committer | Raúl Benencia <rul@kalgan.cc> | 2022-03-05 23:52:56 -0800 |
commit | e97a20fa6073af0c56e58d149e8e6d844c23093c (patch) | |
tree | 9d86ea1beac3b519f5e2416e52c3072846210cf0 /.emacs.local.d | |
parent | ec9a99656b13b6a4504e9d5e94b908f9212cdbbd (diff) |
emacs: switch theme
Diffstat (limited to '.emacs.local.d')
-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))) |