diff options
author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2020-04-25 16:11:29 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2020-04-25 16:11:29 +0700 |
commit | dd1019cb27d3fc6e00c5fa0d30dfeca453744613 (patch) | |
tree | 6123ba7fd2177b34cd718b05ce3b877591bf1f24 /debian/.Xresources-dark | |
parent | 575d276f30929a892f48b3dcac8a1214dc35a229 (diff) | |
download | dotfiles-dd1019cb27d3fc6e00c5fa0d30dfeca453744613.tar.gz |
Update 2020-04-25
Diffstat (limited to 'debian/.Xresources-dark')
-rw-r--r-- | debian/.Xresources-dark | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/debian/.Xresources-dark b/debian/.Xresources-dark index 9422c2a..4219cb7 100644 --- a/debian/.Xresources-dark +++ b/debian/.Xresources-dark @@ -1,6 +1,7 @@ +*.cursorColor: #fce8c3 +*.pointerColor: #fce8c3 *.foreground: #fce8c3 *.background: #1c1b19 -*.cursorColor: #fce8c3 *.color0: #1c1b19 *.color1: #ef2f27 *.color2: #519f50 @@ -18,12 +19,13 @@ *.color14: #53fde9 *.color15: #fce8c3 -*loginShell: true -*scrollBar: false -*saveLines: 65535 -*cursorBlink: false -*jumpScroll: true +URxvt.loginShell: true +URxvt.scrollBar: false +URxvt.saveLines: 65535 +URxvt.cursorBlink: false +URxvt.visualBell: true +URxvt.jumpScroll: true -URxvt.font: xft:Latin Modern Mono:size=12 -URxvt.termName: rxvt-unicode-256color -URxvt.perl-ext-common: font-size +URxvt.font: xft:Latin Modern Mono:size=12:autohint=true +URxvt.termName: rxvt-unicode-256color +URxvt.perl-ext-common: default,font-size |