Finish cleaning up theme stuff

This commit is contained in:
2025-03-04 23:58:53 -06:00
parent 4775917db0
commit 4e93893319
14 changed files with 49 additions and 90 deletions

View File

@@ -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',
},
};