aboutsummaryrefslogtreecommitdiff
path: root/include/Theme.hpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2021-08-18 20:37:48 +0200
committerdec05eba <dec05eba@protonmail.com>2021-08-18 20:37:48 +0200
commit24335ceccbf81e9a1bf49c1a2878c8ee31c63b69 (patch)
tree4ff1d0af2ace37f26b4a3ca36859cec2fde354c8 /include/Theme.hpp
parentdf95eccc5e8ef62ad9c83a925adc83926491dfb3 (diff)
Show line at top/bottom when there are items above/below that are not visible
Diffstat (limited to 'include/Theme.hpp')
-rw-r--r--include/Theme.hpp1
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;
};