Some hiDPI changes + color changes
Getty Ritter
7 years ago
1 | 1 | URxvt.url-launcher: /usr/bin/firefox |
2 | URxvt.keysym.M-u: perl:matcher:list | |
2 | 3 | URxvt.keysym.M-Delete: perl:matcher:list |
3 | 4 | URxvt.perl-ext-common: default,matcher |
4 |
U |
|
5 | URxvt.matcher.button: 1 | |
5 | 6 | URxvt.perl-exp.common: matcher |
6 | 7 | URxvt.transparent: true |
7 | 8 | URxvt.shading: 10 |
8 | Urxvt.scrollBar: false | |
9 | URxvt.font: xft:Inconsolata:style=Medium:size=14,xft:Symbola:style=Regular:size=14 | |
9 | URxvt.scrollBar: false | |
10 | URxvt*font: xft:Inconsolata:style=Medium:size=14, xft:Symbola:style=Regular:size=14 | |
10 | 11 | URxvt*.foreground: white |
11 | 12 | URxvt*.background: black |
12 | 13 | URxvt.print-pipe: "cat >/dev/null" |
14 | URxvt.searchable-scrollback: CM-s | |
13 | 15 | |
14 | 16 | Emacs.font: Inconsolata |
15 | 17 | Emacs.fontBackend: xft |
17 | 19 | Emacs.toolBar: -1 |
18 | 20 | Emacs.verticalScrollBars: off |
19 | 21 | |
22 | ! Xft options | |
23 | Xft.dpi: 100 | |
24 | Xft.autohint: 0 | |
25 | Xft.lcdfilter: lcddefault | |
26 | Xft.hintstyle: hintfull | |
27 | Xft.hinting: 1 | |
28 | Xft.antialias: 1 | |
29 | Xft.rgba: rgb | |
30 | ||
20 | 31 | ! █▓▒░ scorcerer colors |
21 | 32 | *.foreground: #c2c2b0 |
22 | 33 | *.background: #222222 |
23 | 34 | *.cursorColor: #c2c2b0 |
24 | 35 | ! black |
25 | *.color0: #111111 | |
26 | *.color8: #181818 | |
36 | *.color0: #2f2f2f | |
37 | *.color8: #3f3f3f | |
27 | 38 | ! red |
28 | 39 | *.color1: #aa4450 |
29 | 40 | *.color9: #ff6a6a |