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, lightnite
  • Loading branch information
erdemyerebasmaz committed May 6, 2024
1 parent 5debe19 commit bbf8ba6
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/theme_data.dart
Original file line number Diff line number Diff line change
Expand Up @@ -360,13 +360,11 @@ final VendorTheme fixedfloat = VendorTheme(
final VendorTheme lnmarkets = VendorTheme(iconBgColor: const Color(0xFF384697));
final VendorTheme fold = VendorTheme(iconBgColor: const Color(0xFFFFCF30));
final VendorTheme boltz = VendorTheme(iconBgColor: const Color(0xFF001524));
final VendorTheme lightnite = VendorTheme(iconBgColor: const Color(0xFF530709));
final VendorTheme spendl = VendorTheme(iconBgColor: const Color(0xFFffffff));
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 All @@ -393,10 +391,8 @@ final Map<String, VendorTheme> vendorTheme = {
"fixedfloat": fixedfloat,
"lnmarkets": lnmarkets,
"boltz": boltz,
"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 bbf8ba6

Please sign in to comment.