From fd9f09b3d16585cf3e0d3c74eadd8aa7c13c7008 Mon Sep 17 00:00:00 2001 From: Ray Miller Date: Sun, 1 Dec 2024 11:12:39 +0000 Subject: [PATCH] Switch doom theme to doom-nord. The doom-one theme was fine apart from its bad interaction with my terminal theme which made magit diff changes an invisible green-on-green. --- dotfiles/emacs/.config/doom/config.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/emacs/.config/doom/config.el b/dotfiles/emacs/.config/doom/config.el index 79f3a83..2f4f54b 100644 --- a/dotfiles/emacs/.config/doom/config.el +++ b/dotfiles/emacs/.config/doom/config.el @@ -32,7 +32,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-nord) ;; 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'.