From c9fa7dc33a2c4c8204d216542fd09f6225c921aa Mon Sep 17 00:00:00 2001 From: Cade Scroggins Date: Fri, 5 Feb 2021 20:47:52 +0530 Subject: [PATCH] add --search-highlight-foreground + theme tweaks --- index.html | 32 ++++++++++++++++++-------------- 1 file changed, 18 insertions(+), 14 deletions(-) diff --git a/index.html b/index.html index fd07872..0a7c89b 100644 --- a/index.html +++ b/index.html @@ -12,13 +12,13 @@ clockOnClickAction: 'Menu', // The delimiter between the hours and minutes on the clock. - clockDelimiter: ' ', + clockDelimiter: ' - ', // Show AM/PM indication when CONFIG.clockTwentyFourHours is false. clockShowAmPm: true, // Show seconds on the clock. A monospaced font is recommended for this. - clockShowSeconds: true, + clockShowSeconds: false, // Show a twenty-four-hour clock instead of a twelve-hour clock. clockTwentyFourHour: true, @@ -351,26 +351,29 @@