summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
Diffstat (limited to 'desktop')
-rw-r--r--desktop/scrollbar.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/desktop/scrollbar.c b/desktop/scrollbar.c
index 2bfa0d199..ac4c39944 100644
--- a/desktop/scrollbar.c
+++ b/desktop/scrollbar.c
@@ -190,9 +190,9 @@ bool scrollbar_redraw(struct scrollbar *s, int x, int y,
int v[6]; /* array of triangle vertices */
int x0, y0, x1, y1;
- colour bg_fill_colour = nsoption_colour(sys_colour_Scrollbar);
- colour fg_fill_colour = nsoption_colour(sys_colour_ButtonFace);
- colour arrow_fill_colour = nsoption_colour(sys_colour_ButtonText);
+ colour bg_fill_colour = gui_system_colour_char("Scrollbar");
+ colour fg_fill_colour = gui_system_colour_char("ButtonFace");
+ colour arrow_fill_colour = gui_system_colour_char("ButtonText");
plot_style_t bg_fill_style = {
.fill_type = PLOT_OP_TYPE_SOLID,