/* * bluetop, a filesystem monitor * Copyright (c) 2024 Jeremy Baxter. */ module buildconf; enum index = "index.html"; enum mountpoints = ["/", "/boot"]; enum accents = ["#f38ba8", "#89b4fa", "#a6e3a1", "#f9e2af"]; enum backdrops = ["#fac6d4", "#c4dafd", "#d3f2d0", "#fefaf0"];