diff --git a/core/palettes/Blanca.tid b/core/palettes/Blanca.tid index 74d4057fe..55d303bf1 100644 --- a/core/palettes/Blanca.tid +++ b/core/palettes/Blanca.tid @@ -62,8 +62,9 @@ sidebar-tab-foreground-selected: sidebar-tab-foreground: <> sidebar-tiddler-link-foreground-hover: #444444 sidebar-tiddler-link-foreground: #7897f3 +site-title-foreground: <> static-alert-foreground: #aaaaaa -tab-background-selected: #fffffffff +tab-background-selected: #ffffff tab-background: #eeeeee tab-border-selected: #cccccc tab-border: #cccccc diff --git a/core/palettes/Blue.tid b/core/palettes/Blue.tid index 183d3a951..a194a9ed9 100644 --- a/core/palettes/Blue.tid +++ b/core/palettes/Blue.tid @@ -62,6 +62,7 @@ sidebar-tab-foreground-selected: sidebar-tab-foreground: <> sidebar-tiddler-link-foreground-hover: #444444 sidebar-tiddler-link-foreground: #5959c0 +site-title-foreground: <> static-alert-foreground: #aaaaaa tab-background-selected: <> tab-background: #ccccdd diff --git a/core/palettes/BrightMute.tid b/core/palettes/BrightMute.tid index 3e292a5ad..977efcd13 100644 --- a/core/palettes/BrightMute.tid +++ b/core/palettes/BrightMute.tid @@ -62,6 +62,7 @@ sidebar-tab-foreground-selected: sidebar-tab-foreground: #999 sidebar-tiddler-link-foreground-hover: #444444 sidebar-tiddler-link-foreground: #d1d0d2 +site-title-foreground: <> static-alert-foreground: #aaaaaa tab-background-selected: #ffffff tab-background: #d8d8d8 diff --git a/core/palettes/Contrast.tid b/core/palettes/Contrast.tid index 4fc53d760..8622baca5 100644 --- a/core/palettes/Contrast.tid +++ b/core/palettes/Contrast.tid @@ -62,6 +62,7 @@ sidebar-tab-foreground-selected: sidebar-tab-foreground: <> sidebar-tiddler-link-foreground-hover: #444444 sidebar-tiddler-link-foreground: #999999 +site-title-foreground: <> static-alert-foreground: #aaaaaa tab-background-selected: #ffffff tab-background: #d8d8d8 diff --git a/core/palettes/Rocker.tid b/core/palettes/Rocker.tid index d84c2a3f5..8af3c0b85 100644 --- a/core/palettes/Rocker.tid +++ b/core/palettes/Rocker.tid @@ -62,6 +62,7 @@ sidebar-tab-foreground-selected: sidebar-tab-foreground: <> sidebar-tiddler-link-foreground-hover: #ffbb99 sidebar-tiddler-link-foreground: #cc0000 +site-title-foreground: <> static-alert-foreground: #aaaaaa tab-background-selected: #ffffff tab-background: #d8d8d8 diff --git a/core/palettes/Vanilla.tid b/core/palettes/Vanilla.tid index 7165f6113..cc27fb5e5 100644 --- a/core/palettes/Vanilla.tid +++ b/core/palettes/Vanilla.tid @@ -62,6 +62,7 @@ sidebar-tab-foreground-selected: sidebar-tab-foreground: <> sidebar-tiddler-link-foreground-hover: #444444 sidebar-tiddler-link-foreground: #999999 +site-title-foreground: <> static-alert-foreground: #aaaaaa tab-background-selected: #ffffff tab-background: #d8d8d8 diff --git a/themes/tiddlywiki/vanilla/base.tid b/themes/tiddlywiki/vanilla/base.tid index 4680cb482..4039fc5de 100644 --- a/themes/tiddlywiki/vanilla/base.tid +++ b/themes/tiddlywiki/vanilla/base.tid @@ -674,6 +674,10 @@ button.tc-untagged-label { margin: 0; } +.tc-site-title { + color: <>; +} + .tc-tiddler-title-icon { vertical-align: middle; }