FDO icons: convert the Emblems ctx to png

This commit is contained in:
Davide Andreoli 2016-05-07 14:16:01 +02:00
parent 52197df02a
commit ca687f4698
25 changed files with 40 additions and 35 deletions

View File

@ -988,7 +988,7 @@ elementary/themes/snd/kbd-tap.wav \
\
elementary/themes/fdo/actions/scalable \
elementary/themes/fdo/categories/scalable \
elementary/themes/fdo/emblems/scalable \
elementary/themes/fdo/emblems/96 \
elementary/themes/fdo/places/16 \
elementary/themes/fdo/places/128 \
elementary/themes/fdo/status/scalable

View File

@ -23,16 +23,16 @@
*/
// Single FDO icon in 128px size
#define ICO1(Cat, Name) \
group { name: "elm/icon/"##Name##"/default"; \
min: 16 16; \
images.image: ##Cat##"/128/"##Name##".png" COMP; \
parts { \
part { name: "base"; \
desc { \
image.normal: ##Cat##"/128/"##Name##".png"; \
aspect: 1.0 1.0; aspect_preference: BOTH; \
// Single FDO icon
#define ICO1(Cat, Name, Size) \
group { name: "elm/icon/"##Name##"/default"; \
min: 16 16; \
images.image: ##Cat##"/"##Size##"/"##Name##".png" COMP; \
parts { \
part { name: "base"; \
desc { \
image.normal: ##Cat##"/"##Size##"/"##Name##".png"; \
aspect: 1.0 1.0; aspect_preference: BOTH; \
} } } }
@ -65,19 +65,19 @@
//// places /////////////////////////////////////////////////////////////////
#define CTX "places"
ICO1(CTX, "user-home")
ICO1(CTX, "user-bookmarks")
ICO1(CTX, "user-trash")
ICO1(CTX, "user-home", 128)
ICO1(CTX, "user-bookmarks", 128)
ICO1(CTX, "user-trash", 128)
ICO2(CTX, "folder")
ICO2(CTX, "folder-remote")
ICO2(CTX, "folder-open") /* */
ICO2(CTX, "folder-home") /* */
ICO2(CTX, "folder-downloads") /* */
ICO1(CTX, "folder-recent") /* */
ICO1(CTX, "folder-documents") /* */
ICO1(CTX, "folder-images") /* */
ICO1(CTX, "folder-music") /* */
ICO1(CTX, "folder-videos") /* */
ICO1(CTX, "folder-recent", 128) /* */
ICO1(CTX, "folder-documents", 128) /* */
ICO1(CTX, "folder-images", 128) /* */
ICO1(CTX, "folder-music", 128) /* */
ICO1(CTX, "folder-videos", 128) /* */
ICO2(CTX, "network-server")
ICO2(CTX, "network-workgroup")
ICO2(CTX, "start-here")
@ -87,17 +87,17 @@ ICO2(CTX, "start-here")
//// emblems ////////////////////////////////////////////////////////////////
#define CTX "emblems"
// ICO1(CTX, "emblem-default")
// ICO1(CTX, "emblem-downloads")
// ICO1(CTX, "emblem-favorite")
// ICO1(CTX, "emblem-important")
// ICO1(CTX, "emblem-readonly")
// ICO1(CTX, "emblem-shared")
// ICO1(CTX, "emblem-symbolic-link")
// ICO1(CTX, "emblem-unreadable")
// ICO1(CTX, "emblem-system")
// ICO1(CTX, "emblem-synchronized")
// ICO1(CTX, "emblem-synchronizing") /* */
ICO1(CTX, "emblem-default", 96)
ICO1(CTX, "emblem-downloads", 96)
ICO1(CTX, "emblem-favorite", 96)
ICO1(CTX, "emblem-important", 96)
ICO1(CTX, "emblem-readonly", 96)
ICO1(CTX, "emblem-shared", 96)
ICO1(CTX, "emblem-symbolic-link", 96)
ICO1(CTX, "emblem-unreadable", 96)
ICO1(CTX, "emblem-system", 96)
ICO1(CTX, "emblem-synchronized", 96)
ICO1(CTX, "emblem-synchronizing", 96) /* */
// TODO emblem-documents
// TODO emblem-mail
// TODO emblem-photos

View File

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 18 KiB

View File

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 16 KiB

View File

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 18 KiB

View File

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 18 KiB

View File

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 18 KiB

View File

Before

Width:  |  Height:  |  Size: 27 KiB

After

Width:  |  Height:  |  Size: 27 KiB

View File

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 17 KiB

View File

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 16 KiB

View File

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 20 KiB

View File

Before

Width:  |  Height:  |  Size: 32 KiB

After

Width:  |  Height:  |  Size: 32 KiB

View File

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB

View File

@ -2,7 +2,7 @@
Name=Bluish-X
Inherits=hicolor
Comment=The EFL Bluish-X Icon theme. Orig. Based on Rave-X, Mint-X and Faenza Icon Themes.
Directories=actions/scalable,status/scalable,places/128,places/16,emblems/scalable,categories/scalable
Directories=actions/scalable,status/scalable,places/128,places/16,emblems/96,categories/scalable
Example=folder-home
@ -21,6 +21,15 @@ MinSize=16
MaxSize=22
[emblems/96]
Size=96
Context=Emblems
Type=Scalable
MinSize=8
MaxSize=256
[actions/scalable]
Size=128
Context=Actions
@ -33,10 +42,6 @@ Context=Status
Type=Scalable
MinSize=16
[emblems/scalable]
Size=96
Context=Emblems
Type=Scalable
[categories/scalable]
Size=128