diff --git a/python/educational-python/gen/icons/PythonEducationalIcons.java b/python/educational-python/gen/icons/PythonEducationalIcons.java deleted file mode 100644 index d8af36cfea2d..000000000000 --- a/python/educational-python/gen/icons/PythonEducationalIcons.java +++ /dev/null @@ -1,18 +0,0 @@ -// Copyright 2000-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. -package icons; - -import com.intellij.openapi.util.IconLoader; - -import javax.swing.*; - -/** - * NOTE THIS FILE IS AUTO-GENERATED - * DO NOT EDIT IT BY HAND, run "Generate icon classes" configuration instead - */ -public final class PythonEducationalIcons { - private static Icon load(String path) { - return IconLoader.getIcon(path, PythonEducationalIcons.class); - } - - public static final Icon Field = load("/icons/com/jetbrains/edu/Field.png"); // 16x16 -} diff --git a/python/educational-python/src/com/jetbrains/python/edu/debugger/PyEduStackFrame.java b/python/educational-python/src/com/jetbrains/python/edu/debugger/PyEduStackFrame.java index 46cc881b9fab..7282a43ddf28 100644 --- a/python/educational-python/src/com/jetbrains/python/edu/debugger/PyEduStackFrame.java +++ b/python/educational-python/src/com/jetbrains/python/edu/debugger/PyEduStackFrame.java @@ -1,5 +1,6 @@ package com.jetbrains.python.edu.debugger; +import com.intellij.icons.AllIcons; import com.intellij.openapi.project.Project; import com.intellij.openapi.vfs.VirtualFile; import com.intellij.ui.ColoredTextContainer; @@ -8,7 +9,6 @@ import com.intellij.xdebugger.XSourcePosition; import com.jetbrains.python.debugger.PyFrameAccessor; import com.jetbrains.python.debugger.PyStackFrame; import com.jetbrains.python.debugger.PyStackFrameInfo; -import icons.PythonEducationalIcons; import icons.PythonPsiApiIcons; import org.jetbrains.annotations.NotNull; @@ -36,7 +36,7 @@ public class PyEduStackFrame extends PyStackFrame { } final VirtualFile file = myPosition.getFile(); String frameName = myFrameInfo.getName(); - component.setIcon(MODULE.equals(frameName) ? PythonPsiApiIcons.PythonFile : PythonEducationalIcons.Field); + component.setIcon(MODULE.equals(frameName) ? PythonPsiApiIcons.PythonFile : AllIcons.Nodes.Field); if (MODULE.equals(frameName)) { component.append(GLOBAL_FRAME, SimpleTextAttributes.REGULAR_ATTRIBUTES); component.append(" (" + file.getName() + ")", getGrayAttributes(SimpleTextAttributes.REGULAR_ATTRIBUTES)); diff --git a/python/gen/icons/PythonIcons.java b/python/gen/icons/PythonIcons.java index 00cc17f11248..102cf2744066 100644 --- a/python/gen/icons/PythonIcons.java +++ b/python/gen/icons/PythonIcons.java @@ -16,59 +16,56 @@ public final class PythonIcons { public final static class Cython { - public static final Icon CythonFile = load("/icons/com/jetbrains/cython/cythonFile.png"); // 16x16 + public static final Icon CythonFile = load("/icons/com/jetbrains/cython/cythonFile.svg"); // 16x16 } public final static class Pyqt { - public static final Icon TsFile = load("/icons/com/jetbrains/pyqt/tsFile.png"); // 16x16 - public static final Icon UiForm = load("/icons/com/jetbrains/pyqt/uiForm.png"); // 16x16 + public static final Icon UiForm = load("/icons/com/jetbrains/pyqt/uiForm.svg"); // 16x16 } public final static class Python { - public static final Icon Anaconda = load("/icons/com/jetbrains/python/anaconda.png"); // 16x16 + public static final Icon Anaconda = load("/icons/com/jetbrains/python/anaconda.svg"); // 16x16 public final static class Buildout { - public static final Icon Buildout = load("/icons/com/jetbrains/python/buildout/buildout.png"); // 16x16 + public static final Icon Buildout = load("/icons/com/jetbrains/python/buildout/buildout.svg"); // 16x16 } - public static final Icon Condaenv = load("/icons/com/jetbrains/python/condaenv.png"); // 16x16 + public static final Icon Condaenv = load("/icons/com/jetbrains/python/condaenv.svg"); // 16x16 public static final Icon DataView = load("/icons/com/jetbrains/python/DataView.svg"); // 13x13 public final static class Debug { public static final Icon CommandLine = load("/icons/com/jetbrains/python/debug/commandLine.png"); // 16x16 - public static final Icon SpecialVar = load("/icons/com/jetbrains/python/debug/specialVar.png"); // 16x16 + public static final Icon SpecialVar = load("/icons/com/jetbrains/python/debug/specialVar.svg"); // 16x16 public static final Icon StepIntoMyCode = load("/icons/com/jetbrains/python/debug/StepIntoMyCode.svg"); // 16x16 } - public static final Icon Dotnet = load("/icons/com/jetbrains/python/dotnet.png"); // 16x16 - public static final Icon Function = load("/icons/com/jetbrains/python/function.png"); // 16x16 - public static final Icon InterpreterGear = load("/icons/com/jetbrains/python/interpreterGear.png"); // 16x16 - public static final Icon IpythonNotebook = load("/icons/com/jetbrains/python/IpythonNotebook.png"); // 16x16 - public static final Icon Jython = load("/icons/com/jetbrains/python/jython.png"); // 16x16 + public static final Icon Dotnet = load("/icons/com/jetbrains/python/dotnet.svg"); // 16x16 + public static final Icon Function = load("/icons/com/jetbrains/python/function.svg"); // 16x16 + public static final Icon IpythonNotebook = load("/icons/com/jetbrains/python/IpythonNotebook.svg"); // 16x16 + public static final Icon Jython = load("/icons/com/jetbrains/python/jython.svg"); // 16x16 public final static class Nodes { - public static final Icon Cyan_dot = load("/icons/com/jetbrains/python/nodes/cyan-dot.png"); // 16x16 - public static final Icon Lock = load("/icons/com/jetbrains/python/nodes/lock.png"); // 16x16 - public static final Icon Red_inv_triangle = load("/icons/com/jetbrains/python/nodes/red-inv-triangle.png"); // 16x16 + public static final Icon Cyan_dot = load("/icons/com/jetbrains/python/nodes/cyan-dot.svg"); // 16x16 + public static final Icon Lock = load("/icons/com/jetbrains/python/nodes/lock.svg"); // 16x16 + public static final Icon Red_inv_triangle = load("/icons/com/jetbrains/python/nodes/red-inv-triangle.svg"); // 16x16 } - public static final Icon PropertyDeleter = load("/icons/com/jetbrains/python/propertyDeleter.png"); // 16x16 - public static final Icon PropertyGetter = load("/icons/com/jetbrains/python/propertyGetter.png"); // 16x16 - public static final Icon PropertySetter = load("/icons/com/jetbrains/python/propertySetter.png"); // 16x16 - public static final Icon Pypy = load("/icons/com/jetbrains/python/pypy.png"); // 16x16 - public static final Icon Python_logo = load("/icons/com/jetbrains/python/python-logo.png"); // 16x16 - public static final Icon Python = load("/icons/com/jetbrains/python/python.png"); // 16x16 - public static final Icon PythonClosed = load("/icons/com/jetbrains/python/pythonClosed.png"); // 16x16 - public static final Icon PythonConsole = load("/icons/com/jetbrains/python/pythonConsole.png"); // 16x16 + public static final Icon PropertyDeleter = load("/icons/com/jetbrains/python/propertyDeleter.svg"); // 16x16 + public static final Icon PropertyGetter = load("/icons/com/jetbrains/python/propertyGetter.svg"); // 16x16 + public static final Icon PropertySetter = load("/icons/com/jetbrains/python/propertySetter.svg"); // 16x16 + public static final Icon Pypy = load("/icons/com/jetbrains/python/pypy.svg"); // 16x16 + public static final Icon Python = load("/icons/com/jetbrains/python/python.svg"); // 16x16 + public static final Icon PythonClosed = load("/icons/com/jetbrains/python/pythonClosed.svg"); // 16x16 + public static final Icon PythonConsole = load("/icons/com/jetbrains/python/pythonConsole.svg"); // 16x16 public static final Icon PythonConsoleToolWindow = load("/icons/com/jetbrains/python/pythonConsoleToolWindow.svg"); // 13x13 - public static final Icon PythonTests = load("/icons/com/jetbrains/python/pythonTests.png"); // 16x16 - public static final Icon RemoteInterpreter = load("/icons/com/jetbrains/python/RemoteInterpreter.png"); // 16x16 + public static final Icon PythonTests = load("/icons/com/jetbrains/python/pythonTests.svg"); // 16x16 + public static final Icon RemoteInterpreter = load("/icons/com/jetbrains/python/RemoteInterpreter.svg"); // 16x16 public static final Icon Ssh = load("/icons/com/jetbrains/python/ssh.png"); // 16x16 public static final Icon TemplateRoot = load("/icons/com/jetbrains/python/templateRoot.png"); // 16x16 - public static final Icon Vagrant = load("/icons/com/jetbrains/python/vagrant.png"); // 16x16 - public static final Icon Virtualenv = load("/icons/com/jetbrains/python/virtualenv.png"); // 16x16 + public static final Icon Vagrant = load("/icons/com/jetbrains/python/vagrant.svg"); // 16x16 + public static final Icon Virtualenv = load("/icons/com/jetbrains/python/virtualenv.svg"); // 16x16 } } diff --git a/python/lib/icon-robots.txt b/python/lib/icon-robots.txt new file mode 100644 index 000000000000..1313ad9016c8 --- /dev/null +++ b/python/lib/icon-robots.txt @@ -0,0 +1 @@ +skip: * diff --git a/python/python-community-configure/src/com/jetbrains/python/configuration/PyActiveSdkConfigurable.java b/python/python-community-configure/src/com/jetbrains/python/configuration/PyActiveSdkConfigurable.java index b74b9721e586..438753f85ac2 100644 --- a/python/python-community-configure/src/com/jetbrains/python/configuration/PyActiveSdkConfigurable.java +++ b/python/python-community-configure/src/com/jetbrains/python/configuration/PyActiveSdkConfigurable.java @@ -15,6 +15,7 @@ */ package com.jetbrains.python.configuration; +import com.intellij.icons.AllIcons; import com.intellij.openapi.Disposable; import com.intellij.openapi.application.ApplicationManager; import com.intellij.openapi.module.Module; @@ -44,7 +45,6 @@ import com.jetbrains.python.psi.LanguageLevel; import com.jetbrains.python.psi.PyUtil; import com.jetbrains.python.sdk.*; import com.jetbrains.python.sdk.flavors.PythonSdkFlavor; -import icons.PythonIcons; import one.util.streamex.StreamEx; import org.jetbrains.annotations.NotNull; import org.jetbrains.annotations.Nullable; @@ -129,7 +129,7 @@ public class PyActiveSdkConfigurable implements UnnamedConfigurable { mySdkCombo.setPreferredSize(preferredSize); notificationsArea.hide(); myDetailsButton = new FixedSizeButton(); - myDetailsButton.setIcon(PythonIcons.Python.InterpreterGear); + myDetailsButton.setIcon(AllIcons.General.GearPlain); //noinspection SuspiciousNameCombination myDetailsButton.setPreferredSize(new Dimension(preferredSize.height, preferredSize.height)); diff --git a/python/python-community-configure/src/com/jetbrains/python/newProject/steps/PythonBaseProjectGenerator.java b/python/python-community-configure/src/com/jetbrains/python/newProject/steps/PythonBaseProjectGenerator.java index e3db007e52fc..f8c052e9456e 100644 --- a/python/python-community-configure/src/com/jetbrains/python/newProject/steps/PythonBaseProjectGenerator.java +++ b/python/python-community-configure/src/com/jetbrains/python/newProject/steps/PythonBaseProjectGenerator.java @@ -60,7 +60,7 @@ public class PythonBaseProjectGenerator extends PythonProjectGenerator + + + + + + + + diff --git a/python/resources/icons/com/jetbrains/cython/cythonFile@2x.png b/python/resources/icons/com/jetbrains/cython/cythonFile@2x.png deleted file mode 100644 index 1981b3d4b018..000000000000 Binary files a/python/resources/icons/com/jetbrains/cython/cythonFile@2x.png and /dev/null differ diff --git a/python/resources/icons/com/jetbrains/cython/cythonFile@2x_dark.png b/python/resources/icons/com/jetbrains/cython/cythonFile@2x_dark.png deleted file mode 100644 index dac1c56107bd..000000000000 Binary files a/python/resources/icons/com/jetbrains/cython/cythonFile@2x_dark.png and /dev/null differ diff --git a/python/resources/icons/com/jetbrains/cython/cythonFile_dark.png b/python/resources/icons/com/jetbrains/cython/cythonFile_dark.png deleted file mode 100644 index 413a01a4548e..000000000000 Binary files a/python/resources/icons/com/jetbrains/cython/cythonFile_dark.png and /dev/null differ diff --git a/python/resources/icons/com/jetbrains/pyqt/uiForm.png b/python/resources/icons/com/jetbrains/pyqt/uiForm.png deleted file mode 100644 index ad5c245e8f1c..000000000000 Binary files a/python/resources/icons/com/jetbrains/pyqt/uiForm.png and /dev/null differ diff --git a/python/resources/icons/com/jetbrains/pyqt/uiForm.svg b/python/resources/icons/com/jetbrains/pyqt/uiForm.svg new file mode 100644 index 000000000000..f0793fa1a147 --- /dev/null +++ b/python/resources/icons/com/jetbrains/pyqt/uiForm.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/python/resources/icons/com/jetbrains/pyqt/uiForm@2x.png b/python/resources/icons/com/jetbrains/pyqt/uiForm@2x.png deleted file mode 100644 index 9b8f86aa42fe..000000000000 Binary files a/python/resources/icons/com/jetbrains/pyqt/uiForm@2x.png and /dev/null differ diff --git a/python/resources/icons/com/jetbrains/python/IpythonNotebook.png b/python/resources/icons/com/jetbrains/python/IpythonNotebook.png deleted file mode 100644 index 64b6ab0a927a..000000000000 Binary files a/python/resources/icons/com/jetbrains/python/IpythonNotebook.png and /dev/null differ diff --git a/python/resources/icons/com/jetbrains/python/IpythonNotebook.svg b/python/resources/icons/com/jetbrains/python/IpythonNotebook.svg new file mode 100644 index 000000000000..394326b3abdb --- /dev/null +++ b/python/resources/icons/com/jetbrains/python/IpythonNotebook.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/python/resources/icons/com/jetbrains/python/IpythonNotebook@2x.png b/python/resources/icons/com/jetbrains/python/IpythonNotebook@2x.png deleted file mode 100644 index 6b4bd6fea837..000000000000 Binary files a/python/resources/icons/com/jetbrains/python/IpythonNotebook@2x.png and /dev/null differ diff --git a/python/resources/icons/com/jetbrains/python/RemoteInterpreter.png b/python/resources/icons/com/jetbrains/python/RemoteInterpreter.png deleted file mode 100644 index a3c834f1195f..000000000000 Binary files a/python/resources/icons/com/jetbrains/python/RemoteInterpreter.png and /dev/null differ diff --git a/python/resources/icons/com/jetbrains/python/RemoteInterpreter.svg b/python/resources/icons/com/jetbrains/python/RemoteInterpreter.svg new file mode 100644 index 000000000000..b231ea47f595 --- /dev/null +++ b/python/resources/icons/com/jetbrains/python/RemoteInterpreter.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/python/resources/icons/com/jetbrains/python/RemoteInterpreter@2x.png b/python/resources/icons/com/jetbrains/python/RemoteInterpreter@2x.png deleted file mode 100644 index 0717d8186f42..000000000000 Binary files a/python/resources/icons/com/jetbrains/python/RemoteInterpreter@2x.png and /dev/null differ diff --git a/python/resources/icons/com/jetbrains/python/RemoteInterpreter@2x_dark.png b/python/resources/icons/com/jetbrains/python/RemoteInterpreter@2x_dark.png deleted file mode 100644 index 69c2d0eebb59..000000000000 Binary files a/python/resources/icons/com/jetbrains/python/RemoteInterpreter@2x_dark.png and /dev/null differ diff --git a/python/resources/icons/com/jetbrains/python/RemoteInterpreter_dark.png b/python/resources/icons/com/jetbrains/python/RemoteInterpreter_dark.png deleted file mode 100644 index b862fa95f27d..000000000000 Binary files a/python/resources/icons/com/jetbrains/python/RemoteInterpreter_dark.png and /dev/null differ diff --git a/python/resources/icons/com/jetbrains/python/anaconda.png b/python/resources/icons/com/jetbrains/python/anaconda.png deleted file mode 100644 index 285fdd78c40e..000000000000 Binary files a/python/resources/icons/com/jetbrains/python/anaconda.png and /dev/null differ diff --git a/python/resources/icons/com/jetbrains/python/anaconda.svg b/python/resources/icons/com/jetbrains/python/anaconda.svg new file mode 100644 index 000000000000..bf09a229e562 --- /dev/null +++ b/python/resources/icons/com/jetbrains/python/anaconda.svg @@ -0,0 +1,3 @@ + + + diff --git a/python/resources/icons/com/jetbrains/python/anaconda@2x.png b/python/resources/icons/com/jetbrains/python/anaconda@2x.png deleted file mode 100644 index 1fc952cd5902..000000000000 Binary files a/python/resources/icons/com/jetbrains/python/anaconda@2x.png and /dev/null differ diff --git a/python/resources/icons/com/jetbrains/python/buildout/buildout.png b/python/resources/icons/com/jetbrains/python/buildout/buildout.png deleted file mode 100644 index 21710ea36466..000000000000 Binary files a/python/resources/icons/com/jetbrains/python/buildout/buildout.png and /dev/null differ diff --git a/python/resources/icons/com/jetbrains/python/buildout/buildout.svg b/python/resources/icons/com/jetbrains/python/buildout/buildout.svg new file mode 100644 index 000000000000..2ee5b79265e0 --- /dev/null +++ b/python/resources/icons/com/jetbrains/python/buildout/buildout.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/python/resources/icons/com/jetbrains/python/buildout/buildout@2x.png b/python/resources/icons/com/jetbrains/python/buildout/buildout@2x.png deleted file mode 100644 index eae3f7a3e413..000000000000 Binary files a/python/resources/icons/com/jetbrains/python/buildout/buildout@2x.png and /dev/null differ diff --git a/python/resources/icons/com/jetbrains/python/condaenv.png b/python/resources/icons/com/jetbrains/python/condaenv.png deleted file mode 100644 index 8681282f0d52..000000000000 Binary files a/python/resources/icons/com/jetbrains/python/condaenv.png and /dev/null differ diff --git a/python/resources/icons/com/jetbrains/python/condaenv.svg b/python/resources/icons/com/jetbrains/python/condaenv.svg new file mode 100644 index 000000000000..84a37c93fedb --- /dev/null +++ b/python/resources/icons/com/jetbrains/python/condaenv.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/python/resources/icons/com/jetbrains/python/condaenv@2x.png b/python/resources/icons/com/jetbrains/python/condaenv@2x.png deleted file mode 100644 index d3d752947012..000000000000 Binary files a/python/resources/icons/com/jetbrains/python/condaenv@2x.png and /dev/null differ diff --git a/python/resources/icons/com/jetbrains/python/condaenv@2x_dark.png b/python/resources/icons/com/jetbrains/python/condaenv@2x_dark.png deleted file mode 100644 index 7d5b9e317311..000000000000 Binary files a/python/resources/icons/com/jetbrains/python/condaenv@2x_dark.png and /dev/null differ diff --git a/python/resources/icons/com/jetbrains/python/condaenv_dark.png b/python/resources/icons/com/jetbrains/python/condaenv_dark.png deleted file mode 100644 index 7e983a1f419e..000000000000 Binary files a/python/resources/icons/com/jetbrains/python/condaenv_dark.png and /dev/null differ diff --git a/python/resources/icons/com/jetbrains/python/debug/specialVar.png b/python/resources/icons/com/jetbrains/python/debug/specialVar.png deleted file mode 100644 index 25612ae2077c..000000000000 Binary files a/python/resources/icons/com/jetbrains/python/debug/specialVar.png and /dev/null differ diff --git a/python/resources/icons/com/jetbrains/python/debug/specialVar.svg b/python/resources/icons/com/jetbrains/python/debug/specialVar.svg new file mode 100644 index 000000000000..63660310c7a0 --- /dev/null +++ b/python/resources/icons/com/jetbrains/python/debug/specialVar.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/python/resources/icons/com/jetbrains/python/debug/specialVar@2x.png b/python/resources/icons/com/jetbrains/python/debug/specialVar@2x.png deleted file mode 100644 index 343e0b707e03..000000000000 Binary files a/python/resources/icons/com/jetbrains/python/debug/specialVar@2x.png and /dev/null differ diff --git a/python/resources/icons/com/jetbrains/python/dotnet.png b/python/resources/icons/com/jetbrains/python/dotnet.png deleted file mode 100644 index b7ff8dbb0cbe..000000000000 Binary files a/python/resources/icons/com/jetbrains/python/dotnet.png and /dev/null differ diff --git a/python/resources/icons/com/jetbrains/python/dotnet.svg b/python/resources/icons/com/jetbrains/python/dotnet.svg new file mode 100644 index 000000000000..420a97c68a2d --- /dev/null +++ b/python/resources/icons/com/jetbrains/python/dotnet.svg @@ -0,0 +1,140 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/python/resources/icons/com/jetbrains/python/dotnet@2x.png b/python/resources/icons/com/jetbrains/python/dotnet@2x.png deleted file mode 100644 index 1c08889f8a00..000000000000 Binary files a/python/resources/icons/com/jetbrains/python/dotnet@2x.png and /dev/null differ diff --git a/python/resources/icons/com/jetbrains/python/function.png b/python/resources/icons/com/jetbrains/python/function.png deleted file mode 100644 index c57431a6efde..000000000000 Binary files a/python/resources/icons/com/jetbrains/python/function.png and /dev/null differ diff --git a/python/resources/icons/com/jetbrains/python/function.svg b/python/resources/icons/com/jetbrains/python/function.svg new file mode 100644 index 000000000000..954bb48cf0cb --- /dev/null +++ b/python/resources/icons/com/jetbrains/python/function.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/python/resources/icons/com/jetbrains/python/function@2x.png b/python/resources/icons/com/jetbrains/python/function@2x.png deleted file mode 100644 index b54fea6cb5b7..000000000000 Binary files a/python/resources/icons/com/jetbrains/python/function@2x.png and /dev/null differ diff --git a/python/resources/icons/com/jetbrains/python/jython.png b/python/resources/icons/com/jetbrains/python/jython.png deleted file mode 100644 index a89f81b5332c..000000000000 Binary files a/python/resources/icons/com/jetbrains/python/jython.png and /dev/null differ diff --git a/python/resources/icons/com/jetbrains/python/jython.svg b/python/resources/icons/com/jetbrains/python/jython.svg new file mode 100644 index 000000000000..3f53985ac83a --- /dev/null +++ b/python/resources/icons/com/jetbrains/python/jython.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/python/resources/icons/com/jetbrains/python/jython@2x.png b/python/resources/icons/com/jetbrains/python/jython@2x.png deleted file mode 100644 index 6c051aee2e65..000000000000 Binary files a/python/resources/icons/com/jetbrains/python/jython@2x.png and /dev/null differ diff --git a/python/resources/icons/com/jetbrains/python/nodes/cyan-dot.png b/python/resources/icons/com/jetbrains/python/nodes/cyan-dot.png deleted file mode 100644 index 9118f7dfe9a8..000000000000 Binary files a/python/resources/icons/com/jetbrains/python/nodes/cyan-dot.png and /dev/null differ diff --git a/python/resources/icons/com/jetbrains/python/nodes/cyan-dot.svg b/python/resources/icons/com/jetbrains/python/nodes/cyan-dot.svg new file mode 100644 index 000000000000..8e7026887b03 --- /dev/null +++ b/python/resources/icons/com/jetbrains/python/nodes/cyan-dot.svg @@ -0,0 +1,3 @@ + + + diff --git a/python/resources/icons/com/jetbrains/python/nodes/cyan-dot@2x.png b/python/resources/icons/com/jetbrains/python/nodes/cyan-dot@2x.png deleted file mode 100644 index 685f87347bbd..000000000000 Binary files a/python/resources/icons/com/jetbrains/python/nodes/cyan-dot@2x.png and /dev/null differ diff --git a/python/resources/icons/com/jetbrains/python/nodes/lock.png b/python/resources/icons/com/jetbrains/python/nodes/lock.png deleted file mode 100644 index be02730a235a..000000000000 Binary files a/python/resources/icons/com/jetbrains/python/nodes/lock.png and /dev/null differ diff --git a/python/resources/icons/com/jetbrains/python/nodes/lock.svg b/python/resources/icons/com/jetbrains/python/nodes/lock.svg new file mode 100644 index 000000000000..df60e3a58d79 --- /dev/null +++ b/python/resources/icons/com/jetbrains/python/nodes/lock.svg @@ -0,0 +1,3 @@ + + + diff --git a/python/resources/icons/com/jetbrains/python/nodes/lock@2x.png b/python/resources/icons/com/jetbrains/python/nodes/lock@2x.png deleted file mode 100644 index 1b67e788e56c..000000000000 Binary files a/python/resources/icons/com/jetbrains/python/nodes/lock@2x.png and /dev/null differ diff --git a/python/resources/icons/com/jetbrains/python/nodes/red-inv-triangle.png b/python/resources/icons/com/jetbrains/python/nodes/red-inv-triangle.png deleted file mode 100644 index c078c76171b6..000000000000 Binary files a/python/resources/icons/com/jetbrains/python/nodes/red-inv-triangle.png and /dev/null differ diff --git a/python/resources/icons/com/jetbrains/python/nodes/red-inv-triangle.svg b/python/resources/icons/com/jetbrains/python/nodes/red-inv-triangle.svg new file mode 100644 index 000000000000..ac76f3cf048d --- /dev/null +++ b/python/resources/icons/com/jetbrains/python/nodes/red-inv-triangle.svg @@ -0,0 +1,3 @@ + + + diff --git a/python/resources/icons/com/jetbrains/python/nodes/red-inv-triangle@2x.png b/python/resources/icons/com/jetbrains/python/nodes/red-inv-triangle@2x.png deleted file mode 100644 index 9a87389aa135..000000000000 Binary files a/python/resources/icons/com/jetbrains/python/nodes/red-inv-triangle@2x.png and /dev/null differ diff --git a/python/resources/icons/com/jetbrains/python/propertyDeleter.png b/python/resources/icons/com/jetbrains/python/propertyDeleter.png deleted file mode 100644 index 98ec06ae3fbc..000000000000 Binary files a/python/resources/icons/com/jetbrains/python/propertyDeleter.png and /dev/null differ diff --git a/python/resources/icons/com/jetbrains/python/propertyDeleter.svg b/python/resources/icons/com/jetbrains/python/propertyDeleter.svg new file mode 100644 index 000000000000..0fe301e75d2b --- /dev/null +++ b/python/resources/icons/com/jetbrains/python/propertyDeleter.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/python/resources/icons/com/jetbrains/python/propertyDeleter@2x.png b/python/resources/icons/com/jetbrains/python/propertyDeleter@2x.png deleted file mode 100644 index 4b6eb2a465c6..000000000000 Binary files a/python/resources/icons/com/jetbrains/python/propertyDeleter@2x.png and /dev/null differ diff --git a/python/resources/icons/com/jetbrains/python/propertyDeleter@2x_dark.png b/python/resources/icons/com/jetbrains/python/propertyDeleter@2x_dark.png deleted file mode 100644 index 6c2111b64238..000000000000 Binary files a/python/resources/icons/com/jetbrains/python/propertyDeleter@2x_dark.png and /dev/null differ diff --git a/python/resources/icons/com/jetbrains/python/propertyDeleter_dark.png b/python/resources/icons/com/jetbrains/python/propertyDeleter_dark.png deleted file mode 100644 index 91e6e19fcdd3..000000000000 Binary files a/python/resources/icons/com/jetbrains/python/propertyDeleter_dark.png and /dev/null differ diff --git a/python/resources/icons/com/jetbrains/python/propertyDeleter_dark.svg b/python/resources/icons/com/jetbrains/python/propertyDeleter_dark.svg new file mode 100644 index 000000000000..664d7b78cf0f --- /dev/null +++ b/python/resources/icons/com/jetbrains/python/propertyDeleter_dark.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/python/resources/icons/com/jetbrains/python/propertyGetter.png b/python/resources/icons/com/jetbrains/python/propertyGetter.png deleted file mode 100644 index d8fcd51a2e4f..000000000000 Binary files a/python/resources/icons/com/jetbrains/python/propertyGetter.png and /dev/null differ diff --git a/python/resources/icons/com/jetbrains/python/propertyGetter.svg b/python/resources/icons/com/jetbrains/python/propertyGetter.svg new file mode 100644 index 000000000000..a1d091f7687b --- /dev/null +++ b/python/resources/icons/com/jetbrains/python/propertyGetter.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/python/resources/icons/com/jetbrains/python/propertyGetter@2x.png b/python/resources/icons/com/jetbrains/python/propertyGetter@2x.png deleted file mode 100644 index a4fe325577b7..000000000000 Binary files a/python/resources/icons/com/jetbrains/python/propertyGetter@2x.png and /dev/null differ diff --git a/python/resources/icons/com/jetbrains/python/propertyGetter@2x_dark.png b/python/resources/icons/com/jetbrains/python/propertyGetter@2x_dark.png deleted file mode 100644 index a166d17385cb..000000000000 Binary files a/python/resources/icons/com/jetbrains/python/propertyGetter@2x_dark.png and /dev/null differ diff --git a/python/resources/icons/com/jetbrains/python/propertyGetter_dark.png b/python/resources/icons/com/jetbrains/python/propertyGetter_dark.png deleted file mode 100644 index 5ee00ec72407..000000000000 Binary files a/python/resources/icons/com/jetbrains/python/propertyGetter_dark.png and /dev/null differ diff --git a/python/resources/icons/com/jetbrains/python/propertyGetter_dark.svg b/python/resources/icons/com/jetbrains/python/propertyGetter_dark.svg new file mode 100644 index 000000000000..b1fcfae96007 --- /dev/null +++ b/python/resources/icons/com/jetbrains/python/propertyGetter_dark.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/python/resources/icons/com/jetbrains/python/propertySetter.png b/python/resources/icons/com/jetbrains/python/propertySetter.png deleted file mode 100644 index 4b45adea872d..000000000000 Binary files a/python/resources/icons/com/jetbrains/python/propertySetter.png and /dev/null differ diff --git a/python/resources/icons/com/jetbrains/python/propertySetter.svg b/python/resources/icons/com/jetbrains/python/propertySetter.svg new file mode 100644 index 000000000000..e890b1db7885 --- /dev/null +++ b/python/resources/icons/com/jetbrains/python/propertySetter.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/python/resources/icons/com/jetbrains/python/propertySetter@2x.png b/python/resources/icons/com/jetbrains/python/propertySetter@2x.png deleted file mode 100644 index 80dd383ab48f..000000000000 Binary files a/python/resources/icons/com/jetbrains/python/propertySetter@2x.png and /dev/null differ diff --git a/python/resources/icons/com/jetbrains/python/propertySetter@2x_dark.png b/python/resources/icons/com/jetbrains/python/propertySetter@2x_dark.png deleted file mode 100644 index 949d652951ae..000000000000 Binary files a/python/resources/icons/com/jetbrains/python/propertySetter@2x_dark.png and /dev/null differ diff --git a/python/resources/icons/com/jetbrains/python/propertySetter_dark.png b/python/resources/icons/com/jetbrains/python/propertySetter_dark.png deleted file mode 100644 index 18d51f8dd130..000000000000 Binary files a/python/resources/icons/com/jetbrains/python/propertySetter_dark.png and /dev/null differ diff --git a/python/resources/icons/com/jetbrains/python/propertySetter_dark.svg b/python/resources/icons/com/jetbrains/python/propertySetter_dark.svg new file mode 100644 index 000000000000..2d57fccf15b6 --- /dev/null +++ b/python/resources/icons/com/jetbrains/python/propertySetter_dark.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/python/resources/icons/com/jetbrains/python/pypy.png b/python/resources/icons/com/jetbrains/python/pypy.png deleted file mode 100644 index 1649f3a6b6b8..000000000000 Binary files a/python/resources/icons/com/jetbrains/python/pypy.png and /dev/null differ diff --git a/python/resources/icons/com/jetbrains/python/pypy.svg b/python/resources/icons/com/jetbrains/python/pypy.svg new file mode 100644 index 000000000000..a1fc2a98439f --- /dev/null +++ b/python/resources/icons/com/jetbrains/python/pypy.svg @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/python/resources/icons/com/jetbrains/python/pypy@2x.png b/python/resources/icons/com/jetbrains/python/pypy@2x.png deleted file mode 100644 index c7ed86162722..000000000000 Binary files a/python/resources/icons/com/jetbrains/python/pypy@2x.png and /dev/null differ diff --git a/python/resources/icons/com/jetbrains/python/python-logo.png b/python/resources/icons/com/jetbrains/python/python-logo.png deleted file mode 100644 index 7e537c2d7ad5..000000000000 Binary files a/python/resources/icons/com/jetbrains/python/python-logo.png and /dev/null differ diff --git a/python/resources/icons/com/jetbrains/python/python-logo@2x.png b/python/resources/icons/com/jetbrains/python/python-logo@2x.png deleted file mode 100644 index 5410c1ce1494..000000000000 Binary files a/python/resources/icons/com/jetbrains/python/python-logo@2x.png and /dev/null differ diff --git a/python/resources/icons/com/jetbrains/python/python.png b/python/resources/icons/com/jetbrains/python/python.png deleted file mode 100644 index 7e537c2d7ad5..000000000000 Binary files a/python/resources/icons/com/jetbrains/python/python.png and /dev/null differ diff --git a/python/resources/icons/com/jetbrains/python/python.svg b/python/resources/icons/com/jetbrains/python/python.svg new file mode 100644 index 000000000000..56660816893a --- /dev/null +++ b/python/resources/icons/com/jetbrains/python/python.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/python/resources/icons/com/jetbrains/python/python@2x.png b/python/resources/icons/com/jetbrains/python/python@2x.png deleted file mode 100644 index 5410c1ce1494..000000000000 Binary files a/python/resources/icons/com/jetbrains/python/python@2x.png and /dev/null differ diff --git a/python/resources/icons/com/jetbrains/python/pythonClosed.png b/python/resources/icons/com/jetbrains/python/pythonClosed.png deleted file mode 100644 index 77db6ce1f219..000000000000 Binary files a/python/resources/icons/com/jetbrains/python/pythonClosed.png and /dev/null differ diff --git a/python/resources/icons/com/jetbrains/python/pythonClosed.svg b/python/resources/icons/com/jetbrains/python/pythonClosed.svg new file mode 100644 index 000000000000..f1e9196814bb --- /dev/null +++ b/python/resources/icons/com/jetbrains/python/pythonClosed.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/python/resources/icons/com/jetbrains/python/pythonClosed@2x.png b/python/resources/icons/com/jetbrains/python/pythonClosed@2x.png deleted file mode 100644 index 01c22be7e51d..000000000000 Binary files a/python/resources/icons/com/jetbrains/python/pythonClosed@2x.png and /dev/null differ diff --git a/python/resources/icons/com/jetbrains/python/pythonConsole.png b/python/resources/icons/com/jetbrains/python/pythonConsole.png deleted file mode 100644 index 5a6b15353ace..000000000000 Binary files a/python/resources/icons/com/jetbrains/python/pythonConsole.png and /dev/null differ diff --git a/python/resources/icons/com/jetbrains/python/pythonConsole.svg b/python/resources/icons/com/jetbrains/python/pythonConsole.svg new file mode 100644 index 000000000000..7ece30628bd9 --- /dev/null +++ b/python/resources/icons/com/jetbrains/python/pythonConsole.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/python/resources/icons/com/jetbrains/python/pythonConsole@2x.png b/python/resources/icons/com/jetbrains/python/pythonConsole@2x.png deleted file mode 100644 index d2c7a66b0575..000000000000 Binary files a/python/resources/icons/com/jetbrains/python/pythonConsole@2x.png and /dev/null differ diff --git a/python/resources/icons/com/jetbrains/python/pythonConsole@2x_dark.png b/python/resources/icons/com/jetbrains/python/pythonConsole@2x_dark.png deleted file mode 100644 index 899d867699cd..000000000000 Binary files a/python/resources/icons/com/jetbrains/python/pythonConsole@2x_dark.png and /dev/null differ diff --git a/python/resources/icons/com/jetbrains/python/pythonConsole_dark.png b/python/resources/icons/com/jetbrains/python/pythonConsole_dark.png deleted file mode 100644 index ab122b5f6ee7..000000000000 Binary files a/python/resources/icons/com/jetbrains/python/pythonConsole_dark.png and /dev/null differ diff --git a/python/resources/icons/com/jetbrains/python/pythonTests.png b/python/resources/icons/com/jetbrains/python/pythonTests.png deleted file mode 100644 index 7dea3b93f232..000000000000 Binary files a/python/resources/icons/com/jetbrains/python/pythonTests.png and /dev/null differ diff --git a/python/resources/icons/com/jetbrains/python/pythonTests.svg b/python/resources/icons/com/jetbrains/python/pythonTests.svg new file mode 100644 index 000000000000..b7ea4f1b6a0f --- /dev/null +++ b/python/resources/icons/com/jetbrains/python/pythonTests.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/python/resources/icons/com/jetbrains/python/pythonTests@2x.png b/python/resources/icons/com/jetbrains/python/pythonTests@2x.png deleted file mode 100644 index 8f3e58793ec9..000000000000 Binary files a/python/resources/icons/com/jetbrains/python/pythonTests@2x.png and /dev/null differ diff --git a/python/resources/icons/com/jetbrains/python/vagrant.png b/python/resources/icons/com/jetbrains/python/vagrant.png deleted file mode 100644 index 92438d4683d7..000000000000 Binary files a/python/resources/icons/com/jetbrains/python/vagrant.png and /dev/null differ diff --git a/python/resources/icons/com/jetbrains/python/vagrant.svg b/python/resources/icons/com/jetbrains/python/vagrant.svg new file mode 100644 index 000000000000..5ac3b8eaf459 --- /dev/null +++ b/python/resources/icons/com/jetbrains/python/vagrant.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/python/resources/icons/com/jetbrains/python/vagrant@2x.png b/python/resources/icons/com/jetbrains/python/vagrant@2x.png deleted file mode 100644 index ac84dff5477a..000000000000 Binary files a/python/resources/icons/com/jetbrains/python/vagrant@2x.png and /dev/null differ diff --git a/python/resources/icons/com/jetbrains/python/vagrant@2x_dark.png b/python/resources/icons/com/jetbrains/python/vagrant@2x_dark.png deleted file mode 100644 index 99e25e800751..000000000000 Binary files a/python/resources/icons/com/jetbrains/python/vagrant@2x_dark.png and /dev/null differ diff --git a/python/resources/icons/com/jetbrains/python/vagrant_dark.png b/python/resources/icons/com/jetbrains/python/vagrant_dark.png deleted file mode 100644 index f0477cf121bd..000000000000 Binary files a/python/resources/icons/com/jetbrains/python/vagrant_dark.png and /dev/null differ diff --git a/python/resources/icons/com/jetbrains/python/vagrant_dark.svg b/python/resources/icons/com/jetbrains/python/vagrant_dark.svg new file mode 100644 index 000000000000..4c1867d8c99d --- /dev/null +++ b/python/resources/icons/com/jetbrains/python/vagrant_dark.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/python/resources/icons/com/jetbrains/python/virtualenv.png b/python/resources/icons/com/jetbrains/python/virtualenv.png deleted file mode 100644 index 9f5c08a26a39..000000000000 Binary files a/python/resources/icons/com/jetbrains/python/virtualenv.png and /dev/null differ diff --git a/python/resources/icons/com/jetbrains/python/virtualenv.svg b/python/resources/icons/com/jetbrains/python/virtualenv.svg new file mode 100644 index 000000000000..5943157f0a76 --- /dev/null +++ b/python/resources/icons/com/jetbrains/python/virtualenv.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/python/resources/icons/com/jetbrains/python/virtualenv@2x.png b/python/resources/icons/com/jetbrains/python/virtualenv@2x.png deleted file mode 100644 index fccb5f0e44f1..000000000000 Binary files a/python/resources/icons/com/jetbrains/python/virtualenv@2x.png and /dev/null differ diff --git a/python/resources/icons/com/jetbrains/python/virtualenv@2x_dark.png b/python/resources/icons/com/jetbrains/python/virtualenv@2x_dark.png deleted file mode 100644 index 668c1a23941e..000000000000 Binary files a/python/resources/icons/com/jetbrains/python/virtualenv@2x_dark.png and /dev/null differ diff --git a/python/resources/icons/com/jetbrains/python/virtualenv_dark.png b/python/resources/icons/com/jetbrains/python/virtualenv_dark.png deleted file mode 100644 index ad7f6ce37f0e..000000000000 Binary files a/python/resources/icons/com/jetbrains/python/virtualenv_dark.png and /dev/null differ