From 5f60e0e3cdb726fe832194971f224dd9baf46bcd Mon Sep 17 00:00:00 2001 From: Xander Swan Date: Wed, 3 Dec 2025 10:35:11 -0500 Subject: add urxvt --- .Xresources | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .Xresources (limited to '.Xresources') diff --git a/.Xresources b/.Xresources new file mode 100644 index 0000000..0f1fe07 --- /dev/null +++ b/.Xresources @@ -0,0 +1,21 @@ +URxvt.geometry: 400x400 +URxvt.font: xft:CommitMono Nerd Font:pixelsize=18 +URxvt.scrollBar: false +URxvt.foreground: #FFFFFF +URxvt.background: #000000 +URxvt.color0: #333333 +URxvt.color1: #990911 +URxvt.color2: #099911 +URxvt.color3: #CC9900 +URxvt.color4: #5511CC +URxvt.color5: #990966 +URxvt.color6: #0077AA +URxvt.color7: #999999 +URxvt.color8: #666666 +URxvt.color9: #FF2222 +URxvt.color10: #22FF44 +URxvt.color11: #FFFF00 +URxvt.color12: #8833FF +URxvt.color13: #FF4499 +URxvt.color14: #22CCFF +URxvt.color15: #FFFFFF -- cgit v1.3-2-g0d8e