2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-07-01 19:30:44 +00:00

feat: theme update (#645)

This commit is contained in:
Ben Hagen
2025-06-24 11:27:49 +02:00
committed by GitHub
parent 2568a299fc
commit 2619adc87b
5 changed files with 136 additions and 21 deletions

View File

@ -26,10 +26,8 @@ Color get COLOR_ACTION {
}
}
// Return an "app bar" color based on the current theme
Color get COLOR_APP_BAR {
return Color.fromRGBO(55, 150, 175, 1);
}
// Set to null to use the system default
Color? COLOR_APP_BAR;
const Color COLOR_WARNING = Color.fromRGBO(250, 150, 50, 1);
const Color COLOR_DANGER = Color.fromRGBO(200, 50, 75, 1);