off-white background colour

This commit is contained in:
Daniel Barlow 2025-06-02 23:43:29 +01:00
parent 890cdb1c1d
commit 48cfa81595

View File

@ -175,7 +175,7 @@ label.readout {
(* tile-size num-tiles-y))
g (cairo.Context.create map-surface)]
(g:set_source_rgb 1 1 1)
(g:set_source_rgb 0.7 0.8 0.8)
(g:rectangle 0 0 (* tile-size num-tiles-x) (* tile-size num-tiles-y))
(g:fill)