Skip to content

Commit

Permalink
softened screenshot font colors
Browse files Browse the repository at this point in the history
  • Loading branch information
vodemn committed May 21, 2024
1 parent 7d02dd6 commit 52d7612
Show file tree
Hide file tree
Showing 27 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/res/theme.dart
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ const primaryColorsList = [
];

ThemeData themeFrom(Color primaryColor, Brightness brightness) {
final scheme = _colorSchemeFromColor(primaryColor, brightness);
final scheme = _colorSchemeFromColor(primaryColorsList[3], brightness);
print(scheme.surface.value.toRadixString(16));
final theme = ThemeData(
useMaterial3: true,
brightness: scheme.brightness,
Expand Down
Binary file modified screenshots/assets/fonts/SF-Pro-Display-Bold-dark.zip
Binary file not shown.
Binary file modified screenshots/assets/fonts/SF-Pro-Display-Bold.zip
Binary file not shown.
Binary file modified screenshots/assets/fonts/SF-Pro-Display-Regular-dark.zip
Binary file not shown.
Binary file modified screenshots/assets/fonts/SF-Pro-Display-Regular.zip
Binary file not shown.
Binary file modified screenshots/generated/android/android/dark_metering-reflected.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/generated/android/android/light_equipment-profiles.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/generated/android/android/light_metering-incident.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/generated/android/android/light_metering-iso-picker.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/generated/android/android/light_metering-reflected.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/generated/android/android/light_settings.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/generated/android/android/light_timer.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/generated/ios/iphone55inch/dark_metering-reflected.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/generated/ios/iphone55inch/light_equipment-profiles.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/generated/ios/iphone55inch/light_metering-reflected.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/generated/ios/iphone55inch/light_settings.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/generated/ios/iphone55inch/light_timer.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/generated/ios/iphone65inch/dark_metering-reflected.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/generated/ios/iphone65inch/light_equipment-profiles.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/generated/ios/iphone65inch/light_metering-reflected.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/generated/ios/iphone65inch/light_settings.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/generated/ios/iphone65inch/light_timer.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 52d7612

Please sign in to comment.