n-murphy / docker-soapui

SoapUI in Docker
MIT License
0 stars 0 forks source link

Add Xdefaults for xterm #1

Open n-murphy opened 2 years ago

n-murphy commented 2 years ago

We want to customize the default font size and background/foreground color. This can be done by creating a .Xdefaults file in the home directory.

This requires adding the following package:

apt install -y x11-xserver-utils
# run xrdb to load the defaults
xrdb .Xdefaults

The .Xdefaults should look as follows:

xterm*background: black
xterm*foreground: green
xterm*font: *-fixed-*-*-*-20-*