From f902b6fc92a6e737f0705f2ba100662ee2ca412b Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Mon, 19 Sep 2022 12:38:34 +0200 Subject: [PATCH] [Emacs] Switch to Doom Nord Aurora theme --- org/config/emacs.org | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/org/config/emacs.org b/org/config/emacs.org index 9d35fcb..87931a4 100644 --- a/org/config/emacs.org +++ b/org/config/emacs.org @@ -7848,12 +7848,14 @@ slightly darker background? I’m not sure.) :CUSTOM_ID: Packages-Configuration-Visual-Configuration-Themeded6fl6184j0 :END: You may have noticed I use the Nord theme pretty much everywhere on my -computer, why not Emacs? +computer, why not Emacs? In my opinion, its aurora variant is nicer +than the default Nord theme since it is richer in colors --- just a +personal preference. #+begin_src emacs-lisp (use-package doom-themes :straight (:build t) :defer t - :init (load-theme 'doom-nord t)) + :init (load-theme 'doom-nord-aurora t)) #+end_src *** Rainbow Delimiters