aboutsummaryrefslogtreecommitdiff
path: root/include/Theme.hpp
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 /include/Theme.hpp
parent933ceeabb339cdf0583a8687528941593381a268 (diff)
Add theme option to disable rounded rectangle drop shadow
Diffstat (limited to 'include/Theme.hpp')
-rw-r--r--include/Theme.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/Theme.hpp b/include/Theme.hpp
index e466931..653cfe9 100644
--- a/include/Theme.hpp
+++ b/include/Theme.hpp
@@ -33,6 +33,8 @@ namespace QuickMedia {
sf::Color arrow_color;
sf::Color url_text_color;
sf::Color loading_page_color;
+
+ bool blur_enabled;
};
void init_themes();