From cd179bbdbbf71431cb61be0f6188ea9507c29027 Mon Sep 17 00:00:00 2001 From: Cqoicebordel Date: Mon, 19 Jan 2015 22:07:19 +0100 Subject: Modify theme Courgette to add colors Two colors are needed so I use a space in the cookie and a split in jinja to "encode" and "decode" them. We should enforce that each theme if they must use a cookie, prefix its name with the name of the theme. The color proposed here are based on bootstrap. We could use others. --- searx/templates/courgette/preferences.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'searx/templates/courgette/preferences.html') diff --git a/searx/templates/courgette/preferences.html b/searx/templates/courgette/preferences.html index 07d79b532..64da3fd1c 100644 --- a/searx/templates/courgette/preferences.html +++ b/searx/templates/courgette/preferences.html @@ -69,6 +69,19 @@

+
+ {{ _('Color') }} +

+ +

+
{{ _('Currently used search engines') }} -- cgit v1.2.3