From e0be9a3d095962c786b0ddd85c31b3d37c8f7cb3 Mon Sep 17 00:00:00 2001 From: Talha Mansoor Date: Thu, 19 Jul 2018 21:25:35 +0500 Subject: [PATCH] Add color setting to the palette * Signing the CLA --- core/language/en-GB/Docs/PaletteColours.multids | 2 ++ core/palettes/Vanilla.tid | 2 ++ licenses/cla-individual.md | 2 ++ themes/tiddlywiki/vanilla/base.tid | 6 ++++++ 4 files changed, 12 insertions(+) diff --git a/core/language/en-GB/Docs/PaletteColours.multids b/core/language/en-GB/Docs/PaletteColours.multids index 6fead38ad..5e13de9f3 100644 --- a/core/language/en-GB/Docs/PaletteColours.multids +++ b/core/language/en-GB/Docs/PaletteColours.multids @@ -45,6 +45,8 @@ page-background: Page background pre-background: Preformatted code background pre-border: Preformatted code border primary: General primary +select-tag-background: `` element text sidebar-button-foreground: Sidebar button foreground sidebar-controls-foreground-hover: Sidebar controls foreground hover sidebar-controls-foreground: Sidebar controls foreground diff --git a/core/palettes/Vanilla.tid b/core/palettes/Vanilla.tid index 1b26e9fa7..d841d2059 100644 --- a/core/palettes/Vanilla.tid +++ b/core/palettes/Vanilla.tid @@ -57,6 +57,8 @@ page-background: #f4f4f4 pre-background: #f5f5f5 pre-border: #cccccc primary: #5778d8 +select-tag-background: #fff +select-tag-foreground: #000 sidebar-button-foreground: <> sidebar-controls-foreground-hover: #000000 sidebar-controls-foreground: #aaaaaa diff --git a/licenses/cla-individual.md b/licenses/cla-individual.md index 298ea6887..1d71f6e9a 100644 --- a/licenses/cla-individual.md +++ b/licenses/cla-individual.md @@ -327,3 +327,5 @@ Sebastian Silva, @icarito, 2018/04/03 Luca Dorigo, @ldorigo, 2018/05/05 Anthony Muscio, @AnthonyMuscio, 2018/05/21 + +Muhammad Talha Mansoor, @talha131, 2018/07/16 diff --git a/themes/tiddlywiki/vanilla/base.tid b/themes/tiddlywiki/vanilla/base.tid index 8c4906b43..5737b48c7 100644 --- a/themes/tiddlywiki/vanilla/base.tid +++ b/themes/tiddlywiki/vanilla/base.tid @@ -2526,3 +2526,9 @@ body.tc-dirty span.tc-dirty-indicator, body.tc-dirty span.tc-dirty-indicator svg .tc-tree li span { color: lightgray; } + +select { + color: <>; + background: <>; +} +