From 61f1238092fa0513009135d207daf38a7396fad8 Mon Sep 17 00:00:00 2001 From: cyvb <10608005+cyvb@users.noreply.github.com> Date: Wed, 29 Sep 2021 12:39:41 +0900 Subject: [PATCH 1/9] Fix the too-bright tidder info color Change info section background and tab background colors to '<>'. --- themes/notebook/palettes/palette-dark | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/notebook/palettes/palette-dark b/themes/notebook/palettes/palette-dark index c5166d8..4911084 100644 --- a/themes/notebook/palettes/palette-dark +++ b/themes/notebook/palettes/palette-dark @@ -85,9 +85,9 @@ tiddler-editor-border-image: #ffffff tiddler-editor-border: rgba(255, 255, 255, 0.3) tiddler-editor-fields-even: <> tiddler-editor-fields-odd: #2c323b -tiddler-info-background: #f8f8f8 +tiddler-info-background: <> tiddler-info-border: #dddddd -tiddler-info-tab-background: #f8f8f8 +tiddler-info-tab-background: <> tiddler-link-background: <> tiddler-link-foreground: <> tiddler-subtitle-foreground: #aaaaaa From 1459ddb009c254fe2b2db1cd03e9fd6dd30def20 Mon Sep 17 00:00:00 2001 From: cyvb <10608005+cyvb@users.noreply.github.com> Date: Wed, 29 Sep 2021 20:06:28 +0900 Subject: [PATCH 2/9] Update select-tag colors --- themes/notebook/palettes/palette-dark | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/notebook/palettes/palette-dark b/themes/notebook/palettes/palette-dark index 4911084..7d5b0cc 100644 --- a/themes/notebook/palettes/palette-dark +++ b/themes/notebook/palettes/palette-dark @@ -43,8 +43,8 @@ page-background: #262b33 pre-background: <> pre-border: <> primary: #bf93ff -select-tag-background: -select-tag-foreground: +select-tag-background: <> +select-tag-foreground: <> sidebar-button-foreground: #5e646f sidebar-controls-foreground-hover: #cad2e5 sidebar-controls-foreground: <> From 2791101b326a5803e11f9997616816284a0c476d Mon Sep 17 00:00:00 2001 From: cyvb <10608005+cyvb@users.noreply.github.com> Date: Wed, 29 Sep 2021 20:14:42 +0900 Subject: [PATCH 3/9] Update select-tag color on hover --- themes/notebook/base.tid | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/themes/notebook/base.tid b/themes/notebook/base.tid index 5c2410d..bd59e41 100644 --- a/themes/notebook/base.tid +++ b/themes/notebook/base.tid @@ -499,6 +499,10 @@ button.tc-tag-label, span.tc-tag-label { padding: 0.3em 1em !important; } +select:hover { + border-color: <>; +} + /* Fonts */ html, body { From 3a613bf833af99aed37bad153041e91a542e55f6 Mon Sep 17 00:00:00 2001 From: cyvb <10608005+cyvb@users.noreply.github.com> Date: Wed, 29 Sep 2021 22:37:06 +0900 Subject: [PATCH 4/9] Update link color --- themes/notebook/base.tid | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/themes/notebook/base.tid b/themes/notebook/base.tid index bd59e41..563081b 100644 --- a/themes/notebook/base.tid +++ b/themes/notebook/base.tid @@ -17,6 +17,12 @@ type: text/vnd.tiddlywiki $text$ \end + +/* Placeholder for element w/o classes */ + +a, a:visited { + color: <>; +} /* Top and bottom bars */ From 805330c988961de903ff944d932ef7ab2b6c2c09 Mon Sep 17 00:00:00 2001 From: cyvb <10608005+cyvb@users.noreply.github.com> Date: Thu, 30 Sep 2021 19:36:55 +0900 Subject: [PATCH 5/9] Revert unnecessary changes --- themes/notebook/base.tid | 6 ------ 1 file changed, 6 deletions(-) diff --git a/themes/notebook/base.tid b/themes/notebook/base.tid index 563081b..c234af0 100644 --- a/themes/notebook/base.tid +++ b/themes/notebook/base.tid @@ -18,12 +18,6 @@ type: text/vnd.tiddlywiki \end -/* Placeholder for element w/o classes */ - -a, a:visited { - color: <>; -} - /* Top and bottom bars */ /* Hide the top-right bar */ From 339f91110aa180dd80bff1c822a8118a234f2ea7 Mon Sep 17 00:00:00 2001 From: cyvb <10608005+cyvb@users.noreply.github.com> Date: Thu, 30 Sep 2021 19:46:11 +0900 Subject: [PATCH 6/9] Update link colors --- themes/notebook/palettes/palette-dark | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/themes/notebook/palettes/palette-dark b/themes/notebook/palettes/palette-dark index 7d5b0cc..ae49af6 100644 --- a/themes/notebook/palettes/palette-dark +++ b/themes/notebook/palettes/palette-dark @@ -20,12 +20,12 @@ dropdown-border: #111 dropdown-tab-background-selected: #fff dropdown-tab-background: #ececec dropzone-background: #da8548 -external-link-background-hover: inherit -external-link-background-visited: inherit -external-link-background: inherit -external-link-foreground-hover: inherit -external-link-foreground-visited: #61afef -external-link-foreground: #c678dd +external-link-background-hover: transparent +external-link-background-visited: transparent +external-link-background: transparent +external-link-foreground-hover: #fb6b6b +external-link-foreground-visited: #fb6b6b +external-link-foreground: #fb6b6b foreground: #c8ced8 message-background: #2c323e message-border: #111 @@ -88,7 +88,7 @@ tiddler-editor-fields-odd: #2c323b tiddler-info-background: <> tiddler-info-border: #dddddd tiddler-info-tab-background: <> -tiddler-link-background: <> +tiddler-link-background: transparent tiddler-link-foreground: <> tiddler-subtitle-foreground: #aaaaaa tiddler-title-foreground: <> From 46e990fea3351c27de8ce9023cd05d62c05dec12 Mon Sep 17 00:00:00 2001 From: cyvb <10608005+cyvb@users.noreply.github.com> Date: Thu, 30 Sep 2021 20:24:42 +0900 Subject: [PATCH 7/9] Update code color --- themes/notebook/palettes/palette-dark | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/notebook/palettes/palette-dark b/themes/notebook/palettes/palette-dark index ae49af6..f8f9845 100644 --- a/themes/notebook/palettes/palette-dark +++ b/themes/notebook/palettes/palette-dark @@ -9,7 +9,7 @@ button-border: button-foreground: code-background: #2c323b code-border: #111 -code-foreground: #dd1144 +code-foreground: #fb6b6b dirty-indicator: #c63636 download-background: #98be65 download-foreground: <> From 2969ee95d6efbe751f4603f351684abd55145283 Mon Sep 17 00:00:00 2001 From: cyvb <10608005+cyvb@users.noreply.github.com> Date: Thu, 30 Sep 2021 20:36:05 +0900 Subject: [PATCH 8/9] Update colors --- themes/notebook/palettes/palette-dark | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/notebook/palettes/palette-dark b/themes/notebook/palettes/palette-dark index f8f9845..3c367b3 100644 --- a/themes/notebook/palettes/palette-dark +++ b/themes/notebook/palettes/palette-dark @@ -23,7 +23,7 @@ dropzone-background: #da8548 external-link-background-hover: transparent external-link-background-visited: transparent external-link-background: transparent -external-link-foreground-hover: #fb6b6b +external-link-foreground-hover: <> external-link-foreground-visited: #fb6b6b external-link-foreground: #fb6b6b foreground: #c8ced8 From 74ef3a11f1187f1011f5451a076fe2a562547450 Mon Sep 17 00:00:00 2001 From: cyvb <10608005+cyvb@users.noreply.github.com> Date: Thu, 30 Sep 2021 20:44:40 +0900 Subject: [PATCH 9/9] Update colors --- themes/notebook/palettes/palette-dark | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/notebook/palettes/palette-dark b/themes/notebook/palettes/palette-dark index 3c367b3..f8f9845 100644 --- a/themes/notebook/palettes/palette-dark +++ b/themes/notebook/palettes/palette-dark @@ -23,7 +23,7 @@ dropzone-background: #da8548 external-link-background-hover: transparent external-link-background-visited: transparent external-link-background: transparent -external-link-foreground-hover: <> +external-link-foreground-hover: #fb6b6b external-link-foreground-visited: #fb6b6b external-link-foreground: #fb6b6b foreground: #c8ced8