From ca29a95b0e04ea68370391e7e99437d1c880c1da Mon Sep 17 00:00:00 2001 From: Mario Pietsch Date: Tue, 17 Jun 2025 17:03:06 +0200 Subject: [PATCH] DesertSand palette, fix some errors, make values resolvable (#9013) --- core/palettes/DesertSand.tid | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/core/palettes/DesertSand.tid b/core/palettes/DesertSand.tid index 6b8646d282..632d1f66cc 100644 --- a/core/palettes/DesertSand.tid +++ b/core/palettes/DesertSand.tid @@ -22,9 +22,9 @@ diff-equal-foreground: <> diff-insert-background: #91c093 diff-insert-foreground: <> diff-invisible-background: -diff-invisible-foreground: <> +diff-invisible-foreground: #d3d2cb dirty-indicator: #ad3434 -download-background: #6ca16c +download-background: #5eae62 download-foreground: <> dragger-background: <> dragger-foreground: <> @@ -32,14 +32,13 @@ dropdown-background: <> dropdown-border: <> dropdown-tab-background-selected: #E9E0C7 dropdown-tab-background: #BAB29C -dropzone-background: rgba(0,200,0,0.7) +dropzone-background: #00c600 external-link-background-hover: inherit external-link-background-visited: inherit external-link-background: inherit -external-link-foreground-hover: inherit +external-link-foreground-hover: #7474ba external-link-foreground-visited: #313163 external-link-foreground: #555592 -footnote-target-background: #fff7d9 foreground: #2D2A23 highlight-background: #ffff00 highlight-foreground: #000000 @@ -71,7 +70,7 @@ sidebar-controls-foreground: #867F69 sidebar-foreground-shadow: transparent sidebar-foreground: #867F69 sidebar-muted-foreground-hover: #706A58 -sidebar-muted-foreground: #B3A98C +sidebar-muted-foreground: #aba081 sidebar-tab-background-selected: #e0d3af sidebar-tab-background: #A6A193 sidebar-tab-border-selected: #C3BAA1 @@ -82,6 +81,10 @@ sidebar-tab-foreground: #2D2A23 sidebar-tiddler-link-foreground-hover: #433F35 sidebar-tiddler-link-foreground: #706A58 site-title-foreground: <> +stability-deprecated: #dc322f +stability-experimental: #b58900 +stability-legacy: #268bd2 +stability-stable: #859900 static-alert-foreground: #A6A193 tab-background-selected: #E9E0C7 tab-background: #A6A193 @@ -141,3 +144,4 @@ wikilist-toolbar-foreground: #2D2A23 wikilist-droplink-dragover: rgba(255,192,192,0.5) wikilist-button-background: #A6A193 wikilist-button-foreground: #161512 +network-activity-foreground: <> \ No newline at end of file