GTK3 theme: Add Gedit custom widget styles
This commit is contained in:
@@ -39,6 +39,9 @@
|
||||
}
|
||||
}
|
||||
|
||||
/* Gedit */
|
||||
@import url('applications/gedit/Adwaita.css');
|
||||
|
||||
/* XFCE4 panel action buttons */
|
||||
#XfcePanelWindowWrapper > widget > box > #xfce-panel-button > image {
|
||||
-gtk-icon-style: symbolic;
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
wget https://gitlab.gnome.org/GNOME/gedit/raw/master/gedit/resources/css/gedit.adwaita.css -O Adwaita.css
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
wget https://gitlab.gnome.org/GNOME/nautilus/raw/master/src/resources/css/Adwaita.css --timestamping
|
||||
wget https://gitlab.gnome.org/GNOME/nautilus/raw/master/src/resources/css/Adwaita.css -O Adwaita.css
|
||||
|
||||
|
||||
Reference in New Issue
Block a user