update
[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 /* 0: #1d2021 */
30 /* 1: #ea6962 */
31 /* 2: #a9b665 */
32 /* 3: #d8a657 */
33 /* 4: #7daea3 */
34 /* 5: #d3869b */
35 /* 6: #89b482 */
36 /* 7: #d4be98 */
37 /* 8: #1d2021 */
38 /* 9: #ea6962 */
39 /* 10: #a9b665 */
40 /* 11: #d8a657 */
41 /* 12: #7daea3 */
42 /* 13: #d3869b */
43 /* 14: #89b482 */
44 /* 15: #d4be98 */
45 /* background: #1d2021 */
46 /* foreground: #d4be98 */
47 /* cursorColor: #d4be98 */
48
49
50 #define theme0  nord0
51 #define theme1  nord1
52 #define theme2  nord2
53 #define theme3  nord3
54 #define theme4  nord4
55 #define theme5  nord5
56 #define theme6  nord6
57 #define theme7  nord7
58 #define theme8  nord8
59 #define theme9  nord9
60 #define theme10 nord10
61 #define theme11 nord11
62 #define theme12 nord12
63 #define theme13 nord13
64 #define theme14 nord14
65 #define theme15 nord15
66
67 *.font: Source Code Pro:size=12
68
69 *.foreground:   theme4
70 *.background:   theme0
71 *.cursorColor:  theme4
72 *.termname: st-256color
73
74 *.borderpx: 5
75 *.normbordercolor: theme0
76 *.selbordercolor: theme6
77
78 *.normbgcolor: theme0
79 *.selbgcolor: theme8
80
81 *.selfgcolor: theme0
82
83 *.color0: theme1
84 *.color1: theme11
85 *.color2: theme14
86 *.color3: theme13
87 *.color4: theme9
88 *.color5: theme15
89 *.color6: theme8
90 *.color7: theme5
91 *.color8: theme3
92 *.color9: theme11
93 *.color10: theme14
94 *.color11: theme13
95 *.color12: theme9
96 *.color13: theme15
97 *.color14: theme7
98 *.color15: theme6
99
100 /* dmenu */
101 dmenu.selbackground: theme8
102
103 /* herbe */
104 herbe.background_color: theme0
105 herbe.font_pattern: Source Code Pro:size=10
106 /* herbe.font_pattern: Symbols Nerd Font:style=2048-em */ 
107 herbe.width: 300
108 herbe.pos_x: 20
109 herbe.pos_y: 50
110