diff options
author | Matthew Lemon <y@yulqen.org> | 2023-05-18 16:59:58 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2023-05-18 16:59:58 +0100 |
commit | f90d1eac724fd51c6aa4f35012ff3dc84e3c105d (patch) | |
tree | 95721b92bcf9b48090a449dd0c8ce6c5b43d4fea | |
parent | 6032dc31bc879e785157701b7c49d28567e8bdb7 (diff) |
urxvt settings
-rw-r--r-- | Xresources | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,4 +1,5 @@ xterm*faceName: JetBrainsMono:size=12 +URxvt.font: xft:monaco:size=12 !! from https://wiki.manjaro.org/index.php?title=Improve_Font_Rendering Xft.dpi: 96 @@ -25,6 +26,8 @@ XTerm.vt100.locale:true !Theme Three xterm*background: black xterm*foreground: white +urxvt*background: black +urxvt*foreground: white /* *color0: rgb:00/00/00 */ /* *color1: rgb:e0/10/10 */ /* *color2: rgb:20/ad/20 */ |