summaryrefslogtreecommitdiffstats
path: root/data/themes/default/edc/elm/icon.edc
blob: ace92b4a1d0cb1e72f0d6f9914bacd18eedf2ca5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25


/*
 * Standard FreeDesktop icons:
 * 
 * WARNING: When you add new icons you MUST ensure to use standard names as per:
 * http://standards.freedesktop.org/icon-naming-spec/icon-naming-spec-latest.html
 * If you can't find the name in the spec then you MUST search in the Tango
 * and/or the Oxigen theme to find a suitable name. IF you really cannot find
 * anything try at least to be consistent with other existing names.
 * NOTE: icons marked with an empty comment are names that I cannot
 *       find anywhere else, so they are not really standard.
 */
#define IC(Name, File, Min, Max) \
   group { name: "elm/icon/"##Name##"/default"; min: Min Min; max: Max Max; \
   images.image: File COMP; parts { part { name: "base"; \
   description { aspect: 1.0 1.0; aspect_preference: BOTH; \
   image.normal: File; } } } }
IC("folder",               "icon_folder.png",           16, 0);
IC("file",                 "icon_file.png",             16, 0);
IC("user-home",            "icon_home.png",             16, 0);

IC("arrow-up",             "icon_arrow_up.png",         16, 0);
IC("arrow-left",           "icon_arrow_left.png",       16, 0);
#undef IC