aboutsummaryrefslogtreecommitdiff
path: root/include/Theme.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/Theme.hpp')
-rw-r--r--include/Theme.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Theme.hpp b/include/Theme.hpp
index 182d264..69589e6 100644
--- a/include/Theme.hpp
+++ b/include/Theme.hpp
@@ -11,6 +11,7 @@ namespace gsr {
Theme& operator=(const Theme&) = delete;
mgl::Color tint_color = mgl::Color(118, 185, 0);
+ mgl::Color scrollable_page_bg_color = mgl::Color(38, 43, 47);
};
void init_theme(const gsr::GsrInfo &gsr_info);