fix gray icons

(cherry picked from commit 8a0d3348f6d60e59c76d4c952ea5e6c8be5a52a4)
This commit is contained in:
Konstantin Bulenkov
2012-11-30 13:57:47 +01:00
parent 1a208c8d85
commit 98a8f774cc
11 changed files with 2 additions and 0 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 188 B

After

Width:  |  Height:  |  Size: 210 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 203 B

After

Width:  |  Height:  |  Size: 172 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 172 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 324 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 238 B

After

Width:  |  Height:  |  Size: 309 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 309 B

After

Width:  |  Height:  |  Size: 326 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 201 B

After

Width:  |  Height:  |  Size: 324 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 307 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 218 B

After

Width:  |  Height:  |  Size: 242 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 236 B

After

Width:  |  Height:  |  Size: 252 B

@@ -303,6 +303,7 @@ public class AllIcons {
public static class FileTypes {
public static final Icon Any_type = IconLoader.getIcon("/fileTypes/any_type.png"); // 16x16
public static final Icon Archive = IconLoader.getIcon("/fileTypes/archive.png"); // 16x16
public static final Icon AS = IconLoader.getIcon("/fileTypes/as.png"); // 16x16
public static final Icon Aspectj = IconLoader.getIcon("/fileTypes/aspectj.png"); // 16x16
public static final Icon Css = IconLoader.getIcon("/fileTypes/css.png"); // 16x16
public static final Icon Custom = IconLoader.getIcon("/fileTypes/custom.png"); // 16x16
@@ -321,6 +322,7 @@ public class AllIcons {
public static final Icon Jspx = IconLoader.getIcon("/fileTypes/jspx.png"); // 16x16
public static final Icon Properties = IconLoader.getIcon("/fileTypes/properties.png"); // 16x16
public static final Icon Text = IconLoader.getIcon("/fileTypes/text.png"); // 16x16
public static final Icon TypeScript = IconLoader.getIcon("/fileTypes/typeScript.png"); // 16x16
public static final Icon UiForm = IconLoader.getIcon("/fileTypes/uiForm.png"); // 16x16
public static final Icon Unknown = IconLoader.getIcon("/fileTypes/unknown.png"); // 16x16
public static final Icon WsdlFile = IconLoader.getIcon("/fileTypes/wsdlFile.png"); // 16x16