From cbbd23ec075997c5b2ffb634ee03724759fbe58e Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Mon, 10 Aug 2015 20:31:22 +0200 Subject: gnome-shell theme improvements and some osd redesign --- .../common-assets/dash/button-active-bottom.svg | 132 ++++++++++ .../common-assets/dash/button-active-right.svg | 131 ++++++++++ .../3.14/common-assets/dash/button-active-top.svg | 132 ++++++++++ .../3.14/common-assets/dash/button-active.svg | 131 ++++++++++ .../common-assets/dash/button-hover-bottom.svg | 132 ++++++++++ .../3.14/common-assets/dash/button-hover-right.svg | 131 ++++++++++ .../3.14/common-assets/dash/button-hover-top.svg | 132 ++++++++++ .../3.14/common-assets/dash/button-hover.svg | 131 ++++++++++ .../dash/button-running-active-bottom.svg | 132 ++++++++++ .../dash/button-running-active-right.svg | 132 ++++++++++ .../dash/button-running-active-top.svg | 132 ++++++++++ .../common-assets/dash/button-running-active.svg | 132 ++++++++++ .../common-assets/dash/button-running-bottom.svg | 132 ++++++++++ .../dash/button-running-hover-bottom.svg | 132 ++++++++++ .../dash/button-running-hover-right.svg | 132 ++++++++++ .../dash/button-running-hover-top.svg | 132 ++++++++++ .../common-assets/dash/button-running-hover.svg | 132 ++++++++++ .../common-assets/dash/button-running-right.svg | 132 ++++++++++ .../3.14/common-assets/dash/button-running-top.svg | 132 ++++++++++ .../3.14/common-assets/dash/button-running.svg | 132 ++++++++++ .../3.14/common-assets/dash/dash-bottom.svg | 76 ++++++ .../common-assets/dash/dash-extended-bottom.svg | 77 ++++++ .../3.14/common-assets/dash/dash-extended-left.svg | 76 ++++++ .../common-assets/dash/dash-extended-right.svg | 77 ++++++ .../3.14/common-assets/dash/dash-extended-top.svg | 77 ++++++ .../3.14/common-assets/dash/dash-left.svg | 72 ++++++ .../3.14/common-assets/dash/dash-placeholder.svg | 84 ++++++ .../3.14/common-assets/dash/dash-right.svg | 72 ++++++ .../3.14/common-assets/dash/dash-top.svg | 76 ++++++ .../3.14/common-assets/dash/running1.svg | 142 ++++++++++ .../3.14/common-assets/dash/running2.svg | 149 +++++++++++ .../3.14/common-assets/dash/running3.svg | 156 +++++++++++ .../3.14/common-assets/dash/running4.svg | 163 ++++++++++++ .../3.14/common-assets/menu/menu-separator.svg | 60 +++++ common/gnome-shell/3.14/common-assets/misc/bg.svg | 127 +++++++++ .../3.14/common-assets/misc/button-box.svg | 99 +++++++ .../3.14/common-assets/misc/close-active.svg | 100 +++++++ .../3.14/common-assets/misc/close-hover.svg | 100 +++++++ .../gnome-shell/3.14/common-assets/misc/close.svg | 100 +++++++ .../3.14/common-assets/misc/corner-ripple-ltr.svg | 125 +++++++++ .../3.14/common-assets/misc/corner-ripple-rtl.svg | 75 ++++++ .../3.14/common-assets/misc/more-results.svg | 130 ++++++++++ .../3.14/common-assets/misc/notification.svg | 151 +++++++++++ .../gnome-shell/3.14/common-assets/misc/null.svg | 92 +++++++ common/gnome-shell/3.14/common-assets/misc/osd.svg | 127 +++++++++ .../common-assets/misc/page-indicator-active.svg | 67 +++++ .../common-assets/misc/page-indicator-checked.svg | 67 +++++ .../common-assets/misc/page-indicator-hover.svg | 67 +++++ .../common-assets/misc/page-indicator-inactive.svg | 67 +++++ .../3.14/common-assets/misc/process-working.svg | 287 +++++++++++++++++++++ .../3.14/common-assets/misc/summary-counter.svg | 115 +++++++++ .../common-assets/misc/ws-switch-arrow-down.png | Bin 0 -> 879 bytes .../3.14/common-assets/misc/ws-switch-arrow-up.png | Bin 0 -> 853 bytes .../3.14/common-assets/panel/activities-active.svg | 158 ++++++++++++ .../3.14/common-assets/panel/activities.svg | 158 ++++++++++++ .../3.14/common-assets/panel/panel-overview.svg | 75 ++++++ .../gnome-shell/3.14/common-assets/panel/panel.svg | 75 ++++++ 57 files changed, 6355 insertions(+) create mode 100644 common/gnome-shell/3.14/common-assets/dash/button-active-bottom.svg create mode 100644 common/gnome-shell/3.14/common-assets/dash/button-active-right.svg create mode 100644 common/gnome-shell/3.14/common-assets/dash/button-active-top.svg create mode 100644 common/gnome-shell/3.14/common-assets/dash/button-active.svg create mode 100644 common/gnome-shell/3.14/common-assets/dash/button-hover-bottom.svg create mode 100644 common/gnome-shell/3.14/common-assets/dash/button-hover-right.svg create mode 100644 common/gnome-shell/3.14/common-assets/dash/button-hover-top.svg create mode 100644 common/gnome-shell/3.14/common-assets/dash/button-hover.svg create mode 100644 common/gnome-shell/3.14/common-assets/dash/button-running-active-bottom.svg create mode 100644 common/gnome-shell/3.14/common-assets/dash/button-running-active-right.svg create mode 100644 common/gnome-shell/3.14/common-assets/dash/button-running-active-top.svg create mode 100644 common/gnome-shell/3.14/common-assets/dash/button-running-active.svg create mode 100644 common/gnome-shell/3.14/common-assets/dash/button-running-bottom.svg create mode 100644 common/gnome-shell/3.14/common-assets/dash/button-running-hover-bottom.svg create mode 100644 common/gnome-shell/3.14/common-assets/dash/button-running-hover-right.svg create mode 100644 common/gnome-shell/3.14/common-assets/dash/button-running-hover-top.svg create mode 100644 common/gnome-shell/3.14/common-assets/dash/button-running-hover.svg create mode 100644 common/gnome-shell/3.14/common-assets/dash/button-running-right.svg create mode 100644 common/gnome-shell/3.14/common-assets/dash/button-running-top.svg create mode 100644 common/gnome-shell/3.14/common-assets/dash/button-running.svg create mode 100644 common/gnome-shell/3.14/common-assets/dash/dash-bottom.svg create mode 100644 common/gnome-shell/3.14/common-assets/dash/dash-extended-bottom.svg create mode 100644 common/gnome-shell/3.14/common-assets/dash/dash-extended-left.svg create mode 100644 common/gnome-shell/3.14/common-assets/dash/dash-extended-right.svg create mode 100644 common/gnome-shell/3.14/common-assets/dash/dash-extended-top.svg create mode 100644 common/gnome-shell/3.14/common-assets/dash/dash-left.svg create mode 100644 common/gnome-shell/3.14/common-assets/dash/dash-placeholder.svg create mode 100644 common/gnome-shell/3.14/common-assets/dash/dash-right.svg create mode 100644 common/gnome-shell/3.14/common-assets/dash/dash-top.svg create mode 100644 common/gnome-shell/3.14/common-assets/dash/running1.svg create mode 100644 common/gnome-shell/3.14/common-assets/dash/running2.svg create mode 100644 common/gnome-shell/3.14/common-assets/dash/running3.svg create mode 100644 common/gnome-shell/3.14/common-assets/dash/running4.svg create mode 100644 common/gnome-shell/3.14/common-assets/menu/menu-separator.svg create mode 100644 common/gnome-shell/3.14/common-assets/misc/bg.svg create mode 100644 common/gnome-shell/3.14/common-assets/misc/button-box.svg create mode 100644 common/gnome-shell/3.14/common-assets/misc/close-active.svg create mode 100644 common/gnome-shell/3.14/common-assets/misc/close-hover.svg create mode 100644 common/gnome-shell/3.14/common-assets/misc/close.svg create mode 100644 common/gnome-shell/3.14/common-assets/misc/corner-ripple-ltr.svg create mode 100644 common/gnome-shell/3.14/common-assets/misc/corner-ripple-rtl.svg create mode 100644 common/gnome-shell/3.14/common-assets/misc/more-results.svg create mode 100644 common/gnome-shell/3.14/common-assets/misc/notification.svg create mode 100644 common/gnome-shell/3.14/common-assets/misc/null.svg create mode 100644 common/gnome-shell/3.14/common-assets/misc/osd.svg create mode 100644 common/gnome-shell/3.14/common-assets/misc/page-indicator-active.svg create mode 100644 common/gnome-shell/3.14/common-assets/misc/page-indicator-checked.svg create mode 100644 common/gnome-shell/3.14/common-assets/misc/page-indicator-hover.svg create mode 100644 common/gnome-shell/3.14/common-assets/misc/page-indicator-inactive.svg create mode 100644 common/gnome-shell/3.14/common-assets/misc/process-working.svg create mode 100644 common/gnome-shell/3.14/common-assets/misc/summary-counter.svg create mode 100644 common/gnome-shell/3.14/common-assets/misc/ws-switch-arrow-down.png create mode 100644 common/gnome-shell/3.14/common-assets/misc/ws-switch-arrow-up.png create mode 100644 common/gnome-shell/3.14/common-assets/panel/activities-active.svg create mode 100644 common/gnome-shell/3.14/common-assets/panel/activities.svg create mode 100644 common/gnome-shell/3.14/common-assets/panel/panel-overview.svg create mode 100644 common/gnome-shell/3.14/common-assets/panel/panel.svg (limited to 'common/gnome-shell/3.14/common-assets') diff --git a/common/gnome-shell/3.14/common-assets/dash/button-active-bottom.svg b/common/gnome-shell/3.14/common-assets/dash/button-active-bottom.svg new file mode 100644 index 0000000..04b11ec --- /dev/null +++ b/common/gnome-shell/3.14/common-assets/dash/button-active-bottom.svg @@ -0,0 +1,132 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/common/gnome-shell/3.14/common-assets/dash/button-active-right.svg b/common/gnome-shell/3.14/common-assets/dash/button-active-right.svg new file mode 100644 index 0000000..d47baa0 --- /dev/null +++ b/common/gnome-shell/3.14/common-assets/dash/button-active-right.svg @@ -0,0 +1,131 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/common/gnome-shell/3.14/common-assets/dash/button-active-top.svg b/common/gnome-shell/3.14/common-assets/dash/button-active-top.svg new file mode 100644 index 0000000..6ca3bad --- /dev/null +++ b/common/gnome-shell/3.14/common-assets/dash/button-active-top.svg @@ -0,0 +1,132 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/common/gnome-shell/3.14/common-assets/dash/button-active.svg b/common/gnome-shell/3.14/common-assets/dash/button-active.svg new file mode 100644 index 0000000..a979d1d --- /dev/null +++ b/common/gnome-shell/3.14/common-assets/dash/button-active.svg @@ -0,0 +1,131 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/common/gnome-shell/3.14/common-assets/dash/button-hover-bottom.svg b/common/gnome-shell/3.14/common-assets/dash/button-hover-bottom.svg new file mode 100644 index 0000000..e37be0c --- /dev/null +++ b/common/gnome-shell/3.14/common-assets/dash/button-hover-bottom.svg @@ -0,0 +1,132 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/common/gnome-shell/3.14/common-assets/dash/button-hover-right.svg b/common/gnome-shell/3.14/common-assets/dash/button-hover-right.svg new file mode 100644 index 0000000..63a16c3 --- /dev/null +++ b/common/gnome-shell/3.14/common-assets/dash/button-hover-right.svg @@ -0,0 +1,131 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/common/gnome-shell/3.14/common-assets/dash/button-hover-top.svg b/common/gnome-shell/3.14/common-assets/dash/button-hover-top.svg new file mode 100644 index 0000000..a9d012c --- /dev/null +++ b/common/gnome-shell/3.14/common-assets/dash/button-hover-top.svg @@ -0,0 +1,132 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/common/gnome-shell/3.14/common-assets/dash/button-hover.svg b/common/gnome-shell/3.14/common-assets/dash/button-hover.svg new file mode 100644 index 0000000..45d457a --- /dev/null +++ b/common/gnome-shell/3.14/common-assets/dash/button-hover.svg @@ -0,0 +1,131 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/common/gnome-shell/3.14/common-assets/dash/button-running-active-bottom.svg b/common/gnome-shell/3.14/common-assets/dash/button-running-active-bottom.svg new file mode 100644 index 0000000..c549152 --- /dev/null +++ b/common/gnome-shell/3.14/common-assets/dash/button-running-active-bottom.svg @@ -0,0 +1,132 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/common/gnome-shell/3.14/common-assets/dash/button-running-active-right.svg b/common/gnome-shell/3.14/common-assets/dash/button-running-active-right.svg new file mode 100644 index 0000000..92e9be9 --- /dev/null +++ b/common/gnome-shell/3.14/common-assets/dash/button-running-active-right.svg @@ -0,0 +1,132 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/common/gnome-shell/3.14/common-assets/dash/button-running-active-top.svg b/common/gnome-shell/3.14/common-assets/dash/button-running-active-top.svg new file mode 100644 index 0000000..3749a14 --- /dev/null +++ b/common/gnome-shell/3.14/common-assets/dash/button-running-active-top.svg @@ -0,0 +1,132 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/common/gnome-shell/3.14/common-assets/dash/button-running-active.svg b/common/gnome-shell/3.14/common-assets/dash/button-running-active.svg new file mode 100644 index 0000000..d95bae9 --- /dev/null +++ b/common/gnome-shell/3.14/common-assets/dash/button-running-active.svg @@ -0,0 +1,132 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/common/gnome-shell/3.14/common-assets/dash/button-running-bottom.svg b/common/gnome-shell/3.14/common-assets/dash/button-running-bottom.svg new file mode 100644 index 0000000..cedd579 --- /dev/null +++ b/common/gnome-shell/3.14/common-assets/dash/button-running-bottom.svg @@ -0,0 +1,132 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/common/gnome-shell/3.14/common-assets/dash/button-running-hover-bottom.svg b/common/gnome-shell/3.14/common-assets/dash/button-running-hover-bottom.svg new file mode 100644 index 0000000..ee7646f --- /dev/null +++ b/common/gnome-shell/3.14/common-assets/dash/button-running-hover-bottom.svg @@ -0,0 +1,132 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/common/gnome-shell/3.14/common-assets/dash/button-running-hover-right.svg b/common/gnome-shell/3.14/common-assets/dash/button-running-hover-right.svg new file mode 100644 index 0000000..c58c8d3 --- /dev/null +++ b/common/gnome-shell/3.14/common-assets/dash/button-running-hover-right.svg @@ -0,0 +1,132 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/common/gnome-shell/3.14/common-assets/dash/button-running-hover-top.svg b/common/gnome-shell/3.14/common-assets/dash/button-running-hover-top.svg new file mode 100644 index 0000000..d3bf1c7 --- /dev/null +++ b/common/gnome-shell/3.14/common-assets/dash/button-running-hover-top.svg @@ -0,0 +1,132 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/common/gnome-shell/3.14/common-assets/dash/button-running-hover.svg b/common/gnome-shell/3.14/common-assets/dash/button-running-hover.svg new file mode 100644 index 0000000..325d85a --- /dev/null +++ b/common/gnome-shell/3.14/common-assets/dash/button-running-hover.svg @@ -0,0 +1,132 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/common/gnome-shell/3.14/common-assets/dash/button-running-right.svg b/common/gnome-shell/3.14/common-assets/dash/button-running-right.svg new file mode 100644 index 0000000..f8f426a --- /dev/null +++ b/common/gnome-shell/3.14/common-assets/dash/button-running-right.svg @@ -0,0 +1,132 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/common/gnome-shell/3.14/common-assets/dash/button-running-top.svg b/common/gnome-shell/3.14/common-assets/dash/button-running-top.svg new file mode 100644 index 0000000..f66d44f --- /dev/null +++ b/common/gnome-shell/3.14/common-assets/dash/button-running-top.svg @@ -0,0 +1,132 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/common/gnome-shell/3.14/common-assets/dash/button-running.svg b/common/gnome-shell/3.14/common-assets/dash/button-running.svg new file mode 100644 index 0000000..d3a1001 --- /dev/null +++ b/common/gnome-shell/3.14/common-assets/dash/button-running.svg @@ -0,0 +1,132 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/common/gnome-shell/3.14/common-assets/dash/dash-bottom.svg b/common/gnome-shell/3.14/common-assets/dash/dash-bottom.svg new file mode 100644 index 0000000..b9e8761 --- /dev/null +++ b/common/gnome-shell/3.14/common-assets/dash/dash-bottom.svg @@ -0,0 +1,76 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/common/gnome-shell/3.14/common-assets/dash/dash-extended-bottom.svg b/common/gnome-shell/3.14/common-assets/dash/dash-extended-bottom.svg new file mode 100644 index 0000000..2d7ca3b --- /dev/null +++ b/common/gnome-shell/3.14/common-assets/dash/dash-extended-bottom.svg @@ -0,0 +1,77 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/common/gnome-shell/3.14/common-assets/dash/dash-extended-left.svg b/common/gnome-shell/3.14/common-assets/dash/dash-extended-left.svg new file mode 100644 index 0000000..e80ed3f --- /dev/null +++ b/common/gnome-shell/3.14/common-assets/dash/dash-extended-left.svg @@ -0,0 +1,76 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/common/gnome-shell/3.14/common-assets/dash/dash-extended-right.svg b/common/gnome-shell/3.14/common-assets/dash/dash-extended-right.svg new file mode 100644 index 0000000..5c68f7f --- /dev/null +++ b/common/gnome-shell/3.14/common-assets/dash/dash-extended-right.svg @@ -0,0 +1,77 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/common/gnome-shell/3.14/common-assets/dash/dash-extended-top.svg b/common/gnome-shell/3.14/common-assets/dash/dash-extended-top.svg new file mode 100644 index 0000000..b56904e --- /dev/null +++ b/common/gnome-shell/3.14/common-assets/dash/dash-extended-top.svg @@ -0,0 +1,77 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/common/gnome-shell/3.14/common-assets/dash/dash-left.svg b/common/gnome-shell/3.14/common-assets/dash/dash-left.svg new file mode 100644 index 0000000..12d3b6b --- /dev/null +++ b/common/gnome-shell/3.14/common-assets/dash/dash-left.svg @@ -0,0 +1,72 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/common/gnome-shell/3.14/common-assets/dash/dash-placeholder.svg b/common/gnome-shell/3.14/common-assets/dash/dash-placeholder.svg new file mode 100644 index 0000000..cbae148 --- /dev/null +++ b/common/gnome-shell/3.14/common-assets/dash/dash-placeholder.svg @@ -0,0 +1,84 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/common/gnome-shell/3.14/common-assets/dash/dash-right.svg b/common/gnome-shell/3.14/common-assets/dash/dash-right.svg new file mode 100644 index 0000000..e7f7551 --- /dev/null +++ b/common/gnome-shell/3.14/common-assets/dash/dash-right.svg @@ -0,0 +1,72 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/common/gnome-shell/3.14/common-assets/dash/dash-top.svg b/common/gnome-shell/3.14/common-assets/dash/dash-top.svg new file mode 100644 index 0000000..1d05a3c --- /dev/null +++ b/common/gnome-shell/3.14/common-assets/dash/dash-top.svg @@ -0,0 +1,76 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/common/gnome-shell/3.14/common-assets/dash/running1.svg b/common/gnome-shell/3.14/common-assets/dash/running1.svg new file mode 100644 index 0000000..322dc8d --- /dev/null +++ b/common/gnome-shell/3.14/common-assets/dash/running1.svg @@ -0,0 +1,142 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + diff --git a/common/gnome-shell/3.14/common-assets/dash/running2.svg b/common/gnome-shell/3.14/common-assets/dash/running2.svg new file mode 100644 index 0000000..731f8e0 --- /dev/null +++ b/common/gnome-shell/3.14/common-assets/dash/running2.svg @@ -0,0 +1,149 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/common/gnome-shell/3.14/common-assets/dash/running3.svg b/common/gnome-shell/3.14/common-assets/dash/running3.svg new file mode 100644 index 0000000..ca85562 --- /dev/null +++ b/common/gnome-shell/3.14/common-assets/dash/running3.svg @@ -0,0 +1,156 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/common/gnome-shell/3.14/common-assets/dash/running4.svg b/common/gnome-shell/3.14/common-assets/dash/running4.svg new file mode 100644 index 0000000..7393122 --- /dev/null +++ b/common/gnome-shell/3.14/common-assets/dash/running4.svg @@ -0,0 +1,163 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/common/gnome-shell/3.14/common-assets/menu/menu-separator.svg b/common/gnome-shell/3.14/common-assets/menu/menu-separator.svg new file mode 100644 index 0000000..4962ebc --- /dev/null +++ b/common/gnome-shell/3.14/common-assets/menu/menu-separator.svg @@ -0,0 +1,60 @@ + + + + + + + + + + image/svg+xml + + + + + + + diff --git a/common/gnome-shell/3.14/common-assets/misc/bg.svg b/common/gnome-shell/3.14/common-assets/misc/bg.svg new file mode 100644 index 0000000..cf27958 --- /dev/null +++ b/common/gnome-shell/3.14/common-assets/misc/bg.svg @@ -0,0 +1,127 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/common/gnome-shell/3.14/common-assets/misc/button-box.svg b/common/gnome-shell/3.14/common-assets/misc/button-box.svg new file mode 100644 index 0000000..7435084 --- /dev/null +++ b/common/gnome-shell/3.14/common-assets/misc/button-box.svg @@ -0,0 +1,99 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/common/gnome-shell/3.14/common-assets/misc/close-active.svg b/common/gnome-shell/3.14/common-assets/misc/close-active.svg new file mode 100644 index 0000000..95822bf --- /dev/null +++ b/common/gnome-shell/3.14/common-assets/misc/close-active.svg @@ -0,0 +1,100 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/common/gnome-shell/3.14/common-assets/misc/close-hover.svg b/common/gnome-shell/3.14/common-assets/misc/close-hover.svg new file mode 100644 index 0000000..7b52140 --- /dev/null +++ b/common/gnome-shell/3.14/common-assets/misc/close-hover.svg @@ -0,0 +1,100 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/common/gnome-shell/3.14/common-assets/misc/close.svg b/common/gnome-shell/3.14/common-assets/misc/close.svg new file mode 100644 index 0000000..e221a33 --- /dev/null +++ b/common/gnome-shell/3.14/common-assets/misc/close.svg @@ -0,0 +1,100 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/common/gnome-shell/3.14/common-assets/misc/corner-ripple-ltr.svg b/common/gnome-shell/3.14/common-assets/misc/corner-ripple-ltr.svg new file mode 100644 index 0000000..357a544 --- /dev/null +++ b/common/gnome-shell/3.14/common-assets/misc/corner-ripple-ltr.svg @@ -0,0 +1,125 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/common/gnome-shell/3.14/common-assets/misc/corner-ripple-rtl.svg b/common/gnome-shell/3.14/common-assets/misc/corner-ripple-rtl.svg new file mode 100644 index 0000000..57176d2 --- /dev/null +++ b/common/gnome-shell/3.14/common-assets/misc/corner-ripple-rtl.svg @@ -0,0 +1,75 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/common/gnome-shell/3.14/common-assets/misc/more-results.svg b/common/gnome-shell/3.14/common-assets/misc/more-results.svg new file mode 100644 index 0000000..a6f8d1e --- /dev/null +++ b/common/gnome-shell/3.14/common-assets/misc/more-results.svg @@ -0,0 +1,130 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/common/gnome-shell/3.14/common-assets/misc/notification.svg b/common/gnome-shell/3.14/common-assets/misc/notification.svg new file mode 100644 index 0000000..21a613a --- /dev/null +++ b/common/gnome-shell/3.14/common-assets/misc/notification.svg @@ -0,0 +1,151 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff --git a/common/gnome-shell/3.14/common-assets/misc/null.svg b/common/gnome-shell/3.14/common-assets/misc/null.svg new file mode 100644 index 0000000..e5dbc03 --- /dev/null +++ b/common/gnome-shell/3.14/common-assets/misc/null.svg @@ -0,0 +1,92 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + diff --git a/common/gnome-shell/3.14/common-assets/misc/osd.svg b/common/gnome-shell/3.14/common-assets/misc/osd.svg new file mode 100644 index 0000000..e7a4202 --- /dev/null +++ b/common/gnome-shell/3.14/common-assets/misc/osd.svg @@ -0,0 +1,127 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/common/gnome-shell/3.14/common-assets/misc/page-indicator-active.svg b/common/gnome-shell/3.14/common-assets/misc/page-indicator-active.svg new file mode 100644 index 0000000..89446ce --- /dev/null +++ b/common/gnome-shell/3.14/common-assets/misc/page-indicator-active.svg @@ -0,0 +1,67 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/common/gnome-shell/3.14/common-assets/misc/page-indicator-checked.svg b/common/gnome-shell/3.14/common-assets/misc/page-indicator-checked.svg new file mode 100644 index 0000000..249100d --- /dev/null +++ b/common/gnome-shell/3.14/common-assets/misc/page-indicator-checked.svg @@ -0,0 +1,67 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/common/gnome-shell/3.14/common-assets/misc/page-indicator-hover.svg b/common/gnome-shell/3.14/common-assets/misc/page-indicator-hover.svg new file mode 100644 index 0000000..b560780 --- /dev/null +++ b/common/gnome-shell/3.14/common-assets/misc/page-indicator-hover.svg @@ -0,0 +1,67 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/common/gnome-shell/3.14/common-assets/misc/page-indicator-inactive.svg b/common/gnome-shell/3.14/common-assets/misc/page-indicator-inactive.svg new file mode 100644 index 0000000..712573b --- /dev/null +++ b/common/gnome-shell/3.14/common-assets/misc/page-indicator-inactive.svg @@ -0,0 +1,67 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/common/gnome-shell/3.14/common-assets/misc/process-working.svg b/common/gnome-shell/3.14/common-assets/misc/process-working.svg new file mode 100644 index 0000000..33ebb09 --- /dev/null +++ b/common/gnome-shell/3.14/common-assets/misc/process-working.svg @@ -0,0 +1,287 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/common/gnome-shell/3.14/common-assets/misc/summary-counter.svg b/common/gnome-shell/3.14/common-assets/misc/summary-counter.svg new file mode 100644 index 0000000..8ffacc2 --- /dev/null +++ b/common/gnome-shell/3.14/common-assets/misc/summary-counter.svg @@ -0,0 +1,115 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/common/gnome-shell/3.14/common-assets/misc/ws-switch-arrow-down.png b/common/gnome-shell/3.14/common-assets/misc/ws-switch-arrow-down.png new file mode 100644 index 0000000..a674ad5 Binary files /dev/null and b/common/gnome-shell/3.14/common-assets/misc/ws-switch-arrow-down.png differ diff --git a/common/gnome-shell/3.14/common-assets/misc/ws-switch-arrow-up.png b/common/gnome-shell/3.14/common-assets/misc/ws-switch-arrow-up.png new file mode 100644 index 0000000..1b6f611 Binary files /dev/null and b/common/gnome-shell/3.14/common-assets/misc/ws-switch-arrow-up.png differ diff --git a/common/gnome-shell/3.14/common-assets/panel/activities-active.svg b/common/gnome-shell/3.14/common-assets/panel/activities-active.svg new file mode 100644 index 0000000..6986f5c --- /dev/null +++ b/common/gnome-shell/3.14/common-assets/panel/activities-active.svg @@ -0,0 +1,158 @@ + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/common/gnome-shell/3.14/common-assets/panel/activities.svg b/common/gnome-shell/3.14/common-assets/panel/activities.svg new file mode 100644 index 0000000..b4a4b0d --- /dev/null +++ b/common/gnome-shell/3.14/common-assets/panel/activities.svg @@ -0,0 +1,158 @@ + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/common/gnome-shell/3.14/common-assets/panel/panel-overview.svg b/common/gnome-shell/3.14/common-assets/panel/panel-overview.svg new file mode 100644 index 0000000..7e48535 --- /dev/null +++ b/common/gnome-shell/3.14/common-assets/panel/panel-overview.svg @@ -0,0 +1,75 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/common/gnome-shell/3.14/common-assets/panel/panel.svg b/common/gnome-shell/3.14/common-assets/panel/panel.svg new file mode 100644 index 0000000..106ffac --- /dev/null +++ b/common/gnome-shell/3.14/common-assets/panel/panel.svg @@ -0,0 +1,75 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + -- cgit v1.2.3