[gnome-software: 8/13] gs-desktop-data: Use full-colour icons for categories




commit 85e30bbbffe1d11c2a9fda63489850634b11de59
Author: Philip Withnall <pwithnall endlessos org>
Date:   Thu Jul 29 16:46:22 2021 +0100

    gs-desktop-data: Use full-colour icons for categories
    
    As part of restyling the category tiles, switch from using smaller
    symbolic icons to larger full-colour ones, to make the categories catch
    the user’s eye better.
    
    See the new designs: 
https://gitlab.gnome.org/Teams/Design/software-mockups/-/blob/master/adaptive/sidebarless.png
    
    Signed-off-by: Philip Withnall <pwithnall endlessos org>

 lib/gs-desktop-data.c | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/lib/gs-desktop-data.c b/lib/gs-desktop-data.c
index 3ad887735..c0b56d761 100644
--- a/lib/gs-desktop-data.c
+++ b/lib/gs-desktop-data.c
@@ -258,17 +258,17 @@ static const GsDesktopMap map_develop[] = {
 /* Please keep category name and subcategory context synchronized!!! */
 static const GsDesktopData msdata[] = {
        /* Translators: this is a menu category */
-       { "create", map_create, N_("Create"), "applications-graphics-symbolic", 100 },
+       { "create", map_create, N_("Create"), "applications-graphics", 100 },
        /* Translators: this is a menu category */
-       { "work", map_work, N_("Work"), "checkbox-checked-symbolic", 90 },
+       { "work", map_work, N_("Work"), "checkbox-checked", 90 },
        /* Translators: this is a menu category */
-       { "play", map_play, N_("Play"), "applications-games-symbolic", 80 },
+       { "play", map_play, N_("Play"), "applications-games", 80 },
        /* Translators: this is a menu category */
-       { "socialize", map_socialize, N_("Socialize"), "face-smile-big-symbolic", 70 },
+       { "socialize", map_socialize, N_("Socialize"), "face-smile-big", 70 },
        /* Translators: this is a menu category */
-       { "learn", map_learn, N_("Learn"), "user-bookmarks-symbolic", 60 },
+       { "learn", map_learn, N_("Learn"), "user-bookmarks", 60 },
        /* Translators: this is a menu category */
-       { "develop", map_develop, N_("Develop"), "utilities-terminal-symbolic", 50 },
+       { "develop", map_develop, N_("Develop"), "utilities-terminal", 50 },
 
        { NULL }
 };


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]