summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>2015-05-26 12:14:55 +0900
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>2015-05-26 12:14:55 +0900
commit59b300063eb4d335bda8b8d5e862d15a4ddd14ae (patch)
treee336951ffe2d40d232028ae13494b09975164132
parent24f4fc464fec7cd63b3efcdc2d057f1eb6a700ca (diff)
downloadelementary-59b300063eb4d335bda8b8d5e862d15a4ddd14ae.tar.gz
theme - efm - redo folder to stand out more amongst all the file icons
the paper with earmarked corner and dir in it just doesn't stand out. too plain and so you can't tell dirs from other files easily at all. replace with a more normal foler icon that now stands out.
-rw-r--r--data/themes/edc/O/efm_icons.edc3
-rw-r--r--data/themes/img/O/icon_efm_folder.pngbin1589 -> 3038 bytes
2 files changed, 2 insertions, 1 deletions
diff --git a/data/themes/edc/O/efm_icons.edc b/data/themes/edc/O/efm_icons.edc
index 77da7e124..5bc9e5150 100644
--- a/data/themes/edc/O/efm_icons.edc
+++ b/data/themes/edc/O/efm_icons.edc
@@ -398,7 +398,7 @@
EFM_MIME_ICON_SIMPLE("inode/blockdevice","efm_generic_icon_content_inode_block.png", (81/114), (81/114), 240, 0.5);
EFM_MIME_ICON_SIMPLE("inode/fifo","efm_generic_icon_content_inode_fifo.png", (87/114), (87/114), 240, 0.5);
EFM_MIME_ICON_SIMPLE("inode/socket","efm_generic_icon_content_inode_socket.png", (114/114), (114/114), 240, 0.5);
- EFM_MIME_ICON_SIMPLE("inode/directory","efm_generic_icon_content_inode_dir.png", (114/86), (114/86), 240, 0.5);
+/* EFM_MIME_ICON_SIMPLE("inode/directory","efm_generic_icon_content_inode_dir.png", (114/86), (114/86), 240, 0.5);*/
EFM_MIME_ICON_SIMPLE("inode/file","efm_generic_icon_content_inode_file.png", (83/114), (83/114), 240, 0.5);
#undefine EFM_MIME_ICON
@@ -453,6 +453,7 @@
} \
}
+ MIMEICON("inode/directory","icon_efm_folder.png", 128);
MIMEICON("application/x-deb","icon_mime_deb.png", 128);
MIMEICON("application/x-bzip","icon_mime_package.png", 128);
diff --git a/data/themes/img/O/icon_efm_folder.png b/data/themes/img/O/icon_efm_folder.png
index 4aa581c2b..2bee58191 100644
--- a/data/themes/img/O/icon_efm_folder.png
+++ b/data/themes/img/O/icon_efm_folder.png
Binary files differ