In Ubuntu 18.04 via Settings > Background > Colors I can choose one of the 15 predefined solid background colors. Can I select these 15 colors myself?
The suggested solutions show that my question isn't being understood:
- I'm not talking about THE background color: take a look at Settings > Background > Colors in 18.04.
- The "solution" of creating a solid color image has crossed my mind, but I think it is an overkill effort to circumvent the poor parametrisation (and therefore the implementation) of the issue.
Thanks
gsettings set org.gnome.desktop.background picture-options 'none'
only once, and then using the following command one can achieve any custom coloured background:gsettings set org.gnome.desktop.background primary-color '#XXXXXX'
(#XXXXXX
stands for the hexcode of the preferred colour). – pomsky Nov 05 '18 at 15:31