From 24335ceccbf81e9a1bf49c1a2878c8ee31c63b69 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Wed, 18 Aug 2021 20:37:48 +0200 Subject: Show line at top/bottom when there are items above/below that are not visible --- src/Theme.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Theme.cpp') diff --git a/src/Theme.cpp b/src/Theme.cpp index 987ba3a..18581ff 100644 --- a/src/Theme.cpp +++ b/src/Theme.cpp @@ -38,6 +38,7 @@ namespace QuickMedia { themes[THEME_DARK].arrow_color = sf::Color(255, 255, 255, 175); themes[THEME_DARK].url_text_color = sf::Color(35, 140, 245); themes[THEME_DARK].loading_page_color = sf::Color(175, 180, 188); + themes[THEME_DARK].more_items_color = sf::Color(150, 175, 255, 100); themes[THEME_DARK].blur_enabled = false; } @@ -63,6 +64,7 @@ namespace QuickMedia { themes[THEME_NORD].arrow_color = sf::Color(236, 239, 244); themes[THEME_NORD].url_text_color = sf::Color(136, 192, 208); themes[THEME_NORD].loading_page_color = sf::Color(229, 233, 240); + themes[THEME_NORD].more_items_color = sf::Color(150, 175, 255, 100); themes[THEME_NORD].blur_enabled = false; } -- cgit v1.2.3