aboutsummaryrefslogtreecommitdiff
path: root/include/Theme.hpp
diff options
context:
space:
mode:
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 974f4f7..91856eb 100644
--- a/include/Theme.hpp
+++ b/include/Theme.hpp
@@ -31,6 +31,8 @@ namespace QuickMedia {
mgl::Color loading_page_color = mgl::Color(175, 180, 188);
mgl::Color more_items_color = mgl::Color(150, 175, 255, 100);
bool drop_shadow = false;
+ bool circle_mask_enabled = true;
+ bool rounded_rectangles = true;
};
const Theme& get_theme();