Skip to content

Commit

Permalink
Remove Kollider from vendor list
Browse files Browse the repository at this point in the history
  • Loading branch information
erdemyerebasmaz committed May 6, 2024
1 parent 0b025c4 commit 5debe19
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 11 deletions.
6 changes: 0 additions & 6 deletions lib/theme_data.dart
Original file line number Diff line number Diff line change
Expand Up @@ -362,11 +362,6 @@ 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 kollider = VendorTheme(
iconBgColor: const Color.fromRGBO(21, 23, 25, 1),
iconFgColor: const Color.fromRGBO(217, 227, 234, 1),
textColor: const Color.fromRGBO(217, 227, 234, 1),
);
final VendorTheme fastbitcoins = VendorTheme(
iconBgColor: const Color(0xFFff7c10),
iconFgColor: const Color(0xFF1f2a44),
Expand Down Expand Up @@ -400,7 +395,6 @@ final Map<String, VendorTheme> vendorTheme = {
"boltz": boltz,
"lightnite": lightnite,
"spendl": spendl,
"kollider": kollider,
"fastbitcoins": fastbitcoins,
"xsats": xsats,
"geyser": geyser,
Expand Down
Binary file removed src/icon/vendors/kollider_logo_lg.png
Binary file not shown.
5 changes: 0 additions & 5 deletions src/json/vendors.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,5 @@
},
"Snort":{
"url" : "https://snort.social"
},
"Kollider": {
"url": "https://light.kollider.xyz/auth/login",
"endpointURI": "https://api.kollider.xyz/v1/auth/external/lnurl_auth",
"onlyShowLogo" : false
}
}

0 comments on commit 5debe19

Please sign in to comment.