From e5e1060c3f73f189f3c2fc4e53191b43575b0737 Mon Sep 17 00:00:00 2001 From: Daniel Barlow Date: Wed, 4 Jun 2025 00:16:58 +0100 Subject: [PATCH] add colour/translucency to road name background this is an experiment in making them look less like road when the placement causes them to run off the end of the actual way --- pkgs/maps/main.fnl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/maps/main.fnl b/pkgs/maps/main.fnl index 2a1170d..637f9d0 100644 --- a/pkgs/maps/main.fnl +++ b/pkgs/maps/main.fnl @@ -175,7 +175,7 @@ label.readout { (tset seen-road-names n true) (g:save) (g:set_line_width h) - (g:set_source_rgb 1 1 1) + (g:set_source_rgba 1 0.95 1 0.7) (g:move_to (- x 1) (- y 1)) (g:rotate angle) (g:rel_line_to (+ w 1) 0)