Skip to content

Commit

Permalink
Update the default accent colour
Browse files Browse the repository at this point in the history
  • Loading branch information
larsb24 committed Feb 20, 2022
1 parent 7a87fb6 commit bb9cbd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/utils/providers/customization_provider.dart
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class CustomizationProvider extends ChangeNotifier {
double _taskbarPosition = 2;

int _launcherIcon = Icons.apps.codePoint;
int _accentColor = Colors.deepOrangeAccent.value;
int _accentColor = const Color(0xFFFF5722).value;

String _fontFamily = "Inter";
String _wallpaper = "assets/images/wallpapers/modern.png";
Expand Down

0 comments on commit bb9cbd5

Please sign in to comment.