From 7de31bb9567cc0acad258896514c4904f125f38a Mon Sep 17 00:00:00 2001 From: Patrick Crandol Date: Wed, 24 Oct 2018 03:42:58 -0400 Subject: Add Swage Theme (#2069) * Add Swage Theme Add a new Theme to FreshRSS * Update Credits Add additional line to Credits * CSS Fixes Fix glitches in CSS. * Add Missing Icon Add Icon was missing from theme. --- p/themes/Swage/icons/add.svg | 7 +++++++ p/themes/Swage/icons/all.svg | 7 +++++++ p/themes/Swage/icons/bookmark-add.svg | 6 ++++++ p/themes/Swage/icons/bookmark.svg | 6 ++++++ p/themes/Swage/icons/category.svg | 12 ++++++++++++ p/themes/Swage/icons/configure.svg | 12 ++++++++++++ p/themes/Swage/icons/down.svg | 6 ++++++ p/themes/Swage/icons/error.svg | 5 +++++ p/themes/Swage/icons/icon.svg | 14 ++++++++++++++ p/themes/Swage/icons/import.svg | 6 ++++++ p/themes/Swage/icons/next.svg | 5 +++++ p/themes/Swage/icons/non-starred.svg | 6 ++++++ p/themes/Swage/icons/prev.svg | 6 ++++++ p/themes/Swage/icons/read.svg | 5 +++++ p/themes/Swage/icons/refresh.svg | 6 ++++++ p/themes/Swage/icons/rss.svg | 7 +++++++ p/themes/Swage/icons/starred.svg | 6 ++++++ p/themes/Swage/icons/unread.svg | 6 ++++++ p/themes/Swage/icons/up.svg | 6 ++++++ p/themes/Swage/icons/view-global.svg | 6 ++++++ p/themes/Swage/icons/view-normal.svg | 8 ++++++++ p/themes/Swage/icons/view-reader.svg | 6 ++++++ 22 files changed, 154 insertions(+) create mode 100644 p/themes/Swage/icons/add.svg create mode 100644 p/themes/Swage/icons/all.svg create mode 100644 p/themes/Swage/icons/bookmark-add.svg create mode 100644 p/themes/Swage/icons/bookmark.svg create mode 100644 p/themes/Swage/icons/category.svg create mode 100644 p/themes/Swage/icons/configure.svg create mode 100644 p/themes/Swage/icons/down.svg create mode 100644 p/themes/Swage/icons/error.svg create mode 100644 p/themes/Swage/icons/icon.svg create mode 100644 p/themes/Swage/icons/import.svg create mode 100644 p/themes/Swage/icons/next.svg create mode 100644 p/themes/Swage/icons/non-starred.svg create mode 100644 p/themes/Swage/icons/prev.svg create mode 100644 p/themes/Swage/icons/read.svg create mode 100644 p/themes/Swage/icons/refresh.svg create mode 100644 p/themes/Swage/icons/rss.svg create mode 100644 p/themes/Swage/icons/starred.svg create mode 100644 p/themes/Swage/icons/unread.svg create mode 100644 p/themes/Swage/icons/up.svg create mode 100644 p/themes/Swage/icons/view-global.svg create mode 100644 p/themes/Swage/icons/view-normal.svg create mode 100644 p/themes/Swage/icons/view-reader.svg (limited to 'p/themes/Swage/icons') diff --git a/p/themes/Swage/icons/add.svg b/p/themes/Swage/icons/add.svg new file mode 100644 index 000000000..49ca39bb4 --- /dev/null +++ b/p/themes/Swage/icons/add.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/p/themes/Swage/icons/all.svg b/p/themes/Swage/icons/all.svg new file mode 100644 index 000000000..df7d903b1 --- /dev/null +++ b/p/themes/Swage/icons/all.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/p/themes/Swage/icons/bookmark-add.svg b/p/themes/Swage/icons/bookmark-add.svg new file mode 100644 index 000000000..ee23bff9b --- /dev/null +++ b/p/themes/Swage/icons/bookmark-add.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/p/themes/Swage/icons/bookmark.svg b/p/themes/Swage/icons/bookmark.svg new file mode 100644 index 000000000..09bf263fd --- /dev/null +++ b/p/themes/Swage/icons/bookmark.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/p/themes/Swage/icons/category.svg b/p/themes/Swage/icons/category.svg new file mode 100644 index 000000000..f0b57d5a1 --- /dev/null +++ b/p/themes/Swage/icons/category.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + diff --git a/p/themes/Swage/icons/configure.svg b/p/themes/Swage/icons/configure.svg new file mode 100644 index 000000000..a1a87180e --- /dev/null +++ b/p/themes/Swage/icons/configure.svg @@ -0,0 +1,12 @@ + + + + + + + diff --git a/p/themes/Swage/icons/down.svg b/p/themes/Swage/icons/down.svg new file mode 100644 index 000000000..6450ee37e --- /dev/null +++ b/p/themes/Swage/icons/down.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/p/themes/Swage/icons/error.svg b/p/themes/Swage/icons/error.svg new file mode 100644 index 000000000..840c8c57b --- /dev/null +++ b/p/themes/Swage/icons/error.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/p/themes/Swage/icons/icon.svg b/p/themes/Swage/icons/icon.svg new file mode 100644 index 000000000..c6bbd08bd --- /dev/null +++ b/p/themes/Swage/icons/icon.svg @@ -0,0 +1,14 @@ + + + +Logo FreshRSS + + + + + + diff --git a/p/themes/Swage/icons/import.svg b/p/themes/Swage/icons/import.svg new file mode 100644 index 000000000..1f26448ff --- /dev/null +++ b/p/themes/Swage/icons/import.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/p/themes/Swage/icons/next.svg b/p/themes/Swage/icons/next.svg new file mode 100644 index 000000000..056e70f3c --- /dev/null +++ b/p/themes/Swage/icons/next.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/p/themes/Swage/icons/non-starred.svg b/p/themes/Swage/icons/non-starred.svg new file mode 100644 index 000000000..714697060 --- /dev/null +++ b/p/themes/Swage/icons/non-starred.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/p/themes/Swage/icons/prev.svg b/p/themes/Swage/icons/prev.svg new file mode 100644 index 000000000..2f6ed886c --- /dev/null +++ b/p/themes/Swage/icons/prev.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/p/themes/Swage/icons/read.svg b/p/themes/Swage/icons/read.svg new file mode 100644 index 000000000..86f3e60f3 --- /dev/null +++ b/p/themes/Swage/icons/read.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/p/themes/Swage/icons/refresh.svg b/p/themes/Swage/icons/refresh.svg new file mode 100644 index 000000000..858a1f50f --- /dev/null +++ b/p/themes/Swage/icons/refresh.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/p/themes/Swage/icons/rss.svg b/p/themes/Swage/icons/rss.svg new file mode 100644 index 000000000..0be960048 --- /dev/null +++ b/p/themes/Swage/icons/rss.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/p/themes/Swage/icons/starred.svg b/p/themes/Swage/icons/starred.svg new file mode 100644 index 000000000..09bf263fd --- /dev/null +++ b/p/themes/Swage/icons/starred.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/p/themes/Swage/icons/unread.svg b/p/themes/Swage/icons/unread.svg new file mode 100644 index 000000000..28c654176 --- /dev/null +++ b/p/themes/Swage/icons/unread.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/p/themes/Swage/icons/up.svg b/p/themes/Swage/icons/up.svg new file mode 100644 index 000000000..2b89c550c --- /dev/null +++ b/p/themes/Swage/icons/up.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/p/themes/Swage/icons/view-global.svg b/p/themes/Swage/icons/view-global.svg new file mode 100644 index 000000000..c289498e6 --- /dev/null +++ b/p/themes/Swage/icons/view-global.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/p/themes/Swage/icons/view-normal.svg b/p/themes/Swage/icons/view-normal.svg new file mode 100644 index 000000000..9135c070f --- /dev/null +++ b/p/themes/Swage/icons/view-normal.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/p/themes/Swage/icons/view-reader.svg b/p/themes/Swage/icons/view-reader.svg new file mode 100644 index 000000000..f8f9e7af5 --- /dev/null +++ b/p/themes/Swage/icons/view-reader.svg @@ -0,0 +1,6 @@ + + + + + + -- cgit v1.2.3