Finish cleaning up theme stuff
This commit is contained in:
@@ -16,7 +16,7 @@ export const Colors = {
|
||||
icon: iconColorLight,
|
||||
tabIconDefault: iconColorLight,
|
||||
tabIconSelected: tintColorLight,
|
||||
|
||||
|
||||
// New colors
|
||||
card: '#ffffff',
|
||||
border: '#d0d7de',
|
||||
@@ -26,7 +26,7 @@ export const Colors = {
|
||||
subtle: '#f6f8fa',
|
||||
error: '#e5484d',
|
||||
success: '#46954a',
|
||||
warning: '#daaa3f'
|
||||
warning: '#daaa3f',
|
||||
},
|
||||
dark: {
|
||||
text: light,
|
||||
@@ -35,7 +35,7 @@ export const Colors = {
|
||||
icon: iconColorDark,
|
||||
tabIconDefault: iconColorDark,
|
||||
tabIconSelected: tintColorDark,
|
||||
|
||||
|
||||
// New colors
|
||||
card: '#3a3b4a',
|
||||
border: '#444c56',
|
||||
@@ -45,6 +45,6 @@ export const Colors = {
|
||||
subtle: '#272934',
|
||||
error: '#ff6369',
|
||||
success: '#3fb950',
|
||||
warning: '#d29922'
|
||||
warning: '#d29922',
|
||||
},
|
||||
};
|
||||
|
Reference in New Issue
Block a user