From 3695b012324f0b612b692878a043a03c9c2bcae8 Mon Sep 17 00:00:00 2001 From: cogwheel0 <172976095+cogwheel0@users.noreply.github.com> Date: Sun, 5 Oct 2025 01:07:05 +0530 Subject: [PATCH] refactor: update splash screen colors and remove Weblate configuration - Changed the dark splash screen color in pubspec.yaml and styles.xml to #0B0E14 for better aesthetics. - Removed the weblate.yaml file to streamline localization management and eliminate unused configurations. - Updated background images for night mode in Android and iOS to ensure consistency across platforms. --- .../res/drawable-night-v21/background.png | Bin 69 -> 69 bytes .../main/res/drawable-night/background.png | Bin 69 -> 69 bytes .../src/main/res/values-night-v31/styles.xml | 2 +- .../darkbackground.png | Bin 69 -> 69 bytes pubspec.yaml | 4 +-- weblate.yaml | 31 ------------------ 6 files changed, 3 insertions(+), 34 deletions(-) delete mode 100644 weblate.yaml diff --git a/android/app/src/main/res/drawable-night-v21/background.png b/android/app/src/main/res/drawable-night-v21/background.png index e815fd621f1968ac104bc8b687d1d19a818d00a8..f7774d50ba3aee3cc3e6f220a92e66fb3ccca3e6 100644 GIT binary patch delta 30 kcmZ>DouDK6@R=|p14Al<(WjD1F$N&;boFyt=akR{0Ep8Fxc~qF delta 30 kcmZ>DouDI`n2^B0z#ziF`b*ur9>`+wboFyt=akR{0BmLlcK`qY diff --git a/android/app/src/main/res/drawable-night/background.png b/android/app/src/main/res/drawable-night/background.png index e815fd621f1968ac104bc8b687d1d19a818d00a8..f7774d50ba3aee3cc3e6f220a92e66fb3ccca3e6 100644 GIT binary patch delta 30 kcmZ>DouDK6@R=|p14Al<(WjD1F$N&;boFyt=akR{0Ep8Fxc~qF delta 30 kcmZ>DouDI`n2^B0z#ziF`b*ur9>`+wboFyt=akR{0BmLlcK`qY diff --git a/android/app/src/main/res/values-night-v31/styles.xml b/android/app/src/main/res/values-night-v31/styles.xml index 52d1073..616fbae 100644 --- a/android/app/src/main/res/values-night-v31/styles.xml +++ b/android/app/src/main/res/values-night-v31/styles.xml @@ -6,7 +6,7 @@ false false shortEdges - #000000 + #0B0E14