GradienceTeam / Gradience

Change the look of Adwaita, with ease
https://gradienceteam.github.io
GNU General Public License v3.0
1.3k stars 47 forks source link

bug: Files side panel show incorrectly in GNOME 45/46 #892

Open Markellas opened 4 months ago

Markellas commented 4 months ago

Is there an existing issue for this?

What happened?

Side panel in Files app in GNOME 45/46 doesn't theme.

image Here's a screenshot

To Reproduce

No fix

Expected behavior

No response

Screenshots

image

OS

Fedora Linux 40 (Workstation Edition)

DE/WM version

GNOME 46.1

Version

0.4.1

Installation method

Flatpak from Flathub

Enabled system extensions (GNOME specific)

No response

Additional context

No response

Code of Conduct

github-actions[bot] commented 4 months ago

Welcome on Gradience. 🥳 We really appreciate your contribution. The core team will review your issue as soon as possible. You can also join the Matrix room: https://matrix.to/#/#Gradience-space:envs.net or the Discord server: https://discord.com/invite/4njFDtfGEZ

NotMephisto commented 3 months ago

In the current version of Gradience, there's no provision to change the theme for the sidebar. If you want to change the theme for the sidebar, you can change it by adding lines like this to the custom CSS in Gradience:

color format: #FFFFFF or rgba(0,0,0,0.255)

@define-color sidebar_bg_color *put your color here*;
@define-color sidebar_fg_color *put your color here*;
@define-color sidebar_backdrop_color *put your color here*;
@define-color sidebar_border_color *put your color here*;
@define-color sidebar_shade_color *put your color here*;

Otherwise, changing the gtk.css file located in ~/.config/gtk-4.0 and gtk-3.0.

ToxicWaveHD commented 3 months ago

It would be very nice if they added support for this into the app