Commit | Line | Data |
---|---|---|
3aeeb20d | 1 | URxvt.scrollBar: false |
775a7092 AB |
2 | !URxvt.font: -*-termsyn-medium-*-*-*-14-*-*-*-*-*-*-* |
3 | !URxvt.boldFont: -*-termsyn-bold-*-*-*-14-*-*-*-*-*-*-* | |
4 | ||
5 | !! Sauce Code Pro | |
155ce91b AB |
6 | URxvt.font: xft:Sauce Code Powerline-11:hinting=True;antialias:True,xft:Meslo LG M for Powerline-10:medium;antialias=False,xft:DejaVu Sans Mono for Powerline-10:medium;antialias=True,xft:HanaMinA-10:medium;antialias:True,xft:HanaMinB-10:medium;antialias:True,xft:HanaMinPlus-10:medium;antialias:True |
7 | URxvt.boldFont: xft:Sauce Code Powerline-11:bold;hinting=True;antialias:True,xft:Meslo LG M for Powerline-10:bold;antialias=False,xft:DejaVu Sans Mono for Powerline-10:bold;antialias=True,xft:HanaMinA-10:bold;antialias:True,xft:HanaMinB-10:bold;antialias:True,xft:HanaMinPlus-10:bold;antialias:True | |
775a7092 | 8 | URxvt.letterSpace: -1 |
155ce91b AB |
9 | !-*-{ Xft settings |
10 | Xft*dpi: 96 | |
11 | Xft*antialias: True | |
12 | Xft*hinting: Full | |
13 | !-*-} | |
775a7092 | 14 | |
3aeeb20d | 15 | |
5cb147f1 | 16 | URxvt.perl-ext-common: default,clipboard,url-select,font-size |
3aeeb20d AB |
17 | URxvt.url-select.launcher: firefox |
18 | URxvt.url-select.underline: true | |
19 | URxvt.keysym.M-u: perl:url-select:select_next | |
20 | URxvt.iso14755 : false | |
21 | URxvt.keysym.M-c: perl:clipboard:copy | |
22 | URxvt.keysym.M-v: perl:clipboard:paste | |
23 | URxvt.keysym.C-A-V: perl:clipboard:paste_escaped | |
775a7092 AB |
24 | |
25 | !URxvt.iconFile: /usr/share/icons/Numix-Circle/scalable/apps/utilities-terminal.svg | |
155ce91b | 26 | !URxvt.iconFile: /home/amin/.icons/Moka/96x96/apps/utilities-terminal.png |
5cb147f1 AB |
27 | |
28 | URxvt.keysym.C-Up: perl:font-size:increase | |
29 | URxvt.keysym.C-Down: perl:font-size:decrease | |
30 | !URxvt.keysym.C-S-Up: perl:font-size:incglobal | |
31 | !URxvt.keysym.C-S-Down: perl:font-size:decglobal | |
32 | !URxvt.iso14755: false | |
33 | !URxvt.iso14755_52: false | |
34 | ||
155ce91b AB |
35 | |
36 | ! base16 Atelier Heath | |
37 | ! Scheme: Bram de Haan (http://atelierbram.github.io/syntax-highlighting/atelier-schemes/heath) | |
38 | ||
39 | #define base00 #2a2a2a | |
40 | #define base01 #292329 | |
41 | #define base02 #695d69 | |
42 | #define base03 #776977 | |
43 | #define base04 #9e8f9e | |
44 | #define base05 #ab9bab | |
45 | #define base06 #d8cad8 | |
46 | #define base07 #f7f3f7 | |
47 | #define base08 #cf0f38 | |
48 | #define base09 #a65926 | |
49 | #define base0A #bb8a35 | |
50 | #define base0B #379a37 | |
51 | #define base0C #159393 | |
52 | #define base0D #516aec | |
53 | #define base0E #7b59c0 | |
54 | #define base0F #cc33cc | |
55 | ||
56 | *.foreground: base05 | |
57 | *.background: base00 | |
58 | *.cursorColor: base05 | |
59 | ||
60 | *.color0: base00 | |
61 | *.color1: base08 | |
62 | *.color2: base0B | |
63 | *.color3: base0A | |
64 | *.color4: base0D | |
65 | *.color5: base0E | |
66 | *.color6: base0C | |
67 | *.color7: base05 | |
68 | ||
69 | *.color8: base03 | |
70 | *.color9: base08 | |
71 | *.color10: base0B | |
72 | *.color11: base0A | |
73 | *.color12: base0D | |
74 | *.color13: base0E | |
75 | *.color14: base0C | |
76 | *.color15: base07 | |
77 | ||
78 | ! Note: colors beyond 15 might not be loaded (e.g., xterm, urxvt), | |
79 | ! use 'shell' template to set these if necessary | |
80 | *.color16: base09 | |
81 | *.color17: base0F | |
82 | *.color18: base01 | |
83 | *.color19: base02 | |
84 | *.color20: base04 | |
85 | *.color21: base06 | |
86 | ||
87 | ! Xcursor -------------------------------------------------------------------- | |
88 | ||
cd3b4dc1 AB |
89 | !Xcursor.theme: Vanilla-DMZ-AA |
90 | !Xcursor.size: 22 |