FDO icons: convert the Emblems ctx to png

devs/jayji/osx-notifications
Davide Andreoli 8 years ago
parent 52197df02a
commit ca687f4698
  1. 2
      data/elementary/themes/Makefile.am
  2. 58
      data/elementary/themes/edc/elm/icon_fdo.edc
  3. 0
      data/elementary/themes/fdo/emblems/96-svg/emblem-default.svg
  4. 0
      data/elementary/themes/fdo/emblems/96-svg/emblem-downloads.svg
  5. 0
      data/elementary/themes/fdo/emblems/96-svg/emblem-favorite.svg
  6. 0
      data/elementary/themes/fdo/emblems/96-svg/emblem-important.svg
  7. 0
      data/elementary/themes/fdo/emblems/96-svg/emblem-readonly.svg
  8. 0
      data/elementary/themes/fdo/emblems/96-svg/emblem-shared.svg
  9. 0
      data/elementary/themes/fdo/emblems/96-svg/emblem-symbolic-link.svg
  10. 0
      data/elementary/themes/fdo/emblems/96-svg/emblem-synchronized.svg
  11. 0
      data/elementary/themes/fdo/emblems/96-svg/emblem-synchronizing.svg
  12. 0
      data/elementary/themes/fdo/emblems/96-svg/emblem-system.svg
  13. 0
      data/elementary/themes/fdo/emblems/96-svg/emblem-unreadable.svg
  14. BIN
      data/elementary/themes/fdo/emblems/96/emblem-default.png
  15. BIN
      data/elementary/themes/fdo/emblems/96/emblem-downloads.png
  16. BIN
      data/elementary/themes/fdo/emblems/96/emblem-favorite.png
  17. BIN
      data/elementary/themes/fdo/emblems/96/emblem-important.png
  18. BIN
      data/elementary/themes/fdo/emblems/96/emblem-readonly.png
  19. BIN
      data/elementary/themes/fdo/emblems/96/emblem-shared.png
  20. BIN
      data/elementary/themes/fdo/emblems/96/emblem-symbolic-link.png
  21. BIN
      data/elementary/themes/fdo/emblems/96/emblem-synchronized.png
  22. BIN
      data/elementary/themes/fdo/emblems/96/emblem-synchronizing.png
  23. BIN
      data/elementary/themes/fdo/emblems/96/emblem-system.png
  24. BIN
      data/elementary/themes/fdo/emblems/96/emblem-unreadable.png
  25. 15
      data/elementary/themes/fdo/index.theme

@ -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

@ -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

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

@ -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

Loading…
Cancel
Save