Packages and data

ggplot() +
  geom_sf(data = map, fill = "grey50") +
  geom_sf(data = d, aes(colour = vble)) +
  scale_colour_viridis_c(option = "magma", direction = -1) + 
  coord_sf(datum = "EPSG:2100") +
  theme_minimal()