theme en cours

This commit is contained in:
trochas
2025-11-06 18:46:32 +01:00
parent 170ac974c2
commit 73eb7b416a
11 changed files with 186 additions and 87 deletions

View File

@@ -11,7 +11,13 @@ const tintColorDark = '#fff';
export const Colors = {
light: {
text: '#11181C',
background: '#fff',
text_: '#ECEDEE',
background0: '#ffffff',
background1: '#F0F0F0',
background2: '#E0E0E0',
background3: '#D0D0D0',
background4: '#C0C0C0',
background5: '#B0B0B0',
tint: tintColorLight,
icon: '#687076',
tabIconDefault: '#687076',
@@ -19,7 +25,13 @@ export const Colors = {
},
dark: {
text: '#ECEDEE',
background: '#151718',
text_: '#11181C',
background0: '#000000',
background1: '#101112',
background2: '#202224',
background3: '#303336',
background4: '#404448',
background5: '#50555A',
tint: tintColorDark,
icon: '#9BA1A6',
tabIconDefault: '#9BA1A6',