diff --git a/lib/main.dart b/lib/main.dart index 9d278f1..318272e 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -59,6 +59,7 @@ class MyApp extends StatelessWidget { theme: lightTheme.copyWith( accentColor: setting.accentSetColor, cursorColor: setting.accentSetColor, + textSelectionHandleColor: setting.accentSetColor, toggleableActiveColor: setting.accentSetColor), darkTheme: ThemeData.dark().copyWith( accentColor: setting.accentSetColor,