From cbd50a811a5866249786eda263a5dde985e4e07d Mon Sep 17 00:00:00 2001 From: ryan Date: Sat, 21 Jun 2025 14:52:16 -0700 Subject: [PATCH] Fix color schemes! --- android/app/src/main/res/values/styles.xml | 2 +- app.config.js | 13 +- app/(tabs)/_layout.tsx | 134 +++++++++++++-------- app/(tabs)/index.tsx | 47 +++++--- app/SettingsScreen.tsx | 2 +- app/_layout.tsx | 49 ++++---- components/ThemedText.tsx | 24 ++-- components/ThemedView.tsx | 5 +- constants/Colors.ts | 92 ++++++++++---- constants/Settings.ts | 1 + hooks/useThemeColor.ts | 22 ++-- package-lock.json | 25 ++++ package.json | 4 +- 13 files changed, 280 insertions(+), 140 deletions(-) diff --git a/android/app/src/main/res/values/styles.xml b/android/app/src/main/res/values/styles.xml index 4ef1d97..c61248b 100644 --- a/android/app/src/main/res/values/styles.xml +++ b/android/app/src/main/res/values/styles.xml @@ -2,7 +2,7 @@