DarkTheme: Change checklist selected color

The default one is not very readable.
This commit is contained in:
Vishesh Handa
2020-02-14 08:32:34 +01:00
parent a98df20c77
commit 80cf1613a0

View File

@ -15,5 +15,6 @@ class Themes {
primaryColor: const Color(0xff212121), primaryColor: const Color(0xff212121),
accentColor: const Color(0xff689f38), accentColor: const Color(0xff689f38),
cursorColor: const Color(0xFF66bb6a), cursorColor: const Color(0xFF66bb6a),
toggleableActiveColor: const Color(0xFF66bb6a),
); );
} }