From e1d6b4863cb57e53356a21c6458fe208ca00a101 Mon Sep 17 00:00:00 2001 From: Mario Pietsch Date: Tue, 10 Jun 2025 22:46:15 +0200 Subject: [PATCH] ContrastDark, values resolvable, general improved contrast (#9009) --- core/palettes/ContrastDark.tid | 59 ++++++++++++++++++---------------- 1 file changed, 32 insertions(+), 27 deletions(-) diff --git a/core/palettes/ContrastDark.tid b/core/palettes/ContrastDark.tid index ad2c5dbad..cb40e015b 100644 --- a/core/palettes/ContrastDark.tid +++ b/core/palettes/ContrastDark.tid @@ -5,11 +5,11 @@ description: High contrast and unambiguous (dark version) tags: $:/tags/Palette type: application/x-tiddler-dictionary -alert-background: #f00 +alert-background: #ff0000 alert-border: <> alert-highlight: <> -alert-muted-foreground: #800 -background: #000 +alert-muted-foreground: #880000 +background: #000000 blockquote-bar: <> button-background: <> button-foreground: <> @@ -17,24 +17,24 @@ button-border: <> code-background: <> code-border: <> code-foreground: <> -dirty-indicator: #f00 -download-background: #080 +dirty-indicator: #ff0000 +download-background: #48ff48 download-foreground: <> dragger-background: <> dragger-foreground: <> dropdown-background: <> dropdown-border: <> -dropdown-tab-background-selected: <> -dropdown-tab-background: <> -dropzone-background: rgba(0,200,0,0.7) +dropdown-tab-background-selected: #868686 +dropdown-tab-background: #515151 +dropzone-background: #1aff1a external-link-background-hover: inherit external-link-background-visited: inherit external-link-background: inherit external-link-foreground-hover: inherit -external-link-foreground-visited: #00a -external-link-foreground: #00e +external-link-foreground-visited: #5353ff +external-link-foreground: #9595ff footnote-target-background: #4c4c4c -foreground: #fff +foreground: #ffffff highlight-background: #ffff00 highlight-foreground: #000000 message-background: <> @@ -52,11 +52,11 @@ notification-border: <> page-background: <> pre-background: <> pre-border: <> -primary: #00f +primary: #8a8aff select-tag-background: select-tag-foreground: sidebar-button-foreground: <> -sidebar-controls-foreground-hover: <> +sidebar-controls-foreground-hover: #ffff00 sidebar-controls-foreground: <> sidebar-foreground-shadow: rgba(0,0,0, 0) sidebar-foreground: <> @@ -72,6 +72,10 @@ sidebar-tab-foreground: <> sidebar-tiddler-link-foreground-hover: <> sidebar-tiddler-link-foreground: <> site-title-foreground: <> +stability-stable: #00f400 +stability-experimental: #ffaf1c +stability-deprecated: #ff2b2b +stability-legacy: #ceceff static-alert-foreground: #aaaaaa tab-background-selected: <> tab-background: <> @@ -81,15 +85,15 @@ tab-divider: <> tab-foreground-selected: <> tab-foreground: <> table-border: #dddddd -table-footer-background: #a8a8a8 -table-header-background: #f0f0f0 -tag-background: #fff -tag-foreground: #000 +table-footer-background: #444444 +table-header-background: #444444 +tag-background: #ffffff +tag-foreground: #000000 testcase-accent-level-1: #144a8c tiddler-background: <> tiddler-border: <> tiddler-controls-foreground-hover: #ddd -tiddler-controls-foreground-selected: #fdd +tiddler-controls-foreground-selected: #ae0000 tiddler-controls-foreground: <> tiddler-editor-background: <> tiddler-editor-border-image: <> @@ -103,14 +107,15 @@ tiddler-link-background: <> tiddler-link-foreground: <> tiddler-subtitle-foreground: <> tiddler-title-foreground: <> -toolbar-new-button: -toolbar-options-button: -toolbar-save-button: -toolbar-info-button: -toolbar-edit-button: -toolbar-close-button: -toolbar-delete-button: -toolbar-cancel-button: -toolbar-done-button: +toolbar-new-button: +toolbar-options-button: +toolbar-save-button: +toolbar-info-button: +toolbar-edit-button: +toolbar-close-button: +toolbar-delete-button: +toolbar-cancel-button: +toolbar-done-button: untagged-background: <> very-muted-foreground: #888888 +network-activity-foreground: <> \ No newline at end of file