aboutsummaryrefslogtreecommitdiff
path: root/lib/main.dart
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2020-06-03 22:21:34 +0530
committerAkshay Nair <phenax5@gmail.com>2020-06-03 22:21:34 +0530
commit620f9ea0516d951e1d21793a5bb22e05a5c56949 (patch)
treeb9178704ffa1c60ce350b7ea0096220e1ad407d7 /lib/main.dart
parent008f625c89e0bb930dbb4b92c502e3a273b27807 (diff)
downloaddaft-launcher-620f9ea0516d951e1d21793a5bb22e05a5c56949.tar.gz
daft-launcher-620f9ea0516d951e1d21793a5bb22e05a5c56949.zip
Adds a simple add to favorites action storing to shard prefs
Diffstat (limited to '')
-rw-r--r--lib/main.dart2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/main.dart b/lib/main.dart
index d98a1b1..a7800da 100644
--- a/lib/main.dart
+++ b/lib/main.dart
@@ -36,7 +36,7 @@ class MyAppState extends StreamState<MyApp> {
ThemeData getDarkTheme() {
Color fg = Color(0xFFD8DEE9);
return ThemeData(
- backgroundColor: Color(0xFF0F1215),
+ backgroundColor: Color(0xFF1F2225),
scaffoldBackgroundColor: Color(0xFF0F1215),
accentColor: fg,
primaryColor: Color(0xFF5E81AC),