You are not logged in.
Pages: 1
Hello,
there is my desktop and extensions: https://imgur.com/a/ePthVQ7
I use default GNOME Shell theme, and theme for Applications is called WhiteSUr-light-solid and as you can see I have classic black topbar, but I would like to change it to #242424, without extensions, I find it pointless to install extension to change only 1 color.
I don't know if I am correct but I found somewhere to edit this file /usr/share/gnome-shell/theme/gnome-classic.css, so I found #panel and changed it's background color from #000 to #242424, restarted PC and nothing happened.
I use several linux distros like: Archlinux, Ubuntu, Fedora, Linux Mint
Offline
Offline
So it will be overwrited with next GNOME update? So should I just copy GNOME Shell theme, modify it and save it as custom theme?
I use several linux distros like: Archlinux, Ubuntu, Fedora, Linux Mint
Offline
I use this modify it to your needs.
Create:
~/.themes/grey/gnome-shell/gnome-shell.cssContent:
#panel {
background-color: #353535;
/*background-color: #15539e;*/
box-shadow: 0px 1px 0px #222;
}Select it in Tweaks app
Last edited by aaronrancsik (2021-11-20 13:16:48)
Offline
Pages: 1