-- config/colors.lua -- Centralised palette -- Use these Lua globals throughout every other module. background = "rgb(090A0D)" foreground = "rgb(B1B2B5)" color0 = "rgb(484338)" color1 = "rgb(5C564B)" color2 = "rgb(54708A)" color3 = "rgb(8B7C56)" color4 = "rgb(537FBA)" color5 = "rgb(E3D096)" color6 = "rgb(6886F3)" color7 = "rgb(86898D)" color8 = "rgb(5E6063)" color9 = "rgb(5C564B)" color10 = "rgb(54708A)" color11 = "rgb(8B7C56)" color12 = "rgb(537FBA)" color13 = "rgb(E3D096)" color14 = "rgb(6886F3)" color15 = "rgb(86898D)" wallpaper = "/usr/share/wallpapers/downloaded/pexels-philippedonn-1114690.jpg"