[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/modus-themes c00930f4ff 1/4: Revise prose-metadata and
From: |
ELPA Syncer |
Subject: |
[elpa] externals/modus-themes c00930f4ff 1/4: Revise prose-metadata and prose-table in "intense" preset overrides |
Date: |
Fri, 4 Aug 2023 06:58:11 -0400 (EDT) |
branch: externals/modus-themes
commit c00930f4ff5a21a00e08324d7a36f10c2c745b28
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>
Revise prose-metadata and prose-table in "intense" preset overrides
The previous colours did not combine nicely with all structural
elements. For example, Org clocktables would obscure timestamps by
being the same colour as them, while the table formula would not stand
out. These styles did not fit into the concept of "intense" colours.
---
modus-themes.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/modus-themes.el b/modus-themes.el
index 2127bc9b1d..abe89c1be4 100644
--- a/modus-themes.el
+++ b/modus-themes.el
@@ -997,9 +997,9 @@ Info node `(modus-themes) Option for palette overrides'.")
(prose-block red-faint)
(prose-done green-intense)
- (prose-metadata cyan-faint)
+ (prose-metadata magenta-faint)
(prose-metadata-value blue-cooler)
- (prose-table cyan)
+ (prose-table blue)
(prose-todo red-intense)
(fg-heading-0 blue-cooler)