I am trying to configure XTerm terminal and in the Wiki, it says it is done via X resources. I installed xorg-xrdb package then created a ~/.Xresources file and edited and added these lines:
XTerm.vt100.foreground: white XTerm.vt100.background: black XTerm.vt100.color0: rgb:28/28/28 XTerm.vt100.color15: rgb:e4/e4/e4 but it doesn't do anything. xterm still opens with its strange font and white background black text colour. What am I supposed to do here?
References:
xrdb ~/.Xresources) or restart the display manager after editing the file?xrdb -merge <~/.Xresourcesand then try opening thexterm