mpd script + overall update
[dotfiles.git] / .Xresources
1
2 /* nord */
3 #define nord0 #2E3440
4 #define nord1 #3B4252
5 #define nord2 #434C5E
6 #define nord3 #4C566A
7 #define nord4 #D8DEE9
8 #define nord5 #E5E9F0
9 #define nord6 #ECEFF4
10 #define nord7 #8FBCBB
11 #define nord8 #88C0D0
12 #define nord9 #81A1C1
13 #define nord10 #5E81AC
14 #define nord11 #BF616A
15 #define nord12 #D08770 
16 #define nord13 #EBCB8B
17 #define nord14 #A3BE8C
18 #define nord15 #B48EAD
19
20 #define theme0  nord0
21 #define theme1  nord1
22 #define theme2  nord2
23 #define theme3  nord3
24 #define theme4  nord4
25 #define theme5  nord5
26 #define theme6  nord6
27 #define theme7  nord7
28 #define theme8  nord8
29 #define theme9  nord9
30 #define theme10 nord10
31 #define theme11 nord11
32 #define theme12 nord12
33 #define theme13 nord13
34 #define theme14 nord14
35 #define theme15 nord15
36
37 *.font: Source Code Pro:size=12
38
39 *.foreground:   theme4
40 *.background:   theme0
41 *.cursorColor:  theme4
42 *.termname: st-256color
43
44 *.borderpx: 5
45 *.normbordercolor: theme0
46 *.selbordercolor: theme6
47
48 *.normbgcolor: theme0
49 *.selbgcolor: theme8
50
51 *.selfgcolor: theme0
52
53 *.color0: theme1
54 *.color1: theme11
55 *.color2: theme14
56 *.color3: theme13
57 *.color4: theme9
58 *.color5: theme15
59 *.color6: theme8
60 *.color7: theme5
61 *.color8: theme3
62 *.color9: theme11
63 *.color10: theme14
64 *.color11: theme13
65 *.color12: theme9
66 *.color13: theme15
67 *.color14: theme7
68 *.color15: theme6
69
70 /* dmenu */
71 dmenu.selbackground: theme8
72
73 /* herbe */
74 herbe.background_color: theme0
75 herbe.font_pattern: Source Code Pro:size=10
76 /* herbe.font_pattern: Symbols Nerd Font:style=2048-em */ 
77 herbe.width: 300
78 herbe.pos_x: 20
79 herbe.pos_y: 50
80