diff --git a/core/palettes/Contrast.tid b/core/palettes/Contrast.tid index fb3d2f371..438b1d159 100644 --- a/core/palettes/Contrast.tid +++ b/core/palettes/Contrast.tid @@ -38,14 +38,14 @@ message-border: #000 message-foreground: #000 modal-backdrop: <> modal-background: <> -modal-border: #000 -modal-footer-background: #fff -modal-footer-border: #000 -modal-header-border: #000 +modal-border: #fff +modal-footer-background: #000 +modal-footer-border: #fff +modal-header-border: #fff muted-foreground: #999 -notification-background: #fff -notification-border: #000 -page-background: #000000 +notification-background: #000 +notification-border: #fff +page-background: #000 pre-background: #000 pre-border: #fff primary: #00f @@ -56,24 +56,24 @@ sidebar-foreground-shadow: rgba(255,0,0, 0.5) sidebar-foreground: #ffffff sidebar-muted-foreground-hover: #444444 sidebar-muted-foreground: #fff -sidebar-tab-background-selected: #fff +sidebar-tab-background-selected: #000 sidebar-tab-background: <> sidebar-tab-border-selected: <> sidebar-tab-border: <> sidebar-tab-divider: <> -sidebar-tab-foreground-selected: #000 +sidebar-tab-foreground-selected: #fff sidebar-tab-foreground: <> sidebar-tiddler-link-foreground-hover: #fff sidebar-tiddler-link-foreground: <> site-title-foreground: <> static-alert-foreground: #aaaaaa -tab-background-selected: #fff -tab-background: #000 +tab-background-selected: #000 +tab-background: #fff tab-border-selected: #fff tab-border: #fff tab-divider: #fff -tab-foreground-selected: #000 -tab-foreground: #fff +tab-foreground-selected: #fff +tab-foreground: #000 table-border: #dddddd table-footer-background: #a8a8a8 table-header-background: #f0f0f0 @@ -89,9 +89,9 @@ tiddler-editor-border-image: #fff tiddler-editor-border: #cccccc tiddler-editor-fields-even: #000 tiddler-editor-fields-odd: #000 -tiddler-info-background: #f8f8f8 -tiddler-info-border: #dddddd -tiddler-info-tab-background: #f8f8f8 +tiddler-info-background: #000 +tiddler-info-border: #fff +tiddler-info-tab-background: #000 tiddler-link-background: <> tiddler-link-foreground: <> tiddler-subtitle-foreground: #c0c0c0 diff --git a/core/palettes/DarkPhotos.tid b/core/palettes/DarkPhotos.tid index 43a4559c2..cd9a63e1c 100644 --- a/core/palettes/DarkPhotos.tid +++ b/core/palettes/DarkPhotos.tid @@ -1,4 +1,3 @@ -@@ -0,0 +1,107 @@ created: 20150402111612188 description: Good with dark photo backgrounds modified: 20150402112344080 @@ -13,9 +12,9 @@ alert-highlight: #881122 alert-muted-foreground: #b99e2f background: #ffffff blockquote-bar: <> -button-background: -button-foreground: -button-border: +button-background: +button-foreground: +button-border: code-background: #f7f7f9 code-border: #e1e1e8 code-foreground: #dd1144 @@ -48,7 +47,7 @@ modal-header-border: #eeeeee muted-foreground: #ddd notification-background: #ffffdd notification-border: #999999 -page-background: #f4f4f4 +page-background: #336438 pre-background: #f5f5f5 pre-border: #cccccc primary: #5778d8 diff --git a/themes/tiddlywiki/vanilla/base.tid b/themes/tiddlywiki/vanilla/base.tid index 5744053d9..30fc16f06 100644 --- a/themes/tiddlywiki/vanilla/base.tid +++ b/themes/tiddlywiki/vanilla/base.tid @@ -110,6 +110,7 @@ dl dt { textarea, input[type=text], +input[type=search], input[type=""], input:not([type]) { color: <>; @@ -120,6 +121,10 @@ input:not([type]) { color: <>; } +svg { + fill: <>; +} + svg.tc-image-button { padding: 0px 1px 1px 0px; }