jnsh / arc-theme

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

Feature: dark Xfce panel variation #114

Closed ghost closed 3 years ago

ghost commented 3 years ago

Is possible to get the dark Xfce panel in the Arc Lighter version? Can you tell me what I need to change?

jnsh commented 3 years ago

Xfce panel should be dark for the base light "Arc" variant, and every other variant apart from Arc-Lighter.

If you want to change it's styling, look at _applications.scss for the GTK3 theme.

ghost commented 3 years ago

Is there a way to not have compiled gtk3 css resources when installed?

jnsh commented 3 years ago

If you don't want to recompile the theme, you can try injecting CSS via ~/.config/gtk-3.0/gtk.css.

ghost commented 3 years ago

Thanks, I'll try like this.