--Place this file in your .xmonad/lib directory and import module Colors into .xmonad/xmonad.hs config --The easy way is to create a soft link from this file to the file in .xmonad/lib using ln -s --Then recompile and restart xmonad. module Colors ( wallpaper , background, foreground, cursor , color0, color1, color2, color3, color4, color5, color6, color7 , color8, color9, color10, color11, color12, color13, color14, color15 ) where -- Shell variables -- Generated by 'wal' wallpaper="/home/loek/.config/wpg/wallpapers/pywal.png" -- Special background="#1e1e1f" foreground="#c6c6c7" cursor="#c6c6c7" -- Colors color0="#1e1e1f" color1="#666b6d" color2="#8a8c8d" color3="#c59683" color4="#a7aeb0" color5="#aabbbe" color6="#d1c494" color7="#c6c6c7" color8="#565657" color9="#666b6d" color10="#8a8c8d" color11="#c59683" color12="#a7aeb0" color13="#aabbbe" color14="#d1c494" color15="#c6c6c7"