summaryrefslogtreecommitdiff
path: root/desktop/plot_style.c
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/plot_style.c')
-rw-r--r--desktop/plot_style.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/plot_style.c b/desktop/plot_style.c
index 504609e65..452075d91 100644
--- a/desktop/plot_style.c
+++ b/desktop/plot_style.c
@@ -69,7 +69,7 @@ plot_style_t const * const plot_style_margin_edge =
/* caret style used in html_redraw_caret */
static plot_style_t plot_style_caret_static = {
.stroke_type = PLOT_OP_TYPE_SOLID,
- .stroke_colour = 0x808080, /* todo - choose a proper colour */
+ .stroke_colour = 0x0000ff, /* todo - choose a proper colour */
};
plot_style_t *plot_style_caret = &plot_style_caret_static;