From 07eebc494c3655a81ba45522603a9406825a3d0f Mon Sep 17 00:00:00 2001 From: dec05eba Date: Wed, 23 Sep 2020 20:28:42 +0200 Subject: Make tabs rounded, readd color to nyaa.si trusted/remake --- src/plugins/NyaaSi.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/plugins/NyaaSi.cpp') 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; -- cgit v1.2.3