GTK3 theme: Add Gedit custom widget styles

This commit is contained in:
Daniel Ruiz de Alegría
2020-02-12 13:23:29 +01:00
parent 2ad509a325
commit 35282b8ad6
8 changed files with 136 additions and 1 deletions
@@ -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;
+4
View File
@@ -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