diff options
author | Franck Cuny <franck@fcuny.net> | 2020-12-01 17:37:38 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2020-12-01 17:37:38 -0800 |
commit | 6447b4178b149beeaca65941338facd3219e361d (patch) | |
tree | a8dbd880b09edf288a14b4ca2ee629dfa669fa9f | |
parent | i3: key bindings (diff) | |
download | emacs.d-6447b4178b149beeaca65941338facd3219e361d.tar.gz |
x11: set background color for urxvt
Use the same background color as emacs/acme (it's nicer than white).
Diffstat (limited to '')
-rw-r--r-- | Xresources | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Xresources b/Xresources index cd1ffa2..aa61fe3 100644 --- a/Xresources +++ b/Xresources @@ -12,6 +12,9 @@ URxvt.scrollstyle: next URxvt.font: xft:Source Code Pro:size=11,xft:noto emoji:size=11 URxvt.boldFont: xft:Source Code Pro:weight=bold:size=11,xft:noto emoji:weight=bold:size=11 +URxvt.background: #FFFFE8 +URxvt.foreground: black + Xft.dpi: 141 Xft.autohint: 0 Xft.lcdfilter: lcddefault |