aboutsummaryrefslogtreecommitdiff
path: root/.cache/wal/colors.hs
blob: 331bbdb94be35195e145f8609ab429ef0f1fde1d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
--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"