From b0a681964a5db50b970e59a90c89a09f568f5447 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Thu, 1 Dec 2022 21:03:59 +0100 Subject: Add more texts to config font size, set colors for all text from theme, add dark and light theme, choose icons based on theme brightness Remove matrix logo from matrix chat --- include/Theme.hpp | 1 - 1 file changed, 1 deletion(-) (limited to 'include/Theme.hpp') diff --git a/include/Theme.hpp b/include/Theme.hpp index 91856eb..72ebafb 100644 --- a/include/Theme.hpp +++ b/include/Theme.hpp @@ -13,7 +13,6 @@ namespace QuickMedia { mgl::Color faded_text_color = mgl::Color(255, 255, 255, 179); mgl::Color shade_color = mgl::Color(28, 32, 39); mgl::Color selected_color = mgl::Color(55, 60, 68); - mgl::Color card_item_background_color = mgl::Color(28, 32, 39); mgl::Color replies_text_color = mgl::Color(129, 162, 190); mgl::Color placeholder_text_color = mgl::Color(255, 255, 255, 100); mgl::Color image_loading_background_color = mgl::Color(52, 58, 70); -- cgit v1.2.3