diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/Theme.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Theme.hpp b/include/Theme.hpp index 0e7b67d..3b49b4f 100644 --- a/include/Theme.hpp +++ b/include/Theme.hpp @@ -29,6 +29,7 @@ namespace QuickMedia { sf::Color arrow_color; sf::Color url_text_color; sf::Color loading_page_color; + sf::Color more_items_color; bool blur_enabled; }; |