feat: theme update (#645)

This commit is contained in:
Ben Hagen
2025-06-24 19:27:49 +10:00
committed by GitHub
parent 2568a299fc
commit 2619adc87b
5 changed files with 136 additions and 21 deletions
+2 -4
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);