off-white background colour

This commit is contained in:
Daniel Barlow 2025-06-02 23:43:29 +01:00
parent 66d1a585fb
commit 0f64758e77

View File

@ -145,7 +145,7 @@ label.readout {
(* tile-size (+ 4 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)