blob: 636b9229db2442ca54e83dc66a4ae5c00cc85bbe (
plain) (
blame)
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
|
/* CSS variables
Generated by 'wal' */
:root {
--wallpaper: url("/home/fuwn/Downloads/navi/0.png");
/* Special */
--background: #000000;
--foreground: #b0dcf5;
--cursor: #b0dcf5;
/* Colors */
--color0: #000000;
--color1: #296C94;
--color2: #4C7790;
--color3: #648BA1;
--color4: #3097D2;
--color5: #54B4ED;
--color6: #59C1FE;
--color7: #b0dcf5;
--color8: #7b9aab;
--color9: #296C94;
--color10: #4C7790;
--color11: #648BA1;
--color12: #3097D2;
--color13: #54B4ED;
--color14: #59C1FE;
--color15: #b0dcf5;
}
|