jnsh / arc-theme

A flat theme with transparent elements (actively maintained fork)
GNU General Public License v3.0
900 stars 77 forks source link

Some coloring in the Gnome date menu and search bar is off #135

Closed rdong8 closed 3 years ago

rdong8 commented 3 years ago

Before submitting

Details

Please add the following information:

Unless this is a non-visual issue, always add screenshots to help describe your problem.

https://user-images.githubusercontent.com/66289396/122656664-af036900-d12a-11eb-93e8-554f4593e36c.mp4

The events section of the system date tray is white with arc menu (dark) installed. Also, the search menu turns blue when characters are entered, although I'm not sure if that's intentional.

jnsh commented 3 years ago

Arc version 20200819 does not support GNOME 3.38, which moved the events section below the calendar with specific styling. Update to 20201013 or later.

The active search bar has always used the blue background color.

rdong8 commented 3 years ago

I just uninstalled and ran sudo apt install arc-theme again, the same version is being downloaded. Is building from source necessary for the latest version?

jnsh commented 3 years ago

If your distribution has an outdated package, which results in issues, I'm suggesting to request updating/fixing the package from the package maintainers.

If you can't find a working package for your distro, building from the source is likely the only option.

rdong8 commented 3 years ago

Thank you, closed.

rdong8 commented 3 years ago

Sorry, one more thing, is there any way I can manually change some setting/file to prevent the search bar from changing color?

jnsh commented 3 years ago

You can edit the source files, and rebuild the theme. More specifically look at .search-entry and things nested inside it in gnome-shell theme's _common.scss. The styling for most of the other entries may be of some help.