From ec4e92da2f7b3ae13be89a0a28280b21b0549243 Mon Sep 17 00:00:00 2001 From: Tim McCarthy Date: Thu, 18 Apr 2024 13:47:15 -0700 Subject: [PATCH] Switch themes To make org headings more visually distinct --- thoom-emacs/modules/thoom-theme.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/thoom-emacs/modules/thoom-theme.el b/thoom-emacs/modules/thoom-theme.el index 00068e8..56732e5 100644 --- a/thoom-emacs/modules/thoom-theme.el +++ b/thoom-emacs/modules/thoom-theme.el @@ -7,7 +7,7 @@ ;; Global settings (defaults) (setq doom-themes-enable-bold t ; if nil, bold is universally disabled doom-themes-enable-italic t) ; if nil, italics is universally disabled - (load-theme 'doom-dark+ t) + (load-theme 'doom-monokai-pro t) ;; Enable flashing mode-line on errors (doom-themes-visual-bell-config) @@ -43,4 +43,3 @@ ;; On a Mac, the menu bar doesn't take up screen real-estate, so leave it on (unless ON-MAC (menu-bar-mode -1)) -