fix travel style

This commit is contained in:
Timi
2025-12-16 16:57:49 +08:00
parent e650571563
commit f0f2815971
32 changed files with 1238 additions and 594 deletions

View File

@ -1,14 +1,14 @@
{
"light": {
"navigationBarBackgroundColor": "#FFFFFF",
"navigationBarBackgroundColor": "#FFF",
"navigationBarTextStyle": "black",
"backgroundColor": "#FFFFFF",
"backgroundTextStyle": "dark",
"backgroundColorTop": "#FFFFFF",
"backgroundColorBottom": "#FFFFFF",
"tabBarColor": "#8a8a8a",
"backgroundColor": "#EDEDED",
"backgroundTextStyle": "#111",
"backgroundColorTop": "#F00",
"backgroundColorBottom": "#EDEDED",
"tabBarColor": "#8A8A8A",
"tabBarSelectedColor": "#07C160",
"tabBarBackgroundColor": "#ffffff",
"tabBarBackgroundColor": "#FFF",
"tabBarBorderStyle": "white",
"tabBarIconJournal": "assets/icon/light/journal.png",
"tabBarIconJournalActive": "assets/icon/light/journal_active.png",
@ -24,11 +24,11 @@
"dark": {
"navigationBarBackgroundColor": "#1A1A1A",
"navigationBarTextStyle": "white",
"backgroundColor": "#1A1A1A",
"backgroundColor": "#111",
"backgroundTextStyle": "light",
"backgroundColorTop": "#1A1A1A",
"backgroundColorBottom": "#1A1A1A",
"tabBarColor": "#aaaaaa",
"tabBarColor": "#AAA",
"tabBarSelectedColor": "#07C160",
"tabBarBackgroundColor": "#1A1A1A",
"tabBarBorderStyle": "black",