for this you need to create a .Xresources file. Which can be done using vim from a terminal.
$vim ~/.Xresources
and paste in the following
You will then need to completly restart the X server, easiest way I know is a full system restart.
XTerm*foreground: white
XTerm*background: black
NB: you can actually see what this will do by launching X11 and creating several new XTerms. The settings do not get applied to the first instance but they will once rebooted.
No comments:
Post a Comment