From 81799cd6d201fcc53ad9cd0492ef0446052f7a1d Mon Sep 17 00:00:00 2001 From: John Ogle Date: Sat, 20 Sep 2025 16:19:02 -0700 Subject: [PATCH] [doom] Switch theme to Tokyo Night --- home/modules/emacs/doom/config.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/modules/emacs/doom/config.el b/home/modules/emacs/doom/config.el index 7d8528e..a2ba5ee 100644 --- a/home/modules/emacs/doom/config.el +++ b/home/modules/emacs/doom/config.el @@ -43,7 +43,7 @@ ;; There are two ways to load a theme. Both assume the theme is installed and ;; available. You can either set `doom-theme' or manually load a theme with the ;; `load-theme' function. This is the default: -(setq doom-theme 'doom-one) +(setq doom-theme 'doom-tokyo-night) ;; This determines the style of line numbers in effect. If set to `nil', line ;; numbers are disabled. For relative line numbers, set this to `relative'.