From 252d8b004842f0988295b2d43ca05fef5c97be87 Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Fri, 23 Dec 2022 11:35:06 -0300 Subject: [PATCH] Synchronized colors --- emacs.d/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs.d/init.el b/emacs.d/init.el index e04e8b7..15435db 100644 --- a/emacs.d/init.el +++ b/emacs.d/init.el @@ -104,7 +104,7 @@ :ensure t :config (setq doom-themes-enable-bold t doom-themes-enable-italic t) - (load-theme 'doom-monokai-spectrum t)) + (load-theme 'doom-ayu-dark t)) ;; highlights the current line (use-package hlinum