Why are the top application indicators (top bar icons) appearing black and white in Ubuntu 20.04?
772
Why are these app indicators appearing in black and white color? Not sure if this was the case while using Ubuntu 18.04. Can something be done to make the app indicators use their original default icon color.
Because they are configured to show as symbolic and symbolic Icons are generally in light gray or whatever we see in actual from the gnome-shell theme currently used.
So navigate to the gnome-shell theme you are using and try to locate "symbolic".
In the default installation of Ubuntu 20.04, the shell theme is from the gresource file /usr/share/gnome-shell/theme/Yaru/gnome-shell-theme.gresource which can not be edited easily.
Hence the workaround is to create a custom theme in home directory.
Because they are configured to show as symbolic and symbolic Icons are generally in light gray or whatever we see in actual from the gnome-shell theme currently used.
So navigate to the gnome-shell theme you are using and try to locate "symbolic".
For example the left part on top bar:
change the
-st-icon-style: regular;
Another example:
In the default installation of Ubuntu 20.04, the shell theme is from the gresource file
/usr/share/gnome-shell/theme/Yaru/gnome-shell-theme.gresource
which can not be edited easily.Hence the workaround is to create a custom theme in home directory.
Required: User Themes gnome-shell-extension installed and enabled
Install required directory's and
gnome-shll.css
file with below command, Change the name "MyCustomTheme" in below command to your wish.now open the file
gnome-shell.css
with below commandpaste the below content in the opened
gnome-shell.css
filesave the file & close.
Now open gnome-tweaks and choose this newly created shell-theme "MyCustomTheme".