diff options
Diffstat (limited to 'x/.Xresources')
-rwxr-xr-x | x/.Xresources | 75 |
1 files changed, 32 insertions, 43 deletions
diff --git a/x/.Xresources b/x/.Xresources index c0e0def..8d821aa 100755 --- a/x/.Xresources +++ b/x/.Xresources | |||
@@ -1,50 +1,39 @@ | |||
1 | ! ------------------------------------------------------------------------------ | 1 | ! special |
2 | ! Colors | 2 | *.foreground: #FFF |
3 | ! ------------------------------------------------------------------------------ | 3 | *.background: #171a1f |
4 | ! | 4 | *.cursorColor: #F8F8F2 |
5 | !------------------------------------------------------------------------------ | ||
6 | 5 | ||
7 | #define base00 #101010 | 6 | ! black |
8 | #define base01 #303030 | 7 | *.color0: #171a1f |
9 | #define base02 #353535 | 8 | *.color8: #20242a |
10 | #define base03 #4A4A4A | ||
11 | #define base04 #787878 | ||
12 | #define base05 #EEFFFF | ||
13 | #define base06 #EEFFFF | ||
14 | #define base07 #FFFFFF | ||
15 | #define base08 #D75F5F | ||
16 | #define base09 #F78C6C | ||
17 | #define base0A #353531 | ||
18 | #define base0B #13CA91 | ||
19 | #define base0C #79ffe1 | ||
20 | #define base0D #6987e0 | ||
21 | #define base0E #e59595 | ||
22 | #define base0F #FF5370 | ||
23 | 9 | ||
24 | ! URxvt | 10 | ! red |
25 | ! ------------------------------------------------------------------------------ | 11 | *.color1: #EE4F84 |
12 | *.color9: #F48FB1 | ||
26 | 13 | ||
27 | *foreground: base05 | 14 | ! green |
28 | *background: base00 | 15 | *.color2: #53E2AE |
29 | *cursorColor: base05 | 16 | *.color10: #A1EFD3 |
30 | 17 | ||
31 | *color0: base00 | 18 | ! yellow |
32 | *color1: base08 | 19 | *.color3: #F1FF52 |
33 | *color2: base0B | 20 | *.color11: #F1FA8C |
34 | *color3: base0A | ||
35 | *color4: base0D | ||
36 | *color5: base0E | ||
37 | *color6: base0C | ||
38 | *color7: base05 | ||
39 | 21 | ||
40 | *color8: base03 | 22 | ! blue |
41 | *color9: base09 | 23 | *.color4: #6498EF |
42 | *color10: base01 | 24 | *.color12: #92B6F4 |
43 | *color11: base02 | 25 | |
44 | *color12: base04 | 26 | ! magenta |
45 | *color13: base06 | 27 | *.color5: #985EFF |
46 | *color14: base0F | 28 | *.color13: #BD99FF |
47 | *color15: base07 | 29 | |
30 | ! cyan | ||
31 | *.color6: #24D1E7 | ||
32 | *.color14: #87DFEB | ||
33 | |||
34 | ! white | ||
35 | *.color7: #E5E5E5 | ||
36 | *.color15: #F8F8F2 | ||
48 | 37 | ||
49 | URxvt.cursorBlink : 1 | 38 | URxvt.cursorBlink : 1 |
50 | URxvt.font :xft:JetBrainsMono Nerd Font Mono:size=10:style=Regular \ | 39 | URxvt.font :xft:JetBrainsMono Nerd Font Mono:size=10:style=Regular \ |
@@ -69,7 +58,7 @@ URxvt.keysym.M-Escape : perl:keyboard-select:activate | |||
69 | URxvt.keysym.M-s : perl:keyboard-select:search | 58 | URxvt.keysym.M-s : perl:keyboard-select:search |
70 | URxvt.keyboard-select.clipboard: true | 59 | URxvt.keyboard-select.clipboard: true |
71 | URxvt.font-size.step : 1 | 60 | URxvt.font-size.step : 1 |
72 | URxvt.url-launcher : chromium | 61 | URxvt.url-launcher : firefox |
73 | URxvt.matcher.button : 1 | 62 | URxvt.matcher.button : 1 |
74 | 63 | ||
75 | Xft.antialias: 1 | 64 | Xft.antialias: 1 |