Fausto-Korpsvart / Gruvbox-GTK-Theme

A GTK theme based on the Gruvbox colour palette.
https://www.pling.com/p/1681313/
GNU General Public License v3.0
592 stars 39 forks source link

Invalid name of pseudo-class #43

Closed eeeXun closed 5 months ago

eeeXun commented 1 year ago

(blueman-applet:615): Gtk-WARNING **: 01:42:16.459: Theme parsing error: gtk.css:6691:68: Invalid name of pseudo-class

I'm using Gruvbox-Dark-BL

knedl1k commented 1 year ago

Same error with Firefox (firefox:81657): Gtk-WARNING **: 00:22:21.183: Theme parsing error: gtk.css:6703:68: Invalid name of pseudo-class

I use Gruvbox-Dark-B

choopsit commented 1 year ago

Hi I use Gruvbox-Dark-BL and got the same with xfce4-terminal, tilix and terminator, even when just used to feed a variable called with argument --version

screenshots in xfce4-terminal: gtk-warning gtk-warning_in_script

choopsit commented 1 year ago

Commenting lines 6689 to 6701 of Gruvbox-Dark-BL/gtk-3.0/gtk.css fixes the problem with no impact for me using XFCE

lines I commented (the problem seems to be by there):

.path-bar-box .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action):last-child:dir( ltr ):disabled, .path-bar-box .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action):first-child:dir( rtl ):disabled { color: #89b482; background-color: #282828; }