off-white background colour
This commit is contained in:
parent
ccb47e3a3d
commit
7934d5ba13
@ -145,7 +145,7 @@ label.readout {
|
|||||||
(* tile-size (+ 4 num-tiles-y)))
|
(* tile-size (+ 4 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