From bb954591f3d1cc5c0aa226d158ac73437e01d7a8 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sun, 31 May 2015 10:45:24 +0200 Subject: Menta themes GTK3: fix typo in make file and panel configuration --- .../BlueMenta/gtk-3.0/assets/Makefile.am | 1 + .../BlueMenta/gtk-3.0/assets/panel-grid.svg | 173 +++++++++++++++++++++ .../BlueMenta/gtk-3.0/assets/panel-grig.svg | 173 --------------------- .../BlueMenta/gtk-3.0/mate-applications.css | 2 +- 4 files changed, 175 insertions(+), 174 deletions(-) create mode 100644 desktop-themes/BlueMenta/gtk-3.0/assets/panel-grid.svg delete mode 100644 desktop-themes/BlueMenta/gtk-3.0/assets/panel-grig.svg (limited to 'desktop-themes/BlueMenta/gtk-3.0') diff --git a/desktop-themes/BlueMenta/gtk-3.0/assets/Makefile.am b/desktop-themes/BlueMenta/gtk-3.0/assets/Makefile.am index 9f29acb6..f7e6b60d 100644 --- a/desktop-themes/BlueMenta/gtk-3.0/assets/Makefile.am +++ b/desktop-themes/BlueMenta/gtk-3.0/assets/Makefile.am @@ -22,6 +22,7 @@ theme_DATA = \ menuitem-radio-checked-selected.svg \ menuitem-radio-checked.svg \ null.png \ + panel-grid.svg \ pane-separator-grip.svg \ pane-separator-grip-vertical.svg \ radio-active-ins.png \ diff --git a/desktop-themes/BlueMenta/gtk-3.0/assets/panel-grid.svg b/desktop-themes/BlueMenta/gtk-3.0/assets/panel-grid.svg new file mode 100644 index 00000000..5f17e633 --- /dev/null +++ b/desktop-themes/BlueMenta/gtk-3.0/assets/panel-grid.svg @@ -0,0 +1,173 @@ + + + + + + + + image/svg+xml + + Gnome Symbolic Icon Theme + + + + + + + + Gnome Symbolic Icon Theme + + + + + + + + + + + + + + + diff --git a/desktop-themes/BlueMenta/gtk-3.0/assets/panel-grig.svg b/desktop-themes/BlueMenta/gtk-3.0/assets/panel-grig.svg deleted file mode 100644 index 5f17e633..00000000 --- a/desktop-themes/BlueMenta/gtk-3.0/assets/panel-grig.svg +++ /dev/null @@ -1,173 +0,0 @@ - - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - - - - - Gnome Symbolic Icon Theme - - - - - - - - - - - - - - - diff --git a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css index d63c872b..1a871c08 100644 --- a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css +++ b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css @@ -363,7 +363,7 @@ PanelSeparator { /* the grid left from wnckpager and wncktasklist */ MatePanelAppletFrameDBus { - background-image: -gtk-scaled(url("assets/panel-grig.svg")); + background-image: -gtk-scaled(url("assets/panel-grid.svg")); background-color: transparent; background-repeat: no-repeat; background-position: left; -- cgit v1.2.1