Skip to content

Commit

Permalink
Remove unused vendor logos & themes
Browse files Browse the repository at this point in the history
Graaf One, Primal, stacker.news, Spendl, XSats
  • Loading branch information
erdemyerebasmaz committed Apr 23, 2024
1 parent 8ae46da commit 79674d2
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/theme_data.dart
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,6 @@ final VendorTheme fastbitcoins = VendorTheme(
iconBgColor: const Color(0xFFff7c10),
iconFgColor: const Color(0xFF1f2a44),
textColor: const Color(0xFF1f2a44));
final VendorTheme xsats = VendorTheme(iconBgColor: const Color(0xFF000000));
final VendorTheme geyser =
VendorTheme(iconBgColor: const Color.fromRGBO(41, 241, 205, 1));
final VendorTheme wavlake = VendorTheme(iconBgColor: const Color(0xFF171817));
Expand Down Expand Up @@ -396,7 +395,6 @@ final Map<String, VendorTheme> vendorTheme = {
"lightnite": lightnite,
"spendl": spendl,
"fastbitcoins": fastbitcoins,
"xsats": xsats,
"geyser": geyser,
"fold": fold,
"wavlake": wavlake,
Expand Down
Binary file removed src/icon/vendors/graaf_one_logo.png
Binary file not shown.
Binary file removed src/icon/vendors/primal_logo_lg.png
Binary file not shown.
Binary file removed src/icon/vendors/sn_logo.png
Binary file not shown.
Binary file removed src/icon/vendors/spendl_logo.png
Binary file not shown.
Binary file removed src/icon/vendors/xsats_logo.png
Binary file not shown.

0 comments on commit 79674d2

Please sign in to comment.