From 8b59b6166ededcaa95b48357ca7d86795bb56acd Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Thu, 14 Nov 2024 17:45:10 +0000 Subject: [PATCH] Palette tweaks These filtered palettes are still just experiments with the techniques, and not yet a serious palette --- core/palette-templates/TwentyTwenties.tid | 4 ++-- core/palette-templates/TwentyTwentiesGreen.tid | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/core/palette-templates/TwentyTwenties.tid b/core/palette-templates/TwentyTwenties.tid index 037636424..2597b0877 100644 --- a/core/palette-templates/TwentyTwenties.tid +++ b/core/palette-templates/TwentyTwenties.tid @@ -59,7 +59,7 @@ muted-foreground: #bbbbbb network-activity-foreground: #448844 notification-background: #ffffdd notification-border: #999999 -page-background: [function[colour],[primary]colour-oklch:l[0.5]colour-oklch:c[.1]] +page-background: [function[colour],[primary]colour-oklch:l[0.3]colour-oklch:c[.1]] pre-background: #f5f5f5 pre-border: #cccccc primary: #5778d8 @@ -104,7 +104,7 @@ tag-foreground: #ffffff testcase-accent-level-1: #c1eaff testcase-accent-level-2: #E3B740 testcase-accent-level-3: #5FD564 -tiddler-background: [function[colour],[page-background]colour-oklch:c[.3]] +tiddler-background: [function[colour],[primary]colour-oklch:l[.9]] tiddler-border: [function[colour],[background]] tiddler-controls-foreground-hover: #888888 tiddler-controls-foreground-selected: #444444 diff --git a/core/palette-templates/TwentyTwentiesGreen.tid b/core/palette-templates/TwentyTwentiesGreen.tid index 2ed7427f7..77aa4e928 100644 --- a/core/palette-templates/TwentyTwentiesGreen.tid +++ b/core/palette-templates/TwentyTwentiesGreen.tid @@ -7,4 +7,4 @@ color-scheme: light palette-type: modern palette-import: $:/palettes/TwentyTwenties -primary: #803c6e \ No newline at end of file +primary: #6e803c \ No newline at end of file