2021-09-03 01:13:41 +02:00
|
|
|
#define bg #0d2221
|
|
|
|
#define fg lightgray
|
2020-10-21 09:03:09 +02:00
|
|
|
|
2021-09-03 01:13:41 +02:00
|
|
|
xterm*background: bg
|
|
|
|
xterm*foreground: fg
|
2020-10-21 09:03:09 +02:00
|
|
|
xterm*faceName: Fira Code VF
|
|
|
|
xterm*visualBell: False
|
|
|
|
xterm*VT100.Translations: #override \
|
|
|
|
Ctrl Shift <Key>V: insert-selection(CLIPBOARD) \n\
|
|
|
|
Ctrl Shift <Key>C: copy-selection(CLIPBOARD)
|
|
|
|
|
|
|
|
URxvt*font: xft:DejaVu Sans Mono: size=10
|
|
|
|
URxvt*boldFont: xft:DejaVu Sans Mono: size=10
|
2021-09-03 01:13:41 +02:00
|
|
|
URxvt*background: bg
|
|
|
|
URxvt*foreground: fg
|
2020-10-21 09:03:09 +02:00
|
|
|
URxvt*scrollBar: false
|
|
|
|
URxvt.iso14755: false
|
|
|
|
URxvt.iso14755_52: false
|
|
|
|
URxvt*VT100.Translations: #override \
|
|
|
|
Ctrl Shift <Key>V: insert-selection(CLIPBOARD) \n\
|
|
|
|
Ctrl Shift <Key>C: copy-selection(CLIPBOARD)
|