mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-26 00:29:20 +08:00
DarkTheme: Change checklist selected color
The default one is not very readable.
This commit is contained in:
@ -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),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user