From f5e2919064ad2dd1a674f5087ca8f79d87e1bdcb Mon Sep 17 00:00:00 2001 From: mokou Date: Tue, 7 Jun 2022 19:50:16 +0200 Subject: [PATCH] change default emacs theme --- dot_doom.d/config.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot_doom.d/config.el b/dot_doom.d/config.el index 5f27ef9..295d1d9 100644 --- a/dot_doom.d/config.el +++ b/dot_doom.d/config.el @@ -17,7 +17,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 'tango) +(setq doom-theme 'doom-opera) ;; 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'.