aboutsummaryrefslogtreecommitdiff
path: root/src/gui/GsrPage.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/GsrPage.cpp')
-rw-r--r--src/gui/GsrPage.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/GsrPage.cpp b/src/gui/GsrPage.cpp
index 7a5615c..e6ee5fc 100644
--- a/src/gui/GsrPage.cpp
+++ b/src/gui/GsrPage.cpp
@@ -55,12 +55,12 @@ namespace gsr {
mgl::Rectangle background(content_page_size);
background.set_position(content_page_position);
- background.set_color(get_theme().page_bg_color);
+ background.set_color(get_color_theme().page_bg_color);
window.draw(background);
mgl::Rectangle border(mgl::vec2f(content_page_size.x, get_border_size()).floor());
border.set_position(content_page_position);
- border.set_color(get_theme().tint_color);
+ border.set_color(get_color_theme().tint_color);
window.draw(border);
draw_page_label(window, content_page_position);