From bf74af6596010c255b3c8e209d34ab9069eb102d Mon Sep 17 00:00:00 2001 From: Andrey Nering Date: Wed, 14 Dec 2016 20:30:25 -0200 Subject: [PATCH] Change default Android theme color meta tag --- conf/app.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/app.ini b/conf/app.ini index dfc8ae20fce0c..992674c1cc7e8 100644 --- a/conf/app.ini +++ b/conf/app.ini @@ -57,7 +57,7 @@ FEED_MAX_COMMIT_NUM = 5 ; Value of `theme-color` meta tag, used by Android >= 5.0 ; An invalid color like "none" or "disable" will have the default style ; More info: https://developers.google.com/web/updates/2014/11/Support-for-theme-color-in-Chrome-39-for-Android -THEME_COLOR_META_TAG = `#ff5343` +THEME_COLOR_META_TAG = `#6cc644` ; Max size of files to be displayed (defaults is 8MiB) MAX_DISPLAY_FILE_SIZE = 8388608