From d38cc1dd93754f8974d9e5ef595e0070b02c080c Mon Sep 17 00:00:00 2001 From: onyx-tty <183672092+onyx-tty@users.noreply.github.com> Date: Thu, 5 Mar 2026 18:37:46 +0100 Subject: [PATCH] Templates/emacs: improve headline visibility with high opacity colors (#2034) --- Assets/Templates/emacs.el | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Assets/Templates/emacs.el b/Assets/Templates/emacs.el index 2f86135e9..f4461fc51 100644 --- a/Assets/Templates/emacs.el +++ b/Assets/Templates/emacs.el @@ -148,13 +148,13 @@ ;; Org mode with hidden asterisks `(org-level-1 ((t (:foreground ,primary :weight bold :height 1.2)))) - `(org-level-2 ((t (:foreground ,primary-container :weight bold :height 1.1)))) - `(org-level-3 ((t (:foreground ,secondary :weight bold)))) - `(org-level-4 ((t (:foreground ,secondary-container :weight bold)))) - `(org-level-5 ((t (:foreground ,tertiary :weight bold)))) - `(org-level-6 ((t (:foreground ,tertiary-container :weight bold)))) - `(org-level-7 ((t (:foreground ,primary-fixed :weight bold)))) - `(org-level-8 ((t (:foreground ,primary-fixed-dim :weight bold)))) + `(org-level-2 ((t (:foreground ,secondary :weight bold :height 1.1)))) + `(org-level-3 ((t (:foreground ,tertiary :weight bold)))) + `(org-level-4 ((t (:foreground ,primary :weight bold)))) + `(org-level-5 ((t (:foreground ,secondary :weight bold)))) + `(org-level-6 ((t (:foreground ,tertiary :weight bold)))) + `(org-level-7 ((t (:foreground ,primary :weight bold)))) + `(org-level-8 ((t (:foreground ,secondary :weight bold)))) `(org-document-title ((t (:foreground ,primary :weight bold :height 1.3)))) `(org-document-info ((t (:foreground ,primary-container)))) `(org-todo ((t (:foreground ,err :weight bold))))