From 1c2143c0794b6d14484a71e1025234356087117c Mon Sep 17 00:00:00 2001 From: Marien Fressinaud Date: Sat, 9 Nov 2013 01:02:37 +0100 Subject: Factorisation des icones et des fonts MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Déplacement des icones de themes/default/icons/ dans themes/icons Déplacement des fonts de themes/default/fonts dans themes/fonts Utilisation quand c'est possible dans themes/flat-ui des icones et fonts en commun avec le theme par défaut --- public/themes/default/fonts/openSans.woff | Bin 21956 -> 0 bytes public/themes/default/freshrss.css | 29 +++--- public/themes/default/global.css | 98 ++++++++++---------- public/themes/default/icons/add.png | Bin 246 -> 0 bytes public/themes/default/icons/add.svg | 30 ------- public/themes/default/icons/all.png | Bin 223 -> 0 bytes public/themes/default/icons/all.svg | 32 ------- public/themes/default/icons/category.png | Bin 294 -> 0 bytes public/themes/default/icons/category.svg | 31 ------- public/themes/default/icons/close.png | Bin 405 -> 0 bytes public/themes/default/icons/close.svg | 28 ------ public/themes/default/icons/configure.png | Bin 526 -> 0 bytes public/themes/default/icons/configure.svg | 31 ------- public/themes/default/icons/down.png | Bin 460 -> 0 bytes public/themes/default/icons/down.svg | 31 ------- public/themes/default/icons/help.png | Bin 687 -> 0 bytes public/themes/default/icons/help.svg | 32 ------- public/themes/default/icons/link.png | Bin 719 -> 0 bytes public/themes/default/icons/link.svg | 33 ------- public/themes/default/icons/login.png | Bin 333 -> 0 bytes public/themes/default/icons/login.svg | 33 ------- public/themes/default/icons/logout.png | Bin 339 -> 0 bytes public/themes/default/icons/logout.svg | 33 ------- public/themes/default/icons/next.png | Bin 373 -> 0 bytes public/themes/default/icons/next.svg | 31 ------- public/themes/default/icons/non-starred.png | Bin 600 -> 0 bytes public/themes/default/icons/non-starred.svg | 32 ------- public/themes/default/icons/note.png | Bin 427 -> 0 bytes public/themes/default/icons/note.svg | 30 ------- public/themes/default/icons/note_empty.png | Bin 517 -> 0 bytes public/themes/default/icons/note_empty.svg | 30 ------- public/themes/default/icons/previous.png | Bin 395 -> 0 bytes public/themes/default/icons/previous.svg | 31 ------- public/themes/default/icons/read.png | Bin 656 -> 0 bytes public/themes/default/icons/read.svg | 31 ------- public/themes/default/icons/refresh.png | Bin 577 -> 0 bytes public/themes/default/icons/refresh.svg | 31 ------- public/themes/default/icons/rss.png | Bin 483 -> 0 bytes public/themes/default/icons/rss.svg | 32 ------- public/themes/default/icons/search.png | Bin 571 -> 0 bytes public/themes/default/icons/search.svg | 32 ------- public/themes/default/icons/share.png | Bin 541 -> 0 bytes public/themes/default/icons/share.svg | 34 ------- public/themes/default/icons/starred.png | Bin 528 -> 0 bytes public/themes/default/icons/starred.svg | 32 ------- public/themes/default/icons/tag.png | Bin 196 -> 0 bytes public/themes/default/icons/tag.svg | 134 ---------------------------- public/themes/default/icons/unread.png | Bin 434 -> 0 bytes public/themes/default/icons/unread.svg | 30 ------- public/themes/default/icons/up.png | Bin 411 -> 0 bytes public/themes/default/icons/up.svg | 31 ------- 51 files changed, 66 insertions(+), 916 deletions(-) delete mode 100644 public/themes/default/fonts/openSans.woff delete mode 100644 public/themes/default/icons/add.png delete mode 100644 public/themes/default/icons/add.svg delete mode 100644 public/themes/default/icons/all.png delete mode 100644 public/themes/default/icons/all.svg delete mode 100644 public/themes/default/icons/category.png delete mode 100644 public/themes/default/icons/category.svg delete mode 100644 public/themes/default/icons/close.png delete mode 100644 public/themes/default/icons/close.svg delete mode 100644 public/themes/default/icons/configure.png delete mode 100644 public/themes/default/icons/configure.svg delete mode 100644 public/themes/default/icons/down.png delete mode 100644 public/themes/default/icons/down.svg delete mode 100644 public/themes/default/icons/help.png delete mode 100644 public/themes/default/icons/help.svg delete mode 100644 public/themes/default/icons/link.png delete mode 100644 public/themes/default/icons/link.svg delete mode 100644 public/themes/default/icons/login.png delete mode 100644 public/themes/default/icons/login.svg delete mode 100644 public/themes/default/icons/logout.png delete mode 100644 public/themes/default/icons/logout.svg delete mode 100644 public/themes/default/icons/next.png delete mode 100644 public/themes/default/icons/next.svg delete mode 100644 public/themes/default/icons/non-starred.png delete mode 100644 public/themes/default/icons/non-starred.svg delete mode 100644 public/themes/default/icons/note.png delete mode 100644 public/themes/default/icons/note.svg delete mode 100644 public/themes/default/icons/note_empty.png delete mode 100644 public/themes/default/icons/note_empty.svg delete mode 100644 public/themes/default/icons/previous.png delete mode 100644 public/themes/default/icons/previous.svg delete mode 100644 public/themes/default/icons/read.png delete mode 100644 public/themes/default/icons/read.svg delete mode 100644 public/themes/default/icons/refresh.png delete mode 100644 public/themes/default/icons/refresh.svg delete mode 100644 public/themes/default/icons/rss.png delete mode 100644 public/themes/default/icons/rss.svg delete mode 100644 public/themes/default/icons/search.png delete mode 100644 public/themes/default/icons/search.svg delete mode 100644 public/themes/default/icons/share.png delete mode 100644 public/themes/default/icons/share.svg delete mode 100644 public/themes/default/icons/starred.png delete mode 100644 public/themes/default/icons/starred.svg delete mode 100644 public/themes/default/icons/tag.png delete mode 100644 public/themes/default/icons/tag.svg delete mode 100644 public/themes/default/icons/unread.png delete mode 100644 public/themes/default/icons/unread.svg delete mode 100644 public/themes/default/icons/up.png delete mode 100644 public/themes/default/icons/up.svg (limited to 'public/themes/default') diff --git a/public/themes/default/fonts/openSans.woff b/public/themes/default/fonts/openSans.woff deleted file mode 100644 index 55b25f867..000000000 Binary files a/public/themes/default/fonts/openSans.woff and /dev/null differ diff --git a/public/themes/default/freshrss.css b/public/themes/default/freshrss.css index 1e48f9f3d..a3fbb4569 100644 --- a/public/themes/default/freshrss.css +++ b/public/themes/default/freshrss.css @@ -70,6 +70,11 @@ right: 33px; } + .aside.aside_flux .i_category { + background-image: url("../icons/category-white.png"); + background-image: url("../icons/category-white.svg"); + } + .nav-login { display: none; } @@ -179,8 +184,8 @@ .categories .feeds .item .dropdown-target:target ~ .dropdown-toggle i, .categories .feeds .item:hover .dropdown-toggle i, .categories .feeds .item.active .dropdown-toggle i { - background-image: url("icons/configure.png"); - background-image: url("icons/configure.svg"); + background-image: url("../icons/configure.png"); + background-image: url("../icons/configure.svg"); background-color: #fff; border-radius: 3px; } @@ -258,31 +263,31 @@ display: inline-block; width: 40px; height: 40px; - background: url("icons/read.png") center center no-repeat; - background: url("icons/read.svg") center center no-repeat; + background: url("../icons/read.png") center center no-repeat; + background: url("../icons/read.svg") center center no-repeat; vertical-align: middle; } .read:hover { text-decoration: none; } .flux.not_read .read { - background: url("icons/unread.png") center center no-repeat; - background: url("icons/unread.svg") center center no-repeat; + background: url("../icons/unread.png") center center no-repeat; + background: url("../icons/unread.svg") center center no-repeat; } .bookmark { display: inline-block; width: 40px; height: 40px; - background: url("icons/non-starred.png") center center no-repeat; - background: url("icons/non-starred.svg") center center no-repeat; + background: url("../icons/non-starred.png") center center no-repeat; + background: url("../icons/non-starred.svg") center center no-repeat; vertical-align: middle; } .bookmark:hover { text-decoration: none; } .flux.favorite .bookmark { - background: url("icons/starred.png") center center no-repeat; - background: url("icons/starred.svg") center center no-repeat; + background: url("../icons/starred.png") center center no-repeat; + background: url("../icons/starred.svg") center center no-repeat; } .flux_header .item.website { width: 200px; @@ -333,8 +338,8 @@ display: inline-block; width: 40px; height: 40px; - background: url("icons/link.png") center center no-repeat; - background: url("icons/link.svg") center center no-repeat; + background: url("../icons/link.png") center center no-repeat; + background: url("../icons/link.svg") center center no-repeat; vertical-align: middle; } .item.link a:hover { diff --git a/public/themes/default/global.css b/public/themes/default/global.css index 5ec40eb7a..94c11b957 100644 --- a/public/themes/default/global.css +++ b/public/themes/default/global.css @@ -1,7 +1,7 @@ /* FONTS */ @font-face { font-family: "OpenSans"; - src: url("fonts/openSans.woff") format("woff"); + src: url("../fonts/openSans.woff") format("woff"); } @@ -487,98 +487,98 @@ input, select, textarea { background: center center no-repeat; } .i_refresh { - background-image: url("icons/refresh.png"); - background-image: url("icons/refresh.svg"); + background-image: url("../icons/refresh.png"); + background-image: url("../icons/refresh.svg"); } .i_bookmark { - background-image: url("icons/starred.png"); - background-image: url("icons/starred.svg"); + background-image: url("../icons/starred.png"); + background-image: url("../icons/starred.svg"); } .i_not_bookmark { - background-image: url("icons/unstarred.png"); - background-image: url("icons/unstarred.svg"); + background-image: url("../icons/unstarred.png"); + background-image: url("../icons/unstarred.svg"); } .i_read { - background-image: url("icons/read.png"); - background-image: url("icons/read.svg"); + background-image: url("../icons/read.png"); + background-image: url("../icons/read.svg"); } .i_unread { - background-image: url("icons/unread.png"); - background-image: url("icons/unread.svg"); + background-image: url("../icons/unread.png"); + background-image: url("../icons/unread.svg"); } .i_all { - background-image: url("icons/all.png"); - background-image: url("icons/all.svg"); + background-image: url("../icons/all.png"); + background-image: url("../icons/all.svg"); } .i_close { - background-image: url("icons/close.png"); - background-image: url("icons/close.svg"); + background-image: url("../icons/close.png"); + background-image: url("../icons/close.svg"); } .i_search { - background-image: url("icons/search.png"); - background-image: url("icons/search.svg"); + background-image: url("../icons/search.png"); + background-image: url("../icons/search.svg"); } .i_configure { - background-image: url("icons/configure.png"); - background-image: url("icons/configure.svg"); + background-image: url("../icons/configure.png"); + background-image: url("../icons/configure.svg"); } .i_login { - background-image: url("icons/login.png"); - background-image: url("icons/login.svg"); + background-image: url("../icons/login.png"); + background-image: url("../icons/login.svg"); } .i_logout { - background-image: url("icons/logout.png"); - background-image: url("icons/logout.svg"); + background-image: url("../icons/logout.png"); + background-image: url("../icons/logout.svg"); } .i_add { - background-image: url("icons/add.png"); - background-image: url("icons/add.svg"); + background-image: url("../icons/add.png"); + background-image: url("../icons/add.svg"); } .i_link { - background-image: url("icons/link.png"); - background-image: url("icons/link.svg"); + background-image: url("../icons/link.png"); + background-image: url("../icons/link.svg"); } .i_down { - background-image: url("icons/down.png"); - background-image: url("icons/down.svg"); + background-image: url("../icons/down.png"); + background-image: url("../icons/down.svg"); } .i_up { - background-image: url("icons/up.png"); - background-image: url("icons/up.svg"); + background-image: url("../icons/up.png"); + background-image: url("../icons/up.svg"); } .i_next { - background-image: url("icons/next.png"); - background-image: url("icons/next.svg"); + background-image: url("../icons/next.png"); + background-image: url("../icons/next.svg"); } .i_prev { - background-image: url("icons/previous.png"); - background-image: url("icons/previous.svg"); + background-image: url("../icons/previous.png"); + background-image: url("../icons/previous.svg"); } .i_help { - background-image: url("icons/help.png"); - background-image: url("icons/help.svg"); + background-image: url("../icons/help.png"); + background-image: url("../icons/help.svg"); } .i_note { - background-image: url("icons/note.png"); - background-image: url("icons/note.svg"); + background-image: url("../icons/note.png"); + background-image: url("../icons/note.svg"); } .i_note_empty { - background-image: url("icons/note_empty.png"); - background-image: url("icons/note_empty.svg"); + background-image: url("../icons/note_empty.png"); + background-image: url("../icons/note_empty.svg"); } .i_category { - background-image: url("icons/category.png"); - background-image: url("icons/category.svg"); + background-image: url("../icons/category.png"); + background-image: url("../icons/category.svg"); } .i_rss { - background-image: url("icons/rss.png"); - background-image: url("icons/rss.svg"); + background-image: url("../icons/rss.png"); + background-image: url("../icons/rss.svg"); } .i_share { - background-image: url("icons/share.png"); - background-image: url("icons/share.svg"); + background-image: url("../icons/share.png"); + background-image: url("../icons/share.svg"); } .i_tag { - background-image: url("icons/tag.png"); - background-image: url("icons/tag.svg"); + background-image: url("../icons/tag.png"); + background-image: url("../icons/tag.svg"); } diff --git a/public/themes/default/icons/add.png b/public/themes/default/icons/add.png deleted file mode 100644 index 90cdf4830..000000000 Binary files a/public/themes/default/icons/add.png and /dev/null differ diff --git a/public/themes/default/icons/add.svg b/public/themes/default/icons/add.svg deleted file mode 100644 index 425c9b4aa..000000000 --- a/public/themes/default/icons/add.svg +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - - - - Gnome Symbolic Icon Theme - - - - - - - - - - - - - diff --git a/public/themes/default/icons/all.png b/public/themes/default/icons/all.png deleted file mode 100644 index b0dbe5483..000000000 Binary files a/public/themes/default/icons/all.png and /dev/null differ diff --git a/public/themes/default/icons/all.svg b/public/themes/default/icons/all.svg deleted file mode 100644 index 2180f7a4b..000000000 --- a/public/themes/default/icons/all.svg +++ /dev/null @@ -1,32 +0,0 @@ - - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - - - - Gnome Symbolic Icon Theme - - - - - - - - - - - - - - - diff --git a/public/themes/default/icons/category.png b/public/themes/default/icons/category.png deleted file mode 100644 index e3a9bf34b..000000000 Binary files a/public/themes/default/icons/category.png and /dev/null differ diff --git a/public/themes/default/icons/category.svg b/public/themes/default/icons/category.svg deleted file mode 100644 index 71f95490e..000000000 --- a/public/themes/default/icons/category.svg +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - - - - Gnome Symbolic Icon Theme - - - - - - - - - - - - - - diff --git a/public/themes/default/icons/close.png b/public/themes/default/icons/close.png deleted file mode 100644 index 452f1d1cf..000000000 Binary files a/public/themes/default/icons/close.png and /dev/null differ diff --git a/public/themes/default/icons/close.svg b/public/themes/default/icons/close.svg deleted file mode 100644 index c0c786fd6..000000000 --- a/public/themes/default/icons/close.svg +++ /dev/null @@ -1,28 +0,0 @@ - - - - - Gnome Symbolic Icon Theme - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - - - - - - - - - - - - - - diff --git a/public/themes/default/icons/configure.png b/public/themes/default/icons/configure.png deleted file mode 100644 index 8c6fb531c..000000000 Binary files a/public/themes/default/icons/configure.png and /dev/null differ diff --git a/public/themes/default/icons/configure.svg b/public/themes/default/icons/configure.svg deleted file mode 100644 index 52df8bca7..000000000 --- a/public/themes/default/icons/configure.svg +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - - - - Gnome Symbolic Icon Theme - - - - - - - - - - - - - - diff --git a/public/themes/default/icons/down.png b/public/themes/default/icons/down.png deleted file mode 100644 index 5a647245f..000000000 Binary files a/public/themes/default/icons/down.png and /dev/null differ diff --git a/public/themes/default/icons/down.svg b/public/themes/default/icons/down.svg deleted file mode 100644 index 06d031fae..000000000 --- a/public/themes/default/icons/down.svg +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - - - - Gnome Symbolic Icon Theme - - - - - - - - - - - - - - diff --git a/public/themes/default/icons/help.png b/public/themes/default/icons/help.png deleted file mode 100644 index aa63c5411..000000000 Binary files a/public/themes/default/icons/help.png and /dev/null differ diff --git a/public/themes/default/icons/help.svg b/public/themes/default/icons/help.svg deleted file mode 100644 index b103ec46d..000000000 --- a/public/themes/default/icons/help.svg +++ /dev/null @@ -1,32 +0,0 @@ - - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - - - - Gnome Symbolic Icon Theme - - - - - - - - - - - - - - - diff --git a/public/themes/default/icons/link.png b/public/themes/default/icons/link.png deleted file mode 100644 index de2b187d7..000000000 Binary files a/public/themes/default/icons/link.png and /dev/null differ diff --git a/public/themes/default/icons/link.svg b/public/themes/default/icons/link.svg deleted file mode 100644 index ddc8e0706..000000000 --- a/public/themes/default/icons/link.svg +++ /dev/null @@ -1,33 +0,0 @@ - - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - - - - Gnome Symbolic Icon Theme - - - - - - - - - - - - - - - - diff --git a/public/themes/default/icons/login.png b/public/themes/default/icons/login.png deleted file mode 100644 index cebe0cf7d..000000000 Binary files a/public/themes/default/icons/login.png and /dev/null differ diff --git a/public/themes/default/icons/login.svg b/public/themes/default/icons/login.svg deleted file mode 100644 index 0a8af162f..000000000 --- a/public/themes/default/icons/login.svg +++ /dev/null @@ -1,33 +0,0 @@ - - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - - - - Gnome Symbolic Icon Theme - - - - - - - - - - - - - - - - diff --git a/public/themes/default/icons/logout.png b/public/themes/default/icons/logout.png deleted file mode 100644 index 49255fccd..000000000 Binary files a/public/themes/default/icons/logout.png and /dev/null differ diff --git a/public/themes/default/icons/logout.svg b/public/themes/default/icons/logout.svg deleted file mode 100644 index 284a67578..000000000 --- a/public/themes/default/icons/logout.svg +++ /dev/null @@ -1,33 +0,0 @@ - - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - - - - Gnome Symbolic Icon Theme - - - - - - - - - - - - - - - - diff --git a/public/themes/default/icons/next.png b/public/themes/default/icons/next.png deleted file mode 100644 index ab3490c3b..000000000 Binary files a/public/themes/default/icons/next.png and /dev/null differ diff --git a/public/themes/default/icons/next.svg b/public/themes/default/icons/next.svg deleted file mode 100644 index 72637b4e6..000000000 --- a/public/themes/default/icons/next.svg +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - - - - Gnome Symbolic Icon Theme - - - - - - - - - - - - - - diff --git a/public/themes/default/icons/non-starred.png b/public/themes/default/icons/non-starred.png deleted file mode 100644 index 4aafb6d8a..000000000 Binary files a/public/themes/default/icons/non-starred.png and /dev/null differ diff --git a/public/themes/default/icons/non-starred.svg b/public/themes/default/icons/non-starred.svg deleted file mode 100644 index 346717f78..000000000 --- a/public/themes/default/icons/non-starred.svg +++ /dev/null @@ -1,32 +0,0 @@ - - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - - - - Gnome Symbolic Icon Theme - - - - - - - - - - - - - - - diff --git a/public/themes/default/icons/note.png b/public/themes/default/icons/note.png deleted file mode 100644 index d819ebd02..000000000 Binary files a/public/themes/default/icons/note.png and /dev/null differ diff --git a/public/themes/default/icons/note.svg b/public/themes/default/icons/note.svg deleted file mode 100644 index 117b999f7..000000000 --- a/public/themes/default/icons/note.svg +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - - - - Gnome Symbolic Icon Theme - - - - - - - - - - - - - diff --git a/public/themes/default/icons/note_empty.png b/public/themes/default/icons/note_empty.png deleted file mode 100644 index c26ad2b16..000000000 Binary files a/public/themes/default/icons/note_empty.png and /dev/null differ diff --git a/public/themes/default/icons/note_empty.svg b/public/themes/default/icons/note_empty.svg deleted file mode 100644 index 93092f4a4..000000000 --- a/public/themes/default/icons/note_empty.svg +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - - - - Gnome Symbolic Icon Theme - - - - - - - - - - - - - diff --git a/public/themes/default/icons/previous.png b/public/themes/default/icons/previous.png deleted file mode 100644 index 10e40669e..000000000 Binary files a/public/themes/default/icons/previous.png and /dev/null differ diff --git a/public/themes/default/icons/previous.svg b/public/themes/default/icons/previous.svg deleted file mode 100644 index 67685c50c..000000000 --- a/public/themes/default/icons/previous.svg +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - - - - Gnome Symbolic Icon Theme - - - - - - - - - - - - - - diff --git a/public/themes/default/icons/read.png b/public/themes/default/icons/read.png deleted file mode 100644 index a402689c7..000000000 Binary files a/public/themes/default/icons/read.png and /dev/null differ diff --git a/public/themes/default/icons/read.svg b/public/themes/default/icons/read.svg deleted file mode 100644 index 932bfd860..000000000 --- a/public/themes/default/icons/read.svg +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - - - - Gnome Symbolic Icon Theme - - - - - - - - - - - - - - diff --git a/public/themes/default/icons/refresh.png b/public/themes/default/icons/refresh.png deleted file mode 100644 index dba399981..000000000 Binary files a/public/themes/default/icons/refresh.png and /dev/null differ diff --git a/public/themes/default/icons/refresh.svg b/public/themes/default/icons/refresh.svg deleted file mode 100644 index 11728fc5d..000000000 --- a/public/themes/default/icons/refresh.svg +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - - - - Gnome Symbolic Icon Theme - - - - - - - - - - - - - - diff --git a/public/themes/default/icons/rss.png b/public/themes/default/icons/rss.png deleted file mode 100644 index c20455af0..000000000 Binary files a/public/themes/default/icons/rss.png and /dev/null differ diff --git a/public/themes/default/icons/rss.svg b/public/themes/default/icons/rss.svg deleted file mode 100644 index ceaddceee..000000000 --- a/public/themes/default/icons/rss.svg +++ /dev/null @@ -1,32 +0,0 @@ - - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - - - - Gnome Symbolic Icon Theme - - - - - - - - - - - - - - - diff --git a/public/themes/default/icons/search.png b/public/themes/default/icons/search.png deleted file mode 100644 index 48e7373c4..000000000 Binary files a/public/themes/default/icons/search.png and /dev/null differ diff --git a/public/themes/default/icons/search.svg b/public/themes/default/icons/search.svg deleted file mode 100644 index acfb364cc..000000000 --- a/public/themes/default/icons/search.svg +++ /dev/null @@ -1,32 +0,0 @@ - - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - - - - Gnome Symbolic Icon Theme - - - - - - - - - - - - - - - diff --git a/public/themes/default/icons/share.png b/public/themes/default/icons/share.png deleted file mode 100644 index 74c4c5dda..000000000 Binary files a/public/themes/default/icons/share.png and /dev/null differ diff --git a/public/themes/default/icons/share.svg b/public/themes/default/icons/share.svg deleted file mode 100644 index 443321882..000000000 --- a/public/themes/default/icons/share.svg +++ /dev/null @@ -1,34 +0,0 @@ - - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - - - - Gnome Symbolic Icon Theme - - - - - - - - - - - - - - - - - diff --git a/public/themes/default/icons/starred.png b/public/themes/default/icons/starred.png deleted file mode 100644 index a6c076358..000000000 Binary files a/public/themes/default/icons/starred.png and /dev/null differ diff --git a/public/themes/default/icons/starred.svg b/public/themes/default/icons/starred.svg deleted file mode 100644 index 0944a7726..000000000 --- a/public/themes/default/icons/starred.svg +++ /dev/null @@ -1,32 +0,0 @@ - - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - - - - Gnome Symbolic Icon Theme - - - - - - - - - - - - - - - diff --git a/public/themes/default/icons/tag.png b/public/themes/default/icons/tag.png deleted file mode 100644 index cb1a13833..000000000 Binary files a/public/themes/default/icons/tag.png and /dev/null differ diff --git a/public/themes/default/icons/tag.svg b/public/themes/default/icons/tag.svg deleted file mode 100644 index 688aca7a4..000000000 --- a/public/themes/default/icons/tag.svg +++ /dev/null @@ -1,134 +0,0 @@ - - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - - - - Gnome Symbolic Icon Theme - - - - - - - - - - - - - diff --git a/public/themes/default/icons/unread.png b/public/themes/default/icons/unread.png deleted file mode 100644 index ab6e3fb39..000000000 Binary files a/public/themes/default/icons/unread.png and /dev/null differ diff --git a/public/themes/default/icons/unread.svg b/public/themes/default/icons/unread.svg deleted file mode 100644 index 9219b5083..000000000 --- a/public/themes/default/icons/unread.svg +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - - - - Gnome Symbolic Icon Theme - - - - - - - - - - - - - diff --git a/public/themes/default/icons/up.png b/public/themes/default/icons/up.png deleted file mode 100644 index 8bfc2fb13..000000000 Binary files a/public/themes/default/icons/up.png and /dev/null differ diff --git a/public/themes/default/icons/up.svg b/public/themes/default/icons/up.svg deleted file mode 100644 index dab31a20d..000000000 --- a/public/themes/default/icons/up.svg +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - - - - Gnome Symbolic Icon Theme - - - - - - - - - - - - - - -- cgit v1.2.3