aboutsummaryrefslogtreecommitdiff
path: root/src/Theme.cpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2021-06-21 18:19:10 +0200
committerdec05eba <dec05eba@protonmail.com>2021-06-21 18:19:10 +0200
commit9d2fbadd55a1c7c89660fcec430a945867ded527 (patch)
tree8293964dcf68e6d536ba0e18caa8f8ac50f5708c /src/Theme.cpp
parent933ceeabb339cdf0583a8687528941593381a268 (diff)
Add theme option to disable rounded rectangle drop shadow
Diffstat (limited to 'src/Theme.cpp')
-rw-r--r--src/Theme.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Theme.cpp b/src/Theme.cpp
index 1f4feca..6616721 100644
--- a/src/Theme.cpp
+++ b/src/Theme.cpp
@@ -32,6 +32,7 @@ namespace QuickMedia {
themes[Theme::THEME_DARK].arrow_color = sf::Color(255, 255, 255, 175);
themes[Theme::THEME_DARK].url_text_color = sf::Color(35, 140, 245);
themes[Theme::THEME_DARK].loading_page_color = sf::Color(175, 180, 188);
+ themes[Theme::THEME_DARK].blur_enabled = true;
}
void init_themes() {