off-white background colour
This commit is contained in:
parent
890cdb1c1d
commit
48cfa81595
@ -175,7 +175,7 @@ label.readout {
|
|||||||
(* tile-size num-tiles-y))
|
(* tile-size num-tiles-y))
|
||||||
g (cairo.Context.create map-surface)]
|
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:rectangle 0 0 (* tile-size num-tiles-x) (* tile-size num-tiles-y))
|
||||||
(g:fill)
|
(g:fill)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user