Dotfiles-sword/.cache/wal/colors.hs

38 lines
910 B
Haskell

--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/jose/Imágenes/walls/wall65.jpg"
-- Special
background="#0b101a"
foreground="#aedbee"
cursor="#aedbee"
-- Colors
color0="#0b101a"
color1="#236690"
color2="#4C7391"
color3="#3288B3"
color4="#4F8FB2"
color5="#34A4D5"
color6="#52B3DE"
color7="#aedbee"
color8="#7999a6"
color9="#236690"
color10="#4C7391"
color11="#3288B3"
color12="#4F8FB2"
color13="#34A4D5"
color14="#52B3DE"
color15="#aedbee"