xrdb

Load and manage X Window System resource settings from files.

brewmacoslinux
Try with needOr install directly
Source

About

X resource database utility

Commands

xrdb

Examples

load X resources from a file into the server$ xrdb ~/.Xresources
merge new resources without replacing existing ones$ xrdb -merge ~/.Xresources
display all currently loaded X resources$ xrdb -query
apply X resource settings and start an X application$ xrdb ~/.Xresources && xterm
remove all X resources from the server$ xrdb -remove