Merge "[releng] remove unused SWTBot TPD files"
[egit/eclipse.git] / icons / README.md
blob3e410acfe0193854a2794773486ff77f90c4071d
1 # EGit images
3 EGit icons are done in SVG. This directory contains the SVG sources, organized in a directory tree that mirrors
4 the placement of the final PNG versions in the EGit bundles.
6 ## Creating an icon
8 To create a new icon, add the SVG source ("new_icon.svg") here in the appropriate sub-directory (create it if
9 necessary). Export it as a PNG file in two versions:
11 - a 16x16 pixel version named "new_icon.png"
12 - a 32x32 pixel version named "new_icon@2x.png" for HiDPI devices
14 Then move the PNG files to the correct places in the correct EGit bundles.
16 For color palettes, see the eclipse.platform.images project.
18 ## License
20 All files are subject to the [Eclipse Public License (EPL) v1.0][1]
22 [1]: http://wiki.eclipse.org/EPL