diff options
author | Ryan Kavanagh <rak@rak.ac> | 2021-10-19 19:20:30 -0400 |
---|---|---|
committer | Ryan Kavanagh <rak@rak.ac> | 2021-10-19 19:20:30 -0400 |
commit | 5b95c351123bcf08f4132bfc4f410ca496d2af17 (patch) | |
tree | ccc2a1249b6a354a18be4c5bf9ad2b61d52b5dbb /.Xresources | |
parent | fix tiling of mutt (diff) |
drop cursorcolor from xresources
Diffstat (limited to '')
-rw-r--r-- | .Xresources | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.Xresources b/.Xresources index 104477d..5173526 100644 --- a/.Xresources +++ b/.Xresources @@ -3,7 +3,6 @@ XTerm*eightBitInput: false URxvt.background: #000000 URxvt.foreground: #ffffff URxvt.colorBD: #ffffff -URxvt.cursorColo: #e0e080 URxvt.hilightColor: #f0f0f0 URxvt.scrollBar: false URxvt.scrollstyle: xterm |