aboutsummaryrefslogtreecommitdiff
path: root/app/Models/Themes.php
diff options
context:
space:
mode:
authorGravatar maTh <math-home@web.de> 2022-01-12 23:04:59 +0100
committerGravatar GitHub <noreply@github.com> 2022-01-12 23:04:59 +0100
commitd2b6fe099a223eb383c6d9e044fb5b71a14f0e23 (patch)
treefb68764ac1360a9d916571c164b34129cc295605 /app/Models/Themes.php
parentf94ec779e66ca7203cd3cf1e807bcf3c983ed736 (diff)
Improvement: menu icons (#4004)
* default icons * icons Flat theme * icons Swage theme * icon gets bright when hover: Ansum theme * icon gets bright when hover: Blue lagoon theme * icon gets bright when hover: Origine/Origine Compact theme * compressed SVG * Better formated SVG/XML files * Update bookmark-tag.svg
Diffstat (limited to 'app/Models/Themes.php')
-rw-r--r--app/Models/Themes.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/Models/Themes.php b/app/Models/Themes.php
index 61d62cd1b..8a0842461 100644
--- a/app/Models/Themes.php
+++ b/app/Models/Themes.php
@@ -75,6 +75,7 @@ class FreshRSS_Themes extends Minz_Model {
'all' => '☰',
'bookmark' => '★',
'bookmark-add' => '✚',
+ 'bookmark-tag' => '🔖',
'category' => '☷',
'category-white' => '☷',
'close' => '❌',
@@ -100,6 +101,8 @@ class FreshRSS_Themes extends Minz_Model {
'refresh' => '🔃', //↻
'search' => '🔍',
'share' => '♺',
+ 'sort-down' => '↓',
+ 'sort-up' => '↑',
'starred' => '★',
'stats' => '%',
'tag' => '⚐',