upd: redesign aplikasi

Deskripsi:
- update home, profile dll
- blm selesai

NO Issues
This commit is contained in:
2026-02-10 17:32:56 +08:00
parent d3802ca26c
commit 064a8ccaad
29 changed files with 368 additions and 132 deletions

View File

@@ -4,22 +4,34 @@ const tintColorDark = '#fff';
export const Colors = {
light: {
text: '#11181C',
background: '#f4f9fd',
background: '#f7f7f7ff',
tint: tintColorLight,
primary: '#19345E',
icon: '#687076',
icon: '#1F3C88',
card: '#ffffff',
tabIconDefault: '#687076',
tabIconSelected: tintColorLight,
tabActive: '#2563EB',
header: '#234881',
homeGradient: '#346CC4',
dimmed: '#6B7280',
success: '#40C057',
warning: '#FBBF24',
error: '#F87171',
},
dark: {
text: '#ECEDEE',
background: '#151718',
background: '#0F1B2D',
tint: tintColorDark,
primary: '#19345E',
icon: '#9BA1A6',
card: '#232526', // slightly lighter than background #151718
icon: '#9DB9E8',
card: '#16233A', // slightly lighter than background #151718
tabIconDefault: '#9BA1A6',
tabIconSelected: tintColorDark,
tabActive: '#0166FE',
header: '#0E294C',
homeGradient: '#123A6F',
dimmed: '#9AAED1',
success: '#1F6F43',
warning: '#D97706',
error: '#DC2626',
},
};