Merge pull request #169 from kevmoo/monifest_color
manifest.json: update background and theme_color
This commit is contained in:
commit
1dfa1574c8
@ -13,6 +13,9 @@ class AppColors {
|
|||||||
final Color greyStrong = const Color(0xFF272625);
|
final Color greyStrong = const Color(0xFF272625);
|
||||||
final Color greyMedium = const Color(0xFF9D9995);
|
final Color greyMedium = const Color(0xFF9D9995);
|
||||||
final Color white = Colors.white;
|
final Color white = Colors.white;
|
||||||
|
// NOTE: If this color is changed, also change it in
|
||||||
|
// - web/manifest.json
|
||||||
|
// - web/index.html -
|
||||||
final Color black = const Color(0xFF1E1B18);
|
final Color black = const Color(0xFF1E1B18);
|
||||||
|
|
||||||
final bool isDark = false;
|
final bool isDark = false;
|
||||||
|
@ -35,6 +35,7 @@
|
|||||||
<script src="flutter.js" defer=""></script>
|
<script src="flutter.js" defer=""></script>
|
||||||
|
|
||||||
|
|
||||||
|
<meta id="flutterweb-theme" name="theme-color" content="#1e1b18">
|
||||||
<meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" name="viewport">
|
<meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" name="viewport">
|
||||||
|
|
||||||
|
|
||||||
|
@ -3,8 +3,8 @@
|
|||||||
"short_name": "Wonderous",
|
"short_name": "Wonderous",
|
||||||
"start_url": ".",
|
"start_url": ".",
|
||||||
"display": "standalone",
|
"display": "standalone",
|
||||||
"background_color": "#0175C2",
|
"background_color": "#1e1b18",
|
||||||
"theme_color": "#0175C2",
|
"theme_color": "#1e1b18",
|
||||||
"description": "Navigate the intersection of history, art, and culture. Be educated and entertained as your learn about world-famous structures.",
|
"description": "Navigate the intersection of history, art, and culture. Be educated and entertained as your learn about world-famous structures.",
|
||||||
"orientation": "portrait-primary",
|
"orientation": "portrait-primary",
|
||||||
"prefer_related_applications": false,
|
"prefer_related_applications": false,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user