From da2988c4356d2756e86037b1c7e859f49583c109 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Wed, 8 Sep 2021 17:04:31 +0200 Subject: Load theme from file (~/.config/quickmedia/themes/.json and /usr/share/quickmedia/themes/.json) --- src/plugins/Page.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/Page.cpp') diff --git a/src/plugins/Page.cpp b/src/plugins/Page.cpp index 5c64183..b7ef30c 100644 --- a/src/plugins/Page.cpp +++ b/src/plugins/Page.cpp @@ -74,7 +74,7 @@ namespace QuickMedia { body_item->url = url_json.asString(); if(timestamp_json.isInt64()) { body_item->set_description("Bookmarked " + seconds_to_relative_time_str(time_now - timestamp_json.asInt64())); - body_item->set_description_color(get_current_theme().faded_text_color); + body_item->set_description_color(get_theme().faded_text_color); } result_items.push_back(std::move(body_item)); } -- cgit v1.2.3