arc-design / arc-theme

A flat theme with transparent elements
GNU General Public License v3.0
695 stars 55 forks source link

Black background on All Applications icon in Dash #278

Closed Aerozolic closed 4 years ago

Aerozolic commented 4 years ago

The background of All Applications icon is black. This is not happening with other shell themes.

Screenshot from 2019-12-15 16-53-00

nguyenkien commented 4 years ago

This is by design

Aerozolic commented 4 years ago

This is by design

Odd design then. If I change the default all applications icon then it still shows the black background. It looks pretty ugly if the custom icon is round for example.

nguyenkien commented 4 years ago

Yes, it look really ugly. However you can remove it, open file gnome-shell/gnome-shell.css search for .show-apps .overview-icon, and remove background-color: rgba(0, 0, 0, 0.5); and save it

Aerozolic commented 4 years ago

Yes, it look really ugly. However you can remove it, open file gnome-shell/gnome-shell.css search for .show-apps .overview-icon, and remove background-color: rgba(0, 0, 0, 0.5); and save it

I was able to remove the static background but hovering over and activate state backgrounds are still messed up/look different compared to other icons on the dash.

PS. Sorry for off topic.

nguyenkien commented 4 years ago

Repeat for .show-apps:active or :hover ...

Aerozolic commented 4 years ago

Repeat for .show-apps:active or :hover ...

Yeah, I found those but struggle with the options: color codes etc to set them up right. Thanks anyway!