vinceliuice / WhiteSur-gtk-theme

MacOS Big Sur like theme for Gnome desktops
MIT License
5.81k stars 605 forks source link

Change panel font color in Overview (Show all apps) #1051

Closed alisson3000br closed 4 months ago

alisson3000br commented 5 months ago

Screenshot from 2024-04-25 17-08-47

alisson3000br commented 5 months ago

i done --black, --blackfont and it is black but only in overview it is white, i tried css file but couldnt find the correct line somebody help? thanks

alisson3000br commented 5 months ago

Screenshot from 2024-04-25 17-16-19

btw, only the apple it is black but the text is white in overview

washburn24 commented 5 months ago

If you just want the text and icons in the panel to be black and you're cool with modifying the .css, you can brute force it.

panel .panel-button {

color: black; }

You can find where that is or make your own. It will also control the text color of extension menus like Applications and Places, so it SHOULD get app names also.

kernelb00t commented 4 months ago

Please mind to close your issue if it is solved, thanks! 😉 Or edit the CSS files and make a PR to fix this bug.