aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/NyaaSi.cpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2020-09-23 20:28:42 +0200
committerdec05eba <dec05eba@protonmail.com>2020-09-23 20:28:42 +0200
commit07eebc494c3655a81ba45522603a9406825a3d0f (patch)
treee4e98b0ebaa1bedd266c046fc78f44750880ec4d /src/plugins/NyaaSi.cpp
parent5b8c2237147336fd44b9deaa24e933abd797f8a3 (diff)
Make tabs rounded, readd color to nyaa.si trusted/remake
Diffstat (limited to 'src/plugins/NyaaSi.cpp')
-rw-r--r--src/plugins/NyaaSi.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/NyaaSi.cpp b/src/plugins/NyaaSi.cpp
index 862d3d4..1dbd4f3 100644
--- a/src/plugins/NyaaSi.cpp
+++ b/src/plugins/NyaaSi.cpp
@@ -125,9 +125,9 @@ namespace QuickMedia {
body_item->thumbnail_url = "https://nyaa.si/static/img/icons/nyaa/" + category_id + ".png";
body_item->set_description("Published: " + pub_date + "\nSeeders: " + seeders + "\nLeechers: " + leechers + "\nDownloads: " + downloads + "\nSize: " + size + "\nComments: " + comments);
if(trusted == "Yes")
- body_item->background_color = sf::Color(43, 95, 47);
+ body_item->title_color = sf::Color(43, 200, 47);
else if(remake == "Yes")
- body_item->background_color = sf::Color(93, 45, 47);
+ body_item->title_color = sf::Color(200, 45, 47);
result_items.push_back(std::move(body_item));
index = item_end + 7;