diff --git a/native/android/app/src/main/res/drawable-hdpi/splashscreen_image.png b/native/android/app/src/main/res/drawable-hdpi/splashscreen_image.png
index 9732d4c05..d057cfe2c 100644
Binary files a/native/android/app/src/main/res/drawable-hdpi/splashscreen_image.png and b/native/android/app/src/main/res/drawable-hdpi/splashscreen_image.png differ
diff --git a/native/android/app/src/main/res/drawable-mdpi/splashscreen_image.png b/native/android/app/src/main/res/drawable-mdpi/splashscreen_image.png
index 9732d4c05..d057cfe2c 100644
Binary files a/native/android/app/src/main/res/drawable-mdpi/splashscreen_image.png and b/native/android/app/src/main/res/drawable-mdpi/splashscreen_image.png differ
diff --git a/native/android/app/src/main/res/drawable-night-hdpi/splashscreen_image.png b/native/android/app/src/main/res/drawable-night-hdpi/splashscreen_image.png
deleted file mode 100644
index d057cfe2c..000000000
Binary files a/native/android/app/src/main/res/drawable-night-hdpi/splashscreen_image.png and /dev/null differ
diff --git a/native/android/app/src/main/res/drawable-night-mdpi/splashscreen_image.png b/native/android/app/src/main/res/drawable-night-mdpi/splashscreen_image.png
deleted file mode 100644
index d057cfe2c..000000000
Binary files a/native/android/app/src/main/res/drawable-night-mdpi/splashscreen_image.png and /dev/null differ
diff --git a/native/android/app/src/main/res/drawable-night-xhdpi/splashscreen_image.png b/native/android/app/src/main/res/drawable-night-xhdpi/splashscreen_image.png
deleted file mode 100644
index d057cfe2c..000000000
Binary files a/native/android/app/src/main/res/drawable-night-xhdpi/splashscreen_image.png and /dev/null differ
diff --git a/native/android/app/src/main/res/drawable-night-xxhdpi/splashscreen_image.png b/native/android/app/src/main/res/drawable-night-xxhdpi/splashscreen_image.png
deleted file mode 100644
index d057cfe2c..000000000
Binary files a/native/android/app/src/main/res/drawable-night-xxhdpi/splashscreen_image.png and /dev/null differ
diff --git a/native/android/app/src/main/res/drawable-night-xxxhdpi/splashscreen_image.png b/native/android/app/src/main/res/drawable-night-xxxhdpi/splashscreen_image.png
deleted file mode 100644
index d057cfe2c..000000000
Binary files a/native/android/app/src/main/res/drawable-night-xxxhdpi/splashscreen_image.png and /dev/null differ
diff --git a/native/android/app/src/main/res/drawable-xhdpi/splashscreen_image.png b/native/android/app/src/main/res/drawable-xhdpi/splashscreen_image.png
index 9732d4c05..d057cfe2c 100644
Binary files a/native/android/app/src/main/res/drawable-xhdpi/splashscreen_image.png and b/native/android/app/src/main/res/drawable-xhdpi/splashscreen_image.png differ
diff --git a/native/android/app/src/main/res/drawable-xxhdpi/splashscreen_image.png b/native/android/app/src/main/res/drawable-xxhdpi/splashscreen_image.png
index 9732d4c05..d057cfe2c 100644
Binary files a/native/android/app/src/main/res/drawable-xxhdpi/splashscreen_image.png and b/native/android/app/src/main/res/drawable-xxhdpi/splashscreen_image.png differ
diff --git a/native/android/app/src/main/res/drawable-xxxhdpi/splashscreen_image.png b/native/android/app/src/main/res/drawable-xxxhdpi/splashscreen_image.png
index 9732d4c05..d057cfe2c 100644
Binary files a/native/android/app/src/main/res/drawable-xxxhdpi/splashscreen_image.png and b/native/android/app/src/main/res/drawable-xxxhdpi/splashscreen_image.png differ
diff --git a/native/android/app/src/main/res/values-night/colors.xml b/native/android/app/src/main/res/values-night/colors.xml
index 44bfc3eda..3c05de5be 100644
--- a/native/android/app/src/main/res/values-night/colors.xml
+++ b/native/android/app/src/main/res/values-night/colors.xml
@@ -1,3 +1 @@
-
- #17101F
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/native/android/app/src/main/res/values/colors.xml b/native/android/app/src/main/res/values/colors.xml
index 9ae1b8b8d..cb9fd3421 100644
--- a/native/android/app/src/main/res/values/colors.xml
+++ b/native/android/app/src/main/res/values/colors.xml
@@ -1,7 +1,7 @@
- #F2F5FC
+ #17101F
#FFFFFF
#023c69
- #F2F5FC
+ #17101F
#17101F
\ No newline at end of file
diff --git a/native/app.json b/native/app.json
index 0540ee941..64ff728a4 100644
--- a/native/app.json
+++ b/native/app.json
@@ -14,14 +14,9 @@
"usesNonExemptEncryption": false
},
"splash": {
- "image": "./assets/images/splash.png",
- "resizeMode": "contain",
- "backgroundColor": "#F2F5FC",
- "dark": {
- "image": "./assets/images/splash_dark.png",
+ "image": "./assets/images/splash_dark.png",
"resizeMode": "contain",
"backgroundColor": "#17101F"
- }
},
"supportsTablet": false
},
@@ -34,14 +29,9 @@
"package": "com.guardianghost",
"backgroundColor": "#17101F",
"splash": {
- "image": "./assets/images/splash.png",
+ "image": "./assets/images/splash_dark.png",
"resizeMode": "native",
- "backgroundColor": "#F2F5FC",
- "dark": {
- "image": "./assets/images/splash_dark.png",
- "resizeMode": "native",
- "backgroundColor": "#17101F"
- }
+ "backgroundColor": "#17101F"
},
"intentFilters": [
{
diff --git a/native/ios/GuardianGhost/Images.xcassets/SplashScreen.imageset/Contents.json b/native/ios/GuardianGhost/Images.xcassets/SplashScreen.imageset/Contents.json
index 7cbe3f08e..3cf848977 100644
--- a/native/ios/GuardianGhost/Images.xcassets/SplashScreen.imageset/Contents.json
+++ b/native/ios/GuardianGhost/Images.xcassets/SplashScreen.imageset/Contents.json
@@ -12,37 +12,6 @@
{
"idiom": "universal",
"scale": "3x"
- },
- {
- "idiom": "universal",
- "appearances": [
- {
- "appearance": "luminosity",
- "value": "dark"
- }
- ],
- "filename": "dark_image.png",
- "scale": "1x"
- },
- {
- "idiom": "universal",
- "appearances": [
- {
- "appearance": "luminosity",
- "value": "dark"
- }
- ],
- "scale": "2x"
- },
- {
- "idiom": "universal",
- "appearances": [
- {
- "appearance": "luminosity",
- "value": "dark"
- }
- ],
- "scale": "3x"
}
],
"info": {
diff --git a/native/ios/GuardianGhost/Images.xcassets/SplashScreen.imageset/dark_image.png b/native/ios/GuardianGhost/Images.xcassets/SplashScreen.imageset/dark_image.png
deleted file mode 100644
index d057cfe2c..000000000
Binary files a/native/ios/GuardianGhost/Images.xcassets/SplashScreen.imageset/dark_image.png and /dev/null differ
diff --git a/native/ios/GuardianGhost/Images.xcassets/SplashScreen.imageset/image.png b/native/ios/GuardianGhost/Images.xcassets/SplashScreen.imageset/image.png
index 9732d4c05..d057cfe2c 100644
Binary files a/native/ios/GuardianGhost/Images.xcassets/SplashScreen.imageset/image.png and b/native/ios/GuardianGhost/Images.xcassets/SplashScreen.imageset/image.png differ
diff --git a/native/ios/GuardianGhost/Images.xcassets/SplashScreenBackground.imageset/Contents.json b/native/ios/GuardianGhost/Images.xcassets/SplashScreenBackground.imageset/Contents.json
index 7cbe3f08e..3cf848977 100644
--- a/native/ios/GuardianGhost/Images.xcassets/SplashScreenBackground.imageset/Contents.json
+++ b/native/ios/GuardianGhost/Images.xcassets/SplashScreenBackground.imageset/Contents.json
@@ -12,37 +12,6 @@
{
"idiom": "universal",
"scale": "3x"
- },
- {
- "idiom": "universal",
- "appearances": [
- {
- "appearance": "luminosity",
- "value": "dark"
- }
- ],
- "filename": "dark_image.png",
- "scale": "1x"
- },
- {
- "idiom": "universal",
- "appearances": [
- {
- "appearance": "luminosity",
- "value": "dark"
- }
- ],
- "scale": "2x"
- },
- {
- "idiom": "universal",
- "appearances": [
- {
- "appearance": "luminosity",
- "value": "dark"
- }
- ],
- "scale": "3x"
}
],
"info": {
diff --git a/native/ios/GuardianGhost/Images.xcassets/SplashScreenBackground.imageset/dark_image.png b/native/ios/GuardianGhost/Images.xcassets/SplashScreenBackground.imageset/dark_image.png
deleted file mode 100644
index a211d09f6..000000000
Binary files a/native/ios/GuardianGhost/Images.xcassets/SplashScreenBackground.imageset/dark_image.png and /dev/null differ
diff --git a/native/ios/GuardianGhost/Images.xcassets/SplashScreenBackground.imageset/image.png b/native/ios/GuardianGhost/Images.xcassets/SplashScreenBackground.imageset/image.png
index e9b5e33a9..a211d09f6 100644
Binary files a/native/ios/GuardianGhost/Images.xcassets/SplashScreenBackground.imageset/image.png and b/native/ios/GuardianGhost/Images.xcassets/SplashScreenBackground.imageset/image.png differ