theme en cours
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user