From 4306f9c70d30a385975b60e75e4b001ebebb07e8 Mon Sep 17 00:00:00 2001 From: Artur Manuel Date: Thu, 10 Apr 2025 19:19:56 +0100 Subject: [PATCH] rose-pine: move from tokyo-night to rose-pine --- config/config-ui.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config-ui.el b/config/config-ui.el index f421f1b..0970061 100644 --- a/config/config-ui.el +++ b/config/config-ui.el @@ -11,6 +11,6 @@ (use-package base16-theme :config - (load-theme 'base16-tokyo-night-dark t))) + (load-theme 'base16-rose-pine t))) (provide 'config-ui)