~repos /only-bible-app
GIT_CONFIG_PARAMETERS="'http.version=HTTP/1.1'" git clone
https://git.pyrossh.dev/only-bible-app.git
Discussions:
https://groups.google.com/g/rust-embed-devs
The only bible app you will ever need. No ads. No in-app purchases. No distractions.
32609355
—
pyrossh 1 month ago
clean up theme
- lib/theme.dart +0 -32
lib/theme.dart
CHANGED
|
@@ -93,14 +93,6 @@ final lightTheme = ThemeData(
|
|
|
93
93
|
colorScheme: lightColorScheme,
|
|
94
94
|
useMaterial3: true,
|
|
95
95
|
applyElevationOverlayColor: false,
|
|
96
|
-
primaryColor: const Color(0xFF602C2C),
|
|
97
|
-
primaryColorDark: const Color(0xFF482122),
|
|
98
|
-
primaryColorLight: const Color(0xFF8A4242),
|
|
99
|
-
secondaryHeaderColor: const Color(0xFFFFB341),
|
|
100
|
-
highlightColor: const Color(0xAAF8D0DC),
|
|
101
|
-
hoverColor: const Color(0xAAF8D0DC),
|
|
102
|
-
dividerColor: Colors.black,
|
|
103
|
-
shadowColor: Colors.black,
|
|
104
96
|
textSelectionTheme: TextSelectionThemeData(
|
|
105
97
|
cursorColor: Colors.black,
|
|
106
98
|
selectionHandleColor: Colors.black,
|
|
@@ -275,14 +267,6 @@ final darkTheme = lightTheme.copyWith(
|
|
|
275
267
|
color: darkColorScheme.onSurface,
|
|
276
268
|
constraints: const BoxConstraints(minHeight: 40, minWidth: 140),
|
|
277
269
|
),
|
|
278
|
-
primaryColor: const Color(0xFF4C2323),
|
|
279
|
-
primaryColorDark: const Color(0xFF3C1B1C),
|
|
280
|
-
primaryColorLight: const Color(0xFF7F3D3C),
|
|
281
|
-
secondaryHeaderColor: const Color(0xFFFFC351),
|
|
282
|
-
highlightColor: darkColorScheme.outline,
|
|
283
|
-
hoverColor: darkColorScheme.outline,
|
|
284
|
-
dividerColor: Colors.white,
|
|
285
|
-
shadowColor: Colors.white,
|
|
286
270
|
appBarTheme: AppBarTheme(
|
|
287
271
|
backgroundColor: darkColorScheme.surface,
|
|
288
272
|
foregroundColor: darkColorScheme.onSurface,
|
|
@@ -308,22 +292,6 @@ final darkTheme = lightTheme.copyWith(
|
|
|
308
292
|
),
|
|
309
293
|
),
|
|
310
294
|
),
|
|
311
|
-
popupMenuTheme: lightTheme.popupMenuTheme,
|
|
312
|
-
elevatedButtonTheme: ElevatedButtonThemeData(
|
|
313
|
-
style: TextButton.styleFrom(
|
|
314
|
-
elevation: 0.5,
|
|
315
|
-
shadowColor: Colors.white,
|
|
316
|
-
surfaceTintColor: Colors.white,
|
|
317
|
-
backgroundColor: darkColorScheme.surfaceContainerHigh,
|
|
318
|
-
foregroundColor: darkColorScheme.primary,
|
|
319
|
-
shape: const RoundedRectangleBorder(
|
|
320
|
-
side: BorderSide(
|
|
321
|
-
color: Colors.grey,
|
|
322
|
-
width: 1,
|
|
323
|
-
),
|
|
324
|
-
),
|
|
325
|
-
),
|
|
326
|
-
),
|
|
327
295
|
iconButtonTheme: IconButtonThemeData(
|
|
328
296
|
style: IconButton.styleFrom(
|
|
329
297
|
enableFeedback: true,
|