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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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);