Skip to content

Commit 111c95e

Browse files
andreyneringlunny
authored andcommitted
Change default Android theme color meta tag (#389)
1 parent 235eb4c commit 111c95e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conf/app.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ FEED_MAX_COMMIT_NUM = 5
5757
; Value of `theme-color` meta tag, used by Android >= 5.0
5858
; An invalid color like "none" or "disable" will have the default style
5959
; More info: https://developers.google.com/web/updates/2014/11/Support-for-theme-color-in-Chrome-39-for-Android
60-
THEME_COLOR_META_TAG = `#ff5343`
60+
THEME_COLOR_META_TAG = `#6cc644`
6161
; Max size of files to be displayed (defaults is 8MiB)
6262
MAX_DISPLAY_FILE_SIZE = 8388608
6363

0 commit comments

Comments
 (0)