upd: redesign

Deskripsi:
- fitur ganti mode tema
- penerapan tema pada semua fitur

NO Issues
This commit is contained in:
2026-02-09 17:49:25 +08:00
parent ddfee00410
commit d3802ca26c
157 changed files with 1278 additions and 692 deletions

View File

@@ -6,7 +6,9 @@ export const Colors = {
text: '#11181C',
background: '#f4f9fd',
tint: tintColorLight,
primary: '#19345E',
icon: '#687076',
card: '#ffffff',
tabIconDefault: '#687076',
tabIconSelected: tintColorLight,
},
@@ -14,7 +16,9 @@ export const Colors = {
text: '#ECEDEE',
background: '#151718',
tint: tintColorDark,
primary: '#19345E',
icon: '#9BA1A6',
card: '#232526', // slightly lighter than background #151718
tabIconDefault: '#9BA1A6',
tabIconSelected: tintColorDark,
},