I tried xterm -fg gray and xterm -fg grey but both gave Warning: color name... is not defined.
I am on ubuntu and there is no rgb.txt in /etc/X11/rgb.txt
How can I launch xterm with custom fg/bg colors? (specific rgb values).
thanks
|
|
|
You can find a copy of the file here. You can also add this line to
|
|||||||
|
|
Xorg no longer uses rgb.txt for color names, but builds the color database into the X server when it's built. The rgb.txt built into the X server comes from the app/rgb module upstream, and the upstream version can be viewed in their git viewer. To specify colors by value, see the "COLOR NAMES" section of the X(7) man page. For instance, these should each be gray:
|
|||
|
|