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 +++++++++++++++++++++ 33 files changed, 3933 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 (limited to 'common/gnome-shell/3.14/common-assets/dash') 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 + + + + + + + + + + + -- cgit v1.2.3