mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-26 00:29:20 +08:00
Themes: Color the textSelectionHandle properly
This commit is contained in:
@ -8,6 +8,7 @@ class Themes {
|
|||||||
primaryColorDark: const Color(0xFF338a3e),
|
primaryColorDark: const Color(0xFF338a3e),
|
||||||
accentColor: const Color(0xff6d4c41),
|
accentColor: const Color(0xff6d4c41),
|
||||||
cursorColor: const Color(0xFF66bb6a),
|
cursorColor: const Color(0xFF66bb6a),
|
||||||
|
textSelectionHandleColor: const Color(0xFF66bb6a),
|
||||||
);
|
);
|
||||||
|
|
||||||
static final dark = ThemeData(
|
static final dark = ThemeData(
|
||||||
@ -15,6 +16,7 @@ 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),
|
||||||
|
textSelectionHandleColor: const Color(0xFF66bb6a),
|
||||||
toggleableActiveColor: const Color(0xFF66bb6a),
|
toggleableActiveColor: const Color(0xFF66bb6a),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user