|
1 |
| -!URxvt*termName: rxvt |
2 |
| - |
3 |
| -! The next four commands make Ctrl+Arrow send the same keycode as xterm would |
4 |
| -! Useful for vim not to get confused by urxvt... |
5 |
| -!URxvt.keysym.Control-Up: \033[1;5A |
6 |
| -!URxvt.keysym.Control-Down: \033[1;5B |
7 |
| -!URxvt.keysym.Control-Left: \033[1;5D |
8 |
| -!URxvt.keysym.Control-Right: \033[1;5C |
9 |
| - |
10 |
| -!URxvt*scrollBar_right: false |
11 |
| -URxvt*scrollBar: false |
12 |
| -!URxvt*borderLess: false |
13 |
| - |
14 |
| -!XTerm*background: black |
15 |
| -!XTerm*foreground: white |
16 |
| -!XTerm*pointerColor: red |
17 |
| - |
18 |
| -Xft.dpi: 96 |
19 |
| -Xft.antialias: 1 |
20 |
| -Xft.hinting: 1 |
21 |
| -Xft.hintstyle: hintfull |
22 |
| -Xft.rgba: rgb |
23 |
| - |
24 |
| -*font:Monospace 14 |
25 |
| -emacs*font:Monospace 14 |
26 |
| -!URxvt*font: xft:DejaVu Sans Mono for Powerline:size=14 |
27 |
| -!URxvt*iso14755: False |
28 |
| - |
29 |
| -!URxvt.perl-ext-common: default,matcher |
30 |
| -!URxvt.url-launcher: /usr/bin/chromium |
31 |
| -!URxvt.matcher.button: 1 |
32 |
| -!URxvt.colorUL: #4682B4 |
33 |
| - |
34 |
| -! Cursor |
35 |
| -!URxvt.cursorBlink: true |
36 |
| -!URxvt.cursorColor: #657b83 |
37 |
| -!URxvt.cursorUnderline: false |
38 |
| -! |
39 |
| -!! Pointer |
40 |
| -!URxvt.pointerBlank: true |
41 |
| - |
42 |
| -*background: #002b36 |
43 |
| -*foreground: #657b83 |
44 |
| -!!*fading: 40 |
45 |
| -*fadeColor: #002b36 |
46 |
| -*cursorColor: #93a1a1 |
47 |
| -*pointerColorBackground: #586e75 |
48 |
| -*pointerColorForeground: #93a1a1 |
49 |
| - |
50 |
| -!! black dark/light |
51 |
| -*color0: #073642 |
52 |
| -*color8: #002b36 |
53 |
| - |
54 |
| -!! red dark/light |
55 |
| -*color1: #dc322f |
56 |
| -*color9: #cb4b16 |
57 |
| - |
58 |
| -!! green dark/light |
59 |
| -*color2: #859900 |
60 |
| -*color10: #586e75 |
61 |
| - |
62 |
| -!! yellow dark/light |
63 |
| -*color3: #b58900 |
64 |
| -*color11: #657b83 |
65 |
| - |
66 |
| -!! blue dark/light |
67 |
| -*color4: #268bd2 |
68 |
| -*color12: #839496 |
69 |
| - |
70 |
| -!! magenta dark/light |
71 |
| -*color5: #d33682 |
72 |
| -*color13: #6c71c4 |
73 |
| - |
74 |
| -!! cyan dark/light |
75 |
| -*color6: #2aa198 |
76 |
| -*color14: #93a1a1 |
77 |
| - |
78 |
| -!! white dark/light |
79 |
| -*color7: #eee8d5 |
80 |
| -*color15: #fdf6e3 |
81 |
| - |
| 1 | +!!! !URxvt*termName: rxvt |
| 2 | +!!! |
| 3 | +!!! ! The next four commands make Ctrl+Arrow send the same keycode as xterm would |
| 4 | +!!! ! Useful for vim not to get confused by urxvt... |
| 5 | +!!! !URxvt.keysym.Control-Up: \033[1;5A |
| 6 | +!!! !URxvt.keysym.Control-Down: \033[1;5B |
| 7 | +!!! !URxvt.keysym.Control-Left: \033[1;5D |
| 8 | +!!! !URxvt.keysym.Control-Right: \033[1;5C |
| 9 | +!!! |
| 10 | +!!! !URxvt*scrollBar_right: false |
| 11 | +!!! URxvt*scrollBar: false |
| 12 | +!!! !URxvt*borderLess: false |
| 13 | +!!! |
| 14 | +!!! !XTerm*background: black |
| 15 | +!!! !XTerm*foreground: white |
| 16 | +!!! !XTerm*pointerColor: red |
| 17 | +!!! |
| 18 | +!!! Xft.dpi: 96 |
| 19 | +!!! Xft.antialias: 1 |
| 20 | +!!! Xft.hinting: 1 |
| 21 | +!!! Xft.hintstyle: hintfull |
| 22 | +!!! Xft.rgba: rgb |
| 23 | +!!! |
| 24 | +!!! URxvt*font: xft:DejaVuSansMonoForPowerline Nerd Font:size=14 |
| 25 | +!!! #emacs*font:Monospace 14 |
| 26 | +!!! !URxvt*font: xft:DejaVu Sans Mono for Powerline:size=14 |
| 27 | +!!! !URxvt*iso14755: False |
| 28 | +!!! |
| 29 | +!!! !URxvt.perl-ext-common: default,matcher |
| 30 | +!!! !URxvt.url-launcher: /usr/bin/chromium |
| 31 | +!!! !URxvt.matcher.button: 1 |
| 32 | +!!! !URxvt.colorUL: #4682B4 |
| 33 | +!!! |
| 34 | +!!! ! Cursor |
| 35 | +!!! !URxvt.cursorBlink: true |
| 36 | +!!! !URxvt.cursorColor: #657b83 |
| 37 | +!!! !URxvt.cursorUnderline: false |
| 38 | +!!! ! |
| 39 | +!!! !! Pointer |
| 40 | +!!! !URxvt.pointerBlank: true |
| 41 | +!!! |
| 42 | +*background: black |
| 43 | +*foreground: white |
| 44 | +!!! !!*fading: 40 |
| 45 | +!!! *fadeColor: #002b36 |
| 46 | +!!! *cursorColor: #93a1a1 |
| 47 | +!!! *pointerColorBackground: #586e75 |
| 48 | +!!! *pointerColorForeground: #93a1a1 |
| 49 | +!!! |
| 50 | +!!! !! black dark/light |
| 51 | +!!! *color0: #073642 |
| 52 | +!!! *color8: #002b36 |
| 53 | +!!! |
| 54 | +!!! !! red dark/light |
| 55 | +!!! *color1: #dc322f |
| 56 | +!!! *color9: #cb4b16 |
| 57 | +!!! |
| 58 | +!!! !! green dark/light |
| 59 | +!!! *color2: #859900 |
| 60 | +!!! *color10: #586e75 |
| 61 | +!!! |
| 62 | +!!! !! yellow dark/light |
| 63 | +!!! *color3: #b58900 |
| 64 | +!!! *color11: #657b83 |
| 65 | +!!! |
| 66 | +!!! !! blue dark/light |
| 67 | +!!! *color4: #268bd2 |
| 68 | +!!! *color12: #839496 |
| 69 | +!!! |
| 70 | +!!! !! magenta dark/light |
| 71 | +!!! *color5: #d33682 |
| 72 | +!!! *color13: #6c71c4 |
| 73 | +!!! |
| 74 | +!!! !! cyan dark/light |
| 75 | +!!! *color6: #2aa198 |
| 76 | +!!! *color14: #93a1a1 |
| 77 | +!!! |
| 78 | +!!! !! white dark/light |
| 79 | +!!! *color7: #eee8d5 |
| 80 | +!!! *color15: #fdf6e3 |
| 81 | +!!! |
0 commit comments