aboutsummaryrefslogtreecommitdiff
path: root/src/Theme.cpp
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 /src/Theme.cpp
parentdf95eccc5e8ef62ad9c83a925adc83926491dfb3 (diff)
Show line at top/bottom when there are items above/below that are not visible
Diffstat (limited to 'src/Theme.cpp')
-rw-r--r--src/Theme.cpp2
1 files changed, 2 insertions, 0 deletions
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;
}