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