-- config/colors.lua -- Centralised palette -- Use these Lua globals throughout every other module. background = "rgb(080701)" foreground = "rgb(AEADA7)" color0 = "rgb(463E37)" color1 = "rgb(3B3E4D)" color2 = "rgb(5D8071)" color3 = "rgb(464E89)" color4 = "rgb(1982B3)" color5 = "rgb(609D75)" color6 = "rgb(73BAFF)" color7 = "rgb(848279)" color8 = "rgb(5C5B54)" color9 = "rgb(3B3E4D)" color10 = "rgb(5D8071)" color11 = "rgb(464E89)" color12 = "rgb(1982B3)" color13 = "rgb(609D75)" color14 = "rgb(73BAFF)" color15 = "rgb(848279)" wallpaper = "/usr/share/wallpapers/downloaded/pexels-jplenio-1102908.jpg"