update: use variables to define bg and fg

This commit is contained in:
rick 2021-09-03 01:13:41 +02:00
parent b5c3f73633
commit e9938ccec8
Signed by: Rick
GPG key ID: 2B593F087240EE99

View file

@ -1,17 +1,18 @@
xterm*background: #0d2221 #define bg #0d2221
xterm*foreground: lightgray #define fg lightgray
xterm*background: bg
xterm*foreground: fg
xterm*faceName: Fira Code VF xterm*faceName: Fira Code VF
xterm*visualBell: False xterm*visualBell: False
xterm*VT100.Translations: #override \ xterm*VT100.Translations: #override \
Ctrl Shift <Key>V: insert-selection(CLIPBOARD) \n\ Ctrl Shift <Key>V: insert-selection(CLIPBOARD) \n\
Ctrl Shift <Key>C: copy-selection(CLIPBOARD) Ctrl Shift <Key>C: copy-selection(CLIPBOARD)
URxvt*font: xft:DejaVu Sans Mono: size=10 URxvt*font: xft:DejaVu Sans Mono: size=10
URxvt*boldFont: xft:DejaVu Sans Mono: size=10 URxvt*boldFont: xft:DejaVu Sans Mono: size=10
URxvt*background: #0d2221 URxvt*background: bg
URxvt*foreground: lightgray URxvt*foreground: fg
URxvt*scrollBar: false URxvt*scrollBar: false
URxvt.iso14755: false URxvt.iso14755: false
URxvt.iso14755_52: false URxvt.iso14755_52: false