diff options
| author | Xander Swan <email> | 2025-12-03 10:35:11 -0500 |
|---|---|---|
| committer | Xander Swan <email> | 2025-12-03 10:35:11 -0500 |
| commit | 5f60e0e3cdb726fe832194971f224dd9baf46bcd (patch) | |
| tree | d03d339710fc859170547b421dfc22d6768151bd /.Xresources | |
| parent | 31bf5e0be6cc9f2691d1aa55257cdafd1bc5d151 (diff) | |
add urxvt
Diffstat (limited to '.Xresources')
| -rw-r--r-- | .Xresources | 21 |
1 files changed, 21 insertions, 0 deletions
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 |
