! xterm config !replicates st behavior with boldness xterm*veryBoldColors: 4 xterm*colorBDMode: on xterm*colorBD: white !makes sure utf8 is enabled xterm*utf8: true xterm*locale: true xterm*utf8Title: true !I put this in ages ago and dont even remember what it does xterm*eightBitInput: false xterm*metaSendsEscape: true !enables 256 color support xterm*termName: xterm-256color !copies default st behavior for font rendering Xft.autohint: 1 Xft.antialias: 1 Xft.hinting: false !my favorite monospace terminal font https://github.com/nathco/Office-Code-Pro xterm*faceName: Office Code Pro Medium:size=13 !good coverage font xterm.vt100.faceNameDoublesize: Noto Sans Mono !fuck me if I know what this does SC:size=13 !enables Xft xterm*renderFont: true !big line buffer xterm*saveLines: 65535 !fixes at times broken font spacing xterm.letterSpace: 1 xterm*selectToClipboard: true !default st border xterm*InternalBorder: 2 ! copypaste with CTRL+SHIFT+C CTRL+SHIFT+V xterm*vt100.translations: #override \ Shift Ctrl C: copy-selection(CLIPBOARD) \n\ Shift Ctrl V: insert-selection(CLIPBOARD) \n\ ! Color Theme *.foreground: #ababab *.background: #000000 *.cursorColor: #ababab ! black *.color0: #000000 *.color8: #343434 ! red *.color1: #e92f2f *.color9: #e92f2f ! green *.color2: #0ed839 *.color10: #0ed839 ! yellow *.color3: #dddd13 *.color11: #dddd13 ! blue *.color4: #001cd1 *.color12: #3b48e3 ! magenta *.color5: #f996e2 *.color13: #f996e2 ! cyan *.color6: #23edda *.color14: #23edda ! white *.color7: #ababab *.color15: #f9f9f9