Merge pull request #169 from kevmoo/monifest_color

manifest.json: update background and theme_color
This commit is contained in:
Shawn 2024-02-12 21:41:16 -07:00 committed by GitHub
commit 1dfa1574c8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 6 additions and 2 deletions

View File

@ -13,6 +13,9 @@ class AppColors {
final Color greyStrong = const Color(0xFF272625);
final Color greyMedium = const Color(0xFF9D9995);
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 bool isDark = false;

View File

@ -35,6 +35,7 @@
<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">

View File

@ -3,8 +3,8 @@
"short_name": "Wonderous",
"start_url": ".",
"display": "standalone",
"background_color": "#0175C2",
"theme_color": "#0175C2",
"background_color": "#1e1b18",
"theme_color": "#1e1b18",
"description": "Navigate the intersection of history, art, and culture. Be educated and entertained as your learn about world-famous structures.",
"orientation": "portrait-primary",
"prefer_related_applications": false,