diff options
author | Matthew Lemon <y@yulqen.org> | 2024-11-11 15:27:50 +0000 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-11-11 15:27:56 +0000 |
commit | a97e7f2be98ce4a62721f0cae58d60b93ee5b1d4 (patch) | |
tree | 8591dfb5af78749ee0530b6e02d746df26b77802 | |
parent | 9f2777388e516fb94589ebfe0558970295b5d717 (diff) |
An alternative Xresources
-rw-r--r-- | Xresources-alt | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/Xresources-alt b/Xresources-alt new file mode 100644 index 0000000..c899f8c --- /dev/null +++ b/Xresources-alt @@ -0,0 +1,43 @@ +!! Xterm +XTerm*background: black +XTerm*foreground: rgb:9f/a2/a6 +XTerm*eightBitInput: false +XTerm*loginShell: true +XTerm*scrollBar: false +XTerm*saveLines: 2000 +XTerm*faceName: dejavu sans mono:size=12 +XTerm*internalBorder: 10 +XTerm*locale: true +XTerm*pointerMode: 2 +XTerm*allowTitleOps: true +XTerm*termName: xterm-256color + +!! Colours +*color0: rgb:2a/3b/4d +*color1: rgb:c4/67/6c +*color2: rgb:66/ff/66 +*color3: rgb:ff/ff/66 +*color4: rgb:15/f4/ee +*color5: rgb:9c/6c/d3 +*color6: rgb:4b/8f/77 +*color7: rgb:9f/a2/a6 +*color8: rgb:55/79/9c +*color9: rgb:c4/67/6c +*color10: rgb:66/ff/66 +*color11: rgb:ff/ff/66 +*color12: rgb:15/f4/ee +*color13: rgb:9c/6c/d3 +*color14: rgb:4b/8f/77 +*color15: rgb:ff/ff/ff +*color16: rgb:ff/99/66 # Base 09 +*color17: rgb:bb/64/a9 # Base 0F +*color18: rgb:3d/56/6f # Base 01 +*color19: rgb:4b/69/88 # Base 02 +*color20: rgb:7e/90/a3 # Base 04 +*color21: rgb:d6/d7/d9 # Base 06 + +XTerm*backarrowKey: false +XTerm.vt100.backarrowKey: false +XTerm.ttyModes: erase ^? +XTerm.vt100.locale:true + |