From 99dd02981680868bb1ef0b183eac8f044db67887 Mon Sep 17 00:00:00 2001 From: Jermolene Date: Fri, 20 Dec 2013 16:44:04 +0000 Subject: [PATCH] Drop the backticks around colour values MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It’s safe to do since no CSS color could be inadvertantly wikified. --- themes/tiddlywiki/vanilla/colours.tid | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/themes/tiddlywiki/vanilla/colours.tid b/themes/tiddlywiki/vanilla/colours.tid index 7e30a8212..851e69663 100644 --- a/themes/tiddlywiki/vanilla/colours.tid +++ b/themes/tiddlywiki/vanilla/colours.tid @@ -1,8 +1,8 @@ title: $:/themes/tiddlywiki/vanilla/colours type: application/x-tiddler-dictionary -primary: `#5778D8` -background: `#fff` -foreground: `#333` -pagebackground: `#ececec` -medium: `#bbb` \ No newline at end of file +primary: #5778D8 +background: #ffffff +foreground: #333333 +pagebackground: #ececec +medium: #bbbbbb