Sun, 05 Apr 2020 12:06:15 +0200
Merged with default branch to prepare new release.
--- a/docs/changelog Sat Mar 07 11:12:38 2020 +0100 +++ b/docs/changelog Sun Apr 05 12:06:15 2020 +0200 @@ -1,5 +1,10 @@ Change Log ---------- +Version 20.4: +- bug fixes +- General + -- included a new icon set based on the Breeze icons of KDE + Version 20.3: - bug fixes - Debugger
--- a/eric6.e4p Sat Mar 07 11:12:38 2020 +0100 +++ b/eric6.e4p Sun Apr 05 12:06:15 2020 +0200 @@ -2142,19 +2142,21 @@ <Other>eric6/Plugins/UiExtensionPlugins/Translator/icons/pronounce.png</Other> <Other>eric6/Plugins/UiExtensionPlugins/Translator/icons/swap.png</Other> <Other>eric6/Plugins/UiExtensionPlugins/Translator/icons/translate.png</Other> - <Other>eric6/Plugins/VcsPlugins/vcsGit/icons/conflict.png</Other> - <Other>eric6/Plugins/VcsPlugins/vcsGit/icons/git.png</Other> - <Other>eric6/Plugins/VcsPlugins/vcsGit/icons/git92.png</Other> - <Other>eric6/Plugins/VcsPlugins/vcsGit/icons/preferences-git.png</Other> - <Other>eric6/Plugins/VcsPlugins/vcsMercurial/icons/mercurial.png</Other> - <Other>eric6/Plugins/VcsPlugins/vcsMercurial/icons/preferences-mercurial.png</Other> - <Other>eric6/Plugins/VcsPlugins/vcsMercurial/icons/startServer.png</Other> - <Other>eric6/Plugins/VcsPlugins/vcsMercurial/icons/stopServer.png</Other> + <Other>eric6/Plugins/VcsPlugins/vcsGit/icons/conflict.svg</Other> + <Other>eric6/Plugins/VcsPlugins/vcsGit/icons/git.svg</Other> + <Other>eric6/Plugins/VcsPlugins/vcsGit/icons/git92.svg</Other> + <Other>eric6/Plugins/VcsPlugins/vcsGit/icons/preferences-git.svg</Other> + <Other>eric6/Plugins/VcsPlugins/vcsMercurial/icons/mercurial.svg</Other> + <Other>eric6/Plugins/VcsPlugins/vcsMercurial/icons/preferences-mercurial.svg</Other> + <Other>eric6/Plugins/VcsPlugins/vcsMercurial/icons/startServer-dark.svg</Other> + <Other>eric6/Plugins/VcsPlugins/vcsMercurial/icons/startServer-light.svg</Other> + <Other>eric6/Plugins/VcsPlugins/vcsMercurial/icons/stopServer-dark.svg</Other> + <Other>eric6/Plugins/VcsPlugins/vcsMercurial/icons/stopServer-light.svg</Other> <Other>eric6/Plugins/VcsPlugins/vcsMercurial/templates/logBrowserBookmarkPhase.tmpl</Other> - <Other>eric6/Plugins/VcsPlugins/vcsPySvn/icons/preferences-subversion.png</Other> - <Other>eric6/Plugins/VcsPlugins/vcsPySvn/icons/pysvn.png</Other> - <Other>eric6/Plugins/VcsPlugins/vcsSubversion/icons/preferences-subversion.png</Other> - <Other>eric6/Plugins/VcsPlugins/vcsSubversion/icons/subversion.png</Other> + <Other>eric6/Plugins/VcsPlugins/vcsPySvn/icons/preferences-subversion.svg</Other> + <Other>eric6/Plugins/VcsPlugins/vcsPySvn/icons/pysvn.svg</Other> + <Other>eric6/Plugins/VcsPlugins/vcsSubversion/icons/preferences-subversion.svg</Other> + <Other>eric6/Plugins/VcsPlugins/vcsSubversion/icons/subversion.svg</Other> <Other>eric6/Plugins/ViewManagerPlugins/Listspace/preview.png</Other> <Other>eric6/Plugins/ViewManagerPlugins/Tabview/preview.png</Other> <Other>eric6/Plugins/WizardPlugins/SetupWizard/data/trove_classifiers.txt</Other>
--- a/eric6/APIs/Python3/eric6.api Sat Mar 07 11:12:38 2020 +0100 +++ b/eric6/APIs/Python3/eric6.api Sun Apr 05 12:06:15 2020 +0200 @@ -966,6 +966,7 @@ eric6.E5Gui.E5Application.E5Application.registerObject?4(name, objectRef) eric6.E5Gui.E5Application.E5Application.registerPluginObject?4(name, objectRef, pluginType=None) eric6.E5Gui.E5Application.E5Application.unregisterPluginObject?4(name) +eric6.E5Gui.E5Application.E5Application.usesDarkPalette?4() eric6.E5Gui.E5Application.E5Application?1(argv) eric6.E5Gui.E5Application.e5App?7 eric6.E5Gui.E5ClickableLabel.E5ClickableLabel.clicked?7 @@ -4096,6 +4097,7 @@ eric6.Plugins.VcsPlugins.vcsGit.GitLogBrowserDialog.GitLogBrowserDialog.show?4() eric6.Plugins.VcsPlugins.vcsGit.GitLogBrowserDialog.GitLogBrowserDialog.start?4(fn, isFile=False, noEntries=0) eric6.Plugins.VcsPlugins.vcsGit.GitLogBrowserDialog.GitLogBrowserDialog?1(vcs, parent=None) +eric6.Plugins.VcsPlugins.vcsGit.GitLogBrowserDialog.LIGHTCOLORS?7 eric6.Plugins.VcsPlugins.vcsGit.GitMergeDialog.GitMergeDialog.getParameters?4() eric6.Plugins.VcsPlugins.vcsGit.GitMergeDialog.GitMergeDialog.on_branchButton_toggled?4(checked) eric6.Plugins.VcsPlugins.vcsGit.GitMergeDialog.GitMergeDialog.on_branchCombo_editTextChanged?4(txt) @@ -4678,6 +4680,7 @@ eric6.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.HgLogBrowserDialog.show?4() eric6.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.HgLogBrowserDialog.start?4(fn, bundle=None, isFile=False, noEntries=0) eric6.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.HgLogBrowserDialog?1(vcs, mode="", parent=None) +eric6.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.LIGHTCOLORS?7 eric6.Plugins.VcsPlugins.vcsMercurial.HgMergeDialog.HgMergeDialog.getParameters?4() eric6.Plugins.VcsPlugins.vcsMercurial.HgMergeDialog.HgMergeDialog.on_bookmarkButton_toggled?4(checked) eric6.Plugins.VcsPlugins.vcsMercurial.HgMergeDialog.HgMergeDialog.on_bookmarkCombo_editTextChanged?4(txt) @@ -8428,7 +8431,7 @@ eric6.Toolbox.SingleApplication.SingleApplicationServer?1(name) eric6.Toolbox.Startup.application?7 eric6.Toolbox.Startup.handleArgs?4(argv, appinfo) -eric6.Toolbox.Startup.initializeResourceSearchPath?4() +eric6.Toolbox.Startup.initializeResourceSearchPath?4(application) eric6.Toolbox.Startup.loadTranslatorForLocale?4(dirs, tn) eric6.Toolbox.Startup.loadTranslators?4(qtTransDir, app, translationFiles=()) eric6.Toolbox.Startup.loaded_translators?7 @@ -8809,6 +8812,7 @@ eric6.UI.PixmapCache.PixmapCache.SupportedExtensions?7 eric6.UI.PixmapCache.PixmapCache.addSearchPath?4(path) eric6.UI.PixmapCache.PixmapCache.getPixmap?4(key, size=None) +eric6.UI.PixmapCache.PixmapCache.removeSearchPath?4(path) eric6.UI.PixmapCache.PixmapCache?1() eric6.UI.PixmapCache.addSearchPath?4(path, cache=pixCache) eric6.UI.PixmapCache.getCombinedIcon?4(keys, size=None, cache=pixCache) @@ -8816,6 +8820,7 @@ eric6.UI.PixmapCache.getPixmap?4(key, size=None, cache=pixCache) eric6.UI.PixmapCache.getSymlinkIcon?4(key, size=None, cache=pixCache) eric6.UI.PixmapCache.pixCache?7 +eric6.UI.PixmapCache.removeSearchPath?4(path, cache=pixCache) eric6.UI.Previewer.Previewer.hide?4() eric6.UI.Previewer.Previewer.preferencesChanged?4() eric6.UI.Previewer.Previewer.show?4() @@ -11728,6 +11733,7 @@ install.initGlobals?4() install.installApis?7 install.installEric?4() +install.isPipOutdated?4() install.macAppBundleName?7 install.macAppBundlePath?7 install.macPythonExe?7 @@ -11742,6 +11748,7 @@ install.pyModDir?7 install.shutilCopy?4(src, dst, perm=0o644) install.sourceDir?7 +install.updatePip?4() install.usage?4(rcode=2) install.windowsDesktopEntries?4() install.windowsDesktopNames?4()
--- a/eric6/DebugClients/Python/DebugBase.py Sat Mar 07 11:12:38 2020 +0100 +++ b/eric6/DebugClients/Python/DebugBase.py Sun Apr 05 12:06:15 2020 +0200 @@ -629,6 +629,8 @@ # No need to handle special case if a lot of lines between # (e.g. closure), because the additional lines won't cause a bp for co_lno in co_lnotab: + if co_lno >= 0x80: + lineNo -= 0x100 lineNo += co_lno lineNumbers.append(lineNo)
--- a/eric6/Debugger/DebugViewer.py Sat Mar 07 11:12:38 2020 +0100 +++ b/eric6/Debugger/DebugViewer.py Sun Apr 05 12:06:15 2020 +0200 @@ -177,7 +177,7 @@ self.callStackViewer = CallStackViewer(self.debugServer) index = self.__tabWidget.addTab( self.callStackViewer, - UI.PixmapCache.getIcon("step.png"), "") + UI.PixmapCache.getIcon("callStack"), "") self.__tabWidget.setTabToolTip( index, self.callStackViewer.windowTitle()) self.callStackViewer.sourceFile.connect(self.sourceFile)
--- a/eric6/Documentation/Help/source.qhp Sat Mar 07 11:12:38 2020 +0100 +++ b/eric6/Documentation/Help/source.qhp Sun Apr 05 12:06:15 2020 +0200 @@ -3795,6 +3795,7 @@ <keyword name="E5Application.registerObject" id="E5Application.registerObject" ref="eric6.E5Gui.E5Application.html#E5Application.registerObject" /> <keyword name="E5Application.registerPluginObject" id="E5Application.registerPluginObject" ref="eric6.E5Gui.E5Application.html#E5Application.registerPluginObject" /> <keyword name="E5Application.unregisterPluginObject" id="E5Application.unregisterPluginObject" ref="eric6.E5Gui.E5Application.html#E5Application.unregisterPluginObject" /> + <keyword name="E5Application.usesDarkPalette" id="E5Application.usesDarkPalette" ref="eric6.E5Gui.E5Application.html#E5Application.usesDarkPalette" /> <keyword name="E5ArrowItem" id="E5ArrowItem" ref="eric6.E5Graphics.E5ArrowItem.html#E5ArrowItem" /> <keyword name="E5ArrowItem (Constructor)" id="E5ArrowItem (Constructor)" ref="eric6.E5Graphics.E5ArrowItem.html#E5ArrowItem.__init__" /> <keyword name="E5ArrowItem (Module)" id="E5ArrowItem (Module)" ref="eric6.E5Graphics.E5ArrowItem.html" /> @@ -7385,6 +7386,7 @@ <keyword name="HgDialog (Constructor)" id="HgDialog (Constructor)" ref="eric6.Plugins.VcsPlugins.vcsMercurial.HgDialog.html#HgDialog.__init__" /> <keyword name="HgDialog (Module)" id="HgDialog (Module)" ref="eric6.Plugins.VcsPlugins.vcsMercurial.HgDialog.html" /> <keyword name="HgDialog.__finish" id="HgDialog.__finish" ref="eric6.Plugins.VcsPlugins.vcsMercurial.HgDialog.html#HgDialog.__finish" /> + <keyword name="HgDialog.__getInput" id="HgDialog.__getInput" ref="eric6.Plugins.VcsPlugins.vcsMercurial.HgDialog.html#HgDialog.__getInput" /> <keyword name="HgDialog.__showError" id="HgDialog.__showError" ref="eric6.Plugins.VcsPlugins.vcsMercurial.HgDialog.html#HgDialog.__showError" /> <keyword name="HgDialog.__showOutput" id="HgDialog.__showOutput" ref="eric6.Plugins.VcsPlugins.vcsMercurial.HgDialog.html#HgDialog.__showOutput" /> <keyword name="HgDialog.hasAddOrDelete" id="HgDialog.hasAddOrDelete" ref="eric6.Plugins.VcsPlugins.vcsMercurial.HgDialog.html#HgDialog.hasAddOrDelete" /> @@ -10660,6 +10662,7 @@ <keyword name="PixmapCache (Module)" id="PixmapCache (Module)" ref="eric6.UI.PixmapCache.html" /> <keyword name="PixmapCache.addSearchPath" id="PixmapCache.addSearchPath" ref="eric6.UI.PixmapCache.html#PixmapCache.addSearchPath" /> <keyword name="PixmapCache.getPixmap" id="PixmapCache.getPixmap" ref="eric6.UI.PixmapCache.html#PixmapCache.getPixmap" /> + <keyword name="PixmapCache.removeSearchPath" id="PixmapCache.removeSearchPath" ref="eric6.UI.PixmapCache.html#PixmapCache.removeSearchPath" /> <keyword name="PixmapDiagram" id="PixmapDiagram" ref="eric6.Graphics.PixmapDiagram.html#PixmapDiagram" /> <keyword name="PixmapDiagram (Constructor)" id="PixmapDiagram (Constructor)" ref="eric6.Graphics.PixmapDiagram.html#PixmapDiagram.__init__" /> <keyword name="PixmapDiagram (Module)" id="PixmapDiagram (Module)" ref="eric6.Graphics.PixmapDiagram.html" /> @@ -17414,6 +17417,7 @@ <keyword name="isNameConstant_1" id="isNameConstant_1" ref="eric6.Plugins.CheckerPlugins.CodeStyleChecker.AstUtilities.html#isNameConstant_1" /> <keyword name="isNumber" id="isNumber" ref="eric6.Plugins.CheckerPlugins.CodeStyleChecker.AstUtilities.html#isNumber" /> <keyword name="isNumber_1" id="isNumber_1" ref="eric6.Plugins.CheckerPlugins.CodeStyleChecker.AstUtilities.html#isNumber_1" /> + <keyword name="isPipOutdated" id="isPipOutdated" ref="install.html#isPipOutdated" /> <keyword name="isString" id="isString" ref="eric6.Plugins.CheckerPlugins.CodeStyleChecker.AstUtilities.html#isString" /> <keyword name="isString_1" id="isString_1" ref="eric6.Plugins.CheckerPlugins.CodeStyleChecker.AstUtilities.html#isString_1" /> <keyword name="isTextFile" id="isTextFile" ref="eric6.Utilities.MimeTypes.html#isTextFile" /> @@ -17598,6 +17602,7 @@ <keyword name="removeMarkers" id="removeMarkers" ref="eric6.UI.CompareDialog.html#removeMarkers" /> <keyword name="removePluginDirectories" id="removePluginDirectories" ref="uninstall.html#removePluginDirectories" /> <keyword name="removeProjectBrowserFlags" id="removeProjectBrowserFlags" ref="eric6.Preferences.__init__.html#removeProjectBrowserFlags" /> + <keyword name="removeSearchPath" id="removeSearchPath" ref="eric6.UI.PixmapCache.html#removeSearchPath" /> <keyword name="renderTabPreview" id="renderTabPreview" ref="eric6.WebBrowser.WebBrowserSnap.html#renderTabPreview" /> <keyword name="resetInterface" id="resetInterface" ref="eric6.CondaInterface.__init__.html#resetInterface" /> <keyword name="resetLayout" id="resetLayout" ref="eric6.Preferences.__init__.html#resetLayout" /> @@ -17730,6 +17735,7 @@ <keyword name="uninstallWindowsLinks" id="uninstallWindowsLinks" ref="uninstall.html#uninstallWindowsLinks" /> <keyword name="unregisterLexer" id="unregisterLexer" ref="eric6.QScintilla.Lexers.__init__.html#unregisterLexer" /> <keyword name="unregisterView" id="unregisterView" ref="eric6.WebBrowser.WebInspector.html#unregisterView" /> + <keyword name="updatePip" id="updatePip" ref="install.html#updatePip" /> <keyword name="update_counts" id="update_counts" ref="eric6.Plugins.CheckerPlugins.CodeStyleChecker.pycodestyle.html#update_counts" /> <keyword name="usage" id="usage" ref="eric6.Toolbox.Startup.html#usage" /> <keyword name="usage" id="usage" ref="eric6.eric6_api.html#usage" />
--- a/eric6/Documentation/Source/eric6.E5Gui.E5Application.html Sat Mar 07 11:12:38 2020 +0100 +++ b/eric6/Documentation/Source/eric6.E5Gui.E5Application.html Sun Apr 05 12:06:15 2020 +0200 @@ -100,6 +100,10 @@ <td><a href="#E5Application.unregisterPluginObject">unregisterPluginObject</a></td> <td>Public method to unregister a plugin object in the object registry.</td> </tr> +<tr> +<td><a href="#E5Application.usesDarkPalette">usesDarkPalette</a></td> +<td>Public method to check, if the application uses a palette with a dark background.</td> +</tr> </table> <h3>Static Methods</h3> @@ -116,7 +120,7 @@ </p> <dl> -<dt><i>argv</i></dt> +<dt><i>argv</i> (list)</dt> <dd> command line arguments </dd> @@ -130,9 +134,9 @@ </p> <dl> -<dt><i>name</i></dt> +<dt><i>name</i> (str)</dt> <dd> -name of the object (string) +name of the object </dd> </dl> <dl> @@ -142,6 +146,12 @@ </dd> </dl> <dl> +<dt>Return Type:</dt> +<dd> +any +</dd> +</dl> +<dl> <dt>Raises <b>KeyError</b>:</dt> <dd> @@ -157,9 +167,9 @@ </p> <dl> -<dt><i>name</i></dt> +<dt><i>name</i> (str)</dt> <dd> -name of the plugin object (string) +name of the plugin object </dd> </dl> <dl> @@ -169,6 +179,12 @@ </dd> </dl> <dl> +<dt>Return Type:</dt> +<dd> +any +</dd> +</dl> +<dl> <dt>Raises <b>KeyError</b>:</dt> <dd> @@ -184,15 +200,21 @@ </p> <dl> -<dt><i>name</i></dt> +<dt><i>name</i> (str)</dt> <dd> -name of the plugin object (string) +name of the plugin object </dd> </dl> <dl> <dt>Returns:</dt> <dd> -type of the plugin object (string) +type of the plugin object +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +str </dd> </dl> <dl> @@ -216,6 +238,12 @@ list of (name, reference) pairs </dd> </dl> +<dl> +<dt>Return Type:</dt> +<dd> +list of (str, any) +</dd> +</dl> <a NAME="E5Application.registerObject" ID="E5Application.registerObject"></a> <h4>E5Application.registerObject</h4> <b>registerObject</b>(<i>name, objectRef</i>) @@ -225,11 +253,11 @@ </p> <dl> -<dt><i>name</i></dt> +<dt><i>name</i> (str)</dt> <dd> -name of the object (string) +name of the object </dd> -<dt><i>objectRef</i></dt> +<dt><i>objectRef</i> (any)</dt> <dd> reference to the object </dd> @@ -250,17 +278,17 @@ </p> <dl> -<dt><i>name</i></dt> +<dt><i>name</i> (str)</dt> <dd> -name of the plugin object (string) +name of the plugin object </dd> -<dt><i>objectRef</i></dt> +<dt><i>objectRef</i> (any)</dt> <dd> reference to the plugin object </dd> -<dt><i>pluginType=</i></dt> +<dt><i>pluginType</i> (str)</dt> <dd> -type of the plugin object (string) +type of the plugin object </dd> </dl> <dl> @@ -279,9 +307,29 @@ </p> <dl> -<dt><i>name</i></dt> +<dt><i>name</i> (str)</dt> <dd> -name of the plugin object (string) +name of the plugin object +</dd> +</dl> +<a NAME="E5Application.usesDarkPalette" ID="E5Application.usesDarkPalette"></a> +<h4>E5Application.usesDarkPalette</h4> +<b>usesDarkPalette</b>(<i></i>) + +<p> + Public method to check, if the application uses a palette with a dark + background. +</p> +<dl> +<dt>Returns:</dt> +<dd> +flag indicating the use of a palette with a dark background +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +bool </dd> </dl> <div align="right"><a href="#top">Up</a></div>
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsGit.GitLogBrowserDialog.html Sat Mar 07 11:12:38 2020 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsGit.GitLogBrowserDialog.html Sun Apr 05 12:06:15 2020 +0200 @@ -28,7 +28,7 @@ <h3>Global Attributes</h3> <table> -<tr><td>COLORNAMES</td></tr><tr><td>COLORS</td></tr> +<tr><td>COLORNAMES</td></tr><tr><td>COLORS</td></tr><tr><td>LIGHTCOLORS</td></tr> </table> <h3>Classes</h3> @@ -786,15 +786,21 @@ </p> <dl> -<dt><i>n</i></dt> +<dt><i>n</i> (int)</dt> <dd> -color index (integer) +color index </dd> </dl> <dl> <dt>Returns:</dt> <dd> -color name (string) +color name +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +str </dd> </dl> <a NAME="GitLogBrowserDialog.__getCommitForTag" ID="GitLogBrowserDialog.__getCommitForTag"></a>
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgClient.html Sat Mar 07 11:12:38 2020 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgClient.html Sun Apr 05 12:06:15 2020 +0200 @@ -148,21 +148,21 @@ </p> <dl> -<dt><i>repoPath</i></dt> +<dt><i>repoPath</i> (str)</dt> <dd> -root directory of the repository (string) +root directory of the repository </dd> -<dt><i>encoding</i></dt> +<dt><i>encoding</i> (str)</dt> <dd> -encoding to be used by the command server (string) +encoding to be used by the command server </dd> -<dt><i>vcs</i></dt> +<dt><i>vcs</i> (Hg)</dt> <dd> -reference to the VCS object (Hg) +reference to the VCS object </dd> -<dt><i>parent</i></dt> +<dt><i>parent</i> (QObject)</dt> <dd> -reference to the parent object (QObject) +reference to the parent object </dd> </dl> <a NAME="HgClient.__prompt" ID="HgClient.__prompt"></a> @@ -174,19 +174,26 @@ </p> <dl> -<dt><i>size</i></dt> +<dt><i>size</i> (int)</dt> <dd> -maximum length of the requested input (integer) +maximum length of the requested input </dd> -<dt><i>message</i></dt> +<dt><i>message</i> (str)</dt> <dd> -message sent by the server (string) +message sent by the server </dd> </dl> <dl> <dt>Returns:</dt> <dd> -data entered by the user (string) +tuple containing data entered by the user and + a flag indicating a password input +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +tuple of (str, bool) </dd> </dl> <a NAME="HgClient.__readChannel" ID="HgClient.__readChannel"></a> @@ -200,7 +207,12 @@ <dt>Returns:</dt> <dd> tuple of channel designator and channel data - (string, integer or string or bytes) +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +tuple of (str, int or str or bytes) </dd> </dl> <a NAME="HgClient.__readHello" ID="HgClient.__readHello"></a> @@ -213,8 +225,14 @@ <dl> <dt>Returns:</dt> <dd> -tuple of flag indicating success (boolean) and an error message - in case of failure (string) +tuple of flag indicating success and an error message in case + of failure +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +tuple of (bool, str) </dd> </dl> <a NAME="HgClient.__runcommand" ID="HgClient.__runcommand"></a> @@ -226,17 +244,17 @@ </p> <dl> -<dt><i>args</i></dt> +<dt><i>args</i> (list of str)</dt> <dd> -list of arguments for the command (list of string) +list of arguments for the command </dd> -<dt><i>inputChannels</i></dt> +<dt><i>inputChannels</i> (dict)</dt> <dd> dictionary of input channels. The dictionary must have the keys 'I' and 'L' and each entry must be a function receiving the number of bytes to write. </dd> -<dt><i>outputChannels</i></dt> +<dt><i>outputChannels</i> (dict)</dt> <dd> dictionary of output channels. The dictionary must have the keys 'o' and 'e' and each entry must be a function @@ -247,7 +265,13 @@ <dt>Returns:</dt> <dd> result code of the command, -1 if the command server wasn't - started or -10, if the command was canceled (integer) + started or -10, if the command was canceled +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +int </dd> </dl> <dl> @@ -267,13 +291,13 @@ </p> <dl> -<dt><i>exitCode</i></dt> +<dt><i>exitCode</i> (int)</dt> <dd> -exit code of the process (integer) +exit code of the process </dd> -<dt><i>exitStatus</i></dt> +<dt><i>exitStatus</i> (QProcess.ExitStatus)</dt> <dd> -exit status of the process (QProcess.ExitStatus) +exit status of the process </dd> </dl> <a NAME="HgClient.__writeDataBlock" ID="HgClient.__writeDataBlock"></a> @@ -285,9 +309,9 @@ </p> <dl> -<dt><i>data</i></dt> +<dt><i>data</i> (str)</dt> <dd> -data to be sent (string) +data to be sent </dd> </dl> <a NAME="HgClient.cancel" ID="HgClient.cancel"></a> @@ -311,7 +335,13 @@ <dl> <dt>Returns:</dt> <dd> -flag indicating the execution of a command (boolean) +flag indicating the execution of a command +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +bool </dd> </dl> <a NAME="HgClient.myprompt" ID="HgClient.myprompt"></a> @@ -328,8 +358,14 @@ <dl> <dt>Returns:</dt> <dd> -tuple of flag indicating a successful start (boolean) and - an error message (string) in case of failure +tuple of flag indicating a successful start and an error + message in case of failure +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +tuple of (bool, str) </dd> </dl> <a NAME="HgClient.runcommand" ID="HgClient.runcommand"></a> @@ -341,40 +377,49 @@ </p> <dl> -<dt><i>args</i></dt> +<dt><i>args</i> (list of str)</dt> <dd> -list of arguments for the command (list of string) +list of arguments for the command </dd> -<dt><i>prompt=</i></dt> +<dt><i>prompt</i> (func(int, str) -> (str, bool))</dt> <dd> function to reply to prompts by the server. It receives the max number of bytes to return and the contents - of the output channel received so far. + of the output channel received so far. If an output function is + given as well, the prompt data is passed through the output + function. The function must return the input data and a flag + indicating a password input. </dd> -<dt><i>inputData=</i></dt> +<dt><i>inputData</i> (func(int) -> bytes)</dt> <dd> function to reply to bulk data requests by the server. It receives the max number of bytes to return. </dd> -<dt><i>output=</i></dt> +<dt><i>output</i> (func(str))</dt> <dd> -function receiving the data from the server (string). - If a prompt function is given, this parameter will be ignored. +function receiving the data from the server. If a + prompt function is given, it is assumed, that the prompt output + is passed via this function. </dd> -<dt><i>error=</i></dt> +<dt><i>error</i> (func(str))</dt> <dd> function receiving error messages from the server - (string) </dd> </dl> <dl> <dt>Returns:</dt> <dd> -output and errors of the command server (string). In case +tuple of output and errors of the command server. In case output and/or error functions were given, the respective return value will be an empty string. </dd> </dl> +<dl> +<dt>Return Type:</dt> +<dd> +tuple of (str, str) +</dd> +</dl> <a NAME="HgClient.startServer" ID="HgClient.startServer"></a> <h4>HgClient.startServer</h4> <b>startServer</b>(<i></i>) @@ -385,8 +430,14 @@ <dl> <dt>Returns:</dt> <dd> -tuple of flag indicating a successful start (boolean) and - an error message (string) in case of failure +tuple of flag indicating a successful start and an error + message in case of failure +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +tuple of (bool, str) </dd> </dl> <a NAME="HgClient.stopServer" ID="HgClient.stopServer"></a> @@ -406,7 +457,13 @@ <dl> <dt>Returns:</dt> <dd> -flag indicating the cancel state (boolean) +flag indicating the cancel state +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +bool </dd> </dl> <div align="right"><a href="#top">Up</a></div>
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgDialog.html Sat Mar 07 11:12:38 2020 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgDialog.html Sun Apr 05 12:06:15 2020 +0200 @@ -82,6 +82,10 @@ <td>Private slot called when the process finished or the user pressed the button.</td> </tr> <tr> +<td><a href="#HgDialog.__getInput">__getInput</a></td> +<td>Private method to get some input from the user.</td> +</tr> +<tr> <td><a href="#HgDialog.__showError">__showError</a></td> <td>Private slot to show some error.</td> </tr> @@ -151,6 +155,37 @@ Private slot called when the process finished or the user pressed the button. </p> +<a NAME="HgDialog.__getInput" ID="HgDialog.__getInput"></a> +<h4>HgDialog.__getInput</h4> +<b>__getInput</b>(<i>size, message</i>) + +<p> + Private method to get some input from the user. +</p> +<dl> + +<dt><i>size</i> (int)</dt> +<dd> +maximum length of the requested input +</dd> +<dt><i>message</i> (str)</dt> +<dd> +message sent by the server +</dd> +</dl> +<dl> +<dt>Returns:</dt> +<dd> +tuple containing data entered by the user and + a flag indicating a password input +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +tuple of (str, bool) +</dd> +</dl> <a NAME="HgDialog.__showError" ID="HgDialog.__showError"></a> <h4>HgDialog.__showError</h4> <b>__showError</b>(<i>out</i>)
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html Sat Mar 07 11:12:38 2020 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html Sun Apr 05 12:06:15 2020 +0200 @@ -28,7 +28,7 @@ <h3>Global Attributes</h3> <table> -<tr><td>COLORNAMES</td></tr><tr><td>COLORS</td></tr> +<tr><td>COLORNAMES</td></tr><tr><td>COLORS</td></tr><tr><td>LIGHTCOLORS</td></tr> </table> <h3>Classes</h3> @@ -750,15 +750,21 @@ </p> <dl> -<dt><i>n</i></dt> +<dt><i>n</i> (int)</dt> <dd> -color index (integer) +color index </dd> </dl> <dl> <dt>Returns:</dt> <dd> -color name (string) +color name +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +str </dd> </dl> <a NAME="HgLogBrowserDialog.__getHeads" ID="HgLogBrowserDialog.__getHeads"></a>
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgServeDialog.html Sat Mar 07 11:12:38 2020 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgServeDialog.html Sun Apr 05 12:06:15 2020 +0200 @@ -120,17 +120,17 @@ </p> <dl> -<dt><i>vcs</i></dt> +<dt><i>vcs</i> (Hg)</dt> <dd> reference to the vcs object </dd> -<dt><i>path</i></dt> +<dt><i>path</i> (str)</dt> <dd> -path of the repository to serve (string) +path of the repository to serve </dd> -<dt><i>parent</i></dt> +<dt><i>parent</i> (QWidget)</dt> <dd> -reference to the parent widget (QWidget) +reference to the parent widget </dd> </dl> <a NAME="HgServeDialog.__appendText" ID="HgServeDialog.__appendText"></a> @@ -142,13 +142,13 @@ </p> <dl> -<dt><i>txt</i></dt> +<dt><i>txt</i> (str)</dt> <dd> -text to insert (string) +text to insert </dd> -<dt><i>error</i></dt> +<dt><i>error</i> (bool)</dt> <dd> -flag indicating to insert error text (boolean) +flag indicating to insert error text </dd> </dl> <a NAME="HgServeDialog.__procFinished" ID="HgServeDialog.__procFinished"></a> @@ -160,13 +160,13 @@ </p> <dl> -<dt><i>exitCode</i></dt> +<dt><i>exitCode</i> (int)</dt> <dd> -exit code of the process (integer) +exit code of the process </dd> -<dt><i>exitStatus</i></dt> +<dt><i>exitStatus</i> (QProcess.ExitStatus)</dt> <dd> -exit status of the process (QProcess.ExitStatus) +exit status of the process </dd> </dl> <a NAME="HgServeDialog.__readStderr" ID="HgServeDialog.__readStderr"></a> @@ -219,9 +219,9 @@ </p> <dl> -<dt><i>e</i></dt> +<dt><i>e</i> (QCloseEvent)</dt> <dd> -close event (QCloseEvent) +close event </dd> </dl> <div align="right"><a href="#top">Up</a></div>
--- a/eric6/Documentation/Source/eric6.Toolbox.Startup.html Sat Mar 07 11:12:38 2020 +0100 +++ b/eric6/Documentation/Source/eric6.Toolbox.Startup.html Sun Apr 05 12:06:15 2020 +0200 @@ -105,11 +105,18 @@ <hr /> <a NAME="initializeResourceSearchPath" ID="initializeResourceSearchPath"></a> <h2>initializeResourceSearchPath</h2> -<b>initializeResourceSearchPath</b>(<i></i>) +<b>initializeResourceSearchPath</b>(<i>application</i>) <p> Module function to initialize the default mime source factory. </p> +<dl> + +<dt><i>application</i> (E5Application)</dt> +<dd> +reference to the application object +</dd> +</dl> <div align="right"><a href="#top">Up</a></div> <hr /> <hr />
--- a/eric6/Documentation/Source/eric6.UI.PixmapCache.html Sat Mar 07 11:12:38 2020 +0100 +++ b/eric6/Documentation/Source/eric6.UI.PixmapCache.html Sun Apr 05 12:06:15 2020 +0200 @@ -63,6 +63,10 @@ <td><a href="#getSymlinkIcon">getSymlinkIcon</a></td> <td>Module function to retrieve a symbolic link icon.</td> </tr> +<tr> +<td><a href="#removeSearchPath">removeSearchPath</a></td> +<td>Public method to remove a path from the search path.</td> +</tr> </table> <hr /> <hr /> @@ -100,6 +104,10 @@ <td><a href="#PixmapCache.getPixmap">getPixmap</a></td> <td>Public method to retrieve a pixmap.</td> </tr> +<tr> +<td><a href="#PixmapCache.removeSearchPath">removeSearchPath</a></td> +<td>Public method to remove a path from the search path.</td> +</tr> </table> <h3>Static Methods</h3> @@ -123,9 +131,9 @@ </p> <dl> -<dt><i>path</i></dt> +<dt><i>path</i> (str)</dt> <dd> -path to add (string) +path to add </dd> </dl> <a NAME="PixmapCache.getPixmap" ID="PixmapCache.getPixmap"></a> @@ -158,6 +166,20 @@ QPixmap </dd> </dl> +<a NAME="PixmapCache.removeSearchPath" ID="PixmapCache.removeSearchPath"></a> +<h4>PixmapCache.removeSearchPath</h4> +<b>removeSearchPath</b>(<i>path</i>) + +<p> + Public method to remove a path from the search path. +</p> +<dl> + +<dt><i>path</i> (str)</dt> +<dd> +path to remove +</dd> +</dl> <div align="right"><a href="#top">Up</a></div> <hr /> <hr /> @@ -170,13 +192,13 @@ </p> <dl> -<dt><i>path</i></dt> +<dt><i>path</i> (str)</dt> <dd> -path to add (string) +path to add </dd> -<dt><i>cache</i></dt> +<dt><i>cache</i> (PixmapCache)</dt> <dd> -reference to the pixmap cache object (PixmapCache) +reference to the pixmap cache object </dd> </dl> <div align="right"><a href="#top">Up</a></div> @@ -329,4 +351,25 @@ </dl> <div align="right"><a href="#top">Up</a></div> <hr /> +<hr /> +<a NAME="removeSearchPath" ID="removeSearchPath"></a> +<h2>removeSearchPath</h2> +<b>removeSearchPath</b>(<i>path, cache=pixCache</i>) + +<p> + Public method to remove a path from the search path. +</p> +<dl> + +<dt><i>path</i> (str)</dt> +<dd> +path to remove +</dd> +<dt><i>cache</i> (PixmapCache)</dt> +<dd> +reference to the pixmap cache object +</dd> +</dl> +<div align="right"><a href="#top">Up</a></div> +<hr /> </body></html> \ No newline at end of file
--- a/eric6/Documentation/Source/install.html Sat Mar 07 11:12:38 2020 +0100 +++ b/eric6/Documentation/Source/install.html Sun Apr 05 12:06:15 2020 +0200 @@ -136,6 +136,10 @@ <td>Actually perform the installation steps.</td> </tr> <tr> +<td><a href="#isPipOutdated">isPipOutdated</a></td> +<td>Check, if pip is outdated.</td> +</tr> +<tr> <td><a href="#main">main</a></td> <td>The main function of the script.</td> </tr> @@ -152,6 +156,10 @@ <td>Wrapper function around shutil.copy() to ensure the permissions.</td> </tr> <tr> +<td><a href="#updatePip">updatePip</a></td> +<td>Update the installed pip package.</td> +</tr> +<tr> <td><a href="#usage">usage</a></td> <td>Display a usage message and exit.</td> </tr> @@ -585,6 +593,28 @@ <div align="right"><a href="#top">Up</a></div> <hr /> <hr /> +<a NAME="isPipOutdated" ID="isPipOutdated"></a> +<h2>isPipOutdated</h2> +<b>isPipOutdated</b>(<i></i>) + +<p> + Check, if pip is outdated. +</p> +<dl> +<dt>Returns:</dt> +<dd> +flag indicating an outdated pip +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +bool +</dd> +</dl> +<div align="right"><a href="#top">Up</a></div> +<hr /> +<hr /> <a NAME="main" ID="main"></a> <h2>main</h2> <b>main</b>(<i>argv</i>) @@ -677,6 +707,16 @@ <div align="right"><a href="#top">Up</a></div> <hr /> <hr /> +<a NAME="updatePip" ID="updatePip"></a> +<h2>updatePip</h2> +<b>updatePip</b>(<i></i>) + +<p> + Update the installed pip package. +</p> +<div align="right"><a href="#top">Up</a></div> +<hr /> +<hr /> <a NAME="usage" ID="usage"></a> <h2>usage</h2> <b>usage</b>(<i>rcode=2</i>)
--- a/eric6/Documentation/Source/setup.html Sat Mar 07 11:12:38 2020 +0100 +++ b/eric6/Documentation/Source/setup.html Sun Apr 05 12:06:15 2020 +0200 @@ -61,7 +61,7 @@ </tr> <tr> <td><a href="#getPackageData">getPackageData</a></td> -<td>Function to return data files of a package with givene extensions.</td> +<td>Function to return data files of a package with given extensions.</td> </tr> <tr> <td><a href="#getVersion">getVersion</a></td> @@ -190,7 +190,7 @@ <b>getPackageData</b>(<i>package, extensions</i>) <p> - Function to return data files of a package with givene extensions. + Function to return data files of a package with given extensions. </p> <dl>
--- a/eric6/E5Gui/E5Application.py Sat Mar 07 11:12:38 2020 +0100 +++ b/eric6/E5Gui/E5Application.py Sun Apr 05 12:06:15 2020 +0200 @@ -9,6 +9,7 @@ from PyQt5.QtCore import Qt, QCoreApplication +from PyQt5.QtGui import QPalette from PyQt5.QtWidgets import QApplication @@ -21,6 +22,7 @@ Constructor @param argv command line arguments + @type list """ try: QCoreApplication.setAttribute(Qt.AA_EnableHighDpiScaling) @@ -44,40 +46,47 @@ self.__objectRegistry = {} self.__pluginObjectRegistry = {} - + def registerObject(self, name, objectRef): """ Public method to register an object in the object registry. - @param name name of the object (string) + @param name name of the object + @type str @param objectRef reference to the object + @type any @exception KeyError raised when the given name is already in use """ if name in self.__objectRegistry: raise KeyError('Object "{0}" already registered.'.format(name)) else: self.__objectRegistry[name] = objectRef - + def getObject(self, name): """ Public method to get a reference to a registered object. - @param name name of the object (string) + @param name name of the object + @type str @return reference to the registered object + @rtype any @exception KeyError raised when the given name is not known """ if name in self.__objectRegistry: return self.__objectRegistry[name] else: raise KeyError('Object "{0}" is not registered.'.format(name)) - + def registerPluginObject(self, name, objectRef, pluginType=None): """ Public method to register a plugin object in the object registry. - @param name name of the plugin object (string) + @param name name of the plugin object + @type str @param objectRef reference to the plugin object - @keyparam pluginType type of the plugin object (string) + @type any + @param pluginType type of the plugin object + @type str @exception KeyError raised when the given name is already in use """ if name in self.__pluginObjectRegistry: @@ -85,22 +94,25 @@ 'Pluginobject "{0}" already registered.'.format(name)) else: self.__pluginObjectRegistry[name] = (objectRef, pluginType) - + def unregisterPluginObject(self, name): """ Public method to unregister a plugin object in the object registry. - @param name name of the plugin object (string) + @param name name of the plugin object + @type str """ if name in self.__pluginObjectRegistry: del self.__pluginObjectRegistry[name] - + def getPluginObject(self, name): """ Public method to get a reference to a registered plugin object. - @param name name of the plugin object (string) + @param name name of the plugin object + @type str @return reference to the registered plugin object + @rtype any @exception KeyError raised when the given name is not known """ if name in self.__pluginObjectRegistry: @@ -108,25 +120,28 @@ else: raise KeyError( 'Pluginobject "{0}" is not registered.'.format(name)) - + def getPluginObjects(self): """ Public method to get a list of (name, reference) pairs of all registered plugin objects. @return list of (name, reference) pairs + @rtype list of (str, any) """ objects = [] for name in self.__pluginObjectRegistry: objects.append((name, self.__pluginObjectRegistry[name][0])) return objects - + def getPluginObjectType(self, name): """ Public method to get the type of a registered plugin object. - @param name name of the plugin object (string) - @return type of the plugin object (string) + @param name name of the plugin object + @type str + @return type of the plugin object + @rtype str @exception KeyError raised when the given name is not known """ if name in self.__pluginObjectRegistry: @@ -134,5 +149,17 @@ else: raise KeyError( 'Pluginobject "{0}" is not registered.'.format(name)) + + def usesDarkPalette(self): + """ + Public method to check, if the application uses a palette with a dark + background. + + @return flag indicating the use of a palette with a dark background + @rtype bool + """ + palette = self.palette() + lightness = palette.color(QPalette.Window).lightness() + return lightness <= 128 e5App = QCoreApplication.instance
--- a/eric6/PipInterface/PipPackagesWidget.py Sat Mar 07 11:12:38 2020 +0100 +++ b/eric6/PipInterface/PipPackagesWidget.py Sun Apr 05 12:06:15 2020 +0200 @@ -561,7 +561,12 @@ """ Private slot initiating a search via a press of the Return key. """ - self.__search() + if ( + (bool(self.searchEditName.text()) or + bool(self.searchEditSummary.text())) and + self.__isPipAvailable() + ): + self.__search() @pyqtSlot(str) def on_searchEditSummary_textChanged(self, txt): @@ -578,7 +583,12 @@ """ Private slot initiating a search via a press of the Return key. """ - self.__search() + if ( + (bool(self.searchEditName.text()) or + bool(self.searchEditSummary.text())) and + self.__isPipAvailable() + ): + self.__search() @pyqtSlot() def on_searchButton_clicked(self):
--- a/eric6/Plugins/PluginVcsGit.py Sat Mar 07 11:12:38 2020 +0100 +++ b/eric6/Plugins/PluginVcsGit.py Sun Apr 05 12:06:15 2020 +0200 @@ -132,7 +132,7 @@ "zzz_gitPage": [QCoreApplication.translate("VcsGitPlugin", "Git"), os.path.join("VcsPlugins", "vcsGit", "icons", - "preferences-git.png"), + "preferences-git.svg"), createConfigurationPage, "vcsPage", None], }
--- a/eric6/Plugins/PluginVcsMercurial.py Sat Mar 07 11:12:38 2020 +0100 +++ b/eric6/Plugins/PluginVcsMercurial.py Sun Apr 05 12:06:15 2020 +0200 @@ -131,7 +131,7 @@ "zzz_mercurialPage": [QCoreApplication.translate("VcsMercurialPlugin", "Mercurial"), os.path.join("VcsPlugins", "vcsMercurial", "icons", - "preferences-mercurial.png"), + "preferences-mercurial.svg"), createConfigurationPage, "vcsPage", None], }
--- a/eric6/Plugins/PluginVcsPySvn.py Sat Mar 07 11:12:38 2020 +0100 +++ b/eric6/Plugins/PluginVcsPySvn.py Sun Apr 05 12:06:15 2020 +0200 @@ -126,7 +126,7 @@ "zzz_subversionPage": [QCoreApplication.translate("VcsPySvnPlugin", "Subversion"), os.path.join("VcsPlugins", "vcsPySvn", "icons", - "preferences-subversion.png"), + "preferences-subversion.svg"), createConfigurationPage, "vcsPage", None], }
--- a/eric6/Plugins/PluginVcsSubversion.py Sat Mar 07 11:12:38 2020 +0100 +++ b/eric6/Plugins/PluginVcsSubversion.py Sun Apr 05 12:06:15 2020 +0200 @@ -132,7 +132,7 @@ "zzz_subversionPage": [QCoreApplication.translate("VcsSubversionPlugin", "Subversion"), os.path.join("VcsPlugins", "vcsSubversion", "icons", - "preferences-subversion.png"), + "preferences-subversion.svg"), createConfigurationPage, "vcsPage", None], }
--- a/eric6/Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py Sat Mar 07 11:12:38 2020 +0100 +++ b/eric6/Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py Sun Apr 05 12:06:15 2020 +0200 @@ -15,7 +15,7 @@ pyqtSlot, Qt, QDate, QProcess, QTimer, QRegExp, QSize, QPoint, QFileInfo ) from PyQt5.QtGui import ( - QCursor, QColor, QPixmap, QPainter, QPen, QIcon, QTextCursor + QCursor, QColor, QPixmap, QPainter, QPen, QIcon, QTextCursor, QPalette ) from PyQt5.QtWidgets import ( QWidget, QDialogButtonBox, QHeaderView, QTreeWidgetItem, QApplication, @@ -41,6 +41,11 @@ "darkcyan", "darkmagenta", "blue"] COLORS = [str(QColor(x).name()) for x in COLORNAMES] +LIGHTCOLORS = ["#aaaaff", "#7faa7f", "#ffaaaa", "#aaffaa", "#7f7faa", + "#ffaaff", "#aaffff", "#d5d579", "#ffaaff", "#d57979", + "#d579d5", "#79d5d5", "#d5d5d5", "#d5d500", + ] + class GitLogBrowserDialog(QWidget, Ui_GitLogBrowserDialog): """ @@ -108,6 +113,7 @@ self.__logTreeNormalFont.setBold(False) self.__logTreeBoldFont = self.logTree.font() self.__logTreeBoldFont.setBold(True) + self.__logTreeHasDarkBackground = e5App().usesDarkPalette() font = Preferences.getEditorOtherFonts("MonospacedFont") self.diffEdit.setFontFamily(font.family()) @@ -469,10 +475,15 @@ """ Private method to get the (rotating) name of the color given an index. - @param n color index (integer) - @return color name (string) + @param n color index + @type int + @return color name + @rtype str """ - return COLORS[n % len(COLORS)] + if self.__logTreeHasDarkBackground: + return LIGHTCOLORS[n % len(LIGHTCOLORS)] + else: + return COLORS[n % len(COLORS)] def __generateEdges(self, commitId, parents): """ @@ -558,25 +569,16 @@ dot_y = h // 2 pix = QPixmap(w, h) - pix.fill(QColor(0, 0, 0, 0)) + pix.fill(QColor(0, 0, 0, 0)) # draw transparent background painter = QPainter(pix) painter.setRenderHint(QPainter.Antialiasing) - pen = QPen(Qt.blue) - pen.setWidth(2) - painter.setPen(pen) - - lpen = QPen(pen) - lpen.setColor(Qt.black) - painter.setPen(lpen) - # draw the revision history lines for y1, y2, lines in ((0, h, bottomedges), (-h, 0, topedges)): if lines: for start, end, ecolor in lines: - lpen = QPen(pen) - lpen.setColor(QColor(self.__getColor(ecolor))) + lpen = QPen(QColor(self.__getColor(ecolor))) lpen.setWidth(2) painter.setPen(lpen) x1 = col2x(start, radius) @@ -584,7 +586,7 @@ painter.drawLine(x1, dot_y + y1, x2, dot_y + y2) penradius = 1 - pencolor = Qt.black + pencolor = self.logTree.palette().color(QPalette.Text) dot_y = (h // 2) - radius // 2
--- a/eric6/Plugins/VcsPlugins/vcsGit/GitStatusDialog.py Sat Mar 07 11:12:38 2020 +0100 +++ b/eric6/Plugins/VcsPlugins/vcsGit/GitStatusDialog.py Sun Apr 05 12:06:15 2020 +0200 @@ -359,7 +359,7 @@ itm.setIcon(self.__statusWorkColumn, UI.PixmapCache.getIcon( os.path.join("VcsPlugins", "vcsGit", "icons", - "conflict.png"))) + "conflict.svg"))) itm.setData(0, self.ConflictRole, status in self.ConflictStates) def start(self, fn):
--- a/eric6/Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py Sat Mar 07 11:12:38 2020 +0100 +++ b/eric6/Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py Sun Apr 05 12:06:15 2020 +0200 @@ -172,7 +172,7 @@ act = menu.addAction( UI.PixmapCache.getIcon( - os.path.join("VcsPlugins", "vcsGit", "icons", "git.png")), + os.path.join("VcsPlugins", "vcsGit", "icons", "git.svg")), self.vcs.vcsName(), self._VCSInfoDisplay) font = act.font() font.setBold(True) @@ -280,7 +280,7 @@ act = menu.addAction( UI.PixmapCache.getIcon( - os.path.join("VcsPlugins", "vcsGit", "icons", "git.png")), + os.path.join("VcsPlugins", "vcsGit", "icons", "git.svg")), self.vcs.vcsName(), self._VCSInfoDisplay) font = act.font() font.setBold(True) @@ -360,7 +360,7 @@ act = menu.addAction( UI.PixmapCache.getIcon( - os.path.join("VcsPlugins", "vcsGit", "icons", "git.png")), + os.path.join("VcsPlugins", "vcsGit", "icons", "git.svg")), self.vcs.vcsName(), self._VCSInfoDisplay) font = act.font() font.setBold(True) @@ -398,7 +398,7 @@ act = menu.addAction( UI.PixmapCache.getIcon( - os.path.join("VcsPlugins", "vcsGit", "icons", "git.png")), + os.path.join("VcsPlugins", "vcsGit", "icons", "git.svg")), self.vcs.vcsName(), self._VCSInfoDisplay) font = act.font() font.setBold(True) @@ -488,7 +488,7 @@ act = menu.addAction( UI.PixmapCache.getIcon( - os.path.join("VcsPlugins", "vcsGit", "icons", "git.png")), + os.path.join("VcsPlugins", "vcsGit", "icons", "git.svg")), self.vcs.vcsName(), self._VCSInfoDisplay) font = act.font() font.setBold(True)
--- a/eric6/Plugins/VcsPlugins/vcsGit/ProjectHelper.py Sat Mar 07 11:12:38 2020 +0100 +++ b/eric6/Plugins/VcsPlugins/vcsGit/ProjectHelper.py Sun Apr 05 12:06:15 2020 +0200 @@ -1508,7 +1508,7 @@ act = menu.addAction( UI.PixmapCache.getIcon( - os.path.join("VcsPlugins", "vcsGit", "icons", "git.png")), + os.path.join("VcsPlugins", "vcsGit", "icons", "git.svg")), self.vcs.vcsName(), self._vcsInfoDisplay) font = act.font() font.setBold(True)
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/Plugins/VcsPlugins/vcsGit/icons/conflict.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg id="svg8" width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg"> + <g id="layer1" transform="translate(0 -291.18)"> + <circle id="path815" cx="2.9104" cy="294.09" r="2.4967" fill="#e00000" stroke="#e00000" stroke-width=".29819"/> + <g id="g831" transform="matrix(.26458 0 0 .26458 2.3913e-7 218.42)" fill="#fafafa" stroke="#fafafa"> + <rect id="rect817" x="9.6756" y="278.18" width="2.6487" height="10.649" stroke-width=".35129"/> + <rect id="rect819" x="9.6753" y="291.18" width="2.6495" height="2.6495" stroke-width=".35051"/> + </g> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/Plugins/VcsPlugins/vcsGit/icons/git.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg id="svg8" width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg"> + <g id="layer1" transform="translate(0 -291.18)" stroke-width="0"> + <rect id="rect4547" transform="rotate(-45)" x="-207.95" y="207.95" width="4.116" height="4.116" fill="#ff4a00"/> + <g id="g3694" transform="matrix(.23913 0 0 .23913 -4.1629e-6 225.98)" fill="#fdfdfd"> + <circle id="path4498" cx="12.658" cy="280.05" r="1.7198"/> + <circle id="path4498-1" cx="12.658" cy="290.45" r="1.7198"/> + <circle id="path4498-10" cx="17.773" cy="285.24" r="1.7198"/> + <rect id="rect4523" x="11.864" y="280.06" width="1.5875" height="10.506"/> + <rect id="rect4523-7" transform="matrix(.70883 -.70538 .70883 .70538 0 0)" x="-190.58" y="201.86" width="1.6478" height="12.048"/> + </g> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/Plugins/VcsPlugins/vcsGit/icons/git92.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg id="svg8" width="92" height="92" version="1.1" viewBox="0 0 24.342 24.342" xmlns="http://www.w3.org/2000/svg"> + <g id="layer1" transform="translate(0 -272.66)" stroke-width="0"> + <rect id="rect4547" transform="rotate(-45)" x="-201.4" y="201.4" width="17.212" height="17.212" fill="#ff4a00"/> + <g id="g3694" fill="#fdfdfd"> + <circle id="path4498" cx="12.658" cy="280.05" r="1.7198"/> + <circle id="path4498-1" cx="12.658" cy="290.45" r="1.7198"/> + <circle id="path4498-10" cx="17.773" cy="285.24" r="1.7198"/> + <rect id="rect4523" x="11.864" y="280.06" width="1.5875" height="10.506"/> + <rect id="rect4523-7" transform="matrix(.70883 -.70538 .70883 .70538 0 0)" x="-190.58" y="201.86" width="1.6478" height="12.048"/> + </g> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/Plugins/VcsPlugins/vcsGit/icons/preferences-git.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg id="svg8" width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg"> + <g id="layer1" transform="translate(0 -291.18)" stroke-width="0"> + <rect id="rect4547" transform="rotate(-45)" x="-207.95" y="207.95" width="4.116" height="4.116" fill="#ff4a00"/> + <g id="g3694" transform="matrix(.23913 0 0 .23913 -4.1629e-6 225.98)" fill="#fdfdfd"> + <circle id="path4498" cx="12.658" cy="280.05" r="1.7198"/> + <circle id="path4498-1" cx="12.658" cy="290.45" r="1.7198"/> + <circle id="path4498-10" cx="17.773" cy="285.24" r="1.7198"/> + <rect id="rect4523" x="11.864" y="280.06" width="1.5875" height="10.506"/> + <rect id="rect4523-7" transform="matrix(.70883 -.70538 .70883 .70538 0 0)" x="-190.58" y="201.86" width="1.6478" height="12.048"/> + </g> + </g> +</svg>
--- a/eric6/Plugins/VcsPlugins/vcsMercurial/HgClient.py Sat Mar 07 11:12:38 2020 +0100 +++ b/eric6/Plugins/VcsPlugins/vcsMercurial/HgClient.py Sun Apr 05 12:06:15 2020 +0200 @@ -33,10 +33,14 @@ """ Constructor - @param repoPath root directory of the repository (string) - @param encoding encoding to be used by the command server (string) - @param vcs reference to the VCS object (Hg) - @param parent reference to the parent object (QObject) + @param repoPath root directory of the repository + @type str + @param encoding encoding to be used by the command server + @type str + @param vcs reference to the VCS object + @type Hg + @param parent reference to the parent object + @type QObject """ super(HgClient, self).__init__(parent) @@ -69,8 +73,9 @@ """ Public method to start the command server. - @return tuple of flag indicating a successful start (boolean) and - an error message (string) in case of failure + @return tuple of flag indicating a successful start and an error + message in case of failure + @rtype tuple of (bool, str) """ self.__server = QProcess() self.__server.setWorkingDirectory(self.__repoPath) @@ -115,8 +120,9 @@ """ Public method to restart the command server. - @return tuple of flag indicating a successful start (boolean) and - an error message (string) in case of failure + @return tuple of flag indicating a successful start and an error + message in case of failure + @rtype tuple of (bool, str) """ self.stopServer() return self.startServer() @@ -125,8 +131,9 @@ """ Private method to read the hello message sent by the command server. - @return tuple of flag indicating success (boolean) and an error message - in case of failure (string) + @return tuple of flag indicating success and an error message in case + of failure + @rtype tuple of (bool, str) """ ch, msg = self.__readChannel() if not ch: @@ -165,8 +172,10 @@ """ Private slot connected to the finished signal. - @param exitCode exit code of the process (integer) - @param exitStatus exit status of the process (QProcess.ExitStatus) + @param exitCode exit code of the process + @type int + @param exitStatus exit status of the process + @type QProcess.ExitStatus """ self.__started = False @@ -175,7 +184,7 @@ Private method to read data from the command server. @return tuple of channel designator and channel data - (string, integer or string or bytes) + @rtype tuple of (str, int or str or bytes) """ if ( self.__server.bytesAvailable() > 0 or @@ -209,7 +218,8 @@ """ Private slot to write some data to the command server. - @param data data to be sent (string) + @param data data to be sent + @type str """ if not isinstance(data, bytes): data = data.encode(self.__encoding) @@ -222,15 +232,19 @@ """ Private method to run a command in the server (low level). - @param args list of arguments for the command (list of string) + @param args list of arguments for the command + @type list of str @param inputChannels dictionary of input channels. The dictionary must have the keys 'I' and 'L' and each entry must be a function receiving the number of bytes to write. + @type dict @param outputChannels dictionary of output channels. The dictionary must have the keys 'o' and 'e' and each entry must be a function receiving the data. + @type dict @return result code of the command, -1 if the command server wasn't - started or -10, if the command was canceled (integer) + started or -10, if the command was canceled + @rtype int @exception RuntimeError raised to indicate an unexpected command channel """ @@ -286,9 +300,13 @@ """ Private method to prompt the user for some input. - @param size maximum length of the requested input (integer) - @param message message sent by the server (string) - @return data entered by the user (string) + @param size maximum length of the requested input + @type int + @param message message sent by the server + @type str + @return tuple containing data entered by the user and + a flag indicating a password input + @rtype tuple of (str, bool) """ from .HgClientPromptDialog import HgClientPromptDialog inputData = "" @@ -304,19 +322,28 @@ """ Public method to execute a command via the command server. - @param args list of arguments for the command (list of string) - @keyparam prompt function to reply to prompts by the server. It + @param args list of arguments for the command + @type list of str + @param prompt function to reply to prompts by the server. It receives the max number of bytes to return and the contents - of the output channel received so far. - @keyparam inputData function to reply to bulk data requests by the + of the output channel received so far. If an output function is + given as well, the prompt data is passed through the output + function. The function must return the input data and a flag + indicating a password input. + @type func(int, str) -> (str, bool) + @param inputData function to reply to bulk data requests by the server. It receives the max number of bytes to return. - @keyparam output function receiving the data from the server (string). - If a prompt function is given, this parameter will be ignored. - @keyparam error function receiving error messages from the server - (string) - @return output and errors of the command server (string). In case + @type func(int) -> bytes + @param output function receiving the data from the server. If a + prompt function is given, it is assumed, that the prompt output + is passed via this function. + @type func(str) + @param error function receiving error messages from the server + @type func(str) + @return tuple of output and errors of the command server. In case output and/or error functions were given, the respective return value will be an empty string. + @rtype tuple of (str, str) """ if not self.__started: # try to start the Mercurial command server @@ -329,7 +356,7 @@ outputBuffer = None errorBuffer = None - if prompt is not None or output is None: + if output is None: outputBuffer = io.StringIO() outputChannels["o"] = outputBuffer.write else: @@ -343,8 +370,12 @@ inputChannels = {} if prompt is not None: def func(size): - reply = prompt(size, outputBuffer.getvalue()) - return reply, False + if outputBuffer is None: + msg = "" + else: + msg = outputBuffer.getvalue() + reply, isPassword = prompt(size, msg) + return reply, isPassword inputChannels["L"] = func else: def myprompt(size): @@ -384,7 +415,8 @@ """ Public method to check, if the last command was canceled. - @return flag indicating the cancel state (boolean) + @return flag indicating the cancel state + @rtype bool """ return self.__cancel @@ -392,7 +424,8 @@ """ Public method to check, if the server is executing a command. - @return flag indicating the execution of a command (boolean) + @return flag indicating the execution of a command + @rtype bool """ return self.__commandRunning
--- a/eric6/Plugins/VcsPlugins/vcsMercurial/HgDialog.py Sat Mar 07 11:12:38 2020 +0100 +++ b/eric6/Plugins/VcsPlugins/vcsMercurial/HgDialog.py Sun Apr 05 12:06:15 2020 +0200 @@ -92,6 +92,7 @@ @return flag indicating a successful start of the process """ self.errorGroup.hide() + self.inputGroup.hide() self.normal = False self.__hasAddOrDelete = False @@ -111,7 +112,11 @@ self.resultbox.append('') out, err = self.vcs.getClient().runcommand( - args, output=self.__showOutput, error=self.__showError) + args, + prompt=self.__getInput, + output=self.__showOutput, + error=self.__showError + ) if err: self.__showError(err) @@ -178,3 +183,31 @@ @return flag indicating the presence of an add or delete (boolean) """ return self.__hasAddOrDelete + + def __getInput(self, size, message): + """ + Private method to get some input from the user. + + @param size maximum length of the requested input + @type int + @param message message sent by the server + @type str + @return tuple containing data entered by the user and + a flag indicating a password input + @rtype tuple of (str, bool) + """ + self.inputGroup.show() + self.input.setMaxLength(size) + self.input.setFocus(Qt.OtherFocusReason) + + from PyQt5.QtCore import QEventLoop + loop = QEventLoop(self) + self.sendButton.clicked[bool].connect(loop.quit) + loop.exec_() + message = self.input.text() + "\n" + isPassword = self.passwordCheckBox.isChecked() + + self.input.clear() + self.inputGroup.hide() + + return message, isPassword
--- a/eric6/Plugins/VcsPlugins/vcsMercurial/HgDialog.ui Sat Mar 07 11:12:38 2020 +0100 +++ b/eric6/Plugins/VcsPlugins/vcsMercurial/HgDialog.ui Sun Apr 05 12:06:15 2020 +0200 @@ -16,7 +16,7 @@ <property name="sizeGripEnabled"> <bool>true</bool> </property> - <layout class="QVBoxLayout"> + <layout class="QVBoxLayout" name="verticalLayout"> <item> <widget class="QGroupBox" name="outputGroup"> <property name="sizePolicy"> @@ -68,6 +68,64 @@ </widget> </item> <item> + <widget class="QGroupBox" name="inputGroup"> + <property name="title"> + <string>Input</string> + </property> + <layout class="QGridLayout" name="_2"> + <item row="1" column="1"> + <spacer> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + <property name="sizeType"> + <enum>QSizePolicy::Expanding</enum> + </property> + <property name="sizeHint" stdset="0"> + <size> + <width>327</width> + <height>29</height> + </size> + </property> + </spacer> + </item> + <item row="1" column="2"> + <widget class="QPushButton" name="sendButton"> + <property name="toolTip"> + <string>Press to send the input to the Mercurial process</string> + </property> + <property name="text"> + <string>&Send</string> + </property> + <property name="shortcut"> + <string>Alt+S</string> + </property> + </widget> + </item> + <item row="0" column="0" colspan="3"> + <widget class="QLineEdit" name="input"> + <property name="toolTip"> + <string>Enter data to be sent to the Mercurial process</string> + </property> + </widget> + </item> + <item row="1" column="0"> + <widget class="QCheckBox" name="passwordCheckBox"> + <property name="toolTip"> + <string>Select to switch the input field to password mode</string> + </property> + <property name="text"> + <string>&Password Mode</string> + </property> + <property name="shortcut"> + <string>Alt+P</string> + </property> + </widget> + </item> + </layout> + </widget> + </item> + <item> <widget class="QDialogButtonBox" name="buttonBox"> <property name="orientation"> <enum>Qt::Horizontal</enum> @@ -83,7 +141,9 @@ <tabstops> <tabstop>resultbox</tabstop> <tabstop>errors</tabstop> - <tabstop>buttonBox</tabstop> + <tabstop>passwordCheckBox</tabstop> + <tabstop>input</tabstop> + <tabstop>sendButton</tabstop> </tabstops> <resources/> <connections/>
--- a/eric6/Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py Sat Mar 07 11:12:38 2020 +0100 +++ b/eric6/Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py Sun Apr 05 12:06:15 2020 +0200 @@ -13,7 +13,8 @@ from PyQt5.QtCore import pyqtSlot, Qt, QDate, QRegExp, QSize, QPoint, QFileInfo from PyQt5.QtGui import ( - QCursor, QColor, QPixmap, QPainter, QPen, QBrush, QIcon, QTextCursor + QCursor, QColor, QPixmap, QPainter, QPen, QBrush, QIcon, QTextCursor, + QPalette ) from PyQt5.QtWidgets import ( QWidget, QDialogButtonBox, QHeaderView, QTreeWidgetItem, QApplication, @@ -37,6 +38,11 @@ "darkcyan", "gray", "yellow"] COLORS = [str(QColor(x).name()) for x in COLORNAMES] +LIGHTCOLORS = ["#aaaaff", "#7faa7f", "#ffaaaa", "#aaffaa", "#7f7faa", + "#ffaaff", "#aaffff", "#d5d579", "#ffaaff", "#d57979", + "#d579d5", "#79d5d5", "#d5d5d5", "#d5d500", + ] + class HgLogBrowserDialog(QWidget, Ui_HgLogBrowserDialog): """ @@ -221,6 +227,7 @@ self.__logTreeNormalFont.setBold(False) self.__logTreeBoldFont = self.logTree.font() self.__logTreeBoldFont.setBold(True) + self.__logTreeHasDarkBackground = e5App().usesDarkPalette() self.detailsEdit.anchorClicked.connect(self.__revisionClicked) @@ -521,10 +528,15 @@ """ Private method to get the (rotating) name of the color given an index. - @param n color index (integer) - @return color name (string) + @param n color index + @type int + @return color name + @rtype str """ - return COLORS[n % len(COLORS)] + if self.__logTreeHasDarkBackground: + return LIGHTCOLORS[n % len(LIGHTCOLORS)] + else: + return COLORS[n % len(COLORS)] def __branchColor(self, branchName): """ @@ -622,6 +634,8 @@ """ return int(1.2 * radius) * col + radius // 2 + 3 + textColor = self.logTree.palette().color(QPalette.Text) + radius = self.__dotRadius w = len(bottomedges) * radius + 20 h = self.__rowHeight @@ -630,25 +644,16 @@ dot_y = h // 2 pix = QPixmap(w, h) - pix.fill(QColor(0, 0, 0, 0)) + pix.fill(QColor(0, 0, 0, 0)) # draw transparent background painter = QPainter(pix) painter.setRenderHint(QPainter.Antialiasing) - pen = QPen(Qt.blue) - pen.setWidth(2) - painter.setPen(pen) - - lpen = QPen(pen) - lpen.setColor(Qt.black) - painter.setPen(lpen) - # draw the revision history lines for y1, y2, lines in ((0, h, bottomedges), (-h, 0, topedges)): if lines: for start, end, ecolor in lines: - lpen = QPen(pen) - lpen.setColor(QColor(self.__getColor(ecolor))) + lpen = QPen(QColor(self.__getColor(ecolor))) lpen.setWidth(2) painter.setPen(lpen) x1 = col2x(start, radius) @@ -656,13 +661,13 @@ painter.drawLine(x1, dot_y + y1, x2, dot_y + y2) penradius = 1 - pencolor = Qt.black + pencolor = textColor dot_y = (h // 2) - radius // 2 - # draw a dot for the revision + # draw an indicator for the revision if currentRev: - # enlarge dot for the current revision + # enlarge for the current revision delta = 1 radius += 2 * delta dot_y -= delta
--- a/eric6/Plugins/VcsPlugins/vcsMercurial/HgServeDialog.py Sat Mar 07 11:12:38 2020 +0100 +++ b/eric6/Plugins/VcsPlugins/vcsMercurial/HgServeDialog.py Sun Apr 05 12:06:15 2020 +0200 @@ -34,8 +34,11 @@ Constructor @param vcs reference to the vcs object - @param path path of the repository to serve (string) - @param parent reference to the parent widget (QWidget) + @type Hg + @param path path of the repository to serve + @type str + @param parent reference to the parent widget + @type QWidget """ super(HgServeDialog, self).__init__(parent) @@ -46,16 +49,21 @@ self.setWindowTitle(self.tr("Mercurial Server")) + if e5App().usesDarkPalette(): + iconSuffix = "dark" + else: + iconSuffix = "light" + self.__startAct = QAction( UI.PixmapCache.getIcon( os.path.join("VcsPlugins", "vcsMercurial", "icons", - "startServer.png")), + "startServer-{0}.svg".format(iconSuffix))), self.tr("Start Server"), self) self.__startAct.triggered.connect(self.__startServer) self.__stopAct = QAction( UI.PixmapCache.getIcon( os.path.join("VcsPlugins", "vcsMercurial", "icons", - "stopServer.png")), + "stopServer-{0}.svg".format(iconSuffix))), self.tr("Stop Server"), self) self.__stopAct.triggered.connect(self.__stopServer) self.__browserAct = QAction( @@ -176,7 +184,8 @@ """ Protected slot implementing a close event handler. - @param e close event (QCloseEvent) + @param e close event + @type QCloseEvent """ self.__stopServer() @@ -184,8 +193,10 @@ """ Private slot connected to the finished signal. - @param exitCode exit code of the process (integer) - @param exitStatus exit status of the process (QProcess.ExitStatus) + @param exitCode exit code of the process + @type int + @param exitStatus exit status of the process + @type QProcess.ExitStatus """ self.__stopServer() @@ -215,8 +226,10 @@ """ Private method to append text to the end. - @param txt text to insert (string) - @param error flag indicating to insert error text (boolean) + @param txt text to insert + @type str + @param error flag indicating to insert error text + @type bool """ tc = self.__log.textCursor() tc.movePosition(QTextCursor.End)
--- a/eric6/Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py Sat Mar 07 11:12:38 2020 +0100 +++ b/eric6/Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py Sun Apr 05 12:06:15 2020 +0200 @@ -279,7 +279,7 @@ act = menu.addAction( UI.PixmapCache.getIcon( os.path.join("VcsPlugins", "vcsMercurial", "icons", - "mercurial.png")), + "mercurial.svg")), self.vcs.vcsName(), self._VCSInfoDisplay) font = act.font() font.setBold(True) @@ -391,7 +391,7 @@ act = menu.addAction( UI.PixmapCache.getIcon( os.path.join("VcsPlugins", "vcsMercurial", "icons", - "mercurial.png")), + "mercurial.svg")), self.vcs.vcsName(), self._VCSInfoDisplay) font = act.font() font.setBold(True) @@ -475,7 +475,7 @@ act = menu.addAction( UI.PixmapCache.getIcon( os.path.join("VcsPlugins", "vcsMercurial", "icons", - "mercurial.png")), + "mercurial.svg")), self.vcs.vcsName(), self._VCSInfoDisplay) font = act.font() font.setBold(True) @@ -514,7 +514,7 @@ act = menu.addAction( UI.PixmapCache.getIcon( os.path.join("VcsPlugins", "vcsMercurial", "icons", - "mercurial.png")), + "mercurial.svg")), self.vcs.vcsName(), self._VCSInfoDisplay) font = act.font() font.setBold(True) @@ -609,7 +609,7 @@ act = menu.addAction( UI.PixmapCache.getIcon( os.path.join("VcsPlugins", "vcsMercurial", "icons", - "mercurial.png")), + "mercurial.svg")), self.vcs.vcsName(), self._VCSInfoDisplay) font = act.font() font.setBold(True)
--- a/eric6/Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py Sat Mar 07 11:12:38 2020 +0100 +++ b/eric6/Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py Sun Apr 05 12:06:15 2020 +0200 @@ -1455,7 +1455,7 @@ act = menu.addAction( UI.PixmapCache.getIcon( os.path.join("VcsPlugins", "vcsMercurial", "icons", - "mercurial.png")), + "mercurial.svg")), self.vcs.vcsName(), self._vcsInfoDisplay) font = act.font() font.setBold(True)
--- a/eric6/Plugins/VcsPlugins/vcsMercurial/hg.py Sat Mar 07 11:12:38 2020 +0100 +++ b/eric6/Plugins/VcsPlugins/vcsMercurial/hg.py Sun Apr 05 12:06:15 2020 +0200 @@ -3365,15 +3365,14 @@ if not repodir or os.path.splitdrive(repodir)[1] == os.sep: repodir = "" break - if repodir: - self.__repoDir = repodir self.__projectHelper = self.__plugin.getProjectHelper() self.__projectHelper.setObjects(self, project) - self.__monitorRepoIniFile(project.getProjectPath()) if repodir: + self.__repoDir = repodir self.__createClient(repodir) + self.__monitorRepoIniFile(repodir) return self.__projectHelper
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/Plugins/VcsPlugins/vcsMercurial/icons/mercurial.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg id="svg48" width="22" height="22" preserveAspectRatio="xMidYMid" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <g id="g3745" transform="matrix(.086275 0 0 .087956 -.039425 -.015563)"> + <g id="g12" fill="#1b1a1b"> + <path id="path6" d="m239.15 190.97c45.729-76.034-9.6579-199.35-110.93-186.82-91.503 11.312-92.978 107.62-12.335 130.5 69.786 19.817 14.417 64.082 16.035 93.558 1.6247 29.472 60.669 40.165 107.23-37.239z"/> + <path id="path8" d="m81.333 238.91c21.074-5.5424 33.686-27.198 28.169-48.37-5.517-21.171-27.073-33.841-48.148-28.299s-33.686 27.198-28.169 48.37c5.517 21.171 27.073 33.841 48.148 28.299z"/> + <path id="path10" d="m23.781 90.969c-14.189 1.3798-24.576 14.042-23.202 28.297 1.3761 14.265 13.98 24.707 28.172 23.327 14.187-1.3979 24.583-14.057 23.203-28.313-1.379-14.245-13.981-24.691-28.173-23.311z"/> + </g> + <path id="path14" d="m239.34 187.56c45.442-75.902-9.5942-199-110.23-186.5-90.923 11.292-92.39 107.44-12.258 130.28 69.344 19.783 14.326 63.97 15.934 93.398 1.6162 29.418 60.283 40.09 106.55-37.18z" fill="#bfbfbf"/> + <path id="path16" d="m144.45 236.35c-2.7537-4.487 1.4573-9.4716 5.7858-9.0926 6.8901 0.60621 21.892-0.0812 33.729-6.8217 29.573-16.842 75.084-97.88 52.194-148.99-10.247-22.88-15.237-29.431-25.79-40.623-2.1528-2.2826-0.91694-2.1585 0.54087-1.3859 5.7068 3.0088 15.735 14.663 26.021 33.632 17.38 32.049 16.478 70.148 10.014 94.048-4.5025 16.626-20.011 54.239-42.722 70.501-22.763 16.3-49.398 25.649-59.773 8.7336z"/> + <path id="path18" d="m123.85 131.19c-15.494-4.6204-35.467-11.055-47.02-26.236-8.5168-11.193-12.84-23.41-13.944-30.337-0.39281-2.4717-0.72648-4.5338-0.01771-5.1029 0.32792-0.26429 6.3597 13.432 15.377 24.911 9.0153 11.482 21.616 18.197 32.113 20.637 9.3366 2.1684 28.677 6.9331 35.22 12.533 6.7271 5.7566 7.2886 18.194 5.0249 19.598-2.2829 1.4109-6.9119-10.09-26.753-16.004z"/> + <path id="path20" d="m155.79 238.55c-0.29904 3.5625 3.7741 4.2611 9.2569 3.4357 7.0275-1.0589 12.971-1.8539 21.059-5.9264 10.963-5.5192 22.057-13.414 30.183-24.066 24.243-31.775 32.828-69.371 31.506-74.78-0.44178 4.4664-6.2943 27.911-19.679 49.047-17.19 27.149-29.656 41.609-58.405 48.62-8.0008 1.9527-13.529-1.0207-13.921 3.669z" fill="#fff"/> + <path id="path22" d="m92.03 114.99c3.2744 2.7901 9.9834 6.508 23.184 10.857 15.944 5.2514 23.706 9.8056 26.957 11.988 3.4449 2.3175 5.6283 7.4886 5.844 2.8956 0.22495-4.598-2.5961-8.5518-8.8906-10.649-4.2586-1.4205-11.423-4.8034-18.29-6.165-4.4128-0.87505-11.592-2.6117-17.749-4.5055-3.3743-1.0419-6.8126-2.8668-11.056-4.4215z" fill="#fff"/> + <path id="path24" d="m81.323 235.83c20.991-5.5424 33.552-27.198 28.057-48.37-5.4951-21.171-26.966-33.841-47.957-28.299-20.991 5.5424-33.552 27.198-28.057 48.37 5.4951 21.171 26.966 33.841 47.957 28.299z" fill="#bfbfbf"/> + <path id="path26" d="m47.984 226.37c30.559 28.561 76.557-10.671 56.302-45.323-2.2744-3.8905-5.2274-6.8524-4.2563-3.8721 6.4731 19.925 0.49155 35.687-10.669 43.808-10.943 7.965-25.984 9.2976-38.025 3.0008-3.5361-1.8486-5.0027 0.84521-3.3512 2.3863z"/> + <path id="path28" d="m71.962 232.24c3.8907-0.82534 26.52-6.7365 31.836-25.509 1.6557-5.853 1.953-4.6772 1.4851-1.5056-2.3881 16.187-17.558 28.128-30.467 28.57-2.6195 0.27177-6.0565-0.88022-2.8541-1.5557z" fill="#fff"/> + <path id="path30" d="m23.999 87.889c-14.133 1.3798-24.478 14.042-23.11 28.297 1.37 14.262 13.924 24.707 28.057 23.327 14.133-1.3985 24.487-14.06 23.111-28.316-1.371-14.246-13.922-24.689-28.058-23.309z" fill="#bfbfbf"/> + <path id="path32" d="m12.335 133.42c0.15671 1.8321 2.6446 4.1858 6.5531 5.2664 3.3578 0.92841 12.014 3.3016 23.134-3.7775s12.402-26.014 7.3474-31.583c-1.5648-2.8209-3.5996-4.8746-1.9806-0.37261 4.0887 11.368-3.8563 22.001-10.709 26.925-6.8503 4.9232-15.538 2.5933-19.086 1.5024-3.5476-1.0909-5.4183 0.14713-5.2591 2.0397z"/> + <path id="path34" d="m26.685 135.96c1.0192-0.92549 6.1787-0.5472 10.837-3.074 4.6559-2.5262 10.19-8.0639 11.178-15.933 0.58175-4.6207 0.75646-3.4604 0.98806-0.94385-0.72263 13.082-12.65 20.308-19.472 21.261-1.8407 0.25748-5.0801 0.10033-3.5308-1.3106z" fill="#fff"/> + <path id="path36" d="m230.73 138.25c19.271-56.023-21.055-140.63-102.64-130.45-73.713 9.1923-74.902 87.445-9.9384 106.04 73.585 11.235 29.275 67.223 22.989 95.456-5.6351 25.309 59.467 29.474 89.584-71.044z" fill="#999"/> + <path id="path38" d="m180.31 182.01c-19.935-2.4881-48.622 42.907-21.573 37.59 27.045-5.3125-27.049 5.3163 0 0 13.001-1.9446 23.771-6.5743 33.413-17.674 12.572-14.47 31.352-45.726 36.783-65.922 4.5754-17.028 2.2756-43.409-2.441-18.622-4.8374 25.438-26.248 67.116-46.183 64.628z" fill="#f3f3f3"/> + <path id="path40" d="m46.4 218.32c4.6152 0.0782 7.4069 0.73357 12.08 4.0411 9.2385 3.872 26.22 1.4185 34.062-8.9937 7.8417-10.412 8.0992-24.758 5.1114-33.427-7.3089-21.216-38.359-20.841-52.231-3.2271-15.006 19.67-3.6384 41.529 0.97689 41.607z" fill="#999"/> + <path id="path42" d="m5.1831 120.01c0.91991 2.9218 3.2705 7.185 8.2341 7.8957 6.6283 0.94905 7.9834 3.9696 15.81 2.4026 7.8268-1.567 13.759-8.0364 16.133-15.192 2.7179-9.9017-1.3516-15.014-7.4764-19.578-6.1247-4.564-19.598-4.0732-27.638 3.3195-5.7141 5.2504-7.3027 14.039-5.0631 21.152z" fill="#999"/> + <path id="path44" d="m31.213 126.55c6.0139-1.5879 13.968-9.8532 10.019-16.164-4.8716-7.7755-18.444-1.1199-18.903 7.5369-0.46079 8.6599 2.5099 10.31 8.8839 8.6268z" fill="#f3f3f3"/> + <path id="path46" d="m76.37 219.84c5.1312-1.3549 20.851-7.8068 17.898-30.856-1.4943-11.675-7.8081 14.49-19.5 18.404-17.713 5.9286-15.723 17.027 1.6012 12.452z" fill="#f3f3f3"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/Plugins/VcsPlugins/vcsMercurial/icons/preferences-mercurial.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg id="svg48" width="22" height="22" preserveAspectRatio="xMidYMid" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <g id="g3745" transform="matrix(.086275 0 0 .087956 -.039425 -.015563)"> + <g id="g12" fill="#1b1a1b"> + <path id="path6" d="m239.15 190.97c45.729-76.034-9.6579-199.35-110.93-186.82-91.503 11.312-92.978 107.62-12.335 130.5 69.786 19.817 14.417 64.082 16.035 93.558 1.6247 29.472 60.669 40.165 107.23-37.239z"/> + <path id="path8" d="m81.333 238.91c21.074-5.5424 33.686-27.198 28.169-48.37-5.517-21.171-27.073-33.841-48.148-28.299s-33.686 27.198-28.169 48.37c5.517 21.171 27.073 33.841 48.148 28.299z"/> + <path id="path10" d="m23.781 90.969c-14.189 1.3798-24.576 14.042-23.202 28.297 1.3761 14.265 13.98 24.707 28.172 23.327 14.187-1.3979 24.583-14.057 23.203-28.313-1.379-14.245-13.981-24.691-28.173-23.311z"/> + </g> + <path id="path14" d="m239.34 187.56c45.442-75.902-9.5942-199-110.23-186.5-90.923 11.292-92.39 107.44-12.258 130.28 69.344 19.783 14.326 63.97 15.934 93.398 1.6162 29.418 60.283 40.09 106.55-37.18z" fill="#bfbfbf"/> + <path id="path16" d="m144.45 236.35c-2.7537-4.487 1.4573-9.4716 5.7858-9.0926 6.8901 0.60621 21.892-0.0812 33.729-6.8217 29.573-16.842 75.084-97.88 52.194-148.99-10.247-22.88-15.237-29.431-25.79-40.623-2.1528-2.2826-0.91694-2.1585 0.54087-1.3859 5.7068 3.0088 15.735 14.663 26.021 33.632 17.38 32.049 16.478 70.148 10.014 94.048-4.5025 16.626-20.011 54.239-42.722 70.501-22.763 16.3-49.398 25.649-59.773 8.7336z"/> + <path id="path18" d="m123.85 131.19c-15.494-4.6204-35.467-11.055-47.02-26.236-8.5168-11.193-12.84-23.41-13.944-30.337-0.39281-2.4717-0.72648-4.5338-0.01771-5.1029 0.32792-0.26429 6.3597 13.432 15.377 24.911 9.0153 11.482 21.616 18.197 32.113 20.637 9.3366 2.1684 28.677 6.9331 35.22 12.533 6.7271 5.7566 7.2886 18.194 5.0249 19.598-2.2829 1.4109-6.9119-10.09-26.753-16.004z"/> + <path id="path20" d="m155.79 238.55c-0.29904 3.5625 3.7741 4.2611 9.2569 3.4357 7.0275-1.0589 12.971-1.8539 21.059-5.9264 10.963-5.5192 22.057-13.414 30.183-24.066 24.243-31.775 32.828-69.371 31.506-74.78-0.44178 4.4664-6.2943 27.911-19.679 49.047-17.19 27.149-29.656 41.609-58.405 48.62-8.0008 1.9527-13.529-1.0207-13.921 3.669z" fill="#fff"/> + <path id="path22" d="m92.03 114.99c3.2744 2.7901 9.9834 6.508 23.184 10.857 15.944 5.2514 23.706 9.8056 26.957 11.988 3.4449 2.3175 5.6283 7.4886 5.844 2.8956 0.22495-4.598-2.5961-8.5518-8.8906-10.649-4.2586-1.4205-11.423-4.8034-18.29-6.165-4.4128-0.87505-11.592-2.6117-17.749-4.5055-3.3743-1.0419-6.8126-2.8668-11.056-4.4215z" fill="#fff"/> + <path id="path24" d="m81.323 235.83c20.991-5.5424 33.552-27.198 28.057-48.37-5.4951-21.171-26.966-33.841-47.957-28.299-20.991 5.5424-33.552 27.198-28.057 48.37 5.4951 21.171 26.966 33.841 47.957 28.299z" fill="#bfbfbf"/> + <path id="path26" d="m47.984 226.37c30.559 28.561 76.557-10.671 56.302-45.323-2.2744-3.8905-5.2274-6.8524-4.2563-3.8721 6.4731 19.925 0.49155 35.687-10.669 43.808-10.943 7.965-25.984 9.2976-38.025 3.0008-3.5361-1.8486-5.0027 0.84521-3.3512 2.3863z"/> + <path id="path28" d="m71.962 232.24c3.8907-0.82534 26.52-6.7365 31.836-25.509 1.6557-5.853 1.953-4.6772 1.4851-1.5056-2.3881 16.187-17.558 28.128-30.467 28.57-2.6195 0.27177-6.0565-0.88022-2.8541-1.5557z" fill="#fff"/> + <path id="path30" d="m23.999 87.889c-14.133 1.3798-24.478 14.042-23.11 28.297 1.37 14.262 13.924 24.707 28.057 23.327 14.133-1.3985 24.487-14.06 23.111-28.316-1.371-14.246-13.922-24.689-28.058-23.309z" fill="#bfbfbf"/> + <path id="path32" d="m12.335 133.42c0.15671 1.8321 2.6446 4.1858 6.5531 5.2664 3.3578 0.92841 12.014 3.3016 23.134-3.7775s12.402-26.014 7.3474-31.583c-1.5648-2.8209-3.5996-4.8746-1.9806-0.37261 4.0887 11.368-3.8563 22.001-10.709 26.925-6.8503 4.9232-15.538 2.5933-19.086 1.5024-3.5476-1.0909-5.4183 0.14713-5.2591 2.0397z"/> + <path id="path34" d="m26.685 135.96c1.0192-0.92549 6.1787-0.5472 10.837-3.074 4.6559-2.5262 10.19-8.0639 11.178-15.933 0.58175-4.6207 0.75646-3.4604 0.98806-0.94385-0.72263 13.082-12.65 20.308-19.472 21.261-1.8407 0.25748-5.0801 0.10033-3.5308-1.3106z" fill="#fff"/> + <path id="path36" d="m230.73 138.25c19.271-56.023-21.055-140.63-102.64-130.45-73.713 9.1923-74.902 87.445-9.9384 106.04 73.585 11.235 29.275 67.223 22.989 95.456-5.6351 25.309 59.467 29.474 89.584-71.044z" fill="#999"/> + <path id="path38" d="m180.31 182.01c-19.935-2.4881-48.622 42.907-21.573 37.59 27.045-5.3125-27.049 5.3163 0 0 13.001-1.9446 23.771-6.5743 33.413-17.674 12.572-14.47 31.352-45.726 36.783-65.922 4.5754-17.028 2.2756-43.409-2.441-18.622-4.8374 25.438-26.248 67.116-46.183 64.628z" fill="#f3f3f3"/> + <path id="path40" d="m46.4 218.32c4.6152 0.0782 7.4069 0.73357 12.08 4.0411 9.2385 3.872 26.22 1.4185 34.062-8.9937 7.8417-10.412 8.0992-24.758 5.1114-33.427-7.3089-21.216-38.359-20.841-52.231-3.2271-15.006 19.67-3.6384 41.529 0.97689 41.607z" fill="#999"/> + <path id="path42" d="m5.1831 120.01c0.91991 2.9218 3.2705 7.185 8.2341 7.8957 6.6283 0.94905 7.9834 3.9696 15.81 2.4026 7.8268-1.567 13.759-8.0364 16.133-15.192 2.7179-9.9017-1.3516-15.014-7.4764-19.578-6.1247-4.564-19.598-4.0732-27.638 3.3195-5.7141 5.2504-7.3027 14.039-5.0631 21.152z" fill="#999"/> + <path id="path44" d="m31.213 126.55c6.0139-1.5879 13.968-9.8532 10.019-16.164-4.8716-7.7755-18.444-1.1199-18.903 7.5369-0.46079 8.6599 2.5099 10.31 8.8839 8.6268z" fill="#f3f3f3"/> + <path id="path46" d="m76.37 219.84c5.1312-1.3549 20.851-7.8068 17.898-30.856-1.4943-11.675-7.8081 14.49-19.5 18.404-17.713 5.9286-15.723 17.027 1.6012 12.452z" fill="#f3f3f3"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/Plugins/VcsPlugins/vcsMercurial/icons/startServer-dark.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg id="svg6" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs id="defs3051"> + <style id="current-color-scheme" type="text/css">.ColorScheme-Text { + color:#eff0f1 + }</style> + </defs> + <path id="path4" d="m1 1v20h9v-6.25h-7.75v-1.25h7.75v-3.5h4.75v-0.25h5v0.25h1.25v-9h-20zm13.75 1.25h5v1.25h-5v-1.25zm-12.5 3.75h17.5v1.25h-17.5v-1.25z" color="#eff0f1" fill="currentColor"/> + <path id="path4-8" class="ColorScheme-Text" d="m11 11v10l10-5z" color="#232629" fill="#eff0f1"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/Plugins/VcsPlugins/vcsMercurial/icons/startServer-light.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg id="svg6" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs id="defs3051"> + <style id="current-color-scheme" type="text/css">.ColorScheme-Text { + color:#eff0f1 + }</style> + </defs> + <path id="path4" d="m1 1v20h9v-6.25h-7.75v-1.25h7.75v-3.5h4.75v-0.25h5v0.25h1.25v-9h-20zm13.75 1.25h5v1.25h-5v-1.25zm-12.5 3.75h17.5v1.25h-17.5v-1.25z" color="#eff0f1" fill="#232629"/> + <path id="path4-8" class="ColorScheme-Text" d="m11 11v10l10-5z" color="#232629" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/Plugins/VcsPlugins/vcsMercurial/icons/stopServer-dark.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg id="svg6" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs id="defs3051"> + <style id="current-color-scheme" type="text/css">.ColorScheme-Text { + color:#eff0f1 + }</style> + </defs> + <path id="path4" d="m1 1v20h9v-6.25h-7.75v-1.25h7.75v-3.5h4.75v-0.25h5v0.25h1.25v-9h-20zm13.75 1.25h5v1.25h-5v-1.25zm-12.5 3.75h17.5v1.25h-17.5v-1.25z" color="#eff0f1" fill="currentColor"/> + <g id="g8" class="ColorScheme-NegativeText" transform="matrix(.625 0 0 .625 9.125 9.125)" color="#da4453" fill="currentColor"> + <path id="path4-6" d="m11 3c4.432 0 8 3.568 8 8 0 1.442-0.383 2.79-1.045 3.955l-0.738-0.738a6.985 6.985 0 0 0 0.783-3.217c0-3.878-3.122-7-7-7a6.985 6.985 0 0 0-3.217 0.783l-0.738-0.738a7.982 7.982 0 0 1 3.955-1.045m-6.955 4.045 0.738 0.738a6.985 6.985 0 0 0-0.783 3.217c0 3.878 3.122 7 7 7a6.985 6.985 0 0 0 3.217-0.783l0.738 0.738a7.982 7.982 0 0 1-3.955 1.045c-4.432 0-8-3.568-8-8 0-1.442 0.383-2.79 1.045-3.955"/> + <path id="path6" d="m7.5 9.998h7v2h-7z"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/Plugins/VcsPlugins/vcsMercurial/icons/stopServer-light.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg id="svg6" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs id="defs3051"> + <style id="current-color-scheme" type="text/css">.ColorScheme-Text { + color:#eff0f1 + }</style> + </defs> + <path id="path4" d="m1 1v20h9v-6.25h-7.75v-1.25h7.75v-3.5h4.75v-0.25h5v0.25h1.25v-9h-20zm13.75 1.25h5v1.25h-5v-1.25zm-12.5 3.75h17.5v1.25h-17.5v-1.25z" color="#eff0f1" fill="#232629"/> + <g id="g8" class="ColorScheme-NegativeText" transform="matrix(.625 0 0 .625 9.125 9.125)" color="#da4453" fill="currentColor"> + <path id="path4-6" d="m11 3c4.432 0 8 3.568 8 8 0 1.442-0.383 2.79-1.045 3.955l-0.738-0.738a6.985 6.985 0 0 0 0.783-3.217c0-3.878-3.122-7-7-7a6.985 6.985 0 0 0-3.217 0.783l-0.738-0.738a7.982 7.982 0 0 1 3.955-1.045m-6.955 4.045 0.738 0.738a6.985 6.985 0 0 0-0.783 3.217c0 3.878 3.122 7 7 7a6.985 6.985 0 0 0 3.217-0.783l0.738 0.738a7.982 7.982 0 0 1-3.955 1.045c-4.432 0-8-3.568-8-8 0-1.442 0.383-2.79 1.045-3.955"/> + <path id="path6" d="m7.5 9.998h7v2h-7z"/> + </g> +</svg>
--- a/eric6/Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py Sat Mar 07 11:12:38 2020 +0100 +++ b/eric6/Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py Sun Apr 05 12:06:15 2020 +0200 @@ -204,7 +204,7 @@ act = menu.addAction( UI.PixmapCache.getIcon( - os.path.join("VcsPlugins", "vcsPySvn", "icons", "pysvn.png")), + os.path.join("VcsPlugins", "vcsPySvn", "icons", "pysvn.svg")), self.vcs.vcsName(), self._VCSInfoDisplay) font = act.font() font.setBold(True) @@ -362,7 +362,7 @@ act = menu.addAction( UI.PixmapCache.getIcon( - os.path.join("VcsPlugins", "vcsPySvn", "icons", "pysvn.png")), + os.path.join("VcsPlugins", "vcsPySvn", "icons", "pysvn.svg")), self.vcs.vcsName(), self._VCSInfoDisplay) font = act.font() font.setBold(True) @@ -482,7 +482,7 @@ act = menu.addAction( UI.PixmapCache.getIcon( - os.path.join("VcsPlugins", "vcsPySvn", "icons", "pysvn.png")), + os.path.join("VcsPlugins", "vcsPySvn", "icons", "pysvn.svg")), self.vcs.vcsName(), self._VCSInfoDisplay) font = act.font() font.setBold(True) @@ -520,7 +520,7 @@ act = menu.addAction( UI.PixmapCache.getIcon( - os.path.join("VcsPlugins", "vcsPySvn", "icons", "pysvn.png")), + os.path.join("VcsPlugins", "vcsPySvn", "icons", "pysvn.svg")), self.vcs.vcsName(), self._VCSInfoDisplay) font = act.font() font.setBold(True) @@ -642,7 +642,7 @@ act = menu.addAction( UI.PixmapCache.getIcon( - os.path.join("VcsPlugins", "vcsPySvn", "icons", "pysvn.png")), + os.path.join("VcsPlugins", "vcsPySvn", "icons", "pysvn.svg")), self.vcs.vcsName(), self._VCSInfoDisplay) font = act.font() font.setBold(True)
--- a/eric6/Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py Sat Mar 07 11:12:38 2020 +0100 +++ b/eric6/Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py Sun Apr 05 12:06:15 2020 +0200 @@ -493,7 +493,7 @@ act = menu.addAction( UI.PixmapCache.getIcon( - os.path.join("VcsPlugins", "vcsPySvn", "icons", "pysvn.png")), + os.path.join("VcsPlugins", "vcsPySvn", "icons", "pysvn.svg")), self.vcs.vcsName(), self._vcsInfoDisplay) font = act.font() font.setBold(True)
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/Plugins/VcsPlugins/vcsPySvn/icons/preferences-subversion.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,2 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg id="svg2" width="22.009" height="22" version="1.0" viewBox="0 0 22.009 22" xml:space="preserve" xmlns="http://www.w3.org/2000/svg"><g id="g46" transform="translate(0 -72.082)"><g id="Layer_1" transform="matrix(.20038 0 0 .23393 -3.9798 72.073)"><path id="path49" d="m129.44 0.875h-107.96v78.762h107.96v-78.762z" fill="#809cc9"/><g id="g51"><path id="path53" d="m130.37 0 1.662 6.583c-15.285 2.216-28.886 4.828-40.802 7.837-12.857 3.247-23.198 6.546-31.025 9.896-7.844 3.284-11.507 5.952-10.99 8 0.456 1.807 3.735 2.626 9.863 2.453 3.141-0.058 8.252-0.399 15.335-1.028 7.083-0.626 16.221-1.536 27.415-2.726 20.599-2.144 34.762-3.077 42.491-2.8 7.711 0.21 11.944 1.784 12.688 4.725 1.007 3.988-6.304 9.331-21.931 16.026-15.657 6.633-35.88 13.076-60.652 19.332-20.854 5.265-38.833 9.029-53.939 11.291l-1.645-6.51c17.868-2.555 33.937-5.633 48.205-9.236 13.326-3.364 23.594-6.629 30.8-9.799 7.205-3.169 10.533-5.84 9.983-8.019-0.477-1.886-3.805-2.849-9.973-2.891-3.159 0.034-7.51 0.257-13.062 0.668-5.566 0.414-12.479 1.056-20.739 1.923-12.814 1.375-23.462 2.415-31.93 3.121-8.48 0.709-14.801 1.051-18.976 1.03-8.01-0.074-12.39-1.62-13.15-4.628-1.024-4.061 5.74-9.195 20.295-15.403 14.707-6.268 34.63-12.576 59.795-18.93 17.404-4.394 34.164-8.032 50.282-10.915z" fill="#fff"/></g><g id="g55" fill="#fff"><path id="path57" d="m26.125 56.078c0.279 0 0.521 0.105 0.728 0.316 0.205 0.205 0.309 0.451 0.309 0.736 0 0.297-0.104 0.548-0.309 0.754-0.206 0.205-0.454 0.308-0.745 0.308-0.297 0-0.548-0.103-0.753-0.309-0.206-0.211-0.309-0.462-0.309-0.753 0-0.297 0.103-0.545 0.309-0.745 0.21-0.204 0.467-0.307 0.77-0.307zm0 6.803c0.279 0 0.521 0.107 0.728 0.318 0.205 0.207 0.309 0.456 0.309 0.748s-0.104 0.541-0.309 0.748c-0.217 0.201-0.465 0.301-0.745 0.301-0.148 0-0.287-0.027-0.415-0.082-0.128-0.054-0.241-0.128-0.338-0.223-0.098-0.095-0.173-0.206-0.228-0.336-0.055-0.129-0.081-0.268-0.081-0.417 0-0.292 0.103-0.542 0.309-0.748 0.21-0.206 0.467-0.309 0.77-0.309z"/><path id="path59" d="m29.779 56.078c0.28 0 0.522 0.105 0.728 0.316 0.206 0.205 0.309 0.451 0.309 0.736 0 0.297-0.103 0.548-0.309 0.754-0.205 0.205-0.453 0.308-0.744 0.308-0.297 0-0.549-0.103-0.754-0.309-0.206-0.211-0.309-0.462-0.309-0.753 0-0.297 0.103-0.545 0.309-0.745 0.211-0.204 0.468-0.307 0.77-0.307zm0 6.803c0.28 0 0.522 0.107 0.728 0.318 0.206 0.207 0.309 0.456 0.309 0.748s-0.103 0.541-0.309 0.748c-0.217 0.201-0.465 0.301-0.744 0.301-0.148 0-0.287-0.027-0.416-0.082-0.128-0.054-0.241-0.128-0.338-0.223s-0.173-0.206-0.227-0.336c-0.055-0.129-0.082-0.268-0.082-0.417 0-0.292 0.103-0.542 0.309-0.748 0.211-0.206 0.468-0.309 0.77-0.309z"/></g><path id="path61" d="m27.712 87.417c0 0.433-0.111 0.822-0.334 1.167s-0.549 0.615-0.979 0.811c-0.429 0.195-0.938 0.293-1.525 0.293-0.706 0-1.288-0.134-1.746-0.4-0.326-0.191-0.591-0.448-0.794-0.769-0.204-0.321-0.306-0.633-0.306-0.936 0-0.176 0.061-0.326 0.184-0.452 0.121-0.125 0.277-0.188 0.466-0.188 0.153 0 0.282 0.049 0.389 0.146s0.196 0.243 0.271 0.436c0.091 0.228 0.189 0.418 0.296 0.571 0.105 0.153 0.254 0.279 0.447 0.379 0.191 0.1 0.444 0.149 0.758 0.149 0.43 0 0.779-0.101 1.048-0.301s0.403-0.451 0.403-0.75c0-0.238-0.072-0.432-0.218-0.58-0.145-0.147-0.332-0.261-0.562-0.339s-0.537-0.161-0.922-0.249c-0.515-0.121-0.945-0.262-1.293-0.424-0.347-0.16-0.622-0.381-0.825-0.659-0.204-0.278-0.306-0.625-0.306-1.038 0-0.395 0.107-0.745 0.322-1.051 0.215-0.307 0.525-0.542 0.932-0.707 0.407-0.164 0.885-0.246 1.436-0.246 0.438 0 0.818 0.055 1.139 0.163 0.32 0.109 0.587 0.255 0.798 0.435 0.212 0.182 0.366 0.371 0.464 0.57 0.098 0.198 0.146 0.393 0.146 0.581 0 0.173-0.061 0.328-0.182 0.467-0.122 0.139-0.273 0.208-0.455 0.208-0.165 0-0.291-0.042-0.376-0.125-0.086-0.083-0.179-0.219-0.279-0.408-0.131-0.271-0.287-0.481-0.47-0.633s-0.476-0.227-0.88-0.227c-0.374 0-0.677 0.082-0.906 0.246-0.229 0.165-0.345 0.363-0.345 0.594 0 0.144 0.039 0.268 0.117 0.372s0.186 0.193 0.322 0.269 0.275 0.134 0.416 0.176c0.141 0.043 0.371 0.104 0.694 0.186 0.402 0.095 0.767 0.199 1.093 0.313s0.604 0.252 0.832 0.415c0.229 0.163 0.408 0.369 0.536 0.618s0.194 0.556 0.194 0.917z" fill="#809cc9"/><path id="path63" d="m33.464 86.604v-3.444c0-0.293 0.066-0.513 0.198-0.659s0.306-0.22 0.521-0.22c0.226 0 0.404 0.073 0.536 0.22s0.198 0.367 0.198 0.661v3.529c0 0.401 0.045 0.736 0.134 1.006s0.247 0.479 0.475 0.627c0.227 0.148 0.545 0.223 0.954 0.223 0.564 0 0.963-0.151 1.196-0.453s0.351-0.76 0.351-1.373v-3.559c0-0.297 0.065-0.519 0.195-0.664 0.131-0.145 0.305-0.217 0.523-0.217s0.396 0.072 0.531 0.217c0.135 0.146 0.203 0.366 0.203 0.663v3.448c0 0.561-0.055 1.028-0.164 1.403s-0.315 0.705-0.619 0.989c-0.26 0.238-0.562 0.412-0.906 0.521-0.346 0.109-0.748 0.165-1.21 0.165-0.55 0-1.022-0.061-1.419-0.179-0.396-0.119-0.721-0.303-0.971-0.552s-0.434-0.568-0.551-0.958c-0.117-0.388-0.175-0.853-0.175-1.394z" fill="#809cc9"/><path id="path65" d="m48.601 89.562h-2.19c-0.316 0-0.542-0.071-0.677-0.213-0.136-0.142-0.203-0.367-0.203-0.676v-5.38c0-0.315 0.069-0.542 0.208-0.681 0.138-0.139 0.362-0.207 0.672-0.207h2.323c0.342 0 0.639 0.021 0.89 0.062s0.476 0.123 0.675 0.242c0.169 0.101 0.318 0.229 0.448 0.383s0.229 0.325 0.298 0.512c0.068 0.188 0.103 0.385 0.103 0.593 0 0.716-0.357 1.239-1.073 1.571 0.939 0.3 1.41 0.884 1.41 1.751 0 0.401-0.103 0.763-0.308 1.083-0.205 0.321-0.481 0.559-0.829 0.712-0.219 0.091-0.47 0.154-0.754 0.191-0.284 0.039-0.615 0.057-0.993 0.057zm-1.618-6.078v1.859h1.33c0.361 0 0.641-0.035 0.838-0.104s0.348-0.199 0.453-0.393c0.081-0.137 0.122-0.291 0.122-0.461 0-0.363-0.129-0.604-0.387-0.724-0.257-0.119-0.65-0.179-1.178-0.179h-1.178zm1.511 2.891h-1.511v2.109h1.56c0.981 0 1.472-0.357 1.472-1.07 0-0.364-0.127-0.629-0.381-0.793-0.255-0.164-0.635-0.246-1.14-0.246z" fill="#809cc9"/><path id="path67" d="m58.295 83.232 1.618 4.799 1.624-4.833c0.085-0.254 0.147-0.431 0.19-0.529 0.042-0.099 0.111-0.188 0.209-0.269s0.231-0.119 0.4-0.119c0.123 0 0.238 0.03 0.344 0.092 0.105 0.062 0.188 0.145 0.248 0.247 0.061 0.103 0.091 0.206 0.091 0.311 0 0.071-0.01 0.149-0.029 0.231-0.02 0.084-0.044 0.165-0.073 0.245-0.029 0.079-0.059 0.162-0.088 0.246l-1.73 4.681c-0.062 0.179-0.124 0.35-0.186 0.511s-0.133 0.303-0.215 0.425c-0.081 0.122-0.189 0.223-0.324 0.301-0.135 0.077-0.3 0.117-0.494 0.117-0.195 0-0.36-0.039-0.495-0.115-0.136-0.076-0.244-0.178-0.327-0.303s-0.155-0.268-0.217-0.428c-0.062-0.159-0.123-0.329-0.186-0.508l-1.701-4.642c-0.029-0.084-0.06-0.167-0.091-0.249-0.03-0.081-0.057-0.169-0.077-0.264-0.021-0.094-0.032-0.174-0.032-0.239 0-0.166 0.066-0.317 0.2-0.454 0.133-0.137 0.301-0.205 0.502-0.205 0.247 0 0.422 0.075 0.524 0.227s0.208 0.392 0.315 0.724z" fill="#999"/><path id="path69" d="m73.338 83.516h-3.267v1.766h3.008c0.221 0 0.387 0.049 0.496 0.148 0.108 0.1 0.163 0.23 0.163 0.393s-0.054 0.296-0.161 0.398-0.273 0.154-0.498 0.154h-3.008v2.047h3.379c0.228 0 0.399 0.052 0.516 0.156 0.115 0.105 0.173 0.244 0.173 0.418 0 0.168-0.058 0.305-0.173 0.409-0.116 0.104-0.288 0.157-0.516 0.157h-3.941c-0.316 0-0.544-0.07-0.683-0.211-0.139-0.14-0.208-0.365-0.208-0.678v-5.38c0-0.208 0.031-0.378 0.093-0.51s0.159-0.228 0.291-0.288 0.301-0.09 0.507-0.09h3.829c0.231 0 0.403 0.051 0.515 0.152 0.113 0.102 0.169 0.234 0.169 0.399 0 0.168-0.056 0.303-0.169 0.404-0.112 0.105-0.284 0.156-0.515 0.156z" fill="#999"/><path id="path71" d="m81.732 86.5h-0.507v2.303c0 0.303-0.066 0.525-0.201 0.669-0.133 0.144-0.308 0.216-0.523 0.216-0.231 0-0.41-0.075-0.538-0.225-0.127-0.15-0.19-0.37-0.19-0.66v-5.508c0-0.312 0.07-0.539 0.21-0.68 0.14-0.14 0.366-0.209 0.679-0.209h2.357c0.325 0 0.604 0.014 0.835 0.041 0.23 0.027 0.439 0.083 0.625 0.166 0.224 0.095 0.423 0.23 0.595 0.406 0.173 0.176 0.304 0.38 0.393 0.612 0.09 0.233 0.135 0.479 0.135 0.74 0 0.534-0.15 0.96-0.451 1.279s-0.758 0.546-1.369 0.679c0.257 0.137 0.502 0.339 0.736 0.605 0.234 0.268 0.443 0.552 0.628 0.854 0.184 0.301 0.327 0.573 0.429 0.815 0.104 0.243 0.154 0.41 0.154 0.501 0 0.095-0.03 0.188-0.09 0.281-0.061 0.093-0.143 0.166-0.247 0.22s-0.224 0.081-0.36 0.081c-0.163 0-0.3-0.039-0.41-0.115-0.111-0.076-0.206-0.174-0.285-0.291-0.08-0.117-0.188-0.29-0.324-0.519l-0.581-0.968c-0.208-0.355-0.395-0.625-0.559-0.812-0.164-0.186-0.331-0.312-0.5-0.381s-0.384-0.1-0.641-0.1zm0.83-3.016h-1.336v1.984h1.297c0.348 0 0.641-0.031 0.878-0.092s0.419-0.164 0.544-0.31 0.188-0.348 0.188-0.604c0-0.2-0.051-0.377-0.151-0.529s-0.24-0.267-0.419-0.343c-0.17-0.07-0.503-0.106-1.001-0.106z" fill="#999"/><path id="path73" d="m96.914 87.417c0 0.433-0.111 0.822-0.334 1.167s-0.549 0.615-0.978 0.811c-0.43 0.195-0.938 0.293-1.527 0.293-0.705 0-1.287-0.134-1.745-0.4-0.326-0.191-0.591-0.448-0.794-0.769-0.204-0.321-0.306-0.633-0.306-0.936 0-0.176 0.062-0.326 0.183-0.452 0.123-0.125 0.278-0.188 0.467-0.188 0.153 0 0.283 0.049 0.389 0.146s0.196 0.243 0.271 0.436c0.091 0.228 0.189 0.418 0.295 0.571s0.256 0.279 0.447 0.379c0.193 0.1 0.445 0.149 0.758 0.149 0.431 0 0.779-0.101 1.049-0.301 0.269-0.2 0.403-0.451 0.403-0.75 0-0.238-0.072-0.432-0.218-0.58-0.145-0.147-0.332-0.261-0.562-0.339-0.229-0.078-0.536-0.161-0.921-0.249-0.515-0.121-0.945-0.262-1.292-0.424-0.348-0.16-0.623-0.381-0.826-0.659-0.204-0.278-0.306-0.625-0.306-1.038 0-0.395 0.107-0.745 0.322-1.051 0.215-0.307 0.525-0.542 0.932-0.707 0.407-0.164 0.886-0.246 1.435-0.246 0.439 0 0.819 0.055 1.14 0.163 0.32 0.109 0.587 0.255 0.798 0.435 0.212 0.182 0.366 0.371 0.464 0.57 0.098 0.198 0.146 0.393 0.146 0.581 0 0.173-0.061 0.328-0.183 0.467-0.121 0.139-0.272 0.208-0.454 0.208-0.165 0-0.29-0.042-0.376-0.125s-0.18-0.219-0.279-0.408c-0.131-0.271-0.287-0.481-0.47-0.633s-0.476-0.227-0.88-0.227c-0.375 0-0.677 0.082-0.906 0.246-0.23 0.165-0.345 0.363-0.345 0.594 0 0.144 0.039 0.268 0.117 0.372s0.186 0.193 0.323 0.269c0.137 0.075 0.275 0.134 0.415 0.176 0.14 0.043 0.371 0.104 0.694 0.186 0.402 0.095 0.767 0.199 1.093 0.313s0.604 0.252 0.833 0.415 0.406 0.369 0.535 0.618c0.129 0.25 0.193 0.556 0.193 0.917z" fill="#999"/><path id="path75" d="m102.71 88.803v-5.643c0-0.293 0.066-0.513 0.2-0.659s0.307-0.22 0.52-0.22c0.218 0 0.395 0.072 0.53 0.217 0.136 0.146 0.203 0.365 0.203 0.662v5.643c0 0.297-0.067 0.518-0.203 0.664s-0.312 0.221-0.53 0.221c-0.209 0-0.382-0.074-0.517-0.223-0.136-0.149-0.203-0.369-0.203-0.662z" fill="#999"/><path id="path77" d="m113.43 82.281c0.741 0 1.377 0.15 1.908 0.451 0.531 0.302 0.934 0.73 1.207 1.285 0.272 0.556 0.409 1.207 0.409 1.957 0 0.553-0.075 1.057-0.225 1.51-0.149 0.452-0.373 0.845-0.672 1.177-0.3 0.332-0.667 0.587-1.103 0.763-0.436 0.175-0.935 0.264-1.496 0.264-0.56 0-1.06-0.091-1.501-0.271-0.442-0.181-0.812-0.436-1.107-0.765s-0.519-0.725-0.67-1.187c-0.151-0.463-0.227-0.963-0.227-1.5 0-0.551 0.078-1.056 0.236-1.515 0.158-0.46 0.386-0.851 0.686-1.173 0.299-0.322 0.662-0.569 1.092-0.74s0.917-0.256 1.463-0.256zm2.055 3.684c0-0.527-0.084-0.984-0.254-1.37-0.168-0.386-0.409-0.679-0.723-0.876-0.313-0.198-0.674-0.297-1.079-0.297-0.289 0-0.556 0.055-0.802 0.164-0.244 0.109-0.456 0.27-0.633 0.479s-0.316 0.477-0.419 0.803-0.153 0.691-0.153 1.098c0 0.408 0.051 0.778 0.153 1.109 0.103 0.33 0.247 0.604 0.434 0.822 0.187 0.217 0.401 0.38 0.643 0.488 0.242 0.107 0.508 0.162 0.797 0.162 0.37 0 0.71-0.094 1.021-0.28s0.557-0.475 0.74-0.864c0.184-0.389 0.275-0.87 0.275-1.438z" fill="#999"/><path id="path79" d="m124.59 83.15 2.798 4.225v-4.264c0-0.276 0.059-0.484 0.178-0.623 0.118-0.139 0.277-0.207 0.479-0.207 0.208 0 0.371 0.068 0.492 0.207 0.119 0.139 0.18 0.346 0.18 0.623v5.633c0 0.629-0.26 0.943-0.78 0.943-0.13 0-0.247-0.02-0.351-0.057-0.104-0.038-0.202-0.097-0.293-0.179-0.091-0.081-0.176-0.177-0.254-0.286s-0.155-0.221-0.233-0.335l-2.729-4.175v4.199c0 0.274-0.063 0.481-0.19 0.621-0.128 0.141-0.29 0.211-0.489 0.211-0.205 0-0.37-0.071-0.494-0.213s-0.186-0.348-0.186-0.618v-5.525c0-0.234 0.025-0.418 0.078-0.552 0.062-0.146 0.164-0.267 0.309-0.359 0.143-0.093 0.298-0.139 0.465-0.139 0.13 0 0.242 0.021 0.335 0.063s0.174 0.099 0.244 0.171 0.142 0.164 0.216 0.278c0.071 0.116 0.146 0.235 0.225 0.358z" fill="#999"/><path id="path81" d="m20.979 93.582h108.26" fill="none" stroke="#809cc9"/></g></g></svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/Plugins/VcsPlugins/vcsPySvn/icons/pysvn.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,2 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg id="svg2" width="22.009" height="22" version="1.0" viewBox="0 0 22.009 22" xml:space="preserve" xmlns="http://www.w3.org/2000/svg"><g id="g46" transform="translate(0 -72.082)"><g id="Layer_1" transform="matrix(.20038 0 0 .23393 -3.9798 72.073)"><path id="path49" d="m129.44 0.875h-107.96v78.762h107.96v-78.762z" fill="#809cc9"/><g id="g51"><path id="path53" d="m130.37 0 1.662 6.583c-15.285 2.216-28.886 4.828-40.802 7.837-12.857 3.247-23.198 6.546-31.025 9.896-7.844 3.284-11.507 5.952-10.99 8 0.456 1.807 3.735 2.626 9.863 2.453 3.141-0.058 8.252-0.399 15.335-1.028 7.083-0.626 16.221-1.536 27.415-2.726 20.599-2.144 34.762-3.077 42.491-2.8 7.711 0.21 11.944 1.784 12.688 4.725 1.007 3.988-6.304 9.331-21.931 16.026-15.657 6.633-35.88 13.076-60.652 19.332-20.854 5.265-38.833 9.029-53.939 11.291l-1.645-6.51c17.868-2.555 33.937-5.633 48.205-9.236 13.326-3.364 23.594-6.629 30.8-9.799 7.205-3.169 10.533-5.84 9.983-8.019-0.477-1.886-3.805-2.849-9.973-2.891-3.159 0.034-7.51 0.257-13.062 0.668-5.566 0.414-12.479 1.056-20.739 1.923-12.814 1.375-23.462 2.415-31.93 3.121-8.48 0.709-14.801 1.051-18.976 1.03-8.01-0.074-12.39-1.62-13.15-4.628-1.024-4.061 5.74-9.195 20.295-15.403 14.707-6.268 34.63-12.576 59.795-18.93 17.404-4.394 34.164-8.032 50.282-10.915z" fill="#fff"/></g><g id="g55" fill="#fff"><path id="path57" d="m26.125 56.078c0.279 0 0.521 0.105 0.728 0.316 0.205 0.205 0.309 0.451 0.309 0.736 0 0.297-0.104 0.548-0.309 0.754-0.206 0.205-0.454 0.308-0.745 0.308-0.297 0-0.548-0.103-0.753-0.309-0.206-0.211-0.309-0.462-0.309-0.753 0-0.297 0.103-0.545 0.309-0.745 0.21-0.204 0.467-0.307 0.77-0.307zm0 6.803c0.279 0 0.521 0.107 0.728 0.318 0.205 0.207 0.309 0.456 0.309 0.748s-0.104 0.541-0.309 0.748c-0.217 0.201-0.465 0.301-0.745 0.301-0.148 0-0.287-0.027-0.415-0.082-0.128-0.054-0.241-0.128-0.338-0.223-0.098-0.095-0.173-0.206-0.228-0.336-0.055-0.129-0.081-0.268-0.081-0.417 0-0.292 0.103-0.542 0.309-0.748 0.21-0.206 0.467-0.309 0.77-0.309z"/><path id="path59" d="m29.779 56.078c0.28 0 0.522 0.105 0.728 0.316 0.206 0.205 0.309 0.451 0.309 0.736 0 0.297-0.103 0.548-0.309 0.754-0.205 0.205-0.453 0.308-0.744 0.308-0.297 0-0.549-0.103-0.754-0.309-0.206-0.211-0.309-0.462-0.309-0.753 0-0.297 0.103-0.545 0.309-0.745 0.211-0.204 0.468-0.307 0.77-0.307zm0 6.803c0.28 0 0.522 0.107 0.728 0.318 0.206 0.207 0.309 0.456 0.309 0.748s-0.103 0.541-0.309 0.748c-0.217 0.201-0.465 0.301-0.744 0.301-0.148 0-0.287-0.027-0.416-0.082-0.128-0.054-0.241-0.128-0.338-0.223s-0.173-0.206-0.227-0.336c-0.055-0.129-0.082-0.268-0.082-0.417 0-0.292 0.103-0.542 0.309-0.748 0.211-0.206 0.468-0.309 0.77-0.309z"/></g><path id="path61" d="m27.712 87.417c0 0.433-0.111 0.822-0.334 1.167s-0.549 0.615-0.979 0.811c-0.429 0.195-0.938 0.293-1.525 0.293-0.706 0-1.288-0.134-1.746-0.4-0.326-0.191-0.591-0.448-0.794-0.769-0.204-0.321-0.306-0.633-0.306-0.936 0-0.176 0.061-0.326 0.184-0.452 0.121-0.125 0.277-0.188 0.466-0.188 0.153 0 0.282 0.049 0.389 0.146s0.196 0.243 0.271 0.436c0.091 0.228 0.189 0.418 0.296 0.571 0.105 0.153 0.254 0.279 0.447 0.379 0.191 0.1 0.444 0.149 0.758 0.149 0.43 0 0.779-0.101 1.048-0.301s0.403-0.451 0.403-0.75c0-0.238-0.072-0.432-0.218-0.58-0.145-0.147-0.332-0.261-0.562-0.339s-0.537-0.161-0.922-0.249c-0.515-0.121-0.945-0.262-1.293-0.424-0.347-0.16-0.622-0.381-0.825-0.659-0.204-0.278-0.306-0.625-0.306-1.038 0-0.395 0.107-0.745 0.322-1.051 0.215-0.307 0.525-0.542 0.932-0.707 0.407-0.164 0.885-0.246 1.436-0.246 0.438 0 0.818 0.055 1.139 0.163 0.32 0.109 0.587 0.255 0.798 0.435 0.212 0.182 0.366 0.371 0.464 0.57 0.098 0.198 0.146 0.393 0.146 0.581 0 0.173-0.061 0.328-0.182 0.467-0.122 0.139-0.273 0.208-0.455 0.208-0.165 0-0.291-0.042-0.376-0.125-0.086-0.083-0.179-0.219-0.279-0.408-0.131-0.271-0.287-0.481-0.47-0.633s-0.476-0.227-0.88-0.227c-0.374 0-0.677 0.082-0.906 0.246-0.229 0.165-0.345 0.363-0.345 0.594 0 0.144 0.039 0.268 0.117 0.372s0.186 0.193 0.322 0.269 0.275 0.134 0.416 0.176c0.141 0.043 0.371 0.104 0.694 0.186 0.402 0.095 0.767 0.199 1.093 0.313s0.604 0.252 0.832 0.415c0.229 0.163 0.408 0.369 0.536 0.618s0.194 0.556 0.194 0.917z" fill="#809cc9"/><path id="path63" d="m33.464 86.604v-3.444c0-0.293 0.066-0.513 0.198-0.659s0.306-0.22 0.521-0.22c0.226 0 0.404 0.073 0.536 0.22s0.198 0.367 0.198 0.661v3.529c0 0.401 0.045 0.736 0.134 1.006s0.247 0.479 0.475 0.627c0.227 0.148 0.545 0.223 0.954 0.223 0.564 0 0.963-0.151 1.196-0.453s0.351-0.76 0.351-1.373v-3.559c0-0.297 0.065-0.519 0.195-0.664 0.131-0.145 0.305-0.217 0.523-0.217s0.396 0.072 0.531 0.217c0.135 0.146 0.203 0.366 0.203 0.663v3.448c0 0.561-0.055 1.028-0.164 1.403s-0.315 0.705-0.619 0.989c-0.26 0.238-0.562 0.412-0.906 0.521-0.346 0.109-0.748 0.165-1.21 0.165-0.55 0-1.022-0.061-1.419-0.179-0.396-0.119-0.721-0.303-0.971-0.552s-0.434-0.568-0.551-0.958c-0.117-0.388-0.175-0.853-0.175-1.394z" fill="#809cc9"/><path id="path65" d="m48.601 89.562h-2.19c-0.316 0-0.542-0.071-0.677-0.213-0.136-0.142-0.203-0.367-0.203-0.676v-5.38c0-0.315 0.069-0.542 0.208-0.681 0.138-0.139 0.362-0.207 0.672-0.207h2.323c0.342 0 0.639 0.021 0.89 0.062s0.476 0.123 0.675 0.242c0.169 0.101 0.318 0.229 0.448 0.383s0.229 0.325 0.298 0.512c0.068 0.188 0.103 0.385 0.103 0.593 0 0.716-0.357 1.239-1.073 1.571 0.939 0.3 1.41 0.884 1.41 1.751 0 0.401-0.103 0.763-0.308 1.083-0.205 0.321-0.481 0.559-0.829 0.712-0.219 0.091-0.47 0.154-0.754 0.191-0.284 0.039-0.615 0.057-0.993 0.057zm-1.618-6.078v1.859h1.33c0.361 0 0.641-0.035 0.838-0.104s0.348-0.199 0.453-0.393c0.081-0.137 0.122-0.291 0.122-0.461 0-0.363-0.129-0.604-0.387-0.724-0.257-0.119-0.65-0.179-1.178-0.179h-1.178zm1.511 2.891h-1.511v2.109h1.56c0.981 0 1.472-0.357 1.472-1.07 0-0.364-0.127-0.629-0.381-0.793-0.255-0.164-0.635-0.246-1.14-0.246z" fill="#809cc9"/><path id="path67" d="m58.295 83.232 1.618 4.799 1.624-4.833c0.085-0.254 0.147-0.431 0.19-0.529 0.042-0.099 0.111-0.188 0.209-0.269s0.231-0.119 0.4-0.119c0.123 0 0.238 0.03 0.344 0.092 0.105 0.062 0.188 0.145 0.248 0.247 0.061 0.103 0.091 0.206 0.091 0.311 0 0.071-0.01 0.149-0.029 0.231-0.02 0.084-0.044 0.165-0.073 0.245-0.029 0.079-0.059 0.162-0.088 0.246l-1.73 4.681c-0.062 0.179-0.124 0.35-0.186 0.511s-0.133 0.303-0.215 0.425c-0.081 0.122-0.189 0.223-0.324 0.301-0.135 0.077-0.3 0.117-0.494 0.117-0.195 0-0.36-0.039-0.495-0.115-0.136-0.076-0.244-0.178-0.327-0.303s-0.155-0.268-0.217-0.428c-0.062-0.159-0.123-0.329-0.186-0.508l-1.701-4.642c-0.029-0.084-0.06-0.167-0.091-0.249-0.03-0.081-0.057-0.169-0.077-0.264-0.021-0.094-0.032-0.174-0.032-0.239 0-0.166 0.066-0.317 0.2-0.454 0.133-0.137 0.301-0.205 0.502-0.205 0.247 0 0.422 0.075 0.524 0.227s0.208 0.392 0.315 0.724z" fill="#999"/><path id="path69" d="m73.338 83.516h-3.267v1.766h3.008c0.221 0 0.387 0.049 0.496 0.148 0.108 0.1 0.163 0.23 0.163 0.393s-0.054 0.296-0.161 0.398-0.273 0.154-0.498 0.154h-3.008v2.047h3.379c0.228 0 0.399 0.052 0.516 0.156 0.115 0.105 0.173 0.244 0.173 0.418 0 0.168-0.058 0.305-0.173 0.409-0.116 0.104-0.288 0.157-0.516 0.157h-3.941c-0.316 0-0.544-0.07-0.683-0.211-0.139-0.14-0.208-0.365-0.208-0.678v-5.38c0-0.208 0.031-0.378 0.093-0.51s0.159-0.228 0.291-0.288 0.301-0.09 0.507-0.09h3.829c0.231 0 0.403 0.051 0.515 0.152 0.113 0.102 0.169 0.234 0.169 0.399 0 0.168-0.056 0.303-0.169 0.404-0.112 0.105-0.284 0.156-0.515 0.156z" fill="#999"/><path id="path71" d="m81.732 86.5h-0.507v2.303c0 0.303-0.066 0.525-0.201 0.669-0.133 0.144-0.308 0.216-0.523 0.216-0.231 0-0.41-0.075-0.538-0.225-0.127-0.15-0.19-0.37-0.19-0.66v-5.508c0-0.312 0.07-0.539 0.21-0.68 0.14-0.14 0.366-0.209 0.679-0.209h2.357c0.325 0 0.604 0.014 0.835 0.041 0.23 0.027 0.439 0.083 0.625 0.166 0.224 0.095 0.423 0.23 0.595 0.406 0.173 0.176 0.304 0.38 0.393 0.612 0.09 0.233 0.135 0.479 0.135 0.74 0 0.534-0.15 0.96-0.451 1.279s-0.758 0.546-1.369 0.679c0.257 0.137 0.502 0.339 0.736 0.605 0.234 0.268 0.443 0.552 0.628 0.854 0.184 0.301 0.327 0.573 0.429 0.815 0.104 0.243 0.154 0.41 0.154 0.501 0 0.095-0.03 0.188-0.09 0.281-0.061 0.093-0.143 0.166-0.247 0.22s-0.224 0.081-0.36 0.081c-0.163 0-0.3-0.039-0.41-0.115-0.111-0.076-0.206-0.174-0.285-0.291-0.08-0.117-0.188-0.29-0.324-0.519l-0.581-0.968c-0.208-0.355-0.395-0.625-0.559-0.812-0.164-0.186-0.331-0.312-0.5-0.381s-0.384-0.1-0.641-0.1zm0.83-3.016h-1.336v1.984h1.297c0.348 0 0.641-0.031 0.878-0.092s0.419-0.164 0.544-0.31 0.188-0.348 0.188-0.604c0-0.2-0.051-0.377-0.151-0.529s-0.24-0.267-0.419-0.343c-0.17-0.07-0.503-0.106-1.001-0.106z" fill="#999"/><path id="path73" d="m96.914 87.417c0 0.433-0.111 0.822-0.334 1.167s-0.549 0.615-0.978 0.811c-0.43 0.195-0.938 0.293-1.527 0.293-0.705 0-1.287-0.134-1.745-0.4-0.326-0.191-0.591-0.448-0.794-0.769-0.204-0.321-0.306-0.633-0.306-0.936 0-0.176 0.062-0.326 0.183-0.452 0.123-0.125 0.278-0.188 0.467-0.188 0.153 0 0.283 0.049 0.389 0.146s0.196 0.243 0.271 0.436c0.091 0.228 0.189 0.418 0.295 0.571s0.256 0.279 0.447 0.379c0.193 0.1 0.445 0.149 0.758 0.149 0.431 0 0.779-0.101 1.049-0.301 0.269-0.2 0.403-0.451 0.403-0.75 0-0.238-0.072-0.432-0.218-0.58-0.145-0.147-0.332-0.261-0.562-0.339-0.229-0.078-0.536-0.161-0.921-0.249-0.515-0.121-0.945-0.262-1.292-0.424-0.348-0.16-0.623-0.381-0.826-0.659-0.204-0.278-0.306-0.625-0.306-1.038 0-0.395 0.107-0.745 0.322-1.051 0.215-0.307 0.525-0.542 0.932-0.707 0.407-0.164 0.886-0.246 1.435-0.246 0.439 0 0.819 0.055 1.14 0.163 0.32 0.109 0.587 0.255 0.798 0.435 0.212 0.182 0.366 0.371 0.464 0.57 0.098 0.198 0.146 0.393 0.146 0.581 0 0.173-0.061 0.328-0.183 0.467-0.121 0.139-0.272 0.208-0.454 0.208-0.165 0-0.29-0.042-0.376-0.125s-0.18-0.219-0.279-0.408c-0.131-0.271-0.287-0.481-0.47-0.633s-0.476-0.227-0.88-0.227c-0.375 0-0.677 0.082-0.906 0.246-0.23 0.165-0.345 0.363-0.345 0.594 0 0.144 0.039 0.268 0.117 0.372s0.186 0.193 0.323 0.269c0.137 0.075 0.275 0.134 0.415 0.176 0.14 0.043 0.371 0.104 0.694 0.186 0.402 0.095 0.767 0.199 1.093 0.313s0.604 0.252 0.833 0.415 0.406 0.369 0.535 0.618c0.129 0.25 0.193 0.556 0.193 0.917z" fill="#999"/><path id="path75" d="m102.71 88.803v-5.643c0-0.293 0.066-0.513 0.2-0.659s0.307-0.22 0.52-0.22c0.218 0 0.395 0.072 0.53 0.217 0.136 0.146 0.203 0.365 0.203 0.662v5.643c0 0.297-0.067 0.518-0.203 0.664s-0.312 0.221-0.53 0.221c-0.209 0-0.382-0.074-0.517-0.223-0.136-0.149-0.203-0.369-0.203-0.662z" fill="#999"/><path id="path77" d="m113.43 82.281c0.741 0 1.377 0.15 1.908 0.451 0.531 0.302 0.934 0.73 1.207 1.285 0.272 0.556 0.409 1.207 0.409 1.957 0 0.553-0.075 1.057-0.225 1.51-0.149 0.452-0.373 0.845-0.672 1.177-0.3 0.332-0.667 0.587-1.103 0.763-0.436 0.175-0.935 0.264-1.496 0.264-0.56 0-1.06-0.091-1.501-0.271-0.442-0.181-0.812-0.436-1.107-0.765s-0.519-0.725-0.67-1.187c-0.151-0.463-0.227-0.963-0.227-1.5 0-0.551 0.078-1.056 0.236-1.515 0.158-0.46 0.386-0.851 0.686-1.173 0.299-0.322 0.662-0.569 1.092-0.74s0.917-0.256 1.463-0.256zm2.055 3.684c0-0.527-0.084-0.984-0.254-1.37-0.168-0.386-0.409-0.679-0.723-0.876-0.313-0.198-0.674-0.297-1.079-0.297-0.289 0-0.556 0.055-0.802 0.164-0.244 0.109-0.456 0.27-0.633 0.479s-0.316 0.477-0.419 0.803-0.153 0.691-0.153 1.098c0 0.408 0.051 0.778 0.153 1.109 0.103 0.33 0.247 0.604 0.434 0.822 0.187 0.217 0.401 0.38 0.643 0.488 0.242 0.107 0.508 0.162 0.797 0.162 0.37 0 0.71-0.094 1.021-0.28s0.557-0.475 0.74-0.864c0.184-0.389 0.275-0.87 0.275-1.438z" fill="#999"/><path id="path79" d="m124.59 83.15 2.798 4.225v-4.264c0-0.276 0.059-0.484 0.178-0.623 0.118-0.139 0.277-0.207 0.479-0.207 0.208 0 0.371 0.068 0.492 0.207 0.119 0.139 0.18 0.346 0.18 0.623v5.633c0 0.629-0.26 0.943-0.78 0.943-0.13 0-0.247-0.02-0.351-0.057-0.104-0.038-0.202-0.097-0.293-0.179-0.091-0.081-0.176-0.177-0.254-0.286s-0.155-0.221-0.233-0.335l-2.729-4.175v4.199c0 0.274-0.063 0.481-0.19 0.621-0.128 0.141-0.29 0.211-0.489 0.211-0.205 0-0.37-0.071-0.494-0.213s-0.186-0.348-0.186-0.618v-5.525c0-0.234 0.025-0.418 0.078-0.552 0.062-0.146 0.164-0.267 0.309-0.359 0.143-0.093 0.298-0.139 0.465-0.139 0.13 0 0.242 0.021 0.335 0.063s0.174 0.099 0.244 0.171 0.142 0.164 0.216 0.278c0.071 0.116 0.146 0.235 0.225 0.358z" fill="#999"/><path id="path81" d="m20.979 93.582h108.26" fill="none" stroke="#809cc9"/></g></g></svg>
--- a/eric6/Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py Sat Mar 07 11:12:38 2020 +0100 +++ b/eric6/Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py Sun Apr 05 12:06:15 2020 +0200 @@ -202,7 +202,7 @@ act = menu.addAction( UI.PixmapCache.getIcon( os.path.join("VcsPlugins", "vcsSubversion", "icons", - "subversion.png")), + "subversion.svg")), self.vcs.vcsName(), self._VCSInfoDisplay) font = act.font() font.setBold(True) @@ -357,7 +357,7 @@ act = menu.addAction( UI.PixmapCache.getIcon( os.path.join("VcsPlugins", "vcsSubversion", "icons", - "subversion.png")), + "subversion.svg")), self.vcs.vcsName(), self._VCSInfoDisplay) font = act.font() font.setBold(True) @@ -479,7 +479,7 @@ act = menu.addAction( UI.PixmapCache.getIcon( os.path.join("VcsPlugins", "vcsSubversion", "icons", - "subversion.png")), + "subversion.svg")), self.vcs.vcsName(), self._VCSInfoDisplay) font = act.font() font.setBold(True) @@ -518,7 +518,7 @@ act = menu.addAction( UI.PixmapCache.getIcon( os.path.join("VcsPlugins", "vcsSubversion", "icons", - "subversion.png")), + "subversion.svg")), self.vcs.vcsName(), self._VCSInfoDisplay) font = act.font() font.setBold(True) @@ -637,7 +637,7 @@ act = menu.addAction( UI.PixmapCache.getIcon( os.path.join("VcsPlugins", "vcsSubversion", "icons", - "subversion.png")), + "subversion.svg")), self.vcs.vcsName(), self._VCSInfoDisplay) font = act.font() font.setBold(True)
--- a/eric6/Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py Sat Mar 07 11:12:38 2020 +0100 +++ b/eric6/Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py Sun Apr 05 12:06:15 2020 +0200 @@ -478,7 +478,7 @@ act = menu.addAction( UI.PixmapCache.getIcon( os.path.join("VcsPlugins", "vcsSubversion", "icons", - "subversion.png")), + "subversion.svg")), self.vcs.vcsName(), self._vcsInfoDisplay) font = act.font() font.setBold(True)
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/Plugins/VcsPlugins/vcsSubversion/icons/preferences-subversion.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,2 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg id="svg2" width="22.009" height="22" version="1.0" viewBox="0 0 22.009 22" xml:space="preserve" xmlns="http://www.w3.org/2000/svg"><g id="g46" transform="translate(0 -72.082)"><g id="Layer_1" transform="matrix(.20038 0 0 .23393 -3.9798 72.073)"><path id="path49" d="m129.44 0.875h-107.96v78.762h107.96v-78.762z" fill="#809cc9"/><g id="g51"><path id="path53" d="m130.37 0 1.662 6.583c-15.285 2.216-28.886 4.828-40.802 7.837-12.857 3.247-23.198 6.546-31.025 9.896-7.844 3.284-11.507 5.952-10.99 8 0.456 1.807 3.735 2.626 9.863 2.453 3.141-0.058 8.252-0.399 15.335-1.028 7.083-0.626 16.221-1.536 27.415-2.726 20.599-2.144 34.762-3.077 42.491-2.8 7.711 0.21 11.944 1.784 12.688 4.725 1.007 3.988-6.304 9.331-21.931 16.026-15.657 6.633-35.88 13.076-60.652 19.332-20.854 5.265-38.833 9.029-53.939 11.291l-1.645-6.51c17.868-2.555 33.937-5.633 48.205-9.236 13.326-3.364 23.594-6.629 30.8-9.799 7.205-3.169 10.533-5.84 9.983-8.019-0.477-1.886-3.805-2.849-9.973-2.891-3.159 0.034-7.51 0.257-13.062 0.668-5.566 0.414-12.479 1.056-20.739 1.923-12.814 1.375-23.462 2.415-31.93 3.121-8.48 0.709-14.801 1.051-18.976 1.03-8.01-0.074-12.39-1.62-13.15-4.628-1.024-4.061 5.74-9.195 20.295-15.403 14.707-6.268 34.63-12.576 59.795-18.93 17.404-4.394 34.164-8.032 50.282-10.915z" fill="#fff"/></g><g id="g55" fill="#fff"><path id="path57" d="m26.125 56.078c0.279 0 0.521 0.105 0.728 0.316 0.205 0.205 0.309 0.451 0.309 0.736 0 0.297-0.104 0.548-0.309 0.754-0.206 0.205-0.454 0.308-0.745 0.308-0.297 0-0.548-0.103-0.753-0.309-0.206-0.211-0.309-0.462-0.309-0.753 0-0.297 0.103-0.545 0.309-0.745 0.21-0.204 0.467-0.307 0.77-0.307zm0 6.803c0.279 0 0.521 0.107 0.728 0.318 0.205 0.207 0.309 0.456 0.309 0.748s-0.104 0.541-0.309 0.748c-0.217 0.201-0.465 0.301-0.745 0.301-0.148 0-0.287-0.027-0.415-0.082-0.128-0.054-0.241-0.128-0.338-0.223-0.098-0.095-0.173-0.206-0.228-0.336-0.055-0.129-0.081-0.268-0.081-0.417 0-0.292 0.103-0.542 0.309-0.748 0.21-0.206 0.467-0.309 0.77-0.309z"/><path id="path59" d="m29.779 56.078c0.28 0 0.522 0.105 0.728 0.316 0.206 0.205 0.309 0.451 0.309 0.736 0 0.297-0.103 0.548-0.309 0.754-0.205 0.205-0.453 0.308-0.744 0.308-0.297 0-0.549-0.103-0.754-0.309-0.206-0.211-0.309-0.462-0.309-0.753 0-0.297 0.103-0.545 0.309-0.745 0.211-0.204 0.468-0.307 0.77-0.307zm0 6.803c0.28 0 0.522 0.107 0.728 0.318 0.206 0.207 0.309 0.456 0.309 0.748s-0.103 0.541-0.309 0.748c-0.217 0.201-0.465 0.301-0.744 0.301-0.148 0-0.287-0.027-0.416-0.082-0.128-0.054-0.241-0.128-0.338-0.223s-0.173-0.206-0.227-0.336c-0.055-0.129-0.082-0.268-0.082-0.417 0-0.292 0.103-0.542 0.309-0.748 0.211-0.206 0.468-0.309 0.77-0.309z"/></g><path id="path61" d="m27.712 87.417c0 0.433-0.111 0.822-0.334 1.167s-0.549 0.615-0.979 0.811c-0.429 0.195-0.938 0.293-1.525 0.293-0.706 0-1.288-0.134-1.746-0.4-0.326-0.191-0.591-0.448-0.794-0.769-0.204-0.321-0.306-0.633-0.306-0.936 0-0.176 0.061-0.326 0.184-0.452 0.121-0.125 0.277-0.188 0.466-0.188 0.153 0 0.282 0.049 0.389 0.146s0.196 0.243 0.271 0.436c0.091 0.228 0.189 0.418 0.296 0.571 0.105 0.153 0.254 0.279 0.447 0.379 0.191 0.1 0.444 0.149 0.758 0.149 0.43 0 0.779-0.101 1.048-0.301s0.403-0.451 0.403-0.75c0-0.238-0.072-0.432-0.218-0.58-0.145-0.147-0.332-0.261-0.562-0.339s-0.537-0.161-0.922-0.249c-0.515-0.121-0.945-0.262-1.293-0.424-0.347-0.16-0.622-0.381-0.825-0.659-0.204-0.278-0.306-0.625-0.306-1.038 0-0.395 0.107-0.745 0.322-1.051 0.215-0.307 0.525-0.542 0.932-0.707 0.407-0.164 0.885-0.246 1.436-0.246 0.438 0 0.818 0.055 1.139 0.163 0.32 0.109 0.587 0.255 0.798 0.435 0.212 0.182 0.366 0.371 0.464 0.57 0.098 0.198 0.146 0.393 0.146 0.581 0 0.173-0.061 0.328-0.182 0.467-0.122 0.139-0.273 0.208-0.455 0.208-0.165 0-0.291-0.042-0.376-0.125-0.086-0.083-0.179-0.219-0.279-0.408-0.131-0.271-0.287-0.481-0.47-0.633s-0.476-0.227-0.88-0.227c-0.374 0-0.677 0.082-0.906 0.246-0.229 0.165-0.345 0.363-0.345 0.594 0 0.144 0.039 0.268 0.117 0.372s0.186 0.193 0.322 0.269 0.275 0.134 0.416 0.176c0.141 0.043 0.371 0.104 0.694 0.186 0.402 0.095 0.767 0.199 1.093 0.313s0.604 0.252 0.832 0.415c0.229 0.163 0.408 0.369 0.536 0.618s0.194 0.556 0.194 0.917z" fill="#809cc9"/><path id="path63" d="m33.464 86.604v-3.444c0-0.293 0.066-0.513 0.198-0.659s0.306-0.22 0.521-0.22c0.226 0 0.404 0.073 0.536 0.22s0.198 0.367 0.198 0.661v3.529c0 0.401 0.045 0.736 0.134 1.006s0.247 0.479 0.475 0.627c0.227 0.148 0.545 0.223 0.954 0.223 0.564 0 0.963-0.151 1.196-0.453s0.351-0.76 0.351-1.373v-3.559c0-0.297 0.065-0.519 0.195-0.664 0.131-0.145 0.305-0.217 0.523-0.217s0.396 0.072 0.531 0.217c0.135 0.146 0.203 0.366 0.203 0.663v3.448c0 0.561-0.055 1.028-0.164 1.403s-0.315 0.705-0.619 0.989c-0.26 0.238-0.562 0.412-0.906 0.521-0.346 0.109-0.748 0.165-1.21 0.165-0.55 0-1.022-0.061-1.419-0.179-0.396-0.119-0.721-0.303-0.971-0.552s-0.434-0.568-0.551-0.958c-0.117-0.388-0.175-0.853-0.175-1.394z" fill="#809cc9"/><path id="path65" d="m48.601 89.562h-2.19c-0.316 0-0.542-0.071-0.677-0.213-0.136-0.142-0.203-0.367-0.203-0.676v-5.38c0-0.315 0.069-0.542 0.208-0.681 0.138-0.139 0.362-0.207 0.672-0.207h2.323c0.342 0 0.639 0.021 0.89 0.062s0.476 0.123 0.675 0.242c0.169 0.101 0.318 0.229 0.448 0.383s0.229 0.325 0.298 0.512c0.068 0.188 0.103 0.385 0.103 0.593 0 0.716-0.357 1.239-1.073 1.571 0.939 0.3 1.41 0.884 1.41 1.751 0 0.401-0.103 0.763-0.308 1.083-0.205 0.321-0.481 0.559-0.829 0.712-0.219 0.091-0.47 0.154-0.754 0.191-0.284 0.039-0.615 0.057-0.993 0.057zm-1.618-6.078v1.859h1.33c0.361 0 0.641-0.035 0.838-0.104s0.348-0.199 0.453-0.393c0.081-0.137 0.122-0.291 0.122-0.461 0-0.363-0.129-0.604-0.387-0.724-0.257-0.119-0.65-0.179-1.178-0.179h-1.178zm1.511 2.891h-1.511v2.109h1.56c0.981 0 1.472-0.357 1.472-1.07 0-0.364-0.127-0.629-0.381-0.793-0.255-0.164-0.635-0.246-1.14-0.246z" fill="#809cc9"/><path id="path67" d="m58.295 83.232 1.618 4.799 1.624-4.833c0.085-0.254 0.147-0.431 0.19-0.529 0.042-0.099 0.111-0.188 0.209-0.269s0.231-0.119 0.4-0.119c0.123 0 0.238 0.03 0.344 0.092 0.105 0.062 0.188 0.145 0.248 0.247 0.061 0.103 0.091 0.206 0.091 0.311 0 0.071-0.01 0.149-0.029 0.231-0.02 0.084-0.044 0.165-0.073 0.245-0.029 0.079-0.059 0.162-0.088 0.246l-1.73 4.681c-0.062 0.179-0.124 0.35-0.186 0.511s-0.133 0.303-0.215 0.425c-0.081 0.122-0.189 0.223-0.324 0.301-0.135 0.077-0.3 0.117-0.494 0.117-0.195 0-0.36-0.039-0.495-0.115-0.136-0.076-0.244-0.178-0.327-0.303s-0.155-0.268-0.217-0.428c-0.062-0.159-0.123-0.329-0.186-0.508l-1.701-4.642c-0.029-0.084-0.06-0.167-0.091-0.249-0.03-0.081-0.057-0.169-0.077-0.264-0.021-0.094-0.032-0.174-0.032-0.239 0-0.166 0.066-0.317 0.2-0.454 0.133-0.137 0.301-0.205 0.502-0.205 0.247 0 0.422 0.075 0.524 0.227s0.208 0.392 0.315 0.724z" fill="#999"/><path id="path69" d="m73.338 83.516h-3.267v1.766h3.008c0.221 0 0.387 0.049 0.496 0.148 0.108 0.1 0.163 0.23 0.163 0.393s-0.054 0.296-0.161 0.398-0.273 0.154-0.498 0.154h-3.008v2.047h3.379c0.228 0 0.399 0.052 0.516 0.156 0.115 0.105 0.173 0.244 0.173 0.418 0 0.168-0.058 0.305-0.173 0.409-0.116 0.104-0.288 0.157-0.516 0.157h-3.941c-0.316 0-0.544-0.07-0.683-0.211-0.139-0.14-0.208-0.365-0.208-0.678v-5.38c0-0.208 0.031-0.378 0.093-0.51s0.159-0.228 0.291-0.288 0.301-0.09 0.507-0.09h3.829c0.231 0 0.403 0.051 0.515 0.152 0.113 0.102 0.169 0.234 0.169 0.399 0 0.168-0.056 0.303-0.169 0.404-0.112 0.105-0.284 0.156-0.515 0.156z" fill="#999"/><path id="path71" d="m81.732 86.5h-0.507v2.303c0 0.303-0.066 0.525-0.201 0.669-0.133 0.144-0.308 0.216-0.523 0.216-0.231 0-0.41-0.075-0.538-0.225-0.127-0.15-0.19-0.37-0.19-0.66v-5.508c0-0.312 0.07-0.539 0.21-0.68 0.14-0.14 0.366-0.209 0.679-0.209h2.357c0.325 0 0.604 0.014 0.835 0.041 0.23 0.027 0.439 0.083 0.625 0.166 0.224 0.095 0.423 0.23 0.595 0.406 0.173 0.176 0.304 0.38 0.393 0.612 0.09 0.233 0.135 0.479 0.135 0.74 0 0.534-0.15 0.96-0.451 1.279s-0.758 0.546-1.369 0.679c0.257 0.137 0.502 0.339 0.736 0.605 0.234 0.268 0.443 0.552 0.628 0.854 0.184 0.301 0.327 0.573 0.429 0.815 0.104 0.243 0.154 0.41 0.154 0.501 0 0.095-0.03 0.188-0.09 0.281-0.061 0.093-0.143 0.166-0.247 0.22s-0.224 0.081-0.36 0.081c-0.163 0-0.3-0.039-0.41-0.115-0.111-0.076-0.206-0.174-0.285-0.291-0.08-0.117-0.188-0.29-0.324-0.519l-0.581-0.968c-0.208-0.355-0.395-0.625-0.559-0.812-0.164-0.186-0.331-0.312-0.5-0.381s-0.384-0.1-0.641-0.1zm0.83-3.016h-1.336v1.984h1.297c0.348 0 0.641-0.031 0.878-0.092s0.419-0.164 0.544-0.31 0.188-0.348 0.188-0.604c0-0.2-0.051-0.377-0.151-0.529s-0.24-0.267-0.419-0.343c-0.17-0.07-0.503-0.106-1.001-0.106z" fill="#999"/><path id="path73" d="m96.914 87.417c0 0.433-0.111 0.822-0.334 1.167s-0.549 0.615-0.978 0.811c-0.43 0.195-0.938 0.293-1.527 0.293-0.705 0-1.287-0.134-1.745-0.4-0.326-0.191-0.591-0.448-0.794-0.769-0.204-0.321-0.306-0.633-0.306-0.936 0-0.176 0.062-0.326 0.183-0.452 0.123-0.125 0.278-0.188 0.467-0.188 0.153 0 0.283 0.049 0.389 0.146s0.196 0.243 0.271 0.436c0.091 0.228 0.189 0.418 0.295 0.571s0.256 0.279 0.447 0.379c0.193 0.1 0.445 0.149 0.758 0.149 0.431 0 0.779-0.101 1.049-0.301 0.269-0.2 0.403-0.451 0.403-0.75 0-0.238-0.072-0.432-0.218-0.58-0.145-0.147-0.332-0.261-0.562-0.339-0.229-0.078-0.536-0.161-0.921-0.249-0.515-0.121-0.945-0.262-1.292-0.424-0.348-0.16-0.623-0.381-0.826-0.659-0.204-0.278-0.306-0.625-0.306-1.038 0-0.395 0.107-0.745 0.322-1.051 0.215-0.307 0.525-0.542 0.932-0.707 0.407-0.164 0.886-0.246 1.435-0.246 0.439 0 0.819 0.055 1.14 0.163 0.32 0.109 0.587 0.255 0.798 0.435 0.212 0.182 0.366 0.371 0.464 0.57 0.098 0.198 0.146 0.393 0.146 0.581 0 0.173-0.061 0.328-0.183 0.467-0.121 0.139-0.272 0.208-0.454 0.208-0.165 0-0.29-0.042-0.376-0.125s-0.18-0.219-0.279-0.408c-0.131-0.271-0.287-0.481-0.47-0.633s-0.476-0.227-0.88-0.227c-0.375 0-0.677 0.082-0.906 0.246-0.23 0.165-0.345 0.363-0.345 0.594 0 0.144 0.039 0.268 0.117 0.372s0.186 0.193 0.323 0.269c0.137 0.075 0.275 0.134 0.415 0.176 0.14 0.043 0.371 0.104 0.694 0.186 0.402 0.095 0.767 0.199 1.093 0.313s0.604 0.252 0.833 0.415 0.406 0.369 0.535 0.618c0.129 0.25 0.193 0.556 0.193 0.917z" fill="#999"/><path id="path75" d="m102.71 88.803v-5.643c0-0.293 0.066-0.513 0.2-0.659s0.307-0.22 0.52-0.22c0.218 0 0.395 0.072 0.53 0.217 0.136 0.146 0.203 0.365 0.203 0.662v5.643c0 0.297-0.067 0.518-0.203 0.664s-0.312 0.221-0.53 0.221c-0.209 0-0.382-0.074-0.517-0.223-0.136-0.149-0.203-0.369-0.203-0.662z" fill="#999"/><path id="path77" d="m113.43 82.281c0.741 0 1.377 0.15 1.908 0.451 0.531 0.302 0.934 0.73 1.207 1.285 0.272 0.556 0.409 1.207 0.409 1.957 0 0.553-0.075 1.057-0.225 1.51-0.149 0.452-0.373 0.845-0.672 1.177-0.3 0.332-0.667 0.587-1.103 0.763-0.436 0.175-0.935 0.264-1.496 0.264-0.56 0-1.06-0.091-1.501-0.271-0.442-0.181-0.812-0.436-1.107-0.765s-0.519-0.725-0.67-1.187c-0.151-0.463-0.227-0.963-0.227-1.5 0-0.551 0.078-1.056 0.236-1.515 0.158-0.46 0.386-0.851 0.686-1.173 0.299-0.322 0.662-0.569 1.092-0.74s0.917-0.256 1.463-0.256zm2.055 3.684c0-0.527-0.084-0.984-0.254-1.37-0.168-0.386-0.409-0.679-0.723-0.876-0.313-0.198-0.674-0.297-1.079-0.297-0.289 0-0.556 0.055-0.802 0.164-0.244 0.109-0.456 0.27-0.633 0.479s-0.316 0.477-0.419 0.803-0.153 0.691-0.153 1.098c0 0.408 0.051 0.778 0.153 1.109 0.103 0.33 0.247 0.604 0.434 0.822 0.187 0.217 0.401 0.38 0.643 0.488 0.242 0.107 0.508 0.162 0.797 0.162 0.37 0 0.71-0.094 1.021-0.28s0.557-0.475 0.74-0.864c0.184-0.389 0.275-0.87 0.275-1.438z" fill="#999"/><path id="path79" d="m124.59 83.15 2.798 4.225v-4.264c0-0.276 0.059-0.484 0.178-0.623 0.118-0.139 0.277-0.207 0.479-0.207 0.208 0 0.371 0.068 0.492 0.207 0.119 0.139 0.18 0.346 0.18 0.623v5.633c0 0.629-0.26 0.943-0.78 0.943-0.13 0-0.247-0.02-0.351-0.057-0.104-0.038-0.202-0.097-0.293-0.179-0.091-0.081-0.176-0.177-0.254-0.286s-0.155-0.221-0.233-0.335l-2.729-4.175v4.199c0 0.274-0.063 0.481-0.19 0.621-0.128 0.141-0.29 0.211-0.489 0.211-0.205 0-0.37-0.071-0.494-0.213s-0.186-0.348-0.186-0.618v-5.525c0-0.234 0.025-0.418 0.078-0.552 0.062-0.146 0.164-0.267 0.309-0.359 0.143-0.093 0.298-0.139 0.465-0.139 0.13 0 0.242 0.021 0.335 0.063s0.174 0.099 0.244 0.171 0.142 0.164 0.216 0.278c0.071 0.116 0.146 0.235 0.225 0.358z" fill="#999"/><path id="path81" d="m20.979 93.582h108.26" fill="none" stroke="#809cc9"/></g></g></svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/Plugins/VcsPlugins/vcsSubversion/icons/subversion.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,2 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg id="svg2" width="22.009" height="22" version="1.0" viewBox="0 0 22.009 22" xml:space="preserve" xmlns="http://www.w3.org/2000/svg"><g id="g46" transform="translate(0 -72.082)"><g id="Layer_1" transform="matrix(.20038 0 0 .23393 -3.9798 72.073)"><path id="path49" d="m129.44 0.875h-107.96v78.762h107.96v-78.762z" fill="#809cc9"/><g id="g51"><path id="path53" d="m130.37 0 1.662 6.583c-15.285 2.216-28.886 4.828-40.802 7.837-12.857 3.247-23.198 6.546-31.025 9.896-7.844 3.284-11.507 5.952-10.99 8 0.456 1.807 3.735 2.626 9.863 2.453 3.141-0.058 8.252-0.399 15.335-1.028 7.083-0.626 16.221-1.536 27.415-2.726 20.599-2.144 34.762-3.077 42.491-2.8 7.711 0.21 11.944 1.784 12.688 4.725 1.007 3.988-6.304 9.331-21.931 16.026-15.657 6.633-35.88 13.076-60.652 19.332-20.854 5.265-38.833 9.029-53.939 11.291l-1.645-6.51c17.868-2.555 33.937-5.633 48.205-9.236 13.326-3.364 23.594-6.629 30.8-9.799 7.205-3.169 10.533-5.84 9.983-8.019-0.477-1.886-3.805-2.849-9.973-2.891-3.159 0.034-7.51 0.257-13.062 0.668-5.566 0.414-12.479 1.056-20.739 1.923-12.814 1.375-23.462 2.415-31.93 3.121-8.48 0.709-14.801 1.051-18.976 1.03-8.01-0.074-12.39-1.62-13.15-4.628-1.024-4.061 5.74-9.195 20.295-15.403 14.707-6.268 34.63-12.576 59.795-18.93 17.404-4.394 34.164-8.032 50.282-10.915z" fill="#fff"/></g><g id="g55" fill="#fff"><path id="path57" d="m26.125 56.078c0.279 0 0.521 0.105 0.728 0.316 0.205 0.205 0.309 0.451 0.309 0.736 0 0.297-0.104 0.548-0.309 0.754-0.206 0.205-0.454 0.308-0.745 0.308-0.297 0-0.548-0.103-0.753-0.309-0.206-0.211-0.309-0.462-0.309-0.753 0-0.297 0.103-0.545 0.309-0.745 0.21-0.204 0.467-0.307 0.77-0.307zm0 6.803c0.279 0 0.521 0.107 0.728 0.318 0.205 0.207 0.309 0.456 0.309 0.748s-0.104 0.541-0.309 0.748c-0.217 0.201-0.465 0.301-0.745 0.301-0.148 0-0.287-0.027-0.415-0.082-0.128-0.054-0.241-0.128-0.338-0.223-0.098-0.095-0.173-0.206-0.228-0.336-0.055-0.129-0.081-0.268-0.081-0.417 0-0.292 0.103-0.542 0.309-0.748 0.21-0.206 0.467-0.309 0.77-0.309z"/><path id="path59" d="m29.779 56.078c0.28 0 0.522 0.105 0.728 0.316 0.206 0.205 0.309 0.451 0.309 0.736 0 0.297-0.103 0.548-0.309 0.754-0.205 0.205-0.453 0.308-0.744 0.308-0.297 0-0.549-0.103-0.754-0.309-0.206-0.211-0.309-0.462-0.309-0.753 0-0.297 0.103-0.545 0.309-0.745 0.211-0.204 0.468-0.307 0.77-0.307zm0 6.803c0.28 0 0.522 0.107 0.728 0.318 0.206 0.207 0.309 0.456 0.309 0.748s-0.103 0.541-0.309 0.748c-0.217 0.201-0.465 0.301-0.744 0.301-0.148 0-0.287-0.027-0.416-0.082-0.128-0.054-0.241-0.128-0.338-0.223s-0.173-0.206-0.227-0.336c-0.055-0.129-0.082-0.268-0.082-0.417 0-0.292 0.103-0.542 0.309-0.748 0.211-0.206 0.468-0.309 0.77-0.309z"/></g><path id="path61" d="m27.712 87.417c0 0.433-0.111 0.822-0.334 1.167s-0.549 0.615-0.979 0.811c-0.429 0.195-0.938 0.293-1.525 0.293-0.706 0-1.288-0.134-1.746-0.4-0.326-0.191-0.591-0.448-0.794-0.769-0.204-0.321-0.306-0.633-0.306-0.936 0-0.176 0.061-0.326 0.184-0.452 0.121-0.125 0.277-0.188 0.466-0.188 0.153 0 0.282 0.049 0.389 0.146s0.196 0.243 0.271 0.436c0.091 0.228 0.189 0.418 0.296 0.571 0.105 0.153 0.254 0.279 0.447 0.379 0.191 0.1 0.444 0.149 0.758 0.149 0.43 0 0.779-0.101 1.048-0.301s0.403-0.451 0.403-0.75c0-0.238-0.072-0.432-0.218-0.58-0.145-0.147-0.332-0.261-0.562-0.339s-0.537-0.161-0.922-0.249c-0.515-0.121-0.945-0.262-1.293-0.424-0.347-0.16-0.622-0.381-0.825-0.659-0.204-0.278-0.306-0.625-0.306-1.038 0-0.395 0.107-0.745 0.322-1.051 0.215-0.307 0.525-0.542 0.932-0.707 0.407-0.164 0.885-0.246 1.436-0.246 0.438 0 0.818 0.055 1.139 0.163 0.32 0.109 0.587 0.255 0.798 0.435 0.212 0.182 0.366 0.371 0.464 0.57 0.098 0.198 0.146 0.393 0.146 0.581 0 0.173-0.061 0.328-0.182 0.467-0.122 0.139-0.273 0.208-0.455 0.208-0.165 0-0.291-0.042-0.376-0.125-0.086-0.083-0.179-0.219-0.279-0.408-0.131-0.271-0.287-0.481-0.47-0.633s-0.476-0.227-0.88-0.227c-0.374 0-0.677 0.082-0.906 0.246-0.229 0.165-0.345 0.363-0.345 0.594 0 0.144 0.039 0.268 0.117 0.372s0.186 0.193 0.322 0.269 0.275 0.134 0.416 0.176c0.141 0.043 0.371 0.104 0.694 0.186 0.402 0.095 0.767 0.199 1.093 0.313s0.604 0.252 0.832 0.415c0.229 0.163 0.408 0.369 0.536 0.618s0.194 0.556 0.194 0.917z" fill="#809cc9"/><path id="path63" d="m33.464 86.604v-3.444c0-0.293 0.066-0.513 0.198-0.659s0.306-0.22 0.521-0.22c0.226 0 0.404 0.073 0.536 0.22s0.198 0.367 0.198 0.661v3.529c0 0.401 0.045 0.736 0.134 1.006s0.247 0.479 0.475 0.627c0.227 0.148 0.545 0.223 0.954 0.223 0.564 0 0.963-0.151 1.196-0.453s0.351-0.76 0.351-1.373v-3.559c0-0.297 0.065-0.519 0.195-0.664 0.131-0.145 0.305-0.217 0.523-0.217s0.396 0.072 0.531 0.217c0.135 0.146 0.203 0.366 0.203 0.663v3.448c0 0.561-0.055 1.028-0.164 1.403s-0.315 0.705-0.619 0.989c-0.26 0.238-0.562 0.412-0.906 0.521-0.346 0.109-0.748 0.165-1.21 0.165-0.55 0-1.022-0.061-1.419-0.179-0.396-0.119-0.721-0.303-0.971-0.552s-0.434-0.568-0.551-0.958c-0.117-0.388-0.175-0.853-0.175-1.394z" fill="#809cc9"/><path id="path65" d="m48.601 89.562h-2.19c-0.316 0-0.542-0.071-0.677-0.213-0.136-0.142-0.203-0.367-0.203-0.676v-5.38c0-0.315 0.069-0.542 0.208-0.681 0.138-0.139 0.362-0.207 0.672-0.207h2.323c0.342 0 0.639 0.021 0.89 0.062s0.476 0.123 0.675 0.242c0.169 0.101 0.318 0.229 0.448 0.383s0.229 0.325 0.298 0.512c0.068 0.188 0.103 0.385 0.103 0.593 0 0.716-0.357 1.239-1.073 1.571 0.939 0.3 1.41 0.884 1.41 1.751 0 0.401-0.103 0.763-0.308 1.083-0.205 0.321-0.481 0.559-0.829 0.712-0.219 0.091-0.47 0.154-0.754 0.191-0.284 0.039-0.615 0.057-0.993 0.057zm-1.618-6.078v1.859h1.33c0.361 0 0.641-0.035 0.838-0.104s0.348-0.199 0.453-0.393c0.081-0.137 0.122-0.291 0.122-0.461 0-0.363-0.129-0.604-0.387-0.724-0.257-0.119-0.65-0.179-1.178-0.179h-1.178zm1.511 2.891h-1.511v2.109h1.56c0.981 0 1.472-0.357 1.472-1.07 0-0.364-0.127-0.629-0.381-0.793-0.255-0.164-0.635-0.246-1.14-0.246z" fill="#809cc9"/><path id="path67" d="m58.295 83.232 1.618 4.799 1.624-4.833c0.085-0.254 0.147-0.431 0.19-0.529 0.042-0.099 0.111-0.188 0.209-0.269s0.231-0.119 0.4-0.119c0.123 0 0.238 0.03 0.344 0.092 0.105 0.062 0.188 0.145 0.248 0.247 0.061 0.103 0.091 0.206 0.091 0.311 0 0.071-0.01 0.149-0.029 0.231-0.02 0.084-0.044 0.165-0.073 0.245-0.029 0.079-0.059 0.162-0.088 0.246l-1.73 4.681c-0.062 0.179-0.124 0.35-0.186 0.511s-0.133 0.303-0.215 0.425c-0.081 0.122-0.189 0.223-0.324 0.301-0.135 0.077-0.3 0.117-0.494 0.117-0.195 0-0.36-0.039-0.495-0.115-0.136-0.076-0.244-0.178-0.327-0.303s-0.155-0.268-0.217-0.428c-0.062-0.159-0.123-0.329-0.186-0.508l-1.701-4.642c-0.029-0.084-0.06-0.167-0.091-0.249-0.03-0.081-0.057-0.169-0.077-0.264-0.021-0.094-0.032-0.174-0.032-0.239 0-0.166 0.066-0.317 0.2-0.454 0.133-0.137 0.301-0.205 0.502-0.205 0.247 0 0.422 0.075 0.524 0.227s0.208 0.392 0.315 0.724z" fill="#999"/><path id="path69" d="m73.338 83.516h-3.267v1.766h3.008c0.221 0 0.387 0.049 0.496 0.148 0.108 0.1 0.163 0.23 0.163 0.393s-0.054 0.296-0.161 0.398-0.273 0.154-0.498 0.154h-3.008v2.047h3.379c0.228 0 0.399 0.052 0.516 0.156 0.115 0.105 0.173 0.244 0.173 0.418 0 0.168-0.058 0.305-0.173 0.409-0.116 0.104-0.288 0.157-0.516 0.157h-3.941c-0.316 0-0.544-0.07-0.683-0.211-0.139-0.14-0.208-0.365-0.208-0.678v-5.38c0-0.208 0.031-0.378 0.093-0.51s0.159-0.228 0.291-0.288 0.301-0.09 0.507-0.09h3.829c0.231 0 0.403 0.051 0.515 0.152 0.113 0.102 0.169 0.234 0.169 0.399 0 0.168-0.056 0.303-0.169 0.404-0.112 0.105-0.284 0.156-0.515 0.156z" fill="#999"/><path id="path71" d="m81.732 86.5h-0.507v2.303c0 0.303-0.066 0.525-0.201 0.669-0.133 0.144-0.308 0.216-0.523 0.216-0.231 0-0.41-0.075-0.538-0.225-0.127-0.15-0.19-0.37-0.19-0.66v-5.508c0-0.312 0.07-0.539 0.21-0.68 0.14-0.14 0.366-0.209 0.679-0.209h2.357c0.325 0 0.604 0.014 0.835 0.041 0.23 0.027 0.439 0.083 0.625 0.166 0.224 0.095 0.423 0.23 0.595 0.406 0.173 0.176 0.304 0.38 0.393 0.612 0.09 0.233 0.135 0.479 0.135 0.74 0 0.534-0.15 0.96-0.451 1.279s-0.758 0.546-1.369 0.679c0.257 0.137 0.502 0.339 0.736 0.605 0.234 0.268 0.443 0.552 0.628 0.854 0.184 0.301 0.327 0.573 0.429 0.815 0.104 0.243 0.154 0.41 0.154 0.501 0 0.095-0.03 0.188-0.09 0.281-0.061 0.093-0.143 0.166-0.247 0.22s-0.224 0.081-0.36 0.081c-0.163 0-0.3-0.039-0.41-0.115-0.111-0.076-0.206-0.174-0.285-0.291-0.08-0.117-0.188-0.29-0.324-0.519l-0.581-0.968c-0.208-0.355-0.395-0.625-0.559-0.812-0.164-0.186-0.331-0.312-0.5-0.381s-0.384-0.1-0.641-0.1zm0.83-3.016h-1.336v1.984h1.297c0.348 0 0.641-0.031 0.878-0.092s0.419-0.164 0.544-0.31 0.188-0.348 0.188-0.604c0-0.2-0.051-0.377-0.151-0.529s-0.24-0.267-0.419-0.343c-0.17-0.07-0.503-0.106-1.001-0.106z" fill="#999"/><path id="path73" d="m96.914 87.417c0 0.433-0.111 0.822-0.334 1.167s-0.549 0.615-0.978 0.811c-0.43 0.195-0.938 0.293-1.527 0.293-0.705 0-1.287-0.134-1.745-0.4-0.326-0.191-0.591-0.448-0.794-0.769-0.204-0.321-0.306-0.633-0.306-0.936 0-0.176 0.062-0.326 0.183-0.452 0.123-0.125 0.278-0.188 0.467-0.188 0.153 0 0.283 0.049 0.389 0.146s0.196 0.243 0.271 0.436c0.091 0.228 0.189 0.418 0.295 0.571s0.256 0.279 0.447 0.379c0.193 0.1 0.445 0.149 0.758 0.149 0.431 0 0.779-0.101 1.049-0.301 0.269-0.2 0.403-0.451 0.403-0.75 0-0.238-0.072-0.432-0.218-0.58-0.145-0.147-0.332-0.261-0.562-0.339-0.229-0.078-0.536-0.161-0.921-0.249-0.515-0.121-0.945-0.262-1.292-0.424-0.348-0.16-0.623-0.381-0.826-0.659-0.204-0.278-0.306-0.625-0.306-1.038 0-0.395 0.107-0.745 0.322-1.051 0.215-0.307 0.525-0.542 0.932-0.707 0.407-0.164 0.886-0.246 1.435-0.246 0.439 0 0.819 0.055 1.14 0.163 0.32 0.109 0.587 0.255 0.798 0.435 0.212 0.182 0.366 0.371 0.464 0.57 0.098 0.198 0.146 0.393 0.146 0.581 0 0.173-0.061 0.328-0.183 0.467-0.121 0.139-0.272 0.208-0.454 0.208-0.165 0-0.29-0.042-0.376-0.125s-0.18-0.219-0.279-0.408c-0.131-0.271-0.287-0.481-0.47-0.633s-0.476-0.227-0.88-0.227c-0.375 0-0.677 0.082-0.906 0.246-0.23 0.165-0.345 0.363-0.345 0.594 0 0.144 0.039 0.268 0.117 0.372s0.186 0.193 0.323 0.269c0.137 0.075 0.275 0.134 0.415 0.176 0.14 0.043 0.371 0.104 0.694 0.186 0.402 0.095 0.767 0.199 1.093 0.313s0.604 0.252 0.833 0.415 0.406 0.369 0.535 0.618c0.129 0.25 0.193 0.556 0.193 0.917z" fill="#999"/><path id="path75" d="m102.71 88.803v-5.643c0-0.293 0.066-0.513 0.2-0.659s0.307-0.22 0.52-0.22c0.218 0 0.395 0.072 0.53 0.217 0.136 0.146 0.203 0.365 0.203 0.662v5.643c0 0.297-0.067 0.518-0.203 0.664s-0.312 0.221-0.53 0.221c-0.209 0-0.382-0.074-0.517-0.223-0.136-0.149-0.203-0.369-0.203-0.662z" fill="#999"/><path id="path77" d="m113.43 82.281c0.741 0 1.377 0.15 1.908 0.451 0.531 0.302 0.934 0.73 1.207 1.285 0.272 0.556 0.409 1.207 0.409 1.957 0 0.553-0.075 1.057-0.225 1.51-0.149 0.452-0.373 0.845-0.672 1.177-0.3 0.332-0.667 0.587-1.103 0.763-0.436 0.175-0.935 0.264-1.496 0.264-0.56 0-1.06-0.091-1.501-0.271-0.442-0.181-0.812-0.436-1.107-0.765s-0.519-0.725-0.67-1.187c-0.151-0.463-0.227-0.963-0.227-1.5 0-0.551 0.078-1.056 0.236-1.515 0.158-0.46 0.386-0.851 0.686-1.173 0.299-0.322 0.662-0.569 1.092-0.74s0.917-0.256 1.463-0.256zm2.055 3.684c0-0.527-0.084-0.984-0.254-1.37-0.168-0.386-0.409-0.679-0.723-0.876-0.313-0.198-0.674-0.297-1.079-0.297-0.289 0-0.556 0.055-0.802 0.164-0.244 0.109-0.456 0.27-0.633 0.479s-0.316 0.477-0.419 0.803-0.153 0.691-0.153 1.098c0 0.408 0.051 0.778 0.153 1.109 0.103 0.33 0.247 0.604 0.434 0.822 0.187 0.217 0.401 0.38 0.643 0.488 0.242 0.107 0.508 0.162 0.797 0.162 0.37 0 0.71-0.094 1.021-0.28s0.557-0.475 0.74-0.864c0.184-0.389 0.275-0.87 0.275-1.438z" fill="#999"/><path id="path79" d="m124.59 83.15 2.798 4.225v-4.264c0-0.276 0.059-0.484 0.178-0.623 0.118-0.139 0.277-0.207 0.479-0.207 0.208 0 0.371 0.068 0.492 0.207 0.119 0.139 0.18 0.346 0.18 0.623v5.633c0 0.629-0.26 0.943-0.78 0.943-0.13 0-0.247-0.02-0.351-0.057-0.104-0.038-0.202-0.097-0.293-0.179-0.091-0.081-0.176-0.177-0.254-0.286s-0.155-0.221-0.233-0.335l-2.729-4.175v4.199c0 0.274-0.063 0.481-0.19 0.621-0.128 0.141-0.29 0.211-0.489 0.211-0.205 0-0.37-0.071-0.494-0.213s-0.186-0.348-0.186-0.618v-5.525c0-0.234 0.025-0.418 0.078-0.552 0.062-0.146 0.164-0.267 0.309-0.359 0.143-0.093 0.298-0.139 0.465-0.139 0.13 0 0.242 0.021 0.335 0.063s0.174 0.099 0.244 0.171 0.142 0.164 0.216 0.278c0.071 0.116 0.146 0.235 0.225 0.358z" fill="#999"/><path id="path81" d="m20.979 93.582h108.26" fill="none" stroke="#809cc9"/></g></g></svg>
--- a/eric6/Preferences/ConfigurationPages/QtPage.py Sat Mar 07 11:12:38 2020 +0100 +++ b/eric6/Preferences/ConfigurationPages/QtPage.py Sun Apr 05 12:06:15 2020 +0200 @@ -16,6 +16,7 @@ from .Ui_QtPage import Ui_QtPage import Preferences +import Utilities class QtPage(ConfigurationPageBase, Ui_QtPage): @@ -34,6 +35,8 @@ self.qtToolsDirPicker.setMode(E5PathPickerModes.DirectoryShowFilesMode) self.pyqtToolsDirPicker.setMode( E5PathPickerModes.DirectoryShowFilesMode) + self.pyside2ToolsDirPicker.setMode( + E5PathPickerModes.DirectoryShowFilesMode) # set initial values self.qtTransPicker.setText( @@ -42,10 +45,20 @@ self.qtPrefixEdit.setText(Preferences.getQt("QtToolsPrefix")) self.qtPostfixEdit.setText(Preferences.getQt("QtToolsPostfix")) self.__updateQtSample() + self.pyqtToolsDirPicker.setText(Preferences.getQt("PyQtToolsDir")) self.pyuicIndentSpinBox.setValue(Preferences.getQt("PyuicIndent")) self.pyuicImportsCheckBox.setChecked( Preferences.getQt("PyuicFromImports")) + self.pyuicExecuteCheckBox.setChecked( + Preferences.getQt("PyuicExecute")) + + self.pyside2ToolsDirPicker.setText( + Preferences.getQt("PySide2ToolsDir")) + self.pyside2uicImportsCheckBox.setChecked( + Preferences.getQt("PySide2FromImports")) + + self.pyside2Group.setEnabled(any(Utilities.checkPyside())) def save(self): """ @@ -55,10 +68,17 @@ Preferences.setQt("QtToolsDir", self.qtToolsDirPicker.text()) Preferences.setQt("QtToolsPrefix", self.qtPrefixEdit.text()) Preferences.setQt("QtToolsPostfix", self.qtPostfixEdit.text()) + Preferences.setQt("PyQtToolsDir", self.pyqtToolsDirPicker.text()) Preferences.setQt("PyuicIndent", self.pyuicIndentSpinBox.value()) Preferences.setQt("PyuicFromImports", self.pyuicImportsCheckBox.isChecked()) + Preferences.setQt("PyuicExecute", + self.pyuicExecuteCheckBox.isChecked()) + + Preferences.setQt("PySide2ToolsDir", self.pyside2ToolsDirPicker.text()) + Preferences.setQt("PySide2FromImports", + self.pyside2uicImportsCheckBox.isChecked()) def __updateQtSample(self): """
--- a/eric6/Preferences/ConfigurationPages/QtPage.ui Sat Mar 07 11:12:38 2020 +0100 +++ b/eric6/Preferences/ConfigurationPages/QtPage.ui Sun Apr 05 12:06:15 2020 +0200 @@ -7,10 +7,10 @@ <x>0</x> <y>0</y> <width>642</width> - <height>614</height> + <height>772</height> </rect> </property> - <layout class="QVBoxLayout" name="verticalLayout_3"> + <layout class="QVBoxLayout" name="verticalLayout_6"> <item> <widget class="QLabel" name="headerLabel"> <property name="text"> @@ -32,69 +32,172 @@ </widget> </item> <item> - <widget class="QGroupBox" name="groupBox_3"> + <widget class="QGroupBox" name="groupBox_6"> <property name="title"> - <string>Qt Translations Directory</string> + <string>Qt</string> </property> - <layout class="QVBoxLayout" name="verticalLayout"> - <item> - <widget class="QLabel" name="TextLabel1_2_2_5"> - <property name="text"> - <string><font color="#FF0000"><b>Note:</b> This setting is activated at the next startup of the application.</font></string> - </property> - </widget> - </item> + <layout class="QVBoxLayout" name="verticalLayout_3"> <item> - <widget class="E5PathPicker" name="qtTransPicker" native="true"> - <property name="sizePolicy"> - <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="focusPolicy"> - <enum>Qt::StrongFocus</enum> + <widget class="QGroupBox" name="groupBox_3"> + <property name="title"> + <string>Qt Translations Directory</string> </property> - <property name="toolTip"> - <string>Enter the path of the Qt translations directory.</string> - </property> - </widget> - </item> - <item> - <widget class="QLabel" name="textLabel1_2_4"> - <property name="text"> - <string><b>Note:</b> Leave this entry empty to use an environment variable or the path compiled into the Qt library. Environment variables supported are + <layout class="QVBoxLayout" name="verticalLayout"> + <item> + <widget class="QLabel" name="TextLabel1_2_2_5"> + <property name="text"> + <string><font color="#FF0000"><b>Note:</b> This setting is activated at the next startup of the application.</font></string> + </property> + </widget> + </item> + <item> + <widget class="E5PathPicker" name="qtTransPicker" native="true"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="focusPolicy"> + <enum>Qt::StrongFocus</enum> + </property> + <property name="toolTip"> + <string>Enter the path of the Qt translations directory.</string> + </property> + </widget> + </item> + <item> + <widget class="QLabel" name="textLabel1_2_4"> + <property name="text"> + <string><b>Note:</b> Leave this entry empty to use an environment variable or the path compiled into the Qt library. Environment variables supported are <ul> <li>QT4TRANSLATIONSDIR for Qt4</li> <li>QT5TRANSLATIONSDIR for Qt5</li> <li>QTTRANSLATIONSDIR for any Qt variant</li> </ul></string> + </property> + <property name="wordWrap"> + <bool>true</bool> + </property> + </widget> + </item> + </layout> + </widget> + </item> + <item> + <widget class="QGroupBox" name="groupBox_4"> + <property name="title"> + <string>Qt Tools</string> </property> - <property name="wordWrap"> - <bool>true</bool> - </property> + <layout class="QVBoxLayout" name="verticalLayout_2"> + <item> + <layout class="QHBoxLayout" name="horizontalLayout"> + <item> + <widget class="QLabel" name="label_4"> + <property name="text"> + <string>Tools Directory:</string> + </property> + </widget> + </item> + <item> + <widget class="E5PathPicker" name="qtToolsDirPicker" native="true"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="focusPolicy"> + <enum>Qt::StrongFocus</enum> + </property> + <property name="toolTip"> + <string>Enter the path of the Qt tools directory, if they are not found.</string> + </property> + </widget> + </item> + </layout> + </item> + <item> + <widget class="QLabel" name="label"> + <property name="text"> + <string>The tool executable is composed of the prefix, the tool name and the postfix. For win, the extension is added automatically.</string> + </property> + <property name="wordWrap"> + <bool>true</bool> + </property> + </widget> + </item> + <item> + <layout class="QHBoxLayout" name="horizontalLayout_2"> + <item> + <widget class="QLabel" name="label_3"> + <property name="text"> + <string>Qt-Prefix:</string> + </property> + </widget> + </item> + <item> + <widget class="QLineEdit" name="qtPrefixEdit"> + <property name="toolTip"> + <string>Enter the prefix for the Qt tools name</string> + </property> + </widget> + </item> + <item> + <widget class="QLabel" name="label_5"> + <property name="text"> + <string>Qt-Postfix:</string> + </property> + </widget> + </item> + <item> + <widget class="QLineEdit" name="qtPostfixEdit"> + <property name="toolTip"> + <string>Enter the postfix for the Qt tools name</string> + </property> + </widget> + </item> + <item> + <widget class="QLabel" name="qtSampleLabel"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> + <horstretch>1</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="toolTip"> + <string>This gives an example of the complete tool name</string> + </property> + <property name="text"> + <string>designer</string> + </property> + </widget> + </item> + </layout> + </item> + </layout> </widget> </item> </layout> </widget> </item> <item> - <widget class="QGroupBox" name="groupBox_4"> + <widget class="QGroupBox" name="groupBox_7"> <property name="title"> - <string>Qt Tools</string> + <string>PyQt</string> </property> - <layout class="QVBoxLayout" name="verticalLayout_2"> + <layout class="QVBoxLayout" name="verticalLayout_4"> <item> - <layout class="QHBoxLayout" name="horizontalLayout"> + <layout class="QHBoxLayout" name="horizontalLayout_3"> <item> - <widget class="QLabel" name="label_4"> + <widget class="QLabel" name="label_6"> <property name="text"> <string>Tools Directory:</string> </property> </widget> </item> <item> - <widget class="E5PathPicker" name="qtToolsDirPicker" native="true"> + <widget class="E5PathPicker" name="pyqtToolsDirPicker" native="true"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> <horstretch>0</horstretch> @@ -105,155 +208,127 @@ <enum>Qt::StrongFocus</enum> </property> <property name="toolTip"> - <string>Enter the path of the Qt tools directory, if they are not found.</string> + <string>Enter the path of the PyQt tools directory, if they are not found.</string> </property> </widget> </item> </layout> </item> <item> - <widget class="QLabel" name="label"> - <property name="text"> - <string>The tool executable is composed of the prefix, the tool name and the postfix. For win, the extension is added automatically.</string> - </property> - <property name="wordWrap"> - <bool>true</bool> + <widget class="QGroupBox" name="groupBox"> + <property name="title"> + <string>pyuic Options</string> </property> - </widget> - </item> - <item> - <layout class="QHBoxLayout" name="horizontalLayout_2"> - <item> - <widget class="QLabel" name="label_3"> - <property name="text"> - <string>Qt-Prefix:</string> - </property> - </widget> - </item> - <item> - <widget class="QLineEdit" name="qtPrefixEdit"> - <property name="toolTip"> - <string>Enter the prefix for the Qt tools name</string> - </property> - </widget> - </item> - <item> - <widget class="QLabel" name="label_5"> - <property name="text"> - <string>Qt-Postfix:</string> - </property> - </widget> - </item> - <item> - <widget class="QLineEdit" name="qtPostfixEdit"> - <property name="toolTip"> - <string>Enter the postfix for the Qt tools name</string> - </property> - </widget> - </item> - <item> - <widget class="QLabel" name="qtSampleLabel"> - <property name="sizePolicy"> - <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> - <horstretch>1</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="toolTip"> - <string>This gives an example of the complete tool name</string> - </property> - <property name="text"> - <string>designer</string> - </property> - </widget> - </item> - </layout> - </item> - </layout> - </widget> - </item> - <item> - <widget class="QGroupBox" name="groupBox_2"> - <property name="title"> - <string>PyQt Tools</string> - </property> - <layout class="QHBoxLayout" name="horizontalLayout_3"> - <item> - <widget class="QLabel" name="label_6"> - <property name="text"> - <string>Tools Directory:</string> - </property> - </widget> - </item> - <item> - <widget class="E5PathPicker" name="pyqtToolsDirPicker" native="true"> - <property name="sizePolicy"> - <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="focusPolicy"> - <enum>Qt::StrongFocus</enum> - </property> - <property name="toolTip"> - <string>Enter the path of the PyQt tools directory, if they are not found.</string> - </property> + <layout class="QGridLayout" name="gridLayout"> + <item row="0" column="0"> + <widget class="QLabel" name="label_2"> + <property name="text"> + <string>Indent Width:</string> + </property> + </widget> + </item> + <item row="0" column="1"> + <widget class="QSpinBox" name="pyuicIndentSpinBox"> + <property name="toolTip"> + <string>Select the indent width (default: 4)</string> + </property> + <property name="alignment"> + <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> + </property> + <property name="minimum"> + <number>2</number> + </property> + <property name="maximum"> + <number>16</number> + </property> + <property name="value"> + <number>4</number> + </property> + </widget> + </item> + <item row="0" column="2"> + <spacer name="horizontalSpacer"> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + <property name="sizeHint" stdset="0"> + <size> + <width>448</width> + <height>20</height> + </size> + </property> + </spacer> + </item> + <item row="1" column="0" colspan="3"> + <widget class="QCheckBox" name="pyuicImportsCheckBox"> + <property name="text"> + <string>Generate imports relative to '.'</string> + </property> + </widget> + </item> + <item row="2" column="0" colspan="3"> + <widget class="QCheckBox" name="pyuicExecuteCheckBox"> + <property name="toolTip"> + <string>Select to generate extra code to test and display the form</string> + </property> + <property name="text"> + <string>Generate Extra Test Code</string> + </property> + </widget> + </item> + </layout> </widget> </item> </layout> </widget> </item> <item> - <widget class="QGroupBox" name="groupBox"> + <widget class="QGroupBox" name="pyside2Group"> <property name="title"> - <string>pyuic / pyside-uic Options</string> + <string>PySide2</string> </property> - <layout class="QGridLayout" name="gridLayout"> - <item row="0" column="0"> - <widget class="QLabel" name="label_2"> - <property name="text"> - <string>Indent Width:</string> - </property> - </widget> + <layout class="QVBoxLayout" name="verticalLayout_5"> + <item> + <layout class="QHBoxLayout" name="horizontalLayout_5"> + <item> + <widget class="QLabel" name="label_7"> + <property name="text"> + <string>Tools Directory:</string> + </property> + </widget> + </item> + <item> + <widget class="E5PathPicker" name="pyside2ToolsDirPicker" native="true"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="focusPolicy"> + <enum>Qt::StrongFocus</enum> + </property> + <property name="toolTip"> + <string>Enter the path of the PySide2 tools directory, if they are not found.</string> + </property> + </widget> + </item> + </layout> </item> - <item row="0" column="1"> - <widget class="QSpinBox" name="pyuicIndentSpinBox"> - <property name="toolTip"> - <string>Select the indent width (default: 4)</string> - </property> - <property name="alignment"> - <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> - </property> - <property name="minimum"> - <number>2</number> + <item> + <widget class="QGroupBox" name="groupBox_2"> + <property name="title"> + <string>pyside2-uic Options</string> </property> - <property name="maximum"> - <number>16</number> - </property> - <property name="value"> - <number>4</number> - </property> - </widget> - </item> - <item row="0" column="2"> - <spacer name="horizontalSpacer"> - <property name="orientation"> - <enum>Qt::Horizontal</enum> - </property> - <property name="sizeHint" stdset="0"> - <size> - <width>448</width> - <height>20</height> - </size> - </property> - </spacer> - </item> - <item row="1" column="0" colspan="3"> - <widget class="QCheckBox" name="pyuicImportsCheckBox"> - <property name="text"> - <string>Generate imports relative to '.'</string> - </property> + <layout class="QGridLayout" name="gridLayout_2"> + <item row="0" column="0" colspan="2"> + <widget class="QCheckBox" name="pyside2uicImportsCheckBox"> + <property name="text"> + <string>Generate imports relative to '.'</string> + </property> + </widget> + </item> + </layout> </widget> </item> </layout> @@ -290,6 +365,9 @@ <tabstop>pyqtToolsDirPicker</tabstop> <tabstop>pyuicIndentSpinBox</tabstop> <tabstop>pyuicImportsCheckBox</tabstop> + <tabstop>pyuicExecuteCheckBox</tabstop> + <tabstop>pyside2ToolsDirPicker</tabstop> + <tabstop>pyside2uicImportsCheckBox</tabstop> </tabstops> <resources/> <connections/>
--- a/eric6/Preferences/ProgramsDialog.py Sat Mar 07 11:12:38 2020 +0100 +++ b/eric6/Preferences/ProgramsDialog.py Sun Apr 05 12:06:15 2020 +0200 @@ -203,12 +203,12 @@ self.__createProgramEntry( self.tr("Forms Compiler (Python, PySide2)"), Utilities.generatePySideToolPath("pyside2-uic", "2"), - '--version', 'PySide2 User', -1, versionCleanup=(0, -1)) + '--version', '', -1, versionRe='uic') # 3.2c Resource Compiler PySide2 self.__createProgramEntry( self.tr("Resource Compiler (Python, PySide2)"), Utilities.generatePySideToolPath("pyside2-rcc", "2"), - '-version', 'Resource Compiler', -1) + '-version', '', -1, versionRe='rcc') # 4. do the Ruby programs # 4a. Forms Compiler for Qt4
--- a/eric6/Preferences/__init__.py Sat Mar 07 11:12:38 2020 +0100 +++ b/eric6/Preferences/__init__.py Sun Apr 05 12:06:15 2020 +0200 @@ -1228,7 +1228,10 @@ "QtToolsPostfix": "", "PyuicIndent": 4, "PyuicFromImports": False, + "PyuicExecute": True, "PyQtToolsDir": "", + "PySide2FromImports": False, + "PySide2ToolsDir": "", } # defaults for corba related stuff @@ -2962,7 +2965,7 @@ elif key in ["PyuicIndent"]: return int(prefClass.settings.value( "Qt/" + key, prefClass.qtDefaults[key])) - elif key in ["PyuicFromImports"]: + elif key in ["PyuicFromImports", "PyuicExecute", "PySide2FromImports"]: return toBool(prefClass.settings.value( "Qt/" + key, prefClass.qtDefaults[key])) else:
--- a/eric6/Project/CreateDialogCodeDialog.py Sat Mar 07 11:12:38 2020 +0100 +++ b/eric6/Project/CreateDialogCodeDialog.py Sun Apr 05 12:06:15 2020 +0200 @@ -16,7 +16,7 @@ pyqtSlot, Qt, QMetaObject, QRegExp, QSortFilterProxyModel, QProcess, QProcessEnvironment ) -from PyQt5.QtGui import QStandardItemModel, QBrush, QStandardItem +from PyQt5.QtGui import QStandardItemModel, QStandardItem, QBrush, QColor from PyQt5.QtWidgets import QDialog, QDialogButtonBox @@ -338,7 +338,10 @@ itm2.setFlags( Qt.ItemFlags(Qt.ItemIsEnabled)) itm2.setCheckState(Qt.Checked) - itm2.setForeground(QBrush(Qt.blue)) + if e5App().usesDarkPalette(): + itm2.setForeground(QBrush(QColor("#75bfff"))) + else: + itm2.setForeground(QBrush(Qt.blue)) continue itm2.setData(methodDict["pyqt_signature"],
--- a/eric6/Project/ProjectFormsBrowser.py Sat Mar 07 11:12:38 2020 +0100 +++ b/eric6/Project/ProjectFormsBrowser.py Sun Apr 05 12:06:15 2020 +0200 @@ -137,7 +137,7 @@ self.tr('Generate Dialog Code...'), self.__generateDialogCode) self.menu.addSeparator() - self.menu.addAction( + self.__pyuicConfigAct = self.menu.addAction( self.tr('Configure uic Compiler'), self.__configureUicCompiler) self.menu.addSeparator() @@ -220,7 +220,7 @@ self.backMenu.addAction( self.tr('Compile all forms'), self.__compileAllForms) self.backMenu.addSeparator() - self.backMenu.addAction( + self.__pyuicBackConfigAct = self.backMenu.addAction( self.tr('Configure uic Compiler'), self.__configureUicCompiler) self.backMenu.addSeparator() @@ -251,7 +251,7 @@ self.multiMenu.addAction( self.tr('Compile forms'), self.__compileSelectedForms) self.multiMenu.addSeparator() - self.multiMenu.addAction( + self.__pyuicMultiConfigAct = self.multiMenu.addAction( self.tr('Configure uic Compiler'), self.__configureUicCompiler) self.multiMenu.addSeparator() @@ -298,7 +298,7 @@ self.dirMenu.addAction( self.tr('Compile all forms'), self.__compileAllForms) self.dirMenu.addSeparator() - self.dirMenu.addAction( + self.__pyuicDirConfigAct = self.dirMenu.addAction( self.tr('Configure uic Compiler'), self.__configureUicCompiler) self.dirMenu.addSeparator() @@ -349,7 +349,7 @@ self.dirMultiMenu.addAction( self.tr('Compile all forms'), self.__compileAllForms) self.dirMultiMenu.addSeparator() - self.dirMultiMenu.addAction( + self.__pyuicDirMultiConfigAct = self.dirMultiMenu.addAction( self.tr('Configure uic Compiler'), self.__configureUicCompiler) self.dirMultiMenu.addSeparator() @@ -390,6 +390,13 @@ if not self.project.isOpen(): return + enable = self.project.getProjectType() in ("Qt4", "PyQt5", "E6Plugin") + self.__pyuicConfigAct.setEnabled(enable) + self.__pyuicMultiConfigAct.setEnabled(enable) + self.__pyuicDirConfigAct.setEnabled(enable) + self.__pyuicDirMultiConfigAct.setEnabled(enable) + self.__pyuicBackConfigAct.setEnabled(enable) + try: categories = self.getSelectedItemsCountCategorized( [ProjectBrowserFileItem, ProjectBrowserSimpleDirectoryItem]) @@ -840,17 +847,18 @@ ]: dirname, filename = os.path.split(ofn) self.compiledFile = os.path.join(dirname, "Ui_" + filename + ".py") - args.append("-x") - indentWidth = Preferences.getQt("PyuicIndent") - if indentWidth != self.PyuicIndentDefault: - args.append("--indent={0}".format(indentWidth)) if self.project.getProjectType() in ["PySide", "PySide2"]: # PySide and PySide2 - if Preferences.getQt("PyuicFromImports"): + if Preferences.getQt("PySide2FromImports"): args.append("--from-imports") else: # PyQt4 and PyQt5 + if Preferences.getQt("PyuicExecute"): + args.append("-x") + indentWidth = Preferences.getQt("PyuicIndent") + if indentWidth != self.PyuicIndentDefault: + args.append("--indent={0}".format(indentWidth)) if ( 'uic5' in uicompiler and self.project.pdata["UICPARAMS"]["Package"] @@ -1098,12 +1106,6 @@ if root != params["PackagesRoot"]: params["PackagesRoot"] = root self.project.setDirty(True) - elif self.project.getProjectType() in ["PySide", "PySide2"]: - E5MessageBox.information( - self, - self.tr("Configure uic Compiler"), - self.tr("""No project specific uic compiler flags are""" - """ supported for PySide or PySide2.""")) ########################################################################### ## Support for hooks below
--- a/eric6/Project/ProjectOthersBrowser.py Sat Mar 07 11:12:38 2020 +0100 +++ b/eric6/Project/ProjectOthersBrowser.py Sun Apr 05 12:06:15 2020 +0200 @@ -249,10 +249,10 @@ for itm in itmList: if isinstance(itm, ProjectBrowserFileItem): - if itm.isPixmapFile(): + if itm.isSvgFile(): + self.svgFile.emit(itm.fileName()) + elif itm.isPixmapFile(): self.pixmapFile.emit(itm.fileName()) - elif itm.isSvgFile(): - self.svgFile.emit(itm.fileName()) else: if Utilities.MimeTypes.isTextFile(itm.fileName()): self.sourceFile.emit(itm.fileName())
--- a/eric6/Project/ProjectResourcesBrowser.py Sat Mar 07 11:12:38 2020 +0100 +++ b/eric6/Project/ProjectResourcesBrowser.py Sun Apr 05 12:06:15 2020 +0200 @@ -683,12 +683,6 @@ elif self.project.getProjectType() in ["PySide2", "PySide2C"]: self.rccCompiler = Utilities.generatePySideToolPath( 'pyside2-rcc', "2") - if self.project.getProjectLanguage() in [ - "Python", "Python2" - ]: - args.append("-py2") - else: - args.append("-py3") else: return None defaultParameters = self.project.getDefaultRccCompilerParameters()
--- a/eric6/QScintilla/Editor.py Sat Mar 07 11:12:38 2020 +0100 +++ b/eric6/QScintilla/Editor.py Sun Apr 05 12:06:15 2020 +0200 @@ -1499,6 +1499,7 @@ self.completer = None useMonospaced = self.useMonospaced self.__setTextDisplay() + self.__setMarginsDisplay() self.setMonospaced(useMonospaced) self.menuActs["MonospacedFont"].setChecked(self.useMonospaced)
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/Styles/eric6_Dark-Bash.e6h Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,51 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE HighlightingStyles SYSTEM "HighlightingStyles-6.0.dtd"> +<!-- Eric6 highlighting styles --> +<!-- Saved: 2020-04-04, 19:35:01--> +<!-- Author: Detlev Offenbach <detlev@die-offenbachs.de> --> +<HighlightingStyles version="6.0"> + <Lexer name="Bash"> + <Style style="0" substyle="-1" color="#ffffff" paper="#262626" font="DejaVu Sans Mono,9,-1,5,50,0,0,0,0,0" eolfill="False"> + <Description>Default</Description> + </Style> + <Style style="1" substyle="-1" color="#ffff00" paper="#ff0000" font="DejaVu Sans Mono,9,-1,5,50,0,0,0,0,0" eolfill="False"> + <Description>Error</Description> + </Style> + <Style style="2" substyle="-1" color="#74cc66" paper="#262626" font="DejaVu Sans Mono,9,-1,5,50,0,0,0,0,0" eolfill="False"> + <Description>Comment</Description> + </Style> + <Style style="3" substyle="-1" color="#00c8c8" paper="#262626" font="DejaVu Sans Mono,9,-1,5,50,0,0,0,0,0" eolfill="False"> + <Description>Number</Description> + </Style> + <Style style="4" substyle="-1" color="#60a5ff" paper="#262626" font="DejaVu Sans Mono,9,-1,5,75,0,0,0,0,0" eolfill="False"> + <Description>Keyword</Description> + </Style> + <Style style="5" substyle="-1" color="#c354c3" paper="#262626" font="DejaVu Sans Mono,9,-1,5,50,0,0,0,0,0" eolfill="False"> + <Description>Double-quoted string</Description> + </Style> + <Style style="6" substyle="-1" color="#c354c3" paper="#262626" font="DejaVu Sans Mono,9,-1,5,50,0,0,0,0,0" eolfill="False"> + <Description>Single-quoted string</Description> + </Style> + <Style style="7" substyle="-1" color="#bab1a8" paper="#262626" font="DejaVu Sans Mono,9,-1,5,75,0,0,0,0,0" eolfill="False"> + <Description>Operator</Description> + </Style> + <Style style="8" substyle="-1" color="#ffffff" paper="#262626" font="DejaVu Sans Mono,9,-1,5,50,0,0,0,0,0" eolfill="False"> + <Description>Identifier</Description> + </Style> + <Style style="9" substyle="-1" color="#ffffff" paper="#645858" font="DejaVu Sans Mono,9,-1,5,50,0,0,0,0,0" eolfill="False"> + <Description>Scalar</Description> + </Style> + <Style style="10" substyle="-1" color="#ffffff" paper="#99995f" font="DejaVu Sans Mono,9,-1,5,50,0,0,0,0,0" eolfill="False"> + <Description>Parameter expansion</Description> + </Style> + <Style style="11" substyle="-1" color="#ffff00" paper="#645858" font="DejaVu Sans Mono,9,-1,5,50,0,0,0,0,0" eolfill="False"> + <Description>Backticks</Description> + </Style> + <Style style="12" substyle="-1" color="#ffffff" paper="#aa81a9" font="DejaVu Sans Mono,9,-1,5,50,0,0,0,0,0" eolfill="False"> + <Description>Here document delimiter</Description> + </Style> + <Style style="13" substyle="-1" color="#ffd8fe" paper="#aa81a9" font="DejaVu Sans Mono,9,-1,5,50,0,0,0,0,0" eolfill="True"> + <Description>Single-quoted here document</Description> + </Style> + </Lexer> +</HighlightingStyles>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/Styles/eric6_Dark-Batch.e6h Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,33 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE HighlightingStyles SYSTEM "HighlightingStyles-6.0.dtd"> +<!-- Eric6 highlighting styles --> +<!-- Saved: 2020-04-04, 19:39:07--> +<!-- Author: Detlev Offenbach <detlev@die-offenbachs.de> --> +<HighlightingStyles version="6.0"> + <Lexer name="Batch"> + <Style style="0" substyle="-1" color="#ffffff" paper="#262626" font="Bitstream Vera Sans Mono,9,-1,5,50,0,0,0,0,0" eolfill="False"> + <Description>Default</Description> + </Style> + <Style style="1" substyle="-1" color="#74cc66" paper="#262626" font="Bitstream Vera Sans Mono,9,-1,5,50,0,0,0,0,0" eolfill="False"> + <Description>Comment</Description> + </Style> + <Style style="2" substyle="-1" color="#60a5ff" paper="#262626" font="Bitstream Vera Sans Mono,9,-1,5,75,0,0,0,0,0" eolfill="False"> + <Description>Keyword</Description> + </Style> + <Style style="3" substyle="-1" color="#ffff7f" paper="#606060" font="Bitstream Vera Sans Mono,9,-1,5,75,0,0,0,0,0" eolfill="True"> + <Description>Label</Description> + </Style> + <Style style="4" substyle="-1" color="#d1d100" paper="#262626" font="Bitstream Vera Sans Mono,9,-1,5,50,0,0,0,0,0" eolfill="False"> + <Description>Hide command character</Description> + </Style> + <Style style="5" substyle="-1" color="#2bc2f0" paper="#262626" font="Bitstream Vera Sans Mono,9,-1,5,75,0,0,0,0,0" eolfill="False"> + <Description>External command</Description> + </Style> + <Style style="6" substyle="-1" color="#d068d3" paper="#262626" font="Bitstream Vera Sans Mono,9,-1,5,50,0,0,0,0,0" eolfill="False"> + <Description>Variable</Description> + </Style> + <Style style="7" substyle="-1" color="#bab1a8" paper="#262626" font="Bitstream Vera Sans Mono,9,-1,5,50,0,0,0,0,0" eolfill="False"> + <Description>Operator</Description> + </Style> + </Lexer> +</HighlightingStyles>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/Styles/eric6_Dark-Guessed.e6h Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,162 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE HighlightingStyles SYSTEM "HighlightingStyles-6.0.dtd"> +<!-- Eric6 highlighting styles --> +<!-- Saved: 2020-03-31, 19:41:20--> +<!-- Author: Detlev Offenbach <detlev@die-offenbachs.de> --> +<HighlightingStyles version="6.0"> + <Lexer name="Guessed"> + <Style style="0" substyle="-1" color="#ffffff" paper="#262626" font="Noto Mono,9,-1,5,50,0,0,0,0,0" eolfill="False"> + <Description>Default</Description> + </Style> + <Style style="1" substyle="-1" color="#74cc66" paper="#262626" font="Noto Mono,9,-1,5,50,0,0,0,0,0" eolfill="False"> + <Description>Comment</Description> + </Style> + <Style style="2" substyle="-1" color="#dd9900" paper="#262626" font="Noto Mono,9,-1,5,50,1,0,0,0,0" eolfill="False"> + <Description>Preprocessor</Description> + </Style> + <Style style="3" substyle="-1" color="#60a5ff" paper="#262626" font="Noto Mono,9,-1,5,75,0,0,0,0,0" eolfill="False"> + <Description>Keyword</Description> + </Style> + <Style style="4" substyle="-1" color="#60a5ff" paper="#262626" font="Noto Mono,9,-1,5,50,0,0,0,0,0" eolfill="False"> + <Description>Pseudo Keyword</Description> + </Style> + <Style style="5" substyle="-1" color="#e55164" paper="#262626" font="Noto Mono,9,-1,5,50,0,0,0,0,0" eolfill="False"> + <Description>Type Keyword</Description> + </Style> + <Style style="6" substyle="-1" color="#989898" paper="#262626" font="Noto Mono,9,-1,5,75,0,0,0,0,0" eolfill="False"> + <Description>Operator</Description> + </Style> + <Style style="7" substyle="-1" color="#d498ff" paper="#262626" font="Noto Mono,9,-1,5,75,0,0,0,0,0" eolfill="False"> + <Description>Word</Description> + </Style> + <Style style="8" substyle="-1" color="#6cc25f" paper="#262626" font="Noto Mono,9,-1,5,75,0,0,0,0,0" eolfill="False"> + <Description>Builtin</Description> + </Style> + <Style style="9" substyle="-1" color="#00aaff" paper="#262626" font="Noto Mono,9,-1,5,75,0,0,0,0,0" eolfill="False"> + <Description>Function or method name</Description> + </Style> + <Style style="10" substyle="-1" color="#00aaff" paper="#262626" font="Noto Mono,9,-1,5,75,0,0,0,0,0" eolfill="False"> + <Description>Class name</Description> + </Style> + <Style style="11" substyle="-1" color="#00aaff" paper="#262626" font="Noto Mono,9,-1,5,75,0,0,0,0,0" eolfill="False"> + <Description>Namespace</Description> + </Style> + <Style style="12" substyle="-1" color="#d26969" paper="#262626" font="Noto Mono,9,-1,5,75,0,0,0,0,0" eolfill="False"> + <Description>Exception</Description> + </Style> + <Style style="13" substyle="-1" color="#00aaff" paper="#262626" font="Noto Mono,9,-1,5,50,0,0,0,0,0" eolfill="False"> + <Description>Identifier</Description> + </Style> + <Style style="14" substyle="-1" color="#dc5a5a" paper="#262626" font="Noto Mono,9,-1,5,50,0,0,0,0,0" eolfill="False"> + <Description>Constant</Description> + </Style> + <Style style="15" substyle="-1" color="#d1d846" paper="#262626" font="Noto Mono,9,-1,5,50,0,0,0,0,0" eolfill="False"> + <Description>Label</Description> + </Style> + <Style style="16" substyle="-1" color="#c5c5c5" paper="#262626" font="Noto Mono,9,-1,5,75,0,0,0,0,0" eolfill="False"> + <Description>Entity</Description> + </Style> + <Style style="17" substyle="-1" color="#cceb42" paper="#262626" font="Noto Mono,9,-1,5,75,0,0,0,0,0" eolfill="False"> + <Description>Attribute</Description> + </Style> + <Style style="18" substyle="-1" color="#00c500" paper="#262626" font="Noto Mono,9,-1,5,75,0,0,0,0,0" eolfill="False"> + <Description>Tag</Description> + </Style> + <Style style="19" substyle="-1" color="#ca73ff" paper="#262626" font="Noto Mono,9,-1,5,50,0,0,0,0,0" eolfill="False"> + <Description>Decorator</Description> + </Style> + <Style style="20" substyle="-1" color="#dc5a5a" paper="#262626" font="Noto Mono,9,-1,5,50,0,0,0,0,0" eolfill="False"> + <Description>String</Description> + </Style> + <Style style="21" substyle="-1" color="#dc5a5a" paper="#262626" font="Noto Mono,9,-1,5,50,1,0,0,0,0" eolfill="False"> + <Description>Documentation string</Description> + </Style> + <Style style="22" substyle="-1" color="#bb6688" paper="#262626" font="Noto Mono,9,-1,5,75,0,0,0,0,0" eolfill="False"> + <Description>Scalar</Description> + </Style> + <Style style="23" substyle="-1" color="#bb6622" paper="#262626" font="Noto Mono,9,-1,5,75,0,0,0,0,0" eolfill="False"> + <Description>Escape</Description> + </Style> + <Style style="24" substyle="-1" color="#bb6688" paper="#262626" font="Noto Mono,9,-1,5,50,0,0,0,0,0" eolfill="False"> + <Description>Regular expression</Description> + </Style> + <Style style="25" substyle="-1" color="#8c92ea" paper="#262626" font="Noto Mono,9,-1,5,50,0,0,0,0,0" eolfill="False"> + <Description>Symbol</Description> + </Style> + <Style style="26" substyle="-1" color="#00c500" paper="#262626" font="Noto Mono,9,-1,5,50,0,0,0,0,0" eolfill="False"> + <Description>Other string</Description> + </Style> + <Style style="27" substyle="-1" color="#c8c8c8" paper="#262626" font="Noto Mono,9,-1,5,50,0,0,0,0,0" eolfill="False"> + <Description>Number</Description> + </Style> + <Style style="28" substyle="-1" color="#8c92ea" paper="#262626" font="Noto Mono,9,-1,5,75,0,0,0,0,0" eolfill="False"> + <Description>Heading</Description> + </Style> + <Style style="29" substyle="-1" color="#d15dc8" paper="#262626" font="Noto Mono,9,-1,5,75,0,0,0,0,0" eolfill="False"> + <Description>Subheading</Description> + </Style> + <Style style="30" substyle="-1" color="#f80000" paper="#262626" font="Noto Mono,9,-1,5,50,0,0,0,0,0" eolfill="False"> + <Description>Deleted</Description> + </Style> + <Style style="31" substyle="-1" color="#00a000" paper="#262626" font="Noto Mono,9,-1,5,50,0,0,0,0,0" eolfill="False"> + <Description>Inserted</Description> + </Style> + <Style style="40" substyle="-1" color="#ff0000" paper="#262626" font="Noto Mono,9,-1,5,50,0,0,0,0,0" eolfill="False"> + <Description>Generic error</Description> + </Style> + <Style style="41" substyle="-1" color="#ccc2b8" paper="#262626" font="Noto Mono,9,-1,5,50,1,0,0,0,0" eolfill="False"> + <Description>Emphasized text</Description> + </Style> + <Style style="42" substyle="-1" color="#ccc2b8" paper="#262626" font="Noto Mono,9,-1,5,75,0,0,0,0,0" eolfill="False"> + <Description>Strong text</Description> + </Style> + <Style style="43" substyle="-1" color="#7a9adf" paper="#262626" font="Noto Mono,9,-1,5,75,0,0,0,0,0" eolfill="False"> + <Description>Prompt</Description> + </Style> + <Style style="44" substyle="-1" color="#eeeeee" paper="#262626" font="Noto Mono,9,-1,5,50,0,0,0,0,0" eolfill="False"> + <Description>Output</Description> + </Style> + <Style style="45" substyle="-1" color="#7a9adf" paper="#262626" font="Noto Mono,9,-1,5,50,0,0,0,0,0" eolfill="False"> + <Description>Traceback</Description> + </Style> + <Style style="46" substyle="-1" color="#ffffff" paper="#ff0000" font="Noto Mono,9,-1,5,75,0,0,0,0,0" eolfill="False"> + <Description>Error</Description> + </Style> + <Style style="47" substyle="-1" color="#007f00" paper="#a8ffa8" font="Noto Mono,9,-1,5,50,0,0,0,0,0" eolfill="True"> + <Description>Comment block</Description> + </Style> + <Style style="48" substyle="-1" color="#00a0e0" paper="#ffffff" font="Noto Mono,9,-1,5,50,0,0,0,0,0" eolfill="False"> + <Description>Property</Description> + </Style> + <Style style="49" substyle="-1" color="#7f007f" paper="#ffffff" font="Noto Mono,9,-1,5,50,0,0,0,0,0" eolfill="False"> + <Description>Character</Description> + </Style> + <Style style="50" substyle="-1" color="#7f007f" paper="#ddd0dd" font="Noto Mono,9,-1,5,50,0,0,0,0,0" eolfill="True"> + <Description>Here document</Description> + </Style> + <Style style="51" substyle="-1" color="#000000" paper="#ffffff" font="Noto Mono,9,-1,5,50,0,0,0,0,0" eolfill="False"> + <Description>Punctuation</Description> + </Style> + <Style style="52" substyle="-1" color="#00c000" paper="#ffffff" font="Noto Mono,9,-1,5,50,0,0,0,0,0" eolfill="False"> + <Description>Hashbang</Description> + </Style> + <Style style="53" substyle="-1" color="#a90d91" paper="#ffffff" font="Noto Mono,9,-1,5,50,0,0,0,0,0" eolfill="False"> + <Description>Reserved Keyword</Description> + </Style> + <Style style="54" substyle="-1" color="#1c01ce" paper="#ffffff" font="Noto Mono,9,-1,5,50,0,0,0,0,0" eolfill="False"> + <Description>Literal</Description> + </Style> + <Style style="55" substyle="-1" color="#7f007f" paper="#ffffff" font="Noto Mono,9,-1,5,50,0,0,0,0,0" eolfill="False"> + <Description>Double quoted string</Description> + </Style> + <Style style="56" substyle="-1" color="#7f007f" paper="#ffffff" font="Noto Mono,9,-1,5,50,0,0,0,0,0" eolfill="False"> + <Description>Single quoted string</Description> + </Style> + <Style style="57" substyle="-1" color="#ffff00" paper="#a08080" font="Noto Mono,9,-1,5,50,0,0,0,0,0" eolfill="True"> + <Description>Backtick string</Description> + </Style> + <Style style="58" substyle="-1" color="#bbbbbb" paper="#ffffff" font="Noto Mono,9,-1,5,50,0,0,0,0,0" eolfill="False"> + <Description>Whitespace</Description> + </Style> + </Lexer> +</HighlightingStyles>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/Styles/eric6_Dark-MicroPython.e6h Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,105 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE HighlightingStyles SYSTEM "HighlightingStyles-6.0.dtd"> +<!-- Eric6 highlighting styles --> +<!-- Saved: 2020-03-08, 17:18:35--> +<!-- Author: Detlev Offenbach <detlev@die-offenbachs.de> --> +<HighlightingStyles version="6.0"> + <Lexer name="MicroPython"> + <Style style="0" substyle="-1" color="#ffffff" paper="#262626" font="Hack,10,-1,5,50,0,0,0,0,0" eolfill="False"> + <Description>Default</Description> + </Style> + <Style style="1" substyle="-1" color="#74cc66" paper="#262626" font="Hack,10,-1,5,50,0,0,0,0,0" eolfill="False"> + <Description>Comment</Description> + </Style> + <Style style="2" substyle="-1" color="#00c8c8" paper="#262626" font="Hack,10,-1,5,50,0,0,0,0,0" eolfill="False"> + <Description>Number</Description> + </Style> + <Style style="3" substyle="-1" color="#c354c3" paper="#262626" font="Hack,10,-1,5,50,0,0,0,0,0" eolfill="False"> + <Description>Double-quoted string</Description> + </Style> + <Style style="4" substyle="-1" color="#c354c3" paper="#262626" font="Hack,10,-1,5,50,0,0,0,0,0" eolfill="False"> + <Description>Single-quoted string</Description> + </Style> + <Style style="5" substyle="-1" color="#60a5ff" paper="#262626" font="Hack,10,-1,5,75,0,0,0,0,0" eolfill="False"> + <Description>Keyword</Description> + </Style> + <Style style="6" substyle="-1" color="#dc5a5a" paper="#262626" font="Hack,10,-1,5,50,0,0,0,0,0" eolfill="False"> + <Description>Triple single-quoted string</Description> + </Style> + <Style style="7" substyle="-1" color="#dc5a5a" paper="#262626" font="Hack,10,-1,5,50,0,0,0,0,0" eolfill="False"> + <Description>Triple double-quoted string</Description> + </Style> + <Style style="8" substyle="-1" color="#00aaff" paper="#262626" font="Hack,10,-1,5,75,0,0,0,0,0" eolfill="False"> + <Description>Class name</Description> + </Style> + <Style style="9" substyle="-1" color="#00d5d5" paper="#262626" font="Hack,10,-1,5,75,0,0,0,0,0" eolfill="False"> + <Description>Function or method name</Description> + </Style> + <Style style="10" substyle="-1" color="#bab1a8" paper="#262626" font="Hack,10,-1,5,75,0,0,0,0,0" eolfill="False"> + <Description>Operator</Description> + </Style> + <Style style="11" substyle="-1" color="#ffffff" paper="#262626" font="Hack,10,-1,5,50,0,0,0,0,0" eolfill="False"> + <Description>Identifier</Description> + </Style> + <Style style="12" substyle="-1" color="#27e534" paper="#262626" font="Hack,10,-1,5,50,0,0,0,0,0" eolfill="False"> + <Description>Comment block</Description> + </Style> + <Style style="13" substyle="-1" color="#bdbdbd" paper="#262626" font="Hack,10,-1,5,50,0,0,0,0,0" eolfill="True"> + <Description>Unclosed string</Description> + </Style> + <Style style="14" substyle="-1" color="#71c6ff" paper="#262626" font="Hack,10,-1,5,50,0,0,0,0,0" eolfill="False"> + <Description>Highlighted identifier</Description> + </Style> + <Style style="15" substyle="-1" color="#e38c00" paper="#262626" font="Hack,10,-1,5,50,0,0,0,0,0" eolfill="False"> + <Description>Decorator</Description> + </Style> + <Style style="16" substyle="-1" color="#c354c3" paper="#262626" font="Hack,10,-1,5,50,0,0,0,0,0" eolfill="False"> + <Description>Double-quoted f-string</Description> + </Style> + <Style style="17" substyle="-1" color="#c354c3" paper="#262626" font="Hack,10,-1,5,50,0,0,0,0,0" eolfill="False"> + <Description>Single-quoted f-string</Description> + </Style> + <Style style="18" substyle="-1" color="#dc5a5a" paper="#262626" font="Hack,10,-1,5,50,0,0,0,0,0" eolfill="False"> + <Description>Triple single-quoted f-string</Description> + </Style> + <Style style="19" substyle="-1" color="#dc5a5a" paper="#262626" font="Hack,10,-1,5,50,0,0,0,0,0" eolfill="False"> + <Description>Triple double-quoted f-string</Description> + </Style> + <Style style="11" substyle="0" color="#dd9900" paper="#262626" font="Hack,10,-1,5,50,0,0,0,0,0" eolfill="False"> + <Description>Standard Library Modules</Description> + <Words>__main__ _dummy_thread _thread abc aifc argparse array ast asynchat asyncio + asyncore atexit audioop base64 bdb binascii binhex bisect builtins bz2 + calendar cgi cgitb chunk cmath cmd code codecs codeop collections colorsys + compileall concurrent configparser contextlib copy copyreg crypt csv ctypes + curses datetime dbm decimal difflib dis distutils dummy_threading email + ensurepip enum errno faulthandler fcntl filecmp fileinput fnmatch formatter + fpectl fractions ftplib functools gc getopt getpass gettext glob grp gzip + hashlib heapq hmac html http http imaplib imghdr importlib inspect io + ipaddress itertools json keyword linecache locale logging lzma macpath + mailbox mailcap marshal math mimetypes mmap modulefinder msilib msvcrt + multiprocessing netrc nis nntplib numbers operator os ossaudiodev parser path + pathlib pdb pickle pickletools pipes pkgutil platform plistlib poplib posix + pprint pty pwd py_compile pyclbr queue quopri random re readline reprlib + resource rlcompleter runpy sched select selectors shelve shlex shutil signal + site smtpd smtplib sndhdr socket socketserver spwd sqlite3 ssl stat statistics + string stringprep struct subprocess sunau symbol symtable sys sysconfig syslog + tabnanny tarfile telnetlib tempfile termios textwrap threading time timeit + tkinter token tokenize trace traceback tracemalloc tty turtle types + unicodedata unittest urllib uu uuid venv warnings wave weakref webbrowser + winreg winsound wsgiref xdrlib xml xmlrpc zipfile zipimport zlib</Words> + </Style> + <Style style="11" substyle="1" color="#ee00aa" paper="#262626" font="Hack,10,-1,5,50,0,0,0,0,0" eolfill="False"> + <Description>__future__ Imports</Description> + <Words>__future__ with_statement unicode_literals print_function division + absolute_import generator_stop annotations</Words> + </Style> + <Style style="11" substyle="2" color="#41dd97" paper="#262626" font="Hack,10,-1,5,50,0,0,0,0,0" eolfill="False"> + <Description>PyQt5 Modules</Description> + <Words>PyQt5 Qsci Qt QtCore QtDBus QtDesigner QtGui QtHelp QtLocation QtMacExtras QtMultimedia QtMultimediaWidgets QtNetwork QtNetworkAuth QtNfc QtOpenGL QtPositioning QtPrintSupport QtQml QtQuick QtQuickWidgets QtRemoteObjects QtSensors QtSerialPort QtSql QtSvg QtTest QtWebChannel QtWebEngine QtWebEngineCore QtWebEngineWidgets QtWebSockets QtWidgets QtWinExtras QtX11Extras QtXml QtXmlPatterns sip QtWebKit QtWebKitWidgets</Words> + </Style> + <Style style="11" substyle="3" color="#ff3030" paper="#262626" font="DejaVu Sans Mono,10,-1,5,50,0,0,0,0,0" eolfill="False"> + <Description>Cython Specifics</Description> + <Words>cython pyximport Cython __cinit__ __dealloc__</Words> + </Style> + </Lexer> +</HighlightingStyles>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/Styles/eric6_Dark-Python2.e6h Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,101 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE HighlightingStyles SYSTEM "HighlightingStyles-6.0.dtd"> +<!-- Eric6 highlighting styles --> +<!-- Saved: 2020-03-08, 17:10:55--> +<!-- Author: Detlev Offenbach <detlev@die-offenbachs.de> --> +<HighlightingStyles version="6.0"> + <Lexer name="Python2"> + <Style style="0" substyle="-1" color="#ffffff" paper="#262626" font="Hack,10,-1,5,50,0,0,0,0,0" eolfill="False"> + <Description>Default</Description> + </Style> + <Style style="1" substyle="-1" color="#74cc66" paper="#262626" font="Hack,10,-1,5,50,0,0,0,0,0" eolfill="False"> + <Description>Comment</Description> + </Style> + <Style style="2" substyle="-1" color="#00c8c8" paper="#262626" font="Hack,10,-1,5,50,0,0,0,0,0" eolfill="False"> + <Description>Number</Description> + </Style> + <Style style="3" substyle="-1" color="#c354c3" paper="#262626" font="Hack,10,-1,5,50,0,0,0,0,0" eolfill="False"> + <Description>Double-quoted string</Description> + </Style> + <Style style="4" substyle="-1" color="#c354c3" paper="#262626" font="Hack,10,-1,5,50,0,0,0,0,0" eolfill="False"> + <Description>Single-quoted string</Description> + </Style> + <Style style="5" substyle="-1" color="#60a5ff" paper="#262626" font="Hack,10,-1,5,75,0,0,0,0,0" eolfill="False"> + <Description>Keyword</Description> + </Style> + <Style style="6" substyle="-1" color="#dc5a5a" paper="#262626" font="Hack,10,-1,5,50,0,0,0,0,0" eolfill="False"> + <Description>Triple single-quoted string</Description> + </Style> + <Style style="7" substyle="-1" color="#dc5a5a" paper="#262626" font="Hack,10,-1,5,50,0,0,0,0,0" eolfill="False"> + <Description>Triple double-quoted string</Description> + </Style> + <Style style="8" substyle="-1" color="#00aaff" paper="#262626" font="Hack,10,-1,5,75,0,0,0,0,0" eolfill="False"> + <Description>Class name</Description> + </Style> + <Style style="9" substyle="-1" color="#00d5d5" paper="#262626" font="Hack,10,-1,5,75,0,0,0,0,0" eolfill="False"> + <Description>Function or method name</Description> + </Style> + <Style style="10" substyle="-1" color="#bab1a8" paper="#262626" font="Hack,10,-1,5,75,0,0,0,0,0" eolfill="False"> + <Description>Operator</Description> + </Style> + <Style style="11" substyle="-1" color="#ffffff" paper="#262626" font="Hack,10,-1,5,50,0,0,0,0,0" eolfill="False"> + <Description>Identifier</Description> + </Style> + <Style style="12" substyle="-1" color="#27e534" paper="#262626" font="Hack,10,-1,5,50,0,0,0,0,0" eolfill="False"> + <Description>Comment block</Description> + </Style> + <Style style="13" substyle="-1" color="#bdbdbd" paper="#262626" font="Hack,10,-1,5,50,0,0,0,0,0" eolfill="True"> + <Description>Unclosed string</Description> + </Style> + <Style style="14" substyle="-1" color="#71c6ff" paper="#262626" font="Hack,10,-1,5,50,0,0,0,0,0" eolfill="False"> + <Description>Highlighted identifier</Description> + </Style> + <Style style="15" substyle="-1" color="#e38c00" paper="#262626" font="Hack,10,-1,5,50,0,0,0,0,0" eolfill="False"> + <Description>Decorator</Description> + </Style> + <Style style="16" substyle="-1" color="#c354c3" paper="#262626" font="Hack,10,-1,5,50,0,0,0,0,0" eolfill="False"> + <Description>Double-quoted f-string</Description> + </Style> + <Style style="17" substyle="-1" color="#c354c3" paper="#262626" font="Hack,10,-1,5,50,0,0,0,0,0" eolfill="False"> + <Description>Single-quoted f-string</Description> + </Style> + <Style style="18" substyle="-1" color="#dc5a5a" paper="#262626" font="Hack,10,-1,5,50,0,0,0,0,0" eolfill="False"> + <Description>Triple single-quoted f-string</Description> + </Style> + <Style style="19" substyle="-1" color="#dc5a5a" paper="#262626" font="Hack,10,-1,5,50,0,0,0,0,0" eolfill="False"> + <Description>Triple double-quoted f-string</Description> + </Style> + <Style style="11" substyle="0" color="#dd9900" paper="#262626" font="Hack,10,-1,5,50,0,0,0,0,0" eolfill="False"> + <Description>Standard Library Modules</Description> + <Words>__main__ _dummy_thread _thread abc aifc argparse array ast asynchat asyncio + asyncore atexit audioop base64 bdb binascii binhex bisect builtins bz2 + calendar cgi cgitb chunk cmath cmd code codecs codeop collections colorsys + compileall concurrent configparser contextlib copy copyreg crypt csv ctypes + curses datetime dbm decimal difflib dis distutils dummy_threading email + ensurepip enum errno faulthandler fcntl filecmp fileinput fnmatch formatter + fpectl fractions ftplib functools gc getopt getpass gettext glob grp gzip + hashlib heapq hmac html http http imaplib imghdr importlib inspect io + ipaddress itertools json keyword linecache locale logging lzma macpath + mailbox mailcap marshal math mimetypes mmap modulefinder msilib msvcrt + multiprocessing netrc nis nntplib numbers operator os ossaudiodev parser path + pathlib pdb pickle pickletools pipes pkgutil platform plistlib poplib posix + pprint pty pwd py_compile pyclbr queue quopri random re readline reprlib + resource rlcompleter runpy sched select selectors shelve shlex shutil signal + site smtpd smtplib sndhdr socket socketserver spwd sqlite3 ssl stat statistics + string stringprep struct subprocess sunau symbol symtable sys sysconfig syslog + tabnanny tarfile telnetlib tempfile termios textwrap threading time timeit + tkinter token tokenize trace traceback tracemalloc tty turtle types + unicodedata unittest urllib uu uuid venv warnings wave weakref webbrowser + winreg winsound wsgiref xdrlib xml xmlrpc zipfile zipimport zlib</Words> + </Style> + <Style style="11" substyle="1" color="#ee00aa" paper="#262626" font="Hack,10,-1,5,50,0,0,0,0,0" eolfill="False"> + <Description>__future__ Imports</Description> + <Words>__future__ with_statement unicode_literals print_function division + absolute_import generator_stop annotations</Words> + </Style> + <Style style="11" substyle="2" color="#41dd97" paper="#262626" font="Hack,10,-1,5,50,0,0,0,0,0" eolfill="False"> + <Description>PyQt5 Modules</Description> + <Words>PyQt5 Qsci Qt QtCore QtDBus QtDesigner QtGui QtHelp QtLocation QtMacExtras QtMultimedia QtMultimediaWidgets QtNetwork QtNetworkAuth QtNfc QtOpenGL QtPositioning QtPrintSupport QtQml QtQuick QtQuickWidgets QtRemoteObjects QtSensors QtSerialPort QtSql QtSvg QtTest QtWebChannel QtWebEngine QtWebEngineCore QtWebEngineWidgets QtWebSockets QtWidgets QtWinExtras QtX11Extras QtXml QtXmlPatterns sip QtWebKit QtWebKitWidgets</Words> + </Style> + </Lexer> +</HighlightingStyles>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/Styles/eric6_Dark-Python3.e6h Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,101 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE HighlightingStyles SYSTEM "HighlightingStyles-6.0.dtd"> +<!-- Eric6 highlighting styles --> +<!-- Saved: 2020-03-08, 17:10:55--> +<!-- Author: Detlev Offenbach <detlev@die-offenbachs.de> --> +<HighlightingStyles version="6.0"> + <Lexer name="Python3"> + <Style style="0" substyle="-1" color="#ffffff" paper="#262626" font="Hack,10,-1,5,50,0,0,0,0,0" eolfill="False"> + <Description>Default</Description> + </Style> + <Style style="1" substyle="-1" color="#74cc66" paper="#262626" font="Hack,10,-1,5,50,0,0,0,0,0" eolfill="False"> + <Description>Comment</Description> + </Style> + <Style style="2" substyle="-1" color="#00c8c8" paper="#262626" font="Hack,10,-1,5,50,0,0,0,0,0" eolfill="False"> + <Description>Number</Description> + </Style> + <Style style="3" substyle="-1" color="#c354c3" paper="#262626" font="Hack,10,-1,5,50,0,0,0,0,0" eolfill="False"> + <Description>Double-quoted string</Description> + </Style> + <Style style="4" substyle="-1" color="#c354c3" paper="#262626" font="Hack,10,-1,5,50,0,0,0,0,0" eolfill="False"> + <Description>Single-quoted string</Description> + </Style> + <Style style="5" substyle="-1" color="#60a5ff" paper="#262626" font="Hack,10,-1,5,75,0,0,0,0,0" eolfill="False"> + <Description>Keyword</Description> + </Style> + <Style style="6" substyle="-1" color="#dc5a5a" paper="#262626" font="Hack,10,-1,5,50,0,0,0,0,0" eolfill="False"> + <Description>Triple single-quoted string</Description> + </Style> + <Style style="7" substyle="-1" color="#dc5a5a" paper="#262626" font="Hack,10,-1,5,50,0,0,0,0,0" eolfill="False"> + <Description>Triple double-quoted string</Description> + </Style> + <Style style="8" substyle="-1" color="#00aaff" paper="#262626" font="Hack,10,-1,5,75,0,0,0,0,0" eolfill="False"> + <Description>Class name</Description> + </Style> + <Style style="9" substyle="-1" color="#00d5d5" paper="#262626" font="Hack,10,-1,5,75,0,0,0,0,0" eolfill="False"> + <Description>Function or method name</Description> + </Style> + <Style style="10" substyle="-1" color="#bab1a8" paper="#262626" font="Hack,10,-1,5,75,0,0,0,0,0" eolfill="False"> + <Description>Operator</Description> + </Style> + <Style style="11" substyle="-1" color="#ffffff" paper="#262626" font="Hack,10,-1,5,50,0,0,0,0,0" eolfill="False"> + <Description>Identifier</Description> + </Style> + <Style style="12" substyle="-1" color="#27e534" paper="#262626" font="Hack,10,-1,5,50,0,0,0,0,0" eolfill="False"> + <Description>Comment block</Description> + </Style> + <Style style="13" substyle="-1" color="#bdbdbd" paper="#262626" font="Hack,10,-1,5,50,0,0,0,0,0" eolfill="True"> + <Description>Unclosed string</Description> + </Style> + <Style style="14" substyle="-1" color="#71c6ff" paper="#262626" font="Hack,10,-1,5,50,0,0,0,0,0" eolfill="False"> + <Description>Highlighted identifier</Description> + </Style> + <Style style="15" substyle="-1" color="#e38c00" paper="#262626" font="Hack,10,-1,5,50,0,0,0,0,0" eolfill="False"> + <Description>Decorator</Description> + </Style> + <Style style="16" substyle="-1" color="#c354c3" paper="#262626" font="Hack,10,-1,5,50,0,0,0,0,0" eolfill="False"> + <Description>Double-quoted f-string</Description> + </Style> + <Style style="17" substyle="-1" color="#c354c3" paper="#262626" font="Hack,10,-1,5,50,0,0,0,0,0" eolfill="False"> + <Description>Single-quoted f-string</Description> + </Style> + <Style style="18" substyle="-1" color="#dc5a5a" paper="#262626" font="Hack,10,-1,5,50,0,0,0,0,0" eolfill="False"> + <Description>Triple single-quoted f-string</Description> + </Style> + <Style style="19" substyle="-1" color="#dc5a5a" paper="#262626" font="Hack,10,-1,5,50,0,0,0,0,0" eolfill="False"> + <Description>Triple double-quoted f-string</Description> + </Style> + <Style style="11" substyle="0" color="#dd9900" paper="#262626" font="Hack,10,-1,5,50,0,0,0,0,0" eolfill="False"> + <Description>Standard Library Modules</Description> + <Words>__main__ _dummy_thread _thread abc aifc argparse array ast asynchat asyncio + asyncore atexit audioop base64 bdb binascii binhex bisect builtins bz2 + calendar cgi cgitb chunk cmath cmd code codecs codeop collections colorsys + compileall concurrent configparser contextlib copy copyreg crypt csv ctypes + curses datetime dbm decimal difflib dis distutils dummy_threading email + ensurepip enum errno faulthandler fcntl filecmp fileinput fnmatch formatter + fpectl fractions ftplib functools gc getopt getpass gettext glob grp gzip + hashlib heapq hmac html http http imaplib imghdr importlib inspect io + ipaddress itertools json keyword linecache locale logging lzma macpath + mailbox mailcap marshal math mimetypes mmap modulefinder msilib msvcrt + multiprocessing netrc nis nntplib numbers operator os ossaudiodev parser path + pathlib pdb pickle pickletools pipes pkgutil platform plistlib poplib posix + pprint pty pwd py_compile pyclbr queue quopri random re readline reprlib + resource rlcompleter runpy sched select selectors shelve shlex shutil signal + site smtpd smtplib sndhdr socket socketserver spwd sqlite3 ssl stat statistics + string stringprep struct subprocess sunau symbol symtable sys sysconfig syslog + tabnanny tarfile telnetlib tempfile termios textwrap threading time timeit + tkinter token tokenize trace traceback tracemalloc tty turtle types + unicodedata unittest urllib uu uuid venv warnings wave weakref webbrowser + winreg winsound wsgiref xdrlib xml xmlrpc zipfile zipimport zlib</Words> + </Style> + <Style style="11" substyle="1" color="#ee00aa" paper="#262626" font="Hack,10,-1,5,50,0,0,0,0,0" eolfill="False"> + <Description>__future__ Imports</Description> + <Words>__future__ with_statement unicode_literals print_function division + absolute_import generator_stop annotations</Words> + </Style> + <Style style="11" substyle="2" color="#41dd97" paper="#262626" font="Hack,10,-1,5,50,0,0,0,0,0" eolfill="False"> + <Description>PyQt5 Modules</Description> + <Words>PyQt5 Qsci Qt QtCore QtDBus QtDesigner QtGui QtHelp QtLocation QtMacExtras QtMultimedia QtMultimediaWidgets QtNetwork QtNetworkAuth QtNfc QtOpenGL QtPositioning QtPrintSupport QtQml QtQuick QtQuickWidgets QtRemoteObjects QtSensors QtSerialPort QtSql QtSvg QtTest QtWebChannel QtWebEngine QtWebEngineCore QtWebEngineWidgets QtWebSockets QtWidgets QtWinExtras QtX11Extras QtXml QtXmlPatterns sip QtWebKit QtWebKitWidgets</Words> + </Style> + </Lexer> +</HighlightingStyles>
--- a/eric6/Toolbox/Startup.py Sat Mar 07 11:12:38 2020 +0100 +++ b/eric6/Toolbox/Startup.py Sun Apr 05 12:06:15 2020 +0200 @@ -114,15 +114,33 @@ return (None, False) -def initializeResourceSearchPath(): +def initializeResourceSearchPath(application): """ Module function to initialize the default mime source factory. + + @param application reference to the application object + @type E5Application """ import Preferences + # TODO: make default icon set configurable + # - automatic (w.r.t. lightness) + # - breeze-light + # - breeze-dark + # - oxygen (formerly default) + if application.usesDarkPalette(): + # dark desktop + iconPath = "breeze-dark" + else: + # light desktop + iconPath = "breeze-light" defaultIconPaths = [ - os.path.join(getConfig('ericIconDir'), "default"), - os.path.join(getConfig('ericIconDir'), "default", "languages"), + # add paths for vector graphics + os.path.join(getConfig('ericIconDir'), iconPath), + os.path.join(getConfig('ericIconDir'), iconPath, "languages"), + # add old default pixel icons +## os.path.join(getConfig('ericIconDir'), "default"), +## os.path.join(getConfig('ericIconDir'), "default", "languages"), ] iconPaths = Preferences.getIcons("Path") for iconPath in iconPaths: @@ -232,7 +250,7 @@ # the following code depends upon a valid application object import Preferences - initializeResourceSearchPath() + initializeResourceSearchPath(app) QApplication.setWindowIcon(UI.PixmapCache.getIcon("eric.png")) qtTransDir = Preferences.getQtTranslationsDir()
--- a/eric6/UI/PixmapCache.py Sat Mar 07 11:12:38 2020 +0100 +++ b/eric6/UI/PixmapCache.py Sun Apr 05 12:06:15 2020 +0200 @@ -74,11 +74,22 @@ def addSearchPath(self, path): """ Public method to add a path to the search path. - - @param path path to add (string) + + @param path path to add + @type str """ if path not in self.searchPath: self.searchPath.append(path) + + def removeSearchPath(self, path): + """ + Public method to remove a path from the search path. + + @param path path to remove + @type str + """ + if path in self.searchPath: + self.searchPath.remove(path) pixCache = PixmapCache() @@ -176,7 +187,21 @@ """ Module function to add a path to the search path. - @param path path to add (string) - @param cache reference to the pixmap cache object (PixmapCache) + @param path path to add + @type str + @param cache reference to the pixmap cache object + @type PixmapCache """ cache.addSearchPath(path) + + +def removeSearchPath(path, cache=pixCache): + """ + Public method to remove a path from the search path. + + @param path path to remove + @type str + @param cache reference to the pixmap cache object + @type PixmapCache + """ + cache.removeSearchPath(path)
--- a/eric6/UI/UserInterface.py Sat Mar 07 11:12:38 2020 +0100 +++ b/eric6/UI/UserInterface.py Sun Apr 05 12:06:15 2020 +0200 @@ -6088,8 +6088,6 @@ """ Private slot handling the end of the external web browser process. """ - self.__webBrowserProcess and self.__webBrowserProcess.deleteLater() - self.__webBrowserProcess = None self.__webBrowserClient = None
--- a/eric6/Utilities/__init__.py Sat Mar 07 11:12:38 2020 +0100 +++ b/eric6/Utilities/__init__.py Sun Apr 05 12:06:15 2020 +0200 @@ -1846,6 +1846,11 @@ if toolname in ["pyside-uic", "pyside2-uic"]: return os.path.join(prefix, "Scripts", toolname + '.exe') else: + path = os.path.join(prefix, "Scripts", toolname + '.exe') + if os.path.exists(path): + return path + + # report it the old style return os.path.join( prefix, "Lib", "site-packages", "PySide{0}".format("" if variant == "1" else variant), @@ -1853,13 +1858,24 @@ else: if variant == "1": return toolname - - elif toolname == "pyside2-uic": - return toolname else: - import distutils.sysconfig - return os.path.join(distutils.sysconfig.get_python_lib(True), - "PySide2", toolname) + # step 1: check, if the user has configured a tools path + path = Preferences.getQt("PySide2ToolsDir") + if path: + return os.path.join(path, toolname) + + # step 2: determine from used Python interpreter + dirName = os.path.dirname(sys.executable) + if os.path.exists(os.path.join(dirName, toolname)): + return os.path.join(dirName, toolname) + + # step 3: if it is not 'pyside2-uic' look in the package directory + if toolname == "pyside2-uic": + return toolname + else: + import distutils.sysconfig + return os.path.join(distutils.sysconfig.get_python_lib(True), + "PySide2", toolname) def checkPyside(variant="2"):
--- a/eric6/eric6.py Sat Mar 07 11:12:38 2020 +0100 +++ b/eric6/eric6.py Sun Apr 05 12:06:15 2020 +0200 @@ -11,6 +11,7 @@ of the IDE and starts the Qt event loop. """ +# TODO: remove support for Qt4 and pyside (1) import sys import os @@ -306,7 +307,7 @@ handleSingleApplication(ddindex) # set the search path for icons - Startup.initializeResourceSearchPath() + Startup.initializeResourceSearchPath(app) # generate and show a splash window, if not suppressed from UI.SplashScreen import SplashScreen, NoneSplashScreen
--- a/eric6/i18n/eric6_cs.ts Sat Mar 07 11:12:38 2020 +0100 +++ b/eric6/i18n/eric6_cs.ts Sun Apr 05 12:06:15 2020 +0200 @@ -30182,7 +30182,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3398"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3397"/> <source>Mercurial Command Server</source> <translation type="unfinished"></translation> </message> @@ -30192,7 +30192,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3398"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3397"/> <source><p>The Mercurial Command Server could not be started.</p><p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> @@ -30312,62 +30312,62 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3525"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3524"/> <source>Mercurial Bookmark</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3547"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3546"/> <source>Delete Bookmark</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3547"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3546"/> <source>Select the bookmark to be deleted:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3558"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3557"/> <source>Delete Mercurial Bookmark</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3591"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3590"/> <source>Rename Mercurial Bookmark</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3633"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3632"/> <source>Move Mercurial Bookmark</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3727"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3726"/> <source>Pull Bookmark</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3727"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3726"/> <source>Select the bookmark to be pulled:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3739"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3738"/> <source>Pulling bookmark from a remote Mercurial repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3771"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3770"/> <source>Push Bookmark</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3771"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3770"/> <source>Select the bookmark to be push:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3783"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3782"/> <source>Pushing bookmark to a remote Mercurial repository</source> <translation type="unfinished"></translation> </message> @@ -31313,42 +31313,42 @@ <context> <name>HgClient</name> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="86"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="91"/> <source>The process {0} could not be started. Ensure, that it is in the search path.</source> <translation type="unfinished">Proces {0} nelze spustit. Ověřte, že je umístěn v požadované cestě.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="133"/> - <source>Did not receive the 'hello' message.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="135"/> - <source>Received data on unexpected channel.</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="140"/> + <source>Did not receive the 'hello' message.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="142"/> + <source>Received data on unexpected channel.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="147"/> <source>Bad 'hello' message, expected 'capabilities: ' but got '{0}'.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="145"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="152"/> <source>'capabilities' message did not contain any capability.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="153"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="160"/> <source>Bad 'hello' message, expected 'encoding: ' but got '{0}'.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="158"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="165"/> <source>'encoding' message did not contain any encoding.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="352"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="383"/> <source>For message see output dialog.</source> <translation type="unfinished"></translation> </message> @@ -31744,7 +31744,7 @@ <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDialog.ui" line="73"/> <source>Input</source> - <translation type="obsolete">Vstup</translation> + <translation type="unfinished">Vstup</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDialog.ui" line="95"/> @@ -31754,7 +31754,7 @@ <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDialog.ui" line="98"/> <source>&Send</source> - <translation type="obsolete">Ode&slat</translation> + <translation type="unfinished">Ode&slat</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDialog.ui" line="108"/> @@ -31764,12 +31764,12 @@ <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDialog.ui" line="115"/> <source>Select to switch the input field to password mode</source> - <translation type="obsolete">Vybrat pro přepnutí vstupního pole do režimu hesla</translation> + <translation type="unfinished">Vybrat pro přepnutí vstupního pole do režimu hesla</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDialog.ui" line="118"/> <source>&Password Mode</source> - <translation type="obsolete">Ty&p heslo</translation> + <translation type="unfinished">Ty&p heslo</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDialog.py" line="172"/> @@ -31781,6 +31781,36 @@ <source>The process {0} could not be started. Ensure, that it is in the search path.</source> <translation type="obsolete">Proces {0} nelze spustit. Ověřte, že je umístěn v požadované cestě.</translation> </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDialog.ui" line="95"/> + <source>Press to send the input to the subversion process</source> + <translation type="obsolete">Stisknout pro odeslání vstupu do procesu subversion</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDialog.ui" line="101"/> + <source>Alt+S</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDialog.ui" line="108"/> + <source>Enter data to be sent to the subversion process</source> + <translation type="obsolete">Zadejte data, která mají být do procesu subversion odeslána</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDialog.ui" line="121"/> + <source>Alt+P</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDialog.ui" line="95"/> + <source>Press to send the input to the Mercurial process</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDialog.ui" line="108"/> + <source>Enter data to be sent to the Mercurial process</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>HgDiffDialog</name> @@ -52034,17 +52064,17 @@ <context> <name>Preferences</name> <message> - <location filename="../Preferences/__init__.py" line="1621"/> + <location filename="../Preferences/__init__.py" line="1624"/> <source>Export Preferences</source> <translation>Předvolby exportu</translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1649"/> + <location filename="../Preferences/__init__.py" line="1652"/> <source>Import Preferences</source> <translation>Předvolby importu</translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1649"/> + <location filename="../Preferences/__init__.py" line="1652"/> <source>Properties File (*.ini);;All Files (*)</source> <translation type="unfinished"></translation> </message> @@ -54100,7 +54130,7 @@ <context> <name>ProjectFormsBrowser</name> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="1021"/> + <location filename="../Project/ProjectFormsBrowser.py" line="1029"/> <source>Forms</source> <translation>Formuláře</translation> </message> @@ -54225,67 +54255,67 @@ <translation>Kompilovat formuláře</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="630"/> + <location filename="../Project/ProjectFormsBrowser.py" line="637"/> <source>New Form</source> <translation>Nový formulář</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="585"/> + <location filename="../Project/ProjectFormsBrowser.py" line="592"/> <source>Select a form type:</source> <translation>Vybrat typ formuláře:</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="618"/> + <location filename="../Project/ProjectFormsBrowser.py" line="625"/> <source>The file already exists! Overwrite it?</source> <translation>Soubor již existuje! Přepsat jej?</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="658"/> + <location filename="../Project/ProjectFormsBrowser.py" line="665"/> <source>Delete forms</source> <translation>Smazat formuláře</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="658"/> + <location filename="../Project/ProjectFormsBrowser.py" line="665"/> <source>Do you really want to delete these forms from the project?</source> <translation>Opravdu chcete odebrat tyto formuláře z projektu?</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="812"/> + <location filename="../Project/ProjectFormsBrowser.py" line="819"/> <source>Form Compilation</source> <translation>Kompilace formuláře</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="784"/> + <location filename="../Project/ProjectFormsBrowser.py" line="791"/> <source>The compilation of the form file was successful.</source> <translation>Kompilace souboru s formulářem byla úspěšná.</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="812"/> + <location filename="../Project/ProjectFormsBrowser.py" line="819"/> <source>The compilation of the form file failed.</source> <translation>Kompilace souboru s formulářem selhala.</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="886"/> + <location filename="../Project/ProjectFormsBrowser.py" line="894"/> <source>Process Generation Error</source> <translation>Chyba v procesu generování</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="978"/> + <location filename="../Project/ProjectFormsBrowser.py" line="986"/> <source>Compiling forms...</source> <translation>Kompilovat formuláře...</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="1017"/> + <location filename="../Project/ProjectFormsBrowser.py" line="1025"/> <source>Abort</source> <translation>Přerušit</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="1017"/> + <location filename="../Project/ProjectFormsBrowser.py" line="1025"/> <source>Determining changed forms...</source> <translation>Určení změněných formulářů...</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="1049"/> + <location filename="../Project/ProjectFormsBrowser.py" line="1057"/> <source>Compiling changed forms...</source> <translation>Kompilování změněných formulářů...</translation> </message> @@ -54300,7 +54330,7 @@ <translation>Otevřít</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="599"/> + <location filename="../Project/ProjectFormsBrowser.py" line="606"/> <source>Qt User-Interface Files (*.ui);;All Files (*)</source> <translation>Qt User-Interface soubory (*.ui);;Všechny soubory (*)</translation> </message> @@ -54315,17 +54345,17 @@ <translation>Kopírovat cestu do schránky</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="630"/> + <location filename="../Project/ProjectFormsBrowser.py" line="637"/> <source><p>The new form file <b>{0}</b> could not be created.<br>Problem: {1}</p></source> <translation><p>Nový soubor s formulářem <b>{0}</b> se nepodařilo vytvořit..<br>Problém: {1}</p></translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="799"/> + <location filename="../Project/ProjectFormsBrowser.py" line="806"/> <source><p>The compilation of the form file failed.</p><p>Reason: {0}</p></source> <translation><p>Kompilace formuláře se nepodařila.</p><p>Důvod: {0}</p></translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="886"/> + <location filename="../Project/ProjectFormsBrowser.py" line="894"/> <source>Could not start {0}.<br>Ensure that it is in the search path.</source> <translation>Nelze spustit {0}.<br>Ověřte, že je umístěn v požadované cestě.</translation> </message> @@ -54380,20 +54410,15 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="1017"/> + <location filename="../Project/ProjectFormsBrowser.py" line="1025"/> <source>%v/%m Forms</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="1102"/> + <location filename="../Project/ProjectFormsBrowser.py" line="352"/> <source>Configure uic Compiler</source> <translation type="unfinished"></translation> </message> - <message> - <location filename="../Project/ProjectFormsBrowser.py" line="1102"/> - <source>No project specific uic compiler flags are supported for PySide or PySide2.</source> - <translation type="unfinished"></translation> - </message> </context> <context> <name>ProjectInterfacesBrowser</name> @@ -55025,7 +55050,7 @@ <context> <name>ProjectResourcesBrowser</name> <message> - <location filename="../Project/ProjectResourcesBrowser.py" line="902"/> + <location filename="../Project/ProjectResourcesBrowser.py" line="896"/> <source>Resources</source> <translation>Resources</translation> </message> @@ -55135,27 +55160,27 @@ <translation>Kompliace Resource souboru selhala.</translation> </message> <message> - <location filename="../Project/ProjectResourcesBrowser.py" line="757"/> + <location filename="../Project/ProjectResourcesBrowser.py" line="751"/> <source>Process Generation Error</source> <translation>Chyba v procesu generování</translation> </message> <message> - <location filename="../Project/ProjectResourcesBrowser.py" line="823"/> + <location filename="../Project/ProjectResourcesBrowser.py" line="817"/> <source>Compiling resources...</source> <translation>Kompilovat resources...</translation> </message> <message> - <location filename="../Project/ProjectResourcesBrowser.py" line="898"/> + <location filename="../Project/ProjectResourcesBrowser.py" line="892"/> <source>Abort</source> <translation>Přerušit</translation> </message> <message> - <location filename="../Project/ProjectResourcesBrowser.py" line="898"/> + <location filename="../Project/ProjectResourcesBrowser.py" line="892"/> <source>Determining changed resources...</source> <translation>Určení změněných resources...</translation> </message> <message> - <location filename="../Project/ProjectResourcesBrowser.py" line="936"/> + <location filename="../Project/ProjectResourcesBrowser.py" line="930"/> <source>Compiling changed resources...</source> <translation>Kompilování změněných resources...</translation> </message> @@ -55180,12 +55205,12 @@ <translation><p>Kompilace Resource se nepodařila.</p><p>Důvod: {0}</p></translation> </message> <message> - <location filename="../Project/ProjectResourcesBrowser.py" line="757"/> + <location filename="../Project/ProjectResourcesBrowser.py" line="751"/> <source>Could not start {0}.<br>Ensure that it is in the search path.</source> <translation>Nelze spustit {0}.<br>Ověřte, že je umístěn v požadované cestě.</translation> </message> <message> - <location filename="../Project/ProjectResourcesBrowser.py" line="898"/> + <location filename="../Project/ProjectResourcesBrowser.py" line="892"/> <source>%v/%m Resources</source> <translation type="unfinished"></translation> </message> @@ -61153,42 +61178,42 @@ <translation><b>Konfigurovat Qt</b></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="84"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="90"/> <source>Qt Tools</source> <translation>Qt nástroje</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="163"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="169"/> <source>This gives an example of the complete tool name</source> <translation>Příklad kompletního jména nástroje</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="166"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="172"/> <source>designer</source> <translation></translation> </message> <message> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="49"/> + <source><font color="#FF0000"><b>Note:</b> This setting is activated at the next startup of the application.</font></source> + <translation><font color="#FF0000"><b>Poznámka:</b> Tato nastavení budou aktivována až po novém spuštění aplikace.</font></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="123"/> + <source>The tool executable is composed of the prefix, the tool name and the postfix. For win, the extension is added automatically.</source> + <translation>Spustitelný nástroj je složen z prefixu, jména nástroje a postfixu. Pro win je extenze připojena automaticky.</translation> + </message> + <message> <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="43"/> - <source><font color="#FF0000"><b>Note:</b> This setting is activated at the next startup of the application.</font></source> - <translation><font color="#FF0000"><b>Poznámka:</b> Tato nastavení budou aktivována až po novém spuštění aplikace.</font></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="117"/> - <source>The tool executable is composed of the prefix, the tool name and the postfix. For win, the extension is added automatically.</source> - <translation>Spustitelný nástroj je složen z prefixu, jména nástroje a postfixu. Pro win je extenze připojena automaticky.</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="37"/> <source>Qt Translations Directory</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="59"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="65"/> <source>Enter the path of the Qt translations directory.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="66"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="72"/> <source><b>Note:</b> Leave this entry empty to use an environment variable or the path compiled into the Qt library. Environment variables supported are <ul> <li>QT4TRANSLATIONSDIR for Qt4</li> @@ -61198,70 +61223,100 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="129"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="135"/> <source>Qt-Prefix:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="136"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="142"/> <source>Enter the prefix for the Qt tools name</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="143"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="149"/> <source>Qt-Postfix:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="150"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="156"/> <source>Enter the postfix for the Qt tools name</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="210"/> - <source>pyuic / pyside-uic Options</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="216"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="226"/> <source>Indent Width:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="223"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="233"/> <source>Select the indent width (default: 4)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="255"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="327"/> <source>Generate imports relative to '.'</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="184"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="296"/> <source>Tools Directory:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="108"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="114"/> <source>Enter the path of the Qt tools directory, if they are not found.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="178"/> - <source>PyQt Tools</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="200"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="211"/> <source>Enter the path of the PyQt tools directory, if they are not found.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.py" line="67"/> + <location filename="../Preferences/ConfigurationPages/QtPage.py" line="87"/> <source>Sample: {0}designer{1}</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="312"/> + <source>Enter the path of the PySide2 tools directory, if they are not found.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="37"/> + <source>Qt</source> + <translation type="unfinished">Qt</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="187"/> + <source>PyQt</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="220"/> + <source>pyuic Options</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="272"/> + <source>Select to generate extra code to test and display the form</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="275"/> + <source>Generate Extra Test Code</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="288"/> + <source>PySide2</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="321"/> + <source>pyside2-uic Options</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>Queues</name> @@ -85359,12 +85414,12 @@ <translation type="obsolete">Zadejte jméno souboru se styly</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/WebBrowserInterfacePage.py" line="36"/> + <location filename="../Preferences/ConfigurationPages/WebBrowserInterfacePage.py" line="37"/> <source>Qt Style Sheets (*.qss);;Cascading Style Sheets (*.css);;All files (*)</source> <translation type="unfinished">Qt Style Sheets (*.qss);;Cascading Style Sheets (*.css);;Všechny soubory (*)</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/WebBrowserInterfacePage.py" line="62"/> + <location filename="../Preferences/ConfigurationPages/WebBrowserInterfacePage.py" line="63"/> <source>System</source> <translation type="unfinished">Systém</translation> </message> @@ -89327,12 +89382,12 @@ <context> <name>eric6</name> <message> - <location filename="../eric6.py" line="390"/> + <location filename="../eric6.py" line="391"/> <source>Starting...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../eric6.py" line="395"/> + <location filename="../eric6.py" line="396"/> <source>Generating Main Window...</source> <translation type="unfinished">Generování hlavního okna...</translation> </message>
--- a/eric6/i18n/eric6_de.ts Sat Mar 07 11:12:38 2020 +0100 +++ b/eric6/i18n/eric6_de.ts Sun Apr 05 12:06:15 2020 +0200 @@ -1,6 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<!DOCTYPE TS> -<TS version="2.1" language="de"> +<!DOCTYPE TS><TS version="2.0" language="de" sourcelanguage=""> <context> <name>AboutDialog</name> <message> @@ -2033,8 +2032,8 @@ </message> <message> <location filename="../WebBrowser/Bookmarks/BookmarksMenu.py" line="171"/> - <source>Open in New Tab Ctrl+LMB</source> - <translation>In neuem Register öffnen Strg+LMK</translation> + <source>Open in New Tab<byte value="x9"/>Ctrl+LMB</source> + <translation>In neuem Register öffnen<byte value="x9"/>Strg+LMK</translation> </message> <message> <location filename="../WebBrowser/Bookmarks/BookmarksMenu.py" line="175"/> @@ -2102,8 +2101,8 @@ </message> <message> <location filename="../WebBrowser/Bookmarks/BookmarksToolBar.py" line="91"/> - <source>Open in New Tab Ctrl+LMB</source> - <translation>In neuem Register öffnen Strg+LMK</translation> + <source>Open in New Tab<byte value="x9"/>Ctrl+LMB</source> + <translation>In neuem Register öffnen<byte value="x9"/>Strg+LMK</translation> </message> <message> <location filename="../WebBrowser/Bookmarks/BookmarksToolBar.py" line="95"/> @@ -27961,7 +27960,7 @@ <translation>Pflege Änderungen in das Mercurial-Repository ein</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3398"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3397"/> <source>Mercurial Command Server</source> <translation>Mercurial-Befehlsserver</translation> </message> @@ -27971,7 +27970,7 @@ <translation><p>Der Mercurial-Befehlsserver konnte nicht wiedergestartet werden.</p><p>Ursache: {0}</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3398"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3397"/> <source><p>The Mercurial Command Server could not be started.</p><p>Reason: {0}</p></source> <translation><p>Der Mercurial-Befehlsserver konnte nicht gestartet werden.</p><p>Ursache: {0}</p></translation> </message> @@ -28086,62 +28085,62 @@ <translation>Spitze des aktuellen Zweigs</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3525"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3524"/> <source>Mercurial Bookmark</source> <translation>Mercurial-Lesezeichen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3547"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3546"/> <source>Delete Bookmark</source> <translation>Lesezeichen löschen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3547"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3546"/> <source>Select the bookmark to be deleted:</source> <translation>Wähle das zu löschende Lesezeichen aus:</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3558"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3557"/> <source>Delete Mercurial Bookmark</source> <translation>Mercurial-Lesezeichen löschen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3591"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3590"/> <source>Rename Mercurial Bookmark</source> <translation>Mercurial-Lesezeichen umbenennen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3633"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3632"/> <source>Move Mercurial Bookmark</source> <translation>Mercurial-Lesezeichen verschieben</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3727"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3726"/> <source>Pull Bookmark</source> <translation>Lesezeichen herunterladen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3727"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3726"/> <source>Select the bookmark to be pulled:</source> <translation>Wähle das herunterzuladende Lesezeichen:</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3739"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3738"/> <source>Pulling bookmark from a remote Mercurial repository</source> <translation>Lade Lesezeichen von einem entfernten Mercurial-Repository herunter</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3771"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3770"/> <source>Push Bookmark</source> <translation>Lesezeichen hochladen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3771"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3770"/> <source>Select the bookmark to be push:</source> <translation>Wähle das hochzuladende Lesezeichen:</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3783"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3782"/> <source>Pushing bookmark to a remote Mercurial repository</source> <translation>Lade Lesezeichen zu einem entfernten Mercurial-Repository hoch</translation> </message> @@ -28990,42 +28989,42 @@ <context> <name>HgClient</name> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="86"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="91"/> <source>The process {0} could not be started. Ensure, that it is in the search path.</source> <translation>Der Prozess {0} konnte nicht gestartet werden. Stellen Sie sicher, dass er sich im Suchpfad befindet.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="133"/> - <source>Did not receive the 'hello' message.</source> - <translation>„Hallo“-Nachricht konnte nicht empfangen werden.</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="135"/> - <source>Received data on unexpected channel.</source> - <translation>Daten auf unerwartetem Kanal empfangen.</translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="140"/> + <source>Did not receive the 'hello' message.</source> + <translation>„Hallo“-Nachricht konnte nicht empfangen werden.</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="142"/> + <source>Received data on unexpected channel.</source> + <translation>Daten auf unerwartetem Kanal empfangen.</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="147"/> <source>Bad 'hello' message, expected 'capabilities: ' but got '{0}'.</source> <translation>Ungültige „Hallo“-Nachricht; Erwartete „capabilities: “, empfing jedoch „{0}“.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="145"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="152"/> <source>'capabilities' message did not contain any capability.</source> <translation>„capabilities“-Nachricht enthielt keine Fähigkeiten.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="153"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="160"/> <source>Bad 'hello' message, expected 'encoding: ' but got '{0}'.</source> <translation>Ungültige „Hallo“-Nachricht; Erwartete „encoding: “, empfing jedoch „{0}“.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="158"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="165"/> <source>'encoding' message did not contain any encoding.</source> <translation>„encoding“-Nachricht enthielt keine Kodierung.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="352"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="383"/> <source>For message see output dialog.</source> <translation>Nachricht siehe Ausgabedialog.</translation> </message> @@ -29394,6 +29393,46 @@ <source>Errors</source> <translation>Fehler</translation> </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDialog.ui" line="73"/> + <source>Input</source> + <translation>Eingabe</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDialog.ui" line="98"/> + <source>&Send</source> + <translation>Sen&den</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDialog.ui" line="101"/> + <source>Alt+S</source> + <translation>Alt+D</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDialog.ui" line="115"/> + <source>Select to switch the input field to password mode</source> + <translation>Anwählen, um den Kennwortmodus für das Eingabefeld auszuwählen</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDialog.ui" line="118"/> + <source>&Password Mode</source> + <translation>&Kennwortmodus</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDialog.ui" line="121"/> + <source>Alt+P</source> + <translation>Alt+K</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDialog.ui" line="95"/> + <source>Press to send the input to the Mercurial process</source> + <translation>Drücken um die Eingabe an den Mercurial-Prozess zu senden</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDialog.ui" line="108"/> + <source>Enter data to be sent to the Mercurial process</source> + <translation>Gib die Daten ein, die an den Mercurial-Prozess geschickt werden sollen</translation> + </message> </context> <context> <name>HgDiffDialog</name> @@ -43936,12 +43975,12 @@ </message> <message> <location filename="../MicroPython/MicroPythonWidget.py" line="978"/> - <source>µPy Chart</source> + <source>µPy Chart</source> <translation>µPy Chart</translation> </message> <message> <location filename="../MicroPython/MicroPythonWidget.py" line="1058"/> - <source>µPy Files</source> + <source>µPy Files</source> <translation>µPy Dateien</translation> </message> <message> @@ -49226,17 +49265,17 @@ <context> <name>Preferences</name> <message> - <location filename="../Preferences/__init__.py" line="1621"/> + <location filename="../Preferences/__init__.py" line="1624"/> <source>Export Preferences</source> <translation>Einstellungen exportieren</translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1649"/> + <location filename="../Preferences/__init__.py" line="1652"/> <source>Import Preferences</source> <translation>Einstellungen importieren</translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1649"/> + <location filename="../Preferences/__init__.py" line="1652"/> <source>Properties File (*.ini);;All Files (*)</source> <translation>Properties-Dateien (*.ini);;Alle Dateien (*)</translation> </message> @@ -51291,7 +51330,7 @@ <context> <name>ProjectFormsBrowser</name> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="1021"/> + <location filename="../Project/ProjectFormsBrowser.py" line="1029"/> <source>Forms</source> <translation>Formulare</translation> </message> @@ -51321,22 +51360,22 @@ <translation>Löschen</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="812"/> + <location filename="../Project/ProjectFormsBrowser.py" line="819"/> <source>Form Compilation</source> <translation>Formular übersetzen</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="784"/> + <location filename="../Project/ProjectFormsBrowser.py" line="791"/> <source>The compilation of the form file was successful.</source> <translation>Die Übersetzung des Formulars war erfolgreich.</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="978"/> + <location filename="../Project/ProjectFormsBrowser.py" line="986"/> <source>Compiling forms...</source> <translation>Formular übersetzen...</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="1017"/> + <location filename="../Project/ProjectFormsBrowser.py" line="1025"/> <source>Abort</source> <translation>Abbrechen</translation> </message> @@ -51346,7 +51385,7 @@ <translation>Mit Qt Designer öffnen</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="886"/> + <location filename="../Project/ProjectFormsBrowser.py" line="894"/> <source>Process Generation Error</source> <translation>Fehler beim Prozessstart</translation> </message> @@ -51356,7 +51395,7 @@ <translation>Formularverzeichnis hinzufügen...</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="812"/> + <location filename="../Project/ProjectFormsBrowser.py" line="819"/> <source>The compilation of the form file failed.</source> <translation>Die Übersetzung des Formulars ist fehlgeschlagen.</translation> </message> @@ -51386,12 +51425,12 @@ <translation>Neues Formular...</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="630"/> + <location filename="../Project/ProjectFormsBrowser.py" line="637"/> <source>New Form</source> <translation>Neues Formular</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="585"/> + <location filename="../Project/ProjectFormsBrowser.py" line="592"/> <source>Select a form type:</source> <translation>Wähle einen Formulartyp:</translation> </message> @@ -51421,17 +51460,17 @@ <translation>Formulare übersetzen</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="658"/> + <location filename="../Project/ProjectFormsBrowser.py" line="665"/> <source>Delete forms</source> <translation>Formulare löschen</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="658"/> + <location filename="../Project/ProjectFormsBrowser.py" line="665"/> <source>Do you really want to delete these forms from the project?</source> <translation>Wollen Sie wirklich diese Formulare aus dem Projekt löschen?</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="630"/> + <location filename="../Project/ProjectFormsBrowser.py" line="637"/> <source><p>The new form file <b>{0}</b> could not be created.<br>Problem: {1}</p></source> <translation><p>Die neue Formulardatei <b>{0}</b> konnte nicht erzeugt werden.<br>Problem: {1}</p></translation> </message> @@ -51446,12 +51485,12 @@ <translation>Übersetzungsvorschau</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="799"/> + <location filename="../Project/ProjectFormsBrowser.py" line="806"/> <source><p>The compilation of the form file failed.</p><p>Reason: {0}</p></source> <translation><p>Die Übersetzung des Formulars ist fehlgeschlagen.</p<p>Grund: {0}</p></translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="886"/> + <location filename="../Project/ProjectFormsBrowser.py" line="894"/> <source>Could not start {0}.<br>Ensure that it is in the search path.</source> <translation>{0} konnte nicht gestartet werden.<br>Stellen Sie sicher, dass es sich im Suchpfad befindet.</translation> </message> @@ -51471,17 +51510,17 @@ <translation>Dialog mit Knöpfen (unten Mitte)</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="1017"/> + <location filename="../Project/ProjectFormsBrowser.py" line="1025"/> <source>Determining changed forms...</source> <translation>Ermittle veränderte Formulare...</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="1049"/> + <location filename="../Project/ProjectFormsBrowser.py" line="1057"/> <source>Compiling changed forms...</source> <translation>Übersetze veränderte Formulare...</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="618"/> + <location filename="../Project/ProjectFormsBrowser.py" line="625"/> <source>The file already exists! Overwrite it?</source> <translation>Die Datei existiert bereits. Überschreiben?</translation> </message> @@ -51506,7 +51545,7 @@ <translation>Öffnen</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="599"/> + <location filename="../Project/ProjectFormsBrowser.py" line="606"/> <source>Qt User-Interface Files (*.ui);;All Files (*)</source> <translation>Qt-Formulare (*.ui);;Alle Dateien (*)</translation> </message> @@ -51571,20 +51610,15 @@ <translation>QStackedWidget</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="1017"/> + <location filename="../Project/ProjectFormsBrowser.py" line="1025"/> <source>%v/%m Forms</source> <translation>%v/%m Formulare</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="1102"/> + <location filename="../Project/ProjectFormsBrowser.py" line="352"/> <source>Configure uic Compiler</source> <translation>uic Compiler konfigurieren</translation> </message> - <message> - <location filename="../Project/ProjectFormsBrowser.py" line="1102"/> - <source>No project specific uic compiler flags are supported for PySide or PySide2.</source> - <translation>Für PySide und PySide2 werden keine Projekt spezifischen uic Compiler Optionen unterstützt.</translation> - </message> </context> <context> <name>ProjectInterfacesBrowser</name> @@ -52216,7 +52250,7 @@ <context> <name>ProjectResourcesBrowser</name> <message> - <location filename="../Project/ProjectResourcesBrowser.py" line="902"/> + <location filename="../Project/ProjectResourcesBrowser.py" line="896"/> <source>Resources</source> <translation>Ressourcen</translation> </message> @@ -52331,32 +52365,32 @@ <translation>Die Übersetzung der Ressourcendatei ist fehlgeschlagen.</translation> </message> <message> - <location filename="../Project/ProjectResourcesBrowser.py" line="757"/> + <location filename="../Project/ProjectResourcesBrowser.py" line="751"/> <source>Process Generation Error</source> <translation>Fehler beim Prozessstart</translation> </message> <message> - <location filename="../Project/ProjectResourcesBrowser.py" line="757"/> + <location filename="../Project/ProjectResourcesBrowser.py" line="751"/> <source>Could not start {0}.<br>Ensure that it is in the search path.</source> <translation>{0} konnte nicht gestartet werden.<br>Stellen Sie sicher, dass es sich im Suchpfad befindet.</translation> </message> <message> - <location filename="../Project/ProjectResourcesBrowser.py" line="823"/> + <location filename="../Project/ProjectResourcesBrowser.py" line="817"/> <source>Compiling resources...</source> <translation>Übersetze Ressourcendateien...</translation> </message> <message> - <location filename="../Project/ProjectResourcesBrowser.py" line="898"/> + <location filename="../Project/ProjectResourcesBrowser.py" line="892"/> <source>Abort</source> <translation>Abbrechen</translation> </message> <message> - <location filename="../Project/ProjectResourcesBrowser.py" line="898"/> + <location filename="../Project/ProjectResourcesBrowser.py" line="892"/> <source>Determining changed resources...</source> <translation>Ermittle veränderte Ressourcen...</translation> </message> <message> - <location filename="../Project/ProjectResourcesBrowser.py" line="936"/> + <location filename="../Project/ProjectResourcesBrowser.py" line="930"/> <source>Compiling changed resources...</source> <translation>Übersetze veränderte Ressourcen...</translation> </message> @@ -52376,7 +52410,7 @@ <translation>Pfad in die Zwischenablage kopieren</translation> </message> <message> - <location filename="../Project/ProjectResourcesBrowser.py" line="898"/> + <location filename="../Project/ProjectResourcesBrowser.py" line="892"/> <source>%v/%m Resources</source> <translation>%v/%m Resourcen</translation> </message> @@ -58352,42 +58386,42 @@ <translation><b>Qt-Einstellungen</b></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="84"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="90"/> <source>Qt Tools</source> <translation>Qt-Werkzeuge</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="163"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="169"/> <source>This gives an example of the complete tool name</source> <translation>Dies gibt ein Beispiel für den vollständigen Werkzeugnamen</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="166"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="172"/> <source>designer</source> <translation>designer</translation> </message> <message> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="49"/> + <source><font color="#FF0000"><b>Note:</b> This setting is activated at the next startup of the application.</font></source> + <translation><font color="#FF0000"><b>Hinweis:</b> Diese Einstellung wird erst beim nächsten Programmstart aktiv.</font></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="123"/> + <source>The tool executable is composed of the prefix, the tool name and the postfix. For win, the extension is added automatically.</source> + <translation>Der Werkzeugname wird aus dem Präfix, dem Werkzeugnamen und dem Anhängsel gebildet. Bei Windows wird die Erweiterung automatisch angehängt.</translation> + </message> + <message> <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="43"/> - <source><font color="#FF0000"><b>Note:</b> This setting is activated at the next startup of the application.</font></source> - <translation><font color="#FF0000"><b>Hinweis:</b> Diese Einstellung wird erst beim nächsten Programmstart aktiv.</font></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="117"/> - <source>The tool executable is composed of the prefix, the tool name and the postfix. For win, the extension is added automatically.</source> - <translation>Der Werkzeugname wird aus dem Präfix, dem Werkzeugnamen und dem Anhängsel gebildet. Bei Windows wird die Erweiterung automatisch angehängt.</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="37"/> <source>Qt Translations Directory</source> <translation>Qt-Übersetzungenverzeichnis</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="59"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="65"/> <source>Enter the path of the Qt translations directory.</source> <translation>Gib den Pfad des Qt-Übersetzungenverzeichnisses ein.</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="66"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="72"/> <source><b>Note:</b> Leave this entry empty to use an environment variable or the path compiled into the Qt library. Environment variables supported are <ul> <li>QT4TRANSLATIONSDIR for Qt4</li> @@ -58402,70 +58436,100 @@ </ul></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="129"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="135"/> <source>Qt-Prefix:</source> <translation>Qt-Präfix:</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="136"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="142"/> <source>Enter the prefix for the Qt tools name</source> <translation>Gib das Präfix für den Qt-Werkzeugnamen ein</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="143"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="149"/> <source>Qt-Postfix:</source> <translation>Qt-Anhängsel:</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="150"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="156"/> <source>Enter the postfix for the Qt tools name</source> <translation>Gib das Anhängsel für den Qt-Werkzeugnamen ein</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="210"/> - <source>pyuic / pyside-uic Options</source> - <translation>pyuic / pyside-uic Optionen</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="216"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="226"/> <source>Indent Width:</source> <translation>Einrückungstiefe:</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="223"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="233"/> <source>Select the indent width (default: 4)</source> <translation>Wähle die Einrücktiefe (Standard: 4)</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="255"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="327"/> <source>Generate imports relative to '.'</source> <translation>Erzeuge Imports relativ zu '.'</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="184"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="296"/> <source>Tools Directory:</source> <translation>Verzeichnis:</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="108"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="114"/> <source>Enter the path of the Qt tools directory, if they are not found.</source> <translation>Gib den Pfad des Verzeichnisses mit den Qt-Werkzeugen ein, falls sie nicht automatisch gefunden werden.</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="178"/> - <source>PyQt Tools</source> - <translation>PyQt-Werkzeuge</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="200"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="211"/> <source>Enter the path of the PyQt tools directory, if they are not found.</source> <translation>Gib den Pfad des Verzeichnisses mit den PyQt-Werkzeugen ein, falls sie nicht automatisch gefunden werden.</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.py" line="67"/> + <location filename="../Preferences/ConfigurationPages/QtPage.py" line="87"/> <source>Sample: {0}designer{1}</source> <translation>Beispiel: {0}designer{1}</translation> </message> + <message> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="312"/> + <source>Enter the path of the PySide2 tools directory, if they are not found.</source> + <translation>Gib den Pfad des Verzeichnisses mit den PySide2-Werkzeugen ein, falls sie nicht automatisch gefunden werden.</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="37"/> + <source>Qt</source> + <translation>Qt</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="187"/> + <source>PyQt</source> + <translation>PyQt</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="220"/> + <source>pyuic Options</source> + <translation>pyuic Optionen</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="272"/> + <source>Select to generate extra code to test and display the form</source> + <translation>Auswählen, um zusätzlichen Code zum Testen und Anzeigen des Formulars zu erzeugen</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="275"/> + <source>Generate Extra Test Code</source> + <translation>Zusätzlichen Testcode erzeugen</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="288"/> + <source>PySide2</source> + <translation>PySide2</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="321"/> + <source>pyside2-uic Options</source> + <translation>pyside2-uic Optionen</translation> + </message> </context> <context> <name>Queues</name> @@ -82536,12 +82600,12 @@ <translation>Stildatei:</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/WebBrowserInterfacePage.py" line="36"/> + <location filename="../Preferences/ConfigurationPages/WebBrowserInterfacePage.py" line="37"/> <source>Qt Style Sheets (*.qss);;Cascading Style Sheets (*.css);;All files (*)</source> <translation>Qt-Stylesheets (*.qss);;Cascading Style Sheets (*.css);;Alle Dateien (*)</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/WebBrowserInterfacePage.py" line="62"/> + <location filename="../Preferences/ConfigurationPages/WebBrowserInterfacePage.py" line="63"/> <source>System</source> <translation>System</translation> </message> @@ -83697,8 +83761,8 @@ </message> <message> <location filename="../WebBrowser/WebBrowserView.py" line="673"/> - <source>Open Link in New Tab Ctrl+LMB</source> - <translation>Link in neuem Fenster öffnen Strg+LMK</translation> + <source>Open Link in New Tab<byte value="x9"/>Ctrl+LMB</source> + <translation>Link in neuem Fenster öffnen<byte value="x9"/>Strg+LMK</translation> </message> <message> <location filename="../WebBrowser/WebBrowserView.py" line="679"/> @@ -86464,12 +86528,12 @@ <context> <name>eric6</name> <message> - <location filename="../eric6.py" line="390"/> + <location filename="../eric6.py" line="391"/> <source>Starting...</source> <translation>Starte...</translation> </message> <message> - <location filename="../eric6.py" line="395"/> + <location filename="../eric6.py" line="396"/> <source>Generating Main Window...</source> <translation>Erzeuge das Hauptfenster...</translation> </message>
--- a/eric6/i18n/eric6_empty.ts Sat Mar 07 11:12:38 2020 +0100 +++ b/eric6/i18n/eric6_empty.ts Sun Apr 05 12:06:15 2020 +0200 @@ -27934,7 +27934,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3398"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3397"/> <source>Mercurial Command Server</source> <translation type="unfinished"></translation> </message> @@ -27944,67 +27944,67 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3398"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3397"/> <source><p>The Mercurial Command Server could not be started.</p><p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3525"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3524"/> <source>Mercurial Bookmark</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3547"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3546"/> <source>Delete Bookmark</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3547"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3546"/> <source>Select the bookmark to be deleted:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3558"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3557"/> <source>Delete Mercurial Bookmark</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3591"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3590"/> <source>Rename Mercurial Bookmark</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3633"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3632"/> <source>Move Mercurial Bookmark</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3727"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3726"/> <source>Pull Bookmark</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3727"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3726"/> <source>Select the bookmark to be pulled:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3739"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3738"/> <source>Pulling bookmark from a remote Mercurial repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3771"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3770"/> <source>Push Bookmark</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3771"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3770"/> <source>Select the bookmark to be push:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3783"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3782"/> <source>Pushing bookmark to a remote Mercurial repository</source> <translation type="unfinished"></translation> </message> @@ -28820,42 +28820,42 @@ <context> <name>HgClient</name> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="86"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="91"/> <source>The process {0} could not be started. Ensure, that it is in the search path.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="133"/> - <source>Did not receive the 'hello' message.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="135"/> - <source>Received data on unexpected channel.</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="140"/> + <source>Did not receive the 'hello' message.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="142"/> + <source>Received data on unexpected channel.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="147"/> <source>Bad 'hello' message, expected 'capabilities: ' but got '{0}'.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="145"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="152"/> <source>'capabilities' message did not contain any capability.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="153"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="160"/> <source>Bad 'hello' message, expected 'encoding: ' but got '{0}'.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="158"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="165"/> <source>'encoding' message did not contain any encoding.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="352"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="383"/> <source>For message see output dialog.</source> <translation type="unfinished"></translation> </message> @@ -29217,6 +29217,46 @@ <source>Errors</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDialog.ui" line="73"/> + <source>Input</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDialog.ui" line="98"/> + <source>&Send</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDialog.ui" line="101"/> + <source>Alt+S</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDialog.ui" line="115"/> + <source>Select to switch the input field to password mode</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDialog.ui" line="118"/> + <source>&Password Mode</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDialog.ui" line="121"/> + <source>Alt+P</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDialog.ui" line="95"/> + <source>Press to send the input to the Mercurial process</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDialog.ui" line="108"/> + <source>Enter data to be sent to the Mercurial process</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>HgDiffDialog</name> @@ -48975,17 +49015,17 @@ <context> <name>Preferences</name> <message> - <location filename="../Preferences/__init__.py" line="1621"/> + <location filename="../Preferences/__init__.py" line="1624"/> <source>Export Preferences</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1649"/> + <location filename="../Preferences/__init__.py" line="1652"/> <source>Properties File (*.ini);;All Files (*)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1649"/> + <location filename="../Preferences/__init__.py" line="1652"/> <source>Import Preferences</source> <translation type="unfinished"></translation> </message> @@ -51039,7 +51079,7 @@ <context> <name>ProjectFormsBrowser</name> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="1021"/> + <location filename="../Project/ProjectFormsBrowser.py" line="1029"/> <source>Forms</source> <translation type="unfinished"></translation> </message> @@ -51234,105 +51274,100 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="630"/> + <location filename="../Project/ProjectFormsBrowser.py" line="637"/> <source>New Form</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="585"/> + <location filename="../Project/ProjectFormsBrowser.py" line="592"/> <source>Select a form type:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="599"/> + <location filename="../Project/ProjectFormsBrowser.py" line="606"/> <source>Qt User-Interface Files (*.ui);;All Files (*)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="618"/> + <location filename="../Project/ProjectFormsBrowser.py" line="625"/> <source>The file already exists! Overwrite it?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="630"/> + <location filename="../Project/ProjectFormsBrowser.py" line="637"/> <source><p>The new form file <b>{0}</b> could not be created.<br>Problem: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="658"/> + <location filename="../Project/ProjectFormsBrowser.py" line="665"/> <source>Delete forms</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="658"/> + <location filename="../Project/ProjectFormsBrowser.py" line="665"/> <source>Do you really want to delete these forms from the project?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="812"/> + <location filename="../Project/ProjectFormsBrowser.py" line="819"/> <source>Form Compilation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="784"/> + <location filename="../Project/ProjectFormsBrowser.py" line="791"/> <source>The compilation of the form file was successful.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="799"/> + <location filename="../Project/ProjectFormsBrowser.py" line="806"/> <source><p>The compilation of the form file failed.</p><p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="812"/> + <location filename="../Project/ProjectFormsBrowser.py" line="819"/> <source>The compilation of the form file failed.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="886"/> + <location filename="../Project/ProjectFormsBrowser.py" line="894"/> <source>Process Generation Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="886"/> + <location filename="../Project/ProjectFormsBrowser.py" line="894"/> <source>Could not start {0}.<br>Ensure that it is in the search path.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="978"/> + <location filename="../Project/ProjectFormsBrowser.py" line="986"/> <source>Compiling forms...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="1017"/> + <location filename="../Project/ProjectFormsBrowser.py" line="1025"/> <source>Abort</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="1017"/> + <location filename="../Project/ProjectFormsBrowser.py" line="1025"/> <source>%v/%m Forms</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="1017"/> + <location filename="../Project/ProjectFormsBrowser.py" line="1025"/> <source>Determining changed forms...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="1049"/> + <location filename="../Project/ProjectFormsBrowser.py" line="1057"/> <source>Compiling changed forms...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="1102"/> + <location filename="../Project/ProjectFormsBrowser.py" line="352"/> <source>Configure uic Compiler</source> <translation type="unfinished"></translation> </message> - <message> - <location filename="../Project/ProjectFormsBrowser.py" line="1102"/> - <source>No project specific uic compiler flags are supported for PySide or PySide2.</source> - <translation type="unfinished"></translation> - </message> </context> <context> <name>ProjectInterfacesBrowser</name> @@ -51964,7 +51999,7 @@ <context> <name>ProjectResourcesBrowser</name> <message> - <location filename="../Project/ProjectResourcesBrowser.py" line="902"/> + <location filename="../Project/ProjectResourcesBrowser.py" line="896"/> <source>Resources</source> <translation type="unfinished"></translation> </message> @@ -52094,37 +52129,37 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/ProjectResourcesBrowser.py" line="757"/> + <location filename="../Project/ProjectResourcesBrowser.py" line="751"/> <source>Process Generation Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/ProjectResourcesBrowser.py" line="757"/> + <location filename="../Project/ProjectResourcesBrowser.py" line="751"/> <source>Could not start {0}.<br>Ensure that it is in the search path.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/ProjectResourcesBrowser.py" line="823"/> + <location filename="../Project/ProjectResourcesBrowser.py" line="817"/> <source>Compiling resources...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/ProjectResourcesBrowser.py" line="898"/> + <location filename="../Project/ProjectResourcesBrowser.py" line="892"/> <source>Abort</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/ProjectResourcesBrowser.py" line="898"/> + <location filename="../Project/ProjectResourcesBrowser.py" line="892"/> <source>%v/%m Resources</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/ProjectResourcesBrowser.py" line="898"/> + <location filename="../Project/ProjectResourcesBrowser.py" line="892"/> <source>Determining changed resources...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/ProjectResourcesBrowser.py" line="936"/> + <location filename="../Project/ProjectResourcesBrowser.py" line="930"/> <source>Compiling changed resources...</source> <translation type="unfinished"></translation> </message> @@ -57910,22 +57945,22 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="37"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="43"/> <source>Qt Translations Directory</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="43"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="49"/> <source><font color="#FF0000"><b>Note:</b> This setting is activated at the next startup of the application.</font></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="59"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="65"/> <source>Enter the path of the Qt translations directory.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="66"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="72"/> <source><b>Note:</b> Leave this entry empty to use an environment variable or the path compiled into the Qt library. Environment variables supported are <ul> <li>QT4TRANSLATIONSDIR for Qt4</li> @@ -57935,90 +57970,120 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="84"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="90"/> <source>Qt Tools</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="184"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="296"/> <source>Tools Directory:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="108"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="114"/> <source>Enter the path of the Qt tools directory, if they are not found.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="117"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="123"/> <source>The tool executable is composed of the prefix, the tool name and the postfix. For win, the extension is added automatically.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="129"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="135"/> <source>Qt-Prefix:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="136"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="142"/> <source>Enter the prefix for the Qt tools name</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="143"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="149"/> <source>Qt-Postfix:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="150"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="156"/> <source>Enter the postfix for the Qt tools name</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="163"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="169"/> <source>This gives an example of the complete tool name</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="166"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="172"/> <source>designer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="210"/> - <source>pyuic / pyside-uic Options</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="216"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="226"/> <source>Indent Width:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="223"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="233"/> <source>Select the indent width (default: 4)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="255"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="327"/> <source>Generate imports relative to '.'</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="178"/> - <source>PyQt Tools</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="200"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="211"/> <source>Enter the path of the PyQt tools directory, if they are not found.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.py" line="67"/> + <location filename="../Preferences/ConfigurationPages/QtPage.py" line="87"/> <source>Sample: {0}designer{1}</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="312"/> + <source>Enter the path of the PySide2 tools directory, if they are not found.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="37"/> + <source>Qt</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="187"/> + <source>PyQt</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="220"/> + <source>pyuic Options</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="272"/> + <source>Select to generate extra code to test and display the form</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="275"/> + <source>Generate Extra Test Code</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="288"/> + <source>PySide2</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="321"/> + <source>pyside2-uic Options</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>Queues</name> @@ -81863,12 +81928,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/WebBrowserInterfacePage.py" line="36"/> + <location filename="../Preferences/ConfigurationPages/WebBrowserInterfacePage.py" line="37"/> <source>Qt Style Sheets (*.qss);;Cascading Style Sheets (*.css);;All files (*)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/WebBrowserInterfacePage.py" line="62"/> + <location filename="../Preferences/ConfigurationPages/WebBrowserInterfacePage.py" line="63"/> <source>System</source> <translation type="unfinished"></translation> </message> @@ -85763,12 +85828,12 @@ <context> <name>eric6</name> <message> - <location filename="../eric6.py" line="390"/> + <location filename="../eric6.py" line="391"/> <source>Starting...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../eric6.py" line="395"/> + <location filename="../eric6.py" line="396"/> <source>Generating Main Window...</source> <translation type="unfinished"></translation> </message>
--- a/eric6/i18n/eric6_en.ts Sat Mar 07 11:12:38 2020 +0100 +++ b/eric6/i18n/eric6_en.ts Sun Apr 05 12:06:15 2020 +0200 @@ -27815,7 +27815,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3398"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3397"/> <source>Mercurial Command Server</source> <translation type="unfinished"></translation> </message> @@ -27825,7 +27825,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3398"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3397"/> <source><p>The Mercurial Command Server could not be started.</p><p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> @@ -27940,62 +27940,62 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3525"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3524"/> <source>Mercurial Bookmark</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3547"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3546"/> <source>Delete Bookmark</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3547"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3546"/> <source>Select the bookmark to be deleted:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3558"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3557"/> <source>Delete Mercurial Bookmark</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3591"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3590"/> <source>Rename Mercurial Bookmark</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3633"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3632"/> <source>Move Mercurial Bookmark</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3727"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3726"/> <source>Pull Bookmark</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3727"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3726"/> <source>Select the bookmark to be pulled:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3739"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3738"/> <source>Pulling bookmark from a remote Mercurial repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3771"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3770"/> <source>Push Bookmark</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3771"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3770"/> <source>Select the bookmark to be push:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3783"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3782"/> <source>Pushing bookmark to a remote Mercurial repository</source> <translation type="unfinished"></translation> </message> @@ -28841,42 +28841,42 @@ <context> <name>HgClient</name> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="86"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="91"/> <source>The process {0} could not be started. Ensure, that it is in the search path.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="133"/> - <source>Did not receive the 'hello' message.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="135"/> - <source>Received data on unexpected channel.</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="140"/> + <source>Did not receive the 'hello' message.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="142"/> + <source>Received data on unexpected channel.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="147"/> <source>Bad 'hello' message, expected 'capabilities: ' but got '{0}'.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="145"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="152"/> <source>'capabilities' message did not contain any capability.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="153"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="160"/> <source>Bad 'hello' message, expected 'encoding: ' but got '{0}'.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="158"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="165"/> <source>'encoding' message did not contain any encoding.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="352"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="383"/> <source>For message see output dialog.</source> <translation type="unfinished"></translation> </message> @@ -29238,6 +29238,46 @@ <source>Errors</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDialog.ui" line="73"/> + <source>Input</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDialog.ui" line="98"/> + <source>&Send</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDialog.ui" line="101"/> + <source>Alt+S</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDialog.ui" line="115"/> + <source>Select to switch the input field to password mode</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDialog.ui" line="118"/> + <source>&Password Mode</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDialog.ui" line="121"/> + <source>Alt+P</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDialog.ui" line="95"/> + <source>Press to send the input to the Mercurial process</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDialog.ui" line="108"/> + <source>Enter data to be sent to the Mercurial process</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>HgDiffDialog</name> @@ -49016,17 +49056,17 @@ <context> <name>Preferences</name> <message> - <location filename="../Preferences/__init__.py" line="1621"/> + <location filename="../Preferences/__init__.py" line="1624"/> <source>Export Preferences</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1649"/> + <location filename="../Preferences/__init__.py" line="1652"/> <source>Import Preferences</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1649"/> + <location filename="../Preferences/__init__.py" line="1652"/> <source>Properties File (*.ini);;All Files (*)</source> <translation type="unfinished"></translation> </message> @@ -51081,7 +51121,7 @@ <context> <name>ProjectFormsBrowser</name> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="1021"/> + <location filename="../Project/ProjectFormsBrowser.py" line="1029"/> <source>Forms</source> <translation type="unfinished"></translation> </message> @@ -51226,87 +51266,87 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="630"/> + <location filename="../Project/ProjectFormsBrowser.py" line="637"/> <source>New Form</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="585"/> + <location filename="../Project/ProjectFormsBrowser.py" line="592"/> <source>Select a form type:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="599"/> + <location filename="../Project/ProjectFormsBrowser.py" line="606"/> <source>Qt User-Interface Files (*.ui);;All Files (*)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="618"/> + <location filename="../Project/ProjectFormsBrowser.py" line="625"/> <source>The file already exists! Overwrite it?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="630"/> + <location filename="../Project/ProjectFormsBrowser.py" line="637"/> <source><p>The new form file <b>{0}</b> could not be created.<br>Problem: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="658"/> + <location filename="../Project/ProjectFormsBrowser.py" line="665"/> <source>Delete forms</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="658"/> + <location filename="../Project/ProjectFormsBrowser.py" line="665"/> <source>Do you really want to delete these forms from the project?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="812"/> + <location filename="../Project/ProjectFormsBrowser.py" line="819"/> <source>Form Compilation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="784"/> + <location filename="../Project/ProjectFormsBrowser.py" line="791"/> <source>The compilation of the form file was successful.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="799"/> + <location filename="../Project/ProjectFormsBrowser.py" line="806"/> <source><p>The compilation of the form file failed.</p><p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="812"/> + <location filename="../Project/ProjectFormsBrowser.py" line="819"/> <source>The compilation of the form file failed.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="886"/> + <location filename="../Project/ProjectFormsBrowser.py" line="894"/> <source>Process Generation Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="886"/> + <location filename="../Project/ProjectFormsBrowser.py" line="894"/> <source>Could not start {0}.<br>Ensure that it is in the search path.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="978"/> + <location filename="../Project/ProjectFormsBrowser.py" line="986"/> <source>Compiling forms...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="1017"/> + <location filename="../Project/ProjectFormsBrowser.py" line="1025"/> <source>Abort</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="1017"/> + <location filename="../Project/ProjectFormsBrowser.py" line="1025"/> <source>Determining changed forms...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="1049"/> + <location filename="../Project/ProjectFormsBrowser.py" line="1057"/> <source>Compiling changed forms...</source> <translation type="unfinished"></translation> </message> @@ -51361,20 +51401,15 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="1017"/> + <location filename="../Project/ProjectFormsBrowser.py" line="1025"/> <source>%v/%m Forms</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="1102"/> + <location filename="../Project/ProjectFormsBrowser.py" line="352"/> <source>Configure uic Compiler</source> <translation type="unfinished"></translation> </message> - <message> - <location filename="../Project/ProjectFormsBrowser.py" line="1102"/> - <source>No project specific uic compiler flags are supported for PySide or PySide2.</source> - <translation type="unfinished"></translation> - </message> </context> <context> <name>ProjectInterfacesBrowser</name> @@ -52006,7 +52041,7 @@ <context> <name>ProjectResourcesBrowser</name> <message> - <location filename="../Project/ProjectResourcesBrowser.py" line="902"/> + <location filename="../Project/ProjectResourcesBrowser.py" line="896"/> <source>Resources</source> <translation type="unfinished"></translation> </message> @@ -52136,37 +52171,37 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/ProjectResourcesBrowser.py" line="757"/> + <location filename="../Project/ProjectResourcesBrowser.py" line="751"/> <source>Process Generation Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/ProjectResourcesBrowser.py" line="757"/> + <location filename="../Project/ProjectResourcesBrowser.py" line="751"/> <source>Could not start {0}.<br>Ensure that it is in the search path.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/ProjectResourcesBrowser.py" line="823"/> + <location filename="../Project/ProjectResourcesBrowser.py" line="817"/> <source>Compiling resources...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/ProjectResourcesBrowser.py" line="898"/> + <location filename="../Project/ProjectResourcesBrowser.py" line="892"/> <source>Abort</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/ProjectResourcesBrowser.py" line="898"/> + <location filename="../Project/ProjectResourcesBrowser.py" line="892"/> <source>Determining changed resources...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/ProjectResourcesBrowser.py" line="936"/> + <location filename="../Project/ProjectResourcesBrowser.py" line="930"/> <source>Compiling changed resources...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/ProjectResourcesBrowser.py" line="898"/> + <location filename="../Project/ProjectResourcesBrowser.py" line="892"/> <source>%v/%m Resources</source> <translation type="unfinished"></translation> </message> @@ -57953,42 +57988,42 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="43"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="49"/> <source><font color="#FF0000"><b>Note:</b> This setting is activated at the next startup of the application.</font></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="84"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="90"/> <source>Qt Tools</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="117"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="123"/> <source>The tool executable is composed of the prefix, the tool name and the postfix. For win, the extension is added automatically.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="163"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="169"/> <source>This gives an example of the complete tool name</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="166"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="172"/> <source>designer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="37"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="43"/> <source>Qt Translations Directory</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="59"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="65"/> <source>Enter the path of the Qt translations directory.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="66"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="72"/> <source><b>Note:</b> Leave this entry empty to use an environment variable or the path compiled into the Qt library. Environment variables supported are <ul> <li>QT4TRANSLATIONSDIR for Qt4</li> @@ -57998,70 +58033,100 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="129"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="135"/> <source>Qt-Prefix:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="136"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="142"/> <source>Enter the prefix for the Qt tools name</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="143"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="149"/> <source>Qt-Postfix:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="150"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="156"/> <source>Enter the postfix for the Qt tools name</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="210"/> - <source>pyuic / pyside-uic Options</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="216"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="226"/> <source>Indent Width:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="223"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="233"/> <source>Select the indent width (default: 4)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="255"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="327"/> <source>Generate imports relative to '.'</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="184"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="296"/> <source>Tools Directory:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="108"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="114"/> <source>Enter the path of the Qt tools directory, if they are not found.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="178"/> - <source>PyQt Tools</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="200"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="211"/> <source>Enter the path of the PyQt tools directory, if they are not found.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.py" line="67"/> + <location filename="../Preferences/ConfigurationPages/QtPage.py" line="87"/> <source>Sample: {0}designer{1}</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="312"/> + <source>Enter the path of the PySide2 tools directory, if they are not found.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="37"/> + <source>Qt</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="187"/> + <source>PyQt</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="220"/> + <source>pyuic Options</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="272"/> + <source>Select to generate extra code to test and display the form</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="275"/> + <source>Generate Extra Test Code</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="288"/> + <source>PySide2</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="321"/> + <source>pyside2-uic Options</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>Queues</name> @@ -81909,12 +81974,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/WebBrowserInterfacePage.py" line="36"/> + <location filename="../Preferences/ConfigurationPages/WebBrowserInterfacePage.py" line="37"/> <source>Qt Style Sheets (*.qss);;Cascading Style Sheets (*.css);;All files (*)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/WebBrowserInterfacePage.py" line="62"/> + <location filename="../Preferences/ConfigurationPages/WebBrowserInterfacePage.py" line="63"/> <source>System</source> <translation type="unfinished"></translation> </message> @@ -85812,12 +85877,12 @@ <context> <name>eric6</name> <message> - <location filename="../eric6.py" line="390"/> + <location filename="../eric6.py" line="391"/> <source>Starting...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../eric6.py" line="395"/> + <location filename="../eric6.py" line="396"/> <source>Generating Main Window...</source> <translation type="unfinished"></translation> </message>
--- a/eric6/i18n/eric6_es.ts Sat Mar 07 11:12:38 2020 +0100 +++ b/eric6/i18n/eric6_es.ts Sun Apr 05 12:06:15 2020 +0200 @@ -21007,22 +21007,22 @@ <translation>Seleccione el campo de filtrado</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="102"/> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="107"/> <source>Author</source> <translation>Autor</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="103"/> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="108"/> <source>Committer</source> <translation>Autor de commit</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="1792"/> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="1796"/> <source>Branch</source> <translation>Branch</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="104"/> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="109"/> <source>Subject</source> <translation>Asunto</translation> </message> @@ -21092,178 +21092,178 @@ <translation>Seleccionar acción del menú</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="88"/> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="93"/> <source>&Refresh</source> <translation>Actualiza&r</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="90"/> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="95"/> <source>Press to refresh the list of commits</source> <translation>Pulsar para actualizar la lista de commits</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="197"/> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="205"/> <source>Added</source> <translation>Añadido</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="198"/> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="206"/> <source>Deleted</source> <translation>Borrado</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="199"/> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="207"/> <source>Modified</source> <translation>Modificado</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="200"/> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="208"/> <source>Copied</source> <translation>Copiado</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="201"/> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="209"/> <source>Renamed</source> <translation>Renombrado</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="202"/> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="210"/> <source>Type changed</source> <translation>Tipo cambiado</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="203"/> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="211"/> <source>Unmerged</source> <translation>Merge Deshecho</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="204"/> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="212"/> <source>Unknown</source> <translation>Desconocido</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="250"/> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="258"/> <source>Show Author Columns</source> <translation>Mostrar Columnas de Autor</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="252"/> - <source>Press to show the author columns</source> - <translation>Pulsar para mostrar las columnas de autor</translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="260"/> + <source>Press to show the author columns</source> + <translation>Pulsar para mostrar las columnas de autor</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="268"/> <source>Show Committer Columns</source> <translation>Mostrar Columnas de Autor del Commit</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="262"/> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="270"/> <source>Press to show the committer columns</source> <translation>Pulsar para mostrar las columnas de autor del commit</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="309"/> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="317"/> <source>Copy Commits</source> <translation>Copiar Commits</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="311"/> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="319"/> <source>Cherry-pick the selected commits to the current branch</source> <translation>Hacer cherry-pick de los commits seleccionados a la branch actual</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="316"/> - <source>Tag</source> - <translation>Tag</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="318"/> - <source>Tag the selected commit</source> - <translation>Hacer Tag del commit seleccionado</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="322"/> - <source>Create a new branch at the selected commit.</source> - <translation>Crear una nueva branch desde el commit seleccionado.</translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="324"/> - <source>Branch && Switch</source> - <translation>Branch && Switch</translation> + <source>Tag</source> + <translation>Tag</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="326"/> - <source>Create a new branch at the selected commit and switch the work tree to it.</source> - <translation>Crear una nueva branch desde el commit seleccionado y cambiar el árbol de trabajo a ella.</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="1844"/> - <source>Switch</source> - <translation>Hacer switch</translation> + <source>Tag the selected commit</source> + <translation>Hacer Tag del commit seleccionado</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="330"/> + <source>Create a new branch at the selected commit.</source> + <translation>Crear una nueva branch desde el commit seleccionado.</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="332"/> + <source>Branch && Switch</source> + <translation>Branch && Switch</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="334"/> + <source>Create a new branch at the selected commit and switch the work tree to it.</source> + <translation>Crear una nueva branch desde el commit seleccionado y cambiar el árbol de trabajo a ella.</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="1848"/> + <source>Switch</source> + <translation>Hacer switch</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="340"/> <source>Switch the working directory to the selected commit</source> <translation>Cambiar el directorio de trabajo al commit seleccionado</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="1870"/> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="1874"/> <source>Show Short Log</source> <translation>Mostrar Shortlog</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="338"/> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="346"/> <source>Show a dialog with a log output for release notes</source> <translation>Mostrar un diálogo con una salida de log para release notes</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="341"/> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="349"/> <source>Describe</source> <translation>Describir</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="343"/> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="351"/> <source>Show the most recent tag reachable from a commit</source> <translation>Mostrar la tag más reciente alcanzable desde un commit</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="632"/> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="636"/> <source>The git process did not finish within 30s.</source> <translation>El proceso git no terminó en un plazo de 30s.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="635"/> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="639"/> <source>Could not start the git executable.</source> <translation>No se ha podido iniciar el ejecutable de git.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="638"/> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="642"/> <source>Git Error</source> <translation>Error de Git</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="754"/> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="758"/> <source>{0} ({1}%)</source> <comment>action, confidence</comment> <translation>{0} ({1}%)</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="820"/> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="824"/> <source>Process Generation Error</source> <translation>Error de Generación de Proceso</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="820"/> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="824"/> <source>The process {0} could not be started. Ensure, that it is in the search path.</source> <translation>El proceso {0} no se ha podido ejecutar. Verifique que está en la ruta de búsqueda (search path).</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="1706"/> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="1710"/> <source>Copy Changesets</source> <translation>Copiar Changesets</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="1844"/> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="1848"/> <source>The project should be reread. Do this now?</source> <translation>El proyecto debería ser cargado de nuevo. ¿Desea hacerlo ahora?</translation> </message> @@ -21273,17 +21273,17 @@ <translation>Branches</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="1870"/> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="1874"/> <source>Select a branch</source> <translation>Seleccionar una branch</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="1823"/> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="1827"/> <source>Select a default branch</source> <translation>Seleccionar la branch por defecto</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="1823"/> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="1827"/> <source>Branch & Switch</source> <translation>Branch & Switch</translation> </message> @@ -21303,37 +21303,37 @@ <translation>Pulsar para buscar la siguiente ocurrencia</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="101"/> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="106"/> <source>Commit ID</source> <translation>Commit ID</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="98"/> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="103"/> <source>Find</source> <translation>Buscar</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="99"/> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="104"/> <source>Filter</source> <translation>Filtrar</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="140"/> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="148"/> <source><tr><td><b>Branches</b></td><td>{0}</td></tr></source> <translation><tr><td><b>Branches</b></td><td>{0}</td></tr></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="143"/> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="151"/> <source><tr><td><b>Tags</b></td><td>{0}</td></tr></source> <translation><tr><td><b>Tags</b></td><td>{0}</td></tr></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="2052"/> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="2056"/> <source>'{0}' was not found.</source> <translation>No se ha encontrado '{0}'.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="2052"/> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="2056"/> <source>Find Commit</source> <translation>Buscar Commit</translation> </message> @@ -21343,7 +21343,7 @@ <translation>Introducir la expresión regular para filtrar o para buscar</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="105"/> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="110"/> <source>File</source> <translation>Archivo</translation> </message> @@ -21368,7 +21368,7 @@ <translation>Eliminaciones</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="2098"/> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="2102"/> <source>Differences</source> <translation>Diferencias</translation> </message> @@ -21378,97 +21378,97 @@ <translation><a href="save:me">Guardar</a></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="122"/> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="130"/> <source><table><tr><td><b>Commit ID</b></td><td>{0}</td></tr><tr><td><b>Date</b></td><td>{1}</td></tr><tr><td><b>Author</b></td><td>{2} &lt;{3}&gt;</td></tr><tr><td><b>Commit Date</b></td><td>{4}</td></tr><tr><td><b>Committer</b></td><td>{5} &lt;{6}&gt;</td></tr>{7}<tr><td><b>Subject</b></td><td>{8}</td></tr>{9}</table></source> <translation><table><tr><td><b>ID de Commit</b></td><td>{0}</td></tr><tr><td><b>Fecha</b></td><td>{1}</td></tr><tr><td><b>Autor</b></td><td>{2} &lt;{3}&gt;</td></tr><tr><td><b>Fecha de Commit</b></td><td>{4}</td></tr><tr><td><b>Committer</b></td><td>{5} &lt;{6}&gt;</td></tr>{7}<tr><td><b>Asunto</b></td><td>{8}</td></tr>{9}</table></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="134"/> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="142"/> <source><tr><td><b>Parents</b></td><td>{0}</td></tr></source> <translation><tr><td><b>Padres</b></td><td>{0}</td></tr></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="137"/> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="145"/> <source><tr><td><b>Children</b></td><td>{0}</td></tr></source> <translation><tr><td><b>Hijos</b></td><td>{0}</td></tr></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="146"/> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="154"/> <source><tr><td><b>Message</b></td><td>{0}</td></tr></source> <translation><tr><td><b>Mensaje</b></td><td>{0}</td></tr></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="1265"/> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="1269"/> <source>Side-by-Side Diff to Parent {0}</source> <translation>Diferencias lado a lado con Parent {0}</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="1277"/> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="1281"/> <source><a href="sbsdiff:{0}_{1}">Side-by-Side Compare</a></source> <translation><a href="sbsdiff:{0}_{1}">Comparación lado a lado</a></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="2112"/> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="2116"/> <source>Differences to Parent {0}</source> <translation>Diferencias con Parent {0}</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="2127"/> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="2131"/> <source>Diff to Parent {0}</source> <translation>Diff con Parent {0}</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="2153"/> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="2157"/> <source>There is no difference.</source> <translation>No hay ninguna diferencia.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="2316"/> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="2320"/> <source>Save Diff</source> <translation>Guardar Diff</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="2282"/> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="2286"/> <source>Patch Files (*.diff)</source> <translation>Archivos de Parche (*.diff)</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="2299"/> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="2303"/> <source><p>The patch file <b>{0}</b> already exists. Overwrite it?</p></source> <translation><p>El archivo de parche <b>{0}</b> ya existe. ¿Desea sobreescribirlo?</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="2316"/> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="2320"/> <source><p>The patch file <b>{0}</b> could not be saved.<br>Reason: {1}</p></source> <translation><p>El archivo de parche <b>{0}</b> no puede ser guardado.<br />Causa: {1}</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="240"/> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="248"/> <source>Show Commit ID Column</source> <translation>Mostrar columna de Commit ID</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="242"/> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="250"/> <source>Press to show the commit ID column</source> <translation>Pulsar para mostrar la columna de ID de commit</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="270"/> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="278"/> <source>Show Branches Column</source> <translation>Mostrar Columna de Branches</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="272"/> - <source>Press to show the branches column</source> - <translation>Pulsar para mostrar la columna de branches</translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="280"/> + <source>Press to show the branches column</source> + <translation>Pulsar para mostrar la columna de branches</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="288"/> <source>Show Tags Column</source> <translation>Mostrar Columna de Tags</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="282"/> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="290"/> <source>Press to show the Tags column</source> <translation>Pulsar para mostrar la columna de autor</translation> </message> @@ -27962,7 +27962,7 @@ <translation>Haciendo commit de cambios al repositorio Mercurial</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3398"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3397"/> <source>Mercurial Command Server</source> <translation>Servidor de Comandos de Mercurial</translation> </message> @@ -27972,7 +27972,7 @@ <translation><p>El Servidor de Comandos de Mercurial no ha podido reiniciarse.</p><p>Razón: {0}</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3398"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3397"/> <source><p>The Mercurial Command Server could not be started.</p><p>Reason: {0}</p></source> <translation><p>El Servidor de Comandos de Mercurial no ha podido iniciarse.</p><p>Razón: {0}</p></translation> </message> @@ -28087,62 +28087,62 @@ <translation>Tip branch actual</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3525"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3524"/> <source>Mercurial Bookmark</source> <translation>Marcador de Mercurial</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3547"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3546"/> <source>Delete Bookmark</source> <translation>Borrar Marcador</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3547"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3546"/> <source>Select the bookmark to be deleted:</source> <translation>Seleccionar el marcador a borrar:</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3558"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3557"/> <source>Delete Mercurial Bookmark</source> <translation>Borrar Marcador de Mercurial</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3591"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3590"/> <source>Rename Mercurial Bookmark</source> <translation>Renombrar Marcador de Mercurial</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3633"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3632"/> <source>Move Mercurial Bookmark</source> <translation>Mover Marcador de Mercurial</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3727"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3726"/> <source>Pull Bookmark</source> <translation>Pull de Marcador</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3727"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3726"/> <source>Select the bookmark to be pulled:</source> <translation>Seleccinar el marcador sobre el que hacer pull:</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3739"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3738"/> <source>Pulling bookmark from a remote Mercurial repository</source> <translation>Haciendo pull de marcador desde un repositorio Mercurial remoto</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3771"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3770"/> <source>Push Bookmark</source> <translation>Push de Marcador</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3771"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3770"/> <source>Select the bookmark to be push:</source> <translation>Seleccinar el marcador sobre el que hacer push:</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3783"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3782"/> <source>Pushing bookmark to a remote Mercurial repository</source> <translation>Haciendo push de marcador desde un repositorio Mercurial remoto</translation> </message> @@ -28991,42 +28991,42 @@ <context> <name>HgClient</name> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="86"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="91"/> <source>The process {0} could not be started. Ensure, that it is in the search path.</source> <translation>El proceso {0} no se ha podido ejecutar. Verifique que está en la ruta de búsqueda (search path).</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="133"/> - <source>Did not receive the 'hello' message.</source> - <translation>No se ha recibido el mensaje 'hello'.</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="135"/> - <source>Received data on unexpected channel.</source> - <translation>Datos recibidos en canal no esperado.</translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="140"/> + <source>Did not receive the 'hello' message.</source> + <translation>No se ha recibido el mensaje 'hello'.</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="142"/> + <source>Received data on unexpected channel.</source> + <translation>Datos recibidos en canal no esperado.</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="147"/> <source>Bad 'hello' message, expected 'capabilities: ' but got '{0}'.</source> <translation>Mensaje 'hello' erróneo, se esperaba 'capabilities' pero se obtuvo '{0}'.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="145"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="152"/> <source>'capabilities' message did not contain any capability.</source> <translation>El mensaje 'capabilities' no contiene ninguna capacidad.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="153"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="160"/> <source>Bad 'hello' message, expected 'encoding: ' but got '{0}'.</source> <translation>Mensaje 'hello' erróneo, se esperaba 'encoding' pero se obtuvo '{0}'.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="158"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="165"/> <source>'encoding' message did not contain any encoding.</source> <translation>El mensaje 'encoding' no contiene ninguna codificación.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="352"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="383"/> <source>For message see output dialog.</source> <translation>Para mensaje ver el diálogo de output.</translation> </message> @@ -29395,6 +29395,46 @@ <source>Errors</source> <translation>Errores</translation> </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDialog.ui" line="73"/> + <source>Input</source> + <translation>Entrada</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDialog.ui" line="98"/> + <source>&Send</source> + <translation>&Enviar</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDialog.ui" line="101"/> + <source>Alt+S</source> + <translation>Alt+S</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDialog.ui" line="115"/> + <source>Select to switch the input field to password mode</source> + <translation>Seleccionar para cambiar el campo de input a modo contraseña</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDialog.ui" line="118"/> + <source>&Password Mode</source> + <translation>&Modo de contraseña</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDialog.ui" line="121"/> + <source>Alt+P</source> + <translation>Alt+P</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDialog.ui" line="95"/> + <source>Press to send the input to the Mercurial process</source> + <translation>Pulsar para enviar el input al proceso de Mercurial</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDialog.ui" line="108"/> + <source>Enter data to be sent to the Mercurial process</source> + <translation>Introduzca los datos a enviar al proceso de Mercurial</translation> + </message> </context> <context> <name>HgDiffDialog</name> @@ -30262,7 +30302,7 @@ <context> <name>HgLogBrowserDialog</name> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="92"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="98"/> <source>Mercurial Log</source> <translation>Registro de Mercurial</translation> </message> @@ -30292,17 +30332,17 @@ <translation>Seleccione el campo de filtrado</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="122"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="128"/> <source>Revision</source> <translation>Revisión</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="123"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="129"/> <source>Author</source> <translation>Autor</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="124"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="130"/> <source>Message</source> <translation>Mensaje</translation> </message> @@ -30362,17 +30402,17 @@ <translation><b>Errores de Mercurial log</b><p>Muestra los posibles mensajes de error del comando hg log.</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="200"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="206"/> <source>Added</source> <translation>Añadido</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="201"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="207"/> <source>Deleted</source> <translation>Borrado</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="202"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="208"/> <source>Modified</source> <translation>Modificado</translation> </message> @@ -30387,7 +30427,7 @@ <translation>Tags</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="840"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="847"/> <source>Mercurial Error</source> <translation>Error de Mercurial</translation> </message> @@ -30407,64 +30447,64 @@ <translation>Seleccione la branch para filtrar</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="182"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="188"/> <source>All</source> <translation>Todo</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="94"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="100"/> <source>Mercurial Log (Incoming)</source> <translation>Mercurial Log (Entrante)</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="96"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="102"/> <source>Mercurial Log (Outgoing)</source> <translation>Mercurial Log (Saliente)</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="217"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="223"/> <source>Bookmarks</source> <translation>Marcadores</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="111"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="117"/> <source>Press to refresh the list of changesets</source> <translation>Pulsar para actualizar la lista de changesets</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="109"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="115"/> <source>&Refresh</source> <translation>Actualiza&r</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="126"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="132"/> <source>Phase</source> <translation>Fase</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="268"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="277"/> <source>Change the phase of the selected revisions</source> <translation>Cambiar la fase de las revisiones seleccionadas</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="270"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="279"/> <source><b>Change Phase</b> <p>This changes the phase of the selected revisions. The selected revisions have to have the same current phase.</p></source> <translation><b>Cambiar Fase</b> <p>Cambia la fase de las revisiones seleccionadas. Las revisiones seleccionadas deben tener la misma fase actual.</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="266"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="275"/> <source>Change Phase</source> <translation>Cambiar Fase</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2000"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2007"/> <source>Copy Changesets</source> <translation>Copiar Changesets</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2343"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2350"/> <source>The project should be reread. Do this now?</source> <translation>El proyecto debería ser cargado de nuevo. ¿Desea hacerlo ahora?</translation> </message> @@ -30474,42 +30514,42 @@ <translation>Seleccionar acción del menú</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="257"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="266"/> <source>Copy the selected changesets to the current branch</source> <translation>Pulsar para copiar los changesets seleccionados a la branch actual</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="275"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="284"/> <source>Tag</source> <translation>Aplicar Tag</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="278"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="287"/> <source>Tag the selected revision</source> <translation>Aplicar Tag a la revisión seleccionada</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2072"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2079"/> <source>Switch</source> <translation>Hacer switch</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="288"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="297"/> <source>Switch the working directory to the selected revision</source> <translation>Hacer switch del directorio de trabajo a la revisión seleccionada</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="311"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="320"/> <source>Pull Large Files</source> <translation>Hacer pull de archivos grandes</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="313"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="322"/> <source>Pull large files for selected revisions</source> <translation>Hacer pull de archivos grandes para revisiones seleccionadas</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1130"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1137"/> <source>{0} (large file)</source> <translation>{0} (archivo grande)</translation> </message> @@ -30534,147 +30574,147 @@ <translation>Pulsar para encontrar la ocurrencia siguiente</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="119"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="125"/> <source>Find</source> <translation>Buscar</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="120"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="126"/> <source>Filter</source> <translation>Filtro</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="164"/> - <source><tr><td><b>Tags</b></td><td>{0}</td></tr></source> - <translation><tr><td><b>Etiquetas</b></td><td>{0}</td></tr></translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="170"/> + <source><tr><td><b>Tags</b></td><td>{0}</td></tr></source> + <translation><tr><td><b>Etiquetas</b></td><td>{0}</td></tr></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="176"/> <source><tr><td><b>Bookmarks</b></td><td>{0}</td></tr></source> <translation><tr><td><b>Marcadores</b></td><td>{0}</td></tr></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2485"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2492"/> <source>Find Commit</source> <translation>Buscar Commit</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2485"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2492"/> <source>'{0}' was not found.</source> <translation>'{0}' no se ha encontrado.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="125"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="131"/> <source>File</source> <translation>Archivo</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="206"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="212"/> <source>Draft</source> <translation>Borrador</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="207"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="213"/> <source>Public</source> <translation>Público</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="208"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="214"/> <source>Secret</source> <translation>Secreto</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2205"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2212"/> <source>Pull Changes</source> <translation>Hacer Pull de Cambios</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="309"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="318"/> <source>Pull changes from a remote repository</source> <translation>Hacer pull de cambios desde un repositorio remoto</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="322"/> - <source>Push Selected Changes</source> - <translation>Hacer Pull de Cambios Seleccionados</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="325"/> - <source>Push changes of the selected changeset and its ancestors to a remote repository</source> - <translation>Hacer push de cambios del changeset seleccionado y sus ancestores a un repositorio remoto</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="328"/> - <source>Push All Changes</source> - <translation>Hacer Push de Todos los Cambios</translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="331"/> + <source>Push Selected Changes</source> + <translation>Hacer Pull de Cambios Seleccionados</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="334"/> + <source>Push changes of the selected changeset and its ancestors to a remote repository</source> + <translation>Hacer push de cambios del changeset seleccionado y sus ancestores a un repositorio remoto</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="337"/> + <source>Push All Changes</source> + <translation>Hacer Push de Todos los Cambios</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="340"/> <source>Push all changes to a remote repository</source> <translation>Hacer push de todos los cambios a un repositorio remoto</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2170"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2177"/> <source>Fetch Changes</source> <translation>Fetch (recuperación) de cambios</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2251"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2258"/> <source>Strip Changesets</source> <translation>Hacer strip de Changesets</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="317"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="326"/> <source>Fetch changes from a remote repository</source> <translation>Fetch (recuperación) de cambios desde un repositorio remoto</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="374"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="383"/> <source>Strip changesets from a repository</source> <translation>Hacer strip de changesets desde un repositorio remoto</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="293"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="302"/> <source>Define Bookmark...</source> <translation>Definir marcador...</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="296"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="305"/> <source>Bookmark the selected revision</source> <translation>Establecer marcador para la revisión seleccionada</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="298"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="307"/> <source>Move Bookmark...</source> <translation>Mover Marcador...</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="301"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="310"/> <source>Move bookmark to the selected revision</source> <translation>Mover marcador a la revisión seleccionada</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2095"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2102"/> <source>Define Bookmark</source> <translation>Definir Marcador</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2095"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2102"/> <source>Enter bookmark name for changeset "{0}":</source> <translation>Introducir nombre de marcador para el changeset "{0}":</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2119"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2126"/> <source>Move Bookmark</source> <translation>Mover Marcador</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2119"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2126"/> <source>Select the bookmark to be moved to changeset "{0}":</source> <translation>Seleccionar el marcador a mover al changeset "{0}":</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2058"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2065"/> <source>Select bookmark to switch to (leave empty to use revision):</source> <translation>Seleccionar marcador al que cambiar (dejar vacío para usar revisión):</translation> </message> @@ -30689,149 +30729,149 @@ <translation>Pulsar para mover hacia abajo en el listado de log</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="167"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="173"/> <source><tr><td><b>Latest Tag</b></td><td>{0}</td></tr></source> <translation><tr><td><b>Último Tag</b></td><td>{0}</td></tr></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="148"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="154"/> <source><table><tr><td><b>Revision</b></td><td>{0}</td></tr><tr><td><b>Date</b></td><td>{1}</td></tr><tr><td><b>Author</b></td><td>{2}</td></tr><tr><td><b>Branch</b></td><td>{3}</td></tr>{4}<tr><td><b>Message</b></td><td>{5}</td></tr></table></source> <translation><table><tr><td><b>Revisión</b></td><td>{0}</td></tr><tr><td><b>Fecha</b></td><td>{1}</td></tr><tr><td><b>Autor</b></td><td>{2}</td></tr><tr><td><b>Branch</b></td><td>{3}</td></tr>{4}<tr><td><b>Mensaje</b></td><td>{5}</td></tr></table></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="158"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="164"/> <source><tr><td><b>Parents</b></td><td>{0}</td></tr></source> <translation><tr><td><b>Padres</b></td><td>{0}</td></tr></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="161"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="167"/> <source><tr><td><b>Children</b></td><td>{0}</td></tr></source> <translation><tr><td><b>Hijos</b></td><td>{0}</td></tr></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="260"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="269"/> <source>Merge with Changeset</source> <translation>Hacer merge con Chageset</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="263"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="272"/> <source>Merge the working directory with the selected changeset</source> <translation>Hacer merge del directorio de trabajo con el changeset seleccionado</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="336"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="345"/> <source>Create Changegroup</source> <translation>Crear Changegroup</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="339"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="348"/> <source>Create a changegroup file containing the selected changesets</source> <translation>Crear un archivo de changegroup conteniendo los changesets seleccionados</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="341"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="350"/> <source><b>Create Changegroup</b> <p>This creates a changegroup file containing the selected revisions. If no revisions are selected, all changesets will be bundled. If one revision is selected, it will be interpreted as the base revision. Otherwise the lowest revision will be used as the base revision and all other revision will be bundled. If the dialog is showing outgoing changesets, all selected changesets will be bundled.</p></source> <translation><b>Crear Changegroup</b> <p>Esto crea un archivo de changegroup que contiene las revisiones seleccionadas. Si no se han seleccionado revisiones, se incluirán todos los changesets. Si se ha seleccionado una revisión, se tomará como revisión base. En cualquier otro lugar, la revisión más baja se usará como revisión base y todas las otras revisiones se incluirán en el archivo. Si el diálogo muestra changesets salientes, todos los changesets seleccionados se incluirán en el archivo.</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2343"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2350"/> <source>Apply Changegroup</source> <translation>Aplicar Changegroup</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="353"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="362"/> <source>Apply the currently viewed changegroup file</source> <translation>Aplicar el archivo de changegroup mostrado actualmente</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="358"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="367"/> <source>Sign Revisions</source> <translation>Firmar Revisiones</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="361"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="370"/> <source>Add a signature for the selected revisions</source> <translation>Añadir una firma para las revisiones seleccionadas</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="363"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="372"/> <source>Verify Signatures</source> <translation>Verificar Firmas</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="366"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="375"/> <source>Verify all signatures there may be for the selected revision</source> <translation>Verificar todas las firmas que puede haber para la revisión seleccionada</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="379"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="388"/> <source>Select All Entries</source> <translation>Seleccionar Todas las Entradas</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="381"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="390"/> <source>Deselect All Entries</source> <translation>Quitar Selección de Todas las Entradas</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1369"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1376"/> <source>Side-by-Side Diff to Parent {0}</source> <translation>Mostrar Diff lado a lado con el Parent {0}</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1380"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1387"/> <source><a href="sbsdiff:{0}_{1}">Side-by-Side Compare</a></source> <translation><a href="sbsdiff:{0}_{1}">Comparar lado a lado</a></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1521"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1528"/> <source>Pull Selected Changes</source> <translation>Hacer Pull de Cambios Seleccionados</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1522"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1529"/> <source>Fetch Selected Changes</source> <translation>Hacer Fetch de Cambios Seleccionados</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2529"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2536"/> <source>Differences</source> <translation>Diferencias</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2539"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2546"/> <source>Differences to Parent {0}</source> <translation>Diferencias con el Parent {0}</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2555"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2562"/> <source>Diff to Parent {0}{1}</source> <translation>Diff con el Parent {0}{1}</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2580"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2587"/> <source>There is no difference.</source> <translation>No hay ninguna diferencia.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2723"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2730"/> <source>Save Diff</source> <translation>Guardar Diff</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2690"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2697"/> <source>Patch Files (*.diff)</source> <translation>Archivos de Parche (*.diff)</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2707"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2714"/> <source><p>The patch file <b>{0}</b> already exists. Overwrite it?</p></source> <translation><p>El archivo de parche <b>{0}</b> ya existe. ¿Desea sobreescribirlo?</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2723"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2730"/> <source><p>The patch file <b>{0}</b> could not be saved.<br>Reason: {1}</p></source> <translation><p>El archivo de parche <b>{0}</b> no puede ser guardado.<br />Causa: {1}</p></translation> </message> @@ -30841,22 +30881,22 @@ <translation><a href="save:me">Guardar</a></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2528"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2535"/> <source>Generating differences ...</source> <translation>Generando diferencias ...</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="98"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="104"/> <source>Mercurial Full Log</source> <translation>Registro completo de Mercurial</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="280"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="289"/> <source>Close Heads</source> <translation>Cerrar Heads</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="283"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="292"/> <source>Close the selected heads</source> <translation>Cerrar las heads seleccionadas</translation> </message> @@ -47857,7 +47897,7 @@ <translation>Obteniendo packages antiguos...</translation> </message> <message numerus="yes"> - <location filename="../PipInterface/PipPackagesWidget.py" line="635"/> + <location filename="../PipInterface/PipPackagesWidget.py" line="645"/> <source>%n package(s) found.</source> <translation> <numerusform>%n package encontrado.</numerusform> @@ -47865,102 +47905,102 @@ </translation> </message> <message> - <location filename="../PipInterface/PipPackagesWidget.py" line="888"/> + <location filename="../PipInterface/PipPackagesWidget.py" line="898"/> <source>Search PyPI</source> <translation>Buscar PyPI</translation> </message> <message> - <location filename="../PipInterface/PipPackagesWidget.py" line="673"/> + <location filename="../PipInterface/PipPackagesWidget.py" line="683"/> <source><p>The package search did not return anything.</p></source> <translation><p>La búsqueda de packages no ha devuelto nada.</p></translation> </message> <message> - <location filename="../PipInterface/PipPackagesWidget.py" line="710"/> + <location filename="../PipInterface/PipPackagesWidget.py" line="720"/> <source><p>The package search failed.</p><p>Reason: {0}</p></source> <translation><p>La búsqueda de packages ha fallado.</p><p>Razón: {0}</p></translation> </message> <message> - <location filename="../PipInterface/PipPackagesWidget.py" line="715"/> + <location filename="../PipInterface/PipPackagesWidget.py" line="725"/> <source>Error: {0}</source> <translation>Error: {0}</translation> </message> <message> - <location filename="../PipInterface/PipPackagesWidget.py" line="848"/> + <location filename="../PipInterface/PipPackagesWidget.py" line="858"/> <source>Show Package Details</source> <translation>Mostrar Detalles del Package</translation> </message> <message> - <location filename="../PipInterface/PipPackagesWidget.py" line="848"/> + <location filename="../PipInterface/PipPackagesWidget.py" line="858"/> <source>Select the package version:</source> <translation>Seleccionar versión del package:</translation> </message> <message> - <location filename="../PipInterface/PipPackagesWidget.py" line="888"/> + <location filename="../PipInterface/PipPackagesWidget.py" line="898"/> <source><p>No package details info for <b>{0}</b> available.</p></source> <translation><p>No hay info de detalles de package disponible para <b>{0}</b>.</p></translation> </message> <message> - <location filename="../PipInterface/PipPackagesWidget.py" line="904"/> + <location filename="../PipInterface/PipPackagesWidget.py" line="914"/> <source>Install Pip</source> <translation>Instalar Pip</translation> </message> <message> - <location filename="../PipInterface/PipPackagesWidget.py" line="907"/> - <source>Install Pip to User-Site</source> - <translation>Instalar Pip en el Sitio de Usuario</translation> - </message> - <message> - <location filename="../PipInterface/PipPackagesWidget.py" line="910"/> - <source>Repair Pip</source> - <translation>Reparar Pip</translation> - </message> - <message> - <location filename="../PipInterface/PipPackagesWidget.py" line="1005"/> - <source>Install Packages</source> - <translation>Instalar Packages</translation> - </message> - <message> <location filename="../PipInterface/PipPackagesWidget.py" line="917"/> - <source>Install Local Package</source> - <translation>Instalar Package Local</translation> - </message> - <message> - <location filename="../PipInterface/PipPackagesWidget.py" line="921"/> - <source>Install Requirements</source> - <translation>Instalar Requisitos</translation> - </message> - <message> - <location filename="../PipInterface/PipPackagesWidget.py" line="924"/> - <source>Uninstall Requirements</source> - <translation>Desinstalar Requisitos</translation> + <source>Install Pip to User-Site</source> + <translation>Instalar Pip en el Sitio de Usuario</translation> + </message> + <message> + <location filename="../PipInterface/PipPackagesWidget.py" line="920"/> + <source>Repair Pip</source> + <translation>Reparar Pip</translation> + </message> + <message> + <location filename="../PipInterface/PipPackagesWidget.py" line="1015"/> + <source>Install Packages</source> + <translation>Instalar Packages</translation> </message> <message> <location filename="../PipInterface/PipPackagesWidget.py" line="927"/> + <source>Install Local Package</source> + <translation>Instalar Package Local</translation> + </message> + <message> + <location filename="../PipInterface/PipPackagesWidget.py" line="931"/> + <source>Install Requirements</source> + <translation>Instalar Requisitos</translation> + </message> + <message> + <location filename="../PipInterface/PipPackagesWidget.py" line="934"/> + <source>Uninstall Requirements</source> + <translation>Desinstalar Requisitos</translation> + </message> + <message> + <location filename="../PipInterface/PipPackagesWidget.py" line="937"/> <source>Generate Requirements...</source> <translation>Generar Requisitos...</translation> </message> <message> - <location filename="../PipInterface/PipPackagesWidget.py" line="932"/> + <location filename="../PipInterface/PipPackagesWidget.py" line="942"/> <source>Edit User Configuration...</source> <translation>Editar Configuración de Usuario...</translation> </message> <message> - <location filename="../PipInterface/PipPackagesWidget.py" line="935"/> + <location filename="../PipInterface/PipPackagesWidget.py" line="945"/> <source>Edit Environment Configuration...</source> <translation>Editar Configuración de Entorno...</translation> </message> <message> - <location filename="../PipInterface/PipPackagesWidget.py" line="940"/> + <location filename="../PipInterface/PipPackagesWidget.py" line="950"/> <source>Configure...</source> <translation>Configurar...</translation> </message> <message> - <location filename="../PipInterface/PipPackagesWidget.py" line="1118"/> + <location filename="../PipInterface/PipPackagesWidget.py" line="1128"/> <source>Edit Configuration</source> <translation>Editar Configuración</translation> </message> <message> - <location filename="../PipInterface/PipPackagesWidget.py" line="1118"/> + <location filename="../PipInterface/PipPackagesWidget.py" line="1128"/> <source>No valid configuration path determined. Aborting</source> <translation>No hay una ruta válida de configuración determinada. Abortando</translation> </message> @@ -49227,17 +49267,17 @@ <context> <name>Preferences</name> <message> - <location filename="../Preferences/__init__.py" line="1621"/> + <location filename="../Preferences/__init__.py" line="1624"/> <source>Export Preferences</source> <translation>Exportar Preferencias</translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1649"/> + <location filename="../Preferences/__init__.py" line="1652"/> <source>Import Preferences</source> <translation>Importar Preferencias</translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1649"/> + <location filename="../Preferences/__init__.py" line="1652"/> <source>Properties File (*.ini);;All Files (*)</source> <translation>Archivo de Propiedades (*.ini);;Todos los archivos (*)</translation> </message> @@ -51292,7 +51332,7 @@ <context> <name>ProjectFormsBrowser</name> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="1021"/> + <location filename="../Project/ProjectFormsBrowser.py" line="1029"/> <source>Forms</source> <translation>Formularios</translation> </message> @@ -51427,72 +51467,72 @@ <translation>Compilar formularios</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="630"/> + <location filename="../Project/ProjectFormsBrowser.py" line="637"/> <source>New Form</source> <translation>Formulario nuevo</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="585"/> + <location filename="../Project/ProjectFormsBrowser.py" line="592"/> <source>Select a form type:</source> <translation>Seleccione un tipo de formulario:</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="599"/> + <location filename="../Project/ProjectFormsBrowser.py" line="606"/> <source>Qt User-Interface Files (*.ui);;All Files (*)</source> <translation>Archivos de Interfaz de Usuario (*.ui);;Todos los Archivos(*)</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="618"/> + <location filename="../Project/ProjectFormsBrowser.py" line="625"/> <source>The file already exists! Overwrite it?</source> <translation>¿El archivo ya existe! ¿Sobreescribirlo?</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="658"/> + <location filename="../Project/ProjectFormsBrowser.py" line="665"/> <source>Delete forms</source> <translation>Borrar formularios</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="658"/> + <location filename="../Project/ProjectFormsBrowser.py" line="665"/> <source>Do you really want to delete these forms from the project?</source> <translation>¿Realmente quiere borrar estos formularios del proyecto?</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="812"/> + <location filename="../Project/ProjectFormsBrowser.py" line="819"/> <source>Form Compilation</source> <translation>Compilación del Formulario</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="784"/> + <location filename="../Project/ProjectFormsBrowser.py" line="791"/> <source>The compilation of the form file was successful.</source> <translation>Se ha compilado satisfactoriamente el archivo de formulario.</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="812"/> + <location filename="../Project/ProjectFormsBrowser.py" line="819"/> <source>The compilation of the form file failed.</source> <translation>La compilación del archivo de formulario ha fallado.</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="886"/> + <location filename="../Project/ProjectFormsBrowser.py" line="894"/> <source>Process Generation Error</source> <translation>Error de Generación de Proceso</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="978"/> + <location filename="../Project/ProjectFormsBrowser.py" line="986"/> <source>Compiling forms...</source> <translation>Compilando formularios...</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="1017"/> + <location filename="../Project/ProjectFormsBrowser.py" line="1025"/> <source>Abort</source> <translation>Abortar</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="1017"/> + <location filename="../Project/ProjectFormsBrowser.py" line="1025"/> <source>Determining changed forms...</source> <translation>Determinando que formularios han cambiado...</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="1049"/> + <location filename="../Project/ProjectFormsBrowser.py" line="1057"/> <source>Compiling changed forms...</source> <translation>Compilando formularios que han cambiado...</translation> </message> @@ -51507,17 +51547,17 @@ <translation>Copiar Ruta al Portapapeles</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="630"/> + <location filename="../Project/ProjectFormsBrowser.py" line="637"/> <source><p>The new form file <b>{0}</b> could not be created.<br>Problem: {1}</p></source> <translation><p>El nuevo archivo de formulario <b>{0}</b> no ha podido ser creado.<br>Problema: {1}</p></translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="799"/> + <location filename="../Project/ProjectFormsBrowser.py" line="806"/> <source><p>The compilation of the form file failed.</p><p>Reason: {0}</p></source> <translation><p>La compilación del archivo de formulario ha fallado.</p><p>Causa: {0}</p></translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="886"/> + <location filename="../Project/ProjectFormsBrowser.py" line="894"/> <source>Could not start {0}.<br>Ensure that it is in the search path.</source> <translation>No se ha podido ejecutar {0}.<br>Verifique que está en la ruta de búsqueda (search path).</translation> </message> @@ -51572,20 +51612,15 @@ <translation>QStackedWidget</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="1017"/> + <location filename="../Project/ProjectFormsBrowser.py" line="1025"/> <source>%v/%m Forms</source> <translation>%v/%m Formularios</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="1102"/> + <location filename="../Project/ProjectFormsBrowser.py" line="352"/> <source>Configure uic Compiler</source> <translation>Configurar compilador uic</translation> </message> - <message> - <location filename="../Project/ProjectFormsBrowser.py" line="1102"/> - <source>No project specific uic compiler flags are supported for PySide or PySide2.</source> - <translation>No se soportan flags para el compilador uic específicos para el proyecto para PySide or PySide2.</translation> - </message> </context> <context> <name>ProjectInterfacesBrowser</name> @@ -52217,7 +52252,7 @@ <context> <name>ProjectResourcesBrowser</name> <message> - <location filename="../Project/ProjectResourcesBrowser.py" line="902"/> + <location filename="../Project/ProjectResourcesBrowser.py" line="896"/> <source>Resources</source> <translation>Recursos</translation> </message> @@ -52327,27 +52362,27 @@ <translation>La compilación del archivo de recursos ha fallado.</translation> </message> <message> - <location filename="../Project/ProjectResourcesBrowser.py" line="757"/> + <location filename="../Project/ProjectResourcesBrowser.py" line="751"/> <source>Process Generation Error</source> <translation>Error de Generación de Proceso</translation> </message> <message> - <location filename="../Project/ProjectResourcesBrowser.py" line="823"/> + <location filename="../Project/ProjectResourcesBrowser.py" line="817"/> <source>Compiling resources...</source> <translation>Compilando recursos...</translation> </message> <message> - <location filename="../Project/ProjectResourcesBrowser.py" line="898"/> + <location filename="../Project/ProjectResourcesBrowser.py" line="892"/> <source>Abort</source> <translation>Abortar</translation> </message> <message> - <location filename="../Project/ProjectResourcesBrowser.py" line="898"/> + <location filename="../Project/ProjectResourcesBrowser.py" line="892"/> <source>Determining changed resources...</source> <translation>Determinando que recursos han cambiado...</translation> </message> <message> - <location filename="../Project/ProjectResourcesBrowser.py" line="936"/> + <location filename="../Project/ProjectResourcesBrowser.py" line="930"/> <source>Compiling changed resources...</source> <translation>Compilando recursos que han cambiado...</translation> </message> @@ -52372,12 +52407,12 @@ <translation><p>La compilación del archivo de recursos ha fallado.</p><p>Causa: {0}</p></translation> </message> <message> - <location filename="../Project/ProjectResourcesBrowser.py" line="757"/> + <location filename="../Project/ProjectResourcesBrowser.py" line="751"/> <source>Could not start {0}.<br>Ensure that it is in the search path.</source> <translation>No se ha podido ejecutar {0}.<br>Verifique que está en la ruta de búsqueda (search path).</translation> </message> <message> - <location filename="../Project/ProjectResourcesBrowser.py" line="898"/> + <location filename="../Project/ProjectResourcesBrowser.py" line="892"/> <source>%v/%m Resources</source> <translation>%v/%m Recursos</translation> </message> @@ -58317,42 +58352,42 @@ <translation><b>Configurar Qt</b></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="84"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="90"/> <source>Qt Tools</source> <translation>Herramientas Qt</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="163"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="169"/> <source>This gives an example of the complete tool name</source> <translation>Proporciona un ejemplo del nombre completo de la herramienta</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="166"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="172"/> <source>designer</source> <translation>designer</translation> </message> <message> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="49"/> + <source><font color="#FF0000"><b>Note:</b> This setting is activated at the next startup of the application.</font></source> + <translation><font color="#FF0000"><b>Nota:</b> Estas opciones de configuración serán activadas la siguiente vez que se inicie la aplicación.</font></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="123"/> + <source>The tool executable is composed of the prefix, the tool name and the postfix. For win, the extension is added automatically.</source> + <translation>El ejecutable de la herramienta se compone del prefijo, el nombre de la herramienta y el postfijo. Para win, la extensión se añade automáticamente.</translation> + </message> + <message> <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="43"/> - <source><font color="#FF0000"><b>Note:</b> This setting is activated at the next startup of the application.</font></source> - <translation><font color="#FF0000"><b>Nota:</b> Estas opciones de configuración serán activadas la siguiente vez que se inicie la aplicación.</font></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="117"/> - <source>The tool executable is composed of the prefix, the tool name and the postfix. For win, the extension is added automatically.</source> - <translation>El ejecutable de la herramienta se compone del prefijo, el nombre de la herramienta y el postfijo. Para win, la extensión se añade automáticamente.</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="37"/> <source>Qt Translations Directory</source> <translation>Directorio de Traducciones de Qt</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="59"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="65"/> <source>Enter the path of the Qt translations directory.</source> <translation>Introeucir la ruta del directorio de traducciones de Qt.</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="66"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="72"/> <source><b>Note:</b> Leave this entry empty to use an environment variable or the path compiled into the Qt library. Environment variables supported are <ul> <li>QT4TRANSLATIONSDIR for Qt4</li> @@ -58367,70 +58402,100 @@ </ul></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="129"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="135"/> <source>Qt-Prefix:</source> <translation>Prefijo de Qt:</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="136"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="142"/> <source>Enter the prefix for the Qt tools name</source> <translation>Introducir el prefijo para nombre de las herramientas Qt</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="143"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="149"/> <source>Qt-Postfix:</source> <translation>Postfijo de Qt:</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="150"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="156"/> <source>Enter the postfix for the Qt tools name</source> <translation>Introducir el postfijo para nombre de las herramientas Qt</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="210"/> - <source>pyuic / pyside-uic Options</source> - <translation>Opciones de pyuic / pyside-uic</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="216"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="226"/> <source>Indent Width:</source> <translation>Ancho de indentación:</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="223"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="233"/> <source>Select the indent width (default: 4)</source> <translation>Seleccionar el ancho de indentación (valor por defecto: 4)</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="255"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="327"/> <source>Generate imports relative to '.'</source> <translation>Generar imports relativos a '.'</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="184"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="296"/> <source>Tools Directory:</source> <translation>Directorio de las Herramientas:</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="108"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="114"/> <source>Enter the path of the Qt tools directory, if they are not found.</source> <translation>Introducir la ruta del directorio de las herramientas Qt, si no se encuentran automáticamente.</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="178"/> - <source>PyQt Tools</source> - <translation>Herramientas PyQt</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="200"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="211"/> <source>Enter the path of the PyQt tools directory, if they are not found.</source> <translation>Introducir la ruta del directorio de las herramientas PyQt, si no se encuentran automáticamente.</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.py" line="67"/> + <location filename="../Preferences/ConfigurationPages/QtPage.py" line="87"/> <source>Sample: {0}designer{1}</source> <translation>Muestra: {0}designer{1}</translation> </message> + <message> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="312"/> + <source>Enter the path of the PySide2 tools directory, if they are not found.</source> + <translation>Introducir la ruta del directorio de las herramientas PySide2, si no se encuentran automáticamente.</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="37"/> + <source>Qt</source> + <translation>Qt</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="187"/> + <source>PyQt</source> + <translation>PyQt</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="220"/> + <source>pyuic Options</source> + <translation>Opciones de pyuic</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="272"/> + <source>Select to generate extra code to test and display the form</source> + <translation>Seleccionar para generar el código extra para probar y mostrar el formulario</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="275"/> + <source>Generate Extra Test Code</source> + <translation>Gemerar Código Extra de Prueba</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="288"/> + <source>PySide2</source> + <translation>PySide2</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="321"/> + <source>pyside2-uic Options</source> + <translation>Opciones de pyside2-uic</translation> + </message> </context> <context> <name>Queues</name> @@ -74601,7 +74666,7 @@ <translation><b>Atajos de Teclado</b><p>Establezca los atajos de teclado para la aplicación con sus valores preferidos.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6329"/> + <location filename="../UI/UserInterface.py" line="6327"/> <source>Export Keyboard Shortcuts</source> <translation>Exportar Atajos de Teclado</translation> </message> @@ -74621,7 +74686,7 @@ <translation><b>Exportar Atajos de Teclado</b><p>Exporte los atajos de teclado de la aplicación.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6353"/> + <location filename="../UI/UserInterface.py" line="6351"/> <source>Import Keyboard Shortcuts</source> <translation>Importar Atajos de Teclado</translation> </message> @@ -74826,7 +74891,7 @@ <translation>Plugins</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7326"/> + <location filename="../UI/UserInterface.py" line="7324"/> <source></table></source> <translation></table></translation> </message> @@ -74901,47 +74966,47 @@ <translation><P>El punto de entrada de documentación de PyQt4 no ha sido configurado.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6523"/> + <location filename="../UI/UserInterface.py" line="6521"/> <source>Save tasks</source> <translation>Guardar tareas</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6552"/> + <location filename="../UI/UserInterface.py" line="6550"/> <source>Read tasks</source> <translation>Leer tareas</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6916"/> + <location filename="../UI/UserInterface.py" line="6914"/> <source>Drop Error</source> <translation>Error de volcado</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7287"/> + <location filename="../UI/UserInterface.py" line="7285"/> <source>Error during updates check</source> <translation>Error durante la verificación de actualización</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7101"/> + <location filename="../UI/UserInterface.py" line="7099"/> <source>&Cancel</source> <translation>&Cancelar</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7268"/> + <location filename="../UI/UserInterface.py" line="7266"/> <source>Update available</source> <translation>Actualizaciones disponibles</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7287"/> + <location filename="../UI/UserInterface.py" line="7285"/> <source>Could not perform updates check.</source> <translation>No se puede llevar a cabo la verificación de actualizaciones.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7311"/> + <location filename="../UI/UserInterface.py" line="7309"/> <source><h3>Available versions</h3><table></source> <translation><h3>Versiones disponibles</h3><table></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7363"/> + <location filename="../UI/UserInterface.py" line="7361"/> <source>First time usage</source> <translation>Usado por primera vez</translation> </message> @@ -75016,12 +75081,12 @@ <translation>Visor de &Multiproyecto</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6648"/> + <location filename="../UI/UserInterface.py" line="6646"/> <source>Save session</source> <translation>Guardar sesión</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6632"/> + <location filename="../UI/UserInterface.py" line="6630"/> <source>Read session</source> <translation>Cargar sesión</translation> </message> @@ -75365,32 +75430,32 @@ <translation><P>El punto de entrada de documentación "<b>{0}</b>" no ha podido encontrarse.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6523"/> + <location filename="../UI/UserInterface.py" line="6521"/> <source><p>The tasks file <b>{0}</b> could not be written.</p></source> <translation><p>El archivo de tareas <b>{0}</b> no pudo ser guardado.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6552"/> + <location filename="../UI/UserInterface.py" line="6550"/> <source><p>The tasks file <b>{0}</b> could not be read.</p></source> <translation><p>El archivo de tareas <b>{0}</b> no puede leerse.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6586"/> + <location filename="../UI/UserInterface.py" line="6584"/> <source><p>The session file <b>{0}</b> could not be written.</p></source> <translation><p>El archivo de sesión <b>{0}</b> no ha podido guardarse.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6632"/> + <location filename="../UI/UserInterface.py" line="6630"/> <source><p>The session file <b>{0}</b> could not be read.</p></source> <translation><p>El archivo de sesión <b></b> no ha podido ser leído.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6916"/> + <location filename="../UI/UserInterface.py" line="6914"/> <source><p><b>{0}</b> is not a file.</p></source> <translation><p><b>{0}</b> no es un archivo.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7110"/> + <location filename="../UI/UserInterface.py" line="7108"/> <source>Trying host {0}</source> <translation>Probando host {0}</translation> </message> @@ -75425,7 +75490,7 @@ <translation>Alt+Shift+B</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6353"/> + <location filename="../UI/UserInterface.py" line="6351"/> <source>Keyboard shortcut file (*.e4k)</source> <translation>Archivo de atajos de teclado (*.e4k)</translation> </message> @@ -75465,27 +75530,27 @@ <translation><b>Documentación de Python 2</b><p>Mostrar la documentación de Python 2. Si no se ha configurado un directorio con esta documentación, la ubicación de la documentación de Python 2 se asumirá en el directorio de documentación bajo la ubicación del ejecutable configurado de Python 2 en Windows, y en <i>/usr/share/doc/packages/python/html/python-docs-html</i> para Unix. Establezca el valor de la variable de entorno PYTHON2DOCDIR para sobreescribir estas opciones. </p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7176"/> + <location filename="../UI/UserInterface.py" line="7174"/> <source>Error getting versions information</source> <translation>Error al obtener información de versiones</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7169"/> + <location filename="../UI/UserInterface.py" line="7167"/> <source>The versions information could not be downloaded. Please go online and try again.</source> <translation>La información de versiones no se ha podido descargar. Póngase online por favor e inténtelo de nuevo.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6121"/> + <location filename="../UI/UserInterface.py" line="6119"/> <source>Open Browser</source> <translation>Abrir Navegador</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6121"/> + <location filename="../UI/UserInterface.py" line="6119"/> <source>Could not start a web browser</source> <translation>No se ha podido iniciar el navegador web</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7176"/> + <location filename="../UI/UserInterface.py" line="7174"/> <source>The versions information could not be downloaded for the last 7 days. Please go online and try again.</source> <translation>La información de versiones no se ha podido descargar en los últimos 7 días. Póngase por favor online e inténtelo de nuevo.</translation> </message> @@ -75576,7 +75641,7 @@ <translation><p>No se ha podido ejecutar la herramienta de Captura de Pantalla.<br>Asegúrese de que esta disponible como <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7382"/> + <location filename="../UI/UserInterface.py" line="7380"/> <source>Select Workspace Directory</source> <translation>Seleccionar Directorio para el Espacio de Trabajo</translation> </message> @@ -75951,7 +76016,7 @@ <translation><b>Documentación de Python 3</b><p>Mostrar la documentación de Python 3. Si no se ha configurado un directorio con lesta documentación, la ubicación de la documentación de Python 3 se asumirá en el directorio de documentación bajo la ubicación del ejecutable de Python 3 en Windows, y en <i>/usr/share/doc/packages/python/html</i> para Unix. Establezca el valor de la variable de entorno PYTHON3DOCDIR para sobreescribir estas opciones. </p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7101"/> + <location filename="../UI/UserInterface.py" line="7099"/> <source>%v/%m</source> <translation>%v/%m</translation> </message> @@ -75971,7 +76036,7 @@ <translation><b>Mostrar registro de errores...</b><p>Abre un diálogo mostrando el registro más reciente de errores.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7105"/> + <location filename="../UI/UserInterface.py" line="7103"/> <source>Version Check</source> <translation>Verificación de Versión</translation> </message> @@ -76046,22 +76111,22 @@ <translation>Qt v.3 no está soportado por eric6.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7268"/> + <location filename="../UI/UserInterface.py" line="7266"/> <source>The update to <b>{0}</b> of eric6 is available at <b>{1}</b>. Would you like to get it?</source> <translation>La actualización para <b>{0}</b> de eric6 está disponible en <b>{1}</b>. ¿Le gustaría obtenerla?</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7280"/> + <location filename="../UI/UserInterface.py" line="7278"/> <source>Eric6 is up to date</source> <translation>Eric6 está actualizado</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7280"/> + <location filename="../UI/UserInterface.py" line="7278"/> <source>You are using the latest version of eric6</source> <translation>Está utilizando la última versión de eric6</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7363"/> + <location filename="../UI/UserInterface.py" line="7361"/> <source>eric6 has not been configured yet. The configuration dialog will be started.</source> <translation>Eric6 todavía no está configurado. El diálogo de configuración va a ser iniciado.</translation> </message> @@ -76081,7 +76146,7 @@ <translation>No se han Configurado Herramientas de Usuario</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7121"/> + <location filename="../UI/UserInterface.py" line="7119"/> <source>The versions information cannot not be downloaded because you are <b>offline</b>. Please go online and try again.</source> <translation>La información de versiones no se puede descargar porque está <b>sin línea</b>. Por favor, póngase en línea e inténtelo de nuevo.</translation> </message> @@ -76126,7 +76191,7 @@ <translation><b>Guardar sesión...</b><p>Guarda la sesión actual a disco. Se muestra un diálogo para seleccionar el nombre de archivo.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6670"/> + <location filename="../UI/UserInterface.py" line="6668"/> <source>Load session</source> <translation>Cargar sesión</translation> </message> @@ -76141,17 +76206,17 @@ <translation><b>Cargar sesión...</b><p>Carga una sesión guardada en disco anteriormente. Se muestra un diálogo para seleccionar el nombre de archivo.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6670"/> + <location filename="../UI/UserInterface.py" line="6668"/> <source>eric6 Session Files (*.e5s)</source> <translation>Archivos de Sesión de eric6 (*.e5s)</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6721"/> + <location filename="../UI/UserInterface.py" line="6719"/> <source>Crash Session found!</source> <translation>¡Se ha hallado una sesión perdida!</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6721"/> + <location filename="../UI/UserInterface.py" line="6719"/> <source>A session file of a crashed session was found. Shall this session be restored?</source> <translation>Se ha encontrado un archivo de sesió para una sesión perdida. ¿Desea restaurar esta sesión?</translation> </message> @@ -76166,17 +76231,17 @@ <translation>Inicializando Plugins...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7256"/> + <location filename="../UI/UserInterface.py" line="7254"/> <source>Update Check</source> <translation>Comprobación Actualización</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7256"/> + <location filename="../UI/UserInterface.py" line="7254"/> <source>You installed eric directly from the source code. There is no possibility to check for the availability of an update.</source> <translation>Ha instalado eric directamente a partir del código fuente. No es posible comprobar la disponibilidad de una actuación.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7246"/> + <location filename="../UI/UserInterface.py" line="7244"/> <source>You are using a snapshot release of eric6. A more up-to-date stable release might be available.</source> <translation>Ésta es una snapshot release the eric6. Una release estable más reciente podría estar disponible.</translation> </message> @@ -86422,12 +86487,12 @@ <context> <name>eric6</name> <message> - <location filename="../eric6.py" line="390"/> + <location filename="../eric6.py" line="391"/> <source>Starting...</source> <translation>Comenzando...</translation> </message> <message> - <location filename="../eric6.py" line="395"/> + <location filename="../eric6.py" line="396"/> <source>Generating Main Window...</source> <translation>Generando Ventana Principal...</translation> </message>
--- a/eric6/i18n/eric6_fr.ts Sat Mar 07 11:12:38 2020 +0100 +++ b/eric6/i18n/eric6_fr.ts Sun Apr 05 12:06:15 2020 +0200 @@ -29422,7 +29422,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3398"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3397"/> <source>Mercurial Command Server</source> <translation type="unfinished"></translation> </message> @@ -29432,7 +29432,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3398"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3397"/> <source><p>The Mercurial Command Server could not be started.</p><p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> @@ -29552,62 +29552,62 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3525"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3524"/> <source>Mercurial Bookmark</source> <translation type="unfinished">Signet Mercurial</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3547"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3546"/> <source>Delete Bookmark</source> <translation type="unfinished">Supprimer le signet</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3547"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3546"/> <source>Select the bookmark to be deleted:</source> <translation type="unfinished">Selectionner le signet à supprimer:</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3558"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3557"/> <source>Delete Mercurial Bookmark</source> <translation type="unfinished">Supprimer le signet Mercurial</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3591"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3590"/> <source>Rename Mercurial Bookmark</source> <translation type="unfinished">Renommer le signet Mercurial</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3633"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3632"/> <source>Move Mercurial Bookmark</source> <translation type="unfinished">Déplacer le signet Mercurial</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3727"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3726"/> <source>Pull Bookmark</source> <translation type="unfinished">Récuperer le signet</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3727"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3726"/> <source>Select the bookmark to be pulled:</source> <translation type="unfinished">Sélectionner le signet à récuperer:</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3739"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3738"/> <source>Pulling bookmark from a remote Mercurial repository</source> <translation type="unfinished">Récupérant le signet d'un dépôt Mercurial distant</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3771"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3770"/> <source>Push Bookmark</source> <translation type="unfinished">Envoyer signet</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3771"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3770"/> <source>Select the bookmark to be push:</source> <translation type="unfinished">Sélectionner le signet à envoyer:</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3783"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3782"/> <source>Pushing bookmark to a remote Mercurial repository</source> <translation type="unfinished">À envoyer le signet à un dépôt Mercurial distant</translation> </message> @@ -30558,42 +30558,42 @@ <context> <name>HgClient</name> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="86"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="91"/> <source>The process {0} could not be started. Ensure, that it is in the search path.</source> <translation type="unfinished">Impossible de lancer le processus {0}. Assurez-vous qu'il est bien dans le chemin de recherche.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="133"/> - <source>Did not receive the 'hello' message.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="135"/> - <source>Received data on unexpected channel.</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="140"/> + <source>Did not receive the 'hello' message.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="142"/> + <source>Received data on unexpected channel.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="147"/> <source>Bad 'hello' message, expected 'capabilities: ' but got '{0}'.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="145"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="152"/> <source>'capabilities' message did not contain any capability.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="153"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="160"/> <source>Bad 'hello' message, expected 'encoding: ' but got '{0}'.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="158"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="165"/> <source>'encoding' message did not contain any encoding.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="352"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="383"/> <source>For message see output dialog.</source> <translation type="unfinished"></translation> </message> @@ -30995,27 +30995,27 @@ <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDialog.ui" line="73"/> <source>Input</source> - <translation type="obsolete">Entrée</translation> + <translation type="unfinished">Entrée</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDialog.ui" line="98"/> <source>&Send</source> - <translation type="obsolete">&Envoyer</translation> + <translation type="unfinished">&Envoyer</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDialog.ui" line="115"/> <source>Select to switch the input field to password mode</source> - <translation type="obsolete">Cocher pour basculer le champ d'entrée en mode Mot de Passe</translation> + <translation type="unfinished">Cocher pour basculer le champ d'entrée en mode Mot de Passe</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDialog.ui" line="118"/> <source>&Password Mode</source> - <translation type="obsolete">Mode Mot de &Passe</translation> + <translation type="unfinished">Mode Mot de &Passe</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDialog.ui" line="121"/> <source>Alt+P</source> - <translation type="obsolete">Alt+P</translation> + <translation type="unfinished">Alt+P</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDialog.py" line="172"/> @@ -31027,6 +31027,31 @@ <source>The process {0} could not be started. Ensure, that it is in the search path.</source> <translation type="obsolete">Impossible de lancer le processus {0}. Assurez-vous qu'il est bien dans le chemin de recherche.</translation> </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDialog.ui" line="95"/> + <source>Press to send the input to the subversion process</source> + <translation type="obsolete">Cliquer pour envoyer l'entrée saisie au processus Subversion</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDialog.ui" line="101"/> + <source>Alt+S</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDialog.ui" line="108"/> + <source>Enter data to be sent to the subversion process</source> + <translation type="obsolete">Entrer les données à envoyer au processus Subversion</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDialog.ui" line="95"/> + <source>Press to send the input to the Mercurial process</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDialog.ui" line="108"/> + <source>Enter data to be sent to the Mercurial process</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>HgDiffDialog</name> @@ -51207,17 +51232,17 @@ <context> <name>Preferences</name> <message> - <location filename="../Preferences/__init__.py" line="1621"/> + <location filename="../Preferences/__init__.py" line="1624"/> <source>Export Preferences</source> <translation>Export des préférences</translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1649"/> + <location filename="../Preferences/__init__.py" line="1652"/> <source>Import Preferences</source> <translation>Import des préférences</translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1649"/> + <location filename="../Preferences/__init__.py" line="1652"/> <source>Properties File (*.ini);;All Files (*)</source> <translation type="unfinished"></translation> </message> @@ -53272,7 +53297,7 @@ <context> <name>ProjectFormsBrowser</name> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="1021"/> + <location filename="../Project/ProjectFormsBrowser.py" line="1029"/> <source>Forms</source> <translation>Feuilles du projet</translation> </message> @@ -53347,42 +53372,42 @@ <translation>Contracter tous les répertoires</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="630"/> + <location filename="../Project/ProjectFormsBrowser.py" line="637"/> <source>New Form</source> <translation>Nouvelle feuille</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="585"/> + <location filename="../Project/ProjectFormsBrowser.py" line="592"/> <source>Select a form type:</source> <translation>Sélectionner un type de feuille:</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="812"/> + <location filename="../Project/ProjectFormsBrowser.py" line="819"/> <source>Form Compilation</source> <translation>Compilation</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="784"/> + <location filename="../Project/ProjectFormsBrowser.py" line="791"/> <source>The compilation of the form file was successful.</source> <translation>La compilation de la feuille a réussi.</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="812"/> + <location filename="../Project/ProjectFormsBrowser.py" line="819"/> <source>The compilation of the form file failed.</source> <translation>La compilation de la feuille a échoué.</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="886"/> + <location filename="../Project/ProjectFormsBrowser.py" line="894"/> <source>Process Generation Error</source> <translation>Erreur du processus</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="978"/> + <location filename="../Project/ProjectFormsBrowser.py" line="986"/> <source>Compiling forms...</source> <translation>Compilation des feuilles...</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="1017"/> + <location filename="../Project/ProjectFormsBrowser.py" line="1025"/> <source>Abort</source> <translation>Abandon</translation> </message> @@ -53402,12 +53427,12 @@ <translation>Compiler les feuilles</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="658"/> + <location filename="../Project/ProjectFormsBrowser.py" line="665"/> <source>Delete forms</source> <translation>Supprimer les feuilles</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="658"/> + <location filename="../Project/ProjectFormsBrowser.py" line="665"/> <source>Do you really want to delete these forms from the project?</source> <translation>Voulez-vous vraiment supprimer ces feuilles du projet?</translation> </message> @@ -53437,17 +53462,17 @@ <translation>Boite de dialogue avec boutons (Bas-Centre)</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="1017"/> + <location filename="../Project/ProjectFormsBrowser.py" line="1025"/> <source>Determining changed forms...</source> <translation>Détermination des feuilles modifiées...</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="1049"/> + <location filename="../Project/ProjectFormsBrowser.py" line="1057"/> <source>Compiling changed forms...</source> <translation>Compilation des feuilles modifiées...</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="618"/> + <location filename="../Project/ProjectFormsBrowser.py" line="625"/> <source>The file already exists! Overwrite it?</source> <translation>Le fichier existe déjà! Ecraser ?</translation> </message> @@ -53472,7 +53497,7 @@ <translation>Ouvrir</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="599"/> + <location filename="../Project/ProjectFormsBrowser.py" line="606"/> <source>Qt User-Interface Files (*.ui);;All Files (*)</source> <translation>Fichiers Qt User-Interface (*.ui);;Tous fichiers(*)</translation> </message> @@ -53487,17 +53512,17 @@ <translation type="unfinished">Copier chemin dans le Presse-Papiers</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="630"/> + <location filename="../Project/ProjectFormsBrowser.py" line="637"/> <source><p>The new form file <b>{0}</b> could not be created.<br>Problem: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="799"/> + <location filename="../Project/ProjectFormsBrowser.py" line="806"/> <source><p>The compilation of the form file failed.</p><p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="886"/> + <location filename="../Project/ProjectFormsBrowser.py" line="894"/> <source>Could not start {0}.<br>Ensure that it is in the search path.</source> <translation type="unfinished"></translation> </message> @@ -53552,20 +53577,15 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="1017"/> + <location filename="../Project/ProjectFormsBrowser.py" line="1025"/> <source>%v/%m Forms</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="1102"/> + <location filename="../Project/ProjectFormsBrowser.py" line="352"/> <source>Configure uic Compiler</source> <translation type="unfinished"></translation> </message> - <message> - <location filename="../Project/ProjectFormsBrowser.py" line="1102"/> - <source>No project specific uic compiler flags are supported for PySide or PySide2.</source> - <translation type="unfinished"></translation> - </message> </context> <context> <name>ProjectInterfacesBrowser</name> @@ -54197,7 +54217,7 @@ <context> <name>ProjectResourcesBrowser</name> <message> - <location filename="../Project/ProjectResourcesBrowser.py" line="902"/> + <location filename="../Project/ProjectResourcesBrowser.py" line="896"/> <source>Resources</source> <translation>Ressources</translation> </message> @@ -54302,27 +54322,27 @@ <translation>La compilation du fichier ressource a échoué.</translation> </message> <message> - <location filename="../Project/ProjectResourcesBrowser.py" line="757"/> + <location filename="../Project/ProjectResourcesBrowser.py" line="751"/> <source>Process Generation Error</source> <translation>Erreur du processus</translation> </message> <message> - <location filename="../Project/ProjectResourcesBrowser.py" line="823"/> + <location filename="../Project/ProjectResourcesBrowser.py" line="817"/> <source>Compiling resources...</source> <translation>Compilation des ressources...</translation> </message> <message> - <location filename="../Project/ProjectResourcesBrowser.py" line="898"/> + <location filename="../Project/ProjectResourcesBrowser.py" line="892"/> <source>Abort</source> <translation>Abandonner</translation> </message> <message> - <location filename="../Project/ProjectResourcesBrowser.py" line="898"/> + <location filename="../Project/ProjectResourcesBrowser.py" line="892"/> <source>Determining changed resources...</source> <translation>Détermination des fichiers ressource modifiés...</translation> </message> <message> - <location filename="../Project/ProjectResourcesBrowser.py" line="936"/> + <location filename="../Project/ProjectResourcesBrowser.py" line="930"/> <source>Compiling changed resources...</source> <translation>Compilation des fichiers ressource modifiés...</translation> </message> @@ -54352,12 +54372,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/ProjectResourcesBrowser.py" line="757"/> + <location filename="../Project/ProjectResourcesBrowser.py" line="751"/> <source>Could not start {0}.<br>Ensure that it is in the search path.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/ProjectResourcesBrowser.py" line="898"/> + <location filename="../Project/ProjectResourcesBrowser.py" line="892"/> <source>%v/%m Resources</source> <translation type="unfinished"></translation> </message> @@ -60321,42 +60341,42 @@ <translation><b>Configuration de Qt</b></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="84"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="90"/> <source>Qt Tools</source> <translation>Outils Qt</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="163"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="169"/> <source>This gives an example of the complete tool name</source> <translation>Ceci donne un exemple d'un nom complet d'outil Qt</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="166"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="172"/> <source>designer</source> <translation>designer</translation> </message> <message> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="49"/> + <source><font color="#FF0000"><b>Note:</b> This setting is activated at the next startup of the application.</font></source> + <translation><font color="#FF0000"><b>Note:</b> Cette propriété sera activée au prochain démarrage de l'application.</font></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="123"/> + <source>The tool executable is composed of the prefix, the tool name and the postfix. For win, the extension is added automatically.</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="43"/> - <source><font color="#FF0000"><b>Note:</b> This setting is activated at the next startup of the application.</font></source> - <translation><font color="#FF0000"><b>Note:</b> Cette propriété sera activée au prochain démarrage de l'application.</font></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="117"/> - <source>The tool executable is composed of the prefix, the tool name and the postfix. For win, the extension is added automatically.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="37"/> <source>Qt Translations Directory</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="59"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="65"/> <source>Enter the path of the Qt translations directory.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="66"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="72"/> <source><b>Note:</b> Leave this entry empty to use an environment variable or the path compiled into the Qt library. Environment variables supported are <ul> <li>QT4TRANSLATIONSDIR for Qt4</li> @@ -60366,70 +60386,100 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="129"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="135"/> <source>Qt-Prefix:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="136"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="142"/> <source>Enter the prefix for the Qt tools name</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="143"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="149"/> <source>Qt-Postfix:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="150"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="156"/> <source>Enter the postfix for the Qt tools name</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="210"/> - <source>pyuic / pyside-uic Options</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="216"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="226"/> <source>Indent Width:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="223"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="233"/> <source>Select the indent width (default: 4)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="255"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="327"/> <source>Generate imports relative to '.'</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="184"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="296"/> <source>Tools Directory:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="108"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="114"/> <source>Enter the path of the Qt tools directory, if they are not found.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="178"/> - <source>PyQt Tools</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="200"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="211"/> <source>Enter the path of the PyQt tools directory, if they are not found.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.py" line="67"/> + <location filename="../Preferences/ConfigurationPages/QtPage.py" line="87"/> <source>Sample: {0}designer{1}</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="312"/> + <source>Enter the path of the PySide2 tools directory, if they are not found.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="37"/> + <source>Qt</source> + <translation type="unfinished">Qt</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="187"/> + <source>PyQt</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="220"/> + <source>pyuic Options</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="272"/> + <source>Select to generate extra code to test and display the form</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="275"/> + <source>Generate Extra Test Code</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="288"/> + <source>PySide2</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="321"/> + <source>pyside2-uic Options</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>Queues</name> @@ -84513,12 +84563,12 @@ <translation type="obsolete">Entrer le nom d'une feuille de style</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/WebBrowserInterfacePage.py" line="36"/> + <location filename="../Preferences/ConfigurationPages/WebBrowserInterfacePage.py" line="37"/> <source>Qt Style Sheets (*.qss);;Cascading Style Sheets (*.css);;All files (*)</source> <translation type="unfinished">Feuilles Qt Style (*.qss);;Feuilles CSS (*.css);;Tous les fichiers (*)</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/WebBrowserInterfacePage.py" line="62"/> + <location filename="../Preferences/ConfigurationPages/WebBrowserInterfacePage.py" line="63"/> <source>System</source> <translation type="unfinished">Système</translation> </message> @@ -88490,12 +88540,12 @@ <context> <name>eric6</name> <message> - <location filename="../eric6.py" line="390"/> + <location filename="../eric6.py" line="391"/> <source>Starting...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../eric6.py" line="395"/> + <location filename="../eric6.py" line="396"/> <source>Generating Main Window...</source> <translation type="unfinished">Création de la fenêtre principale...</translation> </message>
--- a/eric6/i18n/eric6_it.ts Sat Mar 07 11:12:38 2020 +0100 +++ b/eric6/i18n/eric6_it.ts Sun Apr 05 12:06:15 2020 +0200 @@ -31446,7 +31446,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3398"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3397"/> <source>Mercurial Command Server</source> <translation type="unfinished"></translation> </message> @@ -31456,7 +31456,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3398"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3397"/> <source><p>The Mercurial Command Server could not be started.</p><p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> @@ -31576,62 +31576,62 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3525"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3524"/> <source>Mercurial Bookmark</source> <translation type="unfinished">Segnalibro Mercurial</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3547"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3546"/> <source>Delete Bookmark</source> <translation type="unfinished">Cancella segnalibro</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3547"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3546"/> <source>Select the bookmark to be deleted:</source> <translation type="unfinished">Seleziona il segnalibro da cancellare:</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3558"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3557"/> <source>Delete Mercurial Bookmark</source> <translation type="unfinished">Cancella Segnalibro Mercurial</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3591"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3590"/> <source>Rename Mercurial Bookmark</source> <translation type="unfinished">Rinomina Segnalibro Mercurial</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3633"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3632"/> <source>Move Mercurial Bookmark</source> <translation type="unfinished">Sposta Segnalibro Mercurial</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3727"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3726"/> <source>Pull Bookmark</source> <translation type="unfinished">Estrai Segnalibro</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3727"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3726"/> <source>Select the bookmark to be pulled:</source> <translation type="unfinished">Seleziona il segnalibro da estrarre:</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3739"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3738"/> <source>Pulling bookmark from a remote Mercurial repository</source> <translation type="unfinished">Etrae segnalibro da un repository Mercurial remoto</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3771"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3770"/> <source>Push Bookmark</source> <translation type="unfinished">Inserisce Segnalibro</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3771"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3770"/> <source>Select the bookmark to be push:</source> <translation type="unfinished">Seleziona il segnalibro da inserire:</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3783"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3782"/> <source>Pushing bookmark to a remote Mercurial repository</source> <translation type="unfinished">Inserisce segnalibro in un repository Mercurial remoto</translation> </message> @@ -32627,42 +32627,42 @@ <context> <name>HgClient</name> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="86"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="91"/> <source>The process {0} could not be started. Ensure, that it is in the search path.</source> <translation type="unfinished">Il processo {0} non può essere avviato. Assicurarsi che sia nel path.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="133"/> - <source>Did not receive the 'hello' message.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="135"/> - <source>Received data on unexpected channel.</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="140"/> + <source>Did not receive the 'hello' message.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="142"/> + <source>Received data on unexpected channel.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="147"/> <source>Bad 'hello' message, expected 'capabilities: ' but got '{0}'.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="145"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="152"/> <source>'capabilities' message did not contain any capability.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="153"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="160"/> <source>Bad 'hello' message, expected 'encoding: ' but got '{0}'.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="158"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="165"/> <source>'encoding' message did not contain any encoding.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="352"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="383"/> <source>For message see output dialog.</source> <translation type="unfinished"></translation> </message> @@ -33077,7 +33077,7 @@ <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDialog.ui" line="73"/> <source>Input</source> - <translation type="obsolete">Input</translation> + <translation type="unfinished">Input</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDialog.ui" line="95"/> @@ -33087,12 +33087,12 @@ <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDialog.ui" line="98"/> <source>&Send</source> - <translation type="obsolete">&Spedisci</translation> + <translation type="unfinished">&Spedisci</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDialog.ui" line="101"/> <source>Alt+S</source> - <translation type="obsolete">Alt+S</translation> + <translation type="unfinished">Alt+S</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDialog.ui" line="108"/> @@ -33102,17 +33102,17 @@ <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDialog.ui" line="115"/> <source>Select to switch the input field to password mode</source> - <translation type="obsolete">Seleziona per impostare il campo di input in modalità password</translation> + <translation type="unfinished">Seleziona per impostare il campo di input in modalità password</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDialog.ui" line="118"/> <source>&Password Mode</source> - <translation type="obsolete">Modo &Password</translation> + <translation type="unfinished">Modo &Password</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDialog.ui" line="121"/> <source>Alt+P</source> - <translation type="obsolete">Alt+P</translation> + <translation type="unfinished">Alt+P</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDialog.py" line="172"/> @@ -33124,6 +33124,26 @@ <source>The process {0} could not be started. Ensure, that it is in the search path.</source> <translation type="obsolete">Il processo {0} non può essere avviato. Assicurarsi che sia nel path.</translation> </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDialog.ui" line="95"/> + <source>Press to send the input to the subversion process</source> + <translation type="obsolete">Premi per mandare l'input al processo subversion</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDialog.ui" line="108"/> + <source>Enter data to be sent to the subversion process</source> + <translation type="obsolete">Inserisci i dati da mandare al processo subversion</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDialog.ui" line="95"/> + <source>Press to send the input to the Mercurial process</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDialog.ui" line="108"/> + <source>Enter data to be sent to the Mercurial process</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>HgDiffDialog</name> @@ -53597,17 +53617,17 @@ <context> <name>Preferences</name> <message> - <location filename="../Preferences/__init__.py" line="1621"/> + <location filename="../Preferences/__init__.py" line="1624"/> <source>Export Preferences</source> <translation>Esporta Preferenze</translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1649"/> + <location filename="../Preferences/__init__.py" line="1652"/> <source>Import Preferences</source> <translation>Importa Preferenze</translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1649"/> + <location filename="../Preferences/__init__.py" line="1652"/> <source>Properties File (*.ini);;All Files (*)</source> <translation>File proprietà (*.ini);;Tutti i file(*)</translation> </message> @@ -55662,7 +55682,7 @@ <context> <name>ProjectFormsBrowser</name> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="1021"/> + <location filename="../Project/ProjectFormsBrowser.py" line="1029"/> <source>Forms</source> <translation>Forms</translation> </message> @@ -55737,42 +55757,42 @@ <translation>Riduci tutte le directory</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="630"/> + <location filename="../Project/ProjectFormsBrowser.py" line="637"/> <source>New Form</source> <translation>Nuova form</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="585"/> + <location filename="../Project/ProjectFormsBrowser.py" line="592"/> <source>Select a form type:</source> <translation>Seleziona tipo form:</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="812"/> + <location filename="../Project/ProjectFormsBrowser.py" line="819"/> <source>Form Compilation</source> <translation>Compilazione form</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="784"/> + <location filename="../Project/ProjectFormsBrowser.py" line="791"/> <source>The compilation of the form file was successful.</source> <translation>La compilazione della form è avvenuta con successo.</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="812"/> + <location filename="../Project/ProjectFormsBrowser.py" line="819"/> <source>The compilation of the form file failed.</source> <translation>La compilazione della form è fallita.</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="886"/> + <location filename="../Project/ProjectFormsBrowser.py" line="894"/> <source>Process Generation Error</source> <translation>Errore Generazione Processo</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="978"/> + <location filename="../Project/ProjectFormsBrowser.py" line="986"/> <source>Compiling forms...</source> <translation>Compilazione form in corso...</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="1017"/> + <location filename="../Project/ProjectFormsBrowser.py" line="1025"/> <source>Abort</source> <translation>Termina</translation> </message> @@ -55792,12 +55812,12 @@ <translation>Compila le form</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="658"/> + <location filename="../Project/ProjectFormsBrowser.py" line="665"/> <source>Delete forms</source> <translation>Cancella le form</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="658"/> + <location filename="../Project/ProjectFormsBrowser.py" line="665"/> <source>Do you really want to delete these forms from the project?</source> <translation>Vuoi veramente cancellare queste form dal progetto ?</translation> </message> @@ -55827,17 +55847,17 @@ <translation>Dialogo con pulsanti (centrati in basso)</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="1017"/> + <location filename="../Project/ProjectFormsBrowser.py" line="1025"/> <source>Determining changed forms...</source> <translation>Determina form modificate...</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="1049"/> + <location filename="../Project/ProjectFormsBrowser.py" line="1057"/> <source>Compiling changed forms...</source> <translation>Compila le form modificate...</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="618"/> + <location filename="../Project/ProjectFormsBrowser.py" line="625"/> <source>The file already exists! Overwrite it?</source> <translation>Il file esiste già! Sovrascriverlo ?</translation> </message> @@ -55862,7 +55882,7 @@ <translation>Apri</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="599"/> + <location filename="../Project/ProjectFormsBrowser.py" line="606"/> <source>Qt User-Interface Files (*.ui);;All Files (*)</source> <translation>File interfaccia Qt (*.ui);;Tutti i file (*)</translation> </message> @@ -55877,17 +55897,17 @@ <translation>Copia il path nella Clipboard</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="630"/> + <location filename="../Project/ProjectFormsBrowser.py" line="637"/> <source><p>The new form file <b>{0}</b> could not be created.<br>Problem: {1}</p></source> <translation><p>Il nuovo file della form <b>{0}</b> non può essere creato.<br>Problema: {1}</p></translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="799"/> + <location filename="../Project/ProjectFormsBrowser.py" line="806"/> <source><p>The compilation of the form file failed.</p><p>Reason: {0}</p></source> <translation><p>La compilazione del file form è fallita.</p><p>Motivo: {0}</p></translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="886"/> + <location filename="../Project/ProjectFormsBrowser.py" line="894"/> <source>Could not start {0}.<br>Ensure that it is in the search path.</source> <translation>Non posso avviare {0}.<br>Assicurarsi che sia nel path.</translation> </message> @@ -55942,20 +55962,15 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="1017"/> + <location filename="../Project/ProjectFormsBrowser.py" line="1025"/> <source>%v/%m Forms</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="1102"/> + <location filename="../Project/ProjectFormsBrowser.py" line="352"/> <source>Configure uic Compiler</source> <translation type="unfinished"></translation> </message> - <message> - <location filename="../Project/ProjectFormsBrowser.py" line="1102"/> - <source>No project specific uic compiler flags are supported for PySide or PySide2.</source> - <translation type="unfinished"></translation> - </message> </context> <context> <name>ProjectInterfacesBrowser</name> @@ -56587,7 +56602,7 @@ <context> <name>ProjectResourcesBrowser</name> <message> - <location filename="../Project/ProjectResourcesBrowser.py" line="902"/> + <location filename="../Project/ProjectResourcesBrowser.py" line="896"/> <source>Resources</source> <translation>Risorse</translation> </message> @@ -56692,27 +56707,27 @@ <translation>La compilazione del file risorse è fallita.</translation> </message> <message> - <location filename="../Project/ProjectResourcesBrowser.py" line="757"/> + <location filename="../Project/ProjectResourcesBrowser.py" line="751"/> <source>Process Generation Error</source> <translation>Errore Generazione Processo</translation> </message> <message> - <location filename="../Project/ProjectResourcesBrowser.py" line="823"/> + <location filename="../Project/ProjectResourcesBrowser.py" line="817"/> <source>Compiling resources...</source> <translation>Compilazione risorse in corso...</translation> </message> <message> - <location filename="../Project/ProjectResourcesBrowser.py" line="898"/> + <location filename="../Project/ProjectResourcesBrowser.py" line="892"/> <source>Abort</source> <translation>Termina</translation> </message> <message> - <location filename="../Project/ProjectResourcesBrowser.py" line="898"/> + <location filename="../Project/ProjectResourcesBrowser.py" line="892"/> <source>Determining changed resources...</source> <translation>Determinazione risorse modificate...</translation> </message> <message> - <location filename="../Project/ProjectResourcesBrowser.py" line="936"/> + <location filename="../Project/ProjectResourcesBrowser.py" line="930"/> <source>Compiling changed resources...</source> <translation>Compilazione risorse modificate in corso...</translation> </message> @@ -56742,12 +56757,12 @@ <translation><p>La compilazione del file risorse è fallita.</p><p>Motivo: {0}</p></translation> </message> <message> - <location filename="../Project/ProjectResourcesBrowser.py" line="757"/> + <location filename="../Project/ProjectResourcesBrowser.py" line="751"/> <source>Could not start {0}.<br>Ensure that it is in the search path.</source> <translation>Non posso avviare {0}.<br>Assicurarsi che sia nel path.</translation> </message> <message> - <location filename="../Project/ProjectResourcesBrowser.py" line="898"/> + <location filename="../Project/ProjectResourcesBrowser.py" line="892"/> <source>%v/%m Resources</source> <translation>Risorse %v/%m</translation> </message> @@ -62748,42 +62763,42 @@ <translation><b>Configura Qt</b></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="84"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="90"/> <source>Qt Tools</source> <translation>Qt Tools</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="163"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="169"/> <source>This gives an example of the complete tool name</source> <translation>Fa un esempio del nome completo del tool</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="166"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="172"/> <source>designer</source> <translation>designer</translation> </message> <message> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="49"/> + <source><font color="#FF0000"><b>Note:</b> This setting is activated at the next startup of the application.</font></source> + <translation><font color="#FF0000"><b>Nota:</b> Queste impostazioni saranno attivate al prossimo avvio dell'applicazione.</font></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="123"/> + <source>The tool executable is composed of the prefix, the tool name and the postfix. For win, the extension is added automatically.</source> + <translation>L'eseguibile del tool e' composto dal predisso, il nome del tool e il suffizzo. Per win, l'estensione è aggiunta automaticamente.</translation> + </message> + <message> <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="43"/> - <source><font color="#FF0000"><b>Note:</b> This setting is activated at the next startup of the application.</font></source> - <translation><font color="#FF0000"><b>Nota:</b> Queste impostazioni saranno attivate al prossimo avvio dell'applicazione.</font></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="117"/> - <source>The tool executable is composed of the prefix, the tool name and the postfix. For win, the extension is added automatically.</source> - <translation>L'eseguibile del tool e' composto dal predisso, il nome del tool e il suffizzo. Per win, l'estensione è aggiunta automaticamente.</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="37"/> <source>Qt Translations Directory</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="59"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="65"/> <source>Enter the path of the Qt translations directory.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="66"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="72"/> <source><b>Note:</b> Leave this entry empty to use an environment variable or the path compiled into the Qt library. Environment variables supported are <ul> <li>QT4TRANSLATIONSDIR for Qt4</li> @@ -62793,70 +62808,100 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="129"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="135"/> <source>Qt-Prefix:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="136"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="142"/> <source>Enter the prefix for the Qt tools name</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="143"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="149"/> <source>Qt-Postfix:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="150"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="156"/> <source>Enter the postfix for the Qt tools name</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="210"/> - <source>pyuic / pyside-uic Options</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="216"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="226"/> <source>Indent Width:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="223"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="233"/> <source>Select the indent width (default: 4)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="255"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="327"/> <source>Generate imports relative to '.'</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="184"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="296"/> <source>Tools Directory:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="108"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="114"/> <source>Enter the path of the Qt tools directory, if they are not found.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="178"/> - <source>PyQt Tools</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="200"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="211"/> <source>Enter the path of the PyQt tools directory, if they are not found.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.py" line="67"/> + <location filename="../Preferences/ConfigurationPages/QtPage.py" line="87"/> <source>Sample: {0}designer{1}</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="312"/> + <source>Enter the path of the PySide2 tools directory, if they are not found.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="37"/> + <source>Qt</source> + <translation type="unfinished">Qt</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="187"/> + <source>PyQt</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="220"/> + <source>pyuic Options</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="272"/> + <source>Select to generate extra code to test and display the form</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="275"/> + <source>Generate Extra Test Code</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="288"/> + <source>PySide2</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="321"/> + <source>pyside2-uic Options</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>Queues</name> @@ -87013,12 +87058,12 @@ <translation type="obsolete">Inserisci il nome del foglio di stile</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/WebBrowserInterfacePage.py" line="36"/> + <location filename="../Preferences/ConfigurationPages/WebBrowserInterfacePage.py" line="37"/> <source>Qt Style Sheets (*.qss);;Cascading Style Sheets (*.css);;All files (*)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/WebBrowserInterfacePage.py" line="62"/> + <location filename="../Preferences/ConfigurationPages/WebBrowserInterfacePage.py" line="63"/> <source>System</source> <translation type="unfinished">Sistema</translation> </message> @@ -91011,12 +91056,12 @@ <context> <name>eric6</name> <message> - <location filename="../eric6.py" line="390"/> + <location filename="../eric6.py" line="391"/> <source>Starting...</source> <translation type="unfinished">Inizio...</translation> </message> <message> - <location filename="../eric6.py" line="395"/> + <location filename="../eric6.py" line="396"/> <source>Generating Main Window...</source> <translation type="unfinished">Generazione Main Window...</translation> </message>
--- a/eric6/i18n/eric6_pt.ts Sat Mar 07 11:12:38 2020 +0100 +++ b/eric6/i18n/eric6_pt.ts Sun Apr 05 12:06:15 2020 +0200 @@ -31016,7 +31016,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3398"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3397"/> <source>Mercurial Command Server</source> <translation type="unfinished"></translation> </message> @@ -31026,7 +31026,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3398"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3397"/> <source><p>The Mercurial Command Server could not be started.</p><p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> @@ -31176,62 +31176,62 @@ <translation>Criado o novo ramo <{0}>.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3525"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3524"/> <source>Mercurial Bookmark</source> <translation>Marcador de Mercurial</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3547"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3546"/> <source>Delete Bookmark</source> <translation>Apagar Marcador</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3547"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3546"/> <source>Select the bookmark to be deleted:</source> <translation>Selecionar o marcador a apagar:</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3558"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3557"/> <source>Delete Mercurial Bookmark</source> <translation>Apagar o Marcador de Mercurial</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3591"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3590"/> <source>Rename Mercurial Bookmark</source> <translation>Renomear o Marcador de Mercurial</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3633"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3632"/> <source>Move Mercurial Bookmark</source> <translation>Mover o Marcador de Mercurial</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3727"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3726"/> <source>Pull Bookmark</source> <translation>Puxar Marcador</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3727"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3726"/> <source>Select the bookmark to be pulled:</source> <translation>Selecionar o marcador a puxar:</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3739"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3738"/> <source>Pulling bookmark from a remote Mercurial repository</source> <translation>A puxar marcador desde o repositório remoto de Mercurial</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3771"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3770"/> <source>Push Bookmark</source> <translation>Empurrar Marcador</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3771"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3770"/> <source>Select the bookmark to be push:</source> <translation>Selecione o marcador a empurrar:</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3783"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3782"/> <source>Pushing bookmark to a remote Mercurial repository</source> <translation>A empurrar marcador a um repositório remoto de Mercurial</translation> </message> @@ -32200,42 +32200,42 @@ <context> <name>HgClient</name> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="86"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="91"/> <source>The process {0} could not be started. Ensure, that it is in the search path.</source> <translation>Não pôde iniciar {0}.<br>Certifique-se de que está na rota de pesquisa.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="133"/> - <source>Did not receive the 'hello' message.</source> - <translation>Não recebeu a mensagem 'hello'.</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="135"/> - <source>Received data on unexpected channel.</source> - <translation>Dados recebidos num canal imprevisto.</translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="140"/> + <source>Did not receive the 'hello' message.</source> + <translation>Não recebeu a mensagem 'hello'.</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="142"/> + <source>Received data on unexpected channel.</source> + <translation>Dados recebidos num canal imprevisto.</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="147"/> <source>Bad 'hello' message, expected 'capabilities: ' but got '{0}'.</source> <translation>Mensagem 'hello' má, esperava-se 'capabilities: ' mas teve '{0}'.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="145"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="152"/> <source>'capabilities' message did not contain any capability.</source> <translation>Mensagem 'capabilities' não tinha nenhuma capacidade.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="153"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="160"/> <source>Bad 'hello' message, expected 'encoding: ' but got '{0}'.</source> <translation>Mensagem 'hello' má, esperava-se 'encoding: ' mas teve '{0}'.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="158"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="165"/> <source>'encoding' message did not contain any encoding.</source> <translation>Mensagem 'encoding' não tinha nenhuma codificação.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="352"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="383"/> <source>For message see output dialog.</source> <translation>Para a mensagem ver a caixa de diálogo da saída de comandos.</translation> </message> @@ -32656,7 +32656,7 @@ <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDialog.ui" line="73"/> <source>Input</source> - <translation type="obsolete">Entrada</translation> + <translation type="unfinished">Entrada</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDialog.ui" line="95"/> @@ -32666,12 +32666,12 @@ <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDialog.ui" line="98"/> <source>&Send</source> - <translation type="obsolete">&Enviar</translation> + <translation type="unfinished">&Enviar</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDialog.ui" line="101"/> <source>Alt+S</source> - <translation type="obsolete">Alt+S</translation> + <translation type="unfinished">Alt+S</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDialog.ui" line="108"/> @@ -32681,17 +32681,17 @@ <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDialog.ui" line="115"/> <source>Select to switch the input field to password mode</source> - <translation type="obsolete">Selecionar para mudar o campo de entrada ao modo senha</translation> + <translation type="unfinished">Selecionar para mudar o campo de entrada ao modo senha</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDialog.ui" line="118"/> <source>&Password Mode</source> - <translation type="obsolete">Modo &Senha</translation> + <translation type="unfinished">Modo &Senha</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDialog.ui" line="121"/> <source>Alt+P</source> - <translation type="obsolete">Alt+P</translation> + <translation type="unfinished">Alt+P</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDialog.py" line="172"/> @@ -32703,6 +32703,26 @@ <source>The process {0} could not be started. Ensure, that it is in the search path.</source> <translation type="obsolete">Não pôde iniciar {0}.<br>Certifique-se de que está na rota de pesquisa.</translation> </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDialog.ui" line="95"/> + <source>Press to send the input to the subversion process</source> + <translation type="obsolete">Pressionar para enviar a entrada ao processo de subversão</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDialog.ui" line="108"/> + <source>Enter data to be sent to the subversion process</source> + <translation type="obsolete">Introduzir dados para enviar ao processo de subversão</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDialog.ui" line="95"/> + <source>Press to send the input to the Mercurial process</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDialog.ui" line="108"/> + <source>Enter data to be sent to the Mercurial process</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>HgDiffDialog</name> @@ -53023,17 +53043,17 @@ <context> <name>Preferences</name> <message> - <location filename="../Preferences/__init__.py" line="1621"/> + <location filename="../Preferences/__init__.py" line="1624"/> <source>Export Preferences</source> <translation>Exportar Preferências</translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1649"/> + <location filename="../Preferences/__init__.py" line="1652"/> <source>Import Preferences</source> <translation>Importar Preferências</translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1649"/> + <location filename="../Preferences/__init__.py" line="1652"/> <source>Properties File (*.ini);;All Files (*)</source> <translation>Ficheiro de Propriedades (*.ini);;Ficheiros Todos (*)</translation> </message> @@ -55098,7 +55118,7 @@ <context> <name>ProjectFormsBrowser</name> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="1021"/> + <location filename="../Project/ProjectFormsBrowser.py" line="1029"/> <source>Forms</source> <translation>Formulários</translation> </message> @@ -55243,87 +55263,87 @@ <translation>Compilar formulários</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="630"/> + <location filename="../Project/ProjectFormsBrowser.py" line="637"/> <source>New Form</source> <translation>Novo Formulário</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="585"/> + <location filename="../Project/ProjectFormsBrowser.py" line="592"/> <source>Select a form type:</source> <translation>Selecionar o tipo de form:</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="599"/> + <location filename="../Project/ProjectFormsBrowser.py" line="606"/> <source>Qt User-Interface Files (*.ui);;All Files (*)</source> <translation>Ficheiros de Interface de Usuário Qt (*.ui);;Ficheiros Todos (*)</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="618"/> + <location filename="../Project/ProjectFormsBrowser.py" line="625"/> <source>The file already exists! Overwrite it?</source> <translation>O ficheiro já existe. Sobreescrever?</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="630"/> + <location filename="../Project/ProjectFormsBrowser.py" line="637"/> <source><p>The new form file <b>{0}</b> could not be created.<br>Problem: {1}</p></source> <translation><p>O ficheiro do novo formulário <b>{0}</b> não pôde ser criado.<br>Problema: {1}</p></translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="658"/> + <location filename="../Project/ProjectFormsBrowser.py" line="665"/> <source>Delete forms</source> <translation>Apagar formulários</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="658"/> + <location filename="../Project/ProjectFormsBrowser.py" line="665"/> <source>Do you really want to delete these forms from the project?</source> <translation>Tem a certeza de que quer apagar estes formulários do projeto?</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="812"/> + <location filename="../Project/ProjectFormsBrowser.py" line="819"/> <source>Form Compilation</source> <translation>Compilação de Formulários</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="784"/> + <location filename="../Project/ProjectFormsBrowser.py" line="791"/> <source>The compilation of the form file was successful.</source> <translation>A compilação do form teve êxito.</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="799"/> + <location filename="../Project/ProjectFormsBrowser.py" line="806"/> <source><p>The compilation of the form file failed.</p><p>Reason: {0}</p></source> <translation><p>Falhou a compilação do ficheiro do formulário.</p><p>Razão: {0}</p></translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="812"/> + <location filename="../Project/ProjectFormsBrowser.py" line="819"/> <source>The compilation of the form file failed.</source> <translation>A compilação do ficheiro do form falhou.</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="886"/> + <location filename="../Project/ProjectFormsBrowser.py" line="894"/> <source>Process Generation Error</source> <translation>Erro na Criação de Processo</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="886"/> + <location filename="../Project/ProjectFormsBrowser.py" line="894"/> <source>Could not start {0}.<br>Ensure that it is in the search path.</source> <translation>Não pôde iniciar {0}.<br>Certifique-se de que está na rota de pesquisa.</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="978"/> + <location filename="../Project/ProjectFormsBrowser.py" line="986"/> <source>Compiling forms...</source> <translation>A compilar formulários...</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="1017"/> + <location filename="../Project/ProjectFormsBrowser.py" line="1025"/> <source>Abort</source> <translation>Terminar</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="1017"/> + <location filename="../Project/ProjectFormsBrowser.py" line="1025"/> <source>Determining changed forms...</source> <translation>A determinar formulários alterados...</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="1049"/> + <location filename="../Project/ProjectFormsBrowser.py" line="1057"/> <source>Compiling changed forms...</source> <translation>A compilar formulários alterados...</translation> </message> @@ -55378,20 +55398,15 @@ <translation>QStackedWidget</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="1017"/> + <location filename="../Project/ProjectFormsBrowser.py" line="1025"/> <source>%v/%m Forms</source> <translation>%v/%m Formulários</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="1102"/> + <location filename="../Project/ProjectFormsBrowser.py" line="352"/> <source>Configure uic Compiler</source> <translation type="unfinished"></translation> </message> - <message> - <location filename="../Project/ProjectFormsBrowser.py" line="1102"/> - <source>No project specific uic compiler flags are supported for PySide or PySide2.</source> - <translation type="unfinished"></translation> - </message> </context> <context> <name>ProjectInterfacesBrowser</name> @@ -56023,7 +56038,7 @@ <context> <name>ProjectResourcesBrowser</name> <message> - <location filename="../Project/ProjectResourcesBrowser.py" line="902"/> + <location filename="../Project/ProjectResourcesBrowser.py" line="896"/> <source>Resources</source> <translation>Recursos</translation> </message> @@ -56153,37 +56168,37 @@ <translation>A compilação do ficheiro de recurso falhou.</translation> </message> <message> - <location filename="../Project/ProjectResourcesBrowser.py" line="757"/> + <location filename="../Project/ProjectResourcesBrowser.py" line="751"/> <source>Process Generation Error</source> <translation>Erro na Criação de Processo</translation> </message> <message> - <location filename="../Project/ProjectResourcesBrowser.py" line="757"/> + <location filename="../Project/ProjectResourcesBrowser.py" line="751"/> <source>Could not start {0}.<br>Ensure that it is in the search path.</source> <translation>Não pôde iniciar {0}.<br>Certifique-se de que está na rota de pesquisa.</translation> </message> <message> - <location filename="../Project/ProjectResourcesBrowser.py" line="823"/> + <location filename="../Project/ProjectResourcesBrowser.py" line="817"/> <source>Compiling resources...</source> <translation>A compilar recursos...</translation> </message> <message> - <location filename="../Project/ProjectResourcesBrowser.py" line="898"/> + <location filename="../Project/ProjectResourcesBrowser.py" line="892"/> <source>Abort</source> <translation>Cancelar</translation> </message> <message> - <location filename="../Project/ProjectResourcesBrowser.py" line="898"/> + <location filename="../Project/ProjectResourcesBrowser.py" line="892"/> <source>Determining changed resources...</source> <translation>A determinar recursos alterados...</translation> </message> <message> - <location filename="../Project/ProjectResourcesBrowser.py" line="936"/> + <location filename="../Project/ProjectResourcesBrowser.py" line="930"/> <source>Compiling changed resources...</source> <translation>A compilar recursos alterados...</translation> </message> <message> - <location filename="../Project/ProjectResourcesBrowser.py" line="898"/> + <location filename="../Project/ProjectResourcesBrowser.py" line="892"/> <source>%v/%m Resources</source> <translation>%v/%m Recursos</translation> </message> @@ -62041,42 +62056,42 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="43"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="49"/> <source><font color="#FF0000"><b>Note:</b> This setting is activated at the next startup of the application.</font></source> <translation><font color="#FF0000"><b>Nota:</b> Estas definições estarão activadas a próxima vez que arranque a aplicação.</font></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="84"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="90"/> <source>Qt Tools</source> <translation>Ferramentas Qt</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="117"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="123"/> <source>The tool executable is composed of the prefix, the tool name and the postfix. For win, the extension is added automatically.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="163"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="169"/> <source>This gives an example of the complete tool name</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="166"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="172"/> <source>designer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="37"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="43"/> <source>Qt Translations Directory</source> <translation>Diretório de Traduções de Qt</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="59"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="65"/> <source>Enter the path of the Qt translations directory.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="66"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="72"/> <source><b>Note:</b> Leave this entry empty to use an environment variable or the path compiled into the Qt library. Environment variables supported are <ul> <li>QT4TRANSLATIONSDIR for Qt4</li> @@ -62086,70 +62101,100 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="129"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="135"/> <source>Qt-Prefix:</source> <translation>Prefixo de Qt:</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="136"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="142"/> <source>Enter the prefix for the Qt tools name</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="143"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="149"/> <source>Qt-Postfix:</source> <translation>Sufixo de Qt:</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="150"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="156"/> <source>Enter the postfix for the Qt tools name</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="210"/> - <source>pyuic / pyside-uic Options</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="216"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="226"/> <source>Indent Width:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="223"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="233"/> <source>Select the indent width (default: 4)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="255"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="327"/> <source>Generate imports relative to '.'</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="184"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="296"/> <source>Tools Directory:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="108"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="114"/> <source>Enter the path of the Qt tools directory, if they are not found.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="178"/> - <source>PyQt Tools</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="200"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="211"/> <source>Enter the path of the PyQt tools directory, if they are not found.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.py" line="67"/> + <location filename="../Preferences/ConfigurationPages/QtPage.py" line="87"/> <source>Sample: {0}designer{1}</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="312"/> + <source>Enter the path of the PySide2 tools directory, if they are not found.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="37"/> + <source>Qt</source> + <translation type="unfinished">Qt</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="187"/> + <source>PyQt</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="220"/> + <source>pyuic Options</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="272"/> + <source>Select to generate extra code to test and display the form</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="275"/> + <source>Generate Extra Test Code</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="288"/> + <source>PySide2</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="321"/> + <source>pyside2-uic Options</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>Queues</name> @@ -86182,12 +86227,12 @@ <translation type="obsolete">Introduzir o nome do ficheiro da folha de estilos</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/WebBrowserInterfacePage.py" line="36"/> + <location filename="../Preferences/ConfigurationPages/WebBrowserInterfacePage.py" line="37"/> <source>Qt Style Sheets (*.qss);;Cascading Style Sheets (*.css);;All files (*)</source> <translation type="unfinished">Folha de Estilos Qt (*.qss);;Folha de Estilos de Cascata (*.css);;Ficheiros Todos (*)</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/WebBrowserInterfacePage.py" line="62"/> + <location filename="../Preferences/ConfigurationPages/WebBrowserInterfacePage.py" line="63"/> <source>System</source> <translation type="unfinished">Sistema</translation> </message> @@ -90136,12 +90181,12 @@ <context> <name>eric6</name> <message> - <location filename="../eric6.py" line="390"/> + <location filename="../eric6.py" line="391"/> <source>Starting...</source> <translation>A iniciar...</translation> </message> <message> - <location filename="../eric6.py" line="395"/> + <location filename="../eric6.py" line="396"/> <source>Generating Main Window...</source> <translation>A criar a Janela Principal...</translation> </message>
--- a/eric6/i18n/eric6_ru.ts Sat Mar 07 11:12:38 2020 +0100 +++ b/eric6/i18n/eric6_ru.ts Sun Apr 05 12:06:15 2020 +0200 @@ -1,6 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<!DOCTYPE TS> -<TS version="2.1" language="ru_RU"> +<!DOCTYPE TS><TS version="2.0" language="ru_RU" sourcelanguage=""> <context> <name>AboutDialog</name> <message> @@ -1400,7 +1399,7 @@ <message> <location filename="../Preferences/ConfigurationPages/ApplicationPage.ui" line="139"/> <source>Load Crash Session</source> - <translation>Crash-сессия</translation> + <translation>Загрузить crash-сессию</translation> </message> <message> <location filename="../Preferences/ConfigurationPages/ApplicationPage.ui" line="57"/> @@ -2031,7 +2030,7 @@ </message> <message> <location filename="../WebBrowser/Bookmarks/BookmarksMenu.py" line="171"/> - <source>Open in New Tab Ctrl+LMB</source> + <source>Open in New Tab<byte value="x9"/>Ctrl+LMB</source> <translation>Открыть в новой вкладке\tCtrl+LMB</translation> </message> <message> @@ -2100,7 +2099,7 @@ </message> <message> <location filename="../WebBrowser/Bookmarks/BookmarksToolBar.py" line="91"/> - <source>Open in New Tab Ctrl+LMB</source> + <source>Open in New Tab<byte value="x9"/>Ctrl+LMB</source> <translation>Открыть в новой вкладке\tCtrl+LMB</translation> </message> <message> @@ -15281,7 +15280,7 @@ <message> <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1999"/> <source>Background:</source> - <translation>Фон контура:</translation> + <translation>Фона:</translation> </message> <message> <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="2012"/> @@ -21050,22 +21049,22 @@ <translation>Поле для фильтрации/поиска</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="102"/> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="107"/> <source>Author</source> <translation>Автор</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="103"/> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="108"/> <source>Committer</source> <translation>Коммиттер</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="1792"/> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="1796"/> <source>Branch</source> <translation>Ветвь</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="104"/> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="109"/> <source>Subject</source> <translation>Сообщение</translation> </message> @@ -21135,178 +21134,178 @@ <translation>Выберите действие из меню</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="88"/> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="93"/> <source>&Refresh</source> <translation>&Освежить</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="90"/> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="95"/> <source>Press to refresh the list of commits</source> <translation>Освежить список коммитов</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="197"/> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="205"/> <source>Added</source> <translation>Добавлен</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="198"/> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="206"/> <source>Deleted</source> <translation>Удален</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="199"/> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="207"/> <source>Modified</source> <translation>Модифицирован</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="200"/> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="208"/> <source>Copied</source> <translation>Скопирован</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="201"/> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="209"/> <source>Renamed</source> <translation>Переименован</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="202"/> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="210"/> <source>Type changed</source> <translation>Изменен тип</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="203"/> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="211"/> <source>Unmerged</source> <translation>Не слито</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="204"/> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="212"/> <source>Unknown</source> <translation>Неизвестно</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="250"/> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="258"/> <source>Show Author Columns</source> <translation>Показать колонки автора</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="252"/> - <source>Press to show the author columns</source> - <translation>Показать колонки автора</translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="260"/> + <source>Press to show the author columns</source> + <translation>Показать колонки автора</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="268"/> <source>Show Committer Columns</source> <translation>Показать колонки коммиттера</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="262"/> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="270"/> <source>Press to show the committer columns</source> <translation>Показать колонки коммиттера</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="309"/> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="317"/> <source>Copy Commits</source> <translation>Копировать коммиты</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="311"/> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="319"/> <source>Cherry-pick the selected commits to the current branch</source> <translation>Скопировать выборку коммитов в текущую ветвь</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="316"/> - <source>Tag</source> - <translation>Тег</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="318"/> - <source>Tag the selected commit</source> - <translation>Тег выбранного коммита</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="322"/> - <source>Create a new branch at the selected commit.</source> - <translation>Ветвь на выбранном коммите.</translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="324"/> - <source>Branch && Switch</source> - <translation>Создать ветвь && Переключиться</translation> + <source>Tag</source> + <translation>Тег</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="326"/> - <source>Create a new branch at the selected commit and switch the work tree to it.</source> - <translation>Создать новую ветвь на выбранном коммите и переключиться на нее.</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="1844"/> - <source>Switch</source> - <translation>Переключиться</translation> + <source>Tag the selected commit</source> + <translation>Тег выбранного коммита</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="330"/> + <source>Create a new branch at the selected commit.</source> + <translation>Ветвь на выбранном коммите.</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="332"/> + <source>Branch && Switch</source> + <translation>Создать ветвь && Переключиться</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="334"/> + <source>Create a new branch at the selected commit and switch the work tree to it.</source> + <translation>Создать новую ветвь на выбранном коммите и переключиться на нее.</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="1848"/> + <source>Switch</source> + <translation>Переключиться</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="340"/> <source>Switch the working directory to the selected commit</source> <translation>Переключить рабочую директорию на выбранный коммит</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="1870"/> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="1874"/> <source>Show Short Log</source> <translation>Показать краткую сводку</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="338"/> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="346"/> <source>Show a dialog with a log output for release notes</source> <translation>Показать краткую сводку примечаний для релиза</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="341"/> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="349"/> <source>Describe</source> <translation>Генерация номера релиза</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="343"/> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="351"/> <source>Show the most recent tag reachable from a commit</source> <translation>Показать имя ближайшего тега, дополненное данными из коммита</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="632"/> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="636"/> <source>The git process did not finish within 30s.</source> <translation>Процесс Git не завершился в течении 30 сек.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="635"/> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="639"/> <source>Could not start the git executable.</source> <translation>Невозможно запустить Git.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="638"/> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="642"/> <source>Git Error</source> <translation>Ошибка Git</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="754"/> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="758"/> <source>{0} ({1}%)</source> <comment>action, confidence</comment> <translation>{0} ({1}%)</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="820"/> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="824"/> <source>Process Generation Error</source> <translation>Ошибка при запуске процесса</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="820"/> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="824"/> <source>The process {0} could not be started. Ensure, that it is in the search path.</source> <translation>Невозможно запустить процесс {0}. Убедитесь, что он находится в путях поиска.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="1706"/> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="1710"/> <source>Copy Changesets</source> <translation>Копировать набор изменений</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="1844"/> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="1848"/> <source>The project should be reread. Do this now?</source> <translation>Проект должен быть перепрочитан. Сделать это сейчас?</translation> </message> @@ -21316,17 +21315,17 @@ <translation>Ветви</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="1870"/> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="1874"/> <source>Select a branch</source> <translation>Выберите ветвь</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="1823"/> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="1827"/> <source>Select a default branch</source> <translation>Выберите ветвь по умолчанию</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="1823"/> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="1827"/> <source>Branch & Switch</source> <translation>Создать ветвь && Переключиться на нее</translation> </message> @@ -21346,37 +21345,37 @@ <translation>Перейти к следующему вхождению</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="101"/> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="106"/> <source>Commit ID</source> <translation>ID коммита</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="98"/> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="103"/> <source>Find</source> <translation>Поиск</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="99"/> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="104"/> <source>Filter</source> <translation>Фильтр</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="140"/> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="148"/> <source><tr><td><b>Branches</b></td><td>{0}</td></tr></source> <translation><tr><td><b>Ветви</b></td><td>{0}</td></tr></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="143"/> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="151"/> <source><tr><td><b>Tags</b></td><td>{0}</td></tr></source> <translation><tr><td><b>Теги</b></td><td>{0}</td></tr></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="2052"/> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="2056"/> <source>'{0}' was not found.</source> <translation>'{0}' не найдено.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="2052"/> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="2056"/> <source>Find Commit</source> <translation>Поиск коммита</translation> </message> @@ -21386,7 +21385,7 @@ <translation>Введите регулярное выражение для фильтрации или поиска</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="105"/> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="110"/> <source>File</source> <translation>Файл</translation> </message> @@ -21411,7 +21410,7 @@ <translation>Удалений</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="2098"/> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="2102"/> <source>Differences</source> <translation>Различия</translation> </message> @@ -21421,97 +21420,97 @@ <translation><a href="save:me">Сохранить</a></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="122"/> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="130"/> <source><table><tr><td><b>Commit ID</b></td><td>{0}</td></tr><tr><td><b>Date</b></td><td>{1}</td></tr><tr><td><b>Author</b></td><td>{2} &lt;{3}&gt;</td></tr><tr><td><b>Commit Date</b></td><td>{4}</td></tr><tr><td><b>Committer</b></td><td>{5} &lt;{6}&gt;</td></tr>{7}<tr><td><b>Subject</b></td><td>{8}</td></tr>{9}</table></source> <translation><table><tr><td><b>ID коммита</b></td><td>{0}</td></tr><tr><td><b>Дата</b></td><td>{1}</td></tr><tr><td><b>Автор</b></td><td>{2} &lt;{3}&gt;</td></tr><tr><td><b>Дата подачи</b></td><td>{4}</td></tr><tr><td><b>Коммиттер</b></td><td>{5} &lt;{6}&gt;</td></tr>{7}<tr><td><b>Сообщение</b></td><td>{8}</td></tr>{9}</table></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="134"/> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="142"/> <source><tr><td><b>Parents</b></td><td>{0}</td></tr></source> <translation><tr><td><b>Предки</b></td><td>{0}</td></tr></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="137"/> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="145"/> <source><tr><td><b>Children</b></td><td>{0}</td></tr></source> <translation><tr><td><b>Потомки</b></td><td>{0}</td></tr></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="146"/> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="154"/> <source><tr><td><b>Message</b></td><td>{0}</td></tr></source> <translation><tr><td><b>Сообщения</b></td><td>{0}</td></tr></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="1265"/> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="1269"/> <source>Side-by-Side Diff to Parent {0}</source> <translation>Построчные различия с предком {0}</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="1277"/> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="1281"/> <source><a href="sbsdiff:{0}_{1}">Side-by-Side Compare</a></source> <translation><a href="sbsdiff:{0}_{1}">Построчное сравнение</a></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="2112"/> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="2116"/> <source>Differences to Parent {0}</source> <translation>Различия с предком {0}</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="2127"/> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="2131"/> <source>Diff to Parent {0}</source> <translation>Различия с предком {0}</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="2153"/> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="2157"/> <source>There is no difference.</source> <translation>Различий нет.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="2316"/> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="2320"/> <source>Save Diff</source> <translation>Сохранить различия</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="2282"/> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="2286"/> <source>Patch Files (*.diff)</source> <translation>Файлы патчей (*.diff)</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="2299"/> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="2303"/> <source><p>The patch file <b>{0}</b> already exists. Overwrite it?</p></source> <translation><p>Файл патча <b>{0}</b> уже существует. Переписать?</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="2316"/> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="2320"/> <source><p>The patch file <b>{0}</b> could not be saved.<br>Reason: {1}</p></source> <translation><p>Невозможно сохранить файл патча <b>{0}</b>.<br>Причина: {1}</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="240"/> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="248"/> <source>Show Commit ID Column</source> <translation>Показать колонку ID коммита</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="242"/> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="250"/> <source>Press to show the commit ID column</source> <translation>Показать колонку ID коммита</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="270"/> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="278"/> <source>Show Branches Column</source> <translation>Показать колонку ветвей</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="272"/> - <source>Press to show the branches column</source> - <translation>Показать колонку ветвей</translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="280"/> + <source>Press to show the branches column</source> + <translation>Показать колонку ветвей</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="288"/> <source>Show Tags Column</source> <translation>Показать колонку тегов</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="282"/> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="290"/> <source>Press to show the Tags column</source> <translation>Показать колонку тегов</translation> </message> @@ -28009,7 +28008,7 @@ <translation>Mercurial: Фиксация изменений в репозитории</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3398"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3397"/> <source>Mercurial Command Server</source> <translation>Mercurial: Сервер команд</translation> </message> @@ -28019,7 +28018,7 @@ <translation><p>Mercurial: Невозможно перезапустить сервер.<br>Причина: {0}.</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3398"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3397"/> <source><p>The Mercurial Command Server could not be started.</p><p>Reason: {0}</p></source> <translation><p>Mercurial: Невозможно запустить сервер.<br>Причина: {0}.</p></translation> </message> @@ -28134,62 +28133,62 @@ <translation>Конечная ревизия текущей ветви</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3525"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3524"/> <source>Mercurial Bookmark</source> <translation>Mercurial: Закладка</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3547"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3546"/> <source>Delete Bookmark</source> <translation>Удалить закладку</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3547"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3546"/> <source>Select the bookmark to be deleted:</source> <translation>Выберите закладку для удаления:</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3558"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3557"/> <source>Delete Mercurial Bookmark</source> <translation>Mercurial: Удалить закладку</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3591"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3590"/> <source>Rename Mercurial Bookmark</source> <translation>Mercurial: Переименовать закладку</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3633"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3632"/> <source>Move Mercurial Bookmark</source> <translation>Mercurial: Переместить закладку</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3727"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3726"/> <source>Pull Bookmark</source> <translation>Затянуть закладку</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3727"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3726"/> <source>Select the bookmark to be pulled:</source> <translation>Выберите закладку для затягивания:</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3739"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3738"/> <source>Pulling bookmark from a remote Mercurial repository</source> <translation>Затянуть закладку из удалённого Mercurial репозитория</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3771"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3770"/> <source>Push Bookmark</source> <translation>Протолкнуть закладку</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3771"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3770"/> <source>Select the bookmark to be push:</source> <translation>Выберите закладку для проталкивания:</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3783"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3782"/> <source>Pushing bookmark to a remote Mercurial repository</source> <translation>Mercurial: Проталкивание закладки в удалённый репозиторий</translation> </message> @@ -29037,42 +29036,42 @@ <context> <name>HgClient</name> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="86"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="91"/> <source>The process {0} could not be started. Ensure, that it is in the search path.</source> <translation>Невозможно запустить процесс {0}. Убедитесь, что он находится в путях поиска.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="133"/> - <source>Did not receive the 'hello' message.</source> - <translation>Сообщение 'hello' не получено.</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="135"/> - <source>Received data on unexpected channel.</source> - <translation>Получены данные по неожиданному каналу.</translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="140"/> + <source>Did not receive the 'hello' message.</source> + <translation>Сообщение 'hello' не получено.</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="142"/> + <source>Received data on unexpected channel.</source> + <translation>Получены данные по неожиданному каналу.</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="147"/> <source>Bad 'hello' message, expected 'capabilities: ' but got '{0}'.</source> <translation>Неправильное 'hello' сообщение, ожидалось 'capabilities: ', а получено '{0}'.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="145"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="152"/> <source>'capabilities' message did not contain any capability.</source> <translation>Сообщение 'capabilities' пусто.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="153"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="160"/> <source>Bad 'hello' message, expected 'encoding: ' but got '{0}'.</source> <translation>Неправильное 'hello' сообщение, ожидалось 'encoding: ', а получено '{0}'.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="158"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="165"/> <source>'encoding' message did not contain any encoding.</source> <translation>Сообщение 'encoding' пусто.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="352"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="383"/> <source>For message see output dialog.</source> <translation>Сообщение можно увидеть в окне вывода.</translation> </message> @@ -29440,6 +29439,46 @@ <source>Errors</source> <translation>Ошибки</translation> </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDialog.ui" line="73"/> + <source>Input</source> + <translation>Ввод</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDialog.ui" line="98"/> + <source>&Send</source> + <translation>&Отправить</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDialog.ui" line="101"/> + <source>Alt+S</source> + <translation>Alt+S</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDialog.ui" line="115"/> + <source>Select to switch the input field to password mode</source> + <translation>Задать режим ввода пароля для поля ввода пароля</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDialog.ui" line="118"/> + <source>&Password Mode</source> + <translation>&Парольный режим</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDialog.ui" line="121"/> + <source>Alt+P</source> + <translation>Alt+P</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDialog.ui" line="95"/> + <source>Press to send the input to the Mercurial process</source> + <translation>Отправить данные процессу Mercurial</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDialog.ui" line="108"/> + <source>Enter data to be sent to the Mercurial process</source> + <translation>Введите данные для отправки процессу Mercurial</translation> + </message> </context> <context> <name>HgDiffDialog</name> @@ -30308,7 +30347,7 @@ <context> <name>HgLogBrowserDialog</name> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="92"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="98"/> <source>Mercurial Log</source> <translation>Mercurial: Журнал истории</translation> </message> @@ -30348,17 +30387,17 @@ <translation>Поле для фильтрации/поиска</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="122"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="128"/> <source>Revision</source> <translation>Ревизия</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="123"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="129"/> <source>Author</source> <translation>Автор</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="124"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="130"/> <source>Message</source> <translation>Сообщение</translation> </message> @@ -30433,84 +30472,84 @@ <translation><b>Mercurial: Журнал ошибок</b><p>Отображение возможных ошибок команды hg log.</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="200"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="206"/> <source>Added</source> <translation>Добавлен</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="201"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="207"/> <source>Deleted</source> <translation>Удален</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="202"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="208"/> <source>Modified</source> <translation>Модифицирован</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="182"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="188"/> <source>All</source> <translation>Все</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="840"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="847"/> <source>Mercurial Error</source> <translation>Mercurial: Ошибка</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="94"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="100"/> <source>Mercurial Log (Incoming)</source> <translation>Mercurial: Журнал (входящие)</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="96"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="102"/> <source>Mercurial Log (Outgoing)</source> <translation>Mercurial: Журнал (исходящие)</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="217"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="223"/> <source>Bookmarks</source> <translation>Закладки</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="111"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="117"/> <source>Press to refresh the list of changesets</source> <translation>Освежить список изменений</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="109"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="115"/> <source>&Refresh</source> <translation>&Освежить</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="126"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="132"/> <source>Phase</source> <translation>Фаза</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="268"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="277"/> <source>Change the phase of the selected revisions</source> <translation>Изменить фазу выбранных ревизий</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="270"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="279"/> <source><b>Change Phase</b> <p>This changes the phase of the selected revisions. The selected revisions have to have the same current phase.</p></source> <translation><b>Изменить фазу</b> <p>Изменение фазы выбранных ревизий. Выбранные ревизии должны иметь одинаковую фазу.</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="266"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="275"/> <source>Change Phase</source> <translation>Изменить фазу</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2000"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2007"/> <source>Copy Changesets</source> <translation>Копировать набор изменений</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2343"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2350"/> <source>The project should be reread. Do this now?</source> <translation>Проект должен быть перепрочитан. Сделать это сейчас?</translation> </message> @@ -30520,42 +30559,42 @@ <translation>Выберите действие из меню</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="257"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="266"/> <source>Copy the selected changesets to the current branch</source> <translation>Копировать выбранные наборы изменения в текущую ветвь</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="275"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="284"/> <source>Tag</source> <translation>Тег</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="278"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="287"/> <source>Tag the selected revision</source> <translation>Тег выбранной ревизии</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2072"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2079"/> <source>Switch</source> <translation>Переключиться</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="288"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="297"/> <source>Switch the working directory to the selected revision</source> <translation>Переключить рабочую директорию в выбранную ревизию</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="311"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="320"/> <source>Pull Large Files</source> <translation>Загрузить большие файлы</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="313"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="322"/> <source>Pull large files for selected revisions</source> <translation>Загрузить (затянуть) большие файлы для выбранных ревизий</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1130"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1137"/> <source>{0} (large file)</source> <translation>{0} большой файл</translation> </message> @@ -30580,147 +30619,147 @@ <translation>Перейти к следующему вхождению</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="119"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="125"/> <source>Find</source> <translation>Поиск</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="120"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="126"/> <source>Filter</source> <translation>Фильтр</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="164"/> - <source><tr><td><b>Tags</b></td><td>{0}</td></tr></source> - <translation><tr><td><b>Теги</b></td><td>{0}</td></tr></translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="170"/> + <source><tr><td><b>Tags</b></td><td>{0}</td></tr></source> + <translation><tr><td><b>Теги</b></td><td>{0}</td></tr></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="176"/> <source><tr><td><b>Bookmarks</b></td><td>{0}</td></tr></source> <translation><tr><td><b>Закладки</b></td><td>{0}</td></tr></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2485"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2492"/> <source>Find Commit</source> <translation>Поиск фиксации</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2485"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2492"/> <source>'{0}' was not found.</source> <translation>'{0}' не найдено.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="125"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="131"/> <source>File</source> <translation>Файл</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="206"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="212"/> <source>Draft</source> <translation>Draft</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="207"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="213"/> <source>Public</source> <translation>Public</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="208"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="214"/> <source>Secret</source> <translation>Secret</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2205"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2212"/> <source>Pull Changes</source> <translation>Затянуть изменения</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="309"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="318"/> <source>Pull changes from a remote repository</source> <translation>Затянуть изменения из удалённого репозитория</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="322"/> - <source>Push Selected Changes</source> - <translation>Протолкнуть выбранные изменения</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="325"/> - <source>Push changes of the selected changeset and its ancestors to a remote repository</source> - <translation>Протолкнуть выбранные наборы изменений и их предков в удаленный репозиторий</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="328"/> - <source>Push All Changes</source> - <translation>Протолкнуть все изменения</translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="331"/> + <source>Push Selected Changes</source> + <translation>Протолкнуть выбранные изменения</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="334"/> + <source>Push changes of the selected changeset and its ancestors to a remote repository</source> + <translation>Протолкнуть выбранные наборы изменений и их предков в удаленный репозиторий</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="337"/> + <source>Push All Changes</source> + <translation>Протолкнуть все изменения</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="340"/> <source>Push all changes to a remote repository</source> <translation>Протолкнуть все изменения в удаленный репозиторий</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2170"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2177"/> <source>Fetch Changes</source> <translation>Получить изменения (fetch)</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2251"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2258"/> <source>Strip Changesets</source> <translation>Срезать наборы изменений (strip)</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="317"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="326"/> <source>Fetch changes from a remote repository</source> <translation>Получить изменения из удалённого репозитория</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="374"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="383"/> <source>Strip changesets from a repository</source> <translation>Срезать наборы изменений из репозитория</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="293"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="302"/> <source>Define Bookmark...</source> <translation>Определить закладку...</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="296"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="305"/> <source>Bookmark the selected revision</source> <translation>Закладка для выбранной ревизии</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="298"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="307"/> <source>Move Bookmark...</source> <translation>Переместить закладку...</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="301"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="310"/> <source>Move bookmark to the selected revision</source> <translation>Переместить закладку в выбранную ревизию</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2095"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2102"/> <source>Define Bookmark</source> <translation>Определить закладку</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2095"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2102"/> <source>Enter bookmark name for changeset "{0}":</source> <translation>Введите имя закладки для набора изменений "{0}":</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2119"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2126"/> <source>Move Bookmark</source> <translation>Переместить закладку</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2119"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2126"/> <source>Select the bookmark to be moved to changeset "{0}":</source> <translation>Выберите закладку для перемещения в набор изменений "{0}":</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2058"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2065"/> <source>Select bookmark to switch to (leave empty to use revision):</source> <translation>Выберите закладку для переключения (оставьте поле пустым для использования ревизии):</translation> </message> @@ -30735,149 +30774,149 @@ <translation>Перейти ниже в списке сообщений</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="167"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="173"/> <source><tr><td><b>Latest Tag</b></td><td>{0}</td></tr></source> <translation><tr><td><b>Последний тег</b></td><td>{0}</td></tr></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="148"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="154"/> <source><table><tr><td><b>Revision</b></td><td>{0}</td></tr><tr><td><b>Date</b></td><td>{1}</td></tr><tr><td><b>Author</b></td><td>{2}</td></tr><tr><td><b>Branch</b></td><td>{3}</td></tr>{4}<tr><td><b>Message</b></td><td>{5}</td></tr></table></source> <translation><table><tr><td><b>Ревизия</b></td><td>{0}</td></tr><tr><td><b>Дата</b></td><td>{1}</td></tr><tr><td><b>Автор</b></td><td>{2}</td></tr><tr><td><b>Ветвь</b></td><td>{3}</td></tr>{4}<tr><td><b>Сообщение</b></td><td>{5}</td></tr></table></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="158"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="164"/> <source><tr><td><b>Parents</b></td><td>{0}</td></tr></source> <translation><tr><td><b>Предки</b></td><td>{0}</td></tr></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="161"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="167"/> <source><tr><td><b>Children</b></td><td>{0}</td></tr></source> <translation><tr><td><b>Потомки</b></td><td>{0}</td></tr></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="260"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="269"/> <source>Merge with Changeset</source> <translation>Слить с набором изменений</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="263"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="272"/> <source>Merge the working directory with the selected changeset</source> <translation>Слияние рабочей директории с выбранными наборами изменений</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="336"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="345"/> <source>Create Changegroup</source> <translation>Создать группу изменений</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="339"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="348"/> <source>Create a changegroup file containing the selected changesets</source> <translation>Создать файл группы изменений, содержащий выбранные наборы изменений</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="341"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="350"/> <source><b>Create Changegroup</b> <p>This creates a changegroup file containing the selected revisions. If no revisions are selected, all changesets will be bundled. If one revision is selected, it will be interpreted as the base revision. Otherwise the lowest revision will be used as the base revision and all other revision will be bundled. If the dialog is showing outgoing changesets, all selected changesets will be bundled.</p></source> <translation><b>Создать группу изменений</b> <p>Создание файла группы изменений, содержащего выбранные ревизии. Если не выбрано ни одного изменения, будут скомплектованы все наборы изменений. Если выбрана одна ревизия, то она будет интерпретирована как базовая ревизия. В противном случае самая младшая ревизия будет использована как базовая ревизия а все остальные изменения будут скомплектованы. Если диалог отображает исходящие наборы изменений, все помеченные наборы изменений будут собраны в комплект.</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2343"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2350"/> <source>Apply Changegroup</source> <translation>Применить группу изменений</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="353"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="362"/> <source>Apply the currently viewed changegroup file</source> <translation>Применить просматриваемый в настоящее время файл группы изменений</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="358"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="367"/> <source>Sign Revisions</source> <translation>Подписать ревизию</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="361"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="370"/> <source>Add a signature for the selected revisions</source> <translation>Добавить подпись для выбранной ревизии</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="363"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="372"/> <source>Verify Signatures</source> <translation>Проверить подписи</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="366"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="375"/> <source>Verify all signatures there may be for the selected revision</source> <translation>Проверить все подписи, которые могут быть для отмеченных ревизий</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="379"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="388"/> <source>Select All Entries</source> <translation>Выбрать все записи</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="381"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="390"/> <source>Deselect All Entries</source> <translation>Снять выделение всех записей</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1369"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1376"/> <source>Side-by-Side Diff to Parent {0}</source> <translation>Построчные различия с предком {0}</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1380"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1387"/> <source><a href="sbsdiff:{0}_{1}">Side-by-Side Compare</a></source> <translation><a href="sbsdiff:{0}_{1}">Построчное сравнение</a></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1521"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1528"/> <source>Pull Selected Changes</source> <translation>Затянуть помеченные изменения</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1522"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1529"/> <source>Fetch Selected Changes</source> <translation>Получить помеченные изменения</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2529"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2536"/> <source>Differences</source> <translation>Различия</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2539"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2546"/> <source>Differences to Parent {0}</source> <translation>Различия с предком {0}</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2555"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2562"/> <source>Diff to Parent {0}{1}</source> <translation>Различия с предком {0}{1}</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2580"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2587"/> <source>There is no difference.</source> <translation>Различий нет.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2723"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2730"/> <source>Save Diff</source> <translation>Сохранить различия</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2690"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2697"/> <source>Patch Files (*.diff)</source> <translation>Файлы патчей (*.diff)</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2707"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2714"/> <source><p>The patch file <b>{0}</b> already exists. Overwrite it?</p></source> <translation><p>Файл патча <b>{0}</b> уже существует. Переписать?</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2723"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2730"/> <source><p>The patch file <b>{0}</b> could not be saved.<br>Reason: {1}</p></source> <translation><p>Невозможно сохранить файл патча <b>{0}</b>.<br>Причина: {1}</p></translation> </message> @@ -30887,22 +30926,22 @@ <translation><a href="save:me">Сохранить</a></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2528"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2535"/> <source>Generating differences ...</source> <translation>Генерация различий...</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="98"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="104"/> <source>Mercurial Full Log</source> <translation>Mercurial: Полный журнал</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="280"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="289"/> <source>Close Heads</source> <translation>Закрыть головные ревизии</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="283"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="292"/> <source>Close the selected heads</source> <translation>Закрыть выбранные головные ревизии</translation> </message> @@ -39668,7 +39707,7 @@ <message> <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="834"/> <source>Marker Background:</source> - <translation>Фоновый цвет маркера:</translation> + <translation>Фон маркера:</translation> </message> <message> <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="847"/> @@ -43815,7 +43854,7 @@ <message> <location filename="../MicroPython/MicroPythonWidget.py" line="889"/> <source>The current editor does not contain a script. Abort...</source> - <translation>Текущий редактор не содержит скрипт. Прервать...</translation> + <translation>Текущий редактор не содержит скрипт. Прервать...</translation> </message> <message> <location filename="../MicroPython/MicroPythonWidget.py" line="898"/> @@ -44004,12 +44043,12 @@ </message> <message> <location filename="../MicroPython/MicroPythonWidget.py" line="978"/> - <source>µPy Chart</source> + <source>µPy Chart</source> <translation>µPy диаграммы</translation> </message> <message> <location filename="../MicroPython/MicroPythonWidget.py" line="1058"/> - <source>µPy Files</source> + <source>µPy Files</source> <translation>µPy файлы</translation> </message> <message> @@ -47934,7 +47973,7 @@ <translation>Получение списка обновленных пакетов...</translation> </message> <message numerus="yes"> - <location filename="../PipInterface/PipPackagesWidget.py" line="635"/> + <location filename="../PipInterface/PipPackagesWidget.py" line="645"/> <source>%n package(s) found.</source> <translation> <numerusform>Найден %n пакет.</numerusform> @@ -47943,102 +47982,102 @@ </translation> </message> <message> - <location filename="../PipInterface/PipPackagesWidget.py" line="888"/> + <location filename="../PipInterface/PipPackagesWidget.py" line="898"/> <source>Search PyPI</source> <translation>Поиск в PyPI</translation> </message> <message> - <location filename="../PipInterface/PipPackagesWidget.py" line="673"/> + <location filename="../PipInterface/PipPackagesWidget.py" line="683"/> <source><p>The package search did not return anything.</p></source> <translation><p>Поиск пакета не дал никаких результатов.</p></translation> </message> <message> - <location filename="../PipInterface/PipPackagesWidget.py" line="710"/> + <location filename="../PipInterface/PipPackagesWidget.py" line="720"/> <source><p>The package search failed.</p><p>Reason: {0}</p></source> <translation><p>Сбой поиска пакетов.</p><p>Причина: {0}</p></translation> </message> <message> - <location filename="../PipInterface/PipPackagesWidget.py" line="715"/> + <location filename="../PipInterface/PipPackagesWidget.py" line="725"/> <source>Error: {0}</source> <translation>Ошибка: {0}</translation> </message> <message> - <location filename="../PipInterface/PipPackagesWidget.py" line="848"/> + <location filename="../PipInterface/PipPackagesWidget.py" line="858"/> <source>Show Package Details</source> <translation>Подробная информация о пакете</translation> </message> <message> - <location filename="../PipInterface/PipPackagesWidget.py" line="848"/> + <location filename="../PipInterface/PipPackagesWidget.py" line="858"/> <source>Select the package version:</source> <translation>Выберите версию пакета:</translation> </message> <message> - <location filename="../PipInterface/PipPackagesWidget.py" line="888"/> + <location filename="../PipInterface/PipPackagesWidget.py" line="898"/> <source><p>No package details info for <b>{0}</b> available.</p></source> <translation><p>Недоступна подробная информация о пакете <b>{0}</b>.</p></translation> </message> <message> - <location filename="../PipInterface/PipPackagesWidget.py" line="904"/> + <location filename="../PipInterface/PipPackagesWidget.py" line="914"/> <source>Install Pip</source> <translation>Инсталировать Pip</translation> </message> <message> - <location filename="../PipInterface/PipPackagesWidget.py" line="907"/> - <source>Install Pip to User-Site</source> - <translation>Инсталировать Pip в User-Site</translation> - </message> - <message> - <location filename="../PipInterface/PipPackagesWidget.py" line="910"/> - <source>Repair Pip</source> - <translation>Восстановить Pip</translation> - </message> - <message> - <location filename="../PipInterface/PipPackagesWidget.py" line="1005"/> - <source>Install Packages</source> - <translation>Установить пакеты</translation> - </message> - <message> <location filename="../PipInterface/PipPackagesWidget.py" line="917"/> - <source>Install Local Package</source> - <translation>Установить локальный пакет</translation> - </message> - <message> - <location filename="../PipInterface/PipPackagesWidget.py" line="921"/> - <source>Install Requirements</source> - <translation>Установить зависимости</translation> - </message> - <message> - <location filename="../PipInterface/PipPackagesWidget.py" line="924"/> - <source>Uninstall Requirements</source> - <translation>Деинсталировать зависимости</translation> + <source>Install Pip to User-Site</source> + <translation>Инсталировать Pip в User-Site</translation> + </message> + <message> + <location filename="../PipInterface/PipPackagesWidget.py" line="920"/> + <source>Repair Pip</source> + <translation>Восстановить Pip</translation> + </message> + <message> + <location filename="../PipInterface/PipPackagesWidget.py" line="1015"/> + <source>Install Packages</source> + <translation>Установить пакеты</translation> </message> <message> <location filename="../PipInterface/PipPackagesWidget.py" line="927"/> + <source>Install Local Package</source> + <translation>Установить локальный пакет</translation> + </message> + <message> + <location filename="../PipInterface/PipPackagesWidget.py" line="931"/> + <source>Install Requirements</source> + <translation>Установить зависимости</translation> + </message> + <message> + <location filename="../PipInterface/PipPackagesWidget.py" line="934"/> + <source>Uninstall Requirements</source> + <translation>Деинсталировать зависимости</translation> + </message> + <message> + <location filename="../PipInterface/PipPackagesWidget.py" line="937"/> <source>Generate Requirements...</source> <translation>Генерация зависимостей...</translation> </message> <message> - <location filename="../PipInterface/PipPackagesWidget.py" line="932"/> + <location filename="../PipInterface/PipPackagesWidget.py" line="942"/> <source>Edit User Configuration...</source> <translation>Правка конфигурации пользователя...</translation> </message> <message> - <location filename="../PipInterface/PipPackagesWidget.py" line="935"/> + <location filename="../PipInterface/PipPackagesWidget.py" line="945"/> <source>Edit Environment Configuration...</source> <translation>Правка конфигурации среды окружения...</translation> </message> <message> - <location filename="../PipInterface/PipPackagesWidget.py" line="940"/> + <location filename="../PipInterface/PipPackagesWidget.py" line="950"/> <source>Configure...</source> <translation>Настроить...</translation> </message> <message> - <location filename="../PipInterface/PipPackagesWidget.py" line="1118"/> + <location filename="../PipInterface/PipPackagesWidget.py" line="1128"/> <source>Edit Configuration</source> <translation>Правка конфигурации</translation> </message> <message> - <location filename="../PipInterface/PipPackagesWidget.py" line="1118"/> + <location filename="../PipInterface/PipPackagesWidget.py" line="1128"/> <source>No valid configuration path determined. Aborting</source> <translation>Не определен допустимый путь конфигурации. Прерывание</translation> </message> @@ -49307,17 +49346,17 @@ <context> <name>Preferences</name> <message> - <location filename="../Preferences/__init__.py" line="1621"/> + <location filename="../Preferences/__init__.py" line="1624"/> <source>Export Preferences</source> <translation>Экспорт предпочтений</translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1649"/> + <location filename="../Preferences/__init__.py" line="1652"/> <source>Import Preferences</source> <translation>Импорт предпочтений</translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1649"/> + <location filename="../Preferences/__init__.py" line="1652"/> <source>Properties File (*.ini);;All Files (*)</source> <translation>Файлы предпочтений (*.ini);;Все файлы (*)</translation> </message> @@ -51391,7 +51430,7 @@ <context> <name>ProjectFormsBrowser</name> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="1021"/> + <location filename="../Project/ProjectFormsBrowser.py" line="1029"/> <source>Forms</source> <translation>Формы</translation> </message> @@ -51536,87 +51575,87 @@ <translation>Компилировать формы</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="630"/> + <location filename="../Project/ProjectFormsBrowser.py" line="637"/> <source>New Form</source> <translation>Новая форма</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="585"/> + <location filename="../Project/ProjectFormsBrowser.py" line="592"/> <source>Select a form type:</source> <translation>Выберите тип формы:</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="599"/> + <location filename="../Project/ProjectFormsBrowser.py" line="606"/> <source>Qt User-Interface Files (*.ui);;All Files (*)</source> <translation>Файлы Qt интерфейса пользователя (*.ui);;Все файлы (*)</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="618"/> + <location filename="../Project/ProjectFormsBrowser.py" line="625"/> <source>The file already exists! Overwrite it?</source> <translation>Файл уже существует! Перезаписать?</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="630"/> + <location filename="../Project/ProjectFormsBrowser.py" line="637"/> <source><p>The new form file <b>{0}</b> could not be created.<br>Problem: {1}</p></source> <translation><p>Файл с формой <b>{0}</b> не может быть создан. Проблема: {1}</p></translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="658"/> + <location filename="../Project/ProjectFormsBrowser.py" line="665"/> <source>Delete forms</source> <translation>Удалить формы</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="658"/> + <location filename="../Project/ProjectFormsBrowser.py" line="665"/> <source>Do you really want to delete these forms from the project?</source> <translation>Вы действительно хотите удалить выбранные формы из проекта?</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="812"/> + <location filename="../Project/ProjectFormsBrowser.py" line="819"/> <source>Form Compilation</source> <translation>Компиляция форм</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="784"/> + <location filename="../Project/ProjectFormsBrowser.py" line="791"/> <source>The compilation of the form file was successful.</source> <translation>Компиляция формы прошла успешно.</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="799"/> + <location filename="../Project/ProjectFormsBrowser.py" line="806"/> <source><p>The compilation of the form file failed.</p><p>Reason: {0}</p></source> <translation><p>Компиляция формы не удалась.</p><p>Причина: {0}</p></translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="812"/> + <location filename="../Project/ProjectFormsBrowser.py" line="819"/> <source>The compilation of the form file failed.</source> <translation>Компиляция формы не удалась.</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="886"/> + <location filename="../Project/ProjectFormsBrowser.py" line="894"/> <source>Process Generation Error</source> <translation>Ошибка при запуске процесса</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="886"/> + <location filename="../Project/ProjectFormsBrowser.py" line="894"/> <source>Could not start {0}.<br>Ensure that it is in the search path.</source> <translation>Невозможно запустить {0}.<br>Убедитесь, что он находится в путях поиска.</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="978"/> + <location filename="../Project/ProjectFormsBrowser.py" line="986"/> <source>Compiling forms...</source> <translation>Компилирую формы...</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="1017"/> + <location filename="../Project/ProjectFormsBrowser.py" line="1025"/> <source>Abort</source> <translation>Прервать</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="1017"/> + <location filename="../Project/ProjectFormsBrowser.py" line="1025"/> <source>Determining changed forms...</source> <translation>Определение измененных форм...</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="1049"/> + <location filename="../Project/ProjectFormsBrowser.py" line="1057"/> <source>Compiling changed forms...</source> <translation>Компилирую изменённые формы...</translation> </message> @@ -51671,20 +51710,15 @@ <translation>QStackedWidget</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="1017"/> + <location filename="../Project/ProjectFormsBrowser.py" line="1025"/> <source>%v/%m Forms</source> <translation>%v/%m форм</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="1102"/> + <location filename="../Project/ProjectFormsBrowser.py" line="352"/> <source>Configure uic Compiler</source> <translation>Настройка компилятора uic</translation> </message> - <message> - <location filename="../Project/ProjectFormsBrowser.py" line="1102"/> - <source>No project specific uic compiler flags are supported for PySide or PySide2.</source> - <translation>Не поддерживаются определенные флаги компилятора uic для проектов PySide или PySide2.</translation> - </message> </context> <context> <name>ProjectInterfacesBrowser</name> @@ -52317,7 +52351,7 @@ <context> <name>ProjectResourcesBrowser</name> <message> - <location filename="../Project/ProjectResourcesBrowser.py" line="902"/> + <location filename="../Project/ProjectResourcesBrowser.py" line="896"/> <source>Resources</source> <translation>Ресурсы</translation> </message> @@ -52447,37 +52481,37 @@ <translation>Компиляция ресурса не удалась.</translation> </message> <message> - <location filename="../Project/ProjectResourcesBrowser.py" line="757"/> + <location filename="../Project/ProjectResourcesBrowser.py" line="751"/> <source>Process Generation Error</source> <translation>Ошибка при запуске процесса</translation> </message> <message> - <location filename="../Project/ProjectResourcesBrowser.py" line="757"/> + <location filename="../Project/ProjectResourcesBrowser.py" line="751"/> <source>Could not start {0}.<br>Ensure that it is in the search path.</source> <translation>Невозможно запустить {0}.<br>Убедитесь, что он находится в путях поиска.</translation> </message> <message> - <location filename="../Project/ProjectResourcesBrowser.py" line="823"/> + <location filename="../Project/ProjectResourcesBrowser.py" line="817"/> <source>Compiling resources...</source> <translation>Компиляция ресурсов...</translation> </message> <message> - <location filename="../Project/ProjectResourcesBrowser.py" line="898"/> + <location filename="../Project/ProjectResourcesBrowser.py" line="892"/> <source>Abort</source> <translation>Прервать</translation> </message> <message> - <location filename="../Project/ProjectResourcesBrowser.py" line="898"/> + <location filename="../Project/ProjectResourcesBrowser.py" line="892"/> <source>Determining changed resources...</source> <translation>Определение изменённых ресурсов...</translation> </message> <message> - <location filename="../Project/ProjectResourcesBrowser.py" line="936"/> + <location filename="../Project/ProjectResourcesBrowser.py" line="930"/> <source>Compiling changed resources...</source> <translation>Компилирую изменённые ресурсы...</translation> </message> <message> - <location filename="../Project/ProjectResourcesBrowser.py" line="898"/> + <location filename="../Project/ProjectResourcesBrowser.py" line="892"/> <source>%v/%m Resources</source> <translation>%v/%m ресурсов</translation> </message> @@ -58486,42 +58520,42 @@ <translation><b>Настройка Qt</b></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="43"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="49"/> <source><font color="#FF0000"><b>Note:</b> This setting is activated at the next startup of the application.</font></source> <translation><font color="#FF0000"><b>Примечание:</b> Эти изменения вступят в силу при следующем запуске приложения.</font></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="84"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="90"/> <source>Qt Tools</source> <translation>Инструменты Qt</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="117"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="123"/> <source>The tool executable is composed of the prefix, the tool name and the postfix. For win, the extension is added automatically.</source> <translation>Имя исполняемого файла программы состоит из префикса, имени программы и постфикса. Для windows же расширение добавляется автоматически.</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="163"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="169"/> <source>This gives an example of the complete tool name</source> <translation>Пример полного имени инструмента</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="166"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="172"/> <source>designer</source> <translation>designer</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="37"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="43"/> <source>Qt Translations Directory</source> <translation>Директория переводов Qt</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="59"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="65"/> <source>Enter the path of the Qt translations directory.</source> <translation>Задайте путь к директории переводов Qt.</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="66"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="72"/> <source><b>Note:</b> Leave this entry empty to use an environment variable or the path compiled into the Qt library. Environment variables supported are <ul> <li>QT4TRANSLATIONSDIR for Qt4</li> @@ -58536,70 +58570,100 @@ </ul></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="129"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="135"/> <source>Qt-Prefix:</source> <translation>Qt-префикс:</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="136"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="142"/> <source>Enter the prefix for the Qt tools name</source> <translation>Задайте префикс для инструментов Qt</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="143"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="149"/> <source>Qt-Postfix:</source> <translation>Qt-постфикс:</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="150"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="156"/> <source>Enter the postfix for the Qt tools name</source> <translation>Задайте постфикс для инструментов Qt</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="210"/> - <source>pyuic / pyside-uic Options</source> - <translation>Параметры pyuic / pyside-uic</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="216"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="226"/> <source>Indent Width:</source> <translation>Ширина отступа:</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="223"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="233"/> <source>Select the indent width (default: 4)</source> <translation>Задайте ширину отступа (по умолчанию: 4)</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="255"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="327"/> <source>Generate imports relative to '.'</source> <translation>Генерировать импорт относительно '.'</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="184"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="296"/> <source>Tools Directory:</source> <translation>Директория инструментов:</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="108"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="114"/> <source>Enter the path of the Qt tools directory, if they are not found.</source> <translation>Задайте путь к директории инструментов Qt, если они не найдены.</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="178"/> - <source>PyQt Tools</source> - <translation>Инструменты PyQt</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="200"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="211"/> <source>Enter the path of the PyQt tools directory, if they are not found.</source> <translation>Задайте путь к директории инструментов PyQT, если они не найдены.</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.py" line="67"/> + <location filename="../Preferences/ConfigurationPages/QtPage.py" line="87"/> <source>Sample: {0}designer{1}</source> <translation>Например: {0}designer{1}</translation> </message> + <message> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="312"/> + <source>Enter the path of the PySide2 tools directory, if they are not found.</source> + <translation>Задайте путь к директории инструментов PySide2, если они не найдены.</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="37"/> + <source>Qt</source> + <translation>Qt</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="187"/> + <source>PyQt</source> + <translation>PyQt</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="220"/> + <source>pyuic Options</source> + <translation>Опции pyuic</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="272"/> + <source>Select to generate extra code to test and display the form</source> + <translation>Разрешить генерировать дополнительный код для тестирования и отображения формы</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="275"/> + <source>Generate Extra Test Code</source> + <translation>Генерировать дополнительный тестовый код</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="288"/> + <source>PySide2</source> + <translation>PySide2</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="321"/> + <source>pyside2-uic Options</source> + <translation>Опции pyside2-uic</translation> + </message> </context> <context> <name>Queues</name> @@ -60634,7 +60698,7 @@ <message> <location filename="../WebBrowser/Session/SessionManagerDialog.ui" line="14"/> <source>Session Manager</source> - <translation>Менеджер сессии</translation> + <translation>Менеджер сессий</translation> </message> <message> <location filename="../WebBrowser/Session/SessionManagerDialog.ui" line="23"/> @@ -75047,7 +75111,7 @@ <translation><b>Горячие клавиши</b><p>Определите горячие клавиши приложения согласно вашим предпочтениям.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6329"/> + <location filename="../UI/UserInterface.py" line="6327"/> <source>Export Keyboard Shortcuts</source> <translation>Экспорт горячих клавиш</translation> </message> @@ -75068,7 +75132,7 @@ <p>Экспортировать горячие клавиши приложения.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6353"/> + <location filename="../UI/UserInterface.py" line="6351"/> <source>Import Keyboard Shortcuts</source> <translation>Импорт горячих клавиш</translation> </message> @@ -75365,7 +75429,7 @@ <translation>Внешние инструменты/{0}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7326"/> + <location filename="../UI/UserInterface.py" line="7324"/> <source></table></source> <translation></table></translation> </message> @@ -75534,92 +75598,92 @@ <translation><p>Стартовый каталог документации PyQt4 не найден.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6353"/> + <location filename="../UI/UserInterface.py" line="6351"/> <source>Keyboard shortcut file (*.e4k)</source> <translation>Файл горячих клавиш (*.e4k)</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6523"/> + <location filename="../UI/UserInterface.py" line="6521"/> <source>Save tasks</source> <translation>Сохранить задачи</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6523"/> + <location filename="../UI/UserInterface.py" line="6521"/> <source><p>The tasks file <b>{0}</b> could not be written.</p></source> <translation><p>Невозможно сохранить файл с задачами: <b>{0}</b></p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6552"/> + <location filename="../UI/UserInterface.py" line="6550"/> <source>Read tasks</source> <translation>Прочитать задачи</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6552"/> + <location filename="../UI/UserInterface.py" line="6550"/> <source><p>The tasks file <b>{0}</b> could not be read.</p></source> <translation><p>Невозможно прочитать файл задач: <b>{0}</b></p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6648"/> + <location filename="../UI/UserInterface.py" line="6646"/> <source>Save session</source> <translation>Сохранить сессию</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6586"/> + <location filename="../UI/UserInterface.py" line="6584"/> <source><p>The session file <b>{0}</b> could not be written.</p></source> <translation><p>Невозможно записать файл сессии <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6632"/> + <location filename="../UI/UserInterface.py" line="6630"/> <source>Read session</source> <translation>Загрузить сессию</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6632"/> + <location filename="../UI/UserInterface.py" line="6630"/> <source><p>The session file <b>{0}</b> could not be read.</p></source> <translation><p>Невозможно прочитать файл сессии <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6916"/> + <location filename="../UI/UserInterface.py" line="6914"/> <source>Drop Error</source> <translation>Ошибка Drag&&Drop</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6916"/> + <location filename="../UI/UserInterface.py" line="6914"/> <source><p><b>{0}</b> is not a file.</p></source> <translation><p><b>{0}</b> не является файлом</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7101"/> + <location filename="../UI/UserInterface.py" line="7099"/> <source>&Cancel</source> <translation>От&мена</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7110"/> + <location filename="../UI/UserInterface.py" line="7108"/> <source>Trying host {0}</source> <translation>Подключение к хосту {0}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7268"/> + <location filename="../UI/UserInterface.py" line="7266"/> <source>Update available</source> <translation>Обновления доступны</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7287"/> + <location filename="../UI/UserInterface.py" line="7285"/> <source>Error during updates check</source> <translation>Ошибка при проверке обновлений</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7287"/> + <location filename="../UI/UserInterface.py" line="7285"/> <source>Could not perform updates check.</source> <translation>Невозможно запустить проверку обновлений.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7311"/> + <location filename="../UI/UserInterface.py" line="7309"/> <source><h3>Available versions</h3><table></source> <translation><h3>Доступные версии</h3><table></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7363"/> + <location filename="../UI/UserInterface.py" line="7361"/> <source>First time usage</source> <translation>Первое использование</translation> </message> @@ -75659,27 +75723,27 @@ <translation><b>Документация Python 2</b><p>Показать документацию Python 2. Если местонахождение документации не было настроено, то искать в директории <i>doc</i> каталога где находится исполняемый файл Python 2 под Windows и в директории <i>/usr/share/doc/packages/python/html/python-docs-html</i> под UNIX. Местонахождение документации можно задать с помощью переменной среды окружения PYTHON2DOCDIR.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7176"/> + <location filename="../UI/UserInterface.py" line="7174"/> <source>Error getting versions information</source> <translation>Ошибка при получении информации о версии</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7169"/> + <location filename="../UI/UserInterface.py" line="7167"/> <source>The versions information could not be downloaded. Please go online and try again.</source> <translation>Невозможно загрузить информацию о версии. Пожалуйста попробуйте ещё раз.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6121"/> + <location filename="../UI/UserInterface.py" line="6119"/> <source>Open Browser</source> <translation>Открыть браузер</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6121"/> + <location filename="../UI/UserInterface.py" line="6119"/> <source>Could not start a web browser</source> <translation>Невозможно запустить web-браузер</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7176"/> + <location filename="../UI/UserInterface.py" line="7174"/> <source>The versions information could not be downloaded for the last 7 days. Please go online and try again.</source> <translation>Невозможно загрузить информацию о версии в течении последних 7 дней. Пожалуйста попробуйте ещё раз.</translation> </message> @@ -75770,7 +75834,7 @@ <translation><p>Невозможно запустить программу для создания снимка экрана.<br>Убедитесь что она установлена как <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7382"/> + <location filename="../UI/UserInterface.py" line="7380"/> <source>Select Workspace Directory</source> <translation>Выбор директории рабочей области</translation> </message> @@ -76145,7 +76209,7 @@ <translation><b>Документация Python 3</b><p>Показать документацию Python 3. Если местонахождение документации не было настроено, то искать в директории <i>doc</i> каталога где находится исполняемый файл Python 3 под Windows и в директории <i>/usr/share/doc/packages/python/html/python-docs-html</i> под UNIX. Местонахождение документации можно задать с помощью переменной среды окружения PYTHON3DOCDIR.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7101"/> + <location filename="../UI/UserInterface.py" line="7099"/> <source>%v/%m</source> <translation>%v/%m</translation> </message> @@ -76165,7 +76229,7 @@ <translation><b>Показать журнал ошибок...</b><p>Показать журнал ошибок.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7105"/> + <location filename="../UI/UserInterface.py" line="7103"/> <source>Version Check</source> <translation>Проверка версии</translation> </message> @@ -76240,22 +76304,22 @@ <translation>eric6 не поддерживает Qt3.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7268"/> + <location filename="../UI/UserInterface.py" line="7266"/> <source>The update to <b>{0}</b> of eric6 is available at <b>{1}</b>. Would you like to get it?</source> <translation>На сайте <b>{1}</b> доступно обновление eric6 до версии <b>{0}</b>. Загрузить?</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7280"/> + <location filename="../UI/UserInterface.py" line="7278"/> <source>Eric6 is up to date</source> <translation>Eric6 не требует обновлений</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7280"/> + <location filename="../UI/UserInterface.py" line="7278"/> <source>You are using the latest version of eric6</source> <translation>Вы используете самую последнюю версию eric6</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7363"/> + <location filename="../UI/UserInterface.py" line="7361"/> <source>eric6 has not been configured yet. The configuration dialog will be started.</source> <translation>Настройка eric6 ещё не выполнена. Сейчас будет запущен диалог конфигурации.</translation> </message> @@ -76275,7 +76339,7 @@ <translation>Инструменты пользователя не сконфигурированы</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7121"/> + <location filename="../UI/UserInterface.py" line="7119"/> <source>The versions information cannot not be downloaded because you are <b>offline</b>. Please go online and try again.</source> <translation>Невозможно загрузить информацию о версии потому что вы <b>не в сети</b>. Пожалуйста, подключитесь к интернету и повторите попытку.</translation> </message> @@ -76320,7 +76384,7 @@ <translation><b>Сохранить сессию...</b><p>Позволяет сохранить текущую сессию на диск. Открывается диалог для выбора имени файла.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6670"/> + <location filename="../UI/UserInterface.py" line="6668"/> <source>Load session</source> <translation>Загрузить сессию</translation> </message> @@ -76335,17 +76399,17 @@ <translation><b>Загрузить сессию...</b><p>Позволяет загрузить сессию, ранее сохраненную на диске. Открывается диалог для выбора имени файла.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6670"/> + <location filename="../UI/UserInterface.py" line="6668"/> <source>eric6 Session Files (*.e5s)</source> <translation>Файлы сессии eric6 (*.e5s)</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6721"/> + <location filename="../UI/UserInterface.py" line="6719"/> <source>Crash Session found!</source> <translation>Обнаружена crash-сессия!</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6721"/> + <location filename="../UI/UserInterface.py" line="6719"/> <source>A session file of a crashed session was found. Shall this session be restored?</source> <translation>Найден файл crashed-сессии. Должна ли эта сессия быть восстановлена?</translation> </message> @@ -76360,18 +76424,18 @@ <translation>Инициализация плагинов...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7256"/> + <location filename="../UI/UserInterface.py" line="7254"/> <source>Update Check</source> <translation>Проверка обновлений</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7256"/> + <location filename="../UI/UserInterface.py" line="7254"/> <source>You installed eric directly from the source code. There is no possibility to check for the availability of an update.</source> <translation>Eric установлен непосредственно из исходного кода. Невозможно проверить наличие обновлений.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7246"/> + <location filename="../UI/UserInterface.py" line="7244"/> <source>You are using a snapshot release of eric6. A more up-to-date stable release might be available.</source> <translation>Вы используете промежуточный релиз eric6. Возможно на сайте доступна и более свежий стабильный релиз.</translation> </message> @@ -82737,12 +82801,12 @@ <translation>Таблица стилей:</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/WebBrowserInterfacePage.py" line="36"/> + <location filename="../Preferences/ConfigurationPages/WebBrowserInterfacePage.py" line="37"/> <source>Qt Style Sheets (*.qss);;Cascading Style Sheets (*.css);;All files (*)</source> <translation>Таблицы стилей Qt (*.qss);;Каскадные таблицы стилей (*.css);;Все файлы (*)</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/WebBrowserInterfacePage.py" line="62"/> + <location filename="../Preferences/ConfigurationPages/WebBrowserInterfacePage.py" line="63"/> <source>System</source> <translation>Система</translation> </message> @@ -83900,8 +83964,8 @@ </message> <message> <location filename="../WebBrowser/WebBrowserView.py" line="673"/> - <source>Open Link in New Tab Ctrl+LMB</source> - <translation>Открыть ссылку в новой вкладке Ctrl+LMB</translation> + <source>Open Link in New Tab<byte value="x9"/>Ctrl+LMB</source> + <translation>Открыть ссылку в новой вкладке<byte value="x9"/>Ctrl+LMB</translation> </message> <message> <location filename="../WebBrowser/WebBrowserView.py" line="679"/> @@ -86174,22 +86238,22 @@ <message> <location filename="../WebBrowser/WebBrowserWindow.py" line="1835"/> <source>Session Manager</source> - <translation>Менеджер сессии</translation> + <translation>Менеджер сессий</translation> </message> <message> <location filename="../WebBrowser/WebBrowserWindow.py" line="1835"/> <source>Session Manager...</source> - <translation>Менеджер сессии...</translation> + <translation>Менеджер сессий...</translation> </message> <message> <location filename="../WebBrowser/WebBrowserWindow.py" line="1839"/> <source>Shows the session manager window</source> - <translation>Отображение окна менеджера сессии</translation> + <translation>Отображение окна менеджера сессий</translation> </message> <message> <location filename="../WebBrowser/WebBrowserWindow.py" line="1841"/> <source><b>Session Manager</b><p>Shows the session manager window.</p></source> - <translation><b>Менеджер сессии</b><p>Отображение окна менеджера сессии.</p></translation> + <translation><b>Менеджер сессий</b><p>Отображение окна менеджера сессий.</p></translation> </message> <message> <location filename="../WebBrowser/WebBrowserWindow.py" line="2174"/> @@ -86670,12 +86734,12 @@ <context> <name>eric6</name> <message> - <location filename="../eric6.py" line="390"/> + <location filename="../eric6.py" line="391"/> <source>Starting...</source> <translation>Запуск...</translation> </message> <message> - <location filename="../eric6.py" line="395"/> + <location filename="../eric6.py" line="396"/> <source>Generating Main Window...</source> <translation>Создание главного окна...</translation> </message>
--- a/eric6/i18n/eric6_tr.ts Sat Mar 07 11:12:38 2020 +0100 +++ b/eric6/i18n/eric6_tr.ts Sun Apr 05 12:06:15 2020 +0200 @@ -30288,7 +30288,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3398"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3397"/> <source>Mercurial Command Server</source> <translation type="unfinished"></translation> </message> @@ -30298,7 +30298,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3398"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3397"/> <source><p>The Mercurial Command Server could not be started.</p><p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> @@ -30418,62 +30418,62 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3525"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3524"/> <source>Mercurial Bookmark</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3547"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3546"/> <source>Delete Bookmark</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3547"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3546"/> <source>Select the bookmark to be deleted:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3558"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3557"/> <source>Delete Mercurial Bookmark</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3591"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3590"/> <source>Rename Mercurial Bookmark</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3633"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3632"/> <source>Move Mercurial Bookmark</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3727"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3726"/> <source>Pull Bookmark</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3727"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3726"/> <source>Select the bookmark to be pulled:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3739"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3738"/> <source>Pulling bookmark from a remote Mercurial repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3771"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3770"/> <source>Push Bookmark</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3771"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3770"/> <source>Select the bookmark to be push:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3783"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3782"/> <source>Pushing bookmark to a remote Mercurial repository</source> <translation type="unfinished"></translation> </message> @@ -31469,42 +31469,42 @@ <context> <name>HgClient</name> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="86"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="91"/> <source>The process {0} could not be started. Ensure, that it is in the search path.</source> <translation type="unfinished">Süreç {0} başlatılamadı. Bunun arama yolunda olduğundan emin olun.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="133"/> - <source>Did not receive the 'hello' message.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="135"/> - <source>Received data on unexpected channel.</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="140"/> + <source>Did not receive the 'hello' message.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="142"/> + <source>Received data on unexpected channel.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="147"/> <source>Bad 'hello' message, expected 'capabilities: ' but got '{0}'.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="145"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="152"/> <source>'capabilities' message did not contain any capability.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="153"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="160"/> <source>Bad 'hello' message, expected 'encoding: ' but got '{0}'.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="158"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="165"/> <source>'encoding' message did not contain any encoding.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="352"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="383"/> <source>For message see output dialog.</source> <translation type="unfinished"></translation> </message> @@ -31921,7 +31921,7 @@ <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDialog.ui" line="73"/> <source>Input</source> - <translation type="obsolete">Girdi</translation> + <translation type="unfinished">Girdi</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDialog.ui" line="95"/> @@ -31931,12 +31931,12 @@ <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDialog.ui" line="98"/> <source>&Send</source> - <translation type="obsolete">&Gönder</translation> + <translation type="unfinished">&Gönder</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDialog.ui" line="101"/> <source>Alt+S</source> - <translation type="obsolete">Alt+S</translation> + <translation type="unfinished">Alt+S</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDialog.ui" line="108"/> @@ -31946,17 +31946,17 @@ <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDialog.ui" line="115"/> <source>Select to switch the input field to password mode</source> - <translation type="obsolete">Giriş alanını parola moduna çevirmek için seçiniz</translation> + <translation type="unfinished">Giriş alanını parola moduna çevirmek için seçiniz</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDialog.ui" line="118"/> <source>&Password Mode</source> - <translation type="obsolete">&Parola Modu</translation> + <translation type="unfinished">&Parola Modu</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDialog.ui" line="121"/> <source>Alt+P</source> - <translation type="obsolete">Alt+P</translation> + <translation type="unfinished">Alt+P</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDialog.py" line="172"/> @@ -31968,6 +31968,26 @@ <source>The process {0} could not be started. Ensure, that it is in the search path.</source> <translation type="obsolete">Süreç {0} başlatılamadı. Bunun arama yolunda olduğundan emin olun.</translation> </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDialog.ui" line="95"/> + <source>Press to send the input to the subversion process</source> + <translation type="obsolete">Girdiyi altsürüm sürecine göndermek için basınız</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDialog.ui" line="108"/> + <source>Enter data to be sent to the subversion process</source> + <translation type="obsolete">Altsürüm işlemleri için gönderilecek verileri gir</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDialog.ui" line="95"/> + <source>Press to send the input to the Mercurial process</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDialog.ui" line="108"/> + <source>Enter data to be sent to the Mercurial process</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>HgDiffDialog</name> @@ -52300,17 +52320,17 @@ <context> <name>Preferences</name> <message> - <location filename="../Preferences/__init__.py" line="1621"/> + <location filename="../Preferences/__init__.py" line="1624"/> <source>Export Preferences</source> <translation>Seçenekleri Dışa Aktar</translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1649"/> + <location filename="../Preferences/__init__.py" line="1652"/> <source>Import Preferences</source> <translation>Seçenekleri İçe Aktar</translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1649"/> + <location filename="../Preferences/__init__.py" line="1652"/> <source>Properties File (*.ini);;All Files (*)</source> <translation type="unfinished"></translation> </message> @@ -54365,7 +54385,7 @@ <context> <name>ProjectFormsBrowser</name> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="1021"/> + <location filename="../Project/ProjectFormsBrowser.py" line="1029"/> <source>Forms</source> <translation>Formlar</translation> </message> @@ -54510,87 +54530,87 @@ <translation>Formları derle</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="630"/> + <location filename="../Project/ProjectFormsBrowser.py" line="637"/> <source>New Form</source> <translation>Yeni Form</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="585"/> + <location filename="../Project/ProjectFormsBrowser.py" line="592"/> <source>Select a form type:</source> <translation>Form tipini seç:</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="599"/> + <location filename="../Project/ProjectFormsBrowser.py" line="606"/> <source>Qt User-Interface Files (*.ui);;All Files (*)</source> <translation>Qt Kullanıcı-Arayüz Dosyaları (*.ui);;Tüm Dosyalar (*)</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="618"/> + <location filename="../Project/ProjectFormsBrowser.py" line="625"/> <source>The file already exists! Overwrite it?</source> <translation>Bu dosya halihazırda var! Üzerine yazılsın mı?</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="630"/> + <location filename="../Project/ProjectFormsBrowser.py" line="637"/> <source><p>The new form file <b>{0}</b> could not be created.<br>Problem: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="658"/> + <location filename="../Project/ProjectFormsBrowser.py" line="665"/> <source>Delete forms</source> <translation>Formları sil</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="658"/> + <location filename="../Project/ProjectFormsBrowser.py" line="665"/> <source>Do you really want to delete these forms from the project?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="812"/> + <location filename="../Project/ProjectFormsBrowser.py" line="819"/> <source>Form Compilation</source> <translation>Form Derleme</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="784"/> + <location filename="../Project/ProjectFormsBrowser.py" line="791"/> <source>The compilation of the form file was successful.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="799"/> + <location filename="../Project/ProjectFormsBrowser.py" line="806"/> <source><p>The compilation of the form file failed.</p><p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="812"/> + <location filename="../Project/ProjectFormsBrowser.py" line="819"/> <source>The compilation of the form file failed.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="886"/> + <location filename="../Project/ProjectFormsBrowser.py" line="894"/> <source>Process Generation Error</source> <translation>İşlem Üretecinde Hata</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="886"/> + <location filename="../Project/ProjectFormsBrowser.py" line="894"/> <source>Could not start {0}.<br>Ensure that it is in the search path.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="978"/> + <location filename="../Project/ProjectFormsBrowser.py" line="986"/> <source>Compiling forms...</source> <translation>Formlar derleniyor...</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="1017"/> + <location filename="../Project/ProjectFormsBrowser.py" line="1025"/> <source>Abort</source> <translation>Vazgeç</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="1017"/> + <location filename="../Project/ProjectFormsBrowser.py" line="1025"/> <source>Determining changed forms...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="1049"/> + <location filename="../Project/ProjectFormsBrowser.py" line="1057"/> <source>Compiling changed forms...</source> <translation>Değişen formlar derleniyor...</translation> </message> @@ -54645,20 +54665,15 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="1017"/> + <location filename="../Project/ProjectFormsBrowser.py" line="1025"/> <source>%v/%m Forms</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="1102"/> + <location filename="../Project/ProjectFormsBrowser.py" line="352"/> <source>Configure uic Compiler</source> <translation type="unfinished"></translation> </message> - <message> - <location filename="../Project/ProjectFormsBrowser.py" line="1102"/> - <source>No project specific uic compiler flags are supported for PySide or PySide2.</source> - <translation type="unfinished"></translation> - </message> </context> <context> <name>ProjectInterfacesBrowser</name> @@ -55290,7 +55305,7 @@ <context> <name>ProjectResourcesBrowser</name> <message> - <location filename="../Project/ProjectResourcesBrowser.py" line="902"/> + <location filename="../Project/ProjectResourcesBrowser.py" line="896"/> <source>Resources</source> <translation>Kaynaklar</translation> </message> @@ -55420,37 +55435,37 @@ <translation>Kaynağın derlenmesinde hata.</translation> </message> <message> - <location filename="../Project/ProjectResourcesBrowser.py" line="757"/> + <location filename="../Project/ProjectResourcesBrowser.py" line="751"/> <source>Process Generation Error</source> <translation>İşlem Üretecinde Hata</translation> </message> <message> - <location filename="../Project/ProjectResourcesBrowser.py" line="757"/> + <location filename="../Project/ProjectResourcesBrowser.py" line="751"/> <source>Could not start {0}.<br>Ensure that it is in the search path.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/ProjectResourcesBrowser.py" line="823"/> + <location filename="../Project/ProjectResourcesBrowser.py" line="817"/> <source>Compiling resources...</source> <translation>Kaynaklar derleniyor...</translation> </message> <message> - <location filename="../Project/ProjectResourcesBrowser.py" line="898"/> + <location filename="../Project/ProjectResourcesBrowser.py" line="892"/> <source>Abort</source> <translation>Vazgeç</translation> </message> <message> - <location filename="../Project/ProjectResourcesBrowser.py" line="898"/> + <location filename="../Project/ProjectResourcesBrowser.py" line="892"/> <source>Determining changed resources...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/ProjectResourcesBrowser.py" line="936"/> + <location filename="../Project/ProjectResourcesBrowser.py" line="930"/> <source>Compiling changed resources...</source> <translation>Değişen kaynaklar derleniyor...</translation> </message> <message> - <location filename="../Project/ProjectResourcesBrowser.py" line="898"/> + <location filename="../Project/ProjectResourcesBrowser.py" line="892"/> <source>%v/%m Resources</source> <translation type="unfinished"></translation> </message> @@ -61332,42 +61347,42 @@ <translation><b>Qt'yi Ayarla</b></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="43"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="49"/> <source><font color="#FF0000"><b>Note:</b> This setting is activated at the next startup of the application.</font></source> <translation><font color="#FF0000"><b>Not:</b> Bu ayarlamalar uygulamanın bir sonraki çalıştırılmasında aktif hale geçecektir.</font></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="84"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="90"/> <source>Qt Tools</source> <translation>QT Araçları</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="117"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="123"/> <source>The tool executable is composed of the prefix, the tool name and the postfix. For win, the extension is added automatically.</source> <translation>çalışabilen araçların kendiliğinden oluşan ön eki. başarı için, kendiliğinden eklenir.</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="163"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="169"/> <source>This gives an example of the complete tool name</source> <translation>Bu tüm araç isimlerinin bir örneğini verir</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="166"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="172"/> <source>designer</source> <translation>dizayncı</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="37"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="43"/> <source>Qt Translations Directory</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="59"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="65"/> <source>Enter the path of the Qt translations directory.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="66"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="72"/> <source><b>Note:</b> Leave this entry empty to use an environment variable or the path compiled into the Qt library. Environment variables supported are <ul> <li>QT4TRANSLATIONSDIR for Qt4</li> @@ -61377,70 +61392,100 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="129"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="135"/> <source>Qt-Prefix:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="136"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="142"/> <source>Enter the prefix for the Qt tools name</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="143"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="149"/> <source>Qt-Postfix:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="150"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="156"/> <source>Enter the postfix for the Qt tools name</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="210"/> - <source>pyuic / pyside-uic Options</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="216"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="226"/> <source>Indent Width:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="223"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="233"/> <source>Select the indent width (default: 4)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="255"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="327"/> <source>Generate imports relative to '.'</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="184"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="296"/> <source>Tools Directory:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="108"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="114"/> <source>Enter the path of the Qt tools directory, if they are not found.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="178"/> - <source>PyQt Tools</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="200"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="211"/> <source>Enter the path of the PyQt tools directory, if they are not found.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.py" line="67"/> + <location filename="../Preferences/ConfigurationPages/QtPage.py" line="87"/> <source>Sample: {0}designer{1}</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="312"/> + <source>Enter the path of the PySide2 tools directory, if they are not found.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="37"/> + <source>Qt</source> + <translation type="unfinished">Qt</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="187"/> + <source>PyQt</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="220"/> + <source>pyuic Options</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="272"/> + <source>Select to generate extra code to test and display the form</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="275"/> + <source>Generate Extra Test Code</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="288"/> + <source>PySide2</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="321"/> + <source>pyside2-uic Options</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>Queues</name> @@ -85472,12 +85517,12 @@ <translation type="obsolete">Sayfa stili dosyasının adını giriniz</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/WebBrowserInterfacePage.py" line="36"/> + <location filename="../Preferences/ConfigurationPages/WebBrowserInterfacePage.py" line="37"/> <source>Qt Style Sheets (*.qss);;Cascading Style Sheets (*.css);;All files (*)</source> <translation type="unfinished">Qt Sayfa stili (*.qss);;Üstüste Sayfa Stili (*.css);;Tüm Dosyalar (*)</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/WebBrowserInterfacePage.py" line="62"/> + <location filename="../Preferences/ConfigurationPages/WebBrowserInterfacePage.py" line="63"/> <source>System</source> <translation type="unfinished">Sistem</translation> </message> @@ -89444,12 +89489,12 @@ <context> <name>eric6</name> <message> - <location filename="../eric6.py" line="390"/> + <location filename="../eric6.py" line="391"/> <source>Starting...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../eric6.py" line="395"/> + <location filename="../eric6.py" line="396"/> <source>Generating Main Window...</source> <translation type="unfinished">Anapencere üretiliyor...</translation> </message>
--- a/eric6/i18n/eric6_zh_CN.ts Sat Mar 07 11:12:38 2020 +0100 +++ b/eric6/i18n/eric6_zh_CN.ts Sun Apr 05 12:06:15 2020 +0200 @@ -30816,7 +30816,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3398"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3397"/> <source>Mercurial Command Server</source> <translation type="unfinished"></translation> </message> @@ -30826,7 +30826,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3398"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3397"/> <source><p>The Mercurial Command Server could not be started.</p><p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> @@ -30946,62 +30946,62 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3525"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3524"/> <source>Mercurial Bookmark</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3547"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3546"/> <source>Delete Bookmark</source> <translation type="unfinished">删除书签</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3547"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3546"/> <source>Select the bookmark to be deleted:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3558"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3557"/> <source>Delete Mercurial Bookmark</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3591"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3590"/> <source>Rename Mercurial Bookmark</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3633"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3632"/> <source>Move Mercurial Bookmark</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3727"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3726"/> <source>Pull Bookmark</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3727"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3726"/> <source>Select the bookmark to be pulled:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3739"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3738"/> <source>Pulling bookmark from a remote Mercurial repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3771"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3770"/> <source>Push Bookmark</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3771"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3770"/> <source>Select the bookmark to be push:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3783"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3782"/> <source>Pushing bookmark to a remote Mercurial repository</source> <translation type="unfinished"></translation> </message> @@ -31967,42 +31967,42 @@ <context> <name>HgClient</name> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="86"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="91"/> <source>The process {0} could not be started. Ensure, that it is in the search path.</source> <translation type="unfinished">进程 {0} 无法启动。请保证它处在搜索路径中。</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="133"/> - <source>Did not receive the 'hello' message.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="135"/> - <source>Received data on unexpected channel.</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="140"/> + <source>Did not receive the 'hello' message.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="142"/> + <source>Received data on unexpected channel.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="147"/> <source>Bad 'hello' message, expected 'capabilities: ' but got '{0}'.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="145"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="152"/> <source>'capabilities' message did not contain any capability.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="153"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="160"/> <source>Bad 'hello' message, expected 'encoding: ' but got '{0}'.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="158"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="165"/> <source>'encoding' message did not contain any encoding.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="352"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="383"/> <source>For message see output dialog.</source> <translation type="unfinished"></translation> </message> @@ -32409,32 +32409,32 @@ <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDialog.ui" line="73"/> <source>Input</source> - <translation type="obsolete">输入</translation> + <translation type="unfinished">输入</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDialog.ui" line="98"/> <source>&Send</source> - <translation type="obsolete">发送(&S)</translation> + <translation type="unfinished">发送(&S)</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDialog.ui" line="101"/> <source>Alt+S</source> - <translation type="obsolete">Alt+S</translation> + <translation type="unfinished">Alt+S</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDialog.ui" line="115"/> <source>Select to switch the input field to password mode</source> - <translation type="obsolete">选择将输入区域转换成密码模式</translation> + <translation type="unfinished">选择将输入区域转换成密码模式</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDialog.ui" line="118"/> <source>&Password Mode</source> - <translation type="obsolete">密码模式(&P)</translation> + <translation type="unfinished">密码模式(&P)</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDialog.ui" line="121"/> <source>Alt+P</source> - <translation type="obsolete">Alt+P</translation> + <translation type="unfinished">Alt+P</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDialog.py" line="172"/> @@ -32446,6 +32446,26 @@ <source>The process {0} could not be started. Ensure, that it is in the search path.</source> <translation type="obsolete">进程 {0} 无法启动。请保证它处在搜索路径中。</translation> </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDialog.ui" line="95"/> + <source>Press to send the input to the subversion process</source> + <translation type="obsolete">点击将输入发送到 subversion 进程</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDialog.ui" line="108"/> + <source>Enter data to be sent to the subversion process</source> + <translation type="obsolete">输入要发送到 subversion 进程的数据</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDialog.ui" line="95"/> + <source>Press to send the input to the Mercurial process</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDialog.ui" line="108"/> + <source>Enter data to be sent to the Mercurial process</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>HgDiffDialog</name> @@ -52816,17 +52836,17 @@ <context> <name>Preferences</name> <message> - <location filename="../Preferences/__init__.py" line="1621"/> + <location filename="../Preferences/__init__.py" line="1624"/> <source>Export Preferences</source> <translation>导出首选项</translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1649"/> + <location filename="../Preferences/__init__.py" line="1652"/> <source>Import Preferences</source> <translation>导入首选项</translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1649"/> + <location filename="../Preferences/__init__.py" line="1652"/> <source>Properties File (*.ini);;All Files (*)</source> <translation>属性文件 (*.ini);;所有文件 (*)</translation> </message> @@ -54880,7 +54900,7 @@ <context> <name>ProjectFormsBrowser</name> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="1021"/> + <location filename="../Project/ProjectFormsBrowser.py" line="1029"/> <source>Forms</source> <translation>窗体</translation> </message> @@ -55020,72 +55040,72 @@ <translation>编译窗体</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="630"/> + <location filename="../Project/ProjectFormsBrowser.py" line="637"/> <source>New Form</source> <translation>新建窗体</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="585"/> + <location filename="../Project/ProjectFormsBrowser.py" line="592"/> <source>Select a form type:</source> <translation>选择窗体类型:</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="599"/> + <location filename="../Project/ProjectFormsBrowser.py" line="606"/> <source>Qt User-Interface Files (*.ui);;All Files (*)</source> <translation>Qt 用户界面文件 (*.ui);;所有文件 (*)</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="618"/> + <location filename="../Project/ProjectFormsBrowser.py" line="625"/> <source>The file already exists! Overwrite it?</source> <translation>文件已存在!是否覆盖?</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="658"/> + <location filename="../Project/ProjectFormsBrowser.py" line="665"/> <source>Delete forms</source> <translation>删除窗体</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="658"/> + <location filename="../Project/ProjectFormsBrowser.py" line="665"/> <source>Do you really want to delete these forms from the project?</source> <translation>确定要从项目中删除这些窗体?</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="812"/> + <location filename="../Project/ProjectFormsBrowser.py" line="819"/> <source>Form Compilation</source> <translation>窗体编译</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="784"/> + <location filename="../Project/ProjectFormsBrowser.py" line="791"/> <source>The compilation of the form file was successful.</source> <translation>窗体文件编译成功。</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="812"/> + <location filename="../Project/ProjectFormsBrowser.py" line="819"/> <source>The compilation of the form file failed.</source> <translation>窗体文件编译失败。</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="886"/> + <location filename="../Project/ProjectFormsBrowser.py" line="894"/> <source>Process Generation Error</source> <translation>进程生成错误</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="978"/> + <location filename="../Project/ProjectFormsBrowser.py" line="986"/> <source>Compiling forms...</source> <translation>正在编译窗体…</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="1017"/> + <location filename="../Project/ProjectFormsBrowser.py" line="1025"/> <source>Abort</source> <translation>终止</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="1017"/> + <location filename="../Project/ProjectFormsBrowser.py" line="1025"/> <source>Determining changed forms...</source> <translation>正在确定更改的窗体…</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="1049"/> + <location filename="../Project/ProjectFormsBrowser.py" line="1057"/> <source>Compiling changed forms...</source> <translation>正在编译更改的窗体…</translation> </message> @@ -55095,17 +55115,17 @@ <translation>将路径复制到剪贴板</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="630"/> + <location filename="../Project/ProjectFormsBrowser.py" line="637"/> <source><p>The new form file <b>{0}</b> could not be created.<br>Problem: {1}</p></source> <translation><p>新窗体文件 <b>{0}</b> 无法创建。<br>原因:{1}</p></translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="799"/> + <location filename="../Project/ProjectFormsBrowser.py" line="806"/> <source><p>The compilation of the form file failed.</p><p>Reason: {0}</p></source> <translation><p>窗体文件编译失败。</p><p>原因:{0}</p></translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="886"/> + <location filename="../Project/ProjectFormsBrowser.py" line="894"/> <source>Could not start {0}.<br>Ensure that it is in the search path.</source> <translation type="unfinished">无法启动 {0}。请保证它处在搜索路径中。</translation> </message> @@ -55160,20 +55180,15 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="1017"/> + <location filename="../Project/ProjectFormsBrowser.py" line="1025"/> <source>%v/%m Forms</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="1102"/> + <location filename="../Project/ProjectFormsBrowser.py" line="352"/> <source>Configure uic Compiler</source> <translation type="unfinished"></translation> </message> - <message> - <location filename="../Project/ProjectFormsBrowser.py" line="1102"/> - <source>No project specific uic compiler flags are supported for PySide or PySide2.</source> - <translation type="unfinished"></translation> - </message> </context> <context> <name>ProjectInterfacesBrowser</name> @@ -55805,7 +55820,7 @@ <context> <name>ProjectResourcesBrowser</name> <message> - <location filename="../Project/ProjectResourcesBrowser.py" line="902"/> + <location filename="../Project/ProjectResourcesBrowser.py" line="896"/> <source>Resources</source> <translation>资源</translation> </message> @@ -55920,27 +55935,27 @@ <translation>资源文件编译失败。</translation> </message> <message> - <location filename="../Project/ProjectResourcesBrowser.py" line="757"/> + <location filename="../Project/ProjectResourcesBrowser.py" line="751"/> <source>Process Generation Error</source> <translation>进程生成错误</translation> </message> <message> - <location filename="../Project/ProjectResourcesBrowser.py" line="823"/> + <location filename="../Project/ProjectResourcesBrowser.py" line="817"/> <source>Compiling resources...</source> <translation>正在编译资源…</translation> </message> <message> - <location filename="../Project/ProjectResourcesBrowser.py" line="898"/> + <location filename="../Project/ProjectResourcesBrowser.py" line="892"/> <source>Abort</source> <translation>终止</translation> </message> <message> - <location filename="../Project/ProjectResourcesBrowser.py" line="898"/> + <location filename="../Project/ProjectResourcesBrowser.py" line="892"/> <source>Determining changed resources...</source> <translation>正在确认改变的资源…</translation> </message> <message> - <location filename="../Project/ProjectResourcesBrowser.py" line="936"/> + <location filename="../Project/ProjectResourcesBrowser.py" line="930"/> <source>Compiling changed resources...</source> <translation>正在编译改变的资源…</translation> </message> @@ -55960,12 +55975,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/ProjectResourcesBrowser.py" line="757"/> + <location filename="../Project/ProjectResourcesBrowser.py" line="751"/> <source>Could not start {0}.<br>Ensure that it is in the search path.</source> <translation>无法启动 {0}。请保证它处在搜索路径中。</translation> </message> <message> - <location filename="../Project/ProjectResourcesBrowser.py" line="898"/> + <location filename="../Project/ProjectResourcesBrowser.py" line="892"/> <source>%v/%m Resources</source> <translation type="unfinished"></translation> </message> @@ -61942,42 +61957,42 @@ <translation><b>配置 Qt</b></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="84"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="90"/> <source>Qt Tools</source> <translation>Qt 工具</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="163"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="169"/> <source>This gives an example of the complete tool name</source> <translation>这里给出了完整工具名称的一个范例</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="166"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="172"/> <source>designer</source> <translation>设计师</translation> </message> <message> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="49"/> + <source><font color="#FF0000"><b>Note:</b> This setting is activated at the next startup of the application.</font></source> + <translation><font color="#FF0000"><b>注意:</b> 该设置将在下次启动应用程序时生效。</font></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="123"/> + <source>The tool executable is composed of the prefix, the tool name and the postfix. For win, the extension is added automatically.</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="43"/> - <source><font color="#FF0000"><b>Note:</b> This setting is activated at the next startup of the application.</font></source> - <translation><font color="#FF0000"><b>注意:</b> 该设置将在下次启动应用程序时生效。</font></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="117"/> - <source>The tool executable is composed of the prefix, the tool name and the postfix. For win, the extension is added automatically.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="37"/> <source>Qt Translations Directory</source> <translation>Qt 翻译文件夹</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="59"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="65"/> <source>Enter the path of the Qt translations directory.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="66"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="72"/> <source><b>Note:</b> Leave this entry empty to use an environment variable or the path compiled into the Qt library. Environment variables supported are <ul> <li>QT4TRANSLATIONSDIR for Qt4</li> @@ -61987,70 +62002,105 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="129"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="135"/> <source>Qt-Prefix:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="136"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="142"/> <source>Enter the prefix for the Qt tools name</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="143"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="149"/> <source>Qt-Postfix:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="150"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="156"/> <source>Enter the postfix for the Qt tools name</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="210"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="242"/> <source>pyuic / pyside-uic Options</source> - <translation>pyuic / pyside-uic 选项</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="216"/> + <translation type="obsolete">pyuic / pyside-uic 选项</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="226"/> <source>Indent Width:</source> <translation>缩进宽度:</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="223"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="233"/> <source>Select the indent width (default: 4)</source> <translation>缩进宽度(默认值:4)</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="255"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="327"/> <source>Generate imports relative to '.'</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="184"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="296"/> <source>Tools Directory:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="108"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="114"/> <source>Enter the path of the Qt tools directory, if they are not found.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="178"/> - <source>PyQt Tools</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="200"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="211"/> <source>Enter the path of the PyQt tools directory, if they are not found.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.py" line="67"/> + <location filename="../Preferences/ConfigurationPages/QtPage.py" line="87"/> <source>Sample: {0}designer{1}</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="312"/> + <source>Enter the path of the PySide2 tools directory, if they are not found.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="37"/> + <source>Qt</source> + <translation type="unfinished">Qt</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="187"/> + <source>PyQt</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="220"/> + <source>pyuic Options</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="272"/> + <source>Select to generate extra code to test and display the form</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="275"/> + <source>Generate Extra Test Code</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="288"/> + <source>PySide2</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="321"/> + <source>pyside2-uic Options</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>Queues</name> @@ -86226,12 +86276,12 @@ <translation type="obsolete">输入样式表文件的名称</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/WebBrowserInterfacePage.py" line="36"/> + <location filename="../Preferences/ConfigurationPages/WebBrowserInterfacePage.py" line="37"/> <source>Qt Style Sheets (*.qss);;Cascading Style Sheets (*.css);;All files (*)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/WebBrowserInterfacePage.py" line="62"/> + <location filename="../Preferences/ConfigurationPages/WebBrowserInterfacePage.py" line="63"/> <source>System</source> <translation type="unfinished"></translation> </message> @@ -90174,12 +90224,12 @@ <context> <name>eric6</name> <message> - <location filename="../eric6.py" line="390"/> + <location filename="../eric6.py" line="391"/> <source>Starting...</source> <translation>正在启动…</translation> </message> <message> - <location filename="../eric6.py" line="395"/> + <location filename="../eric6.py" line="396"/> <source>Generating Main Window...</source> <translation>正在产生主窗口…</translation> </message>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/1downarrow.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m1.8838 5.5-0.88379 0.89323 10 10.107 10-10.107-0.88379-0.89323-9.1162 9.2135-9.1162-9.2135" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/1leftarrow.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m15.607 1-10.107 10 10.107 10 0.89322-0.88379-9.2135-9.1162 9.2135-9.1162-0.89322-0.88379" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/1rightarrow.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m6.3932 1-0.89323 0.88379 9.2135 9.1162-9.2135 9.1162 0.89323 0.88379 10.107-10-10.107-10" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/1uparrow.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + <path class="ColorScheme-Text" d="m1.8838 16.5-0.88375-0.89319 10-10.107 10 10.107-0.88375 0.89319-9.1162-9.2136-9.1162 9.2136" color="#eff0f1" fill="currentColor" stroke-width="1.2567"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/2downarrow.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + <path class="ColorScheme-Text" d="m1.8838 2.5-0.88375 0.87685 10 9.9219 10-9.9219-0.88375-0.87685-9.1162 9.0451zm0 6.2012-0.88375 0.87685 10 9.9219 10-9.9219-0.88375-0.87685-9.1162 9.0451z" color="#eff0f1" fill="currentColor" stroke-width="1.2451"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/2leftarrow.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + <path class="ColorScheme-Text" d="m19.5 1.8838-0.87685-0.88375-9.9219 10 9.9219 10 0.87685-0.88375-9.0451-9.1162zm-6.2012 0-0.87685-0.88375-9.9219 10 9.9219 10 0.87685-0.88375-9.0451-9.1162z" color="#eff0f1" fill="currentColor" stroke-width="1.2451"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/2rightarrow.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + <path class="ColorScheme-Text" d="m2.5 1.8838 0.87685-0.88375 9.9219 10-9.9219 10-0.87685-0.88375 9.0451-9.1162zm6.2012 0 0.87685-0.88375 9.9219 10-9.9219 10-0.87685-0.88375 9.0451-9.1162z" color="#eff0f1" fill="currentColor" stroke-width="1.2451"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/2uparrow.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + <path class="ColorScheme-Text" d="m1.8838 19.5-0.88375-0.87685 10-9.9219 10 9.9219-0.88375 0.87685-9.1162-9.0451zm0-6.2012-0.88375-0.87685 10-9.9219 10 9.9219-0.88375 0.87685-9.1162-9.0451z" color="#eff0f1" fill="currentColor" stroke-width="1.2451"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/LICENSE.breeze Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,209 @@ +The Breeze Icon Theme + + Copyright (C) 2014 Uri Herrera <uri_herrera@nitrux.in> and others + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see <http://www.gnu.org/licenses/>. + +Clarification: + + The GNU Lesser General Public License or LGPL is written for + software libraries in the first place. We expressly want the LGPL to + be valid for this artwork library too. + + KDE Breeze theme icons is a special kind of software library, it is an + artwork library, it's elements can be used in a Graphical User Interface, or + GUI. + + Source code, for this library means: + - where they exist, SVG; + - otherwise, if applicable, the multi-layered formats xcf or psd, or + otherwise png. + + The LGPL in some sections obliges you to make the files carry + notices. With images this is in some cases impossible or hardly useful. + + With this library a notice is placed at a prominent place in the directory + containing the elements. You may follow this practice. + + The exception in section 5 of the GNU Lesser General Public License covers + the use of elements of this art library in a GUI. + + https://vdesign.kde.org/ + +----- + GNU LESSER GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/> + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + + This version of the GNU Lesser General Public License incorporates +the terms and conditions of version 3 of the GNU General Public +License, supplemented by the additional permissions listed below. + + 0. Additional Definitions. + + As used herein, "this License" refers to version 3 of the GNU Lesser +General Public License, and the "GNU GPL" refers to version 3 of the GNU +General Public License. + + "The Library" refers to a covered work governed by this License, +other than an Application or a Combined Work as defined below. + + An "Application" is any work that makes use of an interface provided +by the Library, but which is not otherwise based on the Library. +Defining a subclass of a class defined by the Library is deemed a mode +of using an interface provided by the Library. + + A "Combined Work" is a work produced by combining or linking an +Application with the Library. The particular version of the Library +with which the Combined Work was made is also called the "Linked +Version". + + The "Minimal Corresponding Source" for a Combined Work means the +Corresponding Source for the Combined Work, excluding any source code +for portions of the Combined Work that, considered in isolation, are +based on the Application, and not on the Linked Version. + + The "Corresponding Application Code" for a Combined Work means the +object code and/or source code for the Application, including any data +and utility programs needed for reproducing the Combined Work from the +Application, but excluding the System Libraries of the Combined Work. + + 1. Exception to Section 3 of the GNU GPL. + + You may convey a covered work under sections 3 and 4 of this License +without being bound by section 3 of the GNU GPL. + + 2. Conveying Modified Versions. + + If you modify a copy of the Library, and, in your modifications, a +facility refers to a function or data to be supplied by an Application +that uses the facility (other than as an argument passed when the +facility is invoked), then you may convey a copy of the modified +version: + + a) under this License, provided that you make a good faith effort to + ensure that, in the event an Application does not supply the + function or data, the facility still operates, and performs + whatever part of its purpose remains meaningful, or + + b) under the GNU GPL, with none of the additional permissions of + this License applicable to that copy. + + 3. Object Code Incorporating Material from Library Header Files. + + The object code form of an Application may incorporate material from +a header file that is part of the Library. You may convey such object +code under terms of your choice, provided that, if the incorporated +material is not limited to numerical parameters, data structure +layouts and accessors, or small macros, inline functions and templates +(ten or fewer lines in length), you do both of the following: + + a) Give prominent notice with each copy of the object code that the + Library is used in it and that the Library and its use are + covered by this License. + + b) Accompany the object code with a copy of the GNU GPL and this license + document. + + 4. Combined Works. + + You may convey a Combined Work under terms of your choice that, +taken together, effectively do not restrict modification of the +portions of the Library contained in the Combined Work and reverse +engineering for debugging such modifications, if you also do each of +the following: + + a) Give prominent notice with each copy of the Combined Work that + the Library is used in it and that the Library and its use are + covered by this License. + + b) Accompany the Combined Work with a copy of the GNU GPL and this license + document. + + c) For a Combined Work that displays copyright notices during + execution, include the copyright notice for the Library among + these notices, as well as a reference directing the user to the + copies of the GNU GPL and this license document. + + d) Do one of the following: + + 0) Convey the Minimal Corresponding Source under the terms of this + License, and the Corresponding Application Code in a form + suitable for, and under terms that permit, the user to + recombine or relink the Application with a modified version of + the Linked Version to produce a modified Combined Work, in the + manner specified by section 6 of the GNU GPL for conveying + Corresponding Source. + + 1) Use a suitable shared library mechanism for linking with the + Library. A suitable mechanism is one that (a) uses at run time + a copy of the Library already present on the user's computer + system, and (b) will operate properly with a modified version + of the Library that is interface-compatible with the Linked + Version. + + e) Provide Installation Information, but only if you would otherwise + be required to provide such information under section 6 of the + GNU GPL, and only to the extent that such information is + necessary to install and execute a modified version of the + Combined Work produced by recombining or relinking the + Application with a modified version of the Linked Version. (If + you use option 4d0, the Installation Information must accompany + the Minimal Corresponding Source and Corresponding Application + Code. If you use option 4d1, you must provide the Installation + Information in the manner specified by section 6 of the GNU GPL + for conveying Corresponding Source.) + + 5. Combined Libraries. + + You may place library facilities that are a work based on the +Library side by side in a single library together with other library +facilities that are not Applications and are not covered by this +License, and convey such a combined library under terms of your +choice, if you do both of the following: + + a) Accompany the combined library with a copy of the same work based + on the Library, uncombined with any other library facilities, + conveyed under the terms of this License. + + b) Give prominent notice with the combined library that part of it + is a work based on the Library, and explaining where to find the + accompanying uncombined form of the same work. + + 6. Revised Versions of the GNU Lesser General Public License. + + The Free Software Foundation may publish revised and/or new versions +of the GNU Lesser General Public License from time to time. Such new +versions will be similar in spirit to the present version, but may +differ in detail to address new problems or concerns. + + Each version is given a distinguishing version number. If the +Library as you received it specifies that a certain numbered version +of the GNU Lesser General Public License "or any later version" +applies to it, you have the option of following the terms and +conditions either of that published version or of any later version +published by the Free Software Foundation. If the Library as you +received it does not specify a version number of the GNU Lesser +General Public License, you may choose any version of the GNU Lesser +General Public License ever published by the Free Software Foundation. + + If the Library as you received it specifies that a proxy can decide +whether future versions of the GNU Lesser General Public License shall +apply, that proxy's public statement of acceptance of any version is +permanent authorization for you to choose that version for the +Library.
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/actionsToolButton.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m1 3.5v2.5h20v-2.5h-20m0 6.25v2.5h20v-2.5h-20m0 6.25v2.5h20v-2.5h-20" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/adBlockAction.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m1 3.5v2.5h20v-2.5h-20m0 6.25v2.5h20v-2.5h-20m0 6.25v2.5h20v-2.5h-20" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/adBlockPlus.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.0" xmlns="http://www.w3.org/2000/svg"> + <g transform="matrix(.08572 0 0 .085259 -6.9101 -13.5)"> + <g transform="matrix(8.259 0 0 8.259 -1246.1 -3046.4)"> + <path transform="matrix(1.2678 1.7357 -1.7357 1.2678 187.63 395.98)" d="m3.8498 13-5.7925 0.92859-4.7525-3.4393-0.92859-5.7925 3.4393-4.7525 5.7925-0.92859 4.7525 3.4393 0.92859 5.7925z" fill="#fff" stroke="#000" stroke-linecap="square" stroke-width=".23263"/> + <path transform="matrix(1.1488 1.5728 -1.5728 1.1488 186.64 396.59)" d="m3.8498 13-5.7925 0.92859-4.7525-3.4393-0.92859-5.7925 3.4393-4.7525 5.7925-0.92859 4.7525 3.4393 0.92859 5.7925z" fill="#f00"/> + <path transform="matrix(.96443 0 0 1.2232 150.79 384.56)" d="m19.535 18.613h-3.5273l-0.55664 1.5938h-2.2676l3.2402-8.748h2.6895l3.2402 8.748h-2.2676zm-2.9648-1.623h2.3965l-1.1953-3.4805zm10.441-2.1445c0.35546 5e-6 0.625-0.07812 0.80859-0.23438 0.18359-0.15624 0.27538-0.38671 0.27539-0.69141-6e-6 -0.30078-0.0918-0.53027-0.27539-0.68848-0.1836-0.1582-0.45313-0.2373-0.80859-0.2373h-1.248v1.8516zm0.07617 3.8262c0.45312 1e-6 0.79394-0.0957 1.0225-0.28711 0.22851-0.1914 0.34277-0.48047 0.34277-0.86719-6e-6 -0.3789-0.11329-0.66308-0.33984-0.85254-0.22657-0.18945-0.56836-0.28418-1.0254-0.28418h-1.3242v2.291zm2.0977-3.1465c0.48437 0.14063 0.85937 0.4004 1.125 0.7793 0.26562 0.37891 0.39843 0.84375 0.39844 1.3945-8e-6 0.84375-0.28516 1.4727-0.85547 1.8867-0.57032 0.41406-1.4375 0.62109-2.6016 0.62109h-3.7441v-8.748h3.3867c1.2148 9e-6 2.0947 0.1836 2.6396 0.55078 0.54491 0.3672 0.81738 0.95509 0.81738 1.7637-8e-6 0.42579-0.09962 0.78809-0.29883 1.0869-0.19923 0.29883-0.48829 0.52051-0.86719 0.66504zm3.4629-4.0664h3.7441c1.1133 9e-6 1.9678 0.24708 2.5635 0.74121 0.5957 0.49415 0.89355 1.1982 0.89355 2.1123-8e-6 0.91797-0.29786 1.624-0.89355 2.1182-0.59571 0.49414-1.4502 0.74121-2.5635 0.74121h-1.4883v3.0352h-2.2559zm2.2559 1.6348v2.4434h1.248c0.4375 5e-6 0.77538-0.10644 1.0137-0.31934 0.23828-0.21288 0.35742-0.51464 0.35742-0.90527-6e-6 -0.39062-0.11915-0.6914-0.35742-0.90234-0.23829-0.21093-0.57618-0.3164-1.0137-0.31641z" fill="#fff"/> + </g> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/adBlockPlus48.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="48" height="48" version="1.0" xmlns="http://www.w3.org/2000/svg"> + <g transform="matrix(.18749 0 0 .18753 -15.182 -30.267)"> + <g transform="matrix(8.259 0 0 8.259 -1246.1 -3046.4)"> + <path transform="matrix(1.2678 1.7357 -1.7357 1.2678 187.63 395.98)" d="m3.8498 13-5.7925 0.92859-4.7525-3.4393-0.92859-5.7925 3.4393-4.7525 5.7925-0.92859 4.7525 3.4393 0.92859 5.7925z" fill="#fff" stroke="#000" stroke-linecap="square" stroke-width=".23263"/> + <path transform="matrix(1.1488 1.5728 -1.5728 1.1488 186.64 396.59)" d="m3.8498 13-5.7925 0.92859-4.7525-3.4393-0.92859-5.7925 3.4393-4.7525 5.7925-0.92859 4.7525 3.4393 0.92859 5.7925z" fill="#f00"/> + <path transform="matrix(.96443 0 0 1.2232 150.79 384.56)" d="m19.535 18.613h-3.5273l-0.55664 1.5938h-2.2676l3.2402-8.748h2.6895l3.2402 8.748h-2.2676zm-2.9648-1.623h2.3965l-1.1953-3.4805zm10.441-2.1445c0.35546 5e-6 0.625-0.07812 0.80859-0.23438 0.18359-0.15624 0.27538-0.38671 0.27539-0.69141-6e-6 -0.30078-0.0918-0.53027-0.27539-0.68848-0.1836-0.1582-0.45313-0.2373-0.80859-0.2373h-1.248v1.8516zm0.07617 3.8262c0.45312 1e-6 0.79394-0.0957 1.0225-0.28711 0.22851-0.1914 0.34277-0.48047 0.34277-0.86719-6e-6 -0.3789-0.11329-0.66308-0.33984-0.85254-0.22657-0.18945-0.56836-0.28418-1.0254-0.28418h-1.3242v2.291zm2.0977-3.1465c0.48437 0.14063 0.85937 0.4004 1.125 0.7793 0.26562 0.37891 0.39843 0.84375 0.39844 1.3945-8e-6 0.84375-0.28516 1.4727-0.85547 1.8867-0.57032 0.41406-1.4375 0.62109-2.6016 0.62109h-3.7441v-8.748h3.3867c1.2148 9e-6 2.0947 0.1836 2.6396 0.55078 0.54491 0.3672 0.81738 0.95509 0.81738 1.7637-8e-6 0.42579-0.09962 0.78809-0.29883 1.0869-0.19923 0.29883-0.48829 0.52051-0.86719 0.66504zm3.4629-4.0664h3.7441c1.1133 9e-6 1.9678 0.24708 2.5635 0.74121 0.5957 0.49415 0.89355 1.1982 0.89355 2.1123-8e-6 0.91797-0.29786 1.624-0.89355 2.1182-0.59571 0.49414-1.4502 0.74121-2.5635 0.74121h-1.4883v3.0352h-2.2559zm2.2559 1.6348v2.4434h1.248c0.4375 5e-6 0.77538-0.10644 1.0137-0.31934 0.23828-0.21288 0.35742-0.51464 0.35742-0.90527-6e-6 -0.39062-0.11915-0.6914-0.35742-0.90234-0.23829-0.21093-0.57618-0.3164-1.0137-0.31641z" fill="#fff"/> + </g> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/adBlockPlusDisabled.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.0" xmlns="http://www.w3.org/2000/svg"> + <g transform="matrix(.08572 0 0 .085259 -6.9101 -13.539)" fill="#fff"> + <g transform="matrix(8.259 0 0 8.259 -1246.1 -3046.4)" fill="#fff"> + <path transform="matrix(1.2678 1.7357 -1.7357 1.2678 187.63 395.98)" d="m3.8498 13-5.7925 0.92859-4.7525-3.4393-0.92859-5.7925 3.4393-4.7525 5.7925-0.92859 4.7525 3.4393 0.92859 5.7925z" stroke="#000" stroke-linecap="square" stroke-width=".23263"/> + <path transform="matrix(1.1488 1.5728 -1.5728 1.1488 186.64 396.59)" d="m3.8498 13-5.7925 0.92859-4.7525-3.4393-0.92859-5.7925 3.4393-4.7525 5.7925-0.92859 4.7525 3.4393 0.92859 5.7925z"/> + <path transform="matrix(.96443 0 0 1.2232 150.79 384.56)" d="m19.535 18.613h-3.5273l-0.55664 1.5938h-2.2676l3.2402-8.748h2.6895l3.2402 8.748h-2.2676zm-2.9648-1.623h2.3965l-1.1953-3.4805zm10.441-2.1445c0.35546 5e-6 0.625-0.07812 0.80859-0.23438 0.18359-0.15624 0.27538-0.38671 0.27539-0.69141-6e-6 -0.30078-0.0918-0.53027-0.27539-0.68848-0.1836-0.1582-0.45313-0.2373-0.80859-0.2373h-1.248v1.8516zm0.07617 3.8262c0.45312 1e-6 0.79394-0.0957 1.0225-0.28711 0.22851-0.1914 0.34277-0.48047 0.34277-0.86719-6e-6 -0.3789-0.11329-0.66308-0.33984-0.85254-0.22657-0.18945-0.56836-0.28418-1.0254-0.28418h-1.3242v2.291zm2.0977-3.1465c0.48437 0.14063 0.85937 0.4004 1.125 0.7793 0.26562 0.37891 0.39843 0.84375 0.39844 1.3945-8e-6 0.84375-0.28516 1.4727-0.85547 1.8867-0.57032 0.41406-1.4375 0.62109-2.6016 0.62109h-3.7441v-8.748h3.3867c1.2148 9e-6 2.0947 0.1836 2.6396 0.55078 0.54491 0.3672 0.81738 0.95509 0.81738 1.7637-8e-6 0.42579-0.09962 0.78809-0.29883 1.0869-0.19923 0.29883-0.48829 0.52051-0.86719 0.66504zm3.4629-4.0664h3.7441c1.1133 9e-6 1.9678 0.24708 2.5635 0.74121 0.5957 0.49415 0.89355 1.1982 0.89355 2.1123-8e-6 0.91797-0.29786 1.624-0.89355 2.1182-0.59571 0.49414-1.4502 0.74121-2.5635 0.74121h-1.4883v3.0352h-2.2559zm2.2559 1.6348v2.4434h1.248c0.4375 5e-6 0.77538-0.10644 1.0137-0.31934 0.23828-0.21288 0.35742-0.51464 0.35742-0.90527-6e-6 -0.39062-0.11915-0.6914-0.35742-0.90234-0.23829-0.21093-0.57618-0.3164-1.0137-0.31641z"/> + </g> + </g> + <path d="m4.2005 17.894-2.8542-2.7979v-8.0811l5.6507-5.6218h8.1055l5.6507 5.6218v8.0551l-5.6507 5.6218h-8.0479zm-0.39955-3.6184 0.17601-0.64661h2.357l0.15715 0.53757c0.086434 0.29566 0.15715 0.58664 0.15715 0.64661 0 0.07044 0.29849 0.10904 0.84324 0.10904h0.84324l-0.17904-0.62174c-0.098472-0.34196-0.59761-2.043-1.1092-3.7802l-0.93016-3.1584-1.919 0.0019898-1.0797 3.7046c-0.59385 2.0375-1.0778 3.7381-1.0754 3.7792 0.00238 0.04104 0.35946 0.07461 0.79351 0.07461h0.78918zm9.1037 0.45962c0.81098-0.36632 1.2127-1.164 1.1175-2.2188-0.05776-0.63964-0.38075-1.2925-0.73191-1.4794l-0.23503-0.12508 0.24881-0.2293c0.34084-0.31412 0.44722-0.64011 0.44464-1.3625-0.003016-0.85642-0.25934-1.3837-0.81558-1.6781-0.39424-0.20866-0.58596-0.232-2.1583-0.26275l-1.7256-0.033746v7.5767l1.7256-0.0022c1.4575-0.0019 1.7884-0.03056 2.1299-0.1848zm4.0473-1.1062v-1.2932l0.72526-5.91e-4c1.0177-8.18e-4 1.4528-0.14407 1.9284-0.63507 0.47448-0.48976 0.6475-0.98944 0.6475-1.87 0-0.86515-0.22727-1.4844-0.70103-1.91-0.53308-0.47892-0.91498-0.55707-2.7252-0.55771l-1.5756-5.427e-4v7.5603h1.7006z" fill="#808080" stroke-width=".099756"/> + <path d="m4.4474 12.039c0-0.11181 0.57492-2.2623 0.66531-2.4886 0.068163-0.17065 0.061191-0.19057 0.51335 1.4673l0.30523 1.1191h-0.74194c-0.41955 0-0.74194-0.04251-0.74194-0.09782z" fill="#808080" stroke-width=".099756"/> + <path d="m10.65 9.5003v-0.74608h0.5502c0.41682 0 0.5987 0.048232 0.75027 0.19896 0.2415 0.24016 0.26307 0.76159 0.04435 1.0721-0.13122 0.1863-0.24929 0.22109-0.75027 0.22109h-0.59454z" fill="#808080" stroke-width=".099756"/> + <path d="m10.65 12.572v-0.95663l0.64457 0.04081c0.73824 0.04675 1.0036 0.22008 1.0973 0.71689 0.07476 0.39625-0.09835 0.92675-0.34529 1.0582-0.10064 0.05356-0.45603 0.09738-0.78976 0.09738h-0.60679z" fill="#808080" stroke-width=".099756"/> + <path d="m16.952 9.8484v-0.99478h0.52794c0.3119 0 0.61733 0.062262 0.74638 0.15215 0.47022 0.32752 0.47022 1.3577 0 1.6853-0.12905 0.08989-0.43448 0.15215-0.74638 0.15215h-0.52794z" fill="#808080" stroke-width=".099756"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/adBlockPlusDisabled16.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="16" height="16" version="1.0" xmlns="http://www.w3.org/2000/svg"> + <g transform="matrix(.062471 0 0 .062325 -5.0234 -9.9626)" fill="#fff"> + <g transform="matrix(8.259 0 0 8.259 -1246.1 -3046.4)" fill="#fff"> + <path transform="matrix(1.2678 1.7357 -1.7357 1.2678 187.63 395.98)" d="m3.8498 13-5.7925 0.92859-4.7525-3.4393-0.92859-5.7925 3.4393-4.7525 5.7925-0.92859 4.7525 3.4393 0.92859 5.7925z" stroke="#000" stroke-linecap="square" stroke-width=".23263"/> + <path transform="matrix(1.1488 1.5728 -1.5728 1.1488 186.64 396.59)" d="m3.8498 13-5.7925 0.92859-4.7525-3.4393-0.92859-5.7925 3.4393-4.7525 5.7925-0.92859 4.7525 3.4393 0.92859 5.7925z"/> + <path transform="matrix(.96443 0 0 1.2232 150.79 384.56)" d="m19.535 18.613h-3.5273l-0.55664 1.5938h-2.2676l3.2402-8.748h2.6895l3.2402 8.748h-2.2676zm-2.9648-1.623h2.3965l-1.1953-3.4805zm10.441-2.1445c0.35546 5e-6 0.625-0.07812 0.80859-0.23438 0.18359-0.15624 0.27538-0.38671 0.27539-0.69141-6e-6 -0.30078-0.0918-0.53027-0.27539-0.68848-0.1836-0.1582-0.45313-0.2373-0.80859-0.2373h-1.248v1.8516zm0.07617 3.8262c0.45312 1e-6 0.79394-0.0957 1.0225-0.28711 0.22851-0.1914 0.34277-0.48047 0.34277-0.86719-6e-6 -0.3789-0.11329-0.66308-0.33984-0.85254-0.22657-0.18945-0.56836-0.28418-1.0254-0.28418h-1.3242v2.291zm2.0977-3.1465c0.48437 0.14063 0.85937 0.4004 1.125 0.7793 0.26562 0.37891 0.39843 0.84375 0.39844 1.3945-8e-6 0.84375-0.28516 1.4727-0.85547 1.8867-0.57032 0.41406-1.4375 0.62109-2.6016 0.62109h-3.7441v-8.748h3.3867c1.2148 9e-6 2.0947 0.1836 2.6396 0.55078 0.54491 0.3672 0.81738 0.95509 0.81738 1.7637-8e-6 0.42579-0.09962 0.78809-0.29883 1.0869-0.19923 0.29883-0.48829 0.52051-0.86719 0.66504zm3.4629-4.0664h3.7441c1.1133 9e-6 1.9678 0.24708 2.5635 0.74121 0.5957 0.49415 0.89355 1.1982 0.89355 2.1123-8e-6 0.91797-0.29786 1.624-0.89355 2.1182-0.59571 0.49414-1.4502 0.74121-2.5635 0.74121h-1.4883v3.0352h-2.2559zm2.2559 1.6348v2.4434h1.248c0.4375 5e-6 0.77538-0.10644 1.0137-0.31934 0.23828-0.21288 0.35742-0.51464 0.35742-0.90527-6e-6 -0.39062-0.11915-0.6914-0.35742-0.90234-0.23829-0.21093-0.57618-0.3164-1.0137-0.31641z"/> + </g> + </g> + <path d="m3.0738 13.015-2.0801-2.0453v-5.9074l4.1181-4.1096h5.9071l4.1181 4.1096v5.8884l-4.1181 4.1096h-5.8652zm-0.29118-2.6451 0.12827-0.47267h1.7177l0.11453 0.39297c0.062992 0.21613 0.11453 0.42884 0.11453 0.47267 0 0.05149 0.21753 0.07971 0.61454 0.07971h0.61454l-0.13048-0.4545c-0.071764-0.24997-0.43553-1.4935-0.80836-2.7633l-0.67788-2.3088-1.3985 0.0014546-0.78688 2.7081c-0.43278 1.4894-0.78546 2.7326-0.78372 2.7626 0.00173 0.03 0.26197 0.05454 0.57829 0.05454h0.57514zm6.6346 0.33599c0.59102-0.26778 0.8838-0.8509 0.81438-1.622-0.042094-0.46758-0.27748-0.94481-0.5334-1.0814l-0.17128-0.091436 0.18132-0.16762c0.2484-0.22962 0.32593-0.46793 0.32405-0.99601-0.002198-0.62605-0.189-1.0115-0.59438-1.2267-0.28731-0.15253-0.42703-0.16959-1.5729-0.19207l-1.2576-0.024669v5.5387l1.2576-0.0016c1.0622-0.0014 1.3034-0.02234 1.5522-0.13509zm2.9496-0.80866v-0.94535l0.52856-4.321e-4c0.74165-5.979e-4 1.0588-0.10532 1.4054-0.46424 0.34579-0.35802 0.47188-0.72329 0.47188-1.367 0-0.63243-0.16563-1.0851-0.5109-1.3962-0.3885-0.35009-0.66682-0.40722-1.9861-0.40769l-1.1482-3.967e-4v5.5266h1.2394z" fill="#808080" stroke-width=".072811"/> + <path d="m3.2538 8.7348c0-0.081733 0.41899-1.6538 0.48486-1.8192 0.049676-0.12474 0.044595-0.13931 0.37412 1.0726l0.22244 0.81809h-0.54071c-0.30576 0-0.54071-0.031075-0.54071-0.071506z" fill="#808080" stroke-width=".072811"/> + <path d="m7.7738 6.8793v-0.54539h0.40097c0.30377 0 0.43632 0.035258 0.54678 0.14544 0.176 0.17556 0.19172 0.55673 0.032322 0.78373-0.095631 0.13618-0.18168 0.16162-0.54678 0.16162h-0.43329z" fill="#808080" stroke-width=".072811"/> + <path d="m7.7738 9.1251v-0.6993l0.46975 0.029832c0.53801 0.034174 0.73137 0.16088 0.79967 0.52405 0.054483 0.28966-0.071675 0.67746-0.25164 0.77353-0.07334 0.039153-0.33234 0.071185-0.57556 0.071185h-0.44222z" fill="#808080" stroke-width=".072811"/> + <path d="m12.367 7.1338v-0.72719h0.38475c0.2273 0 0.4499 0.045514 0.54395 0.11122 0.34269 0.23942 0.34269 0.99252 0 1.2319-0.09405 0.06571-0.31664 0.11122-0.54395 0.11122h-0.38475z" fill="#808080" stroke-width=".072811"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/adBlockPlusGreen.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.0" xmlns="http://www.w3.org/2000/svg"> + <g transform="matrix(.08572 0 0 .085259 -6.9101 -13.539)" fill="#fff"> + <g transform="matrix(8.259 0 0 8.259 -1246.1 -3046.4)" fill="#fff"> + <path transform="matrix(1.2678 1.7357 -1.7357 1.2678 187.63 395.98)" d="m3.8498 13-5.7925 0.92859-4.7525-3.4393-0.92859-5.7925 3.4393-4.7525 5.7925-0.92859 4.7525 3.4393 0.92859 5.7925z" stroke="#000" stroke-linecap="square" stroke-width=".23263"/> + <path transform="matrix(1.1488 1.5728 -1.5728 1.1488 186.64 396.59)" d="m3.8498 13-5.7925 0.92859-4.7525-3.4393-0.92859-5.7925 3.4393-4.7525 5.7925-0.92859 4.7525 3.4393 0.92859 5.7925z"/> + <path transform="matrix(.96443 0 0 1.2232 150.79 384.56)" d="m19.535 18.613h-3.5273l-0.55664 1.5938h-2.2676l3.2402-8.748h2.6895l3.2402 8.748h-2.2676zm-2.9648-1.623h2.3965l-1.1953-3.4805zm10.441-2.1445c0.35546 5e-6 0.625-0.07812 0.80859-0.23438 0.18359-0.15624 0.27538-0.38671 0.27539-0.69141-6e-6 -0.30078-0.0918-0.53027-0.27539-0.68848-0.1836-0.1582-0.45313-0.2373-0.80859-0.2373h-1.248v1.8516zm0.07617 3.8262c0.45312 1e-6 0.79394-0.0957 1.0225-0.28711 0.22851-0.1914 0.34277-0.48047 0.34277-0.86719-6e-6 -0.3789-0.11329-0.66308-0.33984-0.85254-0.22657-0.18945-0.56836-0.28418-1.0254-0.28418h-1.3242v2.291zm2.0977-3.1465c0.48437 0.14063 0.85937 0.4004 1.125 0.7793 0.26562 0.37891 0.39843 0.84375 0.39844 1.3945-8e-6 0.84375-0.28516 1.4727-0.85547 1.8867-0.57032 0.41406-1.4375 0.62109-2.6016 0.62109h-3.7441v-8.748h3.3867c1.2148 9e-6 2.0947 0.1836 2.6396 0.55078 0.54491 0.3672 0.81738 0.95509 0.81738 1.7637-8e-6 0.42579-0.09962 0.78809-0.29883 1.0869-0.19923 0.29883-0.48829 0.52051-0.86719 0.66504zm3.4629-4.0664h3.7441c1.1133 9e-6 1.9678 0.24708 2.5635 0.74121 0.5957 0.49415 0.89355 1.1982 0.89355 2.1123-8e-6 0.91797-0.29786 1.624-0.89355 2.1182-0.59571 0.49414-1.4502 0.74121-2.5635 0.74121h-1.4883v3.0352h-2.2559zm2.2559 1.6348v2.4434h1.248c0.4375 5e-6 0.77538-0.10644 1.0137-0.31934 0.23828-0.21288 0.35742-0.51464 0.35742-0.90527-6e-6 -0.39062-0.11915-0.6914-0.35742-0.90234-0.23829-0.21093-0.57618-0.3164-1.0137-0.31641z"/> + </g> + </g> + <path d="m4.2432 17.918-2.8802-2.8068 0.0093-4.0289 0.0093-4.0288 5.5819-5.67 8.0627-0.06316 5.7521 5.726-0.0088 7.9654-5.6783 5.72-7.9678-7e-3zm-0.43501-3.6523 0.18039-0.69634h2.363l0.34322 1.3927h1.6553l-0.64984-2.2134c-0.35741-1.2174-0.85998-2.9296-1.1168-3.805l-0.46696-1.5916-0.92247-0.028606c-0.87925-0.02727-0.927-0.01795-1.0192 0.19896-0.053196 0.12516-0.55085 1.7864-1.1059 3.6916-0.55504 1.9052-1.0338 3.528-1.064 3.6061-0.044782 0.11605 0.098473 0.142 0.78406 0.142h0.83885zm9.266 0.39666c0.64873-0.3612 0.93374-0.9188 0.93543-1.83 0.0015-0.81294-0.20249-1.3909-0.60736-1.7209l-0.26954-0.21965 0.21479-0.228c0.30819-0.32714 0.42819-0.70756 0.42819-1.3574 0-0.81655-0.3085-1.3801-0.92626-1.6921-0.43012-0.21721-0.63543-0.24524-2.1258-0.29019l-1.6497-0.04976v7.707l1.7756-0.03453c1.6773-0.03262 1.8005-0.04838 2.2245-0.28448zm3.8026-0.97973v-1.2794l0.87532-0.05063c1.0128-0.05859 1.4463-0.21349 1.9032-0.68007 0.82507-0.84255 0.82518-2.862 2e-4 -3.6406-0.64146-0.60545-0.87003-0.66556-2.7037-0.71104l-1.6756-0.04156v7.6827h1.6006z" fill="#008000" stroke-width=".099756"/> + <path d="m4.4724 11.969c0-0.19269 0.64429-2.4782 0.69861-2.4782 0.043648 0 0.20355 0.56703 0.68026 2.4123 0.039703 0.15368-0.038487 0.17408-0.66695 0.17408-0.44613 0-0.71192-0.04039-0.71192-0.10819z" fill="#008000" stroke-width=".099756"/> + <path d="m10.675 9.5401v-0.74608h0.59454c0.50098 0 0.61905 0.0348 0.75027 0.22109 0.23003 0.32658 0.19341 0.74526-0.08982 1.0269-0.19581 0.19472-0.34777 0.24417-0.75027 0.24417h-0.50472z" fill="#008000" stroke-width=".099756"/> + <path d="m10.675 12.635v-0.95663h0.58672c0.82198 0 1.1139 0.23363 1.1139 0.8915 0 0.7259-0.21348 0.92759-1.037 0.97974l-0.6636 0.04202z" fill="#008000" stroke-width=".099756"/> + <path d="m16.877 9.8247v-1.0583l0.62409 0.05627c0.79142 0.07136 1.0765 0.3439 1.0765 1.0291 0 0.36446-0.05546 0.5049-0.29241 0.74054-0.25328 0.25187-0.36707 0.29078-0.85031 0.29078h-0.55789z" fill="#008000" stroke-width=".099756"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/adBlockPlusGreen16.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="16" height="16" version="1.0" xmlns="http://www.w3.org/2000/svg"> + <g transform="matrix(.062471 0 0 .062325 -5.0234 -9.9626)" fill="#fff"> + <g transform="matrix(8.259 0 0 8.259 -1246.1 -3046.4)" fill="#fff"> + <path transform="matrix(1.2678 1.7357 -1.7357 1.2678 187.63 395.98)" d="m3.8498 13-5.7925 0.92859-4.7525-3.4393-0.92859-5.7925 3.4393-4.7525 5.7925-0.92859 4.7525 3.4393 0.92859 5.7925z" stroke="#000" stroke-linecap="square" stroke-width=".23263"/> + <path transform="matrix(1.1488 1.5728 -1.5728 1.1488 186.64 396.59)" d="m3.8498 13-5.7925 0.92859-4.7525-3.4393-0.92859-5.7925 3.4393-4.7525 5.7925-0.92859 4.7525 3.4393 0.92859 5.7925z"/> + <path transform="matrix(.96443 0 0 1.2232 150.79 384.56)" d="m19.535 18.613h-3.5273l-0.55664 1.5938h-2.2676l3.2402-8.748h2.6895l3.2402 8.748h-2.2676zm-2.9648-1.623h2.3965l-1.1953-3.4805zm10.441-2.1445c0.35546 5e-6 0.625-0.07812 0.80859-0.23438 0.18359-0.15624 0.27538-0.38671 0.27539-0.69141-6e-6 -0.30078-0.0918-0.53027-0.27539-0.68848-0.1836-0.1582-0.45313-0.2373-0.80859-0.2373h-1.248v1.8516zm0.07617 3.8262c0.45312 1e-6 0.79394-0.0957 1.0225-0.28711 0.22851-0.1914 0.34277-0.48047 0.34277-0.86719-6e-6 -0.3789-0.11329-0.66308-0.33984-0.85254-0.22657-0.18945-0.56836-0.28418-1.0254-0.28418h-1.3242v2.291zm2.0977-3.1465c0.48437 0.14063 0.85937 0.4004 1.125 0.7793 0.26562 0.37891 0.39843 0.84375 0.39844 1.3945-8e-6 0.84375-0.28516 1.4727-0.85547 1.8867-0.57032 0.41406-1.4375 0.62109-2.6016 0.62109h-3.7441v-8.748h3.3867c1.2148 9e-6 2.0947 0.1836 2.6396 0.55078 0.54491 0.3672 0.81738 0.95509 0.81738 1.7637-8e-6 0.42579-0.09962 0.78809-0.29883 1.0869-0.19923 0.29883-0.48829 0.52051-0.86719 0.66504zm3.4629-4.0664h3.7441c1.1133 9e-6 1.9678 0.24708 2.5635 0.74121 0.5957 0.49415 0.89355 1.1982 0.89355 2.1123-8e-6 0.91797-0.29786 1.624-0.89355 2.1182-0.59571 0.49414-1.4502 0.74121-2.5635 0.74121h-1.4883v3.0352h-2.2559zm2.2559 1.6348v2.4434h1.248c0.4375 5e-6 0.77538-0.10644 1.0137-0.31934 0.23828-0.21288 0.35742-0.51464 0.35742-0.90527-6e-6 -0.39062-0.11915-0.6914-0.35742-0.90234-0.23829-0.21093-0.57618-0.3164-1.0137-0.31641z"/> + </g> + </g> + <path d="m3.1049 13.032-2.099-2.0518 0.01356-5.8902 4.0679-4.1448 5.8759-0.046171 4.192 4.1857-0.0064 5.8228-4.1382 4.1813-5.8068-0.0052zm-0.31702-2.6699 0.13146-0.50903h1.7221l0.25013 1.0181h1.2063l-0.47359-1.618c-0.26048-0.8899-0.62673-2.1416-0.8139-2.7815l-0.34031-1.1635-0.67227-0.020911c-0.64078-0.019934-0.67558-0.013122-0.74276 0.14544-0.038768 0.091493-0.40145 1.3059-0.80595 2.6986s-0.75343 2.579-0.7754 2.6361c-0.032636 0.08483 0.071765 0.1038 0.5714 0.1038h0.61134zm6.7529 0.28996c0.47278-0.26404 0.68049-0.67165 0.68172-1.3378 0.001094-0.59426-0.14757-1.0168-0.44263-1.258l-0.19644-0.16056 0.15654-0.16667c0.2246-0.23914 0.31206-0.51723 0.31206-0.99226 0-0.5969-0.22483-1.0089-0.67504-1.2369-0.31346-0.15878-0.46309-0.17927-1.5492-0.21213l-1.2022-0.036375v5.6339l1.294-0.02524c1.2224-0.02385 1.3122-0.03537 1.6212-0.20795zm2.7713-0.71619v-0.93526l0.63791-0.037011c0.73812-0.04283 1.054-0.15606 1.387-0.49713 0.60129-0.61591 0.60137-2.0921 1.45e-4 -2.6613-0.46748-0.44259-0.63406-0.48653-1.9704-0.51977l-1.2211-0.030381v5.6161h1.1665z" fill="#008000" stroke-width=".072811"/> + <path d="m3.272 8.6836c0-0.14085 0.46954-1.8116 0.50913-1.8116 0.03181 0 0.14834 0.4145 0.49576 1.7634 0.028935 0.11234-0.028049 0.12726-0.48606 0.12726-0.32513 0-0.51883-0.029525-0.51883-0.079085z" fill="#008000" stroke-width=".072811"/> + <path d="m7.792 6.9084v-0.54539h0.43329c0.3651 0 0.45115 0.025439 0.54678 0.16162 0.16764 0.23873 0.14095 0.54479-0.065459 0.75067-0.1427 0.14234-0.25345 0.17849-0.54678 0.17849h-0.36783z" fill="#008000" stroke-width=".072811"/> + <path d="m7.792 9.1711v-0.6993h0.42759c0.59904 0 0.81178 0.17079 0.81178 0.65169 0 0.53064-0.15558 0.67808-0.75575 0.71619l-0.48362 0.030717z" fill="#008000" stroke-width=".072811"/> + <path d="m12.312 7.1164v-0.77365l0.45482 0.041134c0.57677 0.052164 0.78454 0.25139 0.78454 0.75226 0 0.26642-0.04042 0.36909-0.2131 0.54134-0.18459 0.18412-0.26751 0.21256-0.61969 0.21256h-0.40658z" fill="#008000" stroke-width=".072811"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/adBlockPlusGreen48.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="48" height="48" version="1.0" xmlns="http://www.w3.org/2000/svg"> + <g transform="matrix(.18749 0 0 .18753 -15.182 -30.267)" fill="#fff"> + <g transform="matrix(8.259 0 0 8.259 -1246.1 -3046.4)" fill="#fff"> + <path transform="matrix(1.2678 1.7357 -1.7357 1.2678 187.63 395.98)" d="m3.8498 13-5.7925 0.92859-4.7525-3.4393-0.92859-5.7925 3.4393-4.7525 5.7925-0.92859 4.7525 3.4393 0.92859 5.7925z" stroke="#000" stroke-linecap="square" stroke-width=".23263"/> + <path transform="matrix(1.1488 1.5728 -1.5728 1.1488 186.64 396.59)" d="m3.8498 13-5.7925 0.92859-4.7525-3.4393-0.92859-5.7925 3.4393-4.7525 5.7925-0.92859 4.7525 3.4393 0.92859 5.7925z"/> + <path transform="matrix(.96443 0 0 1.2232 150.79 384.56)" d="m19.535 18.613h-3.5273l-0.55664 1.5938h-2.2676l3.2402-8.748h2.6895l3.2402 8.748h-2.2676zm-2.9648-1.623h2.3965l-1.1953-3.4805zm10.441-2.1445c0.35546 5e-6 0.625-0.07812 0.80859-0.23438 0.18359-0.15624 0.27538-0.38671 0.27539-0.69141-6e-6 -0.30078-0.0918-0.53027-0.27539-0.68848-0.1836-0.1582-0.45313-0.2373-0.80859-0.2373h-1.248v1.8516zm0.07617 3.8262c0.45312 1e-6 0.79394-0.0957 1.0225-0.28711 0.22851-0.1914 0.34277-0.48047 0.34277-0.86719-6e-6 -0.3789-0.11329-0.66308-0.33984-0.85254-0.22657-0.18945-0.56836-0.28418-1.0254-0.28418h-1.3242v2.291zm2.0977-3.1465c0.48437 0.14063 0.85937 0.4004 1.125 0.7793 0.26562 0.37891 0.39843 0.84375 0.39844 1.3945-8e-6 0.84375-0.28516 1.4727-0.85547 1.8867-0.57032 0.41406-1.4375 0.62109-2.6016 0.62109h-3.7441v-8.748h3.3867c1.2148 9e-6 2.0947 0.1836 2.6396 0.55078 0.54491 0.3672 0.81738 0.95509 0.81738 1.7637-8e-6 0.42579-0.09962 0.78809-0.29883 1.0869-0.19923 0.29883-0.48829 0.52051-0.86719 0.66504zm3.4629-4.0664h3.7441c1.1133 9e-6 1.9678 0.24708 2.5635 0.74121 0.5957 0.49415 0.89355 1.1982 0.89355 2.1123-8e-6 0.91797-0.29786 1.624-0.89355 2.1182-0.59571 0.49414-1.4502 0.74121-2.5635 0.74121h-1.4883v3.0352h-2.2559zm2.2559 1.6348v2.4434h1.248c0.4375 5e-6 0.77538-0.10644 1.0137-0.31934 0.23828-0.21288 0.35742-0.51464 0.35742-0.90527-6e-6 -0.39062-0.11915-0.6914-0.35742-0.90234-0.23829-0.21093-0.57618-0.3164-1.0137-0.31641z"/> + </g> + </g> + <path d="m9.2135 38.923-6.2996-6.1735 0.040702-17.723 12.209-12.471 17.635-0.13893 12.581 12.594-0.0192 17.52-12.42 12.581-17.428-0.0154zm-0.95147-8.0334 0.39456-1.5316h5.1684l0.75069 3.0632h3.6205l-1.4214-4.8684c-0.78175-2.6776-1.881-6.4438-2.4427-8.3692l-1.0214-3.5009-2.0177-0.06292c-1.9231-0.05998-2.0276-0.03948-2.2292 0.43761-0.11635 0.27529-1.2048 3.9292-2.4189 8.1198-1.214 4.1906-2.2612 7.7598-2.3272 7.9316-0.097951 0.25526 0.21538 0.31232 1.7149 0.31232h1.8348zm20.267 0.87246c1.4189-0.79448 2.0423-2.0209 2.046-4.0252 0.0033-1.7881-0.4429-3.0594-1.3285-3.7851l-0.58955-0.48312 0.4698-0.5015c0.67408-0.71956 0.93656-1.5563 0.93656-2.9856 0-1.796-0.67477-3.0356-2.026-3.7218-0.94078-0.47775-1.3898-0.5394-4.6496-0.63827l-3.6082-0.10945v16.952l3.8838-0.07596c3.6686-0.07175 3.9382-0.10641 4.8656-0.62571zm8.3173-2.1549v-2.8141l1.9145-0.11137c2.2153-0.12887 3.1635-0.46958 4.1628-1.4958 1.8046-1.8532 1.8049-6.2949 4.37e-4 -8.0076-1.403-1.3317-1.903-1.4639-5.9137-1.5639l-3.6649-0.09141v16.898h3.5009z" fill="#008000" stroke-width=".2188"/> + <path d="m9.7149 25.838c0-0.42382 1.4092-5.4509 1.528-5.4509 0.09547 0 0.4452 1.2472 1.4879 5.306 0.08684 0.33802-0.08418 0.38291-1.4588 0.38291-0.97581 0-1.5571-0.08884-1.5571-0.23796z" fill="#008000" stroke-width=".2188"/> + <path d="m23.281 20.496v-1.641h1.3004c1.0958 0 1.354 0.07653 1.641 0.48629 0.50313 0.71831 0.42303 1.6392-0.19645 2.2587-0.42829 0.42829-0.76066 0.53706-1.641 0.53706h-1.104z" fill="#008000" stroke-width=".2188"/> + <path d="m23.281 27.305v-2.1041h1.2833c1.7979 0 2.4363 0.51388 2.4363 1.9609 0 1.5966-0.46693 2.0403-2.2682 2.155l-1.4515 0.09242z" fill="#008000" stroke-width=".2188"/> + <path d="m36.846 21.122v-2.3278l1.365 0.12378c1.731 0.15696 2.3546 0.75641 2.3546 2.2635 0 0.80164-0.12129 1.1105-0.63958 1.6288-0.55399 0.55399-0.80287 0.63958-1.8598 0.63958h-1.2202z" fill="#008000" stroke-width=".2188"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/addBookmark.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 352 352" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <g transform="matrix(21.333 0 0 21.333 -26.667 -22104)" fill="#eff0f1"> + <path class="ColorScheme-Text" d="m8 1038.4-2 4-4 1 3 3-1 4 4-2 4 2-1-4 3-3-4-1z" color="#eff0f1" fill="#eff0f1"/> + </g> + <path d="m288 256v32h-32v16h32v32h16v-32h32v-16h-32v-32z" fill="#eff0f1"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/addUser.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m9.1538 1c-2.0455 0-3.6923 1.6725-3.6923 3.75s1.6468 3.75 3.6923 3.75 3.6923-1.6725 3.6923-3.75-1.6468-3.75-3.6923-3.75zm0 10c-3.4092 0-6.1538 1.115-6.1538 2.5v7.5h8.6154v-1.25h-7.3846v-5.7153c0-0.98929 2.1957-1.7847 4.9231-1.7847 2.2094 0 4.0485 0.52585 4.6755 1.25h1.4784c0-1.385-2.7446-2.5-6.1538-2.5zm6.1538 3.75v2.5h-2.4615v1.25h2.4615v2.5h1.2308v-2.5h2.4615v-1.25h-2.4615v-2.5z" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/altn.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 352 352" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path d="m272 336v-64h64v-64h-64v-64l-128 96 128 96" fill="#eff0f1"/> + <path d="m80 208v-64h-64v-64h64v-64l128 96-128 96" fill="#eff0f1"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/anychar.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m8.3131 2.3333-4.2614 12.792-0.1582 0.54167-1.8934 5.3333h2.132l2.0893-5.9167h6.986l2.0893 5.9167h2.132l-1.8934-5.3333-0.1582-0.54167-4.2614-12.792h-2.5262zm1.4213 2.5833 2.8025 8.4583h-5.6451z" color="#eff0f1" fill="currentColor"/> + <path class="ColorScheme-Text" d="m18.714 1c-0.71009 0-1.2857 0.59693-1.2857 1.3333s0.57563 1.3333 1.2857 1.3333c0.71008 0 1.2857-0.59693 1.2857-1.3333s-0.57564-1.3333-1.2857-1.3333zm0 5.3333c-0.71009 0-1.2857 0.59693-1.2857 1.3333s0.57563 1.3333 1.2857 1.3333c0.71008 0 1.2857-0.59693 1.2857-1.3333s-0.57564-1.3333-1.2857-1.3333zm0 5.3333c-0.71009 0-1.2857 0.59693-1.2857 1.3333s0.57563 1.3333 1.2857 1.3333c0.71008 0 1.2857-0.59693 1.2857-1.3333s-0.57564-1.3333-1.2857-1.3333z" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/astTree.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m1 1v20h20v-20zm1.25 5h17.5v13.75h-17.5zm1.25 1.25v11.25h5v-2.5h5v2.3755h5v-5h-5v1.3745h-5v-5h5v2.5h5v-5h-5v1.25h-5v-1.25zm11.25 1.25h2.5v2.5h-2.5zm0 6.1255h2.5v2.5h-2.5z" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/atomicgroup.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 352 352" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m102.5 48-6.4962 11.312 67.008 116.69-67.008 116.69 6.4962 11.312 73.504-128-73.504-128" color="#eff0f1" fill="currentColor"/> + <path d="m55.292 52.05c-58.951 123.29-12.941 248.77-12.941 248.77" fill="none" stroke="#eff0f1" stroke-width="18.475px"/> + <path d="m296.33 52.05c58.951 123.29 12.941 248.77 12.941 248.77" fill="none" stroke="#eff0f1" stroke-width="18.475px"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/attribute.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m1 1v8.75h20v-8.75h-20m1.25 1.25h17.5v6.25h-17.5v-6.25m-1.25 10v6.25h2.5v-6.25h-2.5m5 0v8.75h2.5v-8.75h-2.5m5 0v3.75h2.5v-3.75h-2.5m5 0v3.75h5v-3.75h-5" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/attribute_class.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m1 1v8.75h20v-8.75h-20m1.25 1.25h17.5v6.25h-17.5v-6.25m-1.25 10v6.25h2.5v-6.25h-2.5m5 0v8.75h2.5v-8.75h-2.5m5 0v3.75h2.5v-3.75h-2.5m5 0v3.75h5v-3.75h-5" color="#eff0f1" fill="#9de3f1"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/attribute_private.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path d="m2 13.222v5.5556h2.25v-5.5556h-2.25" fill="#eff0f1"/> + <path d="m6.5 13.222v7.7778h2.25v-7.7778h-2.25" fill="#eff0f1"/> + <path d="m11 13.222v3.3333h2.25v-3.3333h-2.25" fill="#eff0f1"/> + <path d="m15.5 13.222v3.3333h4.5v-3.3333h-4.5" fill="#eff0f1"/> + <g transform="matrix(.9 0 0 .92593 3.8 -960.45)"> + <path class="ColorScheme-Text" d="m8 1038.4c-1.662 0-3 1.338-3 3v3h-2v6h10v-6h-2v-3c0-1.662-1.338-3-3-3zm0 1c1.2465 0 2 0.5458 2 2v3h-4v-3c0-1.4542 0.75351-2 2-2zm-4 6h8v4h-8z" color="#eff0f1" fill="currentColor"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/attribute_protected.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path d="m2 13.015v5.7032h2.25v-5.7032h-2.25" fill="#eff0f1"/> + <path d="m6.5 13.015v7.9845h2.25v-7.9845h-2.25" fill="#eff0f1"/> + <path d="m11 13.015v3.4219h2.25v-3.4219h-2.25" fill="#eff0f1"/> + <path d="m15.5 13.015v3.4219h4.5v-3.4219h-4.5" fill="#eff0f1"/> + <path class="ColorScheme-Text" d="m2 1v10.266h5.625v-4.5626h7.875v2.2813h1.125v-2.2813h1.125v2.2813h1.125v-2.2813h1.125v-1.1406h-12.375v-4.5626zm1.125 1.1406h3.375v7.9845h-3.375z" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/attributes.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path d="m12.562 3.9987h7.875v4.9934h-7.875v-4.9934m-0.5625-0.99868v6.9907h9v-6.9907h-9m4 9.0093v2.996h5v-2.996h-5m-5 0v2.996h2v-2.996h-2m-5 0v6.9907h2v-6.9907h-2m-5 0v4.9934h2v-4.9934h-2m0.5625-7.9894h7.875v4.9934h-7.875v-4.9934m-0.5625-0.99868v6.9907h9v-6.9907h-9" fill="#eff0f1"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/attributes_class.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path d="m12.562 3.9987h7.875v4.9934h-7.875v-4.9934m-0.5625-0.99868v6.9907h9v-6.9907h-9m4 9.0093v2.996h5v-2.996h-5m-5 0v2.996h2v-2.996h-2m-5 0v6.9907h2v-6.9907h-2m-5 0v4.9934h2v-4.9934h-2m0.5625-7.9894h7.875v4.9934h-7.875v-4.9934m-0.5625-0.99868v6.9907h9v-6.9907h-9" fill="#9de3f1"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/audio-video.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m9 13.8v7.2h8.4v-1.8l3.6 1.8v-7.2l-3.6 1.8v-1.8zm0.6 0.6h7.2v6h-7.2zm10.8 0.37031v5.2594l-3-1.5v-2.2594zm-6 0.22969v0.6h1.8v-0.6z" color="#eff0f1" fill="currentColor"/> + <path class="ColorScheme-Text" d="m5.125 1c-1.0388 0-1.875 0.83625-1.875 1.875v4.5c0 1.0388 0.83625 1.875 1.875 1.875s1.875-0.83625 1.875-1.875v-4.5c0-1.0388-0.83625-1.875-1.875-1.875zm-4.125 5.25v0.75c6.87e-4 1.6767 1.2256 3.1492 3 3.6064v1.6436h-1.5v0.75h5.25v-0.75h-1.5v-1.645c1.7738-0.45712 2.9986-1.9289 3-3.605v-0.75h-0.75v0.75c0 1.6569-1.511 3-3.375 3s-3.375-1.3431-3.375-3v-0.75z" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/audioMuted.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <style type="text/css">.ColorScheme-Text{color:#eff0f1;}.ColorScheme-NegativeText{color:#da4453;}</style> + <path class="ColorScheme-NegativeText" d="m17 7a4 4 0 0 0-4 4 4 4 0 0 0 0.84375 2.4492l-0.003906 0.003906 0.033203 0.033203a4 4 0 0 0 0.66211 0.66211l0.011719 0.011718 0.001953-0.001953a4 4 0 0 0 2.4512 0.8418 4 4 0 0 0 4-4 4 4 0 0 0-0.84375-2.4492l0.003906-0.0039062-0.033203-0.033203a4 4 0 0 0-0.66211-0.66211l-0.011719-0.011719-0.001953 0.0019531a4 4 0 0 0-2.4512-0.8418zm0 1a3 3 0 0 1 1.7363 0.55664l-4.1777 4.1777a3 3 0 0 1-0.55859-1.7344 3 3 0 0 1 3-3zm2.4414 1.2656a3 3 0 0 1 0.55859 1.7344 3 3 0 0 1-3 3 3 3 0 0 1-1.7363-0.55664z" fill="currentColor"/> + <path class="ColorScheme-Text" d="m10.988 3-4.9883 4.9902v6.0195l4.9883 4.9902h1.0117v-16zm-7.9883 5v6h2v-6z" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/audioPlaying.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m10.988 3-4.9883 4.9902v6.0195l4.9883 4.9902h1.0117v-16h-1.0117zm2.877 0.53711-0.24414 0.97656a7 7 0 0 1 4.3789 6.4863 7 7 0 0 1-4.3809 6.4785l0.24414 0.97461a8 8 0 0 0 5.1367-7.4531 8 8 0 0 0-5.1348-7.4629zm0.45898 3.7441-0.53906 0.86133a4 4 0 0 1 1.2148 2.8574 4 4 0 0 1-1.2109 2.8613l0.53906 0.86328a5 5 0 0 0 1.6719-3.7246 5 5 0 0 0-1.6758-3.7188zm-11.324 0.71875v6h2v-6h-2z" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/audioVolumeHigh.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m10.988 3-4.9883 4.9902v6.0195l4.9883 4.9902h1.0117v-16h-1.0117zm2.877 0.53711-0.24414 0.97656a7 7 0 0 1 4.3789 6.4863 7 7 0 0 1-4.3809 6.4785l0.24414 0.97461a8 8 0 0 0 5.1367-7.4531 8 8 0 0 0-5.1348-7.4629zm0.45898 3.7441-0.53906 0.86133a4 4 0 0 1 1.2148 2.8574 4 4 0 0 1-1.2109 2.8613l0.53906 0.86328a5 5 0 0 0 1.6719-3.7246 5 5 0 0 0-1.6758-3.7188zm-11.324 0.71875v6h2v-6h-2z" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/audioVolumeMuted.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <style type="text/css">.ColorScheme-Text{color:#eff0f1;}.ColorScheme-NegativeText{color:#da4453;}</style> + <path class="ColorScheme-NegativeText" d="m17 7a4 4 0 0 0-4 4 4 4 0 0 0 0.84375 2.4492l-0.003906 0.003906 0.033203 0.033203a4 4 0 0 0 0.66211 0.66211l0.011719 0.011718 0.001953-0.001953a4 4 0 0 0 2.4512 0.8418 4 4 0 0 0 4-4 4 4 0 0 0-0.84375-2.4492l0.003906-0.0039062-0.033203-0.033203a4 4 0 0 0-0.66211-0.66211l-0.011719-0.011719-0.001953 0.0019531a4 4 0 0 0-2.4512-0.8418zm0 1a3 3 0 0 1 1.7363 0.55664l-4.1777 4.1777a3 3 0 0 1-0.55859-1.7344 3 3 0 0 1 3-3zm2.4414 1.2656a3 3 0 0 1 0.55859 1.7344 3 3 0 0 1-3 3 3 3 0 0 1-1.7363-0.55664z" fill="currentColor"/> + <path class="ColorScheme-Text" d="m10.988 3-4.9883 4.9902v6.0195l4.9883 4.9902h1.0117v-16zm-7.9883 5v6h2v-6z" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/audiocapture.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m11 3c-1.385 0-2.5 1.115-2.5 2.5v6c0 1.385 1.115 2.5 2.5 2.5s2.5-1.115 2.5-2.5v-6c0-1.385-1.115-2.5-2.5-2.5zm-5.5 7v1c9.163e-4 2.2356 1.6341 4.1989 4 4.8086v2.1914h-2v1h7v-1h-2v-2.1934c2.3651-0.6095 3.9981-2.5718 4-4.8066v-1h-1v1c0 2.2091-2.0147 4-4.5 4s-4.5-1.7909-4.5-4v-1h-1z" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/autoHideOff.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + <path class="ColorScheme-Text" d="M 16,1 7.0675,9.9325 4.38375,7.25 3.5,8.13375 8.24125,12.875 2.25,18.86625 3.13375,19.75 9.125,13.75875 13.86625,18.5 14.75,17.61625 12.0675,14.9325 21,6 Z" color="#eff0f1" fill="currentColor" stroke-width="1.25"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/autoHideOn.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + } + .ColorScheme-NegativeText { + color:#da4453; + }</style> + <path class="ColorScheme-Text" d="m 16,1 -6.175,6.175 5,5 L 21,6 Z M 4.38375,7.25 3.5,8.13375 8.24125,12.875 2.25,18.86625 3.13375,19.75 9.125,13.75875 13.86625,18.5 14.75,17.61625 Z" color="#eff0f1" fill="currentColor" stroke-width="1.25"/> + <path class="ColorScheme-NegativeText" d="M 1.88375,1 1,1.88375 20.11625,21 21,20.11625 Z" color="#da4453" fill="currentColor" stroke-width="1.25"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/autospellchecking.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m10.146 3-5.2168 14h1.6875l1.6699-4.4297h5.5605l1.5352 4.4297h1.6875l-4.9297-14h-1.9941zm1.0156 1.6113 2.1289 6.6738h-4.4863l2.3574-6.6738z" fill="currentColor"/> + <path d="m3 18v1h16v-1h-16z" fill="#2ecc71"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/back.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m14.293 3-8 8 8 8 0.70703-0.70703-7.293-7.293 7.293-7.293-0.70703-0.70703" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/begline.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path d="m3 8v0.375h1.2v5.25h-1.2v0.375h3v-0.375h-1.2v-5.25h1.2v-0.375zm-0.75-0.57143h17.5v7.1429h-17.5v-7.1429m-1.25-1.4286v10h20v-10h-20" fill="#eff0f1"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/bookmark16.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="16" height="16" version="1.1" viewBox="0 0 256 256" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <g transform="matrix(18.667 0 0 18.667 -21.333 -19367)"> + <path class="ColorScheme-Text" d="m8 1038.4-2 4-4 1 3 3-1 4 4-2 4 2-1-4 3-3-4-1z" color="#eff0f1" fill="currentColor"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/bookmark22.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 352 352" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <g transform="matrix(26.667 0 0 26.667 -37.333 -27674)"> + <path class="ColorScheme-Text" d="m8 1038.4-2 4-4 1 3 3-1 4 4-2 4 2-1-4 3-3-4-1z" color="#eff0f1" fill="currentColor"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/bookmark32.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="32" height="32" version="1.1" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <g transform="matrix(40 0 0 40 -64 -41518)"> + <path class="ColorScheme-Text" d="m8 1038.4-2 4-4 1 3 3-1 4 4-2 4 2-1-4 3-3-4-1z" color="#eff0f1" fill="currentColor"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/bookmarkNext.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 352 352" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <g transform="matrix(21.333 0 0 21.333 -26.667 -22104)"> + <path class="ColorScheme-Text" d="m8 1038.4-2 4-4 1 3 3-1 4 4-2 4 2-1-4 3-3-4-1z" color="#eff0f1" fill="currentColor"/> + </g> + <path class="ColorScheme-Text" d="m262.5 48-6.4962 11.312 67.008 116.69-67.008 116.69 6.4962 11.312 73.504-128-73.504-128" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/bookmarkPrevious.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 352 352" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <g transform="matrix(-21.333 0 0 21.333 378.67 -22104)"> + <path class="ColorScheme-Text" d="m8 1038.4-2 4-4 1 3 3-1 4 4-2 4 2-1-4 3-3-4-1z" color="#eff0f1" fill="currentColor"/> + </g> + <path class="ColorScheme-Text" d="m89.504 48 6.4962 11.312-67.008 116.69 67.008 116.69-6.4962 11.312-73.504-128 73.504-128" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/bookmarkToggle.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 352 352" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <g transform="matrix(22.667 0 0 22.667 -29.333 -23520)" fill="#eff0f1"> + <path class="ColorScheme-Text" d="m8 1038.4-2 4-4 1 3 3-1 4 4-2 4 2-1-4 3-3-4-1z" color="#eff0f1" fill="#eff0f1"/> + </g> + <path d="m352 250.67h-42.667v-42.667h-42.667v42.667h-42.667l64 85.333 64-85.333" fill="#49cff1"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/break.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + } + .ColorScheme-NegativeText { + color:#da4453; + }</style> + </defs> + <path class="ColorScheme-NegativeText" d="M 8,2 A 6,6 0 0 0 2,8 6,6 0 0 0 8,14 6,6 0 0 0 14,8 6,6 0 0 0 8,2 Z M 5.70703,5 8,7.29297 10.29297,5 11,5.70703 8.70703,8 11,10.29297 10.29297,11 8,8.70703 5.70703,11 5,10.29297 7.29297,8 5,5.70703 5.70703,5 Z" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/breakDisabled.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + } + .ColorScheme-NegativeText { + color:#da4453; + }</style> + </defs> + <path class="ColorScheme-NegativeText" d="M 8,2 A 6,6 0 0 0 2,8 6,6 0 0 0 8,14 6,6 0 0 0 14,8 6,6 0 0 0 8,2 Z M 5.70703,5 8,7.29297 10.29297,5 11,5.70703 8.70703,8 11,10.29297 10.29297,11 8,8.70703 5.70703,11 5,10.29297 7.29297,8 5,5.70703 5.70703,5 Z" fill="#b3b3b3"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/breakpointNext.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 352 352" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m262.5 48-6.4962 11.312 67.008 116.69-67.008 116.69 6.4962 11.312 73.504-128-73.504-128" color="#eff0f1" fill="currentColor"/> + <path class="ColorScheme-NegativeText" d="m144 48a128 128 0 0 0-128 128 128 128 0 0 0 128 128 128 128 0 0 0 128-128 128 128 0 0 0-128-128zm-48.917 64 48.917 48.917 48.917-48.917 15.083 15.083-48.917 48.917 48.917 48.917-15.083 15.083-48.917-48.917-48.917 48.917-15.083-15.083 48.917-48.917-48.917-48.917z" fill="#da4453"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/breakpointPrevious.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 352 352" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m89.504 48 6.4962 11.312-67.008 116.69 67.008 116.69-6.4962 11.312-73.504-128 73.504-128" color="#eff0f1" fill="currentColor"/> + <path class="ColorScheme-NegativeText" d="m208 48a128 128 0 0 0-128 128 128 128 0 0 0 128 128 128 128 0 0 0 128-128 128 128 0 0 0-128-128zm-48.917 64 48.917 48.917 48.917-48.917 15.083 15.083-48.917 48.917 48.917 48.917-15.083 15.083-48.917-48.917-48.917 48.917-15.083-15.083 48.917-48.917-48.917-48.917z" fill="#da4453"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/breakpointToggle.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + } + .ColorScheme-NegativeText { + color:#da4453; + }</style> + </defs> + <path class="ColorScheme-NegativeText" d="m9.5 1a8.5 8.5 0 0 0-8.5 8.5 8.5 8.5 0 0 0 8.5 8.5 8.5 8.5 0 0 0 8.5-8.5 8.5 8.5 0 0 0-8.5-8.5zm-3.2484 4.25 3.2484 3.2484 3.2484-3.2484 1.0016 1.0016-3.2484 3.2484 3.2484 3.2484-1.0016 1.0016-3.2484-3.2484-3.2484 3.2484-1.0016-1.0016 3.2484-3.2484-3.2484-3.2484z" color="#da4453" fill="currentColor"/> + <path d="m22 15.667h-2.6667v-2.6667h-2.6667v2.6667h-2.6667l4 5.3333 4-5.3333" fill="#49cff1"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/breakpoints.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + } + .ColorScheme-NegativeText { + color:#da4453; + }</style> + </defs> + <path class="ColorScheme-NegativeText" d="M 11,1 A 10,10 0 0 0 1,11 10,10 0 0 0 11,21 10,10 0 0 0 21,11 10,10 0 0 0 11,1 Z M 7.1783833,6 11,9.8216167 14.821617,6 16,7.1783833 12.178383,11 16,14.821617 14.821617,16 11,12.178383 7.1783833,16 6,14.821617 9.8216167,11 6,7.1783833 Z" color="#da4453" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/browser.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m3 3v7h6v6h3v3h7v-7h-7v3h-2v-8h2v3h7v-7h-7v3h-2v-3h-7zm1 1h5v5h-5v-5zm9 0h5v5h-5v-5z" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/cBreak.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + } + .ColorScheme-NegativeText { + color:#da4453; + }</style> + </defs> + <path class="ColorScheme-NegativeText" d="M 8,2 A 6,6 0 0 0 2,8 6,6 0 0 0 8,14 6,6 0 0 0 14,8 6,6 0 0 0 8,2 Z M 5.70703,5 8,7.29297 10.29297,5 11,5.70703 8.70703,8 11,10.29297 10.29297,11 8,8.70703 5.70703,11 5,10.29297 7.29297,8 5,5.70703 5.70703,5 Z" fill="#ff7f2a"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/cBreakpointToggle.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + } + .ColorScheme-NegativeText { + color:#da4453; + }</style> + </defs> + <path class="ColorScheme-NegativeText" d="m9.5 1a8.5 8.5 0 0 0-8.5 8.5 8.5 8.5 0 0 0 8.5 8.5 8.5 8.5 0 0 0 8.5-8.5 8.5 8.5 0 0 0-8.5-8.5zm-3.2484 4.25 3.2484 3.2484 3.2484-3.2484 1.0016 1.0016-3.2484 3.2484 3.2484 3.2484-1.0016 1.0016-3.2484-3.2484-3.2484 3.2484-1.0016-1.0016 3.2484-3.2484-3.2484-3.2484z" color="#da4453" fill="#ff7f2a"/> + <path d="m22 15.667h-2.6667v-2.6667h-2.6667v2.6667h-2.6667l4 5.3333 4-5.3333" fill="#49cff1"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/callReturn.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 352 352" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path d="m272 336v-64h64v-64h-64v-64l-128 96 128 96" fill="#eff0f1"/> + <path d="m80 208v-64h-64v-64h64v-64l128 96-128 96" fill="#eff0f1"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/callStack.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + } + .ColorScheme-NeutralText { + color:#f67400; + }</style> + </defs> + <path class="ColorScheme-Text" d="m1 1v20h20v-20h-5v5h3.3333v13.333h-16.667v-13.333h3.3333v-5h-3.3333zm8.3333 6.6667c-1.7767 0-2.5228 0.58651-2.5228 2.0898 0 0-0.040416 0.97849-0.052084 1.2435-0.076666 0.615-0.29187 1.1296-0.96354 1.1296h-0.50781v1.0742h0.50781c0.98167 0 1.0156 1.0736 1.0156 2.002-0.00834 0.29 0.02263 0.61586 0.029296 0.79753 0.13833 1.1867 0.89682 1.6667 2.4935 1.6667v-0.98958c-0.75 0-1.0099-0.19376-1.1165-0.67708-0.056666-0.19334-0.061302-0.8568-0.084636-1.1751 0-0.69167-0.20609-1.725-1.2044-2.1517 0.78833-0.33833 1.0738-1.0467 1.1621-1.6667 0.04-0.17334 0.029062-0.37281 0.039064-0.50781 0-1.4433 0.01616-1.8392 1.2012-1.8392zm3.3333 0 0.0033 0.99609c1.185 0 1.2012 0.39586 1.2012 1.8392 0.01 0.135-9.38e-4 0.33448 0.03906 0.50781 0.08833 0.62 0.37378 1.3283 1.1621 1.6667-0.99833 0.42667-1.2044 1.46-1.2044 2.1517-0.02333 0.31833-0.02797 0.9818-0.08464 1.1751-0.10666 0.48333-0.36653 0.67708-1.1165 0.67708v0.98958c1.5967 0 2.3552-0.48 2.4935-1.6667 0.0067-0.18166 0.03763-0.50753 0.0293-0.79752 0-0.92833 0.03395-2.002 1.0156-2.002h0.5078v-1.0742h-0.50782c-0.67167 0-0.88688-0.51456-0.96354-1.1296-0.01166-0.265-0.05208-1.2435-0.05208-1.2435 0-1.5033-0.74612-2.0898-2.5228-2.0898z" color="#eff0f1" fill="#eff0f1"/> + <path class="ColorScheme-NeutralText" d="m15 1-4 6-4-6z" color="#f67400" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/callTrace.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + } + .ColorScheme-NeutralText { + color:#f67400; + }</style> + </defs> + <path class="ColorScheme-Text" d="m1 1v10h10v-10h-2.5v2.5h1.6667v6.6667h-8.3333v-6.6667h1.6667v-2.5h-1.6667zm4.1667 3.3333c-0.88833 0-1.2614 0.29326-1.2614 1.0449 0 0-0.020208 0.48924-0.026042 0.62174-0.038333 0.3075-0.14594 0.56478-0.48177 0.56478h-0.25391v0.53711h0.25391c0.49083 0 0.50781 0.53681 0.50781 1.001-0.00417 0.145 0.011315 0.30793 0.014648 0.39876 0.069167 0.59333 0.44841 0.83333 1.2467 0.83333v-0.49479c-0.375 0-0.50493-0.096875-0.55827-0.33854-0.028333-0.096667-0.030651-0.4284-0.042318-0.58756 0-0.34583-0.10305-0.86251-0.60221-1.0758 0.39417-0.16917 0.53689-0.52333 0.58105-0.83333 0.02-0.086667 0.014531-0.18641 0.019532-0.25391 0-0.72167 0.00808-0.9196 0.60059-0.9196zm1.6667 0 0.00163 0.49805c0.5925 0 0.60059 0.19793 0.60059 0.9196 5e-3 0.0675-4.687e-4 0.16724 0.019532 0.25391 0.044167 0.31 0.18689 0.66417 0.58105 0.83333-0.49917 0.21333-0.60221 0.73001-0.60221 1.0758-0.011667 0.15917-0.013984 0.4909-0.042318 0.58756-0.053331 0.24167-0.18327 0.33854-0.55827 0.33854v0.49479c0.79833 0 1.1776-0.24 1.2467-0.83333 0.00333-0.090833 0.018817-0.25376 0.01465-0.39876 0-0.46417 0.016975-1.001 0.50781-1.001h0.2539v-0.53711h-0.25391c-0.33583 0-0.44344-0.25728-0.48177-0.56478-0.0058333-0.1325-0.026042-0.62174-0.026042-0.62174 0-0.75167-0.37306-1.0449-1.2614-1.0449z" color="#eff0f1" fill="currentColor"/> + <path class="ColorScheme-NeutralText" d="m8 1-2 3-2-3z" color="#f67400" fill="currentColor"/> + <path class="ColorScheme-Text" d="m11 11v10h10v-10h-2.5v2.5h1.6667v6.6667h-8.3333v-6.6667h1.6667v-2.5h-1.6667zm4.1667 3.3333c-0.88833 0-1.2614 0.29326-1.2614 1.0449 0 0-0.02021 0.48924-0.02604 0.62174-0.03833 0.3075-0.14594 0.56478-0.48177 0.56478h-0.25391v0.53711h0.25391c0.49083 0 0.50781 0.53681 0.50781 1.001-0.0042 0.145 0.01132 0.30793 0.01465 0.39876 0.06917 0.59333 0.44841 0.83333 1.2467 0.83333v-0.49479c-0.375 0-0.50494-0.09688-0.55827-0.33854-0.02833-0.09667-0.03065-0.4284-0.04232-0.58756 0-0.34583-0.10305-0.86251-0.60221-1.0758 0.39417-0.16917 0.53689-0.52333 0.58106-0.83333 0.02-0.08667 0.01453-0.1864 0.01953-0.2539 0-0.72167 0.0081-0.9196 0.60059-0.9196zm1.6667 0 0.0016 0.49805c0.5925 0 0.60059 0.19793 0.60059 0.9196 5e-3 0.0675-4.68e-4 0.16724 0.01953 0.2539 0.04417 0.31 0.18689 0.66417 0.58105 0.83333-0.49917 0.21333-0.60221 0.73001-0.60221 1.0758-0.01167 0.15917-0.01398 0.4909-0.04232 0.58756-0.05333 0.24167-0.18327 0.33854-0.55827 0.33854v0.49479c0.79833 0 1.1776-0.24 1.2467-0.83333 0.0033-0.09083 0.01882-0.25376 0.01465-0.39876 0-0.46417 0.01697-1.001 0.50781-1.001h0.2539v-0.53711h-0.25391c-0.33583 0-0.44344-0.25728-0.48177-0.56478-0.0058-0.1325-0.02604-0.62174-0.02604-0.62174 0-0.75167-0.37306-1.0449-1.2614-1.0449z" color="#eff0f1" fill="currentColor"/> + <path class="ColorScheme-NeutralText" d="m18 11-2 3-2-3z" color="#f67400" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/callTraceStart.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <path d="m19 11a8 8 0 0 1-8 8 8 8 0 0 1-8-8 8 8 0 0 1 8-8 8 8 0 0 1 8 8z" fill="#da4453"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/callTraveStop.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + <path class="ColorScheme-Text" d="m3 3h16v16h-16z" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/camera.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m1 5v12h14v-3l6 3v-12l-6 3v-3h-14zm1 1h12v10h-12v-10zm18 0.61719v8.7656l-5-2.5v-3.7656l5-2.5zm-10 0.38281v1h3v-1h-3z" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/cameraPhoto.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m16 4v1h-14v13h18v-13h-1v-1h-3zm-13 2h16v11h-16v-11zm5.5 1a4.5 4.5 0 0 0-4.5 4.5 4.5 4.5 0 0 0 4.5 4.5 4.5 4.5 0 0 0 4.5-4.5 4.5 4.5 0 0 0-4.5-4.5zm0 1a3.5 3.5 0 0 1 3.5 3.5 3.5 3.5 0 0 1-3.5 3.5 3.5 3.5 0 0 1-3.5-3.5 3.5 3.5 0 0 1 3.5-3.5z" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/certificateDelete.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path d="m11 11v1.2857h5v-1.2857zm0-2.5714v1.2857h6.25v-1.2857zm0-2.5714v1.2857h7.5v-1.2857zm-4.375 0c0.34625 0 0.625 0.28671 0.625 0.64286v1.9286h-1.25v-1.9286c0-0.35614 0.27875-0.64286 0.625-0.64286zm0-1.2857c-1.0388 0-1.875 0.86014-1.875 1.9286v1.9286h-1.25v3.8571h6.25v-3.8571h-1.25v-1.9286c0-1.0684-0.83625-1.9286-1.875-1.9286zm-5.625-2.5714v15.429h12.5v-1.2857h-11.25v-12.857h17.5v10.286h1.25v-11.571z" color="#eff0f1" fill="currentColor"/> + <path d="M 14.25,13.33333 15.91667,15 14.25,16.66667 15.08333,17.5 16.75,15.83333 18.41667,17.5 19.25,16.66667 17.58334,15 19.25,13.33333 18.41667,12.5 16.75,14.16667 15.08333,12.5 14.25,13.33333" fill="#da4453"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/certificateExport.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m1 3v13.714h11.111v-1.1429h-10v-11.429h15.556v5.7143h1.1111v-6.8571zm5 2.2857c-0.92333 0-1.6667 0.76457-1.6667 1.7143v1.7143h-1.1111v3.4286h5.5556v-3.4286h-1.1111v-1.7143c0-0.94971-0.74333-1.7143-1.6667-1.7143zm0 1.1429c0.30778 0 0.55556 0.25486 0.55556 0.57143v1.7143h-1.1111v-1.7143c0-0.31657 0.24778-0.57143 0.55556-0.57143zm3.8889 0v1.1429h6.6667v-1.1429zm0 2.2857v1.1429h5.5556v-1.1429zm0 2.2857v1.1429h4.4444v-1.1429zm7.2222 0-0.78559 0.80804 2.5477 2.6205h-5.651v1.1429h5.651l-2.5477 2.6205 0.78559 0.80804 3.8889-4-0.78559-0.80804z" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/certificateImport.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m1 3v13.714h11.111v-1.1429h-10v-11.429h15.556v5.7143h1.1111v-6.8571zm5 2.2857c-0.92333 0-1.6667 0.76457-1.6667 1.7143v1.7143h-1.1111v3.4286h5.5556v-3.4286h-1.1111v-1.7143c0-0.94971-0.74333-1.7143-1.6667-1.7143zm0 1.1429c0.30778 0 0.55556 0.25486 0.55556 0.57143v1.7143h-1.1111v-1.7143c0-0.31657 0.24778-0.57143 0.55556-0.57143zm3.8889 0v1.1429h6.6667v-1.1429zm0 2.2857v1.1429h5.5556v-1.1429zm0 2.2857v1.1429h4.4444v-1.1429zm7.2222 0-3.8889 4 3.8889 4 0.78559-0.80804-2.5477-2.6205h5.651v-1.1429h-5.651l2.5477-2.6205z" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/certificates.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m1 3v16h20v-16zm1.25 1.3333h17.5v13.333h-17.5zm4.375 1.3333c-1.0388 0-1.875 0.892-1.875 2v2h-1.25v4h6.25v-4h-1.25v-2c0-1.108-0.83625-2-1.875-2zm0 1.3333c0.34625 0 0.625 0.29733 0.625 0.66667v2h-1.25v-2c0-0.36933 0.27875-0.66667 0.625-0.66667zm4.375 0v1.3333h7.5v-1.3333zm0 2.6667v1.3333h6.25v-1.3333zm0 2.6667v1.3333h5v-1.3333z" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/changeNext.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,73 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <defs> + <linearGradient id="a" x2="0" y1="541.8" y2="505.8" gradientTransform="translate(-384.57,-499.8)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#bdc3c7" offset="0"/> + <stop stop-color="#eff0f1" offset="1"/> + </linearGradient> + <linearGradient id="b" x2="0" y1="542.8" y2="504.8" gradientTransform="translate(-384.57,-499.8)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#95a5a6" offset="0"/> + <stop stop-color="#8b9e9a" offset="1"/> + </linearGradient> + <linearGradient id="c" x2="0" y1="20" y2="44" gradientTransform="translate(384.57,499.8)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#eff0f1" offset="0"/> + <stop stop-color="#bdc3c7" offset="1"/> + </linearGradient> + <linearGradient id="d" x1="10.327" x2="30.491" y1="10.17" y2="29.972" gradientUnits="userSpaceOnUse"> + <stop stop-color="#292c2f" offset="0"/> + <stop stop-opacity="0" offset="1"/> + </linearGradient> + <linearGradient id="e" x1="25" x2="41.05" y1="10.227" y2="26.733" gradientUnits="userSpaceOnUse" xlink:href="#d"/> + <linearGradient id="f" x1="41" x2="5" y1="42" y2="10" gradientTransform="translate(384.57,499.8)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#2e5d89" offset="0"/> + <stop stop-color="#1b92f4" offset="1"/> + </linearGradient> + <linearGradient id="g" x1="41" x2="5" y1="42" y2="10" gradientTransform="translate(384.57,499.8)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#06a370" offset="0"/> + <stop stop-color="#22d1b0" offset="1"/> + </linearGradient> + <linearGradient id="linearGradient941" x1="10.327" x2="30.491" y1="10.17" y2="29.972" gradientUnits="userSpaceOnUse" xlink:href="#d"/> + </defs> + <g transform="matrix(.35 0 0 .35897 -135 -177.21)"> + <path transform="translate(384.57,499.8)" d="m7 5v25h34v-25z" fill="url(#b)" opacity=".5"/> + <path transform="translate(384.57,499.8)" d="m8 6v24h32v-24z" fill="url(#a)"/> + <g fill="#aeaeae"> + <rect x="394.57" y="513.8" width="2" height="1"/> + <rect x="397.57" y="513.8" width="3" height="1"/> + <rect x="401.57" y="513.8" width="5" height="1"/> + <rect x="394.57" y="515.8" width="4" height="1"/> + <rect x="399.57" y="515.8" width="2" height="1"/> + <rect x="394.57" y="519.8" width="2" height="1"/> + <rect x="397.57" y="519.8" width="3" height="1"/> + <rect x="394.57" y="521.8" width="2" height="1"/> + <rect x="397.57" y="521.8" width="5" height="1"/> + <rect x="403.57" y="521.8" width="3" height="1"/> + <rect x="394.57" y="525.8" width="6" height="1"/> + <rect x="401.57" y="525.8" width="3" height="1"/> + <rect x="394.57" y="527.8" width="5" height="1"/> + <rect x="400.57" y="527.8" width="5" height="1"/> + <rect x="409.57" y="513.8" width="2" height="1"/> + <rect x="412.57" y="513.8" width="3" height="1"/> + <rect x="416.57" y="513.8" width="5" height="1"/> + <rect x="409.57" y="515.8" width="4" height="1"/> + <rect x="414.57" y="515.8" width="2" height="1"/> + <rect x="409.57" y="519.8" width="2" height="1"/> + <rect x="409.57" y="521.8" width="2" height="1"/> + <rect x="412.57" y="521.8" width="5" height="1"/> + <rect x="418.57" y="521.8" width="3" height="1"/> + <rect x="409.57" y="525.8" width="6" height="1"/> + <rect x="409.57" y="527.8" width="5" height="1"/> + <rect x="415.57" y="527.8" width="5" height="1"/> + </g> + <path transform="translate(384.57,499.8)" d="m10 10v1.951c0.649-1.119 9.259-1.321 12.957-1.951zm13 0.043v1.957h-12.951l17.863 18h13.09v-1.818z" fill="url(#linearGradient941)" opacity=".2"/> + <path transform="translate(384.57,499.8)" d="m25 10v1.951l0.479-1.018 6.188-0.188 6.291-0.746zm13 0.043v1.957h-12.951l15.951 16.07v-15.01z" fill="url(#e)" opacity=".2"/> + <path d="m388.57 529.8v14h40v-14z" fill="url(#c)"/> + <rect x="388.57" y="542.8" width="40" height="1" rx="0" fill="#95a5a6"/> + <rect x="388.57" y="529.8" width="40" height="1" rx="0" fill="#eff0f1"/> + <g stroke-linejoin="bevel" stroke-width="2"> + <path d="m394.57 509.8v2h13v-2zm21 22-7 4 7 4.04v-2.041h10v-4h-10z" fill="url(#f)"/> + <path d="m409.57 509.8v2h13v-2zm-8 24v2h-10v4h10v2.041l7-4.04z" fill="url(#g)"/> + </g> + </g> + <path class="ColorScheme-Text" d="m16.406 3-0.40601 0.70703 4.188 7.293-4.188 7.293 0.40601 0.70703 4.594-8-4.594-8" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/changePrev.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,73 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <defs> + <linearGradient id="a" x2="0" y1="541.8" y2="505.8" gradientTransform="translate(-384.57,-499.8)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#bdc3c7" offset="0"/> + <stop stop-color="#eff0f1" offset="1"/> + </linearGradient> + <linearGradient id="b" x2="0" y1="542.8" y2="504.8" gradientTransform="translate(-384.57,-499.8)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#95a5a6" offset="0"/> + <stop stop-color="#8b9e9a" offset="1"/> + </linearGradient> + <linearGradient id="c" x2="0" y1="20" y2="44" gradientTransform="translate(384.57,499.8)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#eff0f1" offset="0"/> + <stop stop-color="#bdc3c7" offset="1"/> + </linearGradient> + <linearGradient id="d" x1="10.327" x2="30.491" y1="10.17" y2="29.972" gradientUnits="userSpaceOnUse"> + <stop stop-color="#292c2f" offset="0"/> + <stop stop-opacity="0" offset="1"/> + </linearGradient> + <linearGradient id="e" x1="25" x2="41.05" y1="10.227" y2="26.733" gradientUnits="userSpaceOnUse" xlink:href="#d"/> + <linearGradient id="f" x1="41" x2="5" y1="42" y2="10" gradientTransform="translate(384.57,499.8)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#2e5d89" offset="0"/> + <stop stop-color="#1b92f4" offset="1"/> + </linearGradient> + <linearGradient id="g" x1="41" x2="5" y1="42" y2="10" gradientTransform="translate(384.57,499.8)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#06a370" offset="0"/> + <stop stop-color="#22d1b0" offset="1"/> + </linearGradient> + <linearGradient id="linearGradient941" x1="10.327" x2="30.491" y1="10.17" y2="29.972" gradientUnits="userSpaceOnUse" xlink:href="#d"/> + </defs> + <g transform="matrix(.35 0 0 .35897 -129 -177.21)"> + <path transform="translate(384.57,499.8)" d="m7 5v25h34v-25z" fill="url(#b)" opacity=".5"/> + <path transform="translate(384.57,499.8)" d="m8 6v24h32v-24z" fill="url(#a)"/> + <g fill="#aeaeae"> + <rect x="394.57" y="513.8" width="2" height="1"/> + <rect x="397.57" y="513.8" width="3" height="1"/> + <rect x="401.57" y="513.8" width="5" height="1"/> + <rect x="394.57" y="515.8" width="4" height="1"/> + <rect x="399.57" y="515.8" width="2" height="1"/> + <rect x="394.57" y="519.8" width="2" height="1"/> + <rect x="397.57" y="519.8" width="3" height="1"/> + <rect x="394.57" y="521.8" width="2" height="1"/> + <rect x="397.57" y="521.8" width="5" height="1"/> + <rect x="403.57" y="521.8" width="3" height="1"/> + <rect x="394.57" y="525.8" width="6" height="1"/> + <rect x="401.57" y="525.8" width="3" height="1"/> + <rect x="394.57" y="527.8" width="5" height="1"/> + <rect x="400.57" y="527.8" width="5" height="1"/> + <rect x="409.57" y="513.8" width="2" height="1"/> + <rect x="412.57" y="513.8" width="3" height="1"/> + <rect x="416.57" y="513.8" width="5" height="1"/> + <rect x="409.57" y="515.8" width="4" height="1"/> + <rect x="414.57" y="515.8" width="2" height="1"/> + <rect x="409.57" y="519.8" width="2" height="1"/> + <rect x="409.57" y="521.8" width="2" height="1"/> + <rect x="412.57" y="521.8" width="5" height="1"/> + <rect x="418.57" y="521.8" width="3" height="1"/> + <rect x="409.57" y="525.8" width="6" height="1"/> + <rect x="409.57" y="527.8" width="5" height="1"/> + <rect x="415.57" y="527.8" width="5" height="1"/> + </g> + <path transform="translate(384.57,499.8)" d="m10 10v1.951c0.649-1.119 9.259-1.321 12.957-1.951zm13 0.043v1.957h-12.951l17.863 18h13.09v-1.818z" fill="url(#linearGradient941)" opacity=".2"/> + <path transform="translate(384.57,499.8)" d="m25 10v1.951l0.479-1.018 6.188-0.188 6.291-0.746zm13 0.043v1.957h-12.951l15.951 16.07v-15.01z" fill="url(#e)" opacity=".2"/> + <path d="m388.57 529.8v14h40v-14z" fill="url(#c)"/> + <rect x="388.57" y="542.8" width="40" height="1" rx="0" fill="#95a5a6"/> + <rect x="388.57" y="529.8" width="40" height="1" rx="0" fill="#eff0f1"/> + <g stroke-linejoin="bevel" stroke-width="2"> + <path d="m394.57 509.8v2h13v-2zm21 22-7 4 7 4.04v-2.041h10v-4h-10z" fill="url(#f)"/> + <path d="m409.57 509.8v2h13v-2zm-8 24v2h-10v4h10v2.041l7-4.04z" fill="url(#g)"/> + </g> + </g> + <path class="ColorScheme-Text" d="m5.594 3 0.40601 0.70703-4.188 7.293 4.188 7.293-0.40601 0.70703-4.594-8 4.594-8" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/changesetSign.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m15.995 1-14.99 14.99h-0.0048825v5.0098h5.0098v-0.0049l14.99-14.99-0.0025-0.0024375 0.0025-0.0024375-5-5-0.0025 0.00244-0.0025-0.00244m-2.4976 4.2651 3.2373 3.2373-9.4849 9.4849v-1.9873h-2.5v-1.9873l8.7476-8.7476m-9.9976 9.9976v1.9873h2.5v1.9873l-0.51258 0.51268h-1.9873l-1.25-1.25v-1.9873l1.25-1.25" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/changesetSignList.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m17.497 7-10.493 10.493h-0.0034177v3.5068h3.5068v-0.0034l10.493-10.493-0.00175-0.001706 0.00175-0.001706-3.5-3.5-0.0018 0.0017062-0.001618-0.0017167m-1.7483 2.9856 2.2661 2.2661-6.6394 6.6394v-1.3911h-1.75v-1.3911l6.1233-6.1233m-6.9983 6.9983v1.3911h1.75v1.3911l-0.35889 0.35889h-1.3911l-0.875-0.875v-1.3911l0.875-0.875" color="#eff0f1" fill="currentColor"/> + <path class="ColorScheme-Text" d="m1 1v1h12v-1zm0 2v1h7v-1zm0 3v1h12v-1zm0 2v1h5v-1zm0 3v1h8v-1zm10 1v1h2v-1z" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/changesetSignVerify.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m15.995 1-14.99 14.99h-0.0048825v5.0098h5.0098v-0.0049l14.99-14.99-0.0025-0.0024375 0.0025-0.0024375-5-5-0.0025 0.00244-0.0025-0.00244m-2.4976 4.2651 3.2373 3.2373-9.4849 9.4849v-1.9873h-2.5v-1.9873l8.7476-8.7476m-9.9976 9.9976v1.9873h2.5v1.9873l-0.51258 0.51268h-1.9873l-1.25-1.25v-1.9873l1.25-1.25" color="#eff0f1" fill="currentColor"/> + <path d="m20.308 15-4.494 4.5918-1.1221-1.1465-0.69197 0.70703 1.8064 1.8477 0.0058-0.0078 0.0076 0.0078 5.1802-5.293z" fill="#2ecc71"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/characters.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22mm" height="22mm" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <g transform="translate(0,-275)"> + <text transform="scale(1.0187 .98163)" x="0.98162496" y="294.30392" fill="#eff0f1" font-family="sans-serif" font-size="10.584px" letter-spacing="0px" stroke-width=".2646" word-spacing="0px" style="line-height:1.25" xml:space="preserve"><tspan x="0.98162496" y="294.30392" fill="#eff0f1" stroke-width=".2646">AbC</tspan></text> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/chart.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#232629; + } + .ColorScheme-Highlight { + color:#3daee9; + }</style> + </defs> + <path class="ColorScheme-Text" d="m4 3v14h-1v1h1v1h1v-1h14v-1h-0.29297l-3.5762-3.5762-0.003906 0.003906-0.005859-0.003906-2.123 2.123-4.123-4.123h-3.875v-1.4238h3.875l4.123-4.123 2.123 2.123 0.005859-0.0039062 0.003906 0.0039062 3.8691-3.8691-0.70703-0.70703-3.166 3.166-2.127-2.125-0.001953 0.0019531-0.001953-0.0019531-1.5273 1.5273h-6.4688v-2.9922h-1zm1 3h6.4609l-3 3h-3.4609v-3zm0 6.4238h3.4609l3 3h-6.4609v-3zm10.127 2.4102 2.166 2.166h-12.293v-1.5684h6.4688l1.5273 1.5273 0.001953-0.001953 0.001953 0.001953 2.127-2.125z" fill="#eff0f1"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/chatBanKickUser.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-NegativeText { + color:#da4453; + }</style> + </defs> + <g class="ColorScheme-NegativeText" fill="currentColor"> + <path d="m7.8379 7.1309a5 5 0 0 0-0.70703 0.70703l3.1621 3.1621-3.1621 3.1621a5 5 0 0 0 0.70703 0.70703l3.1621-3.1621 3.1621 3.1621a5 5 0 0 0 0.70703-0.70703l-3.1621-3.1621 3.1621-3.1621a5 5 0 0 0-0.70703-0.70703l-3.1621 3.1621-3.1621-3.1621"/> + <path d="m11 3a8 8 0 0 0-8 8 8 8 0 0 0 8 8 8 8 0 0 0 8-8 8 8 0 0 0-8-8m0 1a7 7 0 0 1 7 7 7 7 0 0 1-7 7 7 7 0 0 1-7-7 7 7 0 0 1 7-7"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/chatBanUser.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" transform="translate(3 3)" d="m3 7v2h10v-2h-10z" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/chatKickUser.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-NegativeText { + color:#da4453; + }</style> + </defs> + <g class="ColorScheme-NegativeText" transform="translate(-421.71 -525.79)" fill="currentColor"> + <path d="m432.71 528.79a4 4 0 0 0-4 4 4 4 0 0 0 4 4 4 4 0 0 0 4-4 4 4 0 0 0-4-4m0 1a3 3 0 0 1 3 3 3 3 0 0 1-3 3 3 3 0 0 1-3-3 3 3 0 0 1 3-3m0 8a8 8 0 0 0-7.927 7h1.007a7 7 0 0 1 6.92-6 7 7 0 0 1 1 0.08v-1.009a8 8 0 0 0-1-0.07"/> + <circle cx="437.21" cy="541.29" r="3.5"/> + </g> + <path d="m13 15h5v1h-5z" fill="#fff"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/chatUser.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m11 3a4 4 0 0 0-4 4 4 4 0 0 0 4 4 4 4 0 0 0 4-4 4 4 0 0 0-4-4zm0 1a3 3 0 0 1 3 3 3 3 0 0 1-3 3 3 3 0 0 1-3-3 3 3 0 0 1 3-3zm0 8a8 8 0 0 0-7.9277 7h1.0078a7 7 0 0 1 6.9199-6 7 7 0 0 1 6.9219 6h1.0078a8 8 0 0 0-7.9297-7z" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/chatUser1.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m11 3a4 4 0 0 0-4 4 4 4 0 0 0 4 4 4 4 0 0 0 4-4 4 4 0 0 0-4-4zm0 1a3 3 0 0 1 3 3 3 3 0 0 1-3 3 3 3 0 0 1-3-3 3 3 0 0 1 3-3zm0 8a8 8 0 0 0-7.9277 7h1.0078a7 7 0 0 1 6.9199-6 7 7 0 0 1 6.9219 6h1.0078a8 8 0 0 0-7.9297-7z" fill="#adfff1"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/chatUser2.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m11 3a4 4 0 0 0-4 4 4 4 0 0 0 4 4 4 4 0 0 0 4-4 4 4 0 0 0-4-4zm0 1a3 3 0 0 1 3 3 3 3 0 0 1-3 3 3 3 0 0 1-3-3 3 3 0 0 1 3-3zm0 8a8 8 0 0 0-7.9277 7h1.0078a7 7 0 0 1 6.9199-6 7 7 0 0 1 6.9219 6h1.0078a8 8 0 0 0-7.9297-7z" fill="#00a0ff"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/chatUser3.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m11 3a4 4 0 0 0-4 4 4 4 0 0 0 4 4 4 4 0 0 0 4-4 4 4 0 0 0-4-4zm0 1a3 3 0 0 1 3 3 3 3 0 0 1-3 3 3 3 0 0 1-3-3 3 3 0 0 1 3-3zm0 8a8 8 0 0 0-7.9277 7h1.0078a7 7 0 0 1 6.9199-6 7 7 0 0 1 6.9219 6h1.0078a8 8 0 0 0-7.9297-7z" fill="#ef5df1"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/chatUser4.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m11 3a4 4 0 0 0-4 4 4 4 0 0 0 4 4 4 4 0 0 0 4-4 4 4 0 0 0-4-4zm0 1a3 3 0 0 1 3 3 3 3 0 0 1-3 3 3 3 0 0 1-3-3 3 3 0 0 1 3-3zm0 8a8 8 0 0 0-7.9277 7h1.0078a7 7 0 0 1 6.9199-6 7 7 0 0 1 6.9219 6h1.0078a8 8 0 0 0-7.9297-7z" fill="#f55"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/chatUser5.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m11 3a4 4 0 0 0-4 4 4 4 0 0 0 4 4 4 4 0 0 0 4-4 4 4 0 0 0-4-4zm0 1a3 3 0 0 1 3 3 3 3 0 0 1-3 3 3 3 0 0 1-3-3 3 3 0 0 1 3-3zm0 8a8 8 0 0 0-7.9277 7h1.0078a7 7 0 0 1 6.9199-6 7 7 0 0 1 6.9219 6h1.0078a8 8 0 0 0-7.9297-7z" fill="#feff58"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/chatUser6.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m11 3a4 4 0 0 0-4 4 4 4 0 0 0 4 4 4 4 0 0 0 4-4 4 4 0 0 0-4-4zm0 1a3 3 0 0 1 3 3 3 3 0 0 1-3 3 3 3 0 0 1-3-3 3 3 0 0 1 3-3zm0 8a8 8 0 0 0-7.9277 7h1.0078a7 7 0 0 1 6.9199-6 7 7 0 0 1 6.9219 6h1.0078a8 8 0 0 0-7.9297-7z" fill="#00fa00"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/chrome.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,2 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg"><path d="m46 24c0 12.148-9.8516 22-22 22s-22-9.8516-22-22 9.8516-22 22-22 22 9.8516 22 22z" fill="#4caf50" stroke-width="1.1"/><path d="m24 2v22l8.8 4.4-9.7273 17.6h0.9273c12.158 0 22-9.8417 22-22s-9.8417-22-22-22z" fill="#ffc107" stroke-width="1.1"/><path d="m46 24c0 12.148-9.8516 22-22 22s-22-9.8516-22-22 9.8516-22 22-22 22 9.8516 22 22z" fill="#4caf50" stroke-width="1.1"/><path d="m24 2v22l8.8 4.4-9.7273 17.6h0.9273c12.158 0 22-9.8417 22-22s-9.8417-22-22-22z" fill="#ffc107" stroke-width="1.1"/><path d="M 43.624,14.1 H 24 V 28.4 L 20.7,27.3 5.476,12.186 H 5.454 C 9.348,6.059 16.201,2 24,2 32.58,2 40.005,6.928 43.624,14.1 Z" fill="#f44336" stroke-width="1.1"/><path d="m5.4738 12.19 9.7273 16.348 5.4989-1.2386z" fill="#dd2c00" stroke-width="1.1"/><path d="m23.073 46 9.8274-17.665-4.5001-3.2351z" fill="#558b2f" stroke-width="1.1"/><path d="m43.652 14.1h-19.652l-1.7369 5.038z" fill="#f9a825" stroke-width="1.1"/><path d="m33.9 24c0 5.4659-4.4341 9.9-9.9 9.9s-9.9-4.4341-9.9-9.9 4.4341-9.9 9.9-9.9 9.9 4.4341 9.9 9.9z" fill="#fff" stroke-width="1.1"/><path d="m31.7 24c0 4.2537-3.4463 7.7-7.7 7.7s-7.7-3.4463-7.7-7.7 3.4463-7.7 7.7-7.7 7.7 3.4463 7.7 7.7z" fill="#2196f3" stroke-width="1.1"/></svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/chromium.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,41 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="48" height="48" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <defs> + <linearGradient id="linearGradient4249"> + <stop stop-color="#79a8ca" offset="0"/> + <stop stop-color="#9ecbda" offset="1"/> + </linearGradient> + <linearGradient id="linearGradient4236" x1="44" x2="24" y1="44" y2="24" gradientTransform="matrix(1.1 0 0 1.1 382.17 497.4)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#548eb5" offset="0"/> + <stop stop-color="#68a0c4" offset="1"/> + </linearGradient> + <linearGradient id="linearGradient4255" x1="4" x2="24" y1="44" y2="24" gradientTransform="matrix(1.1 0 0 1.1 382.17 497.47)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient4249"/> + <linearGradient id="linearGradient4263" x1="44" x2="24" y1="4" y2="24" gradientTransform="matrix(1.1 0 0 1.1 382.17 497.4)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#41759c" offset="0"/> + <stop stop-color="#7faac8" offset="1"/> + </linearGradient> + <linearGradient id="linearGradient4381" x1="403.57" x2="420.57" y1="520.8" y2="537.8" gradientTransform="matrix(1.1 0 0 1.1 -40.857 -52.38)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient4227"/> + <linearGradient id="linearGradient4393" x1="402.57" x2="423.57" y1="517.8" y2="538.8" gradientTransform="matrix(1.1 0 0 1.1 -40.857 -52.38)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient4227"/> + <linearGradient id="linearGradient4407" x2="0" y1="530.8" y2="516.8" gradientTransform="matrix(1.1 0 0 1.1 -40.857 -52.38)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#8bb3d0" offset="0"/> + <stop stop-color="#a9cfe4" offset="1"/> + </linearGradient> + <linearGradient id="linearGradient4161" x2="0" y1="543.8" y2="502.8" gradientTransform="matrix(1.045 0 0 1.045 -18.386 -23.571)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient4249"/> + <linearGradient id="linearGradient4227"> + <stop stop-color="#292c2f" offset="0"/> + <stop stop-opacity="0" offset="1"/> + </linearGradient> + </defs> + <g transform="translate(-384.57 -499.8)" stroke-width="1.1"> + <rect x="387.67" y="502.9" width="41.8" height="41.8" rx="20.9" fill="url(#linearGradient4161)"/> + <path d="m409.09 513.57c-0.28778 0-0.51992 0.23215-0.51992 0.51992 0 0.28778 0.23214 0.51992 0.51992 0.51992h18.76c0.0378 0 0.0719-0.0139 0.10747-0.0215l0.2552-0.6875-0.9427-0.33085z" fill="#649cc1" opacity=".8"/> + <path d="m390.98 510.6c-2.7549 3.6741-4.4043 8.3028-4.4043 13.269 0 12.188 9.812 21.931 22 21.931l7.7-15.771-14.3-2.9288z" fill="url(#linearGradient4255)" fill-rule="evenodd"/> + <path d="m409.67 513.9 6.6 16.06-7.7 15.84c12.188 0 22-9.812 22-22 0-3.5698-0.86019-6.9247-2.3568-9.9z" fill="url(#linearGradient4236)" fill-rule="evenodd"/> + <path d="m415.94 517.2-14.74 13.2 14.041 14.371c6.528-2.0621 11.7-7.0793 14.008-13.492z" fill="url(#linearGradient4393)" fill-rule="evenodd" opacity=".2"/> + <path d="m408.57 501.8c-7.222 0-13.589 3.4611-17.596 8.8043l10.996 16.496 14.3 2.86-6.6-16.06h18.543c-3.6132-7.1829-11.025-12.1-19.643-12.1z" fill="url(#linearGradient4263)" fill-rule="evenodd"/> + <rect x="398.67" y="513.9" width="19.8" height="19.8" rx="9.9" fill="#ecf0f1"/> + <path d="m415.5 520.5-12.32 8.8 14.441 14.551c4.3811-1.9722 7.9991-5.3204 10.282-9.5176z" fill="url(#linearGradient4381)" fill-rule="evenodd" opacity=".2"/> + <rect x="400.87" y="516.1" width="15.4" height="15.4" rx="7.7" fill="url(#linearGradient4407)"/> + <path d="m386.58 523.25c-4e-3 0.18321-0.0129 0.36568-0.0129 0.55 0 12.188 9.812 22 22 22s22-9.812 22-22c0-0.18432-9e-3 -0.36679-0.0129-0.55-0.29114 11.931-9.9838 21.45-21.987 21.45-12.003 0-21.696-9.5193-21.987-21.45z" fill="#005677" fill-opacity=".23711"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/circuitPythonDevice.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,2 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="48" height="48" version="1.1" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg"><defs><clipPath id="clipPath3830"><path d="m0 612h792v-612h-792z"/></clipPath></defs><g transform="matrix(.2942 0 0 -.27257 -92.379 107.52)" fill="#eff0f1"><g fill="#eff0f1"><g clip-path="url(#clipPath3830)" fill="#eff0f1"><g transform="translate(391.04 375.59)"><path d="m0 0c5e-3 0.071 5e-3 0.141 0.013 0.208 0.395 3.404 3.474 5.845 6.875 5.45 1.539-0.179 2.861-0.925 3.835-1.984 0.127 0.037 0.256 0.083 0.394 0.156 0.457 0.236 0.883 0.653 1.163 0.997 0.281 0.349 0.431 0.622 0.431 0.622s3e-3 -0.307-0.072-0.779c-0.083-0.468-0.252-1.107-0.634-1.72-0.114-0.172-0.244-0.341-0.39-0.502 0.59-1.085 0.875-2.349 0.723-3.667-0.208-1.788-1.161-3.301-2.509-4.286 0.737 0.69 1.254 1.619 1.382 2.702 0.189 1.653-0.571 3.182-1.839 4.084-3e-3 0-0.013-1e-3 -0.013-1e-3l3e-3 0.011c-0.587 0.414-1.267 0.707-2.031 0.795-0.397 0.046-0.784 0.019-1.16-0.037 0.592-0.265 0.978-0.868 0.9-1.546-0.098-0.838-0.853-1.438-1.688-1.34-0.839 0.097-1.436 0.853-1.34 1.691 0.016 0.127 0.072 0.237 0.117 0.355-0.922-0.702-1.574-1.757-1.717-2.998-0.033-0.303-0.036-0.603-0.012-0.896l-5.744 2.301-0.018 0.016zm12.057-11.872c4.697-1.267 11.897-4.312 19.261-9.43 4.645-3.227 9.35-7.286 13.541-12.245l1.075 1.076c-0.198 0.6-0.065 1.281 0.408 1.754 0.67 0.673 1.762 0.671 2.432 1e-3 0.67-0.671 0.67-1.763-3e-3 -2.435-0.474-0.471-1.155-0.604-1.75-0.407l-1.178-1.178c1.978-2.461 3.827-5.136 5.476-8.032l2.106 1.408c-0.078 0.626 0.184 1.267 0.74 1.638 0.789 0.531 1.861 0.318 2.389-0.472 0.524-0.788 0.311-1.859-0.478-2.388-0.558-0.369-1.252-0.365-1.797-0.056l-2.217-1.482c1.457-2.723 2.742-5.632 3.798-8.736l3.176 1.315c0.047 0.629 0.431 1.206 1.049 1.462 0.878 0.366 1.885-0.052 2.249-0.93 0.36-0.875-0.058-1.884-0.933-2.248-0.623-0.254-1.3-0.114-1.776 0.296l-3.281-1.361c0.895-2.876 1.596-5.916 2.066-9.122l4.147 0.824c0.166 0.607 0.654 1.099 1.311 1.229 0.932 0.189 1.838-0.42 2.023-1.35 0.187-0.931-0.423-1.837-1.353-2.024-0.659-0.128-1.299 0.14-1.683 0.636l-4.248-0.845c0.356-2.93 0.52-5.997 0.462-9.201h4.776c0.283 0.564 0.856 0.95 1.526 0.95 0.951 3e-3 1.722-0.768 1.722-1.718 0-0.948-0.774-1.719-1.722-1.722-0.672 6e-3 -1.246 0.393-1.526 0.953h-4.809c-0.034-0.884-0.083-1.78-0.153-2.684-0.063-1.01-0.146-2.026-0.263-3.043-0.132-1.139-0.308-2.26-0.506-3.373l4.741-0.943c0.387 0.493 1.026 0.763 1.683 0.631 0.932-0.182 1.537-1.091 1.353-2.021-0.185-0.929-1.093-1.534-2.023-1.352-0.659 0.135-1.147 0.628-1.313 1.23l-4.735 0.943c-0.631-3.033-1.503-5.965-2.603-8.773l4.408-1.826c0.476 0.41 1.156 0.548 1.776 0.291 0.878-0.361 1.293-1.368 0.93-2.246-0.361-0.875-1.371-1.293-2.249-0.93-0.617 0.26-0.999 0.839-1.046 1.462l-4.409 1.826c-1.205-2.837-2.638-5.545-4.279-8.097l3.931-2.627c0.548 0.308 1.239 0.311 1.799-0.063 0.79-0.524 1.003-1.593 0.473-2.383-0.525-0.789-1.594-0.999-2.386-0.475-0.556 0.376-0.818 1.018-0.74 1.641l-3.931 2.627c-1.735-2.539-3.675-4.915-5.793-7.11l3.319-3.32c0.596 0.198 1.277 0.065 1.751-0.41 0.673-0.67 0.673-1.76 0-2.43-0.669-0.673-1.759-0.67-2.432 0-0.473 0.475-0.605 1.158-0.407 1.752l-3.317 3.316c-2.188-2.144-4.559-4.096-7.075-5.843l2.591-3.875c0.624 0.075 1.265-0.185 1.637-0.746 0.529-0.787 0.316-1.856-0.473-2.383-0.79-0.528-1.857-0.315-2.387 0.474-0.371 0.559-0.368 1.255-0.056 1.8l-2.581 3.862c-2.561-1.673-5.269-3.125-8.089-4.353l1.768-4.269c0.626-0.047 1.205-0.427 1.462-1.048 0.363-0.875-0.055-1.883-0.932-2.247-0.875-0.363-1.882 0.055-2.246 0.933-0.255 0.62-0.117 1.301 0.293 1.773l-1.76 4.25c-2.828-1.136-5.769-2.027-8.791-2.679l0.895-4.499c0.605-0.169 1.099-0.655 1.229-1.315 0.186-0.931-0.421-1.836-1.351-2.022-0.933-0.185-1.836 0.421-2.022 1.352-0.13 0.658 0.139 1.299 0.632 1.683l-0.89 4.484c-2.983-0.554-6.044-0.85-9.152-0.894v-4.579c0.56-0.283 0.95-0.857 0.95-1.53 0-0.947-0.77-1.718-1.72-1.718-0.948 0-1.719 0.771-1.719 1.718 0 0.673 0.389 1.247 0.95 1.53v4.562c-1.843 0.026-3.703 0.144-5.572 0.361-1.21 0.14-2.399 0.333-3.578 0.547l-0.891-4.478c0.492-0.387 0.761-1.028 0.628-1.688-0.181-0.932-1.087-1.532-2.022-1.347-0.925 0.183-1.532 1.088-1.348 2.017 0.13 0.66 0.624 1.15 1.231 1.317l0.888 4.473c-3.046 0.646-5.986 1.542-8.804 2.663l-1.741-4.206c0.408-0.474 0.548-1.157 0.289-1.778-0.362-0.878-1.367-1.29-2.247-0.927-0.872 0.361-1.292 1.369-0.929 2.242 0.256 0.623 0.836 1.009 1.464 1.053l1.741 4.204c-2.845 1.226-5.553 2.684-8.108 4.346l-2.534-3.793c0.308-0.545 0.312-1.241-0.062-1.8-0.527-0.792-1.593-1.002-2.385-0.472-0.785 0.525-1.001 1.594-0.475 2.381 0.374 0.558 1.016 0.823 1.642 0.746l2.535 3.793c-2.535 1.753-4.901 3.715-7.09 5.855l-3.246-3.246c0.196-0.594 0.064-1.279-0.412-1.752-0.671-0.673-1.757-0.673-2.431 2e-3 -0.668 0.668-0.67 1.758-2e-3 2.426 0.477 0.477 1.159 0.612 1.756 0.412l3.241 3.242c-2.132 2.206-4.067 4.595-5.801 7.125l-3.841-2.566c0.076-0.621-0.189-1.265-0.745-1.639-0.792-0.527-1.857-0.314-2.386 0.477-0.524 0.788-0.314 1.854 0.473 2.381 0.56 0.374 1.254 0.374 1.801 0.063l3.833 2.56c-1.657 2.57-3.09 5.288-4.3 8.116l-4.289-1.778c-0.048-0.623-0.433-1.205-1.051-1.462-0.879-0.363-1.881 0.052-2.246 0.933-0.362 0.875 0.053 1.879 0.928 2.243 0.621 0.257 1.303 0.122 1.779-0.291l4.286 1.775c-1.118 2.832-1.996 5.773-2.628 8.794l-4.587-0.913c-0.168-0.602-0.659-1.095-1.315-1.227-0.934-0.188-1.835 0.418-2.021 1.352-0.186 0.927 0.419 1.833 1.349 2.02 0.658 0.13 1.299-0.138 1.686-0.633l4.587 0.912c-0.535 2.978-0.818 6.03-0.846 9.131h-4.73c-0.283-0.559-0.859-0.947-1.529-0.95-0.951 0-1.72 0.771-1.72 1.722 0 0.947 0.772 1.715 1.72 1.718 0.67-3e-3 1.246-0.389 1.529-0.95h4.728c0.035 1.744 0.145 3.502 0.351 5.271 0.15 1.298 0.35 2.578 0.588 3.842l-4.678 0.93c-0.387-0.493-1.03-0.761-1.685-0.634-0.933 0.188-1.536 1.091-1.35 2.025 0.183 0.927 1.09 1.534 2.02 1.348 0.658-0.131 1.148-0.623 1.315-1.227l4.71-0.938c0.657 3.027 1.557 5.946 2.682 8.745l-4.462 1.847c-0.476-0.407-1.158-0.545-1.776-0.29-0.879 0.364-1.294 1.369-0.929 2.247 0.36 0.875 1.368 1.293 2.244 0.93 0.619-0.258 1.004-0.835 1.051-1.462l4.447-1.843c1.23 2.821 2.707 5.494 4.368 8.029l-4.059 2.712c-0.546-0.306-1.241-0.309-1.797 0.062-0.791 0.527-1.003 1.595-0.475 2.384 0.526 0.79 1.595 1.003 2.384 0.475 0.557-0.374 0.821-1.015 0.744-1.638l4.053-2.708c1.749 2.51 3.705 4.854 5.835 7.022l-3.486 3.485c-0.597-0.194-1.278-0.062-1.753 0.411-0.673 0.672-0.673 1.759 0 2.43 0.67 0.673 1.761 0.673 2.43 1e-3 0.473-0.473 0.608-1.155 0.411-1.754l3.493-3.493c2.194 2.113 4.548 4.055 7.061 5.774l-2.755 4.123c-0.621-0.076-1.264 0.186-1.638 0.744-0.527 0.79-0.314 1.856 0.475 2.385 0.788 0.527 1.857 0.314 2.385-0.476 0.372-0.557 0.369-1.251 0.06-1.799l2.769-4.144c2.552 1.642 5.232 3.091 8.039 4.294l-1.908 4.608c-0.626 0.047-1.206 0.43-1.462 1.051-0.364 0.877 0.053 1.882 0.93 2.244 0.877 0.365 1.883-0.053 2.248-0.93 0.254-0.619 0.117-1.299-0.294-1.777l1.915-4.624c0.829 0.327 1.654 0.661 2.499 0.947 7.183 2.439 16.515 3.455 23.007 2.585 6.492-0.869 10.104-1.057 11.145 1.146 0.673 1.423-1.229 2.255-4.061 3.355-0.22 0.083-0.425 0.164-0.638 0.244-4.763 1.825-7.562 3.189-9.12 4.051-0.372 0.208-0.672 0.385-0.914 0.533-0.609 0.376-0.839 0.57-0.839 0.57s0.277 0.256 0.883 0.538c0.301 0.135 0.678 0.286 1.122 0.408 0.442 0.147 0.951 0.228 1.508 0.35 0.559 0.094 1.166 0.148 1.813 0.232 0.644 0.025 1.324 0.053 2.03 0.083 1.393 0.025 2.867-0.031 4.311-3e-3 1.986 0.039 4.515 0.099 6.976 0.758 1.371 0.365 2.725 0.91 3.947 1.754 1.358 0.939 2.14 2.49 2.287 3.785l-3.213 0.371c-0.25-0.523-0.795-0.865-1.4-0.795-0.759 0.089-1.306 0.779-1.218 1.537 0.088 0.764 0.779 1.312 1.538 1.224 0.604-0.071 1.061-0.531 1.18-1.096l3.29-0.382c0.712 6.169-10.941 3.484-14.597 7.678 0.01 0.013 0.018 0.025 0.026 0.036 0.382 0.613 0.55 1.254 0.633 1.721 0.078 0.47 0.073 0.778 0.073 0.778s-0.148-0.272-0.431-0.619c-0.273-0.335-0.683-0.73-1.125-0.969-2.64 3.104-6.519 4.98-10.662 5.181l0.016 0.02c-0.172 0-0.349-0.012-0.52-0.015-0.464 7e-3 -0.932-5e-3 -1.399-0.041-30.502-1.205-72.86-30.931-72.86-86.589 0-41.301 33.48-74.781 74.779-74.781s74.781 33.48 74.781 74.781c0 34.896-29.613 64.808-67.271 63.242" fill="#eff0f1"/></g><g transform="translate(371.34 345.18)"><path d="m0 0c-2.196-1.196-4.293-2.555-6.278-4.053v-47.198h6.278z" fill="#eff0f1"/></g><g transform="translate(381.61 342.65)"><path d="m0 0v-25.986c0-0.252-0.196-0.451-0.443-0.47h-1.472v28.328c0.429 0.157 0.865 0.302 1.3 0.444 0.303 0.08 0.615 0.063 0.615-0.55zm6.029-32.046c0 2.716-1.656 3.596-1.656 3.596s1.656 0.88 1.656 3.596v29.098c-3e-3 2.038-1.599 3.539-3.614 3.11-0.896-0.209-1.784-0.441-2.664-0.698-0.473-0.137-0.947-0.28-1.416-0.43-2.158-0.7-4.258-1.533-6.278-2.501v-52.449h6.028v18.28h1.915v-3e-3h-0.478c0.263 0 0.478-0.213 0.478-0.478v-17.799h6.029z" fill="#eff0f1"/></g><g transform="translate(428.87 333.35)"><path d="m0 0v5.506c-1.966 1.714-4.063 3.279-6.278 4.677v-49.606h6.278z" fill="#eff0f1"/></g><g transform="translate(412.31 348.49)"><path d="m0 0c-1.961 0.686-3.97 1.263-6.029 1.705v-52.443c0-2.114 1.714-3.827 3.827-3.827h6.317c2.112 0 3.825 1.708 3.827 3.822v47.175c-1.934 1.08-3.949 2.026-6.028 2.849v-49.381c0-0.263-0.215-0.477-0.478-0.477h-0.958c-0.264 0-0.478 0.214-0.478 0.477v5.753z" fill="#eff0f1"/></g><g transform="translate(352.58 293.93)"><path d="m0 0h6.316c2.115 0 3.829 1.714 3.829 3.827v14.452h-6.03v-13.813c0-0.264-0.214-0.478-0.478-0.478h-0.958c-0.263 0-0.478 0.214-0.478 0.478v-0.478 24.833l2e-3 -3e-3c0 0.318 0.1 0.593 0.239 0.875 0.36 0.632 0.745 1.247 1.134 1.86 0.193 0.267 0.539 0.249 0.539-0.174v-9.111h6.03v17.617c0 3.376-2.368 3.147-3.786 1.854-0.86-0.901-1.699-1.823-2.493-2.786v-8e-3c-0.489-0.594-0.954-1.207-1.416-1.825v0.031c-1.341-1.784-2.56-3.667-3.66-5.622-2.126-3.905-2.619-5.431-2.619-8.978v-18.724c0-2.033 1.592-3.68 3.594-3.804v-0.023z" fill="#eff0f1"/></g><g transform="translate(402.87 250.49)"><path d="m0 0c1.541 0.224 3.063 0.509 4.557 0.868v39.071h-4.557v-15.532h-1.914v15.532h-4.558v-40.458c1.538 0.026 3.057 0.119 4.558 0.278v20.66h1.914v-3.988z" fill="#eff0f1"/></g><g transform="translate(421.84 257.29)"><path d="m0 0c1.586 0.962 3.104 2.025 4.568 3.153v10.475l1.913-8.95 3e-3 0.014c1.611 1.366 3.14 2.819 4.567 4.373v24.083h-4.57v-16.864l-1.913 16.864h-4.568z" fill="#eff0f1"/></g><g transform="translate(378.84 252.8)"><path d="m0 0v18.112l3.117 15.537v3.989h-4.57v-3.989l-0.923-11.544-0.992 11.544v3.989h-4.568v-3.989l3.117-15.537v-16.146c1.565-0.736 3.173-1.39 4.819-1.966" fill="#eff0f1"/></g><g transform="translate(362.8 286.45)"><path d="m0 0h1.436c0.264 0 0.478-0.214 0.478-0.478v-10.588c0-0.265-0.214-0.478-0.478-0.478h-1.436zm0.249-24.673v9.136h3.855c1.315 8e-3 2.379 1.072 2.379 2.391v14.743c0 1.322-1.071 2.391-2.392 2.391h-8.661v-24.061c1.504-1.636 3.114-3.172 4.819-4.6" fill="#eff0f1"/></g><g transform="translate(415.6 280.67)"><path d="m0 0v-21.356c-3e-3 -0.644-0.129-0.844-0.423-1.01-0.282-0.134-0.569-0.263-0.854-0.39-0.247-0.104-0.637-0.181-0.637 0.382v27.671c0 0.264 0.215 0.477 0.478 0.477h0.958c0.264 0 0.478-0.213 0.478-0.477zm2.09 9.763h-6.181c-1.321 0-2.391-1.07-2.391-2.392v-33.556c0-1.84 1.08-2.293 2.225-1.999 0.191 0.062 4.246 1.476 6.764 2.768 1.69 0.867 2.061 1.202 2.061 3.232v29.555c0 1.322-1.069 2.392-2.391 2.392z" fill="#eff0f1"/></g><g transform="translate(391.66 250.12)"><path d="m0 0v36.326h3.066v3.988h-11.053v-3.988h3.168v-35.726c1.584-0.276 3.188-0.476 4.819-0.6" fill="#eff0f1"/></g><g transform="translate(397.67 293.93)"><path d="m0 0h2.461c2.072 0 3.75 1.648 3.817 3.705v14.574h-6.024v-13.813c0-0.264-0.214-0.478-0.478-0.478h-0.958c-0.263 0-0.477 0.214-0.477 0.478v48.426c0 0.264 0.214 0.478 0.477 0.478 0.336-7e-3 0.674-0.016 1.009-0.03 0.239-0.023 0.427-0.202 0.427-0.448v-30.624h6.024v31.221c-0.067 2.06-1.745 3.708-3.817 3.708h0.034c-1.514 0.135-3.045 0.216-4.592 0.216-0.646 0-1.288-0.023-1.926-0.047-2.034-0.101-3.659-1.942-3.659-3.999v-49.54c0-2.043 1.606-3.698 3.622-3.806v-0.021h2.643z" fill="#eff0f1"/></g><g transform="translate(432.27 335.6)"><path d="m0 0v-2e-3c-0.52 0.548-1.049 1.082-1.595 1.605-0.085 0.082-0.172 0.163-0.258 0.245v-5.788c0.634-0.711 1.263-1.427 1.853-2.177v-35.557h6.278v24.966c0.379-0.889 0.738-1.784 1.062-2.698h4.22c-0.584 1.809-1.27 3.573-2.044 5.289-0.068 0.148-0.132 0.299-0.203 0.444-0.223 0.483-0.454 0.961-0.693 1.436-0.08 0.158-0.161 0.317-0.244 0.475-0.246 0.481-0.498 0.961-0.761 1.431-0.039 0.07-0.08 0.138-0.119 0.207-0.39 0.691-0.797 1.369-1.218 2.041v8e-3c-1.82 2.903-3.925 5.606-6.278 8.075" fill="#eff0f1"/></g></g></g></g></svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/class.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m2.25 1v7.5h2.5v5h-3.75v7.5h7.5v-7.5h-2.5v-5h6.25v-2.5h5v8.75h-2.5v6.25h6.25v-6.25h-2.5v-10h-6.25v-3.75h-10m1.25 1.25h7.5v5h-7.5v-5m-1.25 12.5h5v5h-5v-5" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/class_private.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m10.688 10v4.125h1.375v2.75h-2.0625v4.125h4.125v-4.125h-1.375v-2.75h3.4375v-1.375h2.75v4.8125h-1.375v3.4375h3.4375v-3.4375h-1.375v-5.5h-3.4375v-2.0625h-5.5m0.6875 0.6875h4.125v2.75h-4.125v-2.75m-0.6875 6.875h2.75v2.75h-2.75v-2.75" color="#eff0f1" fill="currentColor"/> + <g transform="matrix(.8 0 0 .83333 -1.4 -864.3)"> + <path class="ColorScheme-Text" d="m8 1038.4c-1.662 0-3 1.338-3 3v3h-2v6h10v-6h-2v-3c0-1.662-1.338-3-3-3zm0 1c1.2465 0 2 0.5458 2 2v3h-4v-3c0-1.4542 0.75351-2 2-2zm-4 6h8v4h-8z" color="#eff0f1" fill="currentColor"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/class_protected.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m6.625 11v3.75h1.25v2.5h-1.875v3.75h3.75v-3.75h-1.25v-2.5h3.125v-1.25h2.5v4.375h-1.25v3.125h3.125v-3.125h-1.25v-5h-3.125v-1.875h-5m0.625 0.625h3.75v2.5h-3.75v-2.5m-0.625 6.25h2.5v2.5h-2.5v-2.5" color="#eff0f1" fill="currentColor"/> + <path class="ColorScheme-Text" d="m3 1v9h5v-4h7v2h1v-2h1v2h1v-2h1v-1h-11v-4zm1 1h3v7h-3z" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/clearLeft.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m8 3-8 8 8 8h14v-16h-14zm3.3203 4 2.6797 2.6797 2.6797-2.6797 1.3203 1.3203-2.6797 2.6797 2.6797 2.6797-1.3203 1.3203-2.6797-2.6797-2.6797 2.6797-1.3203-1.3203 2.6797-2.6797-2.6797-2.6797 1.3203-1.3203z" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/clearPrivateData.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m19.871 1-4.2313 7.1636-3.1305-1.7675-1.3235 2.1161 7.3213 4.1361 1.3235-2.1186-3.0773-1.7386 4.2465-7.1901zm-13.688 3.9942a1.2957 1.2312 0 0 0-1.2957 1.2312 1.2957 1.2312 0 0 0 1.2957 1.2312 1.2957 1.2312 0 0 0 1.2957-1.2312 1.2957 1.2312 0 0 0-1.2957-1.2312zm-4.535 1.2312a0.64786 0.61561 0 0 0-0.64786 0.61561 0.64786 0.61561 0 0 0 0.64786 0.61561 0.64786 0.61561 0 0 0 0.64786-0.61561 0.64786 0.61561 0 0 0-0.64786-0.61561zm1.9436 2.4624a1.2957 1.2312 0 0 0-1.2957 1.2312 1.2957 1.2312 0 0 0 1.2957 1.2312 1.2957 1.2312 0 0 0 1.2957-1.2312 1.2957 1.2312 0 0 0-1.2957-1.2312zm6.4786 1.2312c-1.4492 1.9259-4.1003 3.4608-9.07 3.6936v1.2312c2.7388 4.1513 6.4786 6.1561 11.661 6.1561h1.2957c1.699-1.9542 3.0547-3.7335 3.8871-6.1561v-1.2312l-6.4786-3.6936zm0.68582 1.3563 5.608 3.1983c-0.74222 1.9042-1.9073 3.575-3.3481 5.2567-4.2414 0.038476-8.0602-1.7584-10.297-5.0956 4.0403-0.38244 6.5039-1.5818 8.0375-3.3594z" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/clearRight.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m14 3 8 8-8 8h-14v-16h1.666zm-3.3203 4-2.6797 2.6797-2.6797-2.6797-1.3203 1.3203 2.6797 2.6797-2.6797 2.6797 1.3203 1.3203 2.6797-2.6797 2.6797 2.6797 1.3203-1.3203-2.6797-2.6797 2.6797-2.6797z" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/close.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + } + .ColorScheme-NegativeText { + color:#da4453; + }</style> + </defs> + <path class="ColorScheme-NegativeText" d="M 11,1 A 10,10 0 0 0 1,11 10,10 0 0 0 11,21 10,10 0 0 0 21,11 10,10 0 0 0 11,1 Z M 7.1783833,6 11,9.8216167 14.821617,6 16,7.1783833 12.178383,11 16,14.821617 14.821617,16 11,12.178383 7.1783833,16 6,14.821617 9.8216167,11 6,7.1783833 Z" color="#da4453" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/closeEditor.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-NegativeText { + color:#da4453; + }</style> + </defs> + <path d="m2 1v20h9v-1.25h-7.7143v-17.5h15.429v11.25h1.2857v-12.5h-18" color="#da4453" fill="#da4453"/> + <path d="M 14.848438,15 14,15.848437 16.151563,18 14,20.151563 14.848438,21 17,18.848437 19.151563,21 20,20.151563 17.848438,18 20,15.848437 19.151563,15 17,17.151563 Z" color="#da4453" fill="#da4453"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/closeHead.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m4 3v3h14v-3z" color="#eff0f1" fill="#da4453" stroke-width="1.4491"/> + <path class="ColorScheme-Text" d="M 10.000492,19.994 12,20 11.999508,6.00602 10,6 Z" color="#eff0f1" fill="currentColor" stroke-width="1.1828"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/codeDocuViewer.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m3 1v20h9.1429v-1.25h-8v-17.5h13.714v11.25h1.1429v-12.5h-16m10.286 10c-1.8994 0-3.4286 1.6725-3.4286 3.75s1.5291 3.75 3.4286 3.75c0.74216 0 1.4244-0.26073 1.9844-0.6958l2.9219 3.1958 0.80804-0.88379-2.9219-3.1958c0.39778-0.61247 0.63616-1.3587 0.63616-2.1704 0-2.0775-1.5291-3.75-3.4286-3.75m0 1.25c1.2663 0 2.2857 1.115 2.2857 2.5s-1.0194 2.5-2.2857 2.5-2.2857-1.115-2.2857-2.5 1.0194-2.5 2.2857-2.5" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/colorPicker.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + <path class="ColorScheme-Text" d="m19.333 1c-0.442 6.69e-5 -0.86588 0.17571-1.1784 0.48828l-2.3275 2.3275-1.3216-1.3216-1.1784 1.1784 0.95703 0.95703-10.98 10.978c-0.42479 0.42479-0.63802 0.98475-0.63802 1.5446v1.0026l-1.6667 1.6667 1.1784 1.1784 1.6667-1.6667h1.0042c0.55985 0 1.1198-0.2116 1.5446-0.63639l10.98-10.978 0.95378 0.95378 1.1784-1.1784-1.3216-1.3216 2.3275-2.3275c0.31258-0.31251 0.48822-0.73638 0.48828-1.1784v-0.41667a1.25 1.25 0 0 0-1.25-1.25zm-4.4596 4.2188 1.9108 1.9108-7.2054 7.2038h-3.8216z" color="#eff0f1" fill="currentColor" stroke-width=".83333"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/comment.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <g transform="matrix(1.25 0 0 1.25 -2.75 -2.7501)" fill="#eff0f1" stroke-width="1.2645"> + <path class="ColorScheme-Text" d="M 7.000492,18.993143 9,19 8.999508,3.00688 7,3 Z" color="#eff0f1"/> + <path class="ColorScheme-Text" d="M 13.000492,18.9931 15,19 14.999508,3.00688 13,3 Z" color="#eff0f1"/> + <path class="ColorScheme-Text" d="M 3.0039,14.999138 18.999964,15 18.996064,13.00086 3,13 Z" color="#eff0f1"/> + <path class="ColorScheme-Text" d="M 3.0039,8.999138 18.999964,9 18.996064,7.00086 3,7 Z" color="#eff0f1"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/compareFiles.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m5.375 1a1.875 1.875 0 0 0-1.875 1.875 1.875 1.875 0 0 0 1.25 1.7651v11.36a2.5 2.5 0 0 0 2.5 2.5h1.25v2.5l3.75-3.125-3.75-3.125v2.5h-1.25a1.25 1.25 0 0 1-1.25-1.25v-11.36a1.875 1.875 0 0 0 1.25-1.7651 1.875 1.875 0 0 0-1.875-1.875zm8.125 0-3.75 3.125 3.75 3.125v-2.5h1.25a1.25 1.25 0 0 1 1.25 1.25v11.36a1.875 1.875 0 0 0-1.25 1.7651 1.875 1.875 0 0 0 1.875 1.875 1.875 1.875 0 0 0 1.875-1.875 1.875 1.875 0 0 0-1.25-1.7651v-11.36a2.5 2.5 0 0 0-2.5-2.5h-1.25zm-8.125 1.25a0.625 0.625 0 0 1 0.625 0.625 0.625 0.625 0 0 1-0.625 0.625 0.625 0.625 0 0 1-0.625-0.625 0.625 0.625 0 0 1 0.625-0.625zm11.25 16.25a0.625 0.625 0 0 1 0.625 0.625 0.625 0.625 0 0 1-0.625 0.625 0.625 0.625 0 0 1-0.625-0.625 0.625 0.625 0 0 1 0.625-0.625z" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/configure.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m11.625 1c-1.5173 0-2.7738 1.0699-3.0615 2.5h-7.5635v1.25h7.5635c0.28775 1.4301 1.5442 2.5 3.0615 2.5s2.7738-1.0699 3.0615-2.5h6.3135v-1.25h-6.3135c-0.28775-1.4301-1.5442-2.5-3.0615-2.5zm-7.5 13.75c-1.7313 0-3.125 1.3938-3.125 3.125s1.3937 3.125 3.125 3.125c1.5173 0 2.7738-1.0699 3.0615-2.5h13.813v-1.25h-13.813c-0.28775-1.4301-1.5442-2.5-3.0615-2.5zm0 1.25c1.0388 0 1.875 0.83625 1.875 1.875s-0.83625 1.875-1.875 1.875-1.875-0.83625-1.875-1.875 0.83625-1.875 1.875-1.875z" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/configureExport.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <g fill="#eff0f1"> + <path d="m11.625 1c-1.5173 0-2.7748 1.0699-3.0625 2.5h-7.5625v1.25h7.5625c0.28775 1.4301 1.5452 2.5 3.0625 2.5s2.7748-1.0699 3.0625-2.5h6.3125v-1.25h-6.3125c-0.28775-1.4301-1.5452-2.5-3.0625-2.5zm-7.5 13.75c-1.7313 0-3.125 1.3938-3.125 3.125s1.3937 3.125 3.125 3.125c1.5173 0 2.7748-1.0699 3.0625-2.5h1.0156v-0.33789c0-0.10424 3.386e-4 -0.16373 0.00391-0.2168-0.00167-6.4e-5 -0.00223 6.3e-5 -0.00391 0-0.021348-8e-4 -0.00311-0.04009 0-0.06445 2.83e-4 -0.0022 0-0.0039 0-0.0059v-0.49023c0-0.05132 0.012118-0.08917 0.017578-0.13477h-1.0332c-0.28775-1.4304-1.5452-2.5-3.0625-2.5zm0 1.25c1.0388 0 1.875 0.83625 1.875 1.875s-0.83625 1.875-1.875 1.875-1.875-0.83625-1.875-1.875 0.83625-1.875 1.875-1.875zm6.123 1.25 0.11328 0.16797c0.0052-0.05845 0.0091-0.11769 0.02148-0.16797zm1.2461 0c0.06067 0.0054 0.12062 0.02034 0.18164 0.01953 0.02216-2.93e-4 -0.04425 0.0018-0.06641 2e-3 -0.1241 0.0012-0.0033 0.06716 0.16797 0.14648-0.04667-0.05292-0.07773-0.10949-0.09375-0.16797zm-1.8984 2e-3c-0.00268 0.01191-0.00786 0.02576-0.00977 0.03516 0.00355-0.0054 0.00612-4e-3 0.00977-0.0098v-2e-3c-1.997e-4 -0.0078 1.919e-4 -0.01564 0-0.02344zm10.82 0.09375c-0.05645 0.02755-0.07149 0.05606-0.07031 0.08594 0.01412 0.0057 0.01554 0.0077 0.03125 0.01367 0.03246 0.02142 0.01318 0.0063 0.03125 0.01758 0.0026-7.56e-4 0.0052-0.0012 0.0078-2e-3zm-0.0078 0.11719c-0.01343 4e-3 -0.02592 0.01075-0.03906 0.01563 0.0035 0.0051 0.0073 0.01046 0.01172 0.01563 0.0117-0.0013 0.02343-0.0026 0.03516-0.0039v-0.02344c-0.0036-0.0022-0.0034-0.0012-0.0078-0.0039zm0.35156 0.02734c-0.02387 0.03178-0.04859 0.07815-0.07031 0.17578-0.01197 0.05382-0.06388 0.11504-0.03516 0.16211 0.07015 0.11498 0.13965 0.19571 0.20312 0.25977 0.0085-9.05e-4 0.01688-0.0031 0.02539-0.0039 0.0073-6.61e-4 -0.01129 0.01191-0.01367 0.01758 0.06374 0.06275 0.0919 0.076 0.13086 0.10156v-0.40625c-0.04056-0.09643-0.08555-0.21237-0.12305-0.26758-0.04042-0.0077-0.07835-0.02449-0.11719-0.03906zm-8.3184 0.19531c0.0081 0.19516 0.01154 0.19168 0.01758 0.30469l2e-3 2e-3c0.0052 8.4e-5 0.01043-9.3e-5 0.01562 0 0.0012-0.10564 0.0018-0.18077 0.0039-0.29883-0.0131-0.0021-0.02596-0.0056-0.03906-0.0078zm-3.3066 0.0059v0.07617c0.016438-9.65e-4 0.034849-0.0012 0.050781-2e-3 -0.011702-0.02615-0.023206-0.05342-0.037109-0.07422-0.00464 2.95e-4 -0.00905-1.81e-4 -0.013672 0zm-0.0019661 0.30851c2.996e-4 0.0127-4.41e-5 0.03228 0 0.04687 0.017797-0.0046 0.03657-0.0092 0.052734-0.01367 0.00146-0.0045 0.00244-0.0092 0.00391-0.01367-0.028108-0.013101-0.039019-0.013641-0.056644-0.01953zm0.052734 0.0332c-0.00534 0.01624-0.012259 0.03346-0.017578 0.04883 0.043156 0.02878 0.085256 0.05765 0.11133 0.06836-7.335e-4 -0.0092-0.00302-0.01807-0.00391-0.02734-0.00197-0.02059-0.00704-0.03997-0.00977-0.06055-0.00998-0.0082-0.013375-0.0178-0.025391-0.02539-0.00921-0.0058-0.017677-0.0029-0.03125-0.0098-0.00696 0.0019-0.016269 0.0039-0.023437 0.0059zm0.089844 0.08984c0.00546 0.02507 0.026277 0.02892 0.0625 0.01563-0.01169-0.02244-0.036145-0.04077-0.056641-0.06055-9.859e-4 0.01393-0.00804 0.0349-0.00586 0.04492zm-0.10742-0.04102c-0.00967-0.0064-0.021545-0.01658-0.033203-0.02539 1.23e-5 0.02263 1.118e-4 0.04089 0 0.07031 0.00379 0.0083 0.0084 0.01649 0.011719 0.02539 0.0075-0.02007 0.013945-0.04853 0.021484-0.07031zm0.24023 0c0.00139 0.01053-0.00109 0.02074 0 0.03125h0.00195c-0.00239-0.01199 0.00156-0.01517-0.00195-0.03125zm2.5098 0.20312c0.03726 0.10094 0.05302 0.15565 0.07031 0.21484h0.07031c-0.03966-0.07074-0.08137-0.14023-0.12109-0.21094-0.0068-4.84e-4 -0.01282-0.0033-0.01953-0.0039zm-2.7324 0.03516c2.447e-4 0.0014 0.00172 0.0026 0.00195 0.0039 0.028909 0.01506 0.057032 0.03183 0.085937 0.04687 9.416e-4 -0.0021 0.00292-0.0038 0.00391-0.0059-0.029956-0.01467-0.056451-0.02271-0.091797-0.04492zm1.0879 0.05859c-0.0039 0.03969-0.0017 0.08059-2e-3 0.12109h0.01172c-0.0018-0.04916-0.0034-0.10743-0.0078-0.12109zm-1.0078 0.01172c-0.022188 9.28e-4 -0.044226 0.0026-0.066406 0.0039 1.288e-4 0.01511 0.00632 0.03405 0.00391 0.04687 0.01844-0.01152 0.038873-0.01919 0.056641-0.03125 0.00204-0.0065 0.00347-0.01317 0.00586-0.01953zm-0.00586 0.01953c-0.00669 0.02149-0.01954 0.03954-0.023437 0.0625 0.010938-0.0078 0.030845-0.0118 0.037109-0.02148 0.00232-0.01402 2.855e-4 -0.03532 0.00195-0.05078-0.00499 0.0035-0.010568 0.0063-0.015625 0.0098zm-0.023437 0.0625c-0.015709 0.01123-0.036656 0.01886-0.056641 0.02734h0.048828c0.00302-9e-3 0.00617-0.01768 0.00781-0.02734zm-0.033203-0.03125c-0.022445 0.01402-0.045526 0.02626-0.068359 0.03906v0.019545h0.017578c0.023768-0.01319 0.045037-0.02813 0.050781-0.05859zm9.082 0.0098c-0.01281 0.01596-0.01365 0.03262-0.02148 0.04883h0.04687c-0.0039-0.01441-0.0089-0.02901-0.0098-0.04297-3e-3 -0.0021-0.0094-0.0035-0.01172-0.0059 2.45e-4 1.67e-4 -0.0018 1.06e-4 -0.0039 0zm-2.5977 2e-3c-0.0641 0.0064-0.12885 0.02154-0.20117 0.04687h0.375c-0.0028-0.01072-0.0029-0.03279-0.0039-0.04492-0.05866-4e-3 -0.1147-0.0074-0.16992-2e-3zm-6.1523 2e-3c0.0055 0.01463 0.00788 0.02949 0.013672 0.04492h0.072266c-0.00929-0.0077-0.036885-0.03884-0.044922-0.04492-0.011938-1.43e-4 -0.029493 6.07e-4 -0.041016 0zm4.7129 0c9.41e-4 0.01507 0.0051 0.02978 0.0039 0.04492h1.209c-0.03833-0.01463-0.07603-0.03018-0.11524-0.04297-0.02197-1e-3 -0.03379-1.03e-4 -0.05078 0-0.02643 1.6e-4 -0.16372 0.0019-0.1875 2e-3 -0.0353 1.21e-4 -0.07017 1.4e-5 -0.10547 0-0.15355-0.0022-0.28888-0.02755-0.39453 0.0059-0.12693 0.01283-0.24254 0.0072-0.35938-0.0098z" color="#eff0f1"/> + <path class="ColorScheme-Text" d="m9 9v12h12v-9.7188l-2.2812-2.2813h-8.7187zm1 1h2v4h6v-4h0.28125l1.7188 1.7188v8.2812h-1v-4h-8.0312v4h-0.96875zm3 0h1.9062v3h-1.9062zm-1 7h6v3h-6z" color="#eff0f1"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/configureImport.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path d="m11.625 1c-1.5173 0-2.7748 1.0699-3.0625 2.5h-7.5625v1.25h7.5625c0.28775 1.4301 1.5452 2.5 3.0625 2.5s2.7748-1.0699 3.0625-2.5h6.3125v-1.25h-6.3125c-0.28775-1.4301-1.5452-2.5-3.0625-2.5zm-7.5 13.75c-1.7313 0-3.125 1.3938-3.125 3.125s1.3937 3.125 3.125 3.125c1.5173 0 2.7748-1.0699 3.0625-2.5h1.0156v-0.33789c0-0.10424 3.386e-4 -0.16373 0.00391-0.2168-0.00167-6.4e-5 -0.00223 6.3e-5 -0.00391 0-0.021348-8e-4 -0.00311-0.04009 0-0.06445 2.83e-4 -0.0022 0-0.0039 0-0.0059v-0.49023c0-0.05132 0.012118-0.08917 0.017578-0.13477h-1.0332c-0.28775-1.4304-1.5452-2.5-3.0625-2.5zm0 1.25c1.0388 0 1.875 0.83625 1.875 1.875s-0.83625 1.875-1.875 1.875-1.875-0.83625-1.875-1.875 0.83625-1.875 1.875-1.875zm6.123 1.25 0.11328 0.16797c0.0052-0.05845 0.0091-0.11769 0.02148-0.16797zm1.2461 0c0.06067 0.0054 0.12062 0.02034 0.18164 0.01953 0.02216-2.93e-4 -0.04425 0.0018-0.06641 2e-3 -0.1241 0.0012-0.0033 0.06716 0.16797 0.14648-0.04667-0.05292-0.07773-0.10949-0.09375-0.16797zm-1.8984 2e-3c-0.00268 0.01191-0.00786 0.02576-0.00977 0.03516 0.00355-0.0054 0.00612-4e-3 0.00977-0.0098v-2e-3c-1.997e-4 -0.0078 1.919e-4 -0.01564 0-0.02344zm10.82 0.09375c-0.05645 0.02755-0.07149 0.05606-0.07031 0.08594 0.01412 0.0057 0.01554 0.0077 0.03125 0.01367 0.03246 0.02142 0.01318 0.0063 0.03125 0.01758 0.0026-7.56e-4 0.0052-0.0012 0.0078-2e-3zm-0.0078 0.11719c-0.01343 4e-3 -0.02592 0.01075-0.03906 0.01563 0.0035 0.0051 0.0073 0.01046 0.01172 0.01563 0.0117-0.0013 0.02343-0.0026 0.03516-0.0039v-0.02344c-0.0036-0.0022-0.0034-0.0012-0.0078-0.0039zm0.35156 0.02734c-0.02387 0.03178-0.04859 0.07815-0.07031 0.17578-0.01197 0.05382-0.06388 0.11504-0.03516 0.16211 0.07015 0.11498 0.13965 0.19571 0.20312 0.25977 0.0085-9.05e-4 0.01688-0.0031 0.02539-0.0039 0.0073-6.61e-4 -0.01129 0.01191-0.01367 0.01758 0.06374 0.06275 0.0919 0.076 0.13086 0.10156v-0.40625c-0.04056-0.09643-0.08555-0.21237-0.12305-0.26758-0.04042-0.0077-0.07835-0.02449-0.11719-0.03906zm-8.3184 0.19531c0.0081 0.19516 0.01154 0.19168 0.01758 0.30469l2e-3 2e-3c0.0052 8.4e-5 0.01043-9.3e-5 0.01562 0 0.0012-0.10564 0.0018-0.18077 0.0039-0.29883-0.0131-0.0021-0.02596-0.0056-0.03906-0.0078zm-3.3066 0.0059v0.07617c0.016438-9.65e-4 0.034849-0.0012 0.050781-2e-3 -0.011702-0.02615-0.023206-0.05342-0.037109-0.07422-0.00464 2.95e-4 -0.00905-1.81e-4 -0.013672 0zm-0.0019661 0.30851c2.996e-4 0.0127-4.41e-5 0.03228 0 0.04687 0.017797-0.0046 0.03657-0.0092 0.052734-0.01367 0.00146-0.0045 0.00244-0.0092 0.00391-0.01367-0.028108-0.013101-0.039019-0.013641-0.056644-0.01953zm0.052734 0.0332c-0.00534 0.01624-0.012259 0.03346-0.017578 0.04883 0.043156 0.02878 0.085256 0.05765 0.11133 0.06836-7.335e-4 -0.0092-0.00302-0.01807-0.00391-0.02734-0.00197-0.02059-0.00704-0.03997-0.00977-0.06055-0.00998-0.0082-0.013375-0.0178-0.025391-0.02539-0.00921-0.0058-0.017677-0.0029-0.03125-0.0098-0.00696 0.0019-0.016269 0.0039-0.023437 0.0059zm0.089844 0.08984c0.00546 0.02507 0.026277 0.02892 0.0625 0.01563-0.01169-0.02244-0.036145-0.04077-0.056641-0.06055-9.859e-4 0.01393-0.00804 0.0349-0.00586 0.04492zm-0.10742-0.04102c-0.00967-0.0064-0.021545-0.01658-0.033203-0.02539 1.23e-5 0.02263 1.118e-4 0.04089 0 0.07031 0.00379 0.0083 0.0084 0.01649 0.011719 0.02539 0.0075-0.02007 0.013945-0.04853 0.021484-0.07031zm0.24023 0c0.00139 0.01053-0.00109 0.02074 0 0.03125h0.00195c-0.00239-0.01199 0.00156-0.01517-0.00195-0.03125zm2.5098 0.20312c0.03726 0.10094 0.05302 0.15565 0.07031 0.21484h0.07031c-0.03966-0.07074-0.08137-0.14023-0.12109-0.21094-0.0068-4.84e-4 -0.01282-0.0033-0.01953-0.0039zm-2.7324 0.03516c2.447e-4 0.0014 0.00172 0.0026 0.00195 0.0039 0.028909 0.01506 0.057032 0.03183 0.085937 0.04687 9.416e-4 -0.0021 0.00292-0.0038 0.00391-0.0059-0.029956-0.01467-0.056451-0.02271-0.091797-0.04492zm1.0879 0.05859c-0.0039 0.03969-0.0017 0.08059-2e-3 0.12109h0.01172c-0.0018-0.04916-0.0034-0.10743-0.0078-0.12109zm-1.0078 0.01172c-0.022188 9.28e-4 -0.044226 0.0026-0.066406 0.0039 1.288e-4 0.01511 0.00632 0.03405 0.00391 0.04687 0.01844-0.01152 0.038873-0.01919 0.056641-0.03125 0.00204-0.0065 0.00347-0.01317 0.00586-0.01953zm-0.00586 0.01953c-0.00669 0.02149-0.01954 0.03954-0.023437 0.0625 0.010938-0.0078 0.030845-0.0118 0.037109-0.02148 0.00232-0.01402 2.855e-4 -0.03532 0.00195-0.05078-0.00499 0.0035-0.010568 0.0063-0.015625 0.0098zm-0.023437 0.0625c-0.015709 0.01123-0.036656 0.01886-0.056641 0.02734h0.048828c0.00302-9e-3 0.00617-0.01768 0.00781-0.02734zm-0.033203-0.03125c-0.022445 0.01402-0.045526 0.02626-0.068359 0.03906v0.019545h0.017578c0.023768-0.01319 0.045037-0.02813 0.050781-0.05859zm9.082 0.0098c-0.01281 0.01596-0.01365 0.03262-0.02148 0.04883h0.04687c-0.0039-0.01441-0.0089-0.02901-0.0098-0.04297-3e-3 -0.0021-0.0094-0.0035-0.01172-0.0059 2.45e-4 1.67e-4 -0.0018 1.06e-4 -0.0039 0zm-2.5977 2e-3c-0.0641 0.0064-0.12885 0.02154-0.20117 0.04687h0.375c-0.0028-0.01072-0.0029-0.03279-0.0039-0.04492-0.05866-4e-3 -0.1147-0.0074-0.16992-2e-3zm-6.1523 2e-3c0.0055 0.01463 0.00788 0.02949 0.013672 0.04492h0.072266c-0.00929-0.0077-0.036885-0.03884-0.044922-0.04492-0.011938-1.43e-4 -0.029493 6.07e-4 -0.041016 0zm4.7129 0c9.41e-4 0.01507 0.0051 0.02978 0.0039 0.04492h1.209c-0.03833-0.01463-0.07603-0.03018-0.11524-0.04297-0.02197-1e-3 -0.03379-1.03e-4 -0.05078 0-0.02643 1.6e-4 -0.16372 0.0019-0.1875 2e-3 -0.0353 1.21e-4 -0.07017 1.4e-5 -0.10547 0-0.15355-0.0022-0.28888-0.02755-0.39453 0.0059-0.12693 0.01283-0.24254 0.0072-0.35938-0.0098z" color="#eff0f1" fill="currentColor"/> + <path class="ColorScheme-Text" d="m9 9v12h12v-10h-4.9922l-2-2-0.0078 0.00781v-0.00781h-4zm1 1h3.5918l1.002 1h-0.59375v0.0078l-0.0078-0.0078-2 2h-1.9922zm0 4h10v6h-10z" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/configureShortcuts.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + <g class="ColorScheme-Text" transform="matrix(1.1111 0 0 1.125 -1.2222 -1.375)" color="#eff0f1" fill="currentColor"> + <path d="m13 3v2c0 0.554-0.446 1-1 1-1.108 0-2 0.892-2 2h-8v11h18v-11h-9c0-0.554 0.446-1 1-1 1.108 0 2-0.892 2-2v-2zm-10 6h16v1h-16zm0 2h16v7h-16z"/> + <path d="m4 12v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h2v-1zm-12 2v1h2v-1zm3 0v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h3v-1zm-11 2v1h2v-1zm3 0v1h8v-1zm9 0v1h2v-1z"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/configureViewProfiles.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path d="m11.625 1c-1.5173 0-2.7748 1.0699-3.0625 2.5h-7.5625v1.25h7.5625c0.28775 1.4301 1.5452 2.5 3.0625 2.5s2.7748-1.0699 3.0625-2.5h6.3125v-1.25h-6.3125c-0.28775-1.4301-1.5452-2.5-3.0625-2.5zm-7.5 13.75c-1.7313 0-3.125 1.3938-3.125 3.125s1.3937 3.125 3.125 3.125c1.5173 0 2.7748-1.0699 3.0625-2.5h1.0156v-0.33789c0-0.10424 3.386e-4 -0.16373 0.00391-0.2168-0.00167-6.4e-5 -0.00223 6.3e-5 -0.00391 0-0.021348-8e-4 -0.00311-0.04009 0-0.06445 2.83e-4 -0.0022 0-0.0039 0-0.0059v-0.49023c0-0.05132 0.012118-0.08917 0.017578-0.13477h-1.0332c-0.28775-1.4304-1.5452-2.5-3.0625-2.5zm0 1.25c1.0388 0 1.875 0.83625 1.875 1.875s-0.83625 1.875-1.875 1.875-1.875-0.83625-1.875-1.875 0.83625-1.875 1.875-1.875zm6.123 1.25 0.11328 0.16797c0.0052-0.05845 0.0091-0.11769 0.02148-0.16797zm1.2461 0c0.06067 0.0054 0.12062 0.02034 0.18164 0.01953 0.02216-2.93e-4 -0.04425 0.0018-0.06641 2e-3 -0.1241 0.0012-0.0033 0.06716 0.16797 0.14648-0.04667-0.05292-0.07773-0.10949-0.09375-0.16797zm-1.8984 2e-3c-0.00268 0.01191-0.00786 0.02576-0.00977 0.03516 0.00355-0.0054 0.00612-4e-3 0.00977-0.0098v-2e-3c-1.997e-4 -0.0078 1.919e-4 -0.01564 0-0.02344zm10.82 0.09375c-0.05645 0.02755-0.07149 0.05606-0.07031 0.08594 0.01412 0.0057 0.01554 0.0077 0.03125 0.01367 0.03246 0.02142 0.01318 0.0063 0.03125 0.01758 0.0026-7.56e-4 0.0052-0.0012 0.0078-2e-3zm-0.0078 0.11719c-0.01343 4e-3 -0.02592 0.01075-0.03906 0.01563 0.0035 0.0051 0.0073 0.01046 0.01172 0.01563 0.0117-0.0013 0.02343-0.0026 0.03516-0.0039v-0.02344c-0.0036-0.0022-0.0034-0.0012-0.0078-0.0039zm0.35156 0.02734c-0.02387 0.03178-0.04859 0.07815-0.07031 0.17578-0.01197 0.05382-0.06388 0.11504-0.03516 0.16211 0.07015 0.11498 0.13965 0.19571 0.20312 0.25977 0.0085-9.05e-4 0.01688-0.0031 0.02539-0.0039 0.0073-6.61e-4 -0.01129 0.01191-0.01367 0.01758 0.06374 0.06275 0.0919 0.076 0.13086 0.10156v-0.40625c-0.04056-0.09643-0.08555-0.21237-0.12305-0.26758-0.04042-0.0077-0.07835-0.02449-0.11719-0.03906zm-8.3184 0.19531c0.0081 0.19516 0.01154 0.19168 0.01758 0.30469l2e-3 2e-3c0.0052 8.4e-5 0.01043-9.3e-5 0.01562 0 0.0012-0.10564 0.0018-0.18077 0.0039-0.29883-0.0131-0.0021-0.02596-0.0056-0.03906-0.0078zm-3.3066 0.0059v0.07617c0.016438-9.65e-4 0.034849-0.0012 0.050781-2e-3 -0.011702-0.02615-0.023206-0.05342-0.037109-0.07422-0.00464 2.95e-4 -0.00905-1.81e-4 -0.013672 0zm-0.0019661 0.30851c2.996e-4 0.0127-4.41e-5 0.03228 0 0.04687 0.017797-0.0046 0.03657-0.0092 0.052734-0.01367 0.00146-0.0045 0.00244-0.0092 0.00391-0.01367-0.028108-0.013101-0.039019-0.013641-0.056644-0.01953zm0.052734 0.0332c-0.00534 0.01624-0.012259 0.03346-0.017578 0.04883 0.043156 0.02878 0.085256 0.05765 0.11133 0.06836-7.335e-4 -0.0092-0.00302-0.01807-0.00391-0.02734-0.00197-0.02059-0.00704-0.03997-0.00977-0.06055-0.00998-0.0082-0.013375-0.0178-0.025391-0.02539-0.00921-0.0058-0.017677-0.0029-0.03125-0.0098-0.00696 0.0019-0.016269 0.0039-0.023437 0.0059zm0.089844 0.08984c0.00546 0.02507 0.026277 0.02892 0.0625 0.01563-0.01169-0.02244-0.036145-0.04077-0.056641-0.06055-9.859e-4 0.01393-0.00804 0.0349-0.00586 0.04492zm-0.10742-0.04102c-0.00967-0.0064-0.021545-0.01658-0.033203-0.02539 1.23e-5 0.02263 1.118e-4 0.04089 0 0.07031 0.00379 0.0083 0.0084 0.01649 0.011719 0.02539 0.0075-0.02007 0.013945-0.04853 0.021484-0.07031zm0.24023 0c0.00139 0.01053-0.00109 0.02074 0 0.03125h0.00195c-0.00239-0.01199 0.00156-0.01517-0.00195-0.03125zm2.5098 0.20312c0.03726 0.10094 0.05302 0.15565 0.07031 0.21484h0.07031c-0.03966-0.07074-0.08137-0.14023-0.12109-0.21094-0.0068-4.84e-4 -0.01282-0.0033-0.01953-0.0039zm-2.7324 0.03516c2.447e-4 0.0014 0.00172 0.0026 0.00195 0.0039 0.028909 0.01506 0.057032 0.03183 0.085937 0.04687 9.416e-4 -0.0021 0.00292-0.0038 0.00391-0.0059-0.029956-0.01467-0.056451-0.02271-0.091797-0.04492zm1.0879 0.05859c-0.0039 0.03969-0.0017 0.08059-2e-3 0.12109h0.01172c-0.0018-0.04916-0.0034-0.10743-0.0078-0.12109zm-1.0078 0.01172c-0.022188 9.28e-4 -0.044226 0.0026-0.066406 0.0039 1.288e-4 0.01511 0.00632 0.03405 0.00391 0.04687 0.01844-0.01152 0.038873-0.01919 0.056641-0.03125 0.00204-0.0065 0.00347-0.01317 0.00586-0.01953zm-0.00586 0.01953c-0.00669 0.02149-0.01954 0.03954-0.023437 0.0625 0.010938-0.0078 0.030845-0.0118 0.037109-0.02148 0.00232-0.01402 2.855e-4 -0.03532 0.00195-0.05078-0.00499 0.0035-0.010568 0.0063-0.015625 0.0098zm-0.023437 0.0625c-0.015709 0.01123-0.036656 0.01886-0.056641 0.02734h0.048828c0.00302-9e-3 0.00617-0.01768 0.00781-0.02734zm-0.033203-0.03125c-0.022445 0.01402-0.045526 0.02626-0.068359 0.03906v0.019545h0.017578c0.023768-0.01319 0.045037-0.02813 0.050781-0.05859zm9.082 0.0098c-0.01281 0.01596-0.01365 0.03262-0.02148 0.04883h0.04687c-0.0039-0.01441-0.0089-0.02901-0.0098-0.04297-3e-3 -0.0021-0.0094-0.0035-0.01172-0.0059 2.45e-4 1.67e-4 -0.0018 1.06e-4 -0.0039 0zm-2.5977 2e-3c-0.0641 0.0064-0.12885 0.02154-0.20117 0.04687h0.375c-0.0028-0.01072-0.0029-0.03279-0.0039-0.04492-0.05866-4e-3 -0.1147-0.0074-0.16992-2e-3zm-6.1523 2e-3c0.0055 0.01463 0.00788 0.02949 0.013672 0.04492h0.072266c-0.00929-0.0077-0.036885-0.03884-0.044922-0.04492-0.011938-1.43e-4 -0.029493 6.07e-4 -0.041016 0zm4.7129 0c9.41e-4 0.01507 0.0051 0.02978 0.0039 0.04492h1.209c-0.03833-0.01463-0.07603-0.03018-0.11524-0.04297-0.02197-1e-3 -0.03379-1.03e-4 -0.05078 0-0.02643 1.6e-4 -0.16372 0.0019-0.1875 2e-3 -0.0353 1.21e-4 -0.07017 1.4e-5 -0.10547 0-0.15355-0.0022-0.28888-0.02755-0.39453 0.0059-0.12693 0.01283-0.24254 0.0072-0.35938-0.0098z" color="#eff0f1" fill="currentColor"/> + <path class="ColorScheme-Text" d="m9 9v12h12v-12h-11zm1 3h10v8h-10zm1 1v6h2v-6zm3 1v1h5v-1zm0 3v1h5v-1z" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/continue.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m1 1v20h7.5v-1.25h-6.25v-13.75h17.5v6.25h1.25v-11.25h-20m15 12.5v2.5h-2.5v2.5h2.5v2.5l5-3.75-5-3.75" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/continueToCursor.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m14.75 1v1.25h2.5v17.5h-2.5v1.25h6.25v-1.25h-2.5v-17.5h2.5v-1.25h-6.25m-11.25 6.25v2.5h-2.5v2.5h2.5v2.5l5-3.75-5-3.75" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/cookie.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <linearGradient id="c" x1="6" x2="26" y1="6" y2="26" gradientTransform="matrix(.71428 0 0 .71429 -.42856 -.42857)" gradientUnits="userSpaceOnUse" xlink:href="#b"/> + <linearGradient id="b"> + <stop stop-color="#292c2f" offset="0"/> + <stop stop-opacity="0" offset="1"/> + </linearGradient> + <linearGradient id="d" x1="23" x2="30" y1="13" y2="20" gradientTransform="matrix(.71428 0 0 .71429 -.42856 -.42857)" gradientUnits="userSpaceOnUse" xlink:href="#b"/> + <linearGradient id="e" x1="2" x2="2" y1="30" y2="2" gradientTransform="matrix(.71428 0 0 .71429 -.42856 -.42857)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#a5a5a5" offset="0"/> + <stop stop-color="#f5f2f5" offset="1"/> + </linearGradient> + <linearGradient id="g" x2="0" y1="23" y2="9" gradientTransform="matrix(.71428 0 0 .71429 -.42856 -.42857)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#ffd42a" offset="0"/> + <stop stop-color="#ffdf62" offset="1"/> + </linearGradient> + <linearGradient id="f" x1="12" x2="25" y1="12" y2="25" gradientTransform="matrix(.71428 0 0 .71429 -.42856 -.42857)" gradientUnits="userSpaceOnUse" xlink:href="#b"/> + <rect x="1" y="1" width="20" height="20" rx="9.9999" fill="#4f575f" stroke-width=".71428"/> + <path d="m12.853 1.1771-2.125 0.27143-2.9536 1.7057-1.0728 1.8579s-1.4093 0.99286-1.6221 0.93571c-1.7978-0.020714-2.7636 0.475-3.2714 1.1057-0.215 0.50214-0.38357 1.0286-0.51428 1.5693-0.00429 0.54286 0.115 0.965 0.115 0.965 5.0428 4.5407 10.086 6.4979 15.13 9.745a9.9285 9.9286 0 0 0 0.91071-0.685l0.04929-0.04286c0.25714-0.22 0.50214-0.45429 0.73499-0.69929 0.05143-0.05429 0.1-0.11071 0.15-0.16571a9.9485 9.9486 0 0 0 1.2493-1.6964l0.03928-0.06428a9.9935 9.9936 0 0 0 1.3028-4.4871l0.0014-0.01429v-7.14e-4l-1.3028-5.4557a9.9642 9.9643 0 0 0-6.8214-4.845z" fill="url(#c)" fill-rule="evenodd" opacity=".2" stroke-width=".71428"/> + <path d="m20.294 7.3157-3.0764 4.7571 2.9428 2.9429a9.9978 9.9979 0 0 0 0.13357-7.7z" fill="url(#d)" fill-rule="evenodd" opacity=".2" stroke-width=".71428"/> + <path d="m11 1a9.9999 10 0 0 0-9.3278 6.4286h0.042142l2.1428-0.71429 1.4286 1.4286v-1.4286l1.4286-0.71429v-0.71429l1.4286-0.71429 1.4286-1.4286v0.71429l0.71428-0.71429-0.71428-0.71429h1.4286v0.71429l1.4286-0.71429-0.71428-0.71429v-0.67857a9.9999 10 0 0 0-0.71428-0.035714zm7.4107 3.3036-0.26786 0.26786v0.71429h1.0493a9.9999 10 0 0 0-0.78142-0.98214zm0.93999 1.2029-2.6364 2.6364-0.71428 2.1429v0.71429l1.4286 1.4286 1.4286 0.71429 1.9936-0.49143a9.9999 10 0 0 0 0.14928-1.6514 9.9999 10 0 0 0-1.6493-5.4936zm-16.922 3.3507-0.71428 0.71429h-0.59857c-0.035714 0.24286-0.062857 0.48643-0.080714 0.73071v0.0014l1.3936 0.69646 0.71428 0.71429 1.4286 0.71428 0.71428 0.71429-0.71428 0.71429v1.4286l0.71428 1.4286 1.4286 1.4286v1.8779a9.9999 10 0 0 0 4.2857 0.97929c0.12143-0.0021 0.24286-0.0064 0.36428-0.01286l0.35-0.70143v-0.71428l1.4286-0.71429 0.71428-0.71429v-1.4286l0.71428-0.71429v-0.71429l-0.71428-0.71428-2.1428-0.71429-1.4286-1.4286h-0.71428l-0.71428-0.71428-2.1428-0.71429-1.4286 0.71429h-1.4286v-1.4286h-0.71428v-1.4286z" fill="url(#e)" stroke-width=".71428"/> + <path d="m11.071 6-0.78571 0.71429v1.4286h-1.4286l-1.4286 1.4286v4.2857l6.6557 6.6557a9.9714 9.9714 0 0 0 6.3071-6.0929l-6.1057-6.1357-0.49428 0.45z" fill="url(#f)" fill-rule="evenodd" opacity=".2" stroke-width=".71428"/> + <path d="m11 6a1.4286 1.4286 0 0 0-1.4286 1.4286 1.4286 1.4286 0 0 0 0.022143 0.24143 4.2857 4.2857 0 0 0-2.8793 4.0443 4.2857 4.2857 0 0 0 4.2857 4.2857 4.2857 4.2857 0 0 0 4.2857-4.2857 4.2857 4.2857 0 0 0-0.81071-2.5014 0.71428 0.71429 0 0 0 0.096428-0.35571 0.71428 0.71429 0 0 0-0.71428-0.71429 0.71428 0.71429 0 0 0-0.35714 0.096429 4.2857 4.2857 0 0 0-1.0928-0.56786 1.4286 1.4286 0 0 0 0.021429-0.24286 1.4286 1.4286 0 0 0-1.4286-1.4286zm0 0.71429a0.71428 0.71429 0 0 1 0.71428 0.71429 0.71428 0.71429 0 0 1-0.0043 0.06 4.2857 4.2857 0 0 0-0.70998-0.06 4.2857 4.2857 0 0 0-0.71142 0.064286 0.71428 0.71429 0 0 1-0.0029-0.064286 0.71428 0.71429 0 0 1 0.71428-0.71429zm0 1.4286a3.5714 3.5714 0 0 1 0.315 0.015 3.5714 3.5714 0 0 1 0.04214 0.00286 3.5714 3.5714 0 0 1 0.09286 0.014286 3.5714 3.5714 0 0 1 0.22857 0.035714 3.5714 3.5714 0 0 1 0.09571 0.021429 3.5714 3.5714 0 0 1 0.26428 0.068571 3.5714 3.5714 0 0 1 0.07357 0.021429 3.5714 3.5714 0 0 1 0.0014 0 3.5714 3.5714 0 0 1 0.04428 0.017143 3.5714 3.5714 0 0 1 0.24428 0.095 3.5714 3.5714 0 0 1 0.095 0.042857 3.5714 3.5714 0 0 1 0.23428 0.11929 3.5714 3.5714 0 0 1 0.06286 0.035714 3.5714 3.5714 0 0 1 0.26071 0.16785 3.5714 3.5714 0 0 1 0.01 0.00571 3.5714 3.5714 0 0 1 0.04286 0.032143 3.5714 3.5714 0 0 1 0.035 0.025 3.5714 3.5714 0 0 1 0.70857 0.70857 3.5714 3.5714 0 0 1 0.0014 0.00286 3.5714 3.5714 0 0 1 0.19 0.27857 3.5714 3.5714 0 0 1 0.0093 0.014286 3.5714 3.5714 0 0 1 0.0057 0.011429 3.5714 3.5714 0 0 1 0.16071 0.29714 3.5714 3.5714 0 0 1 0.0029 5e-3 3.5714 3.5714 0 0 1 0.0029 0.0057 3.5714 3.5714 0 0 1 0.125 0.30143 3.5714 3.5714 0 0 1 0.01572 0.04214 3.5714 3.5714 0 0 1 0.08571 0.27714 3.5714 3.5714 0 0 1 0.02143 0.08786 3.5714 3.5714 0 0 1 0.04643 0.23071 3.5714 3.5714 0 0 1 0.02214 0.14286 3.5714 3.5714 0 0 1 0.01786 0.2 3.5714 3.5714 0 0 1 0.01286 0.24572 3.5714 3.5714 0 0 1-0.015 0.315 3.5714 3.5714 0 0 1-0.01857 0.15 3.5714 3.5714 0 0 1-0.03071 0.19643 3.5714 3.5714 0 0 1-0.03786 0.16857 3.5714 3.5714 0 0 1-0.04286 0.17286 3.5714 3.5714 0 0 1-0.06 0.17857 3.5714 3.5714 0 0 1-0.05714 0.15786 3.5714 3.5714 0 0 1-0.08571 0.18714 3.5714 3.5714 0 0 1-0.06071 0.12643 3.5714 3.5714 0 0 1-0.10357 0.18143 3.5714 3.5714 0 0 1-0.08214 0.13429 3.5714 3.5714 0 0 1-0.11286 0.15714 3.5714 3.5714 0 0 1-0.09786 0.12857 3.5714 3.5714 0 0 1-0.12428 0.14286 3.5714 3.5714 0 0 1-0.11857 0.12643 3.5714 3.5714 0 0 1-0.12714 0.11857 3.5714 3.5714 0 0 1-0.14214 0.12428 3.5714 3.5714 0 0 1-0.12857 0.09786 3.5714 3.5714 0 0 1-0.15714 0.11286 3.5714 3.5714 0 0 1-0.13428 0.08214 3.5714 3.5714 0 0 1-0.18143 0.10357 3.5714 3.5714 0 0 1-0.12643 0.06143 3.5714 3.5714 0 0 1-0.18714 0.085 3.5714 3.5714 0 0 1-0.15714 0.05714 3.5714 3.5714 0 0 1-0.17857 0.06 3.5714 3.5714 0 0 1-0.17357 0.04286 3.5714 3.5714 0 0 1-0.16857 0.03786 3.5714 3.5714 0 0 1-0.19714 0.03071 3.5714 3.5714 0 0 1-0.14928 0.01857 3.5714 3.5714 0 0 1-0.31504 0.015 3.5714 3.5714 0 0 1-0.315-0.015 3.5714 3.5714 0 0 1-0.15-0.01857 3.5714 3.5714 0 0 1-0.19643-0.03071 3.5714 3.5714 0 0 1-0.16857-0.03786 3.5714 3.5714 0 0 1-0.17286-0.04286 3.5714 3.5714 0 0 1-0.17857-0.06 3.5714 3.5714 0 0 1-0.15786-0.05714 3.5714 3.5714 0 0 1-0.18714-0.0857 3.5714 3.5714 0 0 1-0.12643-0.060716 3.5714 3.5714 0 0 1-0.18143-0.10357 3.5714 3.5714 0 0 1-0.13428-0.082142 3.5714 3.5714 0 0 1-0.15714-0.11286 3.5714 3.5714 0 0 1-0.12857-0.097857 3.5714 3.5714 0 0 1-0.14286-0.12428 3.5714 3.5714 0 0 1-0.12643-0.11857 3.5714 3.5714 0 0 1-0.11857-0.12714 3.5714 3.5714 0 0 1-0.12428-0.14214 3.5714 3.5714 0 0 1-0.097856-0.12857 3.5714 3.5714 0 0 1-0.11286-0.15714 3.5714 3.5714 0 0 1-0.082142-0.13429 3.5714 3.5714 0 0 1-0.10357-0.18143 3.5714 3.5714 0 0 1-0.061428-0.12643 3.5714 3.5714 0 0 1-0.084999-0.18714 3.5714 3.5714 0 0 1-0.057142-0.15714 3.5714 3.5714 0 0 1-0.059999-0.17857 3.5714 3.5714 0 0 1-0.042857-0.17357 3.5714 3.5714 0 0 1-0.037857-0.16857 3.5714 3.5714 0 0 1-0.030714-0.19714 3.5714 3.5714 0 0 1-0.018571-0.14928 3.5714 3.5714 0 0 1-0.015-0.315 3.5714 3.5714 0 0 1 0.015-0.315 3.5714 3.5714 0 0 1 0.017143-0.13572 3.5714 3.5714 0 0 1 0.035714-0.22714 3.5714 3.5714 0 0 1 0.022857-0.10357 3.5714 3.5714 0 0 1 0.062857-0.24429 3.5714 3.5714 0 0 1 0.033571-0.10143 3.5714 3.5714 0 0 1 0.083571-0.23 3.5714 3.5714 0 0 1 0.051428-0.11429 3.5714 3.5714 0 0 1 0.10357-0.21071 3.5714 3.5714 0 0 1 0.048571-0.087143 3.5714 3.5714 0 0 1 0.13928-0.22714 3.5714 3.5714 0 0 1 0.045-0.061428 3.5714 3.5714 0 0 1 0.17571-0.23 3.5714 3.5714 0 0 1 0.027857-0.032143 3.5714 3.5714 0 0 1 0.22428-0.24 3.5714 3.5714 0 0 1 0.26428-0.23143 3.5714 3.5714 0 0 1 0.016428-0.014286 3.5714 3.5714 0 0 1 0.26928-0.19071 3.5714 3.5714 0 0 1 0.029286-0.018571 3.5714 3.5714 0 0 1 0.29-0.16571 3.5714 3.5714 0 0 1 0.325-0.145 3.5714 3.5714 0 0 1 0.80071-0.20786 3.5714 3.5714 0 0 1 0.01857-0.00286 3.5714 3.5714 0 0 1 0.015-0.00143 3.5714 3.5714 0 0 1 0.265-0.023571 3.5714 3.5714 0 0 1 0.08143-0.00571 3.5714 3.5714 0 0 1 0.11-0.00429zm0 0.71429v2.1429a0.71428 0.71429 0 0 1 0.71428 0.71429h2.1428a2.8571 2.8571 0 0 0-0.01286-0.24143 2.8571 2.8571 0 0 0-0.01786-0.15 2.8571 2.8571 0 0 0-0.01929-0.13286 2.8571 2.8571 0 0 0-0.03643-0.15929 2.8571 2.8571 0 0 0-0.02857-0.11 2.8571 2.8571 0 0 0-0.05-0.15357 2.8571 2.8571 0 0 0-0.04713-0.12857 2.8571 2.8571 0 0 0-0.05571-0.12428 2.8571 2.8571 0 0 0-0.06428-0.13214 2.8571 2.8571 0 0 0-0.06714-0.11714 2.8571 2.8571 0 0 0-0.08214-0.13429 2.8571 2.8571 0 0 0-0.06929-0.09643 2.8571 2.8571 0 0 0-0.10072-0.13214 2.8571 2.8571 0 0 0-0.080714-0.092143 2.8571 2.8571 0 0 0-0.10643-0.11429 2.8571 2.8571 0 0 0-0.11428-0.10643 2.8571 2.8571 0 0 0-0.09214-0.080714 2.8571 2.8571 0 0 0-0.13214-0.1 2.8571 2.8571 0 0 0-0.09643-0.07 2.8571 2.8571 0 0 0-0.13429-0.082143 2.8571 2.8571 0 0 0-0.11714-0.067143 2.8571 2.8571 0 0 0-0.13214-0.064286 2.8571 2.8571 0 0 0-0.12428-0.055714 2.8571 2.8571 0 0 0-0.12857-0.047857 2.8571 2.8571 0 0 0-0.15357-0.05 2.8571 2.8571 0 0 0-0.11-0.027857 2.8571 2.8571 0 0 0-0.15928-0.035714 2.8571 2.8571 0 0 0-0.13214-0.02 2.8571 2.8571 0 0 0-0.15071-0.017858 2.8571 2.8571 0 0 0-0.24143-0.012857z" fill="url(#g)" stroke-width=".71428"/> + <path d="m20.985 10.581a9.9999 10 0 0 1-9.9849 9.7043 9.9999 10 0 0 1-9.9849-9.5814 9.9999 10 0 0 0-0.015 0.29571 9.9999 10 0 0 0 9.9999 10 9.9999 10 0 0 0 9.9999-10 9.9999 10 0 0 0-0.015-0.41857z" fill="#292c2f" opacity=".3" stroke-width=".71428"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/cooperation.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m1 2v12.857l3.75 5.1429-2.5e-5 -3.8571 2.5e-5 -1.2857h16.25v-12.857zm1.25 1.2857h17.5v10.286h-17.5z" color="#eff0f1" fill="currentColor"/> + <path class="ColorScheme-Text" d="m13 5-6 1.709v3.082l0.5 0.14258v1.2168l3 0.84961v-1.2119l2.5 0.71191v-5.9785zm2.0146 0.21387-0.38574 0.31543c0.56863 0.88612 0.87096 1.9169 0.87109 2.9697-2e-3 1.0519-0.30571 2.0812-0.875 2.9658l0.3916 0.32129c0.64078-0.97662 0.98255-2.119 0.9834-3.2871-2e-3 -1.1676-0.34425-2.3093-0.98535-3.2852zm-2.5146 0.4502v5.1719l-5-1.4238v-2.3242zm1.3447 0.50781-0.39062 0.31934c0.3559 0.6094 0.54423 1.3021 0.5459 2.0078-1e-3 0.70595-0.1892 1.399-0.54492 2.0088l0.39062 0.32031c0.42662-0.70208 0.65289-1.5076 0.6543-2.3291-2e-3 -0.82096-0.22866-1.6257-0.65527-2.3271zm-7.3447 0.67969-0.5 0.14258v2.5118l0.5 0.14258v-2.6485zm1.5 3.2246 2 0.56934v0.71289l-2-0.56641z" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/cooperation48.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="48" height="48" version="1.1" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m2 4v28.571l8.2501 11.429-5.5e-5 -8.5714 5.5e-5 -2.8571h35.75v-28.571zm2.75 2.8571h38.5v22.857h-38.5z" color="#eff0f1" fill="currentColor"/> + <path class="ColorScheme-Text" d="m28.4 10.667-13.2 3.7977v6.849l1.1 0.31684v2.704l6.6 1.888v-2.6931l5.5 1.582v-13.286zm4.4322 0.47526-0.84863 0.70096c1.251 1.9692 1.9161 4.2597 1.9164 6.5994-0.0044 2.3376-0.67256 4.625-1.925 6.5907l0.86152 0.71398c1.4097-2.1703 2.1616-4.709 2.1635-7.3047-0.0044-2.5947-0.75735-5.1318-2.1678-7.3004zm-5.5322 1.0004v11.493l-11-3.1641v-5.1649zm2.9584 1.1285-0.85938 0.70964c0.78297 1.3542 1.1973 2.8936 1.201 4.4618-0.0022 1.5688-0.41624 3.1089-1.1988 4.464l0.85938 0.71181c0.93855-1.5602 1.4364-3.3502 1.4395-5.1758-0.0044-1.8244-0.50305-3.6127-1.4416-5.1714zm-16.158 1.5104-1.1 0.31684v5.5817l1.1 0.31684v-5.8855zm3.3 7.1658 4.4 1.2652v1.5842l-4.4-1.2587z" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/corba48.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="48" height="48" version="1.1" viewBox="0 0 12.7 12.7" xmlns="http://www.w3.org/2000/svg"> + <g transform="translate(0 -284.3)" fill="none"> + <circle cx="6.35" cy="290.65" r="3.2684" stroke="#eff0f1" stroke-width="1.4008"/> + <g transform="translate(-.015694 .025466)" stroke="#da4453"> + <rect x="4.259" y="290.41" width="5.9853" height=".43437" stroke-width=".8885"/> + <path transform="matrix(.99914 0 0 1.0004 .0035576 -.13862)" d="m11.471 290.65-0.86826 0.50129v-1.0026z" stroke-width=".94873"/> + <path transform="matrix(-.99914 0 0 1.0004 12.729 -.13862)" d="m11.471 290.65-0.86826 0.50129v-1.0026z" stroke-width=".94873"/> + </g> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/coverageProject.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path d="m3.5 1v2.5h-2.5v3.75h2.5v7.5h-2.5v3.75h2.5v2.5h7.7051c2.3e-5 -0.0207 8.6e-5 -0.04136 0-0.0625-5.8e-4 -0.01466-3.96e-4 -0.02022 0-0.0293-0.0084-0.01677-6.5e-5 -0.03318-2e-3 -0.05078v-4e-3c-0.0023-0.03103-0.0019-0.06003 0.01953-0.08594 0.0029-0.03782 0.0027-0.07654 0.02149-0.10938-9.5e-5 -0.01484-0.0029-0.03037 0-0.04492 0.0019-0.0095 0.0209-0.01883 0.02734-0.0293v-0.41212c0-0.0081-0.0013-0.07794 0-0.07813 0.0127-0.0018 0.0095-6.7e-5 0.02149-2e-3 -0.0032-0.0037-0.02149-7.09e-4 -0.02149-0.0059v-0.0059c-0.04376-0.01284-0.05153-0.02173 0-0.02148v-0.30836h-6.5214v-13.75h15v4.6621c0.02702-0.0089 0.05747-0.0055 0.08594-0.0078 0.0078 0.0014 0.01564-0.0011 0.02344 0 0.02493-0.01215 0.04362-0.0156 0.05078-0.01953 0.01348-0.0027 0.02742-0.0058 0.04102-0.0078 0.01866-0.0028 0.03785-0.0042 0.05664-0.0059 0.07299 5e-3 0.0765 5.38e-4 0.14648 0.02734 0.0092 0.0035 0.01284 0.0089 0.02539 0.01367h2e-3c0.0046 1.6e-5 0.0091 4e-6 0.01367 0 0.05806-1.7e-4 0.11577-6e-5 0.17383 0 0.04153 1e-5 0.08348-1e-6 0.125 0 0.04338 3e-6 0.08748 0 0.13086 0 0.01107 0 0.0149 0.0078 0.02148 0.0078 0.03937-0.02215 0.08282-0.04067 0.10352-0.04492 0.046-0.0095 0.07921-0.0013 0.12305 0.0039 0.05792 0.0068 0.07686 0.02731 0.08203 0.05274 0.02326 0.0022 0.02905 0.016 0.04492 0.02344v-9.705zm1.25 1.25h15v2.5h-15v-1.25zm15.949 8.4297c-0.0041-1e-4 -0.0077 0.0032-0.01172 0.0039 0.0054 0.0017 0.02919 0.0082 0.03906 0.01367 8.87e-4 4.86e-4 0.0029-5.26e-4 0.0039 0 0.0014-2e-4 0.0063-0.0017 0.0078-2e-3 -0.02008-0.0099-0.02494-0.01528-0.03906-0.01562zm-0.88867 0.31836c-0.0155 0.0092-0.04305 0.01028-0.06055 0.01563v0.01563c0.0084 9.27e-4 0.01567 7.57e-4 0.02148 2e-3 7e-3 -0.01091 0.03054-0.02094 0.04102-0.03125-8.02e-4 -4.2e-4 -8.92e-4 -0.0017-2e-3 -2e-3zm-0.05469 0.05859c-0.0018 0.0014-0.0041 0.0024-0.0059 0.0039v0.01758c0.0013-0.0012 0.0025-0.0027 0.0039-0.0039 0.0014-0.0051 4.6e-5 -0.01269 2e-3 -0.01758zm0.5625 0.03516c6.92e-4 2e-3 0.0013 0.0039 2e-3 0.0059 0.0077 4e-3 0.01826 2e-3 0.02539 0.0059 0.0087 0.0047-0.01836-0.0075-0.02734-0.01172zm-0.35938 0.0332c-0.0021 0.0064-0.0059 0.01102-0.0078 0.01758 0.02828 0.01697 0.04768 0.02954 0.07031 0.04492 0.0056-0.0085 0.0098-0.01262 0.01953-0.02539-0.07713-0.03698-0.0621-0.02856-0.08203-0.03711zm0.82031 0.04297c-0.0017 0.0053-0.0042 0.01034-0.0059 0.01563 2e-3 0.0063 5.62e-4 0.03148 0 0.04101 0.0068 0.01384 0.01477 0.03523 0.01562 0.02539 0.0049-0.05576-0.0018-0.04984-0.0039-0.07617-0.0041-0.0036-0.0015-0.0019-0.0059-0.0059zm0.06055 0.07422c0.0013-0.01789 2.2e-4 4.21e-4 -0.03711 0.01367-0.0041 0.0015-0.0059 6.12e-4 -0.0098 2e-3 0.02908 0.01714 0.07394 0.03724 0.08984 0.05274 0.0039-0.01376-0.01069-0.05458-0.01953-0.06445-0.01035-0.0029-0.03723-0.0033-0.02344-0.0039zm-0.07227 0.01953c-0.0022 0.01403-0.0074 0.04639-0.01172 0.06641 0.0037 0.0021 0.0062 0.0055 0.0098 0.0078 3.78e-4 -0.01633 8.42e-4 -0.0325 2e-3 -0.04883 8.67e-4 -0.0375 1.22e-4 -0.0294 0-0.02539zm-0.81641 8.2285c-0.01771 4.4e-5 -0.02425 3e-3 -0.03125 0.0039 0.0075 0.0031 0.02334 0.0028 0.03516 0.0078 0.01549-0.0074 0.1002-0.0076 0.11523-0.0078-0.01433-1.7e-4 -0.02882-5.02e-4 -0.04297 0-0.0073 5e-4 -0.04196-0.0041-0.07617-0.0039zm-8.2852 0.25977c0.0022 0.0032 0.0055 0.0099 0.0078 0.01367 0.0015-0.0045 0.0025-0.0092 0.0039-0.01367zm6.9453 0.01367c-0.0123 7.39e-4 -0.02482 6.43e-4 -0.03711 2e-3 -0.0069 0.06372 0.01415 0.03546 0.03711-2e-3zm0.45117 0c0.01141 0.0071 0.02306 0.01374 0.03516 0.01953 0.01024 0.0049-0.01477-0.01412-0.0098-0.01563 0.01107-0.0032 0.02175-6.12e-4 0.0332-2e-3 0.0044 5.09e-4 0.0057-0.0022 0.0098-2e-3 -0.02144 0.0015-0.04307-0.0027-0.06445 0-0.0019 2.69e-4 -0.0021-2.63e-4 -0.0039 0zm1.8887 0.32227c0.0041 0.01358 0.0075 0.02745 0.01172 0.04102 0.0035-3.69e-4 0.0097-0.0036 0.01367-0.0039-0.0089-8e-3 0.02112 0.02346-0.01758-0.01953-0.0045-5e-3 -0.0036-0.01252-0.0078-0.01758zm-5.2695 0.02734c-0.05479 8e-5 -0.15339 0.0013-0.17969 0.0039-0.0373 0.0037-0.07461 0.01171-0.11133 0.01953 0.09709-0.0061 0.19397-0.0095 0.29102-0.01563 2.63e-4 -0.0036-2.32e-4 -0.0043 0-0.0078zm-4.0801 0.20312v0.02344c0.0053 0.0051 0.0098 0.01109 0.01563 0.01563 0.0081 0.0064 0.0354 0.01799 0.0293 0.0098-0.02609-0.03563-0.0273-0.0292-0.04492-0.04883zm4.668 0.0039c-6e-3 0.0026-0.01671 0.0028-0.04883 0.01758 0.0065-0.0025 0.01267-9.67e-4 0.01953-0.0039 0.0099-0.0043 0.01957-9e-3 0.0293-0.01367z" color="#eff0f1" fill="currentColor"/> + <g transform="matrix(1.8887 0 0 1.8912 10.565 -540.24)"> + <circle cx="2.9104" cy="294.09" r="2.4967" fill="#09f" stroke="#009aff" stroke-width=".29819"/> + <text transform="scale(1.2383 .80759)" x="1.5444657" y="366.45264" fill="#fafafa" font-family="sans-serif" font-size="6.2235px" letter-spacing="0px" stroke-width=".15559" word-spacing="0px" style="line-height:1.25" xml:space="preserve"><tspan x="1.5444657" y="366.45264" fill="#fafafa" stroke-width=".15559">i</tspan></text> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/coverageScript.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg"> + <path d="m9.3333 1c-1.8467 0-3.3333 1.4867-3.3333 3.3333h5v1.6667h-6.6667c-1.8467 0-3.3333 1.4867-3.3333 3.3333v3.3333c0 1.8467 1.4867 3.3333 3.3333 3.3333v-1.6667c0-1.4812 0.64983-2.7937 1.6667-3.7077 0.00113-1e-3 0.00211-0.0023 0.00325-0.0032 0.22024-0.19762 0.45764-0.37623 0.70964-0.53385 0.00205-0.0013 0.00445-2e-3 0.00651-0.0033 0.24818-0.15476 0.50993-0.28704 0.7845-0.39715 0.049445-0.0194 0.10278-0.030962 0.15299-0.048825 0.23327-0.084875 0.47095-0.16243 0.71941-0.21159 0.31035-0.05985 0.6287-0.0944 0.95703-0.0944h6.6667v-5c0-1.8467-1.4866-3.3333-3.3333-3.3333zm0 0.83333c0.46167 0 0.83333 0.37167 0.83333 0.83333s-0.37167 0.83333-0.83333 0.83333-0.83333-0.37167-0.83333-0.83333 0.37167-0.83333 0.83333-0.83333zm8.3333 4.1667v1.6667c0 1.4812-0.65308 2.7969-1.6699 3.7109-0.22024 0.19763-0.45764 0.37622-0.70964 0.53385-2e-3 0.0013-0.0045 2e-3 -0.0065 0.0033-0.24818 0.15475-0.50993 0.28703-0.7845 0.39714-0.04945 0.0194-0.10279 0.03098-0.153 0.04883-0.23328 0.08488-0.47096 0.16244-0.71941 0.21159-0.31035 0.05985-0.6287 0.0944-0.95703 0.0944h-6.6667v5c0 1.8466 1.4866 3.3333 3.3333 3.3333h3.3333c1.8467 5e-6 3.3333-1.4867 3.3333-3.3333h-5v-1.6667h6.6667c1.8467 0 3.3333-1.4867 3.3333-3.3333v-3.3333c0-1.8467-1.4867-3.3333-3.3333-3.3333zm-5 12.5c0.46167 0 0.83333 0.37167 0.83333 0.83333 0 0.46167-0.37167 0.83333-0.83333 0.83333-0.46167 0-0.83333-0.37167-0.83333-0.83333 0-0.46167 0.37167-0.83333 0.83333-0.83333z" fill="#f59e16" stroke-width="1.6667"/> + <path d="m3.6449 15.905c-1.0799-0.23814-1.9515-0.96024-2.3667-1.9609-0.23798-0.57353-0.2435-0.6405-0.2435-2.9573 0-2.4426-4.382e-4 -2.4387 0.35679-3.1674 0.15485-0.31587 0.27272-0.47309 0.59404-0.79237 0.61042-0.60654 1.1535-0.87745 1.9611-0.97826 0.24461-0.030533 1.6685-0.0493 3.7405-0.0493h3.3455v-1.678h-5.025l0.020892-0.19809c0.043445-0.41194 0.12282-0.76663 0.2315-1.0344 0.28459-0.70131 0.91079-1.3795 1.5731-1.7036 0.70139-0.34329 0.70088-0.34322 2.9604-0.36191 1.3056-0.010799 2.1368 0.00118 2.3472 0.033828 0.74508 0.1156 1.36 0.42821 1.8771 0.95435 0.38217 0.3888 0.62886 0.78959 0.80494 1.3078l0.12671 0.37288 0.02794 5.6165-3.4628 2.797e-4c-3.7992 2.8e-4 -3.9821 0.010868-4.7579 0.27498-1.6385 0.55781-2.833 1.853-3.3061 3.5847-0.084508 0.30932-0.10069 0.52546-0.11839 1.5818l-0.020511 1.2235-0.19356-0.0037c-0.10646-2e-3 -0.31941-0.03146-0.47322-0.06537zm5.9786-12.448c0.23032-0.096235 0.37788-0.23824 0.48202-0.46388 0.10874-0.23561 0.10887-0.41585 4.85e-4 -0.65447-0.22285-0.4906-0.79509-0.6686-1.2228-0.38036-0.57245 0.38577-0.50672 1.1986 0.11993 1.4832 0.23169 0.10524 0.39574 0.10933 0.62037 0.015472z" fill="#59f" stroke="#59f" stroke-width=".18644"/> + <path d="m3.8769 16.021c-1.2932-0.19009-2.3276-1.0581-2.7783-2.3311-0.10462-0.29556-0.10766-0.35367-0.12435-2.3767-0.02134-2.5866-0.0035742-2.7756 0.32413-3.4486 0.20725-0.42558 0.2898-0.53952 0.64158-0.88559 0.46207-0.45457 0.84593-0.697 1.3787-0.87072 0.35486-0.11571 0.44157-0.12338 1.7945-0.15867 0.78189-0.020394 2.4127-0.038555 3.6239-0.040356l2.2023-0.00327v-1.4915h-5.017l0.039441-0.33792c0.082337-0.70546 0.25768-1.1849 0.61798-1.6898 0.42952-0.60191 1.1146-1.096 1.8194-1.3123 0.25572-0.078458 0.47917-0.085803 2.6102-0.085803h2.3305l0.37288 0.12699c0.53022 0.18057 0.9215 0.42591 1.3262 0.83156 0.39706 0.398 0.6012 0.71448 0.81882 1.2694l0.14988 0.38221 0.05924 5.803h-3.4512c-2.1311 0-3.6243 0.01902-3.9038 0.049728-1.8332 0.20141-3.4435 1.5466-4.0833 3.4109-0.16642 0.48492-0.2114 0.87998-0.21359 1.8762-0.00101 0.46144-0.015071 0.9491-0.031236 1.0837-0.032921 0.27408-0.022253 0.2699-0.50691 0.19866zm5.8238-12.697c0.22793-0.13357 0.39978-0.41605 0.39978-0.65711 0-0.38236-0.38671-0.76907-0.76907-0.76907-0.37964 0-0.76907 0.38942-0.76907 0.76907 0 0.22876 0.1764 0.52469 0.38858 0.65187 0.25028 0.15002 0.49975 0.15176 0.74977 0.00524z" fill="#59f" stroke="#59f" stroke-width=".18644"/> + <path d="m8.4791 20.868c-1.1305-0.3003-2.0097-1.1819-2.3497-2.3563-0.10661-0.36823-0.10735-0.38954-0.10735-3.0975v-2.7267l3.7521-0.0245c4.0868-0.02668 3.7551-0.0052 4.6099-0.299 0.68486-0.23541 1.3543-0.67684 1.9039-1.2554 0.75974-0.7998 1.219-1.7686 1.3618-2.8724 0.02487-0.19227 0.04587-0.77332 0.04666-1.2912l0.0014-0.94166 0.2447 0.025284c1.4235 0.14709 2.5831 1.1278 2.928 2.4764 0.0826 0.32295 0.09004 0.52992 0.09004 2.5022 0 2.3009-0.0047 2.3571-0.24808 2.9596-0.38832 0.96139-1.3874 1.7661-2.4289 1.9562-0.18272 0.03336-1.4679 0.0505-3.7871 0.0505h-3.5105v1.7246h4.9873v0.15458c0 0.69752-0.41873 1.6179-0.98356 2.1619-0.43106 0.41516-0.71671 0.5953-1.2587 0.79375l-0.34464 0.1262-2.2839 0.0118c-2.1321 0.01102-2.3065 0.0058-2.6234-0.07838zm4.5484-0.76527c0.14329-0.07486 0.34581-0.28173 0.42313-0.43224 0.07192-0.13999 0.06565-0.49923-0.01187-0.68041-0.23374-0.54628-0.98118-0.67393-1.3894-0.23729-0.15562 0.16644-0.22436 0.34315-0.22436 0.57672 0 0.33492 0.19378 0.64097 0.48941 0.77292 0.18463 0.08241 0.55566 0.08257 0.71312 3.26e-4z" fill="#fd5" stroke="#fd5" stroke-width=".18644"/> + <g transform="matrix(1.8887 0 0 1.8912 10.5 -540.19)"> + <circle cx="2.9104" cy="294.09" r="2.4967" fill="#09f" stroke="#009aff" stroke-width=".29819"/> + <text transform="scale(1.2383 .80759)" x="1.5444657" y="366.45264" fill="#fafafa" font-family="sans-serif" font-size="6.2235px" letter-spacing="0px" stroke-width=".15559" word-spacing="0px" style="line-height:1.25" xml:space="preserve"><tspan x="1.5444657" y="366.45264" fill="#fafafa" stroke-width=".15559">i</tspan></text> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/currentLineMarker.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg"> + <g transform="translate(0 -291.18)"> + <path transform="matrix(.59533 .11776 -.068135 .73962 21.832 78.034)" d="m4.2262 291.69-5.065 3.7261-0.69439-6.2495z" fill="#008000" stroke="#006700" stroke-width=".48653"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/databaseConnection.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg"> + <g transform="translate(-326 -534.36)"> + <rect x="273.38" y="518.48" width="0" height="14.668" fill="#8e44ad"/> + <rect x="280.34" y="541.05" width="0" height="14.668" fill="#8e44ad"/> + <rect x="282.16" y="539.99" width="0" height="14.668" fill="#8e44ad"/> + <g transform="matrix(1.25 0 0 1.25 -84.25 -136.34)" fill="#eff0f1"> + <rect x="273.38" y="518.48" width="0" height="14.668"/> + <rect x="280.34" y="541.05" width="0" height="14.668"/> + <rect x="282.16" y="539.99" width="0" height="14.668"/> + <path transform="translate(326 534.36)" d="m11 3a8 3 0 0 0-8 3v5a8 3 0 0 0 7 2.9727v2.0273h-3v-1h-4v4h4v-1h8v1h4v-4h-4v1h-3v-2.0273a8 3 0 0 0 7-2.9727v-5a8 3 0 0 0-8-3zm0 1a7 2 0 0 1 7 2 7 2 0 0 1-7 2 7 2 0 0 1-7-2 7 2 0 0 1 7-2zm7 3.4453v3.5547a7 2 0 0 1-7 2 7 2 0 0 1-7-2v-3.5488a8 3 0 0 0 7 1.5488 8 3 0 0 0 7-1.5547zm-14 8.5547h2v2h-2zm12 0h2v2h-2z" stroke-width="2"/> + </g> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/debug48.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="48" height="48" version="1.1" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg"> + <path d="m3.02 40.502-0.00271-0.04081c8.7e-4 0.01361 0.00178 0.02722 0.00271 0.04081z" fill="#c5c5c5"/> + <g transform="matrix(3.3046 0 0 3.3704 -2.3046 -111.41)" fill="#eff0f1"> + <path d="m7.2577 40.905-1.7701-1.7791 0.59162-0.59161 1.8718 1.8812 1.8451-1.8451 0.59165 0.5916-1.77 1.77 1.7701 1.7791-0.59161 0.5916-1.8717-1.8813-1.8451 1.8451-0.59161-0.5916z"/> + <path d="m10.878 36.27v0.58167h0.7849l1.6579-1.6579 0.5916 0.59161-1.5698 1.5698 0.0189 0.04949c0.3304 0.86212 0.5165 1.8351 0.5165 2.8653 0 0.1957-0.0067 0.38933-0.0199 0.58053l-3e-3 0.04364h2.0654v0.83666h-2.1705l-0.0061 0.03349c-0.1764 0.96445-0.5195 1.8438-0.9869 2.5838l-0.0347 0.0551 1.9964 2.0065-0.5931 0.5901-1.9098-1.9194-0.0577 0.0645c-0.8627 0.965-1.9806 1.5435-3.1984 1.5435-1.2367 0-2.3704-0.5966-3.2384-1.5887l-0.05749-0.0657-1.8717 1.8717-0.59162-0.5916 1.9632-1.9632-0.03399-0.055c-0.45068-0.729-0.782-1.5897-0.95424-2.5316l-0.00612-0.03349h-2.1688v-0.83666h2.0637l-3e-3 -0.04364c-0.01315-0.1912-0.01986-0.38483-0.01986-0.58053 0-1.0167 0.18128-1.9778 0.50362-2.8315l0.01857-0.04919-1.6109-1.619 0.59311-0.59012 1.6631 1.6715h0.83249v-0.58167c0-1.6118 1.3066-2.9183 2.9183-2.9183s2.9183 1.3066 2.9183 2.9183zm-5 0v0.58167h4.1633v-0.58167c0-1.1497-0.93196-2.0817-2.0816-2.0817s-2.0817 0.93199-2.0817 2.0817zm5.7163 1.4712-0.0199-0.0529h-7.2295l-0.0199 0.0529c-0.28341 0.75313-0.44701 1.6105-0.44701 2.5288 0 1.6099 0.50298 3.0339 1.274 4.0363 0.77037 1.0015 1.771 1.5454 2.8076 1.5454s2.0373-0.5439 2.8076-1.5454c0.7711-1.0024 1.274-2.4263 1.274-4.0363 0-0.91822-0.1636-1.7756-0.447-2.5288z" clip-rule="evenodd" fill-rule="evenodd"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/debugProject.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path d="m3.5 1v2.5h-2.5v3.75h2.5v7.5h-2.5v3.75h2.5v2.5h7.7051c2.3e-5 -0.0207 8.6e-5 -0.04136 0-0.0625-5.8e-4 -0.01466-3.96e-4 -0.02022 0-0.0293-0.0084-0.01677-6.5e-5 -0.03318-2e-3 -0.05078v-4e-3c-0.0023-0.03103-0.0019-0.06003 0.01953-0.08594 0.0029-0.03782 0.0027-0.07654 0.02149-0.10938-9.5e-5 -0.01484-0.0029-0.03037 0-0.04492 0.0019-0.0095 0.0209-0.01883 0.02734-0.0293v-0.41212c0-0.0081-0.0013-0.07794 0-0.07813 0.0127-0.0018 0.0095-6.7e-5 0.02149-2e-3 -0.0032-0.0037-0.02149-7.09e-4 -0.02149-0.0059v-0.0059c-0.04376-0.01284-0.05153-0.02173 0-0.02148v-0.30836h-6.5214v-13.75h15v4.6621c0.02702-0.0089 0.05747-0.0055 0.08594-0.0078 0.0078 0.0014 0.01564-0.0011 0.02344 0 0.02493-0.01215 0.04362-0.0156 0.05078-0.01953 0.01348-0.0027 0.02742-0.0058 0.04102-0.0078 0.01866-0.0028 0.03785-0.0042 0.05664-0.0059 0.07299 5e-3 0.0765 5.38e-4 0.14648 0.02734 0.0092 0.0035 0.01284 0.0089 0.02539 0.01367h2e-3c0.0046 1.6e-5 0.0091 4e-6 0.01367 0 0.05806-1.7e-4 0.11577-6e-5 0.17383 0 0.04153 1e-5 0.08348-1e-6 0.125 0 0.04338 3e-6 0.08748 0 0.13086 0 0.01107 0 0.0149 0.0078 0.02148 0.0078 0.03937-0.02215 0.08282-0.04067 0.10352-0.04492 0.046-0.0095 0.07921-0.0013 0.12305 0.0039 0.05792 0.0068 0.07686 0.02731 0.08203 0.05274 0.02326 0.0022 0.02905 0.016 0.04492 0.02344v-9.705zm1.25 1.25h15v2.5h-15v-1.25zm15.949 8.4297c-0.0041-1e-4 -0.0077 0.0032-0.01172 0.0039 0.0054 0.0017 0.02919 0.0082 0.03906 0.01367 8.87e-4 4.86e-4 0.0029-5.26e-4 0.0039 0 0.0014-2e-4 0.0063-0.0017 0.0078-2e-3 -0.02008-0.0099-0.02494-0.01528-0.03906-0.01562zm-0.88867 0.31836c-0.0155 0.0092-0.04305 0.01028-0.06055 0.01563v0.01563c0.0084 9.27e-4 0.01567 7.57e-4 0.02148 2e-3 7e-3 -0.01091 0.03054-0.02094 0.04102-0.03125-8.02e-4 -4.2e-4 -8.92e-4 -0.0017-2e-3 -2e-3zm-0.05469 0.05859c-0.0018 0.0014-0.0041 0.0024-0.0059 0.0039v0.01758c0.0013-0.0012 0.0025-0.0027 0.0039-0.0039 0.0014-0.0051 4.6e-5 -0.01269 2e-3 -0.01758zm0.5625 0.03516c6.92e-4 2e-3 0.0013 0.0039 2e-3 0.0059 0.0077 4e-3 0.01826 2e-3 0.02539 0.0059 0.0087 0.0047-0.01836-0.0075-0.02734-0.01172zm-0.35938 0.0332c-0.0021 0.0064-0.0059 0.01102-0.0078 0.01758 0.02828 0.01697 0.04768 0.02954 0.07031 0.04492 0.0056-0.0085 0.0098-0.01262 0.01953-0.02539-0.07713-0.03698-0.0621-0.02856-0.08203-0.03711zm0.82031 0.04297c-0.0017 0.0053-0.0042 0.01034-0.0059 0.01563 2e-3 0.0063 5.62e-4 0.03148 0 0.04101 0.0068 0.01384 0.01477 0.03523 0.01562 0.02539 0.0049-0.05576-0.0018-0.04984-0.0039-0.07617-0.0041-0.0036-0.0015-0.0019-0.0059-0.0059zm0.06055 0.07422c0.0013-0.01789 2.2e-4 4.21e-4 -0.03711 0.01367-0.0041 0.0015-0.0059 6.12e-4 -0.0098 2e-3 0.02908 0.01714 0.07394 0.03724 0.08984 0.05274 0.0039-0.01376-0.01069-0.05458-0.01953-0.06445-0.01035-0.0029-0.03723-0.0033-0.02344-0.0039zm-0.07227 0.01953c-0.0022 0.01403-0.0074 0.04639-0.01172 0.06641 0.0037 0.0021 0.0062 0.0055 0.0098 0.0078 3.78e-4 -0.01633 8.42e-4 -0.0325 2e-3 -0.04883 8.67e-4 -0.0375 1.22e-4 -0.0294 0-0.02539zm-0.81641 8.2285c-0.01771 4.4e-5 -0.02425 3e-3 -0.03125 0.0039 0.0075 0.0031 0.02334 0.0028 0.03516 0.0078 0.01549-0.0074 0.1002-0.0076 0.11523-0.0078-0.01433-1.7e-4 -0.02882-5.02e-4 -0.04297 0-0.0073 5e-4 -0.04196-0.0041-0.07617-0.0039zm-8.2852 0.25977c0.0022 0.0032 0.0055 0.0099 0.0078 0.01367 0.0015-0.0045 0.0025-0.0092 0.0039-0.01367zm6.9453 0.01367c-0.0123 7.39e-4 -0.02482 6.43e-4 -0.03711 2e-3 -0.0069 0.06372 0.01415 0.03546 0.03711-2e-3zm0.45117 0c0.01141 0.0071 0.02306 0.01374 0.03516 0.01953 0.01024 0.0049-0.01477-0.01412-0.0098-0.01563 0.01107-0.0032 0.02175-6.12e-4 0.0332-2e-3 0.0044 5.09e-4 0.0057-0.0022 0.0098-2e-3 -0.02144 0.0015-0.04307-0.0027-0.06445 0-0.0019 2.69e-4 -0.0021-2.63e-4 -0.0039 0zm1.8887 0.32227c0.0041 0.01358 0.0075 0.02745 0.01172 0.04102 0.0035-3.69e-4 0.0097-0.0036 0.01367-0.0039-0.0089-8e-3 0.02112 0.02346-0.01758-0.01953-0.0045-5e-3 -0.0036-0.01252-0.0078-0.01758zm-5.2695 0.02734c-0.05479 8e-5 -0.15339 0.0013-0.17969 0.0039-0.0373 0.0037-0.07461 0.01171-0.11133 0.01953 0.09709-0.0061 0.19397-0.0095 0.29102-0.01563 2.63e-4 -0.0036-2.32e-4 -0.0043 0-0.0078zm-4.0801 0.20312v0.02344c0.0053 0.0051 0.0098 0.01109 0.01563 0.01563 0.0081 0.0064 0.0354 0.01799 0.0293 0.0098-0.02609-0.03563-0.0273-0.0292-0.04492-0.04883zm4.668 0.0039c-6e-3 0.0026-0.01671 0.0028-0.04883 0.01758 0.0065-0.0025 0.01267-9.67e-4 0.01953-0.0039 0.0099-0.0043 0.01957-9e-3 0.0293-0.01367z" color="#eff0f1" fill="currentColor"/> + <path d="m19.518 20.301c-0.06288-0.02511-1.0386-0.96714-2.1684-2.0934l-2.054-2.0477-0.28536 0.11526c-0.15695 0.0634-0.43992 0.13929-0.62883 0.16866-0.9574 0.14884-2.0532-0.4522-2.4845-1.3627-0.18723-0.3953-0.27701-0.91476-0.22074-1.2773l0.03617-0.23305 1.8407 1.8141 1.818-1.818-0.89335-0.92041c-0.49134-0.50623-0.88159-0.93218-0.86721-0.94656 0.05866-0.05866 0.83004-0.02197 1.0881 0.05175 1.1366 0.32469 1.9121 1.4758 1.7502 2.5977-0.0285 0.19749-0.10127 0.48065-0.1617 0.62924l-0.10988 0.27016 2.0134 2.031c1.1074 1.117 2.0492 2.1001 2.0929 2.1847 0.1466 0.28349-0.03648 0.68123-0.37954 0.82457-0.17531 0.07325-0.22851 0.07491-0.38601 0.01202zm0.19125 0.6986c0.1686-0.0024 0.33498-0.03885 0.48912-0.10733s0.29285-0.16751 0.40778-0.29108c0.22363-0.20407 0.36232-0.485 0.38845-0.78688 0.02966-0.31205-0.06067-0.62367-0.25256-0.87124-0.86176-0.91046-2.5614-2.6131-3.7977-3.8257 0.26306-0.71262 0.25076-1.498-0.03447-2.202-0.23455-0.58576-0.65166-1.08-1.1892-1.4091-0.42172-0.27978-0.90644-0.44981-1.4103-0.49468s-1.0109 0.03682-1.4753 0.2377l-0.44078 0.19125 2.047 2.1117-0.89621 0.90047-2.1027-2.0586-0.19093 0.44293c-0.16093 0.37343-0.24629 0.77515-0.25107 1.1819-0.0048 0.40672 0.07107 0.81035 0.22322 1.1875 0.15086 0.3729 0.37493 0.71163 0.65893 0.99608 0.16093 0.15776 0.33878 0.29717 0.53036 0.4157 0.39636 0.26516 0.84986 0.43232 1.3232 0.48773 0.47343 0.05541 0.95321-0.0025 1.3999-0.16898 0.7842 0.79687 2.7417 2.7711 3.799 3.7599 0.21209 0.19298 0.48776 0.30081 0.77426 0.30282zm-5.6697-9.336c0.46986-0.0012 0.92944 0.1375 1.3205 0.39844 0.15249 0.09327 0.29412 0.2033 0.42226 0.32804 0.34078 0.34413 0.56837 0.7844 0.65226 1.2618 0.08389 0.47738 0.02006 0.96905-0.18293 1.4091l-0.09679 0.21249 0.16639 0.16269c1.2416 1.2139 3.0493 3.0195 3.9184 3.9385 0.07738 0.11542 0.11048 0.25495 0.09317 0.39283-0.0173 0.13796-0.08383 0.26496-0.1873 0.35756-0.05963 0.06655-0.13228 0.12014-0.21346 0.15735-0.07154 0.03241-0.14887 0.05002-0.22737 0.05181-0.11922-3e-3 -0.23336-0.04902-0.3215-0.12944-1.1236-1.0506-3.2946-3.2473-3.9316-3.8927l-0.16374-0.16535-0.2108 0.09629c-0.36696 0.17137-0.77192 0.24473-1.1756 0.21296-0.40364-0.03176-0.79222-0.16758-1.128-0.39425-0.15279-0.09436-0.29443-0.20574-0.42222-0.33203-0.22129-0.22104-0.39614-0.48422-0.51436-0.77401-0.11814-0.28979-0.17722-0.60034-0.17379-0.91336 0-0.15431 0.01529-0.30826 0.04579-0.45953l1.8409 1.7996 1.8223-1.8228-1.7964-1.8527c0.15286-0.02977 0.30828-0.04423 0.464-0.04316z" fill="#eff0f1" stroke="#eff0f1" stroke-width=".04661"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/debugRestart.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" fill="none" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <g transform="matrix(0 1.6667 -1.6667 0 34.333 -2.3333)" clip-rule="evenodd" fill="#eff0f1" fill-rule="evenodd"> + <path d="m5.5625 8.5157c-2.099 0.93433-3.5625 3.0384-3.5625 5.4842 0 3.3137 2.6863 6 6 6s6-2.6863 6-6c0-2.6748-1.7503-4.9408-4.168-5.7152l-0.30231 0.9535c2.0132 0.64622 3.4703 2.5338 3.4703 4.7617 0 2.7614-2.2386 5-5 5s-5-2.2386-5-5c0-1.689 0.83742-3.1823 2.1197-4.0875z"/> + <path d="m5 9h-3v-1h3.5l0.5 0.5v3.5h-1z"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/debugScript.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg"> + <path d="m9.3333 1c-1.8467 0-3.3333 1.4867-3.3333 3.3333h5v1.6667h-6.6667c-1.8467 0-3.3333 1.4867-3.3333 3.3333v3.3333c0 1.8467 1.4867 3.3333 3.3333 3.3333v-1.6667c0-1.4812 0.64983-2.7937 1.6667-3.7077 0.00113-1e-3 0.00211-0.0023 0.00325-0.0032 0.22024-0.19762 0.45764-0.37623 0.70964-0.53385 0.00205-0.0013 0.00445-2e-3 0.00651-0.0033 0.24818-0.15476 0.50993-0.28704 0.7845-0.39715 0.049445-0.0194 0.10278-0.030962 0.15299-0.048825 0.23327-0.084875 0.47095-0.16243 0.71941-0.21159 0.31035-0.05985 0.6287-0.0944 0.95703-0.0944h6.6667v-5c0-1.8467-1.4866-3.3333-3.3333-3.3333zm0 0.83333c0.46167 0 0.83333 0.37167 0.83333 0.83333s-0.37167 0.83333-0.83333 0.83333-0.83333-0.37167-0.83333-0.83333 0.37167-0.83333 0.83333-0.83333zm8.3333 4.1667v1.6667c0 1.4812-0.65308 2.7969-1.6699 3.7109-0.22024 0.19763-0.45764 0.37622-0.70964 0.53385-2e-3 0.0013-0.0045 2e-3 -0.0065 0.0033-0.24818 0.15475-0.50993 0.28703-0.7845 0.39714-0.04945 0.0194-0.10279 0.03098-0.153 0.04883-0.23328 0.08488-0.47096 0.16244-0.71941 0.21159-0.31035 0.05985-0.6287 0.0944-0.95703 0.0944h-6.6667v5c0 1.8466 1.4866 3.3333 3.3333 3.3333h3.3333c1.8467 5e-6 3.3333-1.4867 3.3333-3.3333h-5v-1.6667h6.6667c1.8467 0 3.3333-1.4867 3.3333-3.3333v-3.3333c0-1.8467-1.4867-3.3333-3.3333-3.3333zm-5 12.5c0.46167 0 0.83333 0.37167 0.83333 0.83333 0 0.46167-0.37167 0.83333-0.83333 0.83333-0.46167 0-0.83333-0.37167-0.83333-0.83333 0-0.46167 0.37167-0.83333 0.83333-0.83333z" fill="#f59e16" stroke-width="1.6667"/> + <path d="m3.6449 15.905c-1.0799-0.23814-1.9515-0.96024-2.3667-1.9609-0.23798-0.57353-0.2435-0.6405-0.2435-2.9573 0-2.4426-4.382e-4 -2.4387 0.35679-3.1674 0.15485-0.31587 0.27272-0.47309 0.59404-0.79237 0.61042-0.60654 1.1535-0.87745 1.9611-0.97826 0.24461-0.030533 1.6685-0.0493 3.7405-0.0493h3.3455v-1.678h-5.025l0.020892-0.19809c0.043445-0.41194 0.12282-0.76663 0.2315-1.0344 0.28459-0.70131 0.91079-1.3795 1.5731-1.7036 0.70139-0.34329 0.70088-0.34322 2.9604-0.36191 1.3056-0.010799 2.1368 0.00118 2.3472 0.033828 0.74508 0.1156 1.36 0.42821 1.8771 0.95435 0.38217 0.3888 0.62886 0.78959 0.80494 1.3078l0.12671 0.37288 0.02794 5.6165-3.4628 2.797e-4c-3.7992 2.8e-4 -3.9821 0.010868-4.7579 0.27498-1.6385 0.55781-2.833 1.853-3.3061 3.5847-0.084508 0.30932-0.10069 0.52546-0.11839 1.5818l-0.020511 1.2235-0.19356-0.0037c-0.10646-2e-3 -0.31941-0.03146-0.47322-0.06537zm5.9786-12.448c0.23032-0.096235 0.37788-0.23824 0.48202-0.46388 0.10874-0.23561 0.10887-0.41585 4.85e-4 -0.65447-0.22285-0.4906-0.79509-0.6686-1.2228-0.38036-0.57245 0.38577-0.50672 1.1986 0.11993 1.4832 0.23169 0.10524 0.39574 0.10933 0.62037 0.015472z" fill="#59f" stroke="#59f" stroke-width=".18644"/> + <path d="m3.8769 16.021c-1.2932-0.19009-2.3276-1.0581-2.7783-2.3311-0.10462-0.29556-0.10766-0.35367-0.12435-2.3767-0.02134-2.5866-0.0035742-2.7756 0.32413-3.4486 0.20725-0.42558 0.2898-0.53952 0.64158-0.88559 0.46207-0.45457 0.84593-0.697 1.3787-0.87072 0.35486-0.11571 0.44157-0.12338 1.7945-0.15867 0.78189-0.020394 2.4127-0.038555 3.6239-0.040356l2.2023-0.00327v-1.4915h-5.017l0.039441-0.33792c0.082337-0.70546 0.25768-1.1849 0.61798-1.6898 0.42952-0.60191 1.1146-1.096 1.8194-1.3123 0.25572-0.078458 0.47917-0.085803 2.6102-0.085803h2.3305l0.37288 0.12699c0.53022 0.18057 0.9215 0.42591 1.3262 0.83156 0.39706 0.398 0.6012 0.71448 0.81882 1.2694l0.14988 0.38221 0.05924 5.803h-3.4512c-2.1311 0-3.6243 0.01902-3.9038 0.049728-1.8332 0.20141-3.4435 1.5466-4.0833 3.4109-0.16642 0.48492-0.2114 0.87998-0.21359 1.8762-0.00101 0.46144-0.015071 0.9491-0.031236 1.0837-0.032921 0.27408-0.022253 0.2699-0.50691 0.19866zm5.8238-12.697c0.22793-0.13357 0.39978-0.41605 0.39978-0.65711 0-0.38236-0.38671-0.76907-0.76907-0.76907-0.37964 0-0.76907 0.38942-0.76907 0.76907 0 0.22876 0.1764 0.52469 0.38858 0.65187 0.25028 0.15002 0.49975 0.15176 0.74977 0.00524z" fill="#59f" stroke="#59f" stroke-width=".18644"/> + <path d="m8.4791 20.868c-1.1305-0.3003-2.0097-1.1819-2.3497-2.3563-0.10661-0.36823-0.10735-0.38954-0.10735-3.0975v-2.7267l3.7521-0.0245c4.0868-0.02668 3.7551-0.0052 4.6099-0.299 0.68486-0.23541 1.3543-0.67684 1.9039-1.2554 0.75974-0.7998 1.219-1.7686 1.3618-2.8724 0.02487-0.19227 0.04587-0.77332 0.04666-1.2912l0.0014-0.94166 0.2447 0.025284c1.4235 0.14709 2.5831 1.1278 2.928 2.4764 0.0826 0.32295 0.09004 0.52992 0.09004 2.5022 0 2.3009-0.0047 2.3571-0.24808 2.9596-0.38832 0.96139-1.3874 1.7661-2.4289 1.9562-0.18272 0.03336-1.4679 0.0505-3.7871 0.0505h-3.5105v1.7246h4.9873v0.15458c0 0.69752-0.41873 1.6179-0.98356 2.1619-0.43106 0.41516-0.71671 0.5953-1.2587 0.79375l-0.34464 0.1262-2.2839 0.0118c-2.1321 0.01102-2.3065 0.0058-2.6234-0.07838zm4.5484-0.76527c0.14329-0.07486 0.34581-0.28173 0.42313-0.43224 0.07192-0.13999 0.06565-0.49923-0.01187-0.68041-0.23374-0.54628-0.98118-0.67393-1.3894-0.23729-0.15562 0.16644-0.22436 0.34315-0.22436 0.57672 0 0.33492 0.19378 0.64097 0.48941 0.77292 0.18463 0.08241 0.55566 0.08257 0.71312 3.26e-4z" fill="#fd5" stroke="#fd5" stroke-width=".18644"/> + <path d="m19.553 21.006c-0.13241-0.01365-0.3383-0.09165-0.46954-0.17788-0.05438-0.03573-0.21955-0.1772-0.36704-0.31438-0.30872-0.28714-1.7552-1.7102-2.4344-2.395-0.25378-0.25586-0.61823-0.61945-0.80989-0.80797l-0.34847-0.34276-0.1317 0.04161c-0.29912 0.09449-0.47318 0.11714-0.90166 0.1173-0.4451 1.75e-4 -0.60678-0.02256-0.94481-0.13289-0.34608-0.11295-0.79798-0.37095-1.1201-0.6395-0.25329-0.21115-0.51806-0.56454-0.70522-0.94128-0.23305-0.46911-0.33321-0.93509-0.31505-1.4658 0.0146-0.42666 0.07022-0.66774 0.27571-1.195 0.06372-0.16348 0.12437-0.31595 0.13479-0.33882 0.01858-0.04078 0.02703-0.03357 0.44047 0.37522 0.4259 0.42112 1.4085 1.3771 1.5925 1.5493l0.09978 0.09341 0.40676-0.4073c0.22372-0.22402 0.41877-0.42452 0.43344-0.44557 0.03166-0.04541 0.1221 0.05329-1.0069-1.0988-0.93778-0.95696-0.98042-1.0019-0.98042-1.0331 0-0.03744 0.38555-0.20888 0.74156-0.32974 0.27824-0.09446 0.42672-0.11184 0.95648-0.11195l0.45386-9.8e-5 0.20531 0.05797c0.46339 0.13083 0.77317 0.28196 1.1275 0.55006 0.3718 0.28132 0.68592 0.63532 0.87888 0.99045 0.16819 0.30953 0.30931 0.75612 0.35018 1.1082 0.04526 0.38986-0.0036 0.89153-0.12396 1.2731l-0.04159 0.13183 0.42437 0.41096c1.0549 1.0215 3.1806 3.1681 3.3677 3.4007 0.19674 0.24456 0.26761 0.44412 0.26744 0.75311-2.32e-4 0.42826-0.14143 0.71662-0.50499 1.0313-0.26508 0.22944-0.59216 0.33035-0.95091 0.29335zm-7.6792-7.2546c0-0.0031-0.01591-0.01981-0.03536-0.03708-0.03517-0.03122-0.03525-0.03119-0.0159 0.0057 0.01606 0.03061 0.05126 0.05217 0.05126 0.03139zm-0.13207-0.1165c-0.01067-0.01067-0.02182-0.01067-0.03249 0s-0.0051 0.01624 0.01624 0.01624 0.02692-0.0056 0.01624-0.01624zm7.7207 7.3495c-0.16223-0.04578-0.27553-0.09614-0.3929-0.17464-0.15469-0.10347-0.86147-0.78445-2.1861-2.1063-0.57554-0.57434-1.2064-1.203-1.4019-1.397l-0.35551-0.35269-0.09405 0.03236c-0.29704 0.1022-0.70278 0.1576-1.0571 0.14433-0.29799-0.01116-0.55235-0.05578-0.82664-0.14502-0.44536-0.14489-1.0039-0.4928-1.2992-0.80928-0.76778-0.82285-1.0383-1.9803-0.70793-3.0289 0.04292-0.13621 0.21074-0.57239 0.26768-0.69568l0.02827-0.06123 0.20606 0.2013c0.11333 0.11072 0.58375 0.57023 1.0454 1.0211 0.46163 0.45091 0.84764 0.81984 0.85781 0.81984s0.21331-0.1961 0.45144-0.43579c0.32731-0.32946 0.42958-0.44182 0.41911-0.46052-0.0076-0.0136-0.44102-0.4608-0.96314-0.99378s-0.9737-0.9973-1.0035-1.0318c-0.04611-0.05338-0.05075-0.06601-0.03106-0.0844 0.03147-0.02938 0.54852-0.24344 0.73609-0.30474 0.29626-0.09681 0.39405-0.1084 0.91026-0.10784l0.46966 5.07e-4 0.22297 0.0591c0.58858 0.15599 1.0556 0.427 1.5 0.87047 0.25654 0.25598 0.41754 0.48135 0.56538 0.79145 0.34406 0.72169 0.39858 1.4622 0.16503 2.2414l-0.04206 0.14035 0.33512 0.33059c0.18432 0.18182 0.45748 0.44582 0.60703 0.58666 0.25488 0.24004 2.4656 2.4809 2.7397 2.7771 0.28014 0.30268 0.37486 0.52456 0.37486 0.87809 0 0.21586-0.03821 0.38028-0.13404 0.57677-0.05887 0.1207-0.09477 0.16647-0.25964 0.33099-0.21263 0.21217-0.2971 0.26742-0.5295 0.3464-0.13296 0.04518-0.18441 0.05389-0.34572 0.05851-0.12841 0.0037-0.21607-0.0021-0.27191-0.01782zm-7.624-7.2707c-0.11266-0.11266-0.14589-0.12186-0.14589-0.04039 0 0.03916 0.0057 0.04509 0.03751 0.03901 0.02446-0.0047 0.06603 0.01273 0.11948 0.05003 0.04508 0.03146 0.0856 0.05796 0.09005 0.05889 0.0044 9.33e-4 -0.04107-0.04746-0.10114-0.10753zm2.44-1.3368c-8.28e-4 -0.01834-0.0044-0.02109-0.0098-0.0076-0.0065 0.01626-0.01396 0.01679-0.03148 0.0023-0.01261-0.01047-0.01816-0.02675-0.01233-0.03619 0.0064-0.01029 0.0026-0.01219-0.0095-0.0047-0.0151 0.0093-0.01305 0.02021 0.0082 0.04374 0.03539 0.0391 0.05659 0.04006 0.0549 0.0025zm-0.04654-0.01043c-0.01459-0.01758-0.01316-0.025 0.0062-0.03244 0.01729-0.0066 0.02514 4.87e-4 0.02514 0.0228 0 0.03841-6e-3 0.04025-0.03136 0.0096zm5.319 8.6238c-0.2127-0.03125-0.43019-0.13269-0.59934-0.27954-0.22485-0.19521-1.3316-1.2798-2.5354-2.4845l-1.283-1.284-0.1439 0.04628c-0.34365 0.11051-0.76026 0.15961-1.1132 0.13119-0.56894-0.0458-1.029-0.20948-1.5243-0.54236-0.32745-0.22005-0.50837-0.39089-0.74409-0.70264-0.42498-0.56205-0.64785-1.3272-0.59193-2.0323 0.03033-0.38236 0.10425-0.67668 0.26761-1.0655 0.04561-0.10856 0.09756-0.23648 0.11544-0.28427 0.01788-0.04778 0.03617-0.08688 0.04065-0.08688 0.0045 0 0.47546 0.45792 1.0466 1.0176 0.57116 0.55967 1.0467 1.0205 1.0568 1.0242 0.01007 0.0036 0.2163-0.19661 0.45829-0.44494l0.43997-0.4515-0.10019-0.10711c-0.08907-0.09523-0.92168-0.94932-1.6755-1.7188-0.21401-0.21844-0.26628-0.28027-0.24719-0.29239 0.05526-0.03509 0.61113-0.26342 0.7351-0.30196 0.30714-0.09547 0.4765-0.11759 0.89583-0.11699 0.35656 5.05e-4 0.40367 0.0041 0.59421 0.04477 0.48858 0.10441 0.86763 0.28252 1.3091 0.61513 0.47092 0.35478 0.82415 0.84896 1.0121 1.4159 0.207 0.62455 0.21358 1.2838 0.01885 1.8893l-0.04662 0.14497 0.48012 0.46574c0.26407 0.25616 0.54596 0.52889 0.62644 0.60607 0.23432 0.22475 2.3355 2.36 2.5584 2.5999 0.21715 0.23369 0.302 0.37261 0.35984 0.58912 0.08387 0.31398 0.03223 0.66344-0.14192 0.96036-0.07816 0.13326-0.34323 0.39503-0.48374 0.4777-0.13594 0.07999-0.32266 0.14536-0.48026 0.16815-0.12864 0.0186-0.17423 0.0185-0.30465-6.63e-4zm-2.6467-4.9542c-0.02027-0.0039-0.05735-4e-3 -0.0824-2.24e-4 -0.02505 0.0038-0.0085 7e-3 0.03685 0.0071 0.04532 1.16e-4 0.06581-3e-3 0.04554-0.0069zm-4.5361-0.29071c0-0.0031-0.01669-0.01981-0.03708-0.03708l-0.03708-0.03139 0.03139 0.03708c0.0295 0.03484 0.04276 0.04458 0.04276 0.03139zm-0.09888-0.11504c0-3e-3 -0.02039-0.02334-0.04532-0.04532l-0.04532-0.03995 0.03995 0.04532c0.03734 0.04236 0.05068 0.05288 0.05068 0.03995zm4.0786-0.1759c-0.09029-0.09064-0.17173-0.16478-0.18096-0.16478-0.01561 1.3e-5 0.31972 0.32692 0.3372 0.32874 0.0044 4.54e-4 -0.06595-0.07333-0.15624-0.16397zm-4.2548-0.05267c-0.11112-0.16601-0.22302-0.38543-0.2967-0.58178-0.03061-0.08157-0.05112-0.12606-0.04557-0.09888 0.03485 0.17085 0.21169 0.53222 0.35686 0.7292 0.09529 0.1293 0.08782 0.10444-0.01459-0.04855zm2.1705-0.71662c0.34586-0.35113 0.4557-0.46664 0.44373-0.46664-0.0042 0-0.21516 0.20887-0.46888 0.46416s-0.42423 0.43376-0.37891 0.39661c0.04532-0.03716 0.22714-0.21451 0.40406-0.39413zm-2.5269-0.05775c-0.0053-0.01315-0.0092-0.0092-0.01 0.01-7.15e-4 0.01737 0.0032 0.0271 0.0087 0.02163 0.0055-0.0055 0.0061-0.01969 0.0013-0.03158zm-0.01648-0.06592c-0.0053-0.01315-0.0092-0.0092-0.01 0.01-7.16e-4 0.01737 0.0032 0.02711 0.0087 0.02163 0.0055-0.0055 0.0061-0.01969 0.0013-0.03158zm4.713-0.0824c-0.0053-0.01315-0.0092-0.0092-0.01 0.01-7.16e-4 0.01737 0.0032 0.0271 0.0087 0.02163 0.0055-0.0055 0.0061-0.01969 0.0013-0.03159zm0.01658-0.12462c-0.0041-0.01586-0.0075-0.0029-0.0075 0.02884 0 0.03172 0.0034 0.0447 0.0075 0.02884s0.0041-0.04182 0-0.05768zm0.01738-0.41123c-0.0031-0.07066-0.0056-0.01723-0.0057 0.11872-1.7e-5 0.13595 0.0025 0.19376 0.0056 0.12847 0.0031-0.0653 0.0031-0.17653 5e-5 -0.24719zm-4.5113-0.12956c-0.17258-0.17383-0.24193-0.23344-0.25428-0.21859-0.0025 3e-3 -0.0094 0.03731-0.01538 0.07624-0.0102 0.06654-0.0089 0.06975 0.02135 0.05355 0.01998-0.0107 0.04666-0.01171 0.07035-0.0027 0.05128 0.01956 0.22238 0.14993 0.2927 0.22304 0.03123 0.03247 0.06078 0.05904 0.06565 0.05904 0.0049 0-0.0763-0.08577-0.18038-0.19061zm4.4915-0.11489c-0.0064-0.05103-0.01488-0.08949-0.01889-0.08548-4e-3 4e-3 -0.0024 0.04932 0.0037 0.10069 6e-3 0.05137 0.01454 0.08983 0.01889 0.08548 0.0044-0.0044 0.0027-0.04966-0.0037-0.10069zm-0.03092-0.16004c-0.0046-0.01133-0.0083-0.0021-0.0083 0.0206 0 0.02266 0.0037 0.03193 0.0083 0.0206s0.0046-0.02987 0-0.0412zm-0.01614-0.06489c-0.0053-0.01315-0.0092-0.0092-0.01 0.01-7.15e-4 0.01737 0.0032 0.02711 0.0087 0.02163 0.0055-0.0055 0.0061-0.01969 0.0013-0.03159zm-0.02067-0.08637c-0.0061-0.02415-0.0142-0.04073-0.01808-0.03685-0.0039 0.0039-0.0021 0.02682 4e-3 0.05097s0.0142 0.04073 0.01808 0.03685c0.0039-0.0039 0.0021-0.02682-4e-3 -0.05097zm-0.05449-0.15237c-0.01943-0.03341-0.02412-0.02271-0.0082 0.01873 0.0057 0.01473 0.01375 0.02331 0.01799 0.01906 0.0042-0.0042-1.48e-4 -0.02125-0.0098-0.03779zm-0.06592-0.16479c-0.01943-0.03341-0.02412-0.02271-0.0082 0.01873 0.0057 0.01473 0.01375 0.02331 0.01799 0.01906 0.0042-0.0042-1.49e-4 -0.02125-0.0098-0.03779zm-1.7488-0.4091c-0.04003-0.04079-0.07649-0.07416-0.08102-0.07416-0.0045 0 0.02451 0.03337 0.06454 0.07416s0.07649 0.07416 0.08102 0.07416c0.0045 0-0.02451-0.03337-0.06454-0.07416zm1.4502-0.08038c0-0.0034-0.01298-0.0164-0.02884-0.02884-0.02614-0.0205-0.02672-0.01992-0.0062 0.0062 0.02153 0.02745 0.03506 0.03618 0.03506 0.02262zm-1.615-0.10816c0-0.0085-0.0074-0.02009-0.01648-0.02569-0.0091-0.0056-0.01648 0.0014-0.01648 0.01551 0 0.01413 0.0074 0.02569 0.01648 0.02569 0.0091 0 0.01648-7e-3 0.01648-0.01551zm1.5326 0.01082c0-0.0026-0.04264-0.04522-0.09476-0.09476l-0.09475-0.09007 0.09007 0.09476c0.08368 0.08803 0.09944 0.1023 0.09944 0.09007zm-1.6006-0.05608c-0.02009-0.0247-0.01894-0.02643 0.01034-0.0155 0.02644 0.0099 0.02889 0.0082 0.01236-0.0084-0.01133-0.01141-0.0206-0.0386-0.0206-0.06042 0-0.0294-0.0067-0.03708-0.02607-0.02966-0.01434 0.0055-0.03288 0.01-0.0412 0.01-0.0083 0-0.01513 0.0068-0.01513 0.01521 0 0.01702 0.08038 0.11662 0.09412 0.11662 0.0048 0-0.0014-0.01251-0.01382-0.02781zm0.82608-0.49952c0-0.0091-0.0074-0.01648-0.01648-0.01648-0.0091 0-0.01648 0.0074-0.01648 0.01648 0 0.0091 0.0074 0.01648 0.01648 0.01648 0.0091 0 0.01648-0.0074 0.01648-0.01648zm-1.2344 0.08641-0.28289-0.31597 0.23557-0.0279c0.12957-0.01534 0.33291-0.01625 0.45187-2e-3 0.31497 0.0377 0.80503 0.20299 0.76998 0.2597-0.03036 0.04913-0.42147 0.23408-0.72266 0.34174l-0.16898 0.0604zm5.6453 8.2726c-0.08215-0.03572-1.0685-0.9772-2.1936-2.0937l-2.0443-2.0288-0.27675 0.1115c-0.6565 0.26449-1.3028 0.25236-1.8848-0.0354l-0.30297-0.14979 4.1468-0.0243 1.6235 1.6202c0.89292 0.89111 1.6536 1.6768 1.6904 1.7461 0.15866 0.29866 0.01683 0.66208-0.32249 0.82634-0.23264 0.11262-0.24001 0.11309-0.43576 0.02797zm-6.895-4.3523c-0.56603-0.41003-0.95382-1.1969-0.94533-1.9181 0.0051-0.43652-3e-3 -0.44067 0.95971 0.48936 0.49094 0.47428 0.91036 0.86233 0.93204 0.86233 0.06872 0 1.7986-1.758 1.7804-1.8094-0.0096-0.02703-0.26548-0.31267-0.56874-0.63476-0.45349-0.48166-0.53624-0.5907-0.4661-0.61423 0.0469-0.01574 0.24928-0.1036 0.44973-0.19526l0.36445-0.16665 0.1677 0.09031c0.09223 0.04967 0.26736 0.17992 0.38918 0.28944 0.73168 0.65784 0.96511 1.75 0.57297 2.6808l-0.12209 0.2898 0.75635 0.70955-0.24439 0.02936c-0.13441 0.01614-1.054 0.02954-2.0435 0.02976l-1.7992 4.05e-4zm7.0895 5.0657c0.1686-0.0024 0.33498-0.03885 0.48912-0.10733s0.29285-0.16751 0.40778-0.29108c0.22363-0.20407 0.36232-0.485 0.38845-0.78688 0.02966-0.31205-0.06067-0.62367-0.25256-0.87124-0.86176-0.91046-2.5614-2.6131-3.7977-3.8257 0.26306-0.71262 0.25076-1.498-0.03447-2.202-0.23455-0.58576-0.65166-1.08-1.1892-1.4091-0.42172-0.27978-0.90644-0.44981-1.4103-0.49468s-1.0109 0.03682-1.4753 0.2377l-0.44078 0.19125 2.047 2.1117-0.89621 0.90047-2.1027-2.0586-0.19093 0.44293c-0.16093 0.37343-0.24629 0.77515-0.25107 1.1819-0.0048 0.40672 0.07107 0.81035 0.22322 1.1875 0.15086 0.3729 0.37493 0.71163 0.65893 0.99608 0.16093 0.15776 0.33878 0.29717 0.53036 0.4157 0.39636 0.26516 0.84986 0.43232 1.3232 0.48773 0.47343 0.05541 0.95321-0.0025 1.3999-0.16898 0.7842 0.79687 2.7417 2.7711 3.799 3.7599 0.21209 0.19298 0.48776 0.30081 0.77426 0.30282zm-5.6697-9.336c0.46986-0.0012 0.92944 0.1375 1.3205 0.39844 0.15249 0.09327 0.29412 0.2033 0.42226 0.32804 0.34078 0.34413 0.56837 0.7844 0.65226 1.2618 0.08389 0.47738 0.02006 0.96905-0.18293 1.4091l-0.09679 0.21249 0.16639 0.16269c1.2416 1.2139 3.0493 3.0195 3.9184 3.9385 0.07738 0.11542 0.11048 0.25495 0.09317 0.39283-0.0173 0.13796-0.08383 0.26496-0.1873 0.35756-0.05963 0.06655-0.13228 0.12014-0.21346 0.15735-0.07154 0.03241-0.14887 0.05002-0.22737 0.05181-0.11922-3e-3 -0.23336-0.04902-0.3215-0.12944-1.1236-1.0506-3.2946-3.2473-3.9316-3.8927l-0.16374-0.16535-0.2108 0.09629c-0.36696 0.17137-0.77192 0.24473-1.1756 0.21296-0.40364-0.03176-0.79222-0.16758-1.128-0.39425-0.15279-0.09436-0.29443-0.20574-0.42222-0.33203-0.22129-0.22104-0.39614-0.48422-0.51436-0.77401-0.11814-0.28979-0.17722-0.60034-0.17379-0.91336 0-0.15431 0.01529-0.30826 0.04579-0.45953l1.8409 1.7996 1.8223-1.8228-1.7964-1.8527c0.15286-0.02977 0.30828-0.04423 0.464-0.04316z" fill="#eff0f1" stroke="#eff0f1" stroke-width=".016479"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/debugViewer.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" fill="none" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <g transform="matrix(1.4368 0 0 1.4654 -.43678 -.46541)" fill="#eff0f1"> + <path d="m3.02 8.5017-0.00271-0.04081c8.7e-4 0.01361 0.00178 0.02722 0.00271 0.04081z"/> + <path d="m7.2577 8.9047-1.7701-1.7791 0.59162-0.59161 1.8718 1.8812 1.8451-1.8451 0.59165 0.5916-1.77 1.77 1.7701 1.7791-0.59161 0.5916-1.8717-1.8813-1.8451 1.8451-0.59161-0.5916z"/> + <path d="m10.878 3.9183v0.58167h0.7849l1.6579-1.6579 0.5916 0.59161-1.5698 1.5698 0.0189 0.04949c0.3304 0.86212 0.5165 1.8351 0.5165 2.8653 0 0.1957-0.0067 0.38933-0.0199 0.58053l-3e-3 0.04364h2.0654v0.83666h-2.1705l-0.0061 0.03349c-0.1764 0.96445-0.5195 1.8438-0.9869 2.5838l-0.0347 0.0551 1.9964 2.0065-0.5931 0.5901-1.9098-1.9194-0.0577 0.0645c-0.8627 0.965-1.9806 1.5435-3.1984 1.5435-1.2367 0-2.3704-0.5966-3.2384-1.5887l-0.05749-0.0657-1.8717 1.8717-0.59162-0.5916 1.9632-1.9632-0.03399-0.055c-0.45068-0.729-0.782-1.5897-0.95424-2.5316l-0.00612-0.03349h-2.1688v-0.83666h2.0637l-3e-3 -0.04364c-0.01315-0.1912-0.01986-0.38483-0.01986-0.58053 0-1.0167 0.18128-1.9778 0.50362-2.8315l0.01857-0.04919-1.6109-1.619 0.59311-0.59012 1.6631 1.6715h0.83249v-0.58167c0-1.6118 1.3066-2.9183 2.9183-2.9183s2.9183 1.3066 2.9183 2.9183zm-5 0v0.58167h4.1633v-0.58167c0-1.1497-0.93196-2.0817-2.0816-2.0817s-2.0817 0.93199-2.0817 2.0817zm5.7163 1.4712-0.0199-0.0529h-7.2295l-0.0199 0.0529c-0.28341 0.75313-0.44701 1.6105-0.44701 2.5288 0 1.6099 0.50298 3.0339 1.274 4.0363 0.77037 1.0015 1.771 1.5454 2.8076 1.5454s2.0373-0.5439 2.8076-1.5454c0.7711-1.0024 1.274-2.4263 1.274-4.0363 0-0.91822-0.1636-1.7756-0.447-2.5288z" clip-rule="evenodd" fill-rule="evenodd"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/defaultIcon.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="48" height="48" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <linearGradient id="c" x1="9" x2="38" y1="9" y2="38" gradientUnits="userSpaceOnUse" xlink:href="#a"/> + <linearGradient id="a" x1="34" x2="44" y1="19.008" y2="29.008" gradientUnits="userSpaceOnUse"> + <stop stop-color="#292c2f" offset="0"/> + <stop stop-opacity="0" offset="1"/> + </linearGradient> + <linearGradient id="b" x1="4" x2="4" y1="44" y2="4" gradientUnits="userSpaceOnUse"> + <stop stop-color="#197cf1" offset="0"/> + <stop stop-color="#20bcfa" offset="1"/> + </linearGradient> + <linearGradient id="d" x1="4" x2="4" y1="44" y2="4" gradientUnits="userSpaceOnUse"> + <stop stop-color="#54d883" offset="0"/> + <stop stop-color="#abf9c7" offset="1"/> + </linearGradient> + <circle cx="24" cy="24" r="20" fill="url(#b)"/> + <path d="M24 4A20 20 0 0 0 4.1 22H7l3 3 2 1 10.969 17.95A20 20 0 0 0 24 44a20 20 0 0 0 20-20A20 20 0 0 0 24 4z" fill="url(#c)" opacity=".2"/> + <path d="M42.586 16.633L36 26l6.215 6.215A20 20 0 0 0 44 24a20 20 0 0 0-1.36-7.246 20 20 0 0 0-.054-.121z" fill="url(#a)" fill-rule="evenodd" opacity=".2"/> + <path d="M24 4a20 20 0 0 0-1.902.11 20 20 0 0 0-.254.03 20 20 0 0 0-3.219.637v-.04a20 20 0 0 0-9.7 6.14h.01a20 20 0 0 0-3.58 5.945L7 16h4v1l1 1v-2l1-1 1-1h1v-1l1-1 2-1 1-1 2-1v1l2-1h-1V8l-1-1h4l-1 1 3 1-1-2V5l-.947-.947A20 20 0 0 0 24 4zm15 6.81V13h1.691A20 20 0 0 0 39 10.81zm-27.938.067h.061L11 11l.063-.123zm30.024 2.762L40 14l-2 1v1l-2 2-1 2v4l1 2 2 1 1 1 4.717-.785a20 20 0 0 0 .002-.022 20 20 0 0 0 .209-1.752A20 20 0 0 0 44 24a20 20 0 0 0-.09-1.74 20 20 0 0 0-.097-.809 20 20 0 0 0-.19-1.234 20 20 0 0 0-.135-.598 20 20 0 0 0-.357-1.394 20 20 0 0 0-.145-.432 20 20 0 0 0-.539-1.473 20 20 0 0 0-.148-.33 20 20 0 0 0-.74-1.525 20 20 0 0 0-.473-.826zM7 20l-1 1H5l-.65-.65a20 20 0 0 0 0 .005 20 20 0 0 0-.266 1.977 20 20 0 0 0-.002.03L6 23l2 1 1 1 1 1h2v2l-1 1-1 2v1l1 1 1 1 1 2 1 1 2 1v4.32a20 20 0 0 0 .006.002 20 20 0 0 0 1.697.645 20 20 0 0 0 .192.068 20 20 0 0 0 1.513.408 20 20 0 0 0 .451.116 20 20 0 0 0 1.32.216 20 20 0 0 0 .68.104 20 20 0 0 0 1.15.072A20 20 0 0 0 24 44a20 20 0 0 0 1.018-.037L26 42v-1l2-1 1-1 1-4 1-1v-2l-2-1h-1l-2-1h-1l-1-2-1-1h-2l-2-2h-2l-3-1-1 2-2-1h-1v-2l-2-1 1-2z" fill="url(#d)"/> + <path d="M4.051 23.5c-.004.17-.051.329-.051.5 0 11.08 8.92 20 20 20s20-8.92 20-20c0-.171-.047-.33-.051-.5-.03 1.206-.121 2.398-.354 3.541a19.89 19.89 0 0 1-5.441 10.113 19.95 19.95 0 0 1-6.355 4.279 19.817 19.817 0 0 1-3.758 1.162 20.204 20.204 0 0 1-4.04.404c-1.385 0-2.737-.139-4.04-.404a19.89 19.89 0 0 1-10.113-5.441 19.95 19.95 0 0 1-4.279-6.355 19.817 19.817 0 0 1-1.162-3.758c-.233-1.143-.323-2.335-.354-3.541" opacity=".2"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/deleteBookmark.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 352 352" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <g transform="matrix(22.667 0 0 22.667 -29.333 -23520)" fill="#eff0f1"> + <path class="ColorScheme-Text" d="m8 1038.4-2 4-4 1 3 3-1 4 4-2 4 2-1-4 3-3-4-1z" color="#eff0f1" fill="#eff0f1"/> + </g> + <path d="m256 269.33 26.667 26.667-26.667 26.667 13.333 13.333 26.667-26.667 26.667 26.667 13.333-13.333-26.667-26.667 26.667-26.667-13.333-13.333-26.667 26.667-26.667-26.667-13.333 13.333" fill="#da4453" stroke-width="16"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/deleteShape.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m16 1-10 10 5 5 10-10-5-5m-12.5 12.5-2.5 2.5 5 5 2.5-2.5-5-5" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/designer4.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" fill="#000000" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <g transform="matrix(1 0 0 .97561 0 .5122)" fill="#eff0f1"> + <path d="m3.9088 0.5c-0.17884 0-0.39742 0.093061-0.52123 0.22024-0.71841 0.72277-1.4383 1.444-2.1613 2.1637-0.12534 0.12408-0.22622 0.34743-0.22622 0.53975v0.00155c0.00306 3.3331 0.00306 10.102 0.00306 10.176v0.39706h0.3913c0.07337 0 9.8514-0.0016 14.691 0.0016 0.19565 0 0.41729-0.10236 0.54416-0.22955l0.0016-0.0016c0.71074-0.71812 1.4246-1.4331 2.1414-2.145 0.13446-0.13494 0.2277-0.36604 0.2277-0.55526-0.003058-3.3238 0-10.171 0-10.171v-0.39706zm0.018342 0.79411h14.29c0 0.49787-3e-3 6.5716 0 9.7698-0.71535 0.71036-1.4292 1.4254-2.1384 2.1419-4.7125-0.0031-13.732-0.0031-14.293-0.0016 0-0.55526 0-6.5514-0.00306-9.762 0.71688-0.71341 1.4322-1.4284 2.1445-2.1481zm3.7617 1.5882c-0.12381 0-0.24609 0.00309-0.3699 0.00775-0.29959 0.012413-0.5946 0.063596-0.88349 0.1489-0.65421 0.19698-1.1449 0.59093-1.4307 1.2191-0.099355 0.21869-0.18342 0.44669-0.25068 0.67779-0.18495 0.63281-0.22317 1.2842-0.23081 1.9372-0.00459 0.44049 0.0214 0.87942 0.084069 1.3153 0.061141 0.40791 0.15591 0.80652 0.31641 1.1896 0.29042 0.68865 0.80095 1.1214 1.5194 1.3106 0.62517 0.16596 1.2565 0.18767 1.9076 0.09617 0.32711 0.5351 0.65727 1.0779 0.99202 1.627 0.39589-0.18613 0.77191-0.36139 1.1586-0.54286-0.31946-0.51493-0.6267-1.0128-0.93088-1.5045 0.13298-0.12098 0.26444-0.228 0.3806-0.34898 0.30112-0.32106 0.48302-0.70726 0.60224-1.1276 0.16967-0.60024 0.21247-1.2175 0.22775-1.8364 0.010701-0.47926-0.019872-0.95697-0.084069-1.4316-0.061141-0.44204-0.16661-0.87322-0.34698-1.2842-0.30724-0.69795-0.82999-1.1353-1.5652-1.3277-0.36226-0.09306-0.72758-0.12408-1.096-0.12563zm4.659 0.79411v1.5882h-0.78261v1.1912h0.78261v2.7794c0 0.30555 0.06266 0.64056 0.18342 0.92595 0.10088 0.24041 0.27055 0.40947 0.50747 0.51338 0.18037 0.07756 0.36838 0.11788 0.5625 0.13649 0.37143 0.03412 0.80248-0.02636 1.1678-0.09151 0.10394-0.01861 0.20635-0.04033 0.31794-0.06203-0.01069-0.32416-0.02752-0.75844-0.05349-1.0702-0.04128-0.00304-0.06266-0.00934-0.0856-0.00776-0.24456 0.00934-0.55333 0.048083-0.79789 0.052729-0.10547 0.00158-0.21247-0.00934-0.31641-0.031028-0.13145-0.027922-0.21858-0.11633-0.25526-0.24971-0.01376-0.055834-0.02905-0.11013-0.03211-0.16596-0.01681-0.20939-0.02293-0.53355-0.02446-0.74448-0.0046-0.75069 0-1.9853 0-1.9853h1.5652v-1.1912h-1.5652v-1.5882zm-4.6972 0.40481c0.23234 0 0.46315 0.027917 0.69395 0.085305 0.39895 0.099264 0.69701 0.31641 0.88043 0.65608 0.1605 0.29159 0.24915 0.60334 0.29042 0.9244 0.048915 0.38775 0.071838 0.7786 0.09324 1.0206-0.019872 0.67159-0.035154 1.1927-0.1819 1.703-0.030573 0.10857-0.068787 0.21559-0.11158 0.31951-0.16508 0.40946-0.49066 0.65918-0.95228 0.76775-0.4662 0.10857-0.93852 0.11011-1.4078 0.0030375-0.49219-0.11163-0.82388-0.38306-0.99813-0.81579-0.14062-0.35053-0.21552-0.71191-0.23539-1.0811-0.022926-0.41412-0.032098-0.82979-0.019871-1.2439 0.010699-0.44824 0.076427-0.89183 0.23692-1.3184 0.033628-0.088402 0.074898-0.17526 0.1177-0.25902 0.18342-0.35208 0.48913-0.57232 0.89878-0.67624 0.23081-0.057387 0.46315-0.085306 0.69548-0.085306z" stroke-width=".39417"/> + <path class="ColorScheme-Text" d="m17.999 11-6.9987 6.9987v3.0013h3.0013l6.9987-6.9987zm-1.7074 2.9085 1.8001 1.8001-2.6449 2.6465v-0.56315l-0.84473 0.0179h-0.86263v-1.3509l1.2012-1.1995zm-3.3968 3.3952v1.3509h1.6895l0.0179 0.54362-0.90006 0.90169h-1.2012l-0.60059-0.60059v-1.2012z"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/designer48.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="48" height="48" fill="#000000" version="1.1" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg"> + <g transform="matrix(2.25 0 0 2.2439 -1.25 -.12195)" fill="#eff0f1"> + <path d="m3.9088 0.5c-0.17884 0-0.39742 0.093061-0.52123 0.22024-0.71841 0.72277-1.4383 1.444-2.1613 2.1637-0.12534 0.12408-0.22622 0.34743-0.22622 0.53975v0.00155c0.00306 3.3331 0.00306 10.102 0.00306 10.176v0.39706h0.3913c0.07337 0 9.8514-0.0016 14.691 0.0016 0.19565 0 0.41729-0.10236 0.54416-0.22955l0.0016-0.0016c0.71074-0.71812 1.4246-1.4331 2.1414-2.145 0.13446-0.13494 0.2277-0.36604 0.2277-0.55526-0.003058-3.3238 0-10.171 0-10.171v-0.39706zm0.018342 0.79411h14.29c0 0.49787-3e-3 6.5716 0 9.7698-0.71535 0.71036-1.4292 1.4254-2.1384 2.1419-4.7125-0.0031-13.732-0.0031-14.293-0.0016 0-0.55526 0-6.5514-0.00306-9.762 0.71688-0.71341 1.4322-1.4284 2.1445-2.1481zm3.7617 1.5882c-0.12381 0-0.24609 0.00309-0.3699 0.00775-0.29959 0.012413-0.5946 0.063596-0.88349 0.1489-0.65421 0.19698-1.1449 0.59093-1.4307 1.2191-0.099355 0.21869-0.18342 0.44669-0.25068 0.67779-0.18495 0.63281-0.22317 1.2842-0.23081 1.9372-0.00459 0.44049 0.0214 0.87942 0.084069 1.3153 0.061141 0.40791 0.15591 0.80652 0.31641 1.1896 0.29042 0.68865 0.80095 1.1214 1.5194 1.3106 0.62517 0.16596 1.2565 0.18767 1.9076 0.09617 0.32711 0.5351 0.65727 1.0779 0.99202 1.627 0.39589-0.18613 0.77191-0.36139 1.1586-0.54286-0.31946-0.51493-0.6267-1.0128-0.93088-1.5045 0.13298-0.12098 0.26444-0.228 0.3806-0.34898 0.30112-0.32106 0.48302-0.70726 0.60224-1.1276 0.16967-0.60024 0.21247-1.2175 0.22775-1.8364 0.010701-0.47926-0.019872-0.95697-0.084069-1.4316-0.061141-0.44204-0.16661-0.87322-0.34698-1.2842-0.30724-0.69795-0.82999-1.1353-1.5652-1.3277-0.36226-0.09306-0.72758-0.12408-1.096-0.12563zm4.659 0.79411v1.5882h-0.78261v1.1912h0.78261v2.7794c0 0.30555 0.06266 0.64056 0.18342 0.92595 0.10088 0.24041 0.27055 0.40947 0.50747 0.51338 0.18037 0.07756 0.36838 0.11788 0.5625 0.13649 0.37143 0.03412 0.80248-0.02636 1.1678-0.09151 0.10394-0.01861 0.20635-0.04033 0.31794-0.06203-0.01069-0.32416-0.02752-0.75844-0.05349-1.0702-0.04128-0.00304-0.06266-0.00934-0.0856-0.00776-0.24456 0.00934-0.55333 0.048083-0.79789 0.052729-0.10547 0.00158-0.21247-0.00934-0.31641-0.031028-0.13145-0.027922-0.21858-0.11633-0.25526-0.24971-0.01376-0.055834-0.02905-0.11013-0.03211-0.16596-0.01681-0.20939-0.02293-0.53355-0.02446-0.74448-0.0046-0.75069 0-1.9853 0-1.9853h1.5652v-1.1912h-1.5652v-1.5882zm-4.6972 0.40481c0.23234 0 0.46315 0.027917 0.69395 0.085305 0.39895 0.099264 0.69701 0.31641 0.88043 0.65608 0.1605 0.29159 0.24915 0.60334 0.29042 0.9244 0.048915 0.38775 0.071838 0.7786 0.09324 1.0206-0.019872 0.67159-0.035154 1.1927-0.1819 1.703-0.030573 0.10857-0.068787 0.21559-0.11158 0.31951-0.16508 0.40946-0.49066 0.65918-0.95228 0.76775-0.4662 0.10857-0.93852 0.11011-1.4078 0.0030375-0.49219-0.11163-0.82388-0.38306-0.99813-0.81579-0.14062-0.35053-0.21552-0.71191-0.23539-1.0811-0.022926-0.41412-0.032098-0.82979-0.019871-1.2439 0.010699-0.44824 0.076427-0.89183 0.23692-1.3184 0.033628-0.088402 0.074898-0.17526 0.1177-0.25902 0.18342-0.35208 0.48913-0.57232 0.89878-0.67624 0.23081-0.057387 0.46315-0.085306 0.69548-0.085306z" stroke-width=".39417"/> + <path class="ColorScheme-Text" d="m17.999 11-6.9987 6.9987v3.0013h3.0013l6.9987-6.9987zm-1.7074 2.9085 1.8001 1.8001-2.6449 2.6465v-0.56315l-0.84473 0.0179h-0.86263v-1.3509l1.2012-1.1995zm-3.3968 3.3952v1.3509h1.6895l0.0179 0.54362-0.90006 0.90169h-1.2012l-0.60059-0.60059v-1.2012z"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/desktopAudioVideoCapture.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,31 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg"> + <defs> + <linearGradient id="linearGradient4338" x2="0" y1="538.8" y2="519.8" gradientTransform="matrix(.6875 0 0 .86466 118.12 77.347)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#2a2c2f" offset="0"/> + <stop stop-color="#424649" offset="1"/> + </linearGradient> + <linearGradient id="linearGradient4346" x2="0" y1="542.8" y2="538.8" gradientTransform="matrix(.6875 0 0 .71429 120.18 158.37)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#c6cdd1" offset="0"/> + <stop stop-color="#e0e5e7" offset="1"/> + </linearGradient> + <linearGradient id="linearGradient4358" x2="0" y1="535.8" y2="520.8" gradientTransform="matrix(.85938 0 0 .85715 51.33 81.112)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#60a5e7" stop-opacity="0" offset="0"/> + <stop stop-color="#a6f3fb" stop-opacity=".25773" offset="1"/> + </linearGradient> + <linearGradient id="linearGradient4173" x1="393.57" x2="410.57" y1="519.8" y2="536.8" gradientTransform="matrix(.6875 0 0 .71429 120.18 156.94)" gradientUnits="userSpaceOnUse"> + <stop offset="0"/> + <stop stop-opacity="0" offset="1"/> + </linearGradient> + </defs> + <g transform="translate(-384.57 -525.8)"> + <rect x="384.57" y="526.8" width="22" height="16.429" fill="url(#linearGradient4338)" stroke-width=".70077"/> + <rect x="393.51" y="543.23" width="4.125" height="2.8571" fill="url(#linearGradient4346)" stroke-width=".70077"/> + <rect x="391.45" y="546.08" width="8.25" height=".71429" fill="#99a1a7" stroke-width=".70077"/> + <path d="m385.26 540.37 2.75 2.8572h18.563v-15l-0.6875-0.71428z" fill="url(#linearGradient4173)" fill-rule="evenodd" opacity=".2" stroke-width=".70077"/> + <rect x="385.26" y="527.51" width="20.625" height="12.857" fill="#fff" stroke-width=".70077"/> + <rect x="385.26" y="527.51" width="20.625" height="12.857" fill="url(#linearGradient4358)" stroke-width=".70077"/> + <path class="ColorScheme-Text" d="m395.43 531.1v5.1429h5.775v-1.2857l2.475 1.2857v-5.1429l-2.475 1.2857v-1.2857zm0.4125 0.42857h4.95v4.2857h-4.95zm7.425 0.2645v3.7567l-2.0625-1.0714v-1.6138zm-4.125 0.16407v0.42858h1.2375v-0.42858z" color="#eff0f1" fill="#232629"/> + <path class="ColorScheme-Text" d="m390.43 529.37c-0.71415 0-1.2891 0.59732-1.2891 1.3393v3.2143c0 0.74196 0.57492 1.3393 1.2891 1.3393 0.71414 0 1.2891-0.59732 1.2891-1.3393v-3.2143c0-0.74197-0.57492-1.3393-1.2891-1.3393zm-2.836 3.75v0.53571c4.8e-4 1.1976 0.84259 2.2494 2.0625 2.576v1.174h-1.0312v0.53571h3.6094v-0.53571h-1.0313v-1.175c1.2195-0.32652 2.0615-1.3778 2.0625-2.575v-0.53571h-0.51563v0.53571c0 1.1835-1.0388 2.1429-2.3203 2.1429s-2.3203-0.9594-2.3203-2.1429v-0.53571z" color="#eff0f1" fill="#232629"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/desktopVideoCapture.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,30 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg"> + <defs> + <linearGradient id="linearGradient4338" x2="0" y1="538.8" y2="519.8" gradientTransform="matrix(.6875 0 0 .86466 118.12 77.347)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#2a2c2f" offset="0"/> + <stop stop-color="#424649" offset="1"/> + </linearGradient> + <linearGradient id="linearGradient4346" x2="0" y1="542.8" y2="538.8" gradientTransform="matrix(.6875 0 0 .71429 120.18 158.37)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#c6cdd1" offset="0"/> + <stop stop-color="#e0e5e7" offset="1"/> + </linearGradient> + <linearGradient id="linearGradient4358" x2="0" y1="535.8" y2="520.8" gradientTransform="matrix(.85938 0 0 .85715 51.33 81.112)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#60a5e7" stop-opacity="0" offset="0"/> + <stop stop-color="#a6f3fb" stop-opacity=".25773" offset="1"/> + </linearGradient> + <linearGradient id="linearGradient4173" x1="393.57" x2="410.57" y1="519.8" y2="536.8" gradientTransform="matrix(.6875 0 0 .71429 120.18 156.94)" gradientUnits="userSpaceOnUse"> + <stop offset="0"/> + <stop stop-opacity="0" offset="1"/> + </linearGradient> + </defs> + <g transform="translate(-384.57 -525.8)"> + <rect x="384.57" y="526.8" width="22" height="16.429" fill="url(#linearGradient4338)" stroke-width=".70077"/> + <rect x="393.51" y="543.23" width="4.125" height="2.8571" fill="url(#linearGradient4346)" stroke-width=".70077"/> + <rect x="391.45" y="546.08" width="8.25" height=".71429" fill="#99a1a7" stroke-width=".70077"/> + <path d="m385.26 540.37 2.75 2.8572h18.563v-15l-0.6875-0.71428z" fill="url(#linearGradient4173)" fill-rule="evenodd" opacity=".2" stroke-width=".70077"/> + <rect x="385.26" y="527.51" width="20.625" height="12.857" fill="#fff" stroke-width=".70077"/> + <rect x="385.26" y="527.51" width="20.625" height="12.857" fill="url(#linearGradient4358)" stroke-width=".70077"/> + <path class="ColorScheme-Text" d="m389.57 530.32v7.4808h8.4v-1.8702l3.6 1.8702v-7.4808l-3.6 1.8702v-1.8702zm0.6 0.6234h7.2v6.234h-7.2zm10.8 0.38473v5.4645l-3-1.5585v-2.3475zm-6 0.23866v0.62341h1.8v-0.62341z" color="#eff0f1" fill="#232629"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/diffFiles.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path d="m2 1v20h11.571v-1.25h-10.286v-17.5h10.286v5h5.1429v7.5h1.2857v-8.7598l-5.1328-4.9902-0.01004 0.012207v-0.012207h-11.571z" fill="#eff0f1"/> + <path d="m13.571 20.401h5.8129v-5.6514" fill="none" stroke="#eff0f1" stroke-width="1.2142px"/> + <g transform="translate(21.025 4.9153)" fill="#eff0f1"> + <path d="m-13.025 1.0847v3h-3v2h3v3h2v-3h3v-2h-3v-3z"/> + <path d="m-16.025 11.085v2h8v-2z"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/dirClosed.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1 + }</style> + </defs> + <path class="ColorScheme-Text" d="m1 1v20h20v-17.5h-8.7402l-2.5-2.5-0.009765 0.0097656v-0.0097656h-7.5zm1.25 1.25h6.9824l1.2549 1.2549-5.0244 4.9951h-3.2129zm6.2598 5h11.24v12.5h-17.5v-10h3.75v-0.00975l0.0097656 0.00975z" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/dirOpen.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m1 1v20h20v-17.5h-8.7402l-2.5-2.5-0.009765 0.0097656v-0.0097656h-7.5zm7.5098 6.25h11.24v12.5h-17.5v-10h3.75v-0.00975l0.0097656 0.00975z" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/docstringError.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path d="m2 1v20h11.571v-1.25h-10.286v-17.5h10.286v5h5.1429v7.5h1.2857v-8.7598l-5.1328-4.9902-0.01004 0.012207v-0.012207h-11.571z" fill="#eff0f1"/> + <path d="m13.571 20.401h5.8129v-5.6514" fill="none" stroke="#eff0f1" stroke-width="1.2142px"/> + <g transform="matrix(.71839 0 0 .7327 5.2816 7.2673)" fill="#eff0f1"> + <path d="m3.02 8.5017-0.00271-0.04081c8.7e-4 0.01361 0.00178 0.02722 0.00271 0.04081z"/> + <path d="m7.2577 8.9047-1.7701-1.7791 0.59162-0.59161 1.8718 1.8812 1.8451-1.8451 0.59165 0.5916-1.77 1.77 1.7701 1.7791-0.59161 0.5916-1.8717-1.8813-1.8451 1.8451-0.59161-0.5916z"/> + <path d="m10.878 3.9183v0.58167h0.7849l1.6579-1.6579 0.5916 0.59161-1.5698 1.5698 0.0189 0.04949c0.3304 0.86212 0.5165 1.8351 0.5165 2.8653 0 0.1957-0.0067 0.38933-0.0199 0.58053l-3e-3 0.04364h2.0654v0.83666h-2.1705l-0.0061 0.03349c-0.1764 0.96445-0.5195 1.8438-0.9869 2.5838l-0.0347 0.0551 1.9964 2.0065-0.5931 0.5901-1.9098-1.9194-0.0577 0.0645c-0.8627 0.965-1.9806 1.5435-3.1984 1.5435-1.2367 0-2.3704-0.5966-3.2384-1.5887l-0.05749-0.0657-1.8717 1.8717-0.59162-0.5916 1.9632-1.9632-0.03399-0.055c-0.45068-0.729-0.782-1.5897-0.95424-2.5316l-0.00612-0.03349h-2.1688v-0.83666h2.0637l-3e-3 -0.04364c-0.01315-0.1912-0.01986-0.38483-0.01986-0.58053 0-1.0167 0.18128-1.9778 0.50362-2.8315l0.01857-0.04919-1.6109-1.619 0.59311-0.59012 1.6631 1.6715h0.83249v-0.58167c0-1.6118 1.3066-2.9183 2.9183-2.9183s2.9183 1.3066 2.9183 2.9183zm-5 0v0.58167h4.1633v-0.58167c0-1.1497-0.93196-2.0817-2.0816-2.0817s-2.0817 0.93199-2.0817 2.0817zm5.7163 1.4712-0.0199-0.0529h-7.2295l-0.0199 0.0529c-0.28341 0.75313-0.44701 1.6105-0.44701 2.5288 0 1.6099 0.50298 3.0339 1.274 4.0363 0.77037 1.0015 1.771 1.5454 2.8076 1.5454s2.0373-0.5439 2.8076-1.5454c0.7711-1.0024 1.274-2.4263 1.274-4.0363 0-0.91822-0.1636-1.7756-0.447-2.5288z" clip-rule="evenodd" fill-rule="evenodd"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/documentFind.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m2 1v20h10.286v-1.25h-9v-17.5h15.429v11.25h1.2857v-12.5h-18m11.571 10c-2.1369 0-3.8571 1.6725-3.8571 3.75s1.7203 3.75 3.8571 3.75c0.83493 0 1.6025-0.26073 2.2324-0.6958l3.2871 3.1958 0.90904-0.88379-3.2871-3.1958c0.4475-0.61247 0.71568-1.3587 0.71568-2.1704 0-2.0775-1.7203-3.75-3.8571-3.75m0 1.25c1.4246 0 2.5714 1.115 2.5714 2.5s-1.1469 2.5-2.5714 2.5c-1.4246 0-2.5714-1.115-2.5714-2.5s1.1469-2.5 2.5714-2.5" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/documentNewView.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m2 1v17.5h5.1429v2.5h7.7143l5.1429-5v-11.25h-2.5714v-3.75h-15.429m1.2857 1.25h12.857v2.5h-9v12.5h-3.8571v-15m5.1429 3.75h10.286v8.75h-5.1429v5h-5.1429v-13.75" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/download.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m7.1429 1v7.5h1.2857v-6.25h5.1429v6.25h1.2857v-7.5h-6.4286zm-2.8376 8.75-1.0195 1.0205 7.7143 7.7295 7.7143-7.7295-1.0195-1.0205-6.6948 6.709zm-2.3052 8.75v2.5h18v-2.5h-1.2857v1.25h-15.429v-1.25z" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/downloads.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <defs> + <linearGradient id="linearGradient861" x1="34" x2="44" y1="19.008" y2="29.008" gradientTransform="matrix(1.1,0,0,1.1,-2.4,-2.4)" gradientUnits="userSpaceOnUse" xlink:href="#a"/> + </defs> + <linearGradient id="c" x1="9" x2="38" y1="9" y2="38" gradientTransform="matrix(1.1,0,0,1.1,-2.4,-2.4)" gradientUnits="userSpaceOnUse" xlink:href="#a"/> + <linearGradient id="a" x1="34" x2="44" y1="19.008" y2="29.008" gradientUnits="userSpaceOnUse"> + <stop stop-color="#292c2f" offset="0"/> + <stop stop-opacity="0" offset="1"/> + </linearGradient> + <linearGradient id="b" x1="4" x2="4" y1="44" y2="4" gradientTransform="matrix(1.1,0,0,1.1,-2.4,-2.4)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#197cf1" offset="0"/> + <stop stop-color="#20bcfa" offset="1"/> + </linearGradient> + <linearGradient id="d" x1="4" x2="4" y1="44" y2="4" gradientTransform="matrix(1.1,0,0,1.1,-2.4,-2.4)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#54d883" offset="0"/> + <stop stop-color="#abf9c7" offset="1"/> + </linearGradient> + <g transform="matrix(.45455 0 0 .45455 .090909 .090909)"> + <circle cx="24" cy="24" r="22" fill="url(#b)" stroke-width="1.1"/> + <path d="m24 2a22 22 0 0 0-21.89 19.8h3.19l3.3 3.3 2.2 1.1 12.066 19.745a22 22 0 0 0 1.1341 0.055 22 22 0 0 0 22-22 22 22 0 0 0-22-22z" fill="url(#c)" opacity=".2" stroke-width="1.1"/> + <path d="m44.445 15.896-7.2446 10.304 6.8365 6.8365a22 22 0 0 0 1.9635-9.0365 22 22 0 0 0-1.496-7.9706 22 22 0 0 0-0.0594-0.1331z" fill="url(#linearGradient861)" fill-rule="evenodd" opacity=".2" stroke-width="1.1"/> + <path d="m24 2a22 22 0 0 0-2.0922 0.121 22 22 0 0 0-0.2794 0.033 22 22 0 0 0-3.5409 0.7007v-0.044a22 22 0 0 0-10.67 6.754h0.011a22 22 0 0 0-3.938 6.5395l1.8095-0.9042h4.4v1.1l1.1 1.1v-2.2l2.2-2.2h1.1v-1.1l1.1-1.1 2.2-1.1 1.1-1.1 2.2-1.1v1.1l2.2-1.1h-1.1v-1.1l-1.1-1.1h4.4l-1.1 1.1 3.3 1.1-1.1-2.2v-2.2l-1.0417-1.0417a22 22 0 0 0-1.1583-0.0583zm16.5 7.491v2.409h1.8601a22 22 0 0 0-1.8601-2.409zm-30.732 0.0737h0.0671l-0.1353 0.1353 0.0693-0.1353zm33.026 3.0382-1.1946 0.3971-2.2 1.1v1.1l-2.2 2.2-1.1 2.2v4.4l1.1 2.2 2.2 1.1 1.1 1.1 5.1887-0.8635a22 22 0 0 0 0.0022-0.0242 22 22 0 0 0 0.2299-1.9272 22 22 0 0 0 0.0792-1.5851 22 22 0 0 0-0.099-1.914 22 22 0 0 0-0.1067-0.8899 22 22 0 0 0-0.209-1.3574 22 22 0 0 0-0.1485-0.6578 22 22 0 0 0-0.3927-1.5334 22 22 0 0 0-0.1595-0.4752 22 22 0 0 0-0.5929-1.6203 22 22 0 0 0-0.1628-0.363 22 22 0 0 0-0.814-1.6775 22 22 0 0 0-0.5203-0.9086zm-37.495 6.9971-1.1 1.1h-1.1l-0.715-0.715a22 22 0 0 0 0 0.0055 22 22 0 0 0-0.2926 2.1747 22 22 0 0 0-0.0022 0.033l2.1098 0.7018 2.2 1.1 2.2 2.2h2.2v2.2l-1.1 1.1-1.1 2.2v1.1l2.2 2.2 1.1 2.2 1.1 1.1 2.2 1.1v4.752a22 22 0 0 0 0.0066 0.0022 22 22 0 0 0 1.8667 0.7095 22 22 0 0 0 0.2112 0.0748 22 22 0 0 0 1.6643 0.4488 22 22 0 0 0 0.4961 0.1276 22 22 0 0 0 1.452 0.2376 22 22 0 0 0 0.748 0.1144 22 22 0 0 0 1.265 0.0792 22 22 0 0 0 1.0901 0.0539 22 22 0 0 0 1.1198-0.0407l1.0802-2.1593v-1.1l2.2-1.1 1.1-1.1 1.1-4.4 1.1-1.1v-2.2l-2.2-1.1h-1.1l-2.2-1.1h-1.1l-1.1-2.2-1.1-1.1h-2.2l-2.2-2.2h-2.2l-3.3-1.1-1.1 2.2-2.2-1.1h-1.1v-2.2l-2.2-1.1 1.1-2.2z" fill="url(#d)" stroke-width="1.1"/> + <path d="m2.0561 23.45c-0.0044 0.187-0.0561 0.3619-0.0561 0.55 0 12.188 9.812 22 22 22s22-9.812 22-22c0-0.1881-0.0517-0.363-0.0561-0.55-0.033 1.3266-0.1331 2.6378-0.3894 3.8951a21.879 21.879 0 0 1-5.9851 11.124 21.945 21.945 0 0 1-6.9905 4.7069 21.799 21.799 0 0 1-4.1338 1.2782 22.224 22.224 0 0 1-4.444 0.4444c-1.5235 0-3.0107-0.1529-4.444-0.4444a21.879 21.879 0 0 1-11.124-5.9851 21.945 21.945 0 0 1-4.7069-6.9905 21.799 21.799 0 0 1-1.2782-4.1338c-0.2563-1.2573-0.3553-2.5685-0.3894-3.8951" opacity=".2" stroke-width="1.1"/> + <path class="ColorScheme-Text" d="m19.314 7.4115v11.25h1.9286v-9.375h7.7143v9.375h1.9286v-11.25h-9.6429zm-4.2564 13.125-1.5293 1.5308 11.571 11.594 11.571-11.594-1.5293-1.5308-10.042 10.063zm-3.4579 13.125v3.75h27v-3.75h-1.9286v1.875h-23.143v-1.875z" color="#eff0f1"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/downloads48.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="48" height="48" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <defs> + <linearGradient id="linearGradient861" x1="34" x2="44" y1="19.008" y2="29.008" gradientTransform="matrix(1.1,0,0,1.1,-2.4,-2.4)" gradientUnits="userSpaceOnUse" xlink:href="#a"/> + </defs> + <linearGradient id="c" x1="9" x2="38" y1="9" y2="38" gradientTransform="matrix(1.1,0,0,1.1,-2.4,-2.4)" gradientUnits="userSpaceOnUse" xlink:href="#a"/> + <linearGradient id="a" x1="34" x2="44" y1="19.008" y2="29.008" gradientUnits="userSpaceOnUse"> + <stop stop-color="#292c2f" offset="0"/> + <stop stop-opacity="0" offset="1"/> + </linearGradient> + <linearGradient id="b" x1="4" x2="4" y1="44" y2="4" gradientTransform="matrix(1.1,0,0,1.1,-2.4,-2.4)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#197cf1" offset="0"/> + <stop stop-color="#20bcfa" offset="1"/> + </linearGradient> + <linearGradient id="d" x1="4" x2="4" y1="44" y2="4" gradientTransform="matrix(1.1,0,0,1.1,-2.4,-2.4)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#54d883" offset="0"/> + <stop stop-color="#abf9c7" offset="1"/> + </linearGradient> + <circle cx="24" cy="24" r="22" fill="url(#b)" stroke-width="1.1"/> + <path d="m24 2a22 22 0 0 0-21.89 19.8h3.19l3.3 3.3 2.2 1.1 12.066 19.745a22 22 0 0 0 1.1341 0.055 22 22 0 0 0 22-22 22 22 0 0 0-22-22z" fill="url(#c)" opacity=".2" stroke-width="1.1"/> + <path d="m44.445 15.896-7.2446 10.304 6.8365 6.8365a22 22 0 0 0 1.9635-9.0365 22 22 0 0 0-1.496-7.9706 22 22 0 0 0-0.0594-0.1331z" fill="url(#linearGradient861)" fill-rule="evenodd" opacity=".2" stroke-width="1.1"/> + <path d="m24 2a22 22 0 0 0-2.0922 0.121 22 22 0 0 0-0.2794 0.033 22 22 0 0 0-3.5409 0.7007v-0.044a22 22 0 0 0-10.67 6.754h0.011a22 22 0 0 0-3.938 6.5395l1.8095-0.9042h4.4v1.1l1.1 1.1v-2.2l2.2-2.2h1.1v-1.1l1.1-1.1 2.2-1.1 1.1-1.1 2.2-1.1v1.1l2.2-1.1h-1.1v-1.1l-1.1-1.1h4.4l-1.1 1.1 3.3 1.1-1.1-2.2v-2.2l-1.0417-1.0417a22 22 0 0 0-1.1583-0.0583zm16.5 7.491v2.409h1.8601a22 22 0 0 0-1.8601-2.409zm-30.732 0.0737h0.0671l-0.1353 0.1353 0.0693-0.1353zm33.026 3.0382-1.1946 0.3971-2.2 1.1v1.1l-2.2 2.2-1.1 2.2v4.4l1.1 2.2 2.2 1.1 1.1 1.1 5.1887-0.8635a22 22 0 0 0 0.0022-0.0242 22 22 0 0 0 0.2299-1.9272 22 22 0 0 0 0.0792-1.5851 22 22 0 0 0-0.099-1.914 22 22 0 0 0-0.1067-0.8899 22 22 0 0 0-0.209-1.3574 22 22 0 0 0-0.1485-0.6578 22 22 0 0 0-0.3927-1.5334 22 22 0 0 0-0.1595-0.4752 22 22 0 0 0-0.5929-1.6203 22 22 0 0 0-0.1628-0.363 22 22 0 0 0-0.814-1.6775 22 22 0 0 0-0.5203-0.9086zm-37.495 6.9971-1.1 1.1h-1.1l-0.715-0.715a22 22 0 0 0 0 0.0055 22 22 0 0 0-0.2926 2.1747 22 22 0 0 0-0.0022 0.033l2.1098 0.7018 2.2 1.1 2.2 2.2h2.2v2.2l-1.1 1.1-1.1 2.2v1.1l2.2 2.2 1.1 2.2 1.1 1.1 2.2 1.1v4.752a22 22 0 0 0 0.0066 0.0022 22 22 0 0 0 1.8667 0.7095 22 22 0 0 0 0.2112 0.0748 22 22 0 0 0 1.6643 0.4488 22 22 0 0 0 0.4961 0.1276 22 22 0 0 0 1.452 0.2376 22 22 0 0 0 0.748 0.1144 22 22 0 0 0 1.265 0.0792 22 22 0 0 0 1.0901 0.0539 22 22 0 0 0 1.1198-0.0407l1.0802-2.1593v-1.1l2.2-1.1 1.1-1.1 1.1-4.4 1.1-1.1v-2.2l-2.2-1.1h-1.1l-2.2-1.1h-1.1l-1.1-2.2-1.1-1.1h-2.2l-2.2-2.2h-2.2l-3.3-1.1-1.1 2.2-2.2-1.1h-1.1v-2.2l-2.2-1.1 1.1-2.2z" fill="url(#d)" stroke-width="1.1"/> + <path d="m2.0561 23.45c-0.0044 0.187-0.0561 0.3619-0.0561 0.55 0 12.188 9.812 22 22 22s22-9.812 22-22c0-0.1881-0.0517-0.363-0.0561-0.55-0.033 1.3266-0.1331 2.6378-0.3894 3.8951a21.879 21.879 0 0 1-5.9851 11.124 21.945 21.945 0 0 1-6.9905 4.7069 21.799 21.799 0 0 1-4.1338 1.2782 22.224 22.224 0 0 1-4.444 0.4444c-1.5235 0-3.0107-0.1529-4.444-0.4444a21.879 21.879 0 0 1-11.124-5.9851 21.945 21.945 0 0 1-4.7069-6.9905 21.799 21.799 0 0 1-1.2782-4.1338c-0.2563-1.2573-0.3553-2.5685-0.3894-3.8951" opacity=".2" stroke-width="1.1"/> + <path class="ColorScheme-Text" d="m19.314 7.4115v11.25h1.9286v-9.375h7.7143v9.375h1.9286v-11.25h-9.6429zm-4.2564 13.125-1.5293 1.5308 11.571 11.594 11.571-11.594-1.5293-1.5308-10.042 10.063zm-3.4579 13.125v3.75h27v-3.75h-1.9286v1.875h-23.143v-1.875z" color="#eff0f1"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/drawBrush.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m20.391 1.0093a2.5 11.25 44.998 0 0-9.3062 6.3722 2.5 11.25 44.998 0 0-4.4285 5.1417c1.345 0.42831 2.3938 1.4772 2.8221 2.8223a2.5 11.25 44.998 0 0 5.1413-4.4288 2.5 11.25 44.998 0 0 6.1862-9.7219 2.5 11.25 44.998 0 0-0.41502-0.18555m-14.391 13.321c-4.9998 1.3398-1.2499 4.505-4.9998 6.6701 5.004 0 7.4996-2.5011 7.4996-4.17 0-0.83112 0.084496-2.3619-2.4999-2.5001z" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/drawCircle.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m11 1c-5.54 0-10 4.46-10 10s4.46 10 10 10 10-4.46 10-10-4.46-10-10-10m0 1.25c4.8475 0 8.75 3.9025 8.75 8.75s-3.9025 8.75-8.75 8.75-8.75-3.9025-8.75-8.75 3.9025-8.75 8.75-8.75" color="#eff0f1" fill="currentColor" stroke="#eff0f1" stroke-width="1.25"/> + <path d="m9.4751 19.631c-3.6974-0.7037-6.5603-3.6101-7.1242-7.2324-0.15363-0.98686-0.057315-2.8467 0.19277-3.7225 0.87614-3.0682 3.1816-5.3201 6.3267-6.1798 1.0687-0.29209 3.205-0.28763 4.3017 0.00896 0.93131 0.25186 1.9191 0.69208 2.6746 1.192 1.3064 0.86444 2.6132 2.4312 3.2075 3.8458 0.91964 2.1888 0.9153 4.7486-0.01174 6.9272-1.0372 2.4374-3.3115 4.3767-5.8873 5.0202-0.99569 0.24872-2.7581 0.31606-3.68 0.14061z" fill="#eff0f1"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/drawCircleFilled.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m11 1c-5.54 0-10 4.46-10 10s4.46 10 10 10 10-4.46 10-10-4.46-10-10-10m0 1.25c4.8475 0 8.75 3.9025 8.75 8.75s-3.9025 8.75-8.75 8.75-8.75-3.9025-8.75-8.75 3.9025-8.75 8.75-8.75" color="#eff0f1" fill="currentColor" stroke-width="1.25"/> + <path class="ColorScheme-Text" d="m9.1862 20.365c-1.7329-0.34736-3.5149-1.3185-4.8089-2.6208-1.4051-1.414-2.2657-3.0999-2.6166-5.126-0.35262-2.0356-0.086781-3.8817 0.83598-5.8056 2.3359-4.87 8.3926-6.7506 13.173-4.0899 0.56364 0.31374 1.276 0.8954 2.0304 1.658 0.98825 0.9989 1.2483 1.3549 1.7372 2.3787 0.78872 1.6514 1.0226 2.8145 0.94496 4.6996-0.10652 2.5868-0.88179 4.3757-2.7009 6.2321-2.295 2.342-5.4121 3.3117-8.5948 2.6738z" color="#eff0f1" fill="currentColor" fill-opacity=".50196" stroke-width="1.25"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/drawEllipse.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="M 11,3.5 A 10,7.5 0 0 0 1,11 10,7.5 0 0 0 11,18.5 10,7.5 0 0 0 21,11 10,7.5 0 0 0 11,3.5 m 0,1.25 A 8.75,6.25 0 0 1 19.75,11 8.75,6.25 0 0 1 11,17.25 8.75,6.25 0 0 1 2.25,11 8.75,6.25 0 0 1 11,4.75" color="#eff0f1" fill="currentColor" stroke-width="1.25"/> + <path class="ColorScheme-Text" d="m9.8687 17.698c-4.1266-0.357-7.4531-2.7633-8.0473-5.8213-0.57694-2.9689 1.6968-5.8406 5.6085-7.0835 2.9613-0.9409 6.3687-0.67958 9.1254 0.69982 1.3663 0.68368 2.924 2.1834 3.4817 3.3523 0.3317 0.69518 0.36515 0.88808 0.36588 2.11 7.56e-4 1.2987-0.0155 1.3783-0.47348 2.3171-1.4577 2.9881-5.6022 4.8112-10.061 4.4255z" color="#eff0f1" fill="#eff0f1" stroke-width="1.25"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/drawEllipseFilled.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="M 11,3.5 A 10,7.5 0 0 0 1,11 10,7.5 0 0 0 11,18.5 10,7.5 0 0 0 21,11 10,7.5 0 0 0 11,3.5 m 0,1.25 A 8.75,6.25 0 0 1 19.75,11 8.75,6.25 0 0 1 11,17.25 8.75,6.25 0 0 1 2.25,11 8.75,6.25 0 0 1 11,4.75" color="#eff0f1" fill="currentColor" stroke-width="1.25"/> + <path class="ColorScheme-Text" d="m9.8687 17.698c-4.1266-0.357-7.4531-2.7633-8.0473-5.8213-0.57694-2.9689 1.6968-5.8406 5.6085-7.0835 2.9613-0.9409 6.3687-0.67958 9.1254 0.69982 1.3663 0.68368 2.924 2.1834 3.4817 3.3523 0.3317 0.69518 0.36515 0.88808 0.36588 2.11 7.56e-4 1.2987-0.0155 1.3783-0.47348 2.3171-1.4577 2.9881-5.6022 4.8112-10.061 4.4255z" color="#eff0f1" fill="currentColor" fill-opacity=".50196" stroke-width="1.25"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/drawEraser.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m16 1-10 10 5 5 10-10-5-5m-12.5 12.5-2.5 2.5 5 5 2.5-2.5-5-5" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/drawFill.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m10.375 1c-1.7312 0-3.125 1.3938-3.125 3.125v3.125l-6.25 6.25 7.5 7.5 8.75-8.75-3.75-3.75v-4.375c0-1.7312-1.3938-3.125-3.125-3.125m0 1.25c1.0388 0 1.875 0.83625 1.875 1.875v3.125l-2.5-2.5-1.25 1.25v-1.875c0-1.0388 0.83625-1.875 1.875-1.875m-0.625 4.2676 5.6689 5.6714c-4.4192 5.0621-6.9199-2.4389-12.651 1.311l6.9824-6.9824m9.375 4.4824s-1.875 3.3395-1.875 4.375 0.83946 1.875 1.875 1.875c1.0355 0 1.875-0.8395 1.875-1.875s-1.875-4.375-1.875-4.375z" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/drawLine.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m17.25 1v2.8906l-13.359 13.359h-2.8906v3.75h3.75v-2.8906l13.359-13.359h2.8906v-3.75h-3.75m1.25 1.25h1.25v1.25h-1.25v-1.25m-16.25 16.25h1.25v1.25h-1.25v-1.25" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/drawRectangle.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m1 1v20h20v-20h-20m1.25 1.25h17.5v17.5h-17.5v-17.5" color="#eff0f1" fill="currentColor" stroke-width="1.25"/> + <path class="ColorScheme-Text" d="m1.632 10.972v-9.3815h18.598v18.763h-18.598z" color="#eff0f1" fill="#eff0f1" stroke-width="1.25"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/drawRectangleFilled.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m1 1v20h20v-20h-20m1.25 1.25h17.5v17.5h-17.5v-17.5" color="#eff0f1" fill="currentColor" stroke-width="1.25"/> + <path class="ColorScheme-Text" d="m1.632 10.972v-9.3815h18.598v18.763h-18.598z" color="#eff0f1" fill="currentColor" fill-opacity=".50196" stroke-width="1.25"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/edit.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" fill="none" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <path d="m3.5818 21c-0.3372-0.004723-0.66996-0.077708-0.97823-0.21466-0.30829-0.13696-0.5857-0.33502-0.81556-0.58217-0.44726-0.40814-0.72464-0.96999-0.7769-1.5738-0.059321-0.6241 0.12134-1.2473 0.50511-1.7425 1.7235-1.8209 5.1228-5.2262 7.5954-7.6513-0.52611-1.4252-0.50153-2.996 0.068943-4.404 0.4691-1.1715 1.3033-2.16 2.3785-2.8183 0.84344-0.55957 1.8129-0.89962 2.8206-0.98937 1.0077-0.08974 2.0217 0.073644 2.9506 0.47539l0.88157 0.3825-4.094 4.2234 1.7924 1.8009 4.2054-4.1172 0.38186 0.88586c0.32186 0.74686 0.49257 1.5503 0.50214 2.3638 0.0096 0.81344-0.14214 1.6207-0.44643 2.3749-0.30171 0.7458-0.74986 1.4233-1.3179 1.9922-0.32186 0.31551-0.67757 0.59434-1.0607 0.8314-0.79271 0.53032-1.6997 0.86463-2.6464 0.97546-0.94686 0.11082-1.9064-5e-3 -2.7998-0.33796-1.5684 1.5937-5.4834 5.5423-7.598 7.5197-0.42419 0.38596-0.97553 0.60163-1.5485 0.60564zm11.339-18.672c-0.93972-0.00236-1.8589 0.275-2.6409 0.79687-0.30499 0.18654-0.58824 0.4066-0.84451 0.65608-0.68156 0.68825-1.1367 1.5688-1.3045 2.5236-0.16777 0.95476-0.04011 1.9381 0.36586 2.8181l0.19357 0.42499-0.33277 0.32539c-2.4832 2.4278-6.0986 6.039-7.8367 7.8771-0.15476 0.23083-0.22096 0.5099-0.18634 0.78567 0.0346 0.27591 0.16766 0.52993 0.3746 0.71511 0.11926 0.13309 0.26457 0.24028 0.42691 0.3147 0.14309 0.06483 0.29774 0.10003 0.45474 0.10361 0.23844-6e-3 0.46673-0.09803 0.643-0.25888 2.2472-2.1011 6.5891-6.4945 7.8632-7.7855l0.32747-0.33071 0.4216 0.19258c0.73393 0.34273 1.5438 0.48946 2.3511 0.42592 0.80728-0.06353 1.5844-0.33516 2.256-0.7885 0.30557-0.18872 0.58886-0.41148 0.84443-0.66405 0.44257-0.44209 0.79229-0.96843 1.0287-1.548 0.23628-0.57958 0.35443-1.2007 0.34757-1.8267 0-0.30863-0.03057-0.61651-0.09157-0.91906l-3.6817 3.5992-3.6445-3.6457 3.5928-3.7054c-0.30571-0.059533-0.61657-0.088455-0.928-0.086323z" fill="#eff0f1" stroke-width="1.4298"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/editBookmarks.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 352 352" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <g transform="matrix(22.667 0 0 22.667 -29.333 -23520)" fill="#eff0f1"> + <path class="ColorScheme-Text" d="m8 1038.4-2 4-4 1 3 3-1 4 4-2 4 2-1-4 3-3-4-1z" color="#eff0f1" fill="#eff0f1"/> + </g> + <path class="ColorScheme-Text" d="m287.95 144-143.91 143.91h-0.0469v48.094h48.094v-0.0468l143.91-143.91-0.024-0.0234 0.024-0.0234-48-48-0.024 0.0234-0.024-0.0234m-23.977 40.945 31.078 31.078-91.055 91.055v-19.078h-24v-19.078l83.977-83.977m-95.977 95.977v19.078h24v19.078l-4.9207 4.9217h-19.078l-12-12v-19.078l12-12" color="#eff0f1" fill="#47aeff"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/editComment.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <g transform="matrix(1.25 0 0 1.25 -2.75 -2.7501)" fill="#eff0f1" stroke-width="1.2645"> + <path class="ColorScheme-Text" d="M 7.000492,18.993143 9,19 8.999508,3.00688 7,3 Z" color="#eff0f1"/> + <path class="ColorScheme-Text" d="M 13.000492,18.9931 15,19 14.999508,3.00688 13,3 Z" color="#eff0f1"/> + <path class="ColorScheme-Text" d="M 3.0039,14.999138 18.999964,15 18.996064,13.00086 3,13 Z" color="#eff0f1"/> + <path class="ColorScheme-Text" d="M 3.0039,8.999138 18.999964,9 18.996064,7.00086 3,7 Z" color="#eff0f1"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/editCopy.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m2 1v17.5h5.1429v2.5h7.7143l5.1429-5v-11.25h-2.5714v-3.75h-15.429m1.2857 1.25h12.857v2.5h-9v12.5h-3.8571v-15m5.1429 3.75h10.286v8.75h-5.1429v5h-5.1429v-13.75" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/editCut.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m5.8722 1c-0.74231 1.25-1.129 1.25-0.38672 2.5l4.5527 7.6758-2.6468 4.4092c-0.57247-0.51432-1.3326-0.83496-2.1772-0.83496-1.7807 0-3.2143 1.3938-3.2143 3.125s1.4336 3.125 3.2143 3.125 3.2143-1.3938 3.2143-3.125c0-0.20888-0.02295-0.41315-0.062779-0.61035l1.4941-2.5171c1.0034-0.0013 1.1299-0.96825 1.7151-0.98144l2.0617 3.4766c-0.04268 0.2038-0.06529 0.41592-0.06529 0.63232 0 1.7312 1.4336 3.125 3.2143 3.125s3.2143-1.3938 3.2143-3.125-1.4336-3.125-3.2143-3.125c-0.84 0-1.5957 0.31823-2.1671 0.82764l-2.6417-4.4019 4.5527-7.6758c0.74231-1.25 0.35559-1.25-0.38672-2.5l-5.1353 8.5596-5.1353-8.5596m5.1278 10c0.35614 0 0.64286 0.27875 0.64286 0.625s-0.28671 0.625-0.64286 0.625-0.64286-0.27875-0.64286-0.625 0.28671-0.625 0.64286-0.625zm-5.7857 5c1.0684 0 1.9286 0.83625 1.9286 1.875 0 1.0388-0.86014 1.875-1.9286 1.875s-1.9286-0.83625-1.9286-1.875c0-1.0387 0.86014-1.875 1.9286-1.875m11.571 0c1.0684 0 1.9286 0.83625 1.9286 1.875 0 1.0388-0.86014 1.875-1.9286 1.875-1.0684 0-1.9286-0.83625-1.9286-1.875 0-1.0387 0.86014-1.875 1.9286-1.875" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/editDelete.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <style type="text/css">.ColorScheme-NegativeText{color:#da4453;}</style> + <g class="ColorScheme-NegativeText" transform="matrix(1.25,0,0,1.25,-2.75,-2.75)" color="#da4453" fill="currentColor"> + <path d="m4 3v7h1v-6h8v4h4v2h1v-3.0078l-3.9922-3.9922-0.007812 0.009766v-0.009766z"/> + <path d="m3 11 16 1.2e-5 -1.2e-5 0.99999-16-1.2e-5z"/> + <path d="m4 13 0.99999 7.2e-5 -1.17e-5 5.9999-0.99999-7.2e-5z"/> + <path d="m6 13 0.99999 7.2e-5 -1.17e-5 5.9999-0.99999-7.2e-5z"/> + <path d="m8 13 0.99999 7.2e-5 -1.17e-5 5.9999-0.99999-7.2e-5z"/> + <path d="m10 13 0.99999 7.2e-5 -1.2e-5 5.9999-0.99999-7.2e-5z"/> + <path d="m12 13 0.99999 7.2e-5 -1.2e-5 5.9999-0.99999-7.2e-5z"/> + <path d="m14 13 0.99999 7.2e-5 -1.2e-5 5.9999-0.99999-7.2e-5z"/> + <path d="m16 13 0.99999 7.2e-5 -1.2e-5 5.9999-0.99999-7.2e-5z"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/editIndent.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m1 1v1.25h20v-1.25h-20m0 2.5v1.25h16.25v-1.25h-16.25m0 3.75v7.5l5-3.75-5-3.75m7.5 1.25v1.25h12.5v-1.25h-12.5m0 2.5v1.25h2.5v-1.25h-2.5m-7.5 5v1.25h20v-1.25h-20m0 2.5v1.25h16.25v-1.25h-16.25m17.5 1.25v1.25h2.5v-1.25h-2.5" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/editPaste.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m5.8571 1v2.5h-3.8571v17.5h18v-17.5h-3.8571v-2.5zm-2.5714 3.75h1.2857v2.5h12.857v-2.5h1.2857v15h-15.429zm2.5714 3.75v1.25h10.286v-1.25zm0 3.75v1.25h7.7143v-1.25zm0 3.75v1.25h3.8571v-1.25z" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/editRedo.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m14.196 1-0.86936 0.88379 2.8194 2.8662h-4.6542c-4.4277 0-7.9923 3.6238-7.9923 8.125s3.5646 8.125 7.9923 8.125h1.8444v-1.25h-1.8444c-3.7466 0-6.7627-3.0662-6.7627-6.875s3.0162-6.875 6.7627-6.875h4.6542l-2.8194 2.8662 0.86936 0.88379 4.3036-4.375-4.3036-4.375" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/editRename.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m15.995 1-14.99 14.99h-0.0048825v5.0098h5.0098v-0.0049l14.99-14.99-0.0025-0.0024375 0.0025-0.0024375-5-5-0.0025 0.00244-0.0025-0.00244m-2.4976 4.2651 3.2373 3.2373-9.4849 9.4849v-1.9873h-2.5v-1.9873l8.7476-8.7476m-9.9976 9.9976v1.9873h2.5v1.9873l-0.51258 0.51268h-1.9873l-1.25-1.25v-1.9873l1.25-1.25" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/editReplace.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m8.5 1c-4.155 0-7.5 3.345-7.5 7.5s3.345 7.5 7.5 7.5c1.8515 0 3.5382-0.66835 4.8438-1.7725l6.7725 6.7725 0.88379-0.88379-6.7725-6.7725c1.1041-1.3055 1.7725-2.9922 1.7725-4.8438 0-4.155-3.345-7.5-7.5-7.5zm0 1.25c3.4625 0 6.25 2.7875 6.25 6.25s-2.7875 6.25-6.25 6.25-6.25-2.7875-6.25-6.25 2.7875-6.25 6.25-6.25zm-6.25 16.25c-0.69249 0-1.25 0.55751-1.25 1.25s0.55751 1.25 1.25 1.25 1.25-0.55751 1.25-1.25-0.55751-1.25-1.25-1.25zm5 0c-0.69249 0-1.25 0.55751-1.25 1.25s0.55751 1.25 1.25 1.25 1.25-0.55751 1.25-1.25-0.55751-1.25-1.25-1.25zm5 0c-0.69249 0-1.25 0.55751-1.25 1.25s0.55751 1.25 1.25 1.25 1.25-0.55751 1.25-1.25-0.55751-1.25-1.25-1.25z" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/editReplaceAll.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <g fill="#eff0f1"> + <path class="ColorScheme-Text" d="m4.75 1c-2.0775 0-3.75 1.6725-3.75 3.75s1.6725 3.75 3.75 3.75c0.92575 0 1.7691-0.33418 2.4219-0.88623l3.3862 3.3862 0.44189-0.4419-3.3862-3.3862c0.55205-0.65276 0.88623-1.4961 0.88623-2.4219 0-2.0775-1.6725-3.75-3.75-3.75zm0 0.625c1.7313 0 3.125 1.3937 3.125 3.125s-1.3937 3.125-3.125 3.125-3.125-1.3937-3.125-3.125 1.3937-3.125 3.125-3.125zm-3.125 8.125c-0.34625 0-0.625 0.27875-0.625 0.625s0.27875 0.625 0.625 0.625 0.625-0.27875 0.625-0.625-0.27875-0.625-0.625-0.625zm2.5 0c-0.34625 0-0.625 0.27875-0.625 0.625s0.27875 0.625 0.625 0.625 0.625-0.27875 0.625-0.625-0.27875-0.625-0.625-0.625zm2.5 0c-0.34625 0-0.625 0.27875-0.625 0.625s0.27875 0.625 0.625 0.625 0.625-0.27875 0.625-0.625-0.27875-0.625-0.625-0.625z" color="#eff0f1"/> + <path class="ColorScheme-Text" d="m14.75 11c-2.0775 0-3.75 1.6725-3.75 3.75s1.6725 3.75 3.75 3.75c0.92575 0 1.7691-0.33418 2.4219-0.88623l3.3862 3.3862 0.44189-0.4419-3.3862-3.3862c0.55205-0.65276 0.88623-1.4961 0.88623-2.4219 0-2.0775-1.6725-3.75-3.75-3.75zm0 0.625c1.7313 0 3.125 1.3937 3.125 3.125s-1.3937 3.125-3.125 3.125-3.125-1.3937-3.125-3.125 1.3937-3.125 3.125-3.125zm-3.125 8.125c-0.34625 0-0.625 0.27875-0.625 0.625s0.27875 0.625 0.625 0.625 0.625-0.27875 0.625-0.625-0.27875-0.625-0.625-0.625zm2.5 0c-0.34625 0-0.625 0.27875-0.625 0.625s0.27875 0.625 0.625 0.625 0.625-0.27875 0.625-0.625-0.27875-0.625-0.625-0.625zm2.5 0c-0.34625 0-0.625 0.27875-0.625 0.625s0.27875 0.625 0.625 0.625 0.625-0.27875 0.625-0.625-0.27875-0.625-0.625-0.625z" color="#eff0f1"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/editReplaceSearch.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m8.5 1c-4.155 0-7.5 3.345-7.5 7.5s3.345 7.5 7.5 7.5c1.8515 0 3.5382-0.66835 4.8438-1.7725l6.7725 6.7725 0.88379-0.88379-6.7725-6.7725c1.1041-1.3055 1.7725-2.9922 1.7725-4.8438 0-4.155-3.345-7.5-7.5-7.5zm0 1.25c3.4625 0 6.25 2.7875 6.25 6.25s-2.7875 6.25-6.25 6.25-6.25-2.7875-6.25-6.25 2.7875-6.25 6.25-6.25zm-6.25 16.25c-0.69249 0-1.25 0.55751-1.25 1.25s0.55751 1.25 1.25 1.25 1.25-0.55751 1.25-1.25-0.55751-1.25-1.25-1.25zm5 0c-0.69249 0-1.25 0.55751-1.25 1.25s0.55751 1.25 1.25 1.25 1.25-0.55751 1.25-1.25-0.55751-1.25-1.25-1.25zm5 0c-0.69249 0-1.25 0.55751-1.25 1.25s0.55751 1.25 1.25 1.25 1.25-0.55751 1.25-1.25-0.55751-1.25-1.25-1.25z" color="#eff0f1" fill="currentColor"/> + <path d="m5 21v-2h2v-2h-2v-2l-4 3 4 3" fill="#49cf00"/> + <path d="m17 21v-2h-2v-2h2v-2l4 3-4 3" fill="#49cf00"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/editSelectAll.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m1 1v5h1.25v-3.75h3.75v-1.25h-5m15 0v1.25h3.75v3.75h1.25v-5zm-12.5 2.5v6.25h6.25v-6.25h-6.25m8.75 0v6.25h6.25v-6.25h-6.25m-7.5 1.25h3.75v3.75h-3.75v-3.75m8.75 0h3.75v3.75h-3.75zm-10 7.5v6.25h6.25v-6.25h-6.25m8.75 0v6.25h6.25v-6.25h-6.25m-7.5 1.25h3.75v3.75h-3.75v-3.75m8.75 0h3.75v3.75h-3.75v-3.75m-12.5 2.5v5h5v-1.25h-3.75v-3.75h-1.25m18.75 0v3.75h-3.75v1.25h5v-5h-1.25" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/editSmartIndent.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m1 1v1.25h20v-1.25h-20m0 2.5v1.25h16.25v-1.25h-16.25m0 3.75v7.5l5-3.75-5-3.75m7.5 1.25v1.25h12.5v-1.25h-12.5m0 2.5v1.25h2.5v-1.25h-2.5m-7.5 5v1.25h20v-1.25h-20m0 2.5v1.25h16.25v-1.25h-16.25m17.5 1.25v1.25h2.5v-1.25h-2.5" color="#eff0f1" fill="#a8ffc1"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/editToggleComment.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <g transform="matrix(.625 0 0 .625 -.875 -.87503)" fill="#eff0f1" stroke-width="1.2645"> + <path class="ColorScheme-Text" d="M 7.000492,18.993143 9,19 8.999508,3.00688 7,3 Z" color="#eff0f1"/> + <path class="ColorScheme-Text" d="M 13.000492,18.9931 15,19 14.999508,3.00688 13,3 Z" color="#eff0f1"/> + <path class="ColorScheme-Text" d="M 3.0039,14.999138 18.999964,15 18.996064,13.00086 3,13 Z" color="#eff0f1"/> + <path class="ColorScheme-Text" d="M 3.0039,8.999138 18.999964,9 18.996064,7.00086 3,7 Z" color="#eff0f1"/> + </g> + <path class="ColorScheme-Text" d="m17.203 0.76695v2.8906l-13.359 13.359h-2.8906v3.75h3.75v-2.8906l13.359-13.359h2.8906v-3.75h-3.75m1.25 1.25h1.25v1.25h-1.25v-1.25m-16.25 16.25h1.25v1.25h-1.25v-1.25" color="#eff0f1" fill="currentColor"/> + <g transform="matrix(.625 0 0 .625 9.125 9.125)" fill="#eff0f1" stroke-width="1.2645"> + <path class="ColorScheme-Text" d="M 7.000492,18.993143 9,19 8.999508,3.00688 7,3 Z" color="#eff0f1"/> + <path class="ColorScheme-Text" d="M 13.000492,18.9931 15,19 14.999508,3.00688 13,3 Z" color="#eff0f1"/> + <path class="ColorScheme-Text" d="M 3.0039,14.999138 18.999964,15 18.996064,13.00086 3,13 Z" color="#eff0f1"/> + <path class="ColorScheme-Text" d="M 3.0039,8.999138 18.999964,9 18.996064,7.00086 3,7 Z" color="#eff0f1"/> + </g> + <path d="m15 16 2 2-2 2 1 1 2-2 2 2 1-1-2-2 2-2-1-1-2 2-2-2-1 1" fill="#da4453" stroke-width="1.2"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/editUncomment.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <g transform="matrix(1.25 0 0 1.25 -2.75 -2.75)" fill="#eff0f1" stroke-width="1.2645"> + <path class="ColorScheme-Text" d="M 7.000492,18.993143 9,19 8.999508,3.00688 7,3 Z" color="#eff0f1"/> + <path class="ColorScheme-Text" d="M 13.000492,18.9931 15,19 14.999508,3.00688 13,3 Z" color="#eff0f1"/> + <path class="ColorScheme-Text" d="M 3.0039,14.999138 18.999964,15 18.996064,13.00086 3,13 Z" color="#eff0f1"/> + <path class="ColorScheme-Text" d="M 3.0039,8.999138 18.999964,9 18.996064,7.00086 3,7 Z" color="#eff0f1"/> + </g> + <path d="m9 11 4 4-4 4 2 2 4-4 4 4 2-2-4-4 4-4-2-2-4 4-4-4-2 2" fill="#da4453" stroke-width="2.4"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/editUndo.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m7.8036 1 0.86936 0.88379-2.8194 2.8662h4.6542c4.4277 0 7.9923 3.6238 7.9923 8.125s-3.5646 8.125-7.9923 8.125h-1.8444v-1.25h1.8444c3.7466 0 6.7627-3.0662 6.7627-6.875s-3.0162-6.875-6.7627-6.875h-4.6542l2.8194 2.8662-0.86936 0.88379-4.3036-4.375 4.3036-4.375" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/editUnindent.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m21 1v1.25h-20v-1.25h20m0 2.5v1.25h-16.25v-1.25h16.25m0 3.75v7.5l-5-3.75 5-3.75m-7.5 1.25v1.25h-12.5v-1.25h12.5m0 2.5v1.25h-2.5v-1.25h2.5m7.5 5v1.25h-20v-1.25h20m0 2.5v1.25h-16.25v-1.25h16.25m-17.5 1.25v1.25h-2.5v-1.25h2.5" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/editor.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + } + .ColorScheme-Highlight { + color:#3daee9; + }</style> + </defs> + <path class="ColorScheme-Text" d="m1 1v20h7.5v-1.25h-6.25v-15h15v5h1.25v-8.75h-2.5v1.25h-1.25v-1.25h-10v1.25h-1.25v-1.25zm2.5 5v1.25h12.5v-1.25zm0 3.75v1.25h12.5v-1.25zm15 1.25-1.2451 1.2427-0.0049-0.0049-6.25 6.2476 0.0098 0.0098-0.0049 1.2549h-0.004882v1.25h2.5l0.0123-0.0123c5e-3 -2.5e-5 0.0073 0.0025 0.01225 0.0025l-0.0074-0.0074 1.2328-1.2328 5-4.9951-0.88135-0.88623-6.2378 6.2329-0.74219-0.73975 6.2402-6.2354 0.73975 0.74219 0.88135 0.87891 1.25-1.25zm-15 2.5v1.25h8.75v-1.25z" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/empty.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,2 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg"/>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/endline.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path d="m19 8v0.375h-1.2v5.25h1.2v0.375h-3v-0.375h1.2v-5.25h-1.2v-0.375zm0.75-0.57143h-17.5v7.1429h17.5v-7.1429m1.25-1.4286v10h-20v-10h20" fill="#eff0f1"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/enum.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m1 1v8.75h20v-8.75h-20m1.25 1.25h17.5v6.25h-17.5v-6.25m-1.25 10v6.25h2.5v-6.25h-2.5m5 0v8.75h2.5v-8.75h-2.5m5 0v3.75h2.5v-3.75h-2.5m5 0v3.75h5v-3.75h-5" color="#eff0f1" fill="#c78df1"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/eolLinux.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,33 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <linearGradient id="a"> + <stop stop-color="#f39c1f" offset="0"/> + <stop stop-color="#fdbc4b" offset="1"/> + </linearGradient> + <linearGradient id="c" x1="17.382" x2="17.032" y1="26.933" y2="13.634" gradientTransform="matrix(.7086 0 0 .71429 -.54328 -.42881)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#fcfcfc" offset="0"/> + <stop stop-color="#eff0f1" offset="1"/> + </linearGradient> + <linearGradient id="b" x1="15" x2="15" y1="27" y2="1.999" gradientTransform="matrix(.7086 0 0 .71429 -.54328 -.42881)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#1d1e1e" offset="0"/> + <stop stop-color="#44484c" offset="1"/> + </linearGradient> + <linearGradient id="g" x1="16" x2="15.731" y1="12" y2="8.152" gradientTransform="matrix(.7086 0 0 .71429 -.54328 -.42881)" gradientUnits="userSpaceOnUse" xlink:href="#a"/> + <linearGradient id="d" x1="10" x2="10" y1="30" y2="20.999" gradientTransform="matrix(.7086 0 0 .71429 -.54328 -.42881)" gradientUnits="userSpaceOnUse" xlink:href="#a"/> + <linearGradient id="e" x1="22.778" x2="22.645" y1="29.541" y2="22.641" gradientTransform="matrix(.7086 0 0 .71429 -.54328 -.42881)" gradientUnits="userSpaceOnUse" xlink:href="#a"/> + <linearGradient id="f" x1="13.167" x2="16.667" y1="10.613" y2="14.113" gradientTransform="matrix(.7086 0 0 .71429 -.54328 -.42881)" gradientUnits="userSpaceOnUse"> + <stop offset="0"/> + <stop stop-opacity="0" offset="1"/> + </linearGradient> + <path d="m8.4042 7.037c0.2551-1.0186 0.0092-2.1015 0.04464-3.1515 0.07794-2.2929 1.3407-2.8129 2.6353-2.8807 1.4852-0.078572 3.2433 0.80858 3.3496 2.9715 0.05031 1.035-0.13109 2.1043 0.13392 3.1057 0.61719 2.3357 3.2667 4.0222 3.3049 6.4379 0.03543 2.2957-1.0133 5.0015-2.9478 6.2129-0.99913 0.62572-2.3547-0.125-3.5288-0.045-1.306 0.09-2.7586 1.2593-3.8853 0.58572-2.045-1.2236-2.6091-4.3608-2.456-6.7536 0.15589-2.4315 2.7579-4.12 3.3496-6.4829z" fill="url(#b)" stroke-width=".71144"/> + <ellipse cx="12.041" cy="5.1298" rx="1.0501" ry="1.3686" fill="#fcfcfc" fill-opacity=".941" stroke-width=".71144"/> + <ellipse cx="9.5543" cy="5.1777" rx=".74191" ry="1.1143" fill="#fcfcfc" fill-opacity=".941" stroke-width=".71144"/> + <ellipse cx="11.911" cy="5.3527" rx=".43012" ry=".71644" fill="#232629" stroke-width=".71144"/> + <ellipse cx="9.5578" cy="5.3527" rx=".32737" ry=".53358" fill="#232629" stroke-width=".71144"/> + <path d="m11.903 6.5405a3.5912 3.62 0 0 0-0.38619 0.00286c-0.87158 0.051426-1.8055 0.39643-2.2774 0.81429-0.75537 0.66929-0.30753 1.32-0.63278 2.26-0.32525 0.94001-1.1437 2.17-1.3889 3.3429-0.099204 0.47358-0.22534 0.94715-0.31178 1.4229l2.3334 2.8743c0.45846 0.56429-0.73766 0.355-1.8502-0.37143 0.78938 1.1193 2.3554 2.2286 3.9016 2.1236 1.6468-0.11143 3.5912-1.8472 4.2133-3.2665-0.60373-0.10286-1.1905-1.0186-0.70718-1.7007 0.16794-0.23643 0.52862-0.25715 0.83828-0.20714-0.18636-0.72715-0.55767-1.3786-0.74403-1.9257-0.32312-0.9543-0.69868-1.2214-1.0416-2.0686-0.34367-0.84715 0.019132-2.4143-0.94811-3.0243-0.2721-0.17143-0.62003-0.25715-0.99842-0.27643z" fill="url(#c)" stroke-width=".71144"/> + <path d="m4.6529 15.546c0.34509-0.27857 0.50665-0.84501 0.93748-0.94572 0.33729-0.07857 0.71569 0.11643 0.98283 0.33786 0.61011 0.50572 0.70293 1.4386 1.1834 2.0715 0.32029 0.42072 0.86308 0.66001 1.1168 1.125 0.26431 0.48572 0.60515 1.1272 0.35714 1.6207-0.33446 0.66501-1.2925 0.87144-2.0323 0.90001-0.44925 0.01786-0.83969-0.32858-1.2726-0.45-0.63066-0.17714-1.3584-0.067858-1.9203-0.405-0.445-0.26643-0.9722-0.67215-1.0048-1.1929-0.013463-0.20572 0.28486-0.31786 0.33446-0.51786 0.1318-0.52572-0.37343-1.1357-0.13393-1.6214 0.2551-0.51572 1.0048-0.56215 1.4519-0.92215z" fill="url(#d)" stroke-width=".71144"/> + <path d="m14.642 14.763c-0.14243 0.12857-0.26289 0.29072-0.35076 0.45143-0.38123 0.69786-0.12401 1.6-0.338 2.3665-0.14314 0.51072-0.55909 0.93572-0.62357 1.4614-0.06732 0.55001-0.14881 1.2729 0.26289 1.6393 0.55554 0.49286 1.5214 0.32643 2.2186 0.07714 0.42445-0.15143 0.659-0.61858 1.0168-0.89287 0.52012-0.4 1.2365-0.57144 1.6347-1.0936 0.31533-0.41429 0.65687-0.98715 0.49602-1.4829-0.06378-0.19572-0.38123-0.18929-0.50098-0.35643-0.31533-0.43929-0.07086-1.1929-0.47122-1.5543-0.29761-0.26786-0.73482-0.23715-1.1571-0.24857-0.20408 0.44072-0.86875 0.74072-1.3258 0.61286-0.3869-0.10857-0.77238-0.55215-0.86166-0.98001z" fill="url(#e)" stroke-width=".71144"/> + <path d="m12.92 6.2863 2.3618 2.3807-3.3063 1.7-3.1887-3.2143" fill="url(#f)" opacity=".2" stroke-width=".71144"/> + <path d="m10.604 5.3941c0.46697-0.025 0.89638 0.28 1.318 0.48358 0.40745 0.19786 1.1033 0.25715 1.1607 0.70929 0.0659 0.51358-0.65191 0.81644-1.0714 1.1143-0.37485 0.26643-0.79293 0.57858-1.2507 0.57429-0.46272-5e-3 -0.87229-0.33929-1.2507-0.60786-0.31178-0.22143-0.80285-0.42572-0.81489-0.81072-0.01346-0.41143 0.48894-0.67358 0.81489-0.92287 0.32312-0.24715 0.68876-0.51858 1.0941-0.54001z" fill="url(#g)" stroke-width=".71144"/> + <path d="m5.849 14.589a0.74687 0.75287 0 0 0-0.25864 0.01143c-0.43083 0.10072-0.5931 0.66715-0.93819 0.94572-0.44713 0.36-1.1968 0.40715-1.4519 0.92215-0.10629 0.21572-0.058105 0.45715 0.0085 0.70358 0.26077-0.50429 0.99984-0.55429 1.4434-0.91144 0.34509-0.27858 0.50736-0.84501 0.93819-0.94572 0.33729-0.07857 0.71569 0.11643 0.98283 0.33786 0.61011 0.50572 0.70293 1.4386 1.1834 2.0715 0.32029 0.42143 0.86308 0.65929 1.1168 1.1243 0.13818 0.25429 0.29265 0.55144 0.37768 0.84715 0.19487-0.485-0.124-1.0943-0.37768-1.5614-0.25368-0.46429-0.79647-0.70358-1.1168-1.1243-0.48043-0.63286-0.57326-1.5657-1.1834-2.0715-0.20053-0.16643-0.46272-0.31715-0.72419-0.34929zm-2.5673 3.5972c-0.098496 0.14357-0.29194 0.25143-0.28061 0.42143 0.00992 0.15714 0.073695 0.3 0.15802 0.43572 0.074403-0.07286 0.15235-0.14643 0.17573-0.23929 0.049602-0.19786 0.00426-0.40786-0.053145-0.61786zm11.36-3.4222c-0.14243 0.12857-0.26218 0.28929-0.35005 0.45-0.38123 0.69786-0.12542 1.6014-0.33942 2.3679-0.14314 0.51072-0.55838 0.93501-0.62286 1.4607-0.03756 0.30715-0.06944 0.66215-0.02764 0.98501 0.0092-0.09143 0.017-0.18572 0.02834-0.27143 0.06378-0.52501 0.47902-0.95001 0.62215-1.46 0.214-0.76644-0.04252-1.67 0.33942-2.3679 0.08786-0.16072 0.20762-0.32143 0.35005-0.45 0.08928 0.42786 0.47476 0.87072 0.86166 0.97858 0.45705 0.12857 1.1224-0.17143 1.3265-0.61215 0.42233 0.01143 0.85883-0.01929 1.1564 0.24857 0.40036 0.36143 0.15589 1.1143 0.47051 1.5543 0.10629 0.14786 0.35926 0.16786 0.46059 0.305 0.07512-0.22286 0.10983-0.44929 0.04039-0.66215-0.06378-0.19572-0.38123-0.19-0.50098-0.35715-0.31533-0.43929-0.07015-1.1929-0.47051-1.5543-0.29761-0.26786-0.73411-0.23715-1.1564-0.24857-0.20408 0.44072-0.86946 0.74072-1.3265 0.61286-0.3869-0.10857-0.77238-0.55143-0.86166-0.9793z" fill="#eff0f1" fill-opacity=".125" stroke-width=".71144"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/eolMac.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" fill="#000000" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <path d="m21 3v16h-20v-16h9.3247zm-11.146 0.88942h-7.9826v14.221h7.4031c0.11765-0.42248 0.20452-0.85325 0.26552-1.2846 0.04793-0.34243 0.07448-0.67606 0.09191-0.99626v-0.0044c-0.0033-5.77e-4 -0.0061-0.0019-0.0094-0.0027-1e-3 0.02831 0.0012 0.05405 0 0.08252-0.28758-0.01779-0.57451-0.03999-0.86209-0.07557-1.5338-0.18233-3.0458-0.59657-4.4619-1.2325l0.34811-0.81287c1.3028 0.58257 2.6928 0.96863 4.1045 1.1465 0.28758 0.03558 0.57952 0.06733 0.87145 0.08512 4.08e-4 0.0089-3.83e-4 0.01887 0 0.02779 0.0017-3.74e-4 0.0034-5.34e-4 0.0051-8.9e-4 -1.03e-4 -0.0031 1.05e-4 -0.0065 0-0.0096 0-0.0089-7.4e-4 -0.01292-0.0051-0.01737 0.0044-0.03113 0-0.05844 0-0.08512-0.03922-0.75156-0.16088-1.4181-0.30467-1.9873-0.02179-0.0845-0.04374-0.16499-0.06553-0.2406-0.0044-0.0045-0.0041-0.01282-0.0085-0.02172-0.05664-0.20457-0.12197-0.39624-0.18297-0.57413l-0.21361-0.59584h3.8083c-0.25272-1.7877-0.75387-3.5217-1.4859-5.1671-0.37908-0.8494-0.8146-1.6719-1.3157-2.4546zm6.8712 2.2288h-0.88762c-4.35e-4 0.74978-0.0013 1.4994-0.0017 2.2496 0.29804-0.00222 0.59639-0.00427 0.89443-0.00695-0.0013-0.74756-0.0034-1.4951-0.0051-2.2427zm-9.6294 0.016503v2.2105h-0.81273v-2.2105zm10.303 7.6226c-1.7477 0.78714-3.5996 1.218-5.5002 1.2803-0.46318 0.01334-0.92699 0.0094-1.3897-0.02172 0.01307 0.28461 0.01307 0.58257 0 0.88942 0.31024 0.02224 0.62548 0.03127 0.93528 0.03127 0.16165 0 0.31832-0.0051 0.47998-0.0096 2.0139-0.06666 3.976-0.51974 5.8287-1.3558z" fill="#eff0f1" stroke-width=".4402"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/eolWindows.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" fill="#000000" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <path d="m21 1-20 2.7202v14.56l20 2.7202zm-1.8182 2.081v7.0099h-9.0909v-5.7724zm-10.909 1.4844v5.5256h-5.4545v-4.7834zm-5.4545 7.3438h5.4545v5.5256l-5.4545-0.74219zm7.2727 0h9.0909v7.0099l-9.0909-1.2376z" fill="#eff0f1" stroke-width=".90909"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/eric.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="225" height="225" version="1.1" viewBox="0 0 59.531 59.531" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <g transform="translate(0 -237.47)"> + <image y="237.47" width="59.531" height="59.531" preserveAspectRatio="none" xlink:href="data:image/png;base64,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 TGVnypE7rdaNNXYADkSA1BBjylkzJlJIlM6Yn8sK2b2ZxJMXYer0t+57zXf9ozfsAfC6xa4EYe3T GU29pbreIm6MWFtbZ7MQFg8uElVogrE9mmNcRdp6i7oZsfzcCtONNeaGAU01xULD3H5HaCOTaUua BEqXGxZNyG1+gtKbK3F46npKXbdMtrMBZhthYS4fE3cil2MZHE5hOFD6PcU7yeBK1jU/FN/bMQLN Georn8SLXKvrsFznFYVimjucGNRtQoHCawYpuWmDk+wFGMG5PFwvC6XsXHBjsu7Ym63USHm4X5ZG v4S5hUTwyrl1aEv/yfu//a0/9z1//l/+zjfu6u7F741dx5j5d49/4K9e9Vuv197+Jat7PPf4ZVbO ruCj0VYTmnpMtT3h3OPPkWo4/aJ7EPM8+9h51i6sIpaYbI3ZXNlishWJdW6mWFcrqe+U1FQp1DEY FFkVTY2y6OToOy5minlTge7xIeXzntfcFS3LnLUsQlUl6jprtcQIIeQsGiK0IddyIeaMSNcFVZcz pfdKWSi9Mm+1x26OWHihKJXUmYqKSh7ES/6e1AnOKaqKdI0hkeyP4ZzRLwU1IbSR2RnYv6RIz1id CG44s/yaN37bP/7v/8ov/vR1veB7sfsy4VYYvWU0TWd6ZZ+5/hEOzW2xUq2weXmd/jgwrdYZjWrK 4QIvv/c+Tt/xCuZmD/DcF1d56uEHuVxvMBgazXhCqoT+cIFeLzGZTJlujjI9rFSKIrf7qzpQp1zP DYY57c0C4hxb6xl4ktcPEISOh03bGrFNVJrZK7E7OloSpjEzXny3KSbdwph0hBnbyYzW1YF5WkHb xgxUoCjyLwLJDVIwwbQb/EkmAgAklJQ6tk2yLhMaSQIaQduCvheGvYQWMIoJZsrl43e8/Kdf+8Yf +in4t9+gK7sXv1/sOhBOU3wtaUDdlCztO8grXvWtVJNtHvvMR7jy1GWaaov9R/fz2m9/DSdvv4lL V59iONfjrrtvo1k7z/qF5+h7WNi3QGwL1A8g1VmJLOWB9DTmQXYpmZ1CyoadiUwZS+RslwwKp3gV QswUr7bJXVAn0MY8nFeX67XC8nO0IXdI2+55XDcXNGDnL9nhf5JB2baJEPNIw3nBdXM+29l2sNwc iiH/nFL6cjYVBch1ZNMt7pZl/kUx1MTsQClIbI4M6ysHjix+8K1/7N0/9+IXP/BHygdwt8auOo7+ 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 DgjAJvAMGYTPAZ8jH0nDH+YLftdb9r98ZK2aJYrCWFzsZ9tyAIF6CnVT0+v10vveu/ZE97BdSxj4 pgbhO995/MD/+Jf+4g9idtt7fvon/8mRg/NnFva7U05dNg0NMJ2OVh97dPvDy8vV5uOPt+fI5OOv +0309rcvzce03bv9tgMMBo4f/uHn17sPfU1f6/u+r39wOLOPatS+sTeceSWmJDEkJlISYjRbWdv6 yLmzo3Nf/GI4C0y/xucW4CDwSuAm4ABwqPv3gPdSFIXoYKBSVYnJJLXd836JnAWXgU8Dj/N1rv/e 9Kb+wVM3LlJV4fVeFl61sCjcedf8D1242Dzp4g2H+/0Cr0rZL7MVniptinhfkJKxvProyrlzWw9v bKdqPJr8ym/8xtVHute4q7L0Nw0I/+JfOnbbdNrc/r3f+7+/H+CZL32UCxc+/8nJuF/fcsu+wzee OnHmyP7bCSFSOE+MgUTiyurjPP7UhefOPvfUFx97dPsD+3vlU+//zasPkv3d/6t/e77lNfsOXdhq 5w8ckaP7ltxS08iN+xdOvfZlLzt45/LK1Y33//Lj/+Bzn5s8AXzhD/o6b31rb3+I/T/33X/i7vdc ON9+6fAxd/jmG2+dmx0cYTypwHLNNg2XeObsuUuPfv7i1lNPr3z4+eeqX3vmmeZRMki+mvuSkEF3 HDgFHCUDc3/3sSVgX/e56cCBoj5ypNx+/RsOPP/wb6098onHtj/cfY3/+p/XW/cdj5G7U0r8me/9 7veff/4Znn727MdOHDl5+OYzswdvOvnihX6xP9vfpQrHDJYSMUacc1g01DnatmVh3xz79y+wvnWJ 9dWWC1fO8eSzD37q7//40//s4sXqETKdbtcA8YXcHZUf/MGTD8zMln+y9HOH9y36l+5fuOnWeuvx ZmZYcM+dx+Q197zk7qae4eDBBVIMTKcV0QWc94ToAMdtN93Hi88UNyxvPHniMy/64hvOPXX22Zdf rX/u4sXpw1cux0+QL1YE+IV//kMG8NlHPvyvvu3b/9z3Xl3+Mhvrow/9/N/wsnSnaGTfQo/+gBsX FvafWpy58cBgZsD+pVIPLN1YH1jcP/Nvf+OD45XVz91DvrkHwKfe9icOHFdpWDrQP9Hz/bfPzS8u LS54YpzesG/x9L133HYPr7//2JkYArFtqUNg0M/dSjOj9Ddw+033Hr3/7pWjH//Up2/+D5/59P2w 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 "/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/eric256.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="256" height="256" version="1.1" viewBox="0 0 67.733 67.733" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <g transform="translate(0 -229.27)"> + <image x="13.891" y="229.27" width="39.952" height="67.733" preserveAspectRatio="none" xlink:href="data:image/png;base64,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 "/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/ericSnap.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,66 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <defs> + <linearGradient id="linearGradient4208" x2="0" y1="504.8" y2="499.8" gradientTransform="translate(0 1.9999)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient4159-5"/> + <linearGradient id="linearGradient4159-5"> + <stop stop-color="#1d1e1e" offset="0"/> + <stop stop-color="#44484c" offset="1"/> + </linearGradient> + <linearGradient id="linearGradient4617" x2="0" y1="531.8" y2="501.7" gradientTransform="matrix(1.0833 0 0 1.3356 -34.047 -170.45)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#c6cdd1" offset="0"/> + <stop stop-color="#e0e5e7" offset="1"/> + </linearGradient> + <linearGradient id="linearGradient4749" x2="0" y1="530.8" y2="528.8" gradientTransform="matrix(1.5 0 0 1.5 -182.29 -282.4)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#f33777" offset="0"/> + <stop stop-color="#fd2d65" offset="1"/> + </linearGradient> + <linearGradient id="linearGradient4735-2" x2="0" y1="519.8" y2="541.01" gradientTransform="rotate(-45 409.93 530.26)" gradientUnits="userSpaceOnUse"> + <stop offset="0"/> + <stop stop-opacity="0" offset="1"/> + </linearGradient> + <linearGradient id="linearGradient4609-6" x1="421.57" x2="398.57" y1="530.8" y2="507.8" gradientTransform="translate(-7 4.0273)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#a1adb3" offset="0"/> + <stop stop-color="#bfc7cb" offset="1"/> + </linearGradient> + <linearGradient id="linearGradient4510-5" x1="398.57" x2="418.57" y1="508.8" y2="528.8" gradientTransform="rotate(180 405.07 521.81)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient4199"/> + <linearGradient id="linearGradient4199"> + <stop stop-color="#2f3943" offset="0"/> + <stop stop-color="#4d5662" offset="1"/> + </linearGradient> + <linearGradient id="linearGradient4510-8-2" x1="398.3" x2="419.77" y1="509.53" y2="531" gradientTransform="matrix(.78571 0 0 .78571 80.551 115.41)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#18222a" offset="0"/> + <stop stop-color="#566069" offset="1"/> + </linearGradient> + <linearGradient id="linearGradient4327-2" x1="402.41" x2="415.57" y1="514.63" y2="527.8" gradientTransform="translate(-7 4.0273)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient5002"/> + <linearGradient id="linearGradient5002"> + <stop stop-color="#2e5d89" offset="0"/> + <stop stop-color="#1b92f4" offset="1"/> + </linearGradient> + <linearGradient id="linearGradient4356-76" x1="397.48" x2="415.57" y1="509.7" y2="527.8" gradientTransform="matrix(.8 0 0 .8 74.715 107.99)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient5002"/> + <linearGradient id="linearGradient4356-7-7" x1="386.06" x2="415.57" y1="498.29" y2="527.8" gradientTransform="matrix(.6 0 0 .6 156.43 211.95)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient5002"/> + <linearGradient id="linearGradient4861" x2="0" y1="41" y2="23" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient4199"/> + <linearGradient id="linearGradient4784-5" x2="0" y1="541.8" y2="543.8" gradientTransform="matrix(1.625 0 0 1 -255.36 -36.01)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient4159-5"/> + <linearGradient id="linearGradient4784-5-7" x2="0" y1="541.8" y2="543.8" gradientTransform="matrix(1.625 0 0 1 -255.36 -2.0103)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient4159-5"/> + </defs> + <g transform="translate(0 -291.18)"> + <image y="291.18" width="5.8208" height="5.8208" preserveAspectRatio="none" xlink:href="data:image/png;base64,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 "/> + <g transform="matrix(.05597 0 0 .057442 -18.744 265.64)"> + <rect x="424.57" y="503.8" width="6" height="3" fill="url(#linearGradient4208)"/> + <rect x="382.57" y="507.77" width="52" height="32.055" rx="0" fill="url(#linearGradient4617)" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/> + <path d="m426.07 510.8a1.5 1.5 0 0 0-1.5 1.5 1.5 1.5 0 0 0 1.5 1.5 1.5 1.5 0 0 0 1.5-1.5 1.5 1.5 0 0 0-1.5-1.5z" fill="url(#linearGradient4749)" stroke-linecap="square" stroke-width=".1"/> + <path d="m412.89 512.51-22.629 22.629 0.68554 0.68555h32.629v-10.629z" fill="url(#linearGradient4735-2)" opacity=".2" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/> + <circle cx="401.57" cy="523.83" r="16" fill="url(#linearGradient4609-6)" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/> + <path d="m387.57 523.83a14 14 0 0 1 14-14 14 14 0 0 1 14 14 14 14 0 0 1-14 14 14 14 0 0 1-14-14z" fill="url(#linearGradient4510-5)" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/> + <circle cx="401.57" cy="523.83" r="11" fill="url(#linearGradient4510-8-2)" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/> + <circle cx="401.57" cy="523.83" r="10" fill="url(#linearGradient4327-2)" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/> + <circle cx="401.57" cy="523.83" r="8" fill="url(#linearGradient4356-76)" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/> + <circle cx="401.57" cy="523.83" r="6" fill="url(#linearGradient4356-7-7)" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/> + <circle cx="401.57" cy="523.83" r="4" fill="#2c3e50" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/> + <circle cx="398.57" cy="520.83" r="1" fill="#84cbfe" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/> + <ellipse cx="396.57" cy="518.83" rx="1.5" ry="1.5" fill="#84cbfe" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/> + <path transform="translate(376.57 491.8)" d="m55 23c-1.108 0-2 0.89199-2 2v14c0 1.108 0.89199 2 2 2h3v-18h-2z" fill="url(#linearGradient4861)" stroke-linecap="round"/> + <rect x="382.57" y="505.8" width="52" height="2" fill="url(#linearGradient4784-5)" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/> + <rect x="382.57" y="539.8" width="52" height="2" fill="url(#linearGradient4784-5-7)" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/> + </g> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/ericSnap48.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,66 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="48" height="48" version="1.1" viewBox="0 0 12.7 12.7" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <defs> + <linearGradient id="linearGradient4208" x2="0" y1="504.8" y2="499.8" gradientTransform="translate(0 1.9999)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient4159-5"/> + <linearGradient id="linearGradient4159-5"> + <stop stop-color="#1d1e1e" offset="0"/> + <stop stop-color="#44484c" offset="1"/> + </linearGradient> + <linearGradient id="linearGradient4617" x2="0" y1="531.8" y2="501.7" gradientTransform="matrix(1.0833 0 0 1.3356 -34.047 -170.45)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#c6cdd1" offset="0"/> + <stop stop-color="#e0e5e7" offset="1"/> + </linearGradient> + <linearGradient id="linearGradient4749" x2="0" y1="530.8" y2="528.8" gradientTransform="matrix(1.5 0 0 1.5 -182.29 -282.4)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#f33777" offset="0"/> + <stop stop-color="#fd2d65" offset="1"/> + </linearGradient> + <linearGradient id="linearGradient4735-2" x2="0" y1="519.8" y2="541.01" gradientTransform="rotate(-45 409.93 530.26)" gradientUnits="userSpaceOnUse"> + <stop offset="0"/> + <stop stop-opacity="0" offset="1"/> + </linearGradient> + <linearGradient id="linearGradient4609-6" x1="421.57" x2="398.57" y1="530.8" y2="507.8" gradientTransform="translate(-7 4.0273)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#a1adb3" offset="0"/> + <stop stop-color="#bfc7cb" offset="1"/> + </linearGradient> + <linearGradient id="linearGradient4510-5" x1="398.57" x2="418.57" y1="508.8" y2="528.8" gradientTransform="rotate(180 405.07 521.81)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient4199"/> + <linearGradient id="linearGradient4199"> + <stop stop-color="#2f3943" offset="0"/> + <stop stop-color="#4d5662" offset="1"/> + </linearGradient> + <linearGradient id="linearGradient4510-8-2" x1="398.3" x2="419.77" y1="509.53" y2="531" gradientTransform="matrix(.78571 0 0 .78571 80.551 115.41)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#18222a" offset="0"/> + <stop stop-color="#566069" offset="1"/> + </linearGradient> + <linearGradient id="linearGradient4327-2" x1="402.41" x2="415.57" y1="514.63" y2="527.8" gradientTransform="translate(-7 4.0273)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient5002"/> + <linearGradient id="linearGradient5002"> + <stop stop-color="#2e5d89" offset="0"/> + <stop stop-color="#1b92f4" offset="1"/> + </linearGradient> + <linearGradient id="linearGradient4356-76" x1="397.48" x2="415.57" y1="509.7" y2="527.8" gradientTransform="matrix(.8 0 0 .8 74.715 107.99)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient5002"/> + <linearGradient id="linearGradient4356-7-7" x1="386.06" x2="415.57" y1="498.29" y2="527.8" gradientTransform="matrix(.6 0 0 .6 156.43 211.95)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient5002"/> + <linearGradient id="linearGradient4861" x2="0" y1="41" y2="23" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient4199"/> + <linearGradient id="linearGradient4784-5" x2="0" y1="541.8" y2="543.8" gradientTransform="matrix(1.625 0 0 1 -255.36 -36.01)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient4159-5"/> + <linearGradient id="linearGradient4784-5-7" x2="0" y1="541.8" y2="543.8" gradientTransform="matrix(1.625 0 0 1 -255.36 -2.0103)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient4159-5"/> + </defs> + <g transform="translate(0 -284.3)"> + <image y="284.3" width="12.7" height="12.7" preserveAspectRatio="none" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAABHNCSVQICAgIfAhkiAAADvxJREFU aIHtmXlwXWd5h5/vO+fcc/crXUmWbMmyY1neHQfHcQIxW3DqLIUGmLQDDO2EYWgnU6bQTjulQ8hM WkphIN1oOyGUsAdMiEkcwNkcBzu4cWzHlhfJlmTJWq72u9977tm+r39kKRSDSXCYTie/v8+c8zzz vuc3Z4HX83pez//VCK2flhc96LdBcqE89N0fyudWHDbWl5pimUohqXUpU4aMGW9qcQpuWgeV1lJ5 PC2ojmeam09ufPumkTcs/mThf5/ntybwwM7d5szUj1Ku6Wdniqp7fmH2irnS/Godmp121O9wGnNZ T1tRrGg8mVSRFV1xI2u5ZiqlPUcGM5YfP1o5nfr6p+7e+7AQ6Ndc4M47Nlqhty3duSy7dGRiYoMI giuIm+tCK9IdNxe3p9NNmbauDqN1abuYqQYUPQdpecyNPyMUjxPXRbJiNaLSTX5+TOfGzzJ2Kjhp 26mPff+Job0vXce8xNzih/vvXXL8mTPXbnzDVW/M+2qTG430dGx6U0tb2ox1ZZpFe3YlrYlmUQLm Gjks28c5sovU8DNcdtVWfno+ZHCkQDqpyUenqReGWVQviWi1hkCuk0r9zo/ffdtPbtx1X3BJBU49 8cXmBw4cuKXv6Kk/mJhVb0pNicQTfftE6opWUTOn6EnNMd/UQrT+NqxFCc7V+gmmXFaEaX764/up PXyMG/5SUowmiRIFBFNlh8Ssi+X5ZLQmY4eyEviXPXjZ0xZwaQSeO3KvvW/XYzu+9uPH31clftN4 38nU5k3vEsW5LKM/GeTGJU0kNrYx3D9NIptBnz2KFtMUIxaW6TKaD5iadlj+hjfTe9lW/PIwXiSC 4xtY+RLBVInRisZxTcxAkTSpbim0qHs5x28s8J0vfrx3538++KGi734w3btyiQoSYvzQEN1Oldz4 KKWaw7fuvo/f+9t3kFm1GNdLI/MHWGKdQp6N0/vGbWy9fgfrOoYpBwlMv47Xf5D6wBzEE5gLdahY 9J0z0WFAS9b1W9vNgT++7znvJYZXJaC1Fv9+5x/esHff4T+rpe3rlrz5OsuKtTL41JPkc4Pc/5W7 MXUrheIwQRCi5ppIxyJERZXV14WsWJbl+FNd7J0cZ6HpQaJLozQKmxkKR5F2icqEj+PNkxEG5+uS nBvQZCsma0YovdQMzL/cQq9Y4Auf+xf5wZuv/EAF+6/TXRvWtnS2i9xADbO1ALKGW3PxXZ9GPYfU Eq19vPpztC5OYNNGOjtLgImseww8NkeqN0FibJ5je0dZttxlsa8pFAKmCi6mFSG+2GbDEoEIJV5D 6WXLm4Kf5XlFAlpr8dG/uvGDbe+88o6eLdeu2LTlZiFwCc7Os/+R+xmbr+J7inSLJEgonLogE8+y +eYuGjHNoaMFktcsouFnsDstTIo0RpK0xDJYzvMsPFOn4AQUIikWb2yiWnFAB/i+JPQChAhDaQS1 n2UyXolApGfu/cGiFZ9a99b39HRu2C7Gpwvsuv8+5k/3U5qcIruulWK5RK5/HhWCU/FYe+USYqmA oUMew/0zrLqui1rNpFoNqeVcGsNF2rTJ5Kk8qY40bkIgkgampZDCwdQ+hAYChaHV+PKOti89+ezM zCsW+N6eO270k+m7xNqr1+jEKvH0fQ/Td889dKs6t77zWhqBSU7OseaaRWhHsXh5ms41cbbe2IJM V7ny8iYaOYdG3gc3ZD7v0NvRxOBTIzx3YATPDUmuT9AQBSKlAkHNxXQVUQz8UBBBaEvLHyXWWN/Y v6/ov8T1a63Qo0/dffU379/3sQXbXV+3Tov12TVc0WKw5Z9uoqXTJEGN48MWW5qupv/EAapewFu3 dzN4YoyzYw1WvSWL31amqd3iwHcmuPZ3lxJJxMhNlggCg7XXd1MtlBh5dgRd98jEBGagMIUATJQM EEY43xRN7P70nSM1eGGdhRD6ogJPD3157Zlp7286N1+/fZ0fEZPnTrPj9htobi4xHx6j4laZ3jfM Tw8OccOfv4Obrl7NVF+OgZ/MMT1f5NptK7ECi+mROkt6Y2SftRk6NENHU5K+ZyYoaM226w1sd5bl i0KqOahVFVGtsZJQCTwIVCij4feW9sT3QP7n+H6lwJ6Df5f5/mNHP9py9cabV36kV14uLmfXlyY5 qUZIzBQJhgtYYoFDe06RzaaZHTiLjDdhijmuee9STh+wMReKYCap1ALCoMaGNc08uvscU+kqrVdI nEGT6WN57JqDWlAkMBAWiEDhORZIX0dN87GEmfiPT/zrROUlNiGEvqjATHP4Pi+p35/uajWywiHC eRamRykdLtAZMwlnynjVKqUZn9b2BAvPF6h5U8ydn8JxM6SycObAHD2bQjLpKNWiw7n+HPmFGjve 2U33GsGe8Tn6n6mwuhuCosLxQBuCSAw8L9TxeGRvU0x89suPl09eiPGXCnx1561XMpP9k5ixkDaS LiXijNYmmRubojZwnHLaILMiieMI0klJWC/jBQ5hWKJSUpTPNkhnFhhxoO+xHNlsnAYNutdKljZS KLXAwklBW8Tn3ILBbCIgY0q0YWDZEifUqiktHlneEvv7ux/MP/vLOC/YQief/QfrmF+/vdC2+pb8 6KwxeuA4bjzPcN8ghpenpydGZXqOci7Pif050lkLIg1QDtG4wfRUFRuFFbpkYhajZ8tMNhy23baE TdsTDB4OGR+ogNtANzyiSiADTSZmIg1JIirCVMre3dPT9OnPf2v20K/akgtO4ERQ3jA/3/yueXna 6FrXwfkfHufcl04wNaDJrjZIr2ui8/JWsmmLajhByfWJhzbpBKSFy+pWi5HhIgtWSNeqBL1XtTET Vsm2xxk9UsBoaMZOKaINSUwqbFMRM6MIoZF23WltS37dsNv+8XP3Dp/5VfAXnMA31TfM4qy83V3U dMvizIgcPDKOtmbp6BCgTGrFGp1LM0QTEsd3sZXLwkiZ1ohNWK0zOVZhcDCkZJlsfm8z17ynmZlJ k6GBIpbvMXuqjDPv4VZ8YpZB6IDExI4pHYbueDpt//P6rjd9/jNfPTJ2MfgLTmCLuLXn2+EjO4YG d8sNmSHMoolvZEhmh1m/LcPgPo/zR0fIZCwiBuiiS3mywrEFh1iXzaot6wkWZln9dpPsWsHpvhLP H3QJSiG541WoephKkbQMLA+amzSmEYbxZORJyzbu2Xj99t1/8dGH/AvBXlQg13+r8ZVHd95ainKF 7bgiPzZNwk0yVbRR4QJBZZ6EZzA6ojgwUCbTHSfbY7PslnayS9OoWIzGnEVuosCifJzTjypm+j3G T9ZIpzSVMCBjCgwlSCcU2RalY1aQF17kq82L0vd88Ru5QR5+6Ndl/0UBe80n1lzmlG8dOfGUOXvi DGPzdVraGtTGHP7rbIDVZqEiUZwWg6Bd0fGWblb2tlCdKfH8nimcaoPWeJy4qjO53yVi+BBIuhdr DKnIRCW2BBUKkkLr9pT9fCYb/bc//aPt31m2fVf9FZG/mJdf6if0mHFwbPiTOtV1x6Ejh42+736W 6nyeVLJOuuGRrxlUIiaLWkziIcyP1PGx0FIiTY9kVGDHNDFbUJit4Vc00gOlQkJhIARYlkR5EJiB XtbdtH/buua7PnzX0JOvBvwXJqBIdB8+euJd1ehBw61GaF2xDGf0PJVpgZNWtDUr1KRPsWBgt0uW 9QoK+SoVF6pV8CqC0FWIUKFDjdQS2wADEywLrTSN0CcWC3RnZ2zvtmvXfebDH9//G8H/nEAHpc1b 1yxd6cokux/8NtWpacq1EEMI9KwkLCrSGY+YEsyMwYQPUmpicUHcU6hAAxopNKYpkUaIFqCFxDM0 vhfSltS6e3n6ic7Otjs//PH9B39TeHixRrW+x3yC8CPHh05tU7YlGpZNtTRHWK/jVMvELAhcQdUJ IRRopYlHIG6CaGiUq/E98JVA+RqJQAmBkgahkDQamozh6U290UObr0rdefsdYwcuBTyABDgavm1V bqR5ezjVLE8+9gM6WhMYQQzPMwhIU2uANBQ6FNT9F54Wy+WQQiWg2lD4gUYaYEowbYERlxi2RcSO oJTECnwiCSZK6czdH/jY1L5LBf+ywGxxpHssd76rc+ta1mzdwsCzD5CVZ1iU9EEEaC2oOxq3YSCF xDYNpBaESqAFNEJFw1WEgUaYBqEhcH1NsRxSKfmIUAWZZOLrN92y+geXEh5evAd6W5akzqTnRN/j D9CalYwPO3izdRKBh+UpDKmRcUWlAuVKgBVoTDShJVAGSCSWIYhZEkMYNHyB64aIICRphmRSxrne Tct33rxjn3cxoFcjIB4/8mT79IgbjTcvYvTMU+jpWSw3IJFURBMhbmAhA4gYPkoKhADDEFiGxlAa yxSYEYmUBr6GIAiQoQAd6kDrUCeip9pF2/Clhn9JgDN9c3bVESKRLdOajVDN+Jw9nccrmbg1D6Ul rq/QQpE2BZi8WJUCS0gs00AISRBoXDdEhSFaa621UvGYzC/uaJsJmlMJoHYRnlccCfD7t91W23bD Dao2OMDhPQfJz3sYdhxtaixfk/ICLKWIxiRRSyOUBgUGGqRAaf0CvKcIPaW1r5Q0tGtGZMm0o0MW 5qTKtGR5Db6Gm4CeeW7g3PG+Q+X8+HRLZdbAdzxCPxSeUghfoC31QjXWNQ2ttEQKQ2ptmgYIgR9o VOATeEorLQNhmaVY3JgzTHsslorvC3yeTKajs/o1MDABdCNy1s/5/V45vMqQWnqea6hGKFGgBWBo baCEpQRhILU0hTYM0FoqXxFqJFLIMB436nbcWlDSnJRaDsTjsYPpVPzA5K7+iQ/tGgo+dInhXxZ4 95t3nJ85fde3ssHKpvMRO56PFTKVsmc3qmWpdCBCLG2KkHhEakPqQAq0YUg/YkYbyhQ1gemFvixb EXM2akcmAuS5KBxrBOrk137QX4D/+aPymggIgT51atNDx4/Ppz1P9KaSi1qDgGi9OifcWtWoVmpS +UGQikaVbRl+KIJAaFWzrGhdSrseRoyKX/eKlmlPpdPxcc9wJpO56swXnhh2Xivwl/JzK7lz553d 09MLq0qlakvoa9P3PELPU5XSnPCdemiapo5FTIWUru+5Da2CQGnZkKYoeXW3Xq6Z1Qq5+iOPTDUA 9VrDv57X83r+H+S/AUqelu0Ucsx1AAAAAElFTkSuQmCC "/> + <g transform="matrix(.12212 0 0 .12533 -40.897 228.57)"> + <rect x="424.57" y="503.8" width="6" height="3" fill="url(#linearGradient4208)"/> + <rect x="382.57" y="507.77" width="52" height="32.055" rx="0" fill="url(#linearGradient4617)" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/> + <path d="m426.07 510.8a1.5 1.5 0 0 0-1.5 1.5 1.5 1.5 0 0 0 1.5 1.5 1.5 1.5 0 0 0 1.5-1.5 1.5 1.5 0 0 0-1.5-1.5z" fill="url(#linearGradient4749)" stroke-linecap="square" stroke-width=".1"/> + <path d="m412.89 512.51-22.629 22.629 0.68554 0.68555h32.629v-10.629z" fill="url(#linearGradient4735-2)" opacity=".2" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/> + <circle cx="401.57" cy="523.83" r="16" fill="url(#linearGradient4609-6)" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/> + <path d="m387.57 523.83a14 14 0 0 1 14-14 14 14 0 0 1 14 14 14 14 0 0 1-14 14 14 14 0 0 1-14-14z" fill="url(#linearGradient4510-5)" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/> + <circle cx="401.57" cy="523.83" r="11" fill="url(#linearGradient4510-8-2)" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/> + <circle cx="401.57" cy="523.83" r="10" fill="url(#linearGradient4327-2)" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/> + <circle cx="401.57" cy="523.83" r="8" fill="url(#linearGradient4356-76)" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/> + <circle cx="401.57" cy="523.83" r="6" fill="url(#linearGradient4356-7-7)" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/> + <circle cx="401.57" cy="523.83" r="4" fill="#2c3e50" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/> + <circle cx="398.57" cy="520.83" r="1" fill="#84cbfe" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/> + <ellipse cx="396.57" cy="518.83" rx="1.5" ry="1.5" fill="#84cbfe" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/> + <path transform="translate(376.57 491.8)" d="m55 23c-1.108 0-2 0.89199-2 2v14c0 1.108 0.89199 2 2 2h3v-18h-2z" fill="url(#linearGradient4861)" stroke-linecap="round"/> + <rect x="382.57" y="505.8" width="52" height="2" fill="url(#linearGradient4784-5)" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/> + <rect x="382.57" y="539.8" width="52" height="2" fill="url(#linearGradient4784-5-7)" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/> + </g> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/ericWeb.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <defs> + <linearGradient id="d" x1="4" x2="4" y1="44" y2="4" gradientTransform="matrix(.066146 0 0 .066142 2.4253 293.6)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#54d883" offset="0"/> + <stop stop-color="#abf9c7" offset="1"/> + </linearGradient> + <linearGradient id="a" x1="34" x2="44" y1="19.008" y2="29.008" gradientUnits="userSpaceOnUse"> + <stop stop-color="#292c2f" offset="0"/> + <stop stop-opacity="0" offset="1"/> + </linearGradient> + <linearGradient id="c" x1="9" x2="38" y1="9" y2="38" gradientTransform="matrix(.066146 0 0 .066142 2.4253 293.6)" gradientUnits="userSpaceOnUse" xlink:href="#a"/> + <linearGradient id="b" x1="4" x2="4" y1="44" y2="4" gradientTransform="matrix(.066146 0 0 .066142 2.4253 293.6)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#197cf1" offset="0"/> + <stop stop-color="#20bcfa" offset="1"/> + </linearGradient> + <linearGradient id="linearGradient65" x1="34" x2="44" y1="19.008" y2="29.008" gradientTransform="matrix(.066146 0 0 .066142 2.4253 293.6)" gradientUnits="userSpaceOnUse" xlink:href="#a"/> + </defs> + <g transform="translate(0 -291.18)"> + <image x=".26458" y="291.44" width="5.2917" height="5.2917" preserveAspectRatio="none" xlink:href="data:image/png;base64,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 "/> + <ellipse cx="4.0128" cy="295.19" rx="1.3229" ry="1.3228" fill="url(#b)" stroke-width=".066144"/> + <path d="m4.0128 293.87a1.3229 1.3228 0 0 0-1.3163 1.1906h0.19182l0.19844 0.19842 0.13229 0.0661 0.72555 1.1872a1.3229 1.3228 0 0 0 0.068196 3e-3 1.3229 1.3228 0 0 0 1.3229-1.3228 1.3229 1.3228 0 0 0-1.3229-1.3228z" fill="url(#c)" opacity=".2" stroke-width=".066144"/> + <path d="m5.2422 294.7-0.43564 0.61955 0.4111 0.41107a1.3229 1.3228 0 0 0 0.11807-0.54335 1.3229 1.3228 0 0 0-0.089958-0.47927 1.3229 1.3228 0 0 0-0.00358-8e-3z" fill="url(#linearGradient65)" fill-rule="evenodd" opacity=".2" stroke-width=".066144"/> + <path d="m4.0128 293.87a1.3229 1.3228 0 0 0-0.12581 7e-3 1.3229 1.3228 0 0 0-0.0168 2e-3 1.3229 1.3228 0 0 0-0.21292 0.0421v-2e-3a1.3229 1.3228 0 0 0-0.64161 0.40612h6.625e-4a1.3229 1.3228 0 0 0-0.2368 0.39321l0.10881-0.0544h0.26458v0.0661l0.066146 0.0661v-0.13228l0.13229-0.1322h0.066146v-0.0661l0.066146-0.0661 0.13229-0.0661 0.066146-0.0661 0.13229-0.0661v0.0661l0.13229-0.0661h-0.066146v-0.0661l-0.066146-0.0661h0.26458l-0.066146 0.0661 0.19844 0.0661-0.066146-0.13229v-0.13228l-0.06264-0.0626a1.3229 1.3228 0 0 0-0.069652-3e-3zm0.99219 0.45042v0.14485h0.11185a1.3229 1.3228 0 0 0-0.11185-0.14485zm-1.848 4e-3h0.00403l-0.00813 8e-3 0.00417-8e-3zm1.986 0.18268-0.071834 0.0239-0.13229 0.0661v0.0661l-0.13229 0.13229-0.066145 0.13228v0.26457l0.066145 0.13228 0.13229 0.0661 0.066145 0.0661 0.31201-0.0519a1.3229 1.3228 0 0 0 1.321e-4 -2e-3 1.3229 1.3228 0 0 0 0.013825-0.11588 1.3229 1.3228 0 0 0 0.00476-0.0953 1.3229 1.3228 0 0 0-0.00595-0.11509 1.3229 1.3228 0 0 0-0.00642-0.0535 1.3229 1.3228 0 0 0-0.012567-0.0816 1.3229 1.3228 0 0 0-0.00893-0.0395 1.3229 1.3228 0 0 0-0.023617-0.0922 1.3229 1.3228 0 0 0-0.00959-0.0286 1.3229 1.3228 0 0 0-0.035654-0.0974 1.3229 1.3228 0 0 0-0.00979-0.0218 1.3229 1.3228 0 0 0-0.048948-0.10086 1.3229 1.3228 0 0 0-0.031287-0.0546zm-2.2546 0.42074-0.066146 0.0661h-0.066146l-0.042995-0.043a1.3229 1.3228 0 0 0 0 2.5e-4 1.3229 1.3228 0 0 0-0.017595 0.13076 1.3229 1.3228 0 0 0-1.323e-4 2e-3l0.12687 0.0422 0.13229 0.0661 0.13229 0.1322h0.13229v0.13229l-0.066146 0.0662-0.066146 0.13228v0.0661l0.13229 0.1322 0.066146 0.13229 0.066146 0.0661 0.13229 0.0661v0.28573a1.3229 1.3228 0 0 0 4e-4 1.3e-4 1.3229 1.3228 0 0 0 0.11225 0.0427 1.3229 1.3228 0 0 0 0.0127 5e-3 1.3229 1.3228 0 0 0 0.10008 0.027 1.3229 1.3228 0 0 0 0.029832 8e-3 1.3229 1.3228 0 0 0 0.087312 0.0143 1.3229 1.3228 0 0 0 0.044979 7e-3 1.3229 1.3228 0 0 0 0.076068 5e-3 1.3229 1.3228 0 0 0 0.06555 3e-3 1.3229 1.3228 0 0 0 0.067337-2e-3l0.064955-0.12984v-0.0661l0.13229-0.0661 0.066146-0.0661 0.066146-0.26457 0.066146-0.0661v-0.13229l-0.13229-0.0669h-0.066146l-0.13229-0.0661h-0.066146l-0.066146-0.13233-0.066146-0.0661h-0.13229l-0.13229-0.13237h-0.13229l-0.19844-0.0661-0.066146 0.13228-0.13229-0.0661h-0.066148v-0.13228l-0.13229-0.0661 0.066146-0.13228z" fill="url(#d)" stroke-width=".066144"/> + <path d="m2.6933 295.16c-2.65e-4 0.0113-0.00338 0.0217-0.00338 0.0331 0 0.73285 0.59002 1.3228 1.3229 1.3228s1.3229-0.58998 1.3229-1.3228c0-0.0113-0.00312-0.0218-0.00338-0.0331-0.00196 0.0797-8e-3 0.1586-0.023417 0.2342a1.3156 1.3156 0 0 1-0.3599 0.66889 1.3196 1.3195 0 0 1-0.42036 0.28302 1.3108 1.3107 0 0 1-0.24858 0.0769 1.3364 1.3363 0 0 1-0.26723 0.0267c-0.091612 0-0.18104-9e-3 -0.26723-0.0267a1.3156 1.3156 0 0 1-0.66893-0.35988 1.3196 1.3195 0 0 1-0.28304-0.42033 1.3108 1.3107 0 0 1-0.076861-0.24856c-0.015412-0.0756-0.021365-0.15445-0.023416-0.2342" opacity=".2" stroke-width=".066144"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/ericWeb48.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="48" height="48" version="1.1" viewBox="0 0 12.7 12.7" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <defs> + <linearGradient id="d" x1="4" x2="4" y1="44" y2="4" gradientTransform="matrix(.15875 0 0 .15874 5.1858 289.49)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#54d883" offset="0"/> + <stop stop-color="#abf9c7" offset="1"/> + </linearGradient> + <linearGradient id="a" x1="34" x2="44" y1="19.008" y2="29.008" gradientUnits="userSpaceOnUse"> + <stop stop-color="#292c2f" offset="0"/> + <stop stop-opacity="0" offset="1"/> + </linearGradient> + <linearGradient id="c" x1="9" x2="38" y1="9" y2="38" gradientTransform="matrix(.15875 0 0 .15874 5.1858 289.49)" gradientUnits="userSpaceOnUse" xlink:href="#a"/> + <linearGradient id="b" x1="4" x2="4" y1="44" y2="4" gradientTransform="matrix(.15875 0 0 .15874 5.1858 289.49)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#197cf1" offset="0"/> + <stop stop-color="#20bcfa" offset="1"/> + </linearGradient> + <linearGradient id="linearGradient65" x1="34" x2="44" y1="19.008" y2="29.008" gradientTransform="matrix(.15875 0 0 .15874 5.1858 289.49)" gradientUnits="userSpaceOnUse" xlink:href="#a"/> + </defs> + <g transform="translate(0 -284.3)"> + <image y="284.3" width="12.7" height="12.7" preserveAspectRatio="none" xlink:href="data:image/png;base64,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 "/> + <ellipse cx="8.9958" cy="293.3" rx="3.175" ry="3.1748" fill="url(#b)" stroke-width=".15874"/> + <path d="m8.9958 290.12a3.175 3.1748 0 0 0-3.1591 2.8573h0.46037l0.47625 0.47622 0.3175 0.15874 1.7413 2.8494a3.175 3.1748 0 0 0 0.16367 8e-3 3.175 3.1748 0 0 0 3.175-3.1748 3.175 3.1748 0 0 0-3.175-3.1748z" fill="url(#c)" opacity=".2" stroke-width=".15874"/> + <path d="m11.946 292.13-1.0455 1.4869 0.98663 0.98657a3.175 3.1748 0 0 0 0.28337-1.304 3.175 3.1748 0 0 0-0.2159-1.1502 3.175 3.1748 0 0 0-0.0086-0.0192z" fill="url(#linearGradient65)" fill-rule="evenodd" opacity=".2" stroke-width=".15874"/> + <path d="m8.9958 290.12a3.175 3.1748 0 0 0-0.30194 0.0175 3.175 3.1748 0 0 0-0.04032 5e-3 3.175 3.1748 0 0 0-0.51102 0.10111v-6e-3a3.175 3.1748 0 0 0-1.5399 0.97467h0.00159a3.175 3.1748 0 0 0-0.56832 0.94371l0.26114-0.13051h0.635v0.15874l0.15875 0.15874v-0.31748l0.3175-0.31748h0.15875v-0.15874l0.15875-0.15874 0.3175-0.15874 0.15875-0.15874 0.3175-0.15874v0.15874l0.3175-0.15874h-0.15875v-0.15874l-0.15875-0.15874h0.635l-0.15875 0.15874 0.47625 0.15874-0.15875-0.31748v-0.31748l-0.15034-0.15033a3.175 3.1748 0 0 0-0.16716-8e-3zm2.3812 1.081v0.34765h0.26845a3.175 3.1748 0 0 0-0.26845-0.34765zm-4.4352 0.0106h0.00968l-0.019524 0.0195 0.010002-0.0195zm4.7663 0.43844-0.1724 0.0573-0.3175 0.15875v0.15873l-0.3175 0.31749-0.15875 0.31747v0.63498l0.15875 0.31746 0.3175 0.15875 0.15875 0.15873 0.74882-0.12461a3.175 3.1748 0 0 0 3.17e-4 -4e-3 3.175 3.1748 0 0 0 0.03318-0.27811 3.175 3.1748 0 0 0 0.01143-0.22873 3.175 3.1748 0 0 0-0.01429-0.27622 3.175 3.1748 0 0 0-0.0154-0.12843 3.175 3.1748 0 0 0-0.03016-0.19587 3.175 3.1748 0 0 0-0.02143-0.0949 3.175 3.1748 0 0 0-0.05668-0.22128 3.175 3.1748 0 0 0-0.02302-0.0686 3.175 3.1748 0 0 0-0.08557-0.23383 3.175 3.1748 0 0 0-0.0235-0.0524 3.175 3.1748 0 0 0-0.11748-0.24208 3.175 3.1748 0 0 0-0.07509-0.13112zm-5.4111 1.0098-0.15875 0.15875h-0.15875l-0.10319-0.10319a3.175 3.1748 0 0 0 0 6e-4 3.175 3.1748 0 0 0-0.042227 0.31383 3.175 3.1748 0 0 0-3.175e-4 5e-3l0.30448 0.10127 0.3175 0.15875 0.15875 0.15873 0.15875 0.15874h0.3175v0.31748l-0.15875 0.1589-0.15875 0.31748v0.15874l0.3175 0.31748 0.15875 0.31748 0.15875 0.15875 0.3175 0.15873v0.68576a3.175 3.1748 0 0 0 9.6e-4 3.1e-4 3.175 3.1748 0 0 0 0.2694 0.1024 3.175 3.1748 0 0 0 0.03048 0.0108 3.175 3.1748 0 0 0 0.24019 0.0648 3.175 3.1748 0 0 0 0.071596 0.0184 3.175 3.1748 0 0 0 0.20955 0.0343 3.175 3.1748 0 0 0 0.10795 0.0165 3.175 3.1748 0 0 0 0.18256 0.0114 3.175 3.1748 0 0 0 0.15732 8e-3 3.175 3.1748 0 0 0 0.16161-6e-3l0.15589-0.3116v-0.15875l0.3175-0.15856 0.15875-0.15875 0.15875-0.63496 0.15875-0.15874v-0.31748l-0.3175-0.15919h-0.15875l-0.3175-0.15874h-0.15875l-0.15875-0.31748-0.15875-0.15874h-0.3175l-0.3175-0.31748h-0.3175l-0.47625-0.15873-0.15875 0.31747-0.3175-0.15874h-0.15876v-0.31748l-0.3175-0.15874 0.15875-0.31748z" fill="url(#d)" stroke-width=".15874"/> + <path d="m5.8289 293.22c-6.36e-4 0.027-0.0081 0.0522-0.0081 0.0794 0 1.7588 1.416 3.1748 3.175 3.1748 1.7589 0 3.175-1.416 3.175-3.1748 0-0.0272-0.0075-0.0524-0.0081-0.0794-0.0047 0.19142-0.01921 0.38065-0.0562 0.56208a3.1575 3.1573 0 0 1-0.86376 1.6054 3.1671 3.1669 0 0 1-1.0089 0.67925 3.1459 3.1458 0 0 1-0.59658 0.18445 3.2074 3.2072 0 0 1-0.64135 0.0641c-0.21987 0-0.4345-0.0221-0.64135-0.0641a3.1575 3.1573 0 0 1-1.6054-0.8637 3.1671 3.1669 0 0 1-0.67929-1.0088 3.1459 3.1458 0 0 1-0.18447-0.59655c-0.036989-0.18143-0.051276-0.37066-0.056198-0.56208" opacity=".2" stroke-width=".15874"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/erict-bw.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="48" height="48" version="1.1" viewBox="0 0 12.7 12.7" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <g transform="translate(0 -284.3)"> + <image x="-2.7756e-17" y="284.3" width="12.7" height="12.7" preserveAspectRatio="none" xlink:href="data:image/png;base64,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 BLHRhQAAAABJRU5ErkJggg== "/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/erict-bwi.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="48" height="48" version="1.1" viewBox="0 0 12.7 12.7" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <g transform="translate(0 -284.3)"> + <image y="284.3" width="12.7" height="12.7" preserveAspectRatio="none" xlink:href="data:image/png;base64,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 "/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/erict-hc.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="48" height="48" version="1.1" viewBox="0 0 12.7 12.7" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <g transform="translate(0 -284.3)"> + <image y="284.3" width="12.7" height="12.7" preserveAspectRatio="none" xlink:href="data:image/png;base64,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 "/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/erict.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="48" height="48" version="1.1" viewBox="0 0 12.7 12.7" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <g transform="translate(0 -284.3)"> + <image y="284.3" width="12.7" height="12.7" preserveAspectRatio="none" xlink:href="data:image/png;base64,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 "/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/errorLineMarker.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg"> + <g transform="translate(0 -291.18)"> + <path transform="matrix(.59533 .11776 -.068135 .73962 21.832 78.034)" d="m4.2262 291.69-5.065 3.7261-0.69439-6.2495z" fill="#de8787" stroke="#a00" stroke-width=".48653"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/esp32Device.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="48" height="48" version="1.1" viewBox="0 0 12.7 12.7" xmlns="http://www.w3.org/2000/svg"> + <g transform="translate(0 -284.3)"> + <path d="m0 290.65v-6.35h12.7v12.7h-12.7zm12.171 0v-5.8208h-11.642v11.642h11.642zm-10.453 0.0234 0.0061-4.6442 4.5621-0.0183c2.5091-0.0101 4.5655 0.0473 4.5697 0.12759 0.0042 0.0802 0.02265 2.17 0.04105 4.6438l0.03345 4.4979-9.2185 0.0374 0.0061-4.6442zm4.3197 2.1421c0.04631-0.48245-0.07275-1.0674-0.26458-1.2998-0.2749-0.33309-0.27872-0.4462-0.01805-0.53393 0.1819-0.0612 0.33073-0.27999 0.33073-0.48614 0-0.26785-0.33981-0.37483-1.1906-0.37483-0.65484 0-1.1906 0.11907-1.1906 0.26459s0.26194 0.26458 0.58208 0.26458c0.45273 0 0.51153 0.0706 0.26458 0.3175-0.48688 0.48688-0.37772 1.0054 0.21167 1.0054 0.38806 0 0.52917 0.17639 0.52917 0.66145 0 0.72407-0.70024 0.91372-1.27 0.34396-0.24694-0.24694-0.3175-0.22734-0.3175 0.0882 0 0.62941 0.29968 0.79024 1.3135 0.70492 0.84683-0.0713 0.94348-0.16189 1.0197-0.95592zm2.6939 0.74489c0-0.14552-0.30999-0.26459-0.68887-0.26459h-0.68887l0.82116-0.93524c0.92753-1.0564 0.91978-1.0319 0.54727-1.728-0.17217-0.3217-0.5532-0.51178-1.0259-0.51178-0.79728 0-1.566 0.62656-1.1126 0.90681 0.14253 0.0881 0.33393 0.0392 0.42534-0.10874 0.0914-0.1479 0.33776-0.2689 0.54745-0.2689 0.64406 0 0.42372 0.91865-0.41249 1.7198-1.1336 1.0861-1.033 1.4552 0.39688 1.4552 0.65484 0 1.1906-0.11906 1.1906-0.26458zm-3.7042-3.9467c0-0.1334-0.14883-0.29263-0.33073-0.35385-0.25784-0.0868-0.2507-0.20827 0.0324-0.55122 0.23606-0.28597 0.25921-0.4399 0.06615-0.4399-0.16334 0-0.29698-0.17859-0.29698-0.39688 0-0.21828 0.17859-0.39687 0.39688-0.39687 0.21828 0 0.39688 0.16402 0.39688 0.36448s0.17859 0.5127 0.39688 0.69385c0.43983 0.36503 0.55086 0.92015 0.13229 0.66146-0.14552-0.0899-0.26458 0.0304-0.26458 0.26737 0 0.29552 0.18704 0.40433 0.59531 0.34635 0.72132-0.10245 0.93208-1.0407 0.3435-1.5292-0.52304-0.43408-0.53108-0.83434-0.01277-0.63545 0.21828 0.0838 0.39688 0.0301 0.39688-0.1192 0-0.1546-0.68354-0.27477-1.5875-0.27909l-1.5875-8e-3v1.3091c1e-6 1.22 0.04503 1.3091 0.66146 1.3091 0.3638 0 0.66146-0.10914 0.66146-0.24253zm2.9104-0.17808c0-0.23134 0.25798-0.62951 0.57329-0.88483 0.78089-0.63233 0.48244-1.3404-0.56498-1.3404-0.78608 0-0.80205 0.0263-0.80205 1.3229 0 0.99954 0.09701 1.3229 0.39688 1.3229 0.21828 0 0.39688-0.18927 0.39688-0.42061zm0.02089-1.5858c0.01269-0.30823 0.07539-0.37092 0.15985-0.15986 0.07643 0.191 0.06703 0.4192-0.02089 0.50712-0.08792 0.0879-0.15045-0.0684-0.13896-0.34726z" fill="#eff0f1" stroke-width=".26458"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/exceptions.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg"> + <g transform="translate(0 -291.18)"> + <path transform="matrix(.22397 .00294 -.0025315 .26011 1.2026 219.78)" d="m0.094494 295.3 10.635-18.897 11.048 18.658-10.841 0.1192z" fill="#fafafa" stroke="#f00" stroke-width="1.0911"/> + <g stroke="#000"> + <rect x="2.6781" y="293.06" width=".46458" height="2.0521" stroke-width=".064585"/> + <rect x="2.6767" y="295.71" width=".46734" height=".46734" stroke-width=".061825"/> + </g> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/exit.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-NegativeText { + color:#da4453; + }</style> + </defs> + <path class="ColorScheme-NegativeText" d="m1 1v20h20v-20h-20m1.25 5h17.5v13.75h-17.5v-13.75m5 5v2.5h7.5v-2.5h-7.5" color="#da4453" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/exportShortcuts.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + <g class="ColorScheme-Text" transform="matrix(.98767 0 0 1 .024667 2)" color="#eff0f1" fill="currentColor"> + <path d="m13 3v2c0 0.554-0.446 1-1 1-1.108 0-2 0.892-2 2h-8v11h18v-11h-9c0-0.554 0.446-1 1-1 1.108 0 2-0.892 2-2v-2zm-10 6h16v1h-16zm0 2h16v7h-16z"/> + <path d="m4 12v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h2v-1zm-12 2v1h2v-1zm3 0v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h3v-1zm-11 2v1h2v-1zm3 0v1h8v-1zm9 0v1h2v-1z"/> + </g> + <path class="ColorScheme-Text" d="m1 1v8h8v-6.4792l-1.5208-1.5208h-5.8125zm0.66667 0.66667h1.3333v2.6667h4v-2.6667h0.1875l1.1458 1.1458v5.5208h-0.66667v-2.6667h-5.3542v2.6667h-0.64583zm2 0h1.2708v2h-1.2708zm-0.66667 4.6667h4v2h-4z" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/featurePermission.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <defs> + <linearGradient id="linearGradient841" x1="34" x2="44" y1="19.008" y2="29.008" gradientTransform="matrix(.5 0 0 .5 -1 -1)" gradientUnits="userSpaceOnUse" xlink:href="#a"/> + </defs> + <linearGradient id="c" x1="9" x2="38" y1="9" y2="38" gradientTransform="matrix(.5 0 0 .5 -1 -1)" gradientUnits="userSpaceOnUse" xlink:href="#a"/> + <linearGradient id="a" x1="34" x2="44" y1="19.008" y2="29.008" gradientUnits="userSpaceOnUse"> + <stop stop-color="#292c2f" offset="0"/> + <stop stop-opacity="0" offset="1"/> + </linearGradient> + <linearGradient id="b" x1="4" x2="4" y1="44" y2="4" gradientTransform="matrix(.5 0 0 .5 -1 -1)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#197cf1" offset="0"/> + <stop stop-color="#20bcfa" offset="1"/> + </linearGradient> + <linearGradient id="d" x1="4" x2="4" y1="44" y2="4" gradientTransform="matrix(.5 0 0 .5 -1 -1)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#54d883" offset="0"/> + <stop stop-color="#abf9c7" offset="1"/> + </linearGradient> + <circle cx="11" cy="11" r="10" fill="url(#b)" stroke-width=".5"/> + <path d="m11 1a10 10 0 0 0-9.95 9h1.45l1.5 1.5 1 0.5 5.4845 8.975a10 10 0 0 0 0.5155 0.025 10 10 0 0 0 10-10 10 10 0 0 0-10-10z" fill="url(#c)" opacity=".2" stroke-width=".5"/> + <path d="M 20.293,7.3165 17,12 20.1075,15.1075 A 10,10 0 0 0 21,11 10,10 0 0 0 20.32,7.377 10,10 0 0 0 20.293,7.3165 Z" fill="url(#linearGradient841)" fill-rule="evenodd" opacity=".2" stroke-width=".5"/> + <path d="m11 1a10 10 0 0 0-0.951 0.055 10 10 0 0 0-0.127 0.015 10 10 0 0 0-1.6095 0.3185v-0.02a10 10 0 0 0-4.85 3.07h5e-3a10 10 0 0 0-1.79 2.9725l0.8225-0.411h2v0.5l0.5 0.5v-1l1-1h0.5v-0.5l0.5-0.5 1-0.5 0.5-0.5 1-0.5v0.5l1-0.5h-0.5v-0.5l-0.5-0.5h2l-0.5 0.5 1.5 0.5-0.5-1v-1l-0.4735-0.4735a10 10 0 0 0-0.5265-0.0265zm7.5 3.405v1.095h0.8455a10 10 0 0 0-0.8455-1.095zm-13.969 0.0335h0.0305l-0.0615 0.0615 0.0315-0.0615zm15.012 1.381-0.543 0.1805-1 0.5v0.5l-1 1-0.5 1v2l0.5 1 1 0.5 0.5 0.5 2.3585-0.3925a10 10 0 0 0 1e-3 -0.011 10 10 0 0 0 0.1045-0.876 10 10 0 0 0 0.036-0.7205 10 10 0 0 0-0.045-0.87 10 10 0 0 0-0.0485-0.4045 10 10 0 0 0-0.095-0.617 10 10 0 0 0-0.0675-0.299 10 10 0 0 0-0.1785-0.697 10 10 0 0 0-0.0725-0.216 10 10 0 0 0-0.2695-0.7365 10 10 0 0 0-0.074-0.165 10 10 0 0 0-0.37-0.7625 10 10 0 0 0-0.2365-0.413zm-17.043 3.1805-0.5 0.5h-0.5l-0.325-0.325a10 10 0 0 0 0 0.0025 10 10 0 0 0-0.133 0.9885 10 10 0 0 0-1e-3 0.015l0.959 0.319 1 0.5 1 1h1v1l-0.5 0.5-0.5 1v0.5l1 1 0.5 1 0.5 0.5 1 0.5v2.16a10 10 0 0 0 3e-3 1e-3 10 10 0 0 0 0.8485 0.3225 10 10 0 0 0 0.096 0.034 10 10 0 0 0 0.7565 0.204 10 10 0 0 0 0.2255 0.058 10 10 0 0 0 0.66 0.108 10 10 0 0 0 0.34 0.052 10 10 0 0 0 0.575 0.036 10 10 0 0 0 0.4955 0.0245 10 10 0 0 0 0.509-0.0185l0.491-0.9815v-0.5l1-0.5 0.5-0.5 0.5-2 0.5-0.5v-1l-1-0.5h-0.5l-1-0.5h-0.5l-0.5-1-0.5-0.5h-1l-1-1h-1l-1.5-0.5-0.5 1-1-0.5h-0.5v-1l-1-0.5 0.5-1z" fill="url(#d)" stroke-width=".5"/> + <path d="m1.0255 10.75c-2e-3 0.085-0.0255 0.1645-0.0255 0.25 0 5.54 4.46 10 10 10s10-4.46 10-10c0-0.0855-0.0235-0.165-0.0255-0.25-0.015 0.603-0.0605 1.199-0.177 1.7705a9.945 9.945 0 0 1-2.7205 5.0565 9.975 9.975 0 0 1-3.1775 2.1395 9.9085 9.9085 0 0 1-1.879 0.581 10.102 10.102 0 0 1-2.02 0.202c-0.6925 0-1.3685-0.0695-2.02-0.202a9.945 9.945 0 0 1-5.0565-2.7205 9.975 9.975 0 0 1-2.1395-3.1775 9.9085 9.9085 0 0 1-0.581-1.879c-0.1165-0.5715-0.1615-1.1675-0.177-1.7705" opacity=".2" stroke-width=".5"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/fileD.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg"> + <g transform="translate(0 -291.18)"> + <text transform="scale(.9993 1.0007)" x="0.075912669" y="296.52783" fill="#c83737" font-family="sans-serif" font-size="7.4061px" letter-spacing="0px" stroke-width=".18515" word-spacing="0px" style="line-height:1.25" xml:space="preserve"><tspan x="0.075912669" y="296.52783" fill="#c83737" stroke-width=".18515">D</tspan></text> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/fileDelete.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-NegativeText { + color:#da4453; + }</style> + </defs> + <path class="ColorScheme-NegativeText" d="m7.1429 1v2.5h1.2857v-1.25h5.1429v1.25h1.2857v-2.5h-7.7143m-5.1429 3.75v1.25h18v-1.25h-18m2.5714 2.5v13.75h12.857v-13.75h-1.2857v12.5h-10.286v-12.5h-1.2857" color="#da4453" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/fileDeleteList.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-NegativeText { + color:#da4453; + }</style> + </defs> + <path class="ColorScheme-NegativeText" d="m7.1429 1v2.5h1.2857v-1.25h5.1429v1.25h1.2857v-2.5h-7.7143m-5.1429 3.75v1.25h18v-1.25h-18m2.5714 2.5v13.75h12.857v-13.75h-1.2857v12.5h-10.286v-12.5h-1.2857" color="#da4453" fill="currentColor"/> + <path class="ColorScheme-Text" d="m11 11v0.83333h10v-0.83333zm0 1.6667v0.83333h5.8333v-0.83333zm0 2.5v0.83333h10v-0.83333zm0 1.6667v0.83333h4.1667v-0.83333zm0 2.5v0.83333h6.6667v-0.83333zm8.3333 0.83333v0.83333h1.6667v-0.83333z" fill="#eff0f1"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/fileDesigner.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" fill="#000000" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <g fill="#eff0f1"> + <path d="m3.9088 0.5c-0.17884 0-0.39742 0.093061-0.52123 0.22024-0.71841 0.72277-1.4383 1.444-2.1613 2.1637-0.12534 0.12408-0.22622 0.34743-0.22622 0.53975v0.00155c0.00306 3.3331 0.00306 10.102 0.00306 10.176v0.39706h0.3913c0.07337 0 9.8514-0.0016 14.691 0.0016 0.19565 0 0.41729-0.10236 0.54416-0.22955l0.0016-0.0016c0.71074-0.71812 1.4246-1.4331 2.1414-2.145 0.13446-0.13494 0.2277-0.36604 0.2277-0.55526-0.003058-3.3238 0-10.171 0-10.171v-0.39706zm0.018342 0.79411h14.29c0 0.49787-3e-3 6.5716 0 9.7698-0.71535 0.71036-1.4292 1.4254-2.1384 2.1419-4.7125-0.0031-13.732-0.0031-14.293-0.0016 0-0.55526 0-6.5514-0.00306-9.762 0.71688-0.71341 1.4322-1.4284 2.1445-2.1481zm3.7617 1.5882c-0.12381 0-0.24609 0.00309-0.3699 0.00775-0.29959 0.012413-0.5946 0.063596-0.88349 0.1489-0.65421 0.19698-1.1449 0.59093-1.4307 1.2191-0.099355 0.21869-0.18342 0.44669-0.25068 0.67779-0.18495 0.63281-0.22317 1.2842-0.23081 1.9372-0.00459 0.44049 0.0214 0.87942 0.084069 1.3153 0.061141 0.40791 0.15591 0.80652 0.31641 1.1896 0.29042 0.68865 0.80095 1.1214 1.5194 1.3106 0.62517 0.16596 1.2565 0.18767 1.9076 0.09617 0.32711 0.5351 0.65727 1.0779 0.99202 1.627 0.39589-0.18613 0.77191-0.36139 1.1586-0.54286-0.31946-0.51493-0.6267-1.0128-0.93088-1.5045 0.13298-0.12098 0.26444-0.228 0.3806-0.34898 0.30112-0.32106 0.48302-0.70726 0.60224-1.1276 0.16967-0.60024 0.21247-1.2175 0.22775-1.8364 0.010701-0.47926-0.019872-0.95697-0.084069-1.4316-0.061141-0.44204-0.16661-0.87322-0.34698-1.2842-0.30724-0.69795-0.82999-1.1353-1.5652-1.3277-0.36226-0.09306-0.72758-0.12408-1.096-0.12563zm4.659 0.79411v1.5882h-0.78261v1.1912h0.78261v2.7794c0 0.30555 0.06266 0.64056 0.18342 0.92595 0.10088 0.24041 0.27055 0.40947 0.50747 0.51338 0.18037 0.07756 0.36838 0.11788 0.5625 0.13649 0.37143 0.03412 0.80248-0.02636 1.1678-0.09151 0.10394-0.01861 0.20635-0.04033 0.31794-0.06203-0.01069-0.32416-0.02752-0.75844-0.05349-1.0702-0.04128-0.00304-0.06266-0.00934-0.0856-0.00776-0.24456 0.00934-0.55333 0.048083-0.79789 0.052729-0.10547 0.00158-0.21247-0.00934-0.31641-0.031028-0.13145-0.027922-0.21858-0.11633-0.25526-0.24971-0.01376-0.055834-0.02905-0.11013-0.03211-0.16596-0.01681-0.20939-0.02293-0.53355-0.02446-0.74448-0.0046-0.75069 0-1.9853 0-1.9853h1.5652v-1.1912h-1.5652v-1.5882zm-4.6972 0.40481c0.23234 0 0.46315 0.027917 0.69395 0.085305 0.39895 0.099264 0.69701 0.31641 0.88043 0.65608 0.1605 0.29159 0.24915 0.60334 0.29042 0.9244 0.048915 0.38775 0.071838 0.7786 0.09324 1.0206-0.019872 0.67159-0.035154 1.1927-0.1819 1.703-0.030573 0.10857-0.068787 0.21559-0.11158 0.31951-0.16508 0.40946-0.49066 0.65918-0.95228 0.76775-0.4662 0.10857-0.93852 0.11011-1.4078 0.0030375-0.49219-0.11163-0.82388-0.38306-0.99813-0.81579-0.14062-0.35053-0.21552-0.71191-0.23539-1.0811-0.022926-0.41412-0.032098-0.82979-0.019871-1.2439 0.010699-0.44824 0.076427-0.89183 0.23692-1.3184 0.033628-0.088402 0.074898-0.17526 0.1177-0.25902 0.18342-0.35208 0.48913-0.57232 0.89878-0.67624 0.23081-0.057387 0.46315-0.085306 0.69548-0.085306z" stroke-width=".39417"/> + <path class="ColorScheme-Text" d="m17.999 11-6.9987 6.9987v3.0013h3.0013l6.9987-6.9987zm-1.7074 2.9085 1.8001 1.8001-2.6449 2.6465v-0.56315l-0.84473 0.0179h-0.86263v-1.3509l1.2012-1.1995zm-3.3968 3.3952v1.3509h1.6895l0.0179 0.54362-0.90006 0.90169h-1.2012l-0.60059-0.60059v-1.2012z"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/fileIDL.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg"> + <g transform="translate(0 -291.18)"> + <text transform="scale(.96631 1.0349)" x="0.13057615" y="285.45972" fill="#13a4f7" font-family="sans-serif" font-size="3.5808px" letter-spacing="0px" stroke-width=".08952" word-spacing="0px" style="line-height:1.25" xml:space="preserve"><tspan x="0.13057615" y="285.45972" fill="#13a4f7" stroke-width=".08952">IDL</tspan></text> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/fileJavascript.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg"> + <g transform="translate(-326 -534.36)"> + <path d="m335.76 535.36c-2.3099 0-3.2779 0.88296-3.2779 3.1372v3.0518c0 1.3922-0.0444 3.0054-1.3203 3.0054h-0.66016v1.6113h0.66016c1.2759 0 1.3203 1.6131 1.3203 3.0054v3.0518c0 2.2542 0.96804 3.1372 3.2779 3.1372v-1.4795c-1.5399 0-1.5615-0.59792-1.5615-2.7637v-2.5195c0-1.0386-0.26612-2.5842-1.5641-3.2251 1.298-0.64088 1.5641-2.1888 1.5641-3.2275v-2.5415c0-2.1658 0.0216-2.7637 1.5615-2.7637zm2.4629 0v1.4795c1.5399 0 1.5818 0.59792 1.5818 2.7637v2.5415c0 1.0388 0.26612 2.5867 1.5641 3.2275-1.298 0.64087-1.5641 2.1865-1.5641 3.2251v2.5195c0 2.1658-0.0418 2.7637-1.5818 2.7637v1.4795c2.3099 0 3.2982-0.88296 3.2982-3.1372v-3.0518c0-1.3922 0.0891-3.0054 1.3432-3.0054h0.6373v-1.6113h-0.6373c-1.254 0-1.3432-1.6131-1.3432-3.0054v-3.0518c0-2.2542-0.98835-3.1372-3.2982-3.1372zm-1.2213 6.25a1.3 1.25 0 0 0-1.3 1.25 1.3 1.25 0 0 0 1.3 1.25 1.3 1.25 0 0 0 1.3-1.25 1.3 1.25 0 0 0-1.3-1.25zm0 5a1.3 1.25 0 0 0-1.3 1.25 1.3 1.25 0 0 0 1.3 1.25v1.25h0.17011c0.30846-0.32125 0.89219-1.2616 1.0588-2.0947a1.3 1.25 0 0 0 0.0711-0.36621 1.3 1.25 0 0 0 0-0.0391 1.3 1.25 0 0 0-1.3-1.25z" fill="#ffa555"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/fileLinguist.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <path d="m3.9088 0.5c-0.17884 0-0.39742 0.093061-0.52123 0.22024-0.71841 0.72277-1.4383 1.444-2.1613 2.1637-0.12534 0.12408-0.22622 0.34743-0.22622 0.53975v0.00155c0.00306 3.3331 0.00306 10.102 0.00306 10.176v0.39706h0.3913c0.07337 0 9.8514-0.0016 14.691 0.0016 0.19565 0 0.41729-0.10236 0.54416-0.22955l0.0016-0.0016c0.71074-0.71812 1.4246-1.4331 2.1414-2.145 0.13446-0.13494 0.2277-0.36604 0.2277-0.55526-0.003058-3.3238 0-10.171 0-10.171v-0.39706zm0.018342 0.79411h14.29c0 0.49787-3e-3 6.5716 0 9.7698-0.71535 0.71036-1.4292 1.4254-2.1384 2.1419-4.7125-0.0031-13.732-0.0031-14.293-0.0016 0-0.55526 0-6.5514-0.00306-9.762 0.71688-0.71341 1.4322-1.4284 2.1445-2.1481zm3.7617 1.5882c-0.12381 0-0.24609 0.00309-0.3699 0.00775-0.29959 0.012413-0.5946 0.063596-0.88349 0.1489-0.65421 0.19698-1.1449 0.59093-1.4307 1.2191-0.099355 0.21869-0.18342 0.44669-0.25068 0.67779-0.18495 0.63281-0.22317 1.2842-0.23081 1.9372-0.00459 0.44049 0.0214 0.87942 0.084069 1.3153 0.061141 0.40791 0.15591 0.80652 0.31641 1.1896 0.29042 0.68865 0.80095 1.1214 1.5194 1.3106 0.62517 0.16596 1.2565 0.18767 1.9076 0.09617 0.32711 0.5351 0.65727 1.0779 0.99202 1.627 0.39589-0.18613 0.77191-0.36139 1.1586-0.54286-0.31946-0.51493-0.6267-1.0128-0.93088-1.5045 0.13298-0.12098 0.26444-0.228 0.3806-0.34898 0.30112-0.32106 0.48302-0.70726 0.60224-1.1276 0.16967-0.60024 0.21247-1.2175 0.22775-1.8364 0.010701-0.47926-0.019872-0.95697-0.084069-1.4316-0.061141-0.44204-0.16661-0.87322-0.34698-1.2842-0.30724-0.69795-0.82999-1.1353-1.5652-1.3277-0.36226-0.09306-0.72758-0.12408-1.096-0.12563zm4.659 0.79411v1.5882h-0.78261v1.1912h0.78261v2.7794c0 0.30555 0.06266 0.64056 0.18342 0.92595 0.10088 0.24041 0.27055 0.40947 0.50747 0.51338 0.18037 0.07756 0.36838 0.11788 0.5625 0.13649 0.37143 0.03412 0.80248-0.02636 1.1678-0.09151 0.10394-0.01861 0.20635-0.04033 0.31794-0.06203-0.01069-0.32416-0.02752-0.75844-0.05349-1.0702-0.04128-0.00304-0.06266-0.00934-0.0856-0.00776-0.24456 0.00934-0.55333 0.048083-0.79789 0.052729-0.10547 0.00158-0.21247-0.00934-0.31641-0.031028-0.13145-0.027922-0.21858-0.11633-0.25526-0.24971-0.01376-0.055834-0.02905-0.11013-0.03211-0.16596-0.01681-0.20939-0.02293-0.53355-0.02446-0.74448-0.0046-0.75069 0-1.9853 0-1.9853h1.5652v-1.1912h-1.5652v-1.5882zm-4.6972 0.40481c0.23234 0 0.46315 0.027917 0.69395 0.085305 0.39895 0.099264 0.69701 0.31641 0.88043 0.65608 0.1605 0.29159 0.24915 0.60334 0.29042 0.9244 0.048915 0.38775 0.071838 0.7786 0.09324 1.0206-0.019872 0.67159-0.035154 1.1927-0.1819 1.703-0.030573 0.10857-0.068787 0.21559-0.11158 0.31951-0.16508 0.40946-0.49066 0.65918-0.95228 0.76775-0.4662 0.10857-0.93852 0.11011-1.4078 0.0030375-0.49219-0.11163-0.82388-0.38306-0.99813-0.81579-0.14062-0.35053-0.21552-0.71191-0.23539-1.0811-0.022926-0.41412-0.032098-0.82979-0.019871-1.2439 0.010699-0.44824 0.076427-0.89183 0.23692-1.3184 0.033628-0.088402 0.074898-0.17526 0.1177-0.25902 0.18342-0.35208 0.48913-0.57232 0.89878-0.67624 0.23081-0.057387 0.46315-0.085306 0.69548-0.085306z" fill="#eff0f1" stroke-width=".39417"/> + <path d="m21 12v6.5455l-2.5 2.4545v-2.4545h-7.5v-6.5455z" fill="#d35f5f"/> + <path d="m20.167 12.818h-8.3333v4.9091h8.3333z" fill="#d35f5f"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/fileLinguist2.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <path d="m3.9088 0.5c-0.17884 0-0.39742 0.093061-0.52123 0.22024-0.71841 0.72277-1.4383 1.444-2.1613 2.1637-0.12534 0.12408-0.22622 0.34743-0.22622 0.53975v0.00155c0.00306 3.3331 0.00306 10.102 0.00306 10.176v0.39706h0.3913c0.07337 0 9.8514-0.0016 14.691 0.0016 0.19565 0 0.41729-0.10236 0.54416-0.22955l0.0016-0.0016c0.71074-0.71812 1.4246-1.4331 2.1414-2.145 0.13446-0.13494 0.2277-0.36604 0.2277-0.55526-0.003058-3.3238 0-10.171 0-10.171v-0.39706zm0.018342 0.79411h14.29c0 0.49787-3e-3 6.5716 0 9.7698-0.71535 0.71036-1.4292 1.4254-2.1384 2.1419-4.7125-0.0031-13.732-0.0031-14.293-0.0016 0-0.55526 0-6.5514-0.00306-9.762 0.71688-0.71341 1.4322-1.4284 2.1445-2.1481zm3.7617 1.5882c-0.12381 0-0.24609 0.00309-0.3699 0.00775-0.29959 0.012413-0.5946 0.063596-0.88349 0.1489-0.65421 0.19698-1.1449 0.59093-1.4307 1.2191-0.099355 0.21869-0.18342 0.44669-0.25068 0.67779-0.18495 0.63281-0.22317 1.2842-0.23081 1.9372-0.00459 0.44049 0.0214 0.87942 0.084069 1.3153 0.061141 0.40791 0.15591 0.80652 0.31641 1.1896 0.29042 0.68865 0.80095 1.1214 1.5194 1.3106 0.62517 0.16596 1.2565 0.18767 1.9076 0.09617 0.32711 0.5351 0.65727 1.0779 0.99202 1.627 0.39589-0.18613 0.77191-0.36139 1.1586-0.54286-0.31946-0.51493-0.6267-1.0128-0.93088-1.5045 0.13298-0.12098 0.26444-0.228 0.3806-0.34898 0.30112-0.32106 0.48302-0.70726 0.60224-1.1276 0.16967-0.60024 0.21247-1.2175 0.22775-1.8364 0.010701-0.47926-0.019872-0.95697-0.084069-1.4316-0.061141-0.44204-0.16661-0.87322-0.34698-1.2842-0.30724-0.69795-0.82999-1.1353-1.5652-1.3277-0.36226-0.09306-0.72758-0.12408-1.096-0.12563zm4.659 0.79411v1.5882h-0.78261v1.1912h0.78261v2.7794c0 0.30555 0.06266 0.64056 0.18342 0.92595 0.10088 0.24041 0.27055 0.40947 0.50747 0.51338 0.18037 0.07756 0.36838 0.11788 0.5625 0.13649 0.37143 0.03412 0.80248-0.02636 1.1678-0.09151 0.10394-0.01861 0.20635-0.04033 0.31794-0.06203-0.01069-0.32416-0.02752-0.75844-0.05349-1.0702-0.04128-0.00304-0.06266-0.00934-0.0856-0.00776-0.24456 0.00934-0.55333 0.048083-0.79789 0.052729-0.10547 0.00158-0.21247-0.00934-0.31641-0.031028-0.13145-0.027922-0.21858-0.11633-0.25526-0.24971-0.01376-0.055834-0.02905-0.11013-0.03211-0.16596-0.01681-0.20939-0.02293-0.53355-0.02446-0.74448-0.0046-0.75069 0-1.9853 0-1.9853h1.5652v-1.1912h-1.5652v-1.5882zm-4.6972 0.40481c0.23234 0 0.46315 0.027917 0.69395 0.085305 0.39895 0.099264 0.69701 0.31641 0.88043 0.65608 0.1605 0.29159 0.24915 0.60334 0.29042 0.9244 0.048915 0.38775 0.071838 0.7786 0.09324 1.0206-0.019872 0.67159-0.035154 1.1927-0.1819 1.703-0.030573 0.10857-0.068787 0.21559-0.11158 0.31951-0.16508 0.40946-0.49066 0.65918-0.95228 0.76775-0.4662 0.10857-0.93852 0.11011-1.4078 0.0030375-0.49219-0.11163-0.82388-0.38306-0.99813-0.81579-0.14062-0.35053-0.21552-0.71191-0.23539-1.0811-0.022926-0.41412-0.032098-0.82979-0.019871-1.2439 0.010699-0.44824 0.076427-0.89183 0.23692-1.3184 0.033628-0.088402 0.074898-0.17526 0.1177-0.25902 0.18342-0.35208 0.48913-0.57232 0.89878-0.67624 0.23081-0.057387 0.46315-0.085306 0.69548-0.085306z" fill="#eff0f1" stroke-width=".39417"/> + <path d="m21 12v6.5455l-2.5 2.4545v-2.4545h-7.5v-6.5455z" fill="#5fd38d"/> + <path d="m20.167 12.818h-8.3333v4.9091h8.3333z" fill="#5fd38d"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/fileMisc.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path d="m2 1v20h11.571v-1.25h-10.286v-17.5h10.286v5h5.1429v7.5h1.2857v-8.7598l-5.1328-4.9902-0.01004 0.012207v-0.012207h-11.571z" fill="#eff0f1"/> + <path d="m13.571 20.401h5.8129v-5.6514" fill="none" stroke="#eff0f1" stroke-width="1.2142px"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/fileModified.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path d="m2 1v20h11.571v-1.25h-10.286v-17.5h10.286v5h5.1429v7.5h1.2857v-8.7598l-5.1328-4.9902-0.01004 0.012207v-0.012207h-11.571z" fill="#eff0f1"/> + <path d="m13.571 20.401h5.8129v-5.6514" fill="none" stroke="#eff0f1" stroke-width="1.2142px"/> + <path class="ColorScheme-Text" d="m6 8v10h10v-8.099l-1.901-1.901h-7.2656zm0.83333 0.83333h1.6667v3.3333h5v-3.3333h0.23438l1.4323 1.4323v6.901h-0.83333v-3.3333h-6.6927v3.3333h-0.80729zm2.5 0h1.5885v2.5h-1.5885zm-0.83333 5.8333h5v2.5h-5z" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/fileMultiProject.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <g fill="#eff0f1"> + <path class="ColorScheme-Text" d="m2.1875 11.5v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/> + <path class="ColorScheme-Text" d="m2.1875 1v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/> + <path class="ColorScheme-Text" d="m12.688 11.5v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/> + <path class="ColorScheme-Text" d="m12.688 1v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/filePixmap.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg"> + <g transform="translate(-326 -534.36)" fill="#c4bb1b"> + <rect x="326.5" y="535.99" width="0" height="11"/> + <rect x="321.94" y="538.51" width="0" height="11"/> + <rect x="317.44" y="526.09" width="0" height="11"/> + <rect x="318.28" y="538.32" width="0" height="11"/> + <rect x="313.73" y="540.84" width="0" height="11"/> + <rect x="309.22" y="528.43" width="0" height="11"/> + <path d="m327 537.36v16h20v-16h-18.75zm1.25 1.2308h2.3901a1.875 1.8462 0 0 1 0.10987 0.61538 1.875 1.8462 0 0 1-1.875 1.8462 1.875 1.8462 0 0 1-0.625-0.10818v-2.3534zm3.6841 0h13.816v13.538h-17.5v-0.964l2.9077-2.8293 1.7602-1.7284 1.9556 1.7452 1.377 1.3149 4.4995-4.1827 3.75 3.5577v-1.8366l-3.75-3.6923-4.4995 4.4303-3.2495-3.1995-4.751 4.6779v-7.2043a3.125 3.0769 0 0 0 0.625 0.0649 3.125 3.0769 0 0 0 3.125-3.0769 3.125 3.0769 0 0 0-0.0659-0.61539z" color="#000000" color-rendering="auto" image-rendering="auto" shape-rendering="auto" solid-color="#000000" style="isolation:auto;mix-blend-mode:normal"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/fileProject.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m3.5 1v2.5h-2.5v3.75h2.5v7.5h-2.5v3.75h2.5v2.5h17.5v-20zm1.25 1.25h15v2.5h-15v-1.25zm0 3.75h15v13.75h-15z" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/filePython.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg"> + <path d="m9.3333 1c-1.8467 0-3.3333 1.4867-3.3333 3.3333h5v1.6667h-6.6667c-1.8467 0-3.3333 1.4867-3.3333 3.3333v3.3333c0 1.8467 1.4867 3.3333 3.3333 3.3333v-1.6667c0-1.4812 0.64983-2.7937 1.6667-3.7077 0.00113-1e-3 0.00211-0.0023 0.00325-0.0032 0.22024-0.19762 0.45764-0.37623 0.70964-0.53385 0.00205-0.0013 0.00445-2e-3 0.00651-0.0033 0.24818-0.15476 0.50993-0.28704 0.7845-0.39715 0.049445-0.0194 0.10278-0.030962 0.15299-0.048825 0.23327-0.084875 0.47095-0.16243 0.71941-0.21159 0.31035-0.05985 0.6287-0.0944 0.95703-0.0944h6.6667v-5c0-1.8467-1.4866-3.3333-3.3333-3.3333zm0 0.83333c0.46167 0 0.83333 0.37167 0.83333 0.83333s-0.37167 0.83333-0.83333 0.83333-0.83333-0.37167-0.83333-0.83333 0.37167-0.83333 0.83333-0.83333zm8.3333 4.1667v1.6667c0 1.4812-0.65308 2.7969-1.6699 3.7109-0.22024 0.19763-0.45764 0.37622-0.70964 0.53385-2e-3 0.0013-0.0045 2e-3 -0.0065 0.0033-0.24818 0.15475-0.50993 0.28703-0.7845 0.39714-0.04945 0.0194-0.10279 0.03098-0.153 0.04883-0.23328 0.08488-0.47096 0.16244-0.71941 0.21159-0.31035 0.05985-0.6287 0.0944-0.95703 0.0944h-6.6667v5c0 1.8466 1.4866 3.3333 3.3333 3.3333h3.3333c1.8467 5e-6 3.3333-1.4867 3.3333-3.3333h-5v-1.6667h6.6667c1.8467 0 3.3333-1.4867 3.3333-3.3333v-3.3333c0-1.8467-1.4867-3.3333-3.3333-3.3333zm-5 12.5c0.46167 0 0.83333 0.37167 0.83333 0.83333 0 0.46167-0.37167 0.83333-0.83333 0.83333-0.46167 0-0.83333-0.37167-0.83333-0.83333 0-0.46167 0.37167-0.83333 0.83333-0.83333z" fill="#f59e16" stroke-width="1.6667"/> + <path d="m3.6449 15.905c-1.0799-0.23814-1.9515-0.96024-2.3667-1.9609-0.23798-0.57353-0.2435-0.6405-0.2435-2.9573 0-2.4426-4.382e-4 -2.4387 0.35679-3.1674 0.15485-0.31587 0.27272-0.47309 0.59404-0.79237 0.61042-0.60654 1.1535-0.87745 1.9611-0.97826 0.24461-0.030533 1.6685-0.0493 3.7405-0.0493h3.3455v-1.678h-5.025l0.020892-0.19809c0.043445-0.41194 0.12282-0.76663 0.2315-1.0344 0.28459-0.70131 0.91079-1.3795 1.5731-1.7036 0.70139-0.34329 0.70088-0.34322 2.9604-0.36191 1.3056-0.010799 2.1368 0.00118 2.3472 0.033828 0.74508 0.1156 1.36 0.42821 1.8771 0.95435 0.38217 0.3888 0.62886 0.78959 0.80494 1.3078l0.12671 0.37288 0.02794 5.6165-3.4628 2.797e-4c-3.7992 2.8e-4 -3.9821 0.010868-4.7579 0.27498-1.6385 0.55781-2.833 1.853-3.3061 3.5847-0.084508 0.30932-0.10069 0.52546-0.11839 1.5818l-0.020511 1.2235-0.19356-0.0037c-0.10646-2e-3 -0.31941-0.03146-0.47322-0.06537zm5.9786-12.448c0.23032-0.096235 0.37788-0.23824 0.48202-0.46388 0.10874-0.23561 0.10887-0.41585 4.85e-4 -0.65447-0.22285-0.4906-0.79509-0.6686-1.2228-0.38036-0.57245 0.38577-0.50672 1.1986 0.11993 1.4832 0.23169 0.10524 0.39574 0.10933 0.62037 0.015472z" fill="#59f" stroke="#59f" stroke-width=".18644"/> + <path d="m3.8769 16.021c-1.2932-0.19009-2.3276-1.0581-2.7783-2.3311-0.10462-0.29556-0.10766-0.35367-0.12435-2.3767-0.02134-2.5866-0.0035742-2.7756 0.32413-3.4486 0.20725-0.42558 0.2898-0.53952 0.64158-0.88559 0.46207-0.45457 0.84593-0.697 1.3787-0.87072 0.35486-0.11571 0.44157-0.12338 1.7945-0.15867 0.78189-0.020394 2.4127-0.038555 3.6239-0.040356l2.2023-0.00327v-1.4915h-5.017l0.039441-0.33792c0.082337-0.70546 0.25768-1.1849 0.61798-1.6898 0.42952-0.60191 1.1146-1.096 1.8194-1.3123 0.25572-0.078458 0.47917-0.085803 2.6102-0.085803h2.3305l0.37288 0.12699c0.53022 0.18057 0.9215 0.42591 1.3262 0.83156 0.39706 0.398 0.6012 0.71448 0.81882 1.2694l0.14988 0.38221 0.05924 5.803h-3.4512c-2.1311 0-3.6243 0.01902-3.9038 0.049728-1.8332 0.20141-3.4435 1.5466-4.0833 3.4109-0.16642 0.48492-0.2114 0.87998-0.21359 1.8762-0.00101 0.46144-0.015071 0.9491-0.031236 1.0837-0.032921 0.27408-0.022253 0.2699-0.50691 0.19866zm5.8238-12.697c0.22793-0.13357 0.39978-0.41605 0.39978-0.65711 0-0.38236-0.38671-0.76907-0.76907-0.76907-0.37964 0-0.76907 0.38942-0.76907 0.76907 0 0.22876 0.1764 0.52469 0.38858 0.65187 0.25028 0.15002 0.49975 0.15176 0.74977 0.00524z" fill="#59f" stroke="#59f" stroke-width=".18644"/> + <path d="m8.4791 20.868c-1.1305-0.3003-2.0097-1.1819-2.3497-2.3563-0.10661-0.36823-0.10735-0.38954-0.10735-3.0975v-2.7267l3.7521-0.0245c4.0868-0.02668 3.7551-0.0052 4.6099-0.299 0.68486-0.23541 1.3543-0.67684 1.9039-1.2554 0.75974-0.7998 1.219-1.7686 1.3618-2.8724 0.02487-0.19227 0.04587-0.77332 0.04666-1.2912l0.0014-0.94166 0.2447 0.025284c1.4235 0.14709 2.5831 1.1278 2.928 2.4764 0.0826 0.32295 0.09004 0.52992 0.09004 2.5022 0 2.3009-0.0047 2.3571-0.24808 2.9596-0.38832 0.96139-1.3874 1.7661-2.4289 1.9562-0.18272 0.03336-1.4679 0.0505-3.7871 0.0505h-3.5105v1.7246h4.9873v0.15458c0 0.69752-0.41873 1.6179-0.98356 2.1619-0.43106 0.41516-0.71671 0.5953-1.2587 0.79375l-0.34464 0.1262-2.2839 0.0118c-2.1321 0.01102-2.3065 0.0058-2.6234-0.07838zm4.5484-0.76527c0.14329-0.07486 0.34581-0.28173 0.42313-0.43224 0.07192-0.13999 0.06565-0.49923-0.01187-0.68041-0.23374-0.54628-0.98118-0.67393-1.3894-0.23729-0.15562 0.16644-0.22436 0.34315-0.22436 0.57672 0 0.33492 0.19378 0.64097 0.48941 0.77292 0.18463 0.08241 0.55566 0.08257 0.71312 3.26e-4z" fill="#fd5" stroke="#fd5" stroke-width=".18644"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/filePython2.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg"> + <path d="m9.3333 1c-1.8467 0-3.3333 1.4867-3.3333 3.3333h5v1.6667h-6.6667c-1.8467 0-3.3333 1.4867-3.3333 3.3333v3.3333c0 1.8467 1.4867 3.3333 3.3333 3.3333v-1.6667c0-1.4812 0.64983-2.7937 1.6667-3.7077 0.00113-1e-3 0.00211-0.0023 0.00325-0.0032 0.22024-0.19762 0.45764-0.37623 0.70964-0.53385 0.00205-0.0013 0.00445-2e-3 0.00651-0.0033 0.24818-0.15476 0.50993-0.28704 0.7845-0.39715 0.049445-0.0194 0.10278-0.030962 0.15299-0.048825 0.23327-0.084875 0.47095-0.16243 0.71941-0.21159 0.31035-0.05985 0.6287-0.0944 0.95703-0.0944h6.6667v-5c0-1.8467-1.4866-3.3333-3.3333-3.3333zm0 0.83333c0.46167 0 0.83333 0.37167 0.83333 0.83333s-0.37167 0.83333-0.83333 0.83333-0.83333-0.37167-0.83333-0.83333 0.37167-0.83333 0.83333-0.83333zm8.3333 4.1667v1.6667c0 1.4812-0.65308 2.7969-1.6699 3.7109-0.22024 0.19763-0.45764 0.37622-0.70964 0.53385-2e-3 0.0013-0.0045 2e-3 -0.0065 0.0033-0.24818 0.15475-0.50993 0.28703-0.7845 0.39714-0.04945 0.0194-0.10279 0.03098-0.153 0.04883-0.23328 0.08488-0.47096 0.16244-0.71941 0.21159-0.31035 0.05985-0.6287 0.0944-0.95703 0.0944h-6.6667v5c0 1.8466 1.4866 3.3333 3.3333 3.3333h3.3333c1.8467 5e-6 3.3333-1.4867 3.3333-3.3333h-5v-1.6667h6.6667c1.8467 0 3.3333-1.4867 3.3333-3.3333v-3.3333c0-1.8467-1.4867-3.3333-3.3333-3.3333zm-5 12.5c0.46167 0 0.83333 0.37167 0.83333 0.83333 0 0.46167-0.37167 0.83333-0.83333 0.83333-0.46167 0-0.83333-0.37167-0.83333-0.83333 0-0.46167 0.37167-0.83333 0.83333-0.83333z" fill="#f59e16" stroke-width="1.6667"/> + <path d="m3.6449 15.905c-1.0799-0.23814-1.9515-0.96024-2.3667-1.9609-0.23798-0.57353-0.2435-0.6405-0.2435-2.9573 0-2.4426-4.382e-4 -2.4387 0.35679-3.1674 0.15485-0.31587 0.27272-0.47309 0.59404-0.79237 0.61042-0.60654 1.1535-0.87745 1.9611-0.97826 0.24461-0.030533 1.6685-0.0493 3.7405-0.0493h3.3455v-1.678h-5.025l0.020892-0.19809c0.043445-0.41194 0.12282-0.76663 0.2315-1.0344 0.28459-0.70131 0.91079-1.3795 1.5731-1.7036 0.70139-0.34329 0.70088-0.34322 2.9604-0.36191 1.3056-0.010799 2.1368 0.00118 2.3472 0.033828 0.74508 0.1156 1.36 0.42821 1.8771 0.95435 0.38217 0.3888 0.62886 0.78959 0.80494 1.3078l0.12671 0.37288 0.02794 5.6165-3.4628 2.797e-4c-3.7992 2.8e-4 -3.9821 0.010868-4.7579 0.27498-1.6385 0.55781-2.833 1.853-3.3061 3.5847-0.084508 0.30932-0.10069 0.52546-0.11839 1.5818l-0.020511 1.2235-0.19356-0.0037c-0.10646-2e-3 -0.31941-0.03146-0.47322-0.06537zm5.9786-12.448c0.23032-0.096235 0.37788-0.23824 0.48202-0.46388 0.10874-0.23561 0.10887-0.41585 4.85e-4 -0.65447-0.22285-0.4906-0.79509-0.6686-1.2228-0.38036-0.57245 0.38577-0.50672 1.1986 0.11993 1.4832 0.23169 0.10524 0.39574 0.10933 0.62037 0.015472z" fill="#59f" stroke="#59f" stroke-width=".18644"/> + <path d="m3.8769 16.021c-1.2932-0.19009-2.3276-1.0581-2.7783-2.3311-0.10462-0.29556-0.10766-0.35367-0.12435-2.3767-0.02134-2.5866-0.0035742-2.7756 0.32413-3.4486 0.20725-0.42558 0.2898-0.53952 0.64158-0.88559 0.46207-0.45457 0.84593-0.697 1.3787-0.87072 0.35486-0.11571 0.44157-0.12338 1.7945-0.15867 0.78189-0.020394 2.4127-0.038555 3.6239-0.040356l2.2023-0.00327v-1.4915h-5.017l0.039441-0.33792c0.082337-0.70546 0.25768-1.1849 0.61798-1.6898 0.42952-0.60191 1.1146-1.096 1.8194-1.3123 0.25572-0.078458 0.47917-0.085803 2.6102-0.085803h2.3305l0.37288 0.12699c0.53022 0.18057 0.9215 0.42591 1.3262 0.83156 0.39706 0.398 0.6012 0.71448 0.81882 1.2694l0.14988 0.38221 0.05924 5.803h-3.4512c-2.1311 0-3.6243 0.01902-3.9038 0.049728-1.8332 0.20141-3.4435 1.5466-4.0833 3.4109-0.16642 0.48492-0.2114 0.87998-0.21359 1.8762-0.00101 0.46144-0.015071 0.9491-0.031236 1.0837-0.032921 0.27408-0.022253 0.2699-0.50691 0.19866zm5.8238-12.697c0.22793-0.13357 0.39978-0.41605 0.39978-0.65711 0-0.38236-0.38671-0.76907-0.76907-0.76907-0.37964 0-0.76907 0.38942-0.76907 0.76907 0 0.22876 0.1764 0.52469 0.38858 0.65187 0.25028 0.15002 0.49975 0.15176 0.74977 0.00524z" fill="#59f" stroke="#59f" stroke-width=".18644"/> + <path d="m8.4791 20.868c-1.1305-0.3003-2.0097-1.1819-2.3497-2.3563-0.10661-0.36823-0.10735-0.38954-0.10735-3.0975v-2.7267l3.7521-0.0245c4.0868-0.02668 3.7551-0.0052 4.6099-0.299 0.68486-0.23541 1.3543-0.67684 1.9039-1.2554 0.75974-0.7998 1.219-1.7686 1.3618-2.8724 0.02487-0.19227 0.04587-0.77332 0.04666-1.2912l0.0014-0.94166 0.2447 0.025284c1.4235 0.14709 2.5831 1.1278 2.928 2.4764 0.0826 0.32295 0.09004 0.52992 0.09004 2.5022 0 2.3009-0.0047 2.3571-0.24808 2.9596-0.38832 0.96139-1.3874 1.7661-2.4289 1.9562-0.18272 0.03336-1.4679 0.0505-3.7871 0.0505h-3.5105v1.7246h4.9873v0.15458c0 0.69752-0.41873 1.6179-0.98356 2.1619-0.43106 0.41516-0.71671 0.5953-1.2587 0.79375l-0.34464 0.1262-2.2839 0.0118c-2.1321 0.01102-2.3065 0.0058-2.6234-0.07838zm4.5484-0.76527c0.14329-0.07486 0.34581-0.28173 0.42313-0.43224 0.07192-0.13999 0.06565-0.49923-0.01187-0.68041-0.23374-0.54628-0.98118-0.67393-1.3894-0.23729-0.15562 0.16644-0.22436 0.34315-0.22436 0.57672 0 0.33492 0.19378 0.64097 0.48941 0.77292 0.18463 0.08241 0.55566 0.08257 0.71312 3.26e-4z" fill="#fd5" stroke="#fd5" stroke-width=".18644"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/fileResource.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg"> + <g transform="translate(-326 -534.36)"> + <g transform="matrix(1.25 0 0 1.25 -84.25 -136.34)" fill="#5fd38d"> + <rect x="329" y="537.36" width="8" height="1"/> + <rect x="329" y="541.36" width="16" height="1"/> + <rect x="329" y="548.36" width="16" height="1"/> + <rect x="329" y="545.36" width="8" height="1"/> + <rect x="329" y="552.36" width="12" height=".99998"/> + </g> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/fileRuby.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg"> + <g transform="translate(-326 -534.36)"> + <rect x="256.23" y="514.7" width="0" height="14.668" fill="#e00a5e"/> + <rect x="263.19" y="537.27" width="0" height="14.668" fill="#e00a5e"/> + <rect x="265" y="536.21" width="0" height="14.668" fill="#e00a5e"/> + <rect x="256.23" y="514.7" width="0" height="14.668" fill="#e00a5e"/> + <rect x="263.19" y="537.27" width="0" height="14.668" fill="#e00a5e"/> + <rect x="265" y="536.21" width="0" height="14.668" fill="#e00a5e"/> + <rect x="256.23" y="514.7" width="0" height="14.668" fill="#e00a5e"/> + <rect x="263.19" y="537.27" width="0" height="14.668" fill="#e00a5e"/> + <rect x="265" y="536.21" width="0" height="14.668" fill="#e00a5e"/> + <rect x="256.23" y="514.7" width="0" height="14.668" fill="#e00a5e"/> + <rect x="263.19" y="537.27" width="0" height="14.668" fill="#e00a5e"/> + <rect x="265" y="536.21" width="0" height="14.668" fill="#e00a5e"/> + <path d="m333.88 535.36v2.5h1.25v-2.5zm5 0v2.5h1.25v-2.5zm-9.9243 1.3501-1.001 0.75195 1.5015 1.9995 0.99854-0.74951zm16.099 0-1.499 2.002 0.99853 0.74951 1.5015-1.9995zm-13.049 2.3999-5 3.75 10 12.5 10-12.5-5-3.75zm0.41747 1.25h3.9575v1.875h-6.4575zm5.2075 0h3.9575l2.5 1.875h-6.4575zm-8.5254 3.125h7.2754v9.0942zm8.5254 0h7.2754l-7.2754 9.0942z" color="#000000" color-rendering="auto" fill="#e41616" fill-rule="evenodd" image-rendering="auto" shape-rendering="auto" stroke-width="1.25"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/fileSave.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m1 1v20h20v-15.872h-0.0098l0.0098-0.012206-4.1162-4.1157-0.0098 0.012211v-0.012211h-0.87399zm1.25 1.2523h3.75v6.2492h10v-6.2492h0.36621l3.3838 3.3834v14.114h-2.5v-8.7489h-12.5v8.7489h-2.5zm5 0h4.8755v4.9994h-4.8755zm-1.25 9.9988h10v7.4991h-10z" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/fileSaveAll.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <g transform="matrix(.9 0 0 .90925 -.7 2.815)" fill="#eff0f1"> + <path d="m7 3.0039v3.9961h1v-3h2v3h1v-3h2v3h3v-3h0.58203l1.418 1.418v8.582h-2v1h3v-9.9961h-0.0039l-1.9961-2z"/> + <path d="m7 16h4v3h-4zm0-7h2v3h-2zm-3 0h2v4h6v-4h0.58203l1.418 1.418v8.582h-2v-4h-6v4h-2zm-1-1v12h12v-10h-0.0039l-1.9961-1.9961v-0.0039062z"/> + <path d="m11-1.9961v3.9961h1v-3h2v3h1v-3h2v3h3v-3h0.58203l1.418 1.418v8.582h-2v1h3v-9.9961h-0.0039l-1.9961-2z"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/fileSaveAs.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m1 2v17.993h10v-1.1245h-5.5556v-6.7467h5.5556v-1.1245h-6.6667v7.8712h-2.2222v-15.742h3.3333v5.6223h8.8889v-5.6223h0.32552l3.0078 3.0439v3.7028h1.1111v-4.1596h-0.0087l0.0087-0.010981-3.6589-3.7028-0.0087 0.010981v-0.010981h-0.77691zm5.5556 1.1266h4.3338v4.4978h-4.3338zm12.222 7.8712-1.1068 1.1179h-0.0043l-5.5556 5.6201 0.0087 0.01098-0.0043 1.1288h-0.0043v1.1245h2.2222l0.0065-0.01098h0.01515l-0.0065-0.01098 1.0959-1.1091 4.4444-4.4934-0.78342-0.79722-5.5447 5.6069-0.65972-0.66545 5.5469-5.6091 0.65755 0.66764 0.78342 0.79063 1.111-1.1245z" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/fileSaveCopy.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m6 1v4.7024h1.25v-3.5302h2.5v3.5302h1.25v-3.5302h2.5v3.5302h3.75v-3.5302h0.72754l1.7725 1.6686v10.099h-2.5v1.1767h3.75v-11.763h-0.0049l-2.4951-2.3535zm-5 5.8791v14.121h15v-11.767h-0.0049l-2.4951-2.3489v-0.0046zm1.25 1.1767h2.5v4.707h7.5v-4.707h0.72754l1.7725 1.6686v10.099h-2.5v-4.707h-7.5v4.707h-2.5zm3.75 0h2.5v3.5302h-2.5zm0 8.2372h5v3.5302h-5z" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/fileSavePixmap.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg"> + <g transform="translate(-326 -534.36)"> + <rect x="326.5" y="535.99" width="0" height="11" fill="#c4bb1b"/> + <rect x="321.94" y="538.51" width="0" height="11" fill="#c4bb1b"/> + <rect x="317.44" y="526.09" width="0" height="11" fill="#c4bb1b"/> + <rect x="318.28" y="538.32" width="0" height="11" fill="#c4bb1b"/> + <rect x="313.73" y="540.84" width="0" height="11" fill="#c4bb1b"/> + <rect x="309.22" y="528.43" width="0" height="11" fill="#c4bb1b"/> + <path transform="translate(326 534.36)" d="m1 1v16h8.1211v-1.2305h-6.8711v-0.96484l2.9082-2.8281 1.7598-1.7285 1.9551 1.7441 0.24805 0.23633v-1.7559l-2.1211-2.0879-4.75 4.6777v-7.2051a3.125 3.0769 0 0 0 0.625 0.066406 3.125 3.0769 0 0 0 3.125-3.0781 3.125 3.0769 0 0 0-0.066406-0.61523h13.816v6.8906h1.25v-8.1211h-20zm1.25 1.2305h2.3906a1.875 1.8462 0 0 1 0.10938 0.61523 1.875 1.8462 0 0 1-1.875 1.8457 1.875 1.8462 0 0 1-0.625-0.10742v-2.3535zm12.5 4.9238-1.998 1.9668h3.9961l-1.998-1.9668z" color="#000000" color-rendering="auto" fill="#c4bb1b" image-rendering="auto" shape-rendering="auto" solid-color="#000000" style="isolation:auto;mix-blend-mode:normal"/> + <path d="m339.67 551.7h3.6667v2.7499h-3.6667zm0-6.4164h1.8333v2.7499h-1.8333zm-2.75 0h1.8333v3.6665h5.5v-3.6665h0.53353l1.2998 1.2998v7.8665h-1.8333v-3.6665h-5.5v3.6665h-1.8333zm-0.91667-0.91663v11h11v-9.1667h-4e-3l-1.8293-1.8292v-4e-3z" fill="#eff0f1"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/fileSaveProject.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path d="m3.5 1v2.5h-2.5v3.75h2.5v7.5h-2.5v3.75h2.5v2.5h6.0723v-1.25h-4.8223v-13.75h15v3.5723h1.25v-8.5723h-17.5zm1.25 1.25h15v2.5h-15v-2.5z" color="#eff0f1" fill="currentColor"/> + <path d="m13.667 17.333h3.6667v2.7499h-3.6667zm0-6.4164h1.8333v2.7499h-1.8333zm-2.75 0h1.8333v3.6665h5.5v-3.6665h0.53353l1.2998 1.2998v7.8665h-1.8333v-3.6665h-5.5v3.6665h-1.8333zm-0.91667-0.91663v11h11v-9.1667h-4e-3l-1.8293-1.8292v-4e-3z" fill="#eff0f1"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/fileSaveVisiblePixmap.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg"> + <g transform="translate(-326 -534.36)"> + <rect x="326.5" y="535.99" width="0" height="11" fill="#c4bb1b"/> + <rect x="321.94" y="538.51" width="0" height="11" fill="#c4bb1b"/> + <rect x="317.44" y="526.09" width="0" height="11" fill="#c4bb1b"/> + <rect x="318.28" y="538.32" width="0" height="11" fill="#c4bb1b"/> + <rect x="313.73" y="540.84" width="0" height="11" fill="#c4bb1b"/> + <rect x="309.22" y="528.43" width="0" height="11" fill="#c4bb1b"/> + <path transform="translate(326 534.36)" d="m1 1v16h8.1211v-1.2305h-6.8711v-0.96484l2.9082-2.8281 1.7598-1.7285 1.9551 1.7441 0.24805 0.23633v-1.7559l-2.1211-2.0879-4.75 4.6777v-7.2051a3.125 3.0769 0 0 0 0.625 0.066406 3.125 3.0769 0 0 0 3.125-3.0781 3.125 3.0769 0 0 0-0.066406-0.61523h13.816v6.8906h1.25v-8.1211h-20zm1.25 1.2305h2.3906a1.875 1.8462 0 0 1 0.10938 0.61523 1.875 1.8462 0 0 1-1.875 1.8457 1.875 1.8462 0 0 1-0.625-0.10742v-2.3535zm12.5 4.9238-1.998 1.9668h3.9961l-1.998-1.9668z" color="#000000" color-rendering="auto" fill="#c4bb1b" image-rendering="auto" shape-rendering="auto" solid-color="#000000" style="isolation:auto;mix-blend-mode:normal"/> + <path d="m339.67 551.7h3.6667v2.7499h-3.6667zm0-6.4164h1.8333v2.7499h-1.8333zm-2.75 0h1.8333v3.6665h5.5v-3.6665h0.53353l1.2998 1.2998v7.8665h-1.8333v-3.6665h-5.5v3.6665h-1.8333zm-0.91667-0.91663v11h11v-9.1667h-4e-3l-1.8293-1.8292v-4e-3z" fill="#eff0f1"/> + <g transform="matrix(.63461 0 0 .55556 64.3 240.26)" fill="#eff0f1"> + <g transform="matrix(.75 0 0 .75 421.46 -241.23)" fill="#eff0f1"> + <path class="ColorScheme-Text" transform="matrix(1.3333 0 0 1.3333 .33333 1030.7)" d="m8 3a9 9 0 0 0-7.877 4.668c0.12895 0.36375 0.35744 0.6766 0.65625 0.9082a8 8 0 0 1 7.2207-4.5762 4 4 0 0 0-4 4 4 4 0 0 0 4 4 4 4 0 0 0 4-4 4 4 0 0 0-3.6504-3.9824 8 8 0 0 1 6.8711 4.5586c0.30152-0.2337 0.53191-0.55009 0.66016-0.91797a9 9 0 0 0-7.8809-4.6582zm0 2a3 3 0 0 1 3 3 3 3 0 0 1-3 3 3 3 0 0 1-3-3 3 3 0 0 1 3-3zm0 1a2 2 0 0 0-2 2 2 2 0 0 0 2 2 2 2 0 0 0 2-2 2 2 0 0 0-0.089844-0.58789 1 1 0 0 1-0.91016 0.58789 1 1 0 0 1-1-1 1 1 0 0 1 0.58984-0.91016 2 2 0 0 0-0.58984-0.089844z" fill="#eff0f1"/> + </g> + </g> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/fileShortcuts.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + <g class="ColorScheme-Text" transform="matrix(1.1111 0 0 1.125 -1.2222 -1.375)" color="#eff0f1" fill="currentColor"> + <path d="m13 3v2c0 0.554-0.446 1-1 1-1.108 0-2 0.892-2 2h-8v11h18v-11h-9c0-0.554 0.446-1 1-1 1.108 0 2-0.892 2-2v-2zm-10 6h16v1h-16zm0 2h16v7h-16z"/> + <path d="m4 12v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h2v-1zm-12 2v1h2v-1zm3 0v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h3v-1zm-11 2v1h2v-1zm3 0v1h8v-1zm9 0v1h2v-1z"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/fileSvg.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg"> + <g transform="translate(-326 -534.36)"> + <path d="m330.65 535.36v3.5294h1.1538v3.596c-1.3405 0.27898-2.3043 1.4796-2.3077 2.8745 2e-3 1.3958 0.96641 2.5977 2.3077 2.8768v3.5938h-1.1538v3.5294h3.4615v-3.5294h-1.1538v-2.1416a11.538 10 0 0 0 10.385 5.671 11.538 10 0 0 0 1.1538-0.0506v-1.1926a10.385 8.8235 0 0 1-1.1538 0.0666 10.385 8.8235 0 0 1-9.8685-6.1121c1.078-0.4512 1.7899-1.5175 1.7916-2.7114-4.9e-4 -1.197-0.71394-2.2679-1.7961-2.7183a10.385 8.8235 0 0 1 9.873-6.1052 10.385 8.8235 0 0 1 1.1538 0.0597v-1.1765a11.538 10 0 0 0-1.1538-0.0597 11.538 10 0 0 0-10.385 5.6595v-2.1301h1.1538v-3.5294zm1.1538 1.1765h1.1538v1.1765h-1.1538zm0.57693 7.0588a1.7308 1.7647 0 0 1 1.4581 0.81802 1.7308 1.7647 0 0 1 0.19832 0.44117c4.9e-4 2e-3 2e-3 3e-3 2e-3 5e-3a1.7308 1.7647 0 0 1 0 5e-3 1.7308 1.7647 0 0 1 0.0721 0.49632 1.7308 1.7647 0 0 1-0.0721 0.50322 1.7308 1.7647 0 0 1-0.19831 0.44117c-9e-4 1e-3 -9.8e-4 3e-3 -2e-3 5e-3a1.7308 1.7647 0 0 1-2e-3 2e-3 1.7308 1.7647 0 0 1-0.30875 0.36535 1.7308 1.7647 0 0 1-1.1471 0.44807 1.7308 1.7647 0 0 1-1.3499-0.66177 1.7308 1.7647 0 0 1-0.27494-0.50092c-2e-3 -6e-3 -5e-3 -0.0121-7e-3 -0.0184a1.7308 1.7647 0 0 1-0.0992-0.58364 1.7308 1.7647 0 0 1 0.0969-0.57675c4e-3 -0.0102 8e-3 -0.0197 0.0113-0.0299a1.7308 1.7647 0 0 1 0.26818-0.48713c4.1e-4 -5.2e-4 -4e-4 -2e-3 0-2e-3a1.7308 1.7647 0 0 1 1.3544-0.66866zm-0.57693 9.4118h1.1538v1.1765h-1.1538z" color="#000000" color-rendering="auto" fill="#35bedc" image-rendering="auto" shape-rendering="auto" solid-color="#000000" style="isolation:auto;mix-blend-mode:normal"/> + <rect x="273.38" y="518.48" width="0" height="14.668" fill="#04896a"/> + <rect x="280.34" y="541.05" width="0" height="14.668" fill="#16907d"/> + <rect x="282.16" y="539.99" width="0" height="14.668" fill="#6c7a89"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/fileText.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg"> + <g transform="translate(-326 -534.36)" fill="#16907d" stroke-width="1.25"> + <rect x="327" y="535.36" width="10" height="1.25"/> + <rect x="327" y="540.36" width="20" height="1.25"/> + <rect x="327" y="549.11" width="20" height="1.25"/> + <rect x="327" y="545.36" width="10" height="1.25"/> + <rect x="327" y="554.11" width="15" height="1.25"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/filemanager.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,35 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <linearGradient id="linearGradient4399" x1="419.46" x2="432.57" y1="499.24" y2="523.8" gradientTransform="matrix(.34462 0 0 .34601 -140.48 864.62)" gradientUnits="userSpaceOnUse"> + <stop offset="0"/> + <stop stop-opacity="0" offset="1"/> + </linearGradient> + <linearGradient id="linearGradient4178" x1="434.16" x2="397.23" y1="548.89" y2="495.31" gradientTransform="matrix(.34462 0 0 .34589 -132.55 862.95)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#127bdc" offset="0"/> + <stop stop-color="#64b4f4" offset="1"/> + </linearGradient> + <linearGradient id="linearGradient4225" x1="396.57" x2="426.57" y1="498.8" y2="511.8" gradientTransform="matrix(.34462 0 0 .34601 -132.55 864.58)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#f5f5f5" offset="0"/> + <stop stop-color="#f9f9f9" offset="1"/> + </linearGradient> + <linearGradient id="linearGradient4297" x1="388.57" x2="416.57" y1="487.8" y2="507.8" gradientTransform="matrix(.34462 0 0 .34601 -132.55 862.89)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#1d5e8c" offset="0"/> + <stop stop-color="#2675a7" offset="1"/> + </linearGradient> + <linearGradient id="linearGradient8603" x1="390.57" x2="442.57" y1="498.3" y2="498.3" gradientTransform="matrix(.34462 0 0 .34601 -132.55 2892.2)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#fff" offset="0"/> + <stop stop-color="#fff" stop-opacity=".4876" offset="1"/> + </linearGradient> + </defs> + <g transform="translate(0 -1030.4)"> + <path d="m1.0894 1042.4 19.911 0.5007v-8.497h-9.9553l-1.5814-2.0004h-8.3739z" fill="url(#linearGradient4297)" stroke-width=".99753"/> + <rect x="2.085" y="1036.4" width="17.92" height="4.9977" rx=".90879" ry=".99955" color="#000000" color-rendering="auto" fill="url(#linearGradient4225)" image-rendering="auto" shape-rendering="auto" solid-color="#000000" style="isolation:auto;mix-blend-mode:normal"/> + <path d="m9.0537 1038.4-1.9911 0.9996h-5.9732l-0.089186 1.0006-5e-7 9.4958c0 0.2698 0.24326 0.4952 0.48974 0.4952l18.926 0.01c0.25424 0.01 0.49783-0.1977 0.49783-0.4998l0.08661-11.501z" fill="url(#linearGradient4178)" stroke-width=".99753"/> + <path d="m1.0894 1039.4-0.089186 1.0006h7.0579l0.99553-1.9991-1.9911 0.9985z" fill="#fff" fill-rule="evenodd" opacity=".3" stroke-width=".99753"/> + <path d="m9.4633 1032.4 0.58586 2.9986h10.951v-0.9995h-9.9553z" fill="#fff" fill-rule="evenodd" opacity=".3" stroke-width=".99753"/> + <path d="m1.0003 1040.4h7.0579l0.99553-1.9991h11.946v11.651h-10.339z" fill="url(#linearGradient4399)" fill-rule="evenodd" opacity=".099"/> + <path d="m2.993 1036.4c-0.50347 0-0.90803 0.4458-0.90803 0.9995v0.9995c0-0.5537 0.40456-0.9995 0.90803-0.9995h16.016c0.50347 0 0.90803 0.4458 0.90803 0.9995v-0.9995c0-0.5537-0.40456-0.9995-0.90803-0.9995z" color="#000000" color-rendering="auto" fill="url(#linearGradient8603)" image-rendering="auto" opacity=".85" shape-rendering="auto" solid-color="#000000" style="isolation:auto;mix-blend-mode:normal"/> + <path d="m20.992 1038.4-0.07972 10.501c0 0.3021-0.24352 0.5098-0.49776 0.4998l-18.925-0.01c-0.24648 0-0.48999-0.2241-0.48999-0.4939v0.9995c0 0.2698 0.24351 0.4939 0.48999 0.4939l18.925 0.01c0.25424 0.01 0.49776-0.1977 0.49776-0.4998l0.0875-11.5z" color="#000000" color-rendering="auto" image-rendering="auto" opacity=".3" shape-rendering="auto" solid-color="#000000" style="isolation:auto;mix-blend-mode:normal"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/find.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m8.5 1c-4.155 0-7.5 3.345-7.5 7.5s3.345 7.5 7.5 7.5c1.8515 0 3.5382-0.66835 4.8438-1.7725l6.7725 6.7725 0.88379-0.88379-6.7725-6.7725c1.1041-1.3055 1.7725-2.9922 1.7725-4.8438 0-4.155-3.345-7.5-7.5-7.5zm0 1.25c3.4625 0 6.25 2.7875 6.25 6.25s-2.7875 6.25-6.25 6.25-6.25-2.7875-6.25-6.25 2.7875-6.25 6.25-6.25z" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/findClear.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m8.5 1c-4.155 0-7.5 3.345-7.5 7.5s3.345 7.5 7.5 7.5c1.8515 0 3.5382-0.66835 4.8438-1.7725l6.7725 6.7725 0.88379-0.88379-6.7725-6.7725c1.1041-1.3055 1.7725-2.9922 1.7725-4.8438 0-4.155-3.345-7.5-7.5-7.5zm0 1.25c3.4625 0 6.25 2.7875 6.25 6.25s-2.7875 6.25-6.25 6.25-6.25-2.7875-6.25-6.25 2.7875-6.25 6.25-6.25z" color="#eff0f1" fill="currentColor"/> + <path d="m4.5 5.8333 2.6667 2.6667-2.6667 2.6667 1.3333 1.3333 2.6667-2.6667 2.6667 2.6667 1.3333-1.3333-2.6667-2.6667 2.6667-2.6667-1.3333-1.3333-2.6667 2.6667-2.6667-2.6667-1.3333 1.3333" fill="#da4453" stroke-width="1.6"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/findNext.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg"> + <path class="ColorScheme-Text" d="m16.406 3-0.40601 0.70703 4.188 7.293-4.188 7.293 0.40601 0.70703 4.594-8-4.594-8" color="#eff0f1" fill="currentColor"/> + <path class="ColorScheme-Text" d="m6.25 4c-2.9085 0-5.25 2.3442-5.25 5.2483 0 2.9076 2.345 5.2483 5.25 5.2483 1.2409 0 2.3641-0.44459 3.2607-1.1595l4.6644 4.6629 0.82487-0.8246-4.6644-4.6629c0.71826-0.89778 1.1644-2.0217 1.1644-3.2642 0-2.9076-2.345-5.2483-5.25-5.2483zm0 1.1663c2.2622 0 4.0833 1.8206 4.0833 4.082s-1.8212 4.082-4.0833 4.082-4.0833-1.8206-4.0833-4.082 1.8212-4.082 4.0833-4.082z" fill="#eff0f1"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/findPrev.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg"> + <path class="ColorScheme-Text" d="m5.594 3 0.40601 0.70703-4.188 7.293 4.188 7.293-0.40601 0.70703-4.594-8 4.594-8" color="#eff0f1" fill="currentColor"/> + <path class="ColorScheme-Text" d="m12.25 4c-2.9085 0-5.25 2.3442-5.25 5.2483 0 2.9076 2.345 5.2483 5.25 5.2483 1.2409 0 2.3641-0.44459 3.2607-1.1595l4.6644 4.6629 0.82487-0.8246-4.6644-4.6629c0.71826-0.89778 1.1644-2.0217 1.1644-3.2642 0-2.9076-2.345-5.2483-5.25-5.2483zm0 1.1663c2.2622 0 4.0833 1.8206 4.0833 4.082s-1.8212 4.082-4.0833 4.082-4.0833-1.8206-4.0833-4.082 1.8212-4.082 4.0833-4.082z" fill="#eff0f1"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/findWordNext.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg"> + <path class="ColorScheme-Text" d="m5.5 5c-2.493 0-4.5 2.0093-4.5 4.4985 0 2.4922 2.01 4.4985 4.5 4.4985 1.0636 0 2.0263-0.38107 2.7949-0.99382l3.998 3.9967 0.70703-0.7068-3.998-3.9967c0.61565-0.76953 0.99805-1.7329 0.99805-2.7979 0-2.4922-2.01-4.4985-4.5-4.4985zm0 0.99967c1.939 0 3.5 1.5605 3.5 3.4989s-1.561 3.4989-3.5 3.4989-3.5-1.5605-3.5-3.4989 1.561-3.4989 3.5-3.4989z" fill="#eff0f1"/> + <g fill="#eff0f1"> + <path class="ColorScheme-Text" d="m13.406 3-0.40601 0.70703 4.188 7.293-4.188 7.293 0.40601 0.70703 4.594-8-4.594-8" color="#eff0f1"/> + <path class="ColorScheme-Text" d="m16.406 3-0.40601 0.70703 4.188 7.293-4.188 7.293 0.40601 0.70703 4.594-8-4.594-8" color="#eff0f1"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/findWordPrev.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg"> + <path class="ColorScheme-Text" d="m13.5 5c-2.493 0-4.5 2.0093-4.5 4.4985 0 2.4922 2.01 4.4985 4.5 4.4985 1.0636 0 2.0263-0.38107 2.7949-0.99382l3.998 3.9967 0.70703-0.7068-3.998-3.9967c0.61565-0.76953 0.99805-1.7329 0.99805-2.7979 0-2.4922-2.01-4.4985-4.5-4.4985zm0 0.99967c1.939 0 3.5 1.5605 3.5 3.4989s-1.561 3.4989-3.5 3.4989-3.5-1.5605-3.5-3.4989 1.561-3.4989 3.5-3.4989z" fill="#eff0f1"/> + <g transform="matrix(-1,0,0,1,22,0)" fill="#eff0f1"> + <path class="ColorScheme-Text" d="m13.406 3-0.40601 0.70703 4.188 7.293-4.188 7.293 0.40601 0.70703 4.594-8-4.594-8" color="#eff0f1"/> + <path class="ColorScheme-Text" d="m16.406 3-0.40601 0.70703 4.188 7.293-4.188 7.293 0.40601 0.70703 4.594-8-4.594-8" color="#eff0f1"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/firefox.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="48px" height="48px" version="1.1" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg"> + <path d="m23.886 2a21.741 22 0 1 0 0 44 21.741 22 0 1 0 0-44z" fill="#01579b" stroke-width="1.1511"/> + <path d="m35.328 20.295c0-0.69474 0-3.3579-1.7164-5.4421-0.11443-0.11579-0.22886-0.34737-0.22886-0.46316-0.11443-0.11579-0.11443-0.23158-0.22886-0.46316l-0.45771-0.69474c-0.22886-0.34737-0.34328-0.57895-0.34328-0.57895-0.45771-0.69474-0.57214-1.6211-0.11443-2.4316 0.11443-0.23158 0.34328-0.46316 0.45771-0.69474-0.11443-0.11579-0.22886-0.23158-0.34328-0.23158h-0.11443c-0.34328-0.23158-0.68657-0.46316-0.91542-0.69474l-0.801-0.57895c-0.57214-0.34737-0.91542-0.46316-0.91542-0.57895-0.801-0.46316-1.2587-1.2737-1.1443-2.2 0.11443-0.92632 0.68657-1.7368 1.602-1.9684 0.11443 0 0.34328-0.11579 0.57214-0.11579l-0.11443-0.11579c-2.0597-0.69474-4.3483-1.0421-6.6368-1.0421-8.4677 0-15.905 4.9789-19.453 12.158v0.57895c0 8.3368 7.209 15.053 16.02 15.053 6.7512 0 12.473-3.9368 14.876-9.4947z" fill="#0277bd" stroke-width="1.1511"/> + <path d="m30.751 5.4737s0.34328-0.11579 1.0299-0.11579h1.1443c0.45771 0 0.91542 0.11579 1.4876 0.23158 0.57214 0.11579 1.1443 0.34737 1.7164 0.57895 0.57214 0.23158 1.2587 0.57895 1.8308 1.0421 0.57214 0.34737 1.1443 0.92632 1.7164 1.3895s1.0299 1.1579 1.4876 1.7368c0.34328 0.69474 0.801 1.2737 1.1443 1.9684 0.34328 0.69474 0.57214 1.3895 0.801 2.0842 0.22886 0.69474 0.34328 1.3895 0.45771 1.9684 0.11443 0.69474 0.11443 1.2737 0.11443 1.7368v0.81053c0 0.23158 0 0.46316-0.11443 0.69474 0 0.46316-0.11443 0.81053-0.11443 1.1579 0 0.57895-0.11443 0.92632-0.11443 0.92632s-0.22886-0.34737-0.45771-0.92632c-0.11443-0.23158-0.34328-0.57895-0.45771-1.0421-0.11443-0.34737-0.34328-0.81053-0.57214-1.2737-0.22886-0.46316-0.45771-0.92632-0.68657-1.5053-0.22886-0.46316-0.57214-1.0421-0.801-1.6211s-0.57214-1.0421-0.91542-1.6211c-0.34328-0.57895-0.68657-1.0421-1.0299-1.5053-0.34328-0.46316-0.68657-1.0421-1.1443-1.3895-0.45771-0.46316-0.801-0.92632-1.2587-1.2737-0.34328-0.46316-0.801-0.81053-1.2587-1.1579-0.45771-0.34737-0.801-0.69474-1.2587-0.92632-0.34328-0.34737-0.801-0.57895-1.1443-0.81053-0.34328-0.23158-0.68657-0.46316-0.91542-0.57895-0.34328-0.34737-0.68657-0.57895-0.68657-0.57895z" fill="#fff176" stroke-width="1.1511"/> + <path d="m45.741 16.589c-0.34328-2.5474-1.3731-4.8632-2.5174-6.4842-0.57214-0.81053-1.1443-1.3895-1.4876-1.7368-0.45771-0.34737-0.68657-0.57895-0.68657-0.57895s0 0.34737 0.11443 0.92632 0.11443 1.2737 0.22886 2.2c0.11443 0.46316 0.11443 0.92632 0.22886 1.3895-0.45771-0.69474-1.0299-1.3895-1.602-1.8526-0.57214-0.57895-1.2587-0.92632-1.602-1.1579-0.57214-0.23158-0.801-0.34737-0.801-0.34737s0.11443 0.23158 0.22886 0.69474 0.34328 1.0421 0.57214 1.8526c0.22886 0.81053 0.57214 1.8526 0.91542 2.8947-0.68657-0.81053-1.3731-1.5053-2.0597-1.9684-0.801-0.46316-1.4876-0.81053-2.0597-0.92632-0.68657-0.23158-1.0298-0.23158-1.0298-0.23158s0.22886 0.23158 0.45771 0.69474c0.11443 0.23158 0.34328 0.46316 0.45771 0.81053 0.22886 0.34737 0.34328 0.69474 0.57214 1.0421 0.34328 0.69474 0.801 1.5053 1.1443 2.4316 0.22886 0.46316 0.34328 0.92632 0.57214 1.3895 0.11443 0.46316 0.45771 0.92632 0.57214 1.5053 0.22886 0.46316 0.34328 0.92632 0.57214 1.5053 0.11443 0.46316 0.34328 0.92632 0.45771 1.5053 0.11443 0.46316 0.34328 0.92632 0.45771 1.3895 0.11443 0.46316 0.22886 0.92632 0.45771 1.2737 0.34328 0.81053 0.57214 1.5053 0.801 1.9684 0.22886 0.46316 0.34328 0.69474 0.34328 0.69474s0.11443-0.23158 0.34328-0.81053c0.11443-0.23158 0.22886-0.57895 0.22886-0.92632 0.11443-0.34737 0.22886-0.81053 0.22886-1.2737 0-0.34737 0.11443-0.69474 0.11443-1.0421 0.11443 0.34737 0.22886 0.57895 0.22886 0.57895s0.11443-0.23158 0.34328-0.69474c0.11443-0.23158 0.22886-0.46316 0.34328-0.81053v-0.11579c0 0.23158 0 0.57895 0.11443 0.81053 0 0.46316 0.11443 0.81053 0.11443 1.1579v1.0421c0 0.57895 0.11443 0.92632 0.11443 0.92632s0.22886-0.23158 0.57214-0.69474c0.11443-0.23158 0.34328-0.46316 0.57214-0.81053s0.34328-0.69474 0.57214-1.1579 0.34328-0.92632 0.45771-1.5053c0.11443-0.57895 0.22886-1.1579 0.34328-1.7368 0.11443-0.57895 0.11443-1.2737 0.11443-1.8526 0.11443-0.69474 0-1.3895-0.11443-1.9684z" fill="#fdd835" stroke-width="1.1511"/> + <path d="m46.886 19.137c0-0.57895-0.11443-0.92632-0.11443-0.92632s-0.22886 0.34737-0.57214 0.81053c-0.34328 0.57895-0.68657 1.2737-1.1443 2.2-0.34328 0.81053-0.801 1.7368-1.2587 2.6632 0-0.92632 0-1.7368-0.11443-2.5474-0.11443-0.69474-0.22886-1.2737-0.34328-1.8526-0.22886-0.57895-0.34328-1.1579-0.57214-1.6211-0.34328-1.0421-0.801-1.7368-1.1443-2.3158-0.34328-0.57895-0.57214-0.81053-0.57214-0.81053s-0.11443 1.3895-0.11443 3.4737c0 1.0421-0.11443 2.0842-0.22886 3.3579 0 0.57895-0.11443 1.1579-0.11443 1.8526 0 0.57895-0.11443 1.2737-0.22886 1.8526v0.46316c-0.11443-1.0421-0.45771-2.0842-0.91542-2.7789-0.34328-0.81053-0.801-1.3895-1.1443-1.7368-0.45771-0.57895-0.68657-0.69474-0.68657-0.69474v0.81053c0 0.46316 0 1.1579-0.11443 1.9684-0.11443 1.5053-0.34328 3.4737-0.57214 5.3263-0.11443 0.46316-0.22886 0.92632-0.22886 1.3895-0.11443 0.46316-0.22886 0.92632-0.22886 1.3895-0.11443 0.46316-0.22886 0.92632-0.34328 1.2737-0.11443 0.46316-0.22886 0.81053-0.22886 1.1579-0.11443 0.34737-0.11443 0.81053-0.22886 1.0421-0.11443 0.34737-0.11443 0.57895-0.22886 0.92632-0.11443 0.57895-0.11443 0.92632-0.11443 0.92632s0.22886-0.11579 0.68657-0.46316 1.0299-0.69474 1.602-1.3895c0.22886-0.34737 0.57214-0.69474 0.91542-1.1579 0.22886-0.46316 0.57214-0.81053 0.801-1.2737 0 0.34737-0.11443 0.69474-0.11443 1.0421-0.11443 0.34737-0.11443 0.81053-0.22886 1.0421-0.22886 0.69474-0.22886 1.0421-0.22886 1.0421 0.11443-0.11579 0.45771 0 0.801 0.11579 0 0.11579-0.11443 0.23158-0.11443 0.23158-0.11443 0.34737-0.22886 0.69474-0.34328 1.0421-0.22886 0.57895-0.34328 0.92632-0.34328 0.92632s0.34328-0.11579 0.801-0.46316c0.22886-0.23158 0.57214-0.34737 0.91542-0.69474 0.34328-0.23158 0.68657-0.57895 1.0299-1.0421 0.34328-0.34737 0.68657-0.81053 1.1443-1.2737 0.34328-0.46316 0.68657-1.0421 1.0299-1.6211 0.68657-1.1579 1.2587-2.4316 1.7164-3.7053 0.45771-1.2737 0.91542-2.6632 1.1443-3.9368 0.22886-1.2737 0.34328-2.4316 0.45771-3.4737 0-1.0421 0-1.8526-0.11443-2.5474z" fill="#ffb300" stroke-width="1.1511"/> + <path d="m43.796 31.411c-0.45771 0.23158-0.91542 0.69474-1.602 1.1579-0.91542 0.69474-1.9453 1.6211-2.9751 2.6632 0.11443-0.34737 0.34328-0.69474 0.45771-1.0421 0.34328-1.0421 0.45771-1.9684 0.57214-2.7789 0-0.81053 0-1.5053-0.11443-1.9684-0.11443-0.57895-0.22886-0.81053-0.22886-0.81053s-0.22886 0.23158-0.45771 0.57895c-0.22886 0.34737-0.68657 0.92632-1.1443 1.5053-0.45771 0.57895-0.91542 1.3895-1.3731 2.0842-0.11443 0.11579-0.11443 0.23158-0.22886 0.34737 0.22886-0.69474 0.22886-1.5053 0.22886-2.2 0-0.92632-0.22886-1.8526-0.45771-2.5474-0.22886-0.69474-0.57214-1.2737-0.801-1.6211-0.11443-0.23158-0.34328-0.46316-0.34328-0.46316s-0.11443 0.23158-0.22886 0.69474c-0.11443 0.34737-0.34328 0.92632-0.57214 1.6211-0.22886 0.57895-0.34328 1.2737-0.57214 2.0842-0.11443 0.34737-0.22886 0.69474-0.34328 1.1579-0.11443 0.34737-0.22886 0.69474-0.34328 0.92632-2.1741 2.2-4.806 2.7789-7.3234 2.8947-1.3731 0-2.6318-0.23158-3.7761-0.57895-1.7164-0.57895-3.3184-1.6211-4.806-3.0105 2.1741 0.23158 4.2338-0.23158 5.9502-1.0421l2.8607-1.8526c0.34328-0.11579 0.68657-0.11579 1.0299 0 0.68657-0.11579 0.91542-0.46316 0.68657-1.1579-0.34328-0.46316-0.91542-0.92632-1.4876-1.2737-1.4876-0.81053-2.9751-0.69474-4.5771 0.34737-1.4876 0.81053-2.8607 0.69474-4.3483-0.11579-3.5473-1.8526-2.1741-6.6 1.602-4.1684 0.22886-1.1579-0.11443-2.4316-0.801-3.7053-3.3184-6.1368 0.45771-11.116 1.7164-11.926-2.2886 0.23158-4.3483 1.2737-6.1791 3.0105-11.786-1.3895-12.816 10.189-12.816 10.305l1.3731-1.2737c-0.45771 1.2737-0.801 2.5474-0.91542 3.9368-0.45771 4.5158 0.801 8.9158 3.7761 13.316 4.5771 5.9053 11.786 9.4947 18.652 9.4947 7.7811 0 12.816-2.8947 16.134-6.6 0.22886-0.23158 0.45771-0.46316 0.68657-0.69474 0.68657-0.81053 1.3731-1.6211 1.9453-2.5474 0.57214-0.81053 0.91542-1.7368 1.2587-2.5474 0.22886-0.81053 0.45771-1.5053 0.57214-1.9684v-0.69474s-0.22886 0.11579-0.68657 0.46316z" fill="#ff9800" stroke-width="1.1511"/> + <path d="m10.154 28.632c-0.22886-8.1053 4.9204-7.4105 7.5522-6.4842-1.8308-0.34737-2.6318 1.3895-1.8308 3.0105-0.34328 0-3.8905-0.34737-5.7214 3.4737zm7.209 3.3579c2.1741 0.23158 4.2338-0.23158 5.9502-1.0421l2.8607-1.8526c0.22886-0.11579 0.57214-0.11579 0.801 0-3.3184-1.9684-6.8657 2.2-14.647 0.92632 1.9453 1.5053 5.0348 1.9684 5.0348 1.9684zm-0.22886-18.989c-0.22886 1.7368 0.11443 3.8211 1.2587 6.0211 1.602-0.92632 3.204-1.9684 3.204-1.9684s2.2886-2.3158 0-2.3158c-2.1741 0-3.6617-0.92632-4.4627-1.7368zm-8.9254-2.4316c-1.0299-0.92632-2.6318-2.7789-2.6318-5.0947 0 0-2.7463 4.5158-1.7164 8.1053 1.0299-1.2737 2.5174-2.3158 4.3483-3.0105z" fill="#ef6c00" stroke-width="1.1511"/> + <path d="m18.393 19.021c1.602-0.92632 3.204-1.9684 3.204-1.9684s0.22886-0.23158 0.45771-0.46316l-0.45771-0.69474h-4.3483c0.22886 1.0421 0.57214 2.0842 1.1443 3.1263z" fill="#ffcc80" stroke-width="1.1511"/> + <path d="m21.597 14.737c-0.34328 0-0.68657 0-1.0299-0.11579l-0.11443 0.11579s0.91542 1.5053 1.1443 2.3158c0 0 2.2886-2.3158 0-2.3158z" fill="#5d4037" stroke-width="1.1511"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/flag.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 .11 .11" xmlns="http://www.w3.org/2000/svg"> + <rect y=".0225" width=".11" height=".065" stroke-width=".021833"/> + <rect y=".044167" width=".11" height=".043333" fill="#d00" stroke-width=".021833"/> + <rect y=".065833" width=".11" height=".021667" fill="#ffce00" stroke-width=".021833"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/flagBlack.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m1 1v20h1.25v-20h-1.25" color="#eff0f1" fill="currentColor"/> + <path d="m2.25 1v11.25l6.25-1.25 1.25-0.24902v2.5l11.25-2.251-2.5-1.25 2.5-1.25-11.25-3.0005v-2.5l-1.25-0.33203-6.25-1.6675" stroke-width="1.25"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/flagBlue.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m1 1v20h1.25v-20h-1.25" color="#eff0f1" fill="currentColor"/> + <path d="m2.25 1v11.25l6.25-1.25 1.25-0.24902v2.5l11.25-2.251-2.5-1.25 2.5-1.25-11.25-3.0005v-2.5l-1.25-0.33203-6.25-1.6675" fill="#1d99f3" stroke-width="1.25"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/flagGreen.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m1 1v20h1.25v-20h-1.25" color="#eff0f1" fill="currentColor"/> + <path d="m2.25 1v11.25l6.25-1.25 1.25-0.24902v2.5l11.25-2.251-2.5-1.25 2.5-1.25-11.25-3.0005v-2.5l-1.25-0.33203-6.25-1.6675" fill="#43be80" stroke-width="1.25"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/flagRed.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m1 1v20h1.25v-20h-1.25" color="#eff0f1" fill="currentColor"/> + <path d="m2.25 1v11.25l6.25-1.25 1.25-0.24902v2.5l11.25-2.251-2.5-1.25 2.5-1.25-11.25-3.0005v-2.5l-1.25-0.33203-6.25-1.6675" fill="#da4453" stroke-width="1.25"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/flagYellow.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m1 1v20h1.25v-20h-1.25" color="#eff0f1" fill="currentColor"/> + <path d="m2.25 1v11.25l6.25-1.25 1.25-0.24902v2.5l11.25-2.251-2.5-1.25 2.5-1.25-11.25-3.0005v-2.5l-1.25-0.33203-6.25-1.6675" fill="#edc11e" stroke-width="1.25"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/flashCookie.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" enable-background="new 0 0 1000 1000" version="1.1" viewBox="0 0 22 22" xml:space="preserve" xmlns="http://www.w3.org/2000/svg"> + +<g transform="matrix(.020408 0 0 .020421 .79593 .78955)" fill="#eff0f1"><g transform="matrix(.1 0 0 -.1 0 512)" fill="#eff0f1"><path d="m4883.8 5013.7c-47.9-3.8-197.2-17.2-335.1-26.8-551.5-46-1093.4-149.4-1332.8-254.7-126.4-55.5-798.5-450-1057-620.4-279.6-183.8-526.6-388.7-829.2-687.5-377.2-371.4-572.5-645.3-683.6-959.3-28.7-74.7-86.2-270-128.3-430.9-44-160.8-114.9-400.2-157-532.3-386.8-1216-342.8-2372.6 128.3-3366.4 118.7-250.9 183.8-358.1 417.4-712.4 520.9-783.2 968.9-1194.9 1734.9-1587.5 733.4-375.3 1371.1-540 2309.4-597.4 993.8-59.4 1639.2 53.6 2278.7 400.2 1124.1 607 1574.1 1037.9 2047.1 1960.9 262.3 509.4 360 821.5 469.2 1489.8 189.6 1173.8 199.1 1476.4 57.4 2257.7-139.8 775.5-319.8 1267.7-658.7 1800-277.7 436.6-532.3 716.2-857.9 936.4-346.6 237.5-628.1 371.5-1219.8 591.7-635.8 233.6-1118.3 329.4-1733 340.9-199.1 1.9-402.1 1.9-450-2zm1001.5-342.7c444.3-68.9 773.6-162.8 1332.8-381.1 453.8-178.1 848.3-398.3 1110.6-620.4 367.6-314.1 794.7-1005.3 986.2-1599 145.5-451.9 279.6-1216 279.6-1602.8 0-381.1-143.6-1424.7-258.5-1878.5-159-622.3-561.1-1367.2-965.1-1784.7-386.8-402.1-1313.6-974.7-1817.2-1122.1-436.6-128.3-572.6-145.5-1152.8-143.6-1081.9 3.8-1773.2 147.5-2546.8 532.4s-1196.8 771.7-1727.3 1572.1c-764.1 1154.6-915.4 2299.8-490.2 3705.3 51.7 174.3 137.9 471.1 189.6 660.6 109.1 398.3 193.4 582.1 367.7 813.8 137.9 180 566.8 607 792.8 787 344.7 273.8 1242.8 811.9 1482.1 888.5 568.6 180.1 1805.7 268.2 2416.5 172.5z"/><path d="m5425.7 4048.6c-183.8-38.3-338.9-137.9-400.2-252.8-59.4-114.9-11.5-321.7 103.4-442.3 210.6-224 622.3-174.3 748.7 90 34.5 67 44 120.6 44 239.4 0 176.2-46 289.2-137.9 337-70.7 36.4-252.6 51.7-358 28.7z"/><path d="m2957.4 3198.4c-145.5-90-245.1-298.7-245.1-517-1.9-166.6 26.8-252.8 122.6-373.4 210.6-266.2 620.4-275.7 850.2-19.2 46 51.7 97.7 134 114.9 183.8 40.2 118.7 38.3 283.4-5.7 379.1-82.3 181.9-394.5 371.5-633.8 386.8-107.3 7.8-136.1 2-203.1-40.1z"/><path d="m7488.1 2901.6c-93.8-51.7-132.1-97.7-275.8-335.1-134-222.1-151.3-289.2-99.6-392.6 68.9-130.2 291-271.9 476.8-298.7 130.2-19.2 338.9 21.1 444.3 88.1 237.5 149.4 212.5 543.8-51.7 808.1-158.9 158.9-346.6 208.7-494 130.2z"/><path d="m5395.1 2036c-287.2-97.7-436.6-287.2-379.2-478.7 47.9-160.8 285.3-338.9 492.1-371.5 191.5-28.7 350.4 78.5 392.6 266.2 32.5 145.5 15.3 409.8-32.6 490.2-76.5 132.2-256.5 168.5-472.9 93.8z"/><path d="m1666.8 1304.6c-172.3-47.9-337-193.4-384.9-335.1-32.5-97.7-13.4-321.7 36.4-417.5 107.2-208.7 369.6-279.6 561.1-153.2 120.6 80.4 158.9 191.5 166.6 473 7.7 266.2-13.4 354.3-99.6 409.8-65.2 44-176.2 51.7-279.6 23z"/><path d="m8359.4 594.1c-342.8-109.2-530.4-415.5-413.6-674 67-149.4 203-208.7 434.7-195.3 178.1 11.5 291.1 74.7 365.8 203 49.8 82.3 53.6 105.3 51.7 281.5 0 157-7.7 204.9-42.1 270-65.2 126.3-218.4 170.4-396.5 114.8z"/><path d="m3665.9 125c-130.2-78.5-183.8-203-187.7-432.8-1.9-160.9 40.2-252.8 162.8-361.9 220.2-201.1 572.6-241.3 721.9-82.3 74.7 80.4 124.5 224.1 126.4 369.6 1.9 118.7-5.7 145.5-55.5 229.8-68.9 111.1-248.9 241.3-396.4 285.3-137.8 40.1-298.7 36.3-371.5-7.7z"/><path d="m5979.1-493.5c-237.5-80.4-421.3-471.1-314.1-666.4 74.7-136 338.9-241.3 572.6-226 195.3 11.5 285.3 107.2 304.5 323.6 15.3 149.4-11.5 252.8-93.8 373.4-109.2 162.8-312.1 247.1-469.2 195.4z"/><path d="m1980.8-1347.6c-53.6-19.2-120.6-49.8-147.4-67-124.5-80.4-195.3-256.6-166.6-409.8 32.6-181.9 206.8-384.9 413.6-486.4 383-189.6 645.3-9.6 672.1 463.4 17.2 262.4-51.7 392.6-247 476.8-141.7 61.3-390.6 72.8-524.7 23z"/><path d="m7616.4-1627.2c-124.5-44-229.8-139.8-296.8-270-44-82.3-49.8-120.6-51.7-268.1 0-151.3 5.7-185.8 53.6-283.4 65.1-132.1 151.3-195.3 302.5-227.9 187.7-38.3 321.7 17.2 432.8 183.8 84.2 124.5 122.5 254.7 134 463.4 19.2 316-78.5 428.9-367.7 427-72.7 0.1-166.5-11.4-206.7-24.8z"/><path d="m4826.4-2778c-248.9-78.5-394.5-381.1-296.8-618.5 74.7-178.1 285.3-296.8 446.2-252.8 107.2 28.7 296.8 160.9 365.8 252.8 105.3 141.7 97.6 296.8-17.2 465.3-107.4 155.1-298.9 214.5-498 153.2z"/></g></g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/flashCookie128.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="128" height="128" enable-background="new 0 0 1000 1000" version="1.1" viewBox="0 0 128 128" xml:space="preserve" xmlns="http://www.w3.org/2000/svg"> + +<g transform="matrix(.12653 0 0 .12661 .73477 .69518)" fill="#eff0f1"><g transform="matrix(.1 0 0 -.1 0 512)" fill="#eff0f1"><path d="m4883.8 5013.7c-47.9-3.8-197.2-17.2-335.1-26.8-551.5-46-1093.4-149.4-1332.8-254.7-126.4-55.5-798.5-450-1057-620.4-279.6-183.8-526.6-388.7-829.2-687.5-377.2-371.4-572.5-645.3-683.6-959.3-28.7-74.7-86.2-270-128.3-430.9-44-160.8-114.9-400.2-157-532.3-386.8-1216-342.8-2372.6 128.3-3366.4 118.7-250.9 183.8-358.1 417.4-712.4 520.9-783.2 968.9-1194.9 1734.9-1587.5 733.4-375.3 1371.1-540 2309.4-597.4 993.8-59.4 1639.2 53.6 2278.7 400.2 1124.1 607 1574.1 1037.9 2047.1 1960.9 262.3 509.4 360 821.5 469.2 1489.8 189.6 1173.8 199.1 1476.4 57.4 2257.7-139.8 775.5-319.8 1267.7-658.7 1800-277.7 436.6-532.3 716.2-857.9 936.4-346.6 237.5-628.1 371.5-1219.8 591.7-635.8 233.6-1118.3 329.4-1733 340.9-199.1 1.9-402.1 1.9-450-2zm1001.5-342.7c444.3-68.9 773.6-162.8 1332.8-381.1 453.8-178.1 848.3-398.3 1110.6-620.4 367.6-314.1 794.7-1005.3 986.2-1599 145.5-451.9 279.6-1216 279.6-1602.8 0-381.1-143.6-1424.7-258.5-1878.5-159-622.3-561.1-1367.2-965.1-1784.7-386.8-402.1-1313.6-974.7-1817.2-1122.1-436.6-128.3-572.6-145.5-1152.8-143.6-1081.9 3.8-1773.2 147.5-2546.8 532.4s-1196.8 771.7-1727.3 1572.1c-764.1 1154.6-915.4 2299.8-490.2 3705.3 51.7 174.3 137.9 471.1 189.6 660.6 109.1 398.3 193.4 582.1 367.7 813.8 137.9 180 566.8 607 792.8 787 344.7 273.8 1242.8 811.9 1482.1 888.5 568.6 180.1 1805.7 268.2 2416.5 172.5z"/><path d="m5425.7 4048.6c-183.8-38.3-338.9-137.9-400.2-252.8-59.4-114.9-11.5-321.7 103.4-442.3 210.6-224 622.3-174.3 748.7 90 34.5 67 44 120.6 44 239.4 0 176.2-46 289.2-137.9 337-70.7 36.4-252.6 51.7-358 28.7z"/><path d="m2957.4 3198.4c-145.5-90-245.1-298.7-245.1-517-1.9-166.6 26.8-252.8 122.6-373.4 210.6-266.2 620.4-275.7 850.2-19.2 46 51.7 97.7 134 114.9 183.8 40.2 118.7 38.3 283.4-5.7 379.1-82.3 181.9-394.5 371.5-633.8 386.8-107.3 7.8-136.1 2-203.1-40.1z"/><path d="m7488.1 2901.6c-93.8-51.7-132.1-97.7-275.8-335.1-134-222.1-151.3-289.2-99.6-392.6 68.9-130.2 291-271.9 476.8-298.7 130.2-19.2 338.9 21.1 444.3 88.1 237.5 149.4 212.5 543.8-51.7 808.1-158.9 158.9-346.6 208.7-494 130.2z"/><path d="m5395.1 2036c-287.2-97.7-436.6-287.2-379.2-478.7 47.9-160.8 285.3-338.9 492.1-371.5 191.5-28.7 350.4 78.5 392.6 266.2 32.5 145.5 15.3 409.8-32.6 490.2-76.5 132.2-256.5 168.5-472.9 93.8z"/><path d="m1666.8 1304.6c-172.3-47.9-337-193.4-384.9-335.1-32.5-97.7-13.4-321.7 36.4-417.5 107.2-208.7 369.6-279.6 561.1-153.2 120.6 80.4 158.9 191.5 166.6 473 7.7 266.2-13.4 354.3-99.6 409.8-65.2 44-176.2 51.7-279.6 23z"/><path d="m8359.4 594.1c-342.8-109.2-530.4-415.5-413.6-674 67-149.4 203-208.7 434.7-195.3 178.1 11.5 291.1 74.7 365.8 203 49.8 82.3 53.6 105.3 51.7 281.5 0 157-7.7 204.9-42.1 270-65.2 126.3-218.4 170.4-396.5 114.8z"/><path d="m3665.9 125c-130.2-78.5-183.8-203-187.7-432.8-1.9-160.9 40.2-252.8 162.8-361.9 220.2-201.1 572.6-241.3 721.9-82.3 74.7 80.4 124.5 224.1 126.4 369.6 1.9 118.7-5.7 145.5-55.5 229.8-68.9 111.1-248.9 241.3-396.4 285.3-137.8 40.1-298.7 36.3-371.5-7.7z"/><path d="m5979.1-493.5c-237.5-80.4-421.3-471.1-314.1-666.4 74.7-136 338.9-241.3 572.6-226 195.3 11.5 285.3 107.2 304.5 323.6 15.3 149.4-11.5 252.8-93.8 373.4-109.2 162.8-312.1 247.1-469.2 195.4z"/><path d="m1980.8-1347.6c-53.6-19.2-120.6-49.8-147.4-67-124.5-80.4-195.3-256.6-166.6-409.8 32.6-181.9 206.8-384.9 413.6-486.4 383-189.6 645.3-9.6 672.1 463.4 17.2 262.4-51.7 392.6-247 476.8-141.7 61.3-390.6 72.8-524.7 23z"/><path d="m7616.4-1627.2c-124.5-44-229.8-139.8-296.8-270-44-82.3-49.8-120.6-51.7-268.1 0-151.3 5.7-185.8 53.6-283.4 65.1-132.1 151.3-195.3 302.5-227.9 187.7-38.3 321.7 17.2 432.8 183.8 84.2 124.5 122.5 254.7 134 463.4 19.2 316-78.5 428.9-367.7 427-72.7 0.1-166.5-11.4-206.7-24.8z"/><path d="m4826.4-2778c-248.9-78.5-394.5-381.1-296.8-618.5 74.7-178.1 285.3-296.8 446.2-252.8 107.2 28.7 296.8 160.9 365.8 252.8 105.3 141.7 97.6 296.8-17.2 465.3-107.4 155.1-298.9 214.5-498 153.2z"/></g></g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/flashCookie16.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="16" height="16" enable-background="new 0 0 1000 1000" version="1.1" viewBox="0 0 16 16" xml:space="preserve" xmlns="http://www.w3.org/2000/svg"> + +<g transform="matrix(.014286 0 0 .014295 .85715 .85268)" fill="#eff0f1"><g transform="matrix(.1 0 0 -.1 0 512)" fill="#eff0f1"><path d="m4883.8 5013.7c-47.9-3.8-197.2-17.2-335.1-26.8-551.5-46-1093.4-149.4-1332.8-254.7-126.4-55.5-798.5-450-1057-620.4-279.6-183.8-526.6-388.7-829.2-687.5-377.2-371.4-572.5-645.3-683.6-959.3-28.7-74.7-86.2-270-128.3-430.9-44-160.8-114.9-400.2-157-532.3-386.8-1216-342.8-2372.6 128.3-3366.4 118.7-250.9 183.8-358.1 417.4-712.4 520.9-783.2 968.9-1194.9 1734.9-1587.5 733.4-375.3 1371.1-540 2309.4-597.4 993.8-59.4 1639.2 53.6 2278.7 400.2 1124.1 607 1574.1 1037.9 2047.1 1960.9 262.3 509.4 360 821.5 469.2 1489.8 189.6 1173.8 199.1 1476.4 57.4 2257.7-139.8 775.5-319.8 1267.7-658.7 1800-277.7 436.6-532.3 716.2-857.9 936.4-346.6 237.5-628.1 371.5-1219.8 591.7-635.8 233.6-1118.3 329.4-1733 340.9-199.1 1.9-402.1 1.9-450-2zm1001.5-342.7c444.3-68.9 773.6-162.8 1332.8-381.1 453.8-178.1 848.3-398.3 1110.6-620.4 367.6-314.1 794.7-1005.3 986.2-1599 145.5-451.9 279.6-1216 279.6-1602.8 0-381.1-143.6-1424.7-258.5-1878.5-159-622.3-561.1-1367.2-965.1-1784.7-386.8-402.1-1313.6-974.7-1817.2-1122.1-436.6-128.3-572.6-145.5-1152.8-143.6-1081.9 3.8-1773.2 147.5-2546.8 532.4s-1196.8 771.7-1727.3 1572.1c-764.1 1154.6-915.4 2299.8-490.2 3705.3 51.7 174.3 137.9 471.1 189.6 660.6 109.1 398.3 193.4 582.1 367.7 813.8 137.9 180 566.8 607 792.8 787 344.7 273.8 1242.8 811.9 1482.1 888.5 568.6 180.1 1805.7 268.2 2416.5 172.5z"/><path d="m5425.7 4048.6c-183.8-38.3-338.9-137.9-400.2-252.8-59.4-114.9-11.5-321.7 103.4-442.3 210.6-224 622.3-174.3 748.7 90 34.5 67 44 120.6 44 239.4 0 176.2-46 289.2-137.9 337-70.7 36.4-252.6 51.7-358 28.7z"/><path d="m2957.4 3198.4c-145.5-90-245.1-298.7-245.1-517-1.9-166.6 26.8-252.8 122.6-373.4 210.6-266.2 620.4-275.7 850.2-19.2 46 51.7 97.7 134 114.9 183.8 40.2 118.7 38.3 283.4-5.7 379.1-82.3 181.9-394.5 371.5-633.8 386.8-107.3 7.8-136.1 2-203.1-40.1z"/><path d="m7488.1 2901.6c-93.8-51.7-132.1-97.7-275.8-335.1-134-222.1-151.3-289.2-99.6-392.6 68.9-130.2 291-271.9 476.8-298.7 130.2-19.2 338.9 21.1 444.3 88.1 237.5 149.4 212.5 543.8-51.7 808.1-158.9 158.9-346.6 208.7-494 130.2z"/><path d="m5395.1 2036c-287.2-97.7-436.6-287.2-379.2-478.7 47.9-160.8 285.3-338.9 492.1-371.5 191.5-28.7 350.4 78.5 392.6 266.2 32.5 145.5 15.3 409.8-32.6 490.2-76.5 132.2-256.5 168.5-472.9 93.8z"/><path d="m1666.8 1304.6c-172.3-47.9-337-193.4-384.9-335.1-32.5-97.7-13.4-321.7 36.4-417.5 107.2-208.7 369.6-279.6 561.1-153.2 120.6 80.4 158.9 191.5 166.6 473 7.7 266.2-13.4 354.3-99.6 409.8-65.2 44-176.2 51.7-279.6 23z"/><path d="m8359.4 594.1c-342.8-109.2-530.4-415.5-413.6-674 67-149.4 203-208.7 434.7-195.3 178.1 11.5 291.1 74.7 365.8 203 49.8 82.3 53.6 105.3 51.7 281.5 0 157-7.7 204.9-42.1 270-65.2 126.3-218.4 170.4-396.5 114.8z"/><path d="m3665.9 125c-130.2-78.5-183.8-203-187.7-432.8-1.9-160.9 40.2-252.8 162.8-361.9 220.2-201.1 572.6-241.3 721.9-82.3 74.7 80.4 124.5 224.1 126.4 369.6 1.9 118.7-5.7 145.5-55.5 229.8-68.9 111.1-248.9 241.3-396.4 285.3-137.8 40.1-298.7 36.3-371.5-7.7z"/><path d="m5979.1-493.5c-237.5-80.4-421.3-471.1-314.1-666.4 74.7-136 338.9-241.3 572.6-226 195.3 11.5 285.3 107.2 304.5 323.6 15.3 149.4-11.5 252.8-93.8 373.4-109.2 162.8-312.1 247.1-469.2 195.4z"/><path d="m1980.8-1347.6c-53.6-19.2-120.6-49.8-147.4-67-124.5-80.4-195.3-256.6-166.6-409.8 32.6-181.9 206.8-384.9 413.6-486.4 383-189.6 645.3-9.6 672.1 463.4 17.2 262.4-51.7 392.6-247 476.8-141.7 61.3-390.6 72.8-524.7 23z"/><path d="m7616.4-1627.2c-124.5-44-229.8-139.8-296.8-270-44-82.3-49.8-120.6-51.7-268.1 0-151.3 5.7-185.8 53.6-283.4 65.1-132.1 151.3-195.3 302.5-227.9 187.7-38.3 321.7 17.2 432.8 183.8 84.2 124.5 122.5 254.7 134 463.4 19.2 316-78.5 428.9-367.7 427-72.7 0.1-166.5-11.4-206.7-24.8z"/><path d="m4826.4-2778c-248.9-78.5-394.5-381.1-296.8-618.5 74.7-178.1 285.3-296.8 446.2-252.8 107.2 28.7 296.8 160.9 365.8 252.8 105.3 141.7 97.6 296.8-17.2 465.3-107.4 155.1-298.9 214.5-498 153.2z"/></g></g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/flashCookie48.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="48" height="48" enable-background="new 0 0 1000 1000" version="1.1" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg"> + +<g transform="matrix(.044898 0 0 .044926 1.551 1.537)" fill="#eff0f1"><g transform="matrix(.1 0 0 -.1 0 512)" fill="#eff0f1"><path d="m4883.8 5013.7c-47.9-3.8-197.2-17.2-335.1-26.8-551.5-46-1093.4-149.4-1332.8-254.7-126.4-55.5-798.5-450-1057-620.4-279.6-183.8-526.6-388.7-829.2-687.5-377.2-371.4-572.5-645.3-683.6-959.3-28.7-74.7-86.2-270-128.3-430.9-44-160.8-114.9-400.2-157-532.3-386.8-1216-342.8-2372.6 128.3-3366.4 118.7-250.9 183.8-358.1 417.4-712.4 520.9-783.2 968.9-1194.9 1734.9-1587.5 733.4-375.3 1371.1-540 2309.4-597.4 993.8-59.4 1639.2 53.6 2278.7 400.2 1124.1 607 1574.1 1037.9 2047.1 1960.9 262.3 509.4 360 821.5 469.2 1489.8 189.6 1173.8 199.1 1476.4 57.4 2257.7-139.8 775.5-319.8 1267.7-658.7 1800-277.7 436.6-532.3 716.2-857.9 936.4-346.6 237.5-628.1 371.5-1219.8 591.7-635.8 233.6-1118.3 329.4-1733 340.9-199.1 1.9-402.1 1.9-450-2zm1001.5-342.7c444.3-68.9 773.6-162.8 1332.8-381.1 453.8-178.1 848.3-398.3 1110.6-620.4 367.6-314.1 794.7-1005.3 986.2-1599 145.5-451.9 279.6-1216 279.6-1602.8 0-381.1-143.6-1424.7-258.5-1878.5-159-622.3-561.1-1367.2-965.1-1784.7-386.8-402.1-1313.6-974.7-1817.2-1122.1-436.6-128.3-572.6-145.5-1152.8-143.6-1081.9 3.8-1773.2 147.5-2546.8 532.4s-1196.8 771.7-1727.3 1572.1c-764.1 1154.6-915.4 2299.8-490.2 3705.3 51.7 174.3 137.9 471.1 189.6 660.6 109.1 398.3 193.4 582.1 367.7 813.8 137.9 180 566.8 607 792.8 787 344.7 273.8 1242.8 811.9 1482.1 888.5 568.6 180.1 1805.7 268.2 2416.5 172.5z"/><path d="m5425.7 4048.6c-183.8-38.3-338.9-137.9-400.2-252.8-59.4-114.9-11.5-321.7 103.4-442.3 210.6-224 622.3-174.3 748.7 90 34.5 67 44 120.6 44 239.4 0 176.2-46 289.2-137.9 337-70.7 36.4-252.6 51.7-358 28.7z"/><path d="m2957.4 3198.4c-145.5-90-245.1-298.7-245.1-517-1.9-166.6 26.8-252.8 122.6-373.4 210.6-266.2 620.4-275.7 850.2-19.2 46 51.7 97.7 134 114.9 183.8 40.2 118.7 38.3 283.4-5.7 379.1-82.3 181.9-394.5 371.5-633.8 386.8-107.3 7.8-136.1 2-203.1-40.1z"/><path d="m7488.1 2901.6c-93.8-51.7-132.1-97.7-275.8-335.1-134-222.1-151.3-289.2-99.6-392.6 68.9-130.2 291-271.9 476.8-298.7 130.2-19.2 338.9 21.1 444.3 88.1 237.5 149.4 212.5 543.8-51.7 808.1-158.9 158.9-346.6 208.7-494 130.2z"/><path d="m5395.1 2036c-287.2-97.7-436.6-287.2-379.2-478.7 47.9-160.8 285.3-338.9 492.1-371.5 191.5-28.7 350.4 78.5 392.6 266.2 32.5 145.5 15.3 409.8-32.6 490.2-76.5 132.2-256.5 168.5-472.9 93.8z"/><path d="m1666.8 1304.6c-172.3-47.9-337-193.4-384.9-335.1-32.5-97.7-13.4-321.7 36.4-417.5 107.2-208.7 369.6-279.6 561.1-153.2 120.6 80.4 158.9 191.5 166.6 473 7.7 266.2-13.4 354.3-99.6 409.8-65.2 44-176.2 51.7-279.6 23z"/><path d="m8359.4 594.1c-342.8-109.2-530.4-415.5-413.6-674 67-149.4 203-208.7 434.7-195.3 178.1 11.5 291.1 74.7 365.8 203 49.8 82.3 53.6 105.3 51.7 281.5 0 157-7.7 204.9-42.1 270-65.2 126.3-218.4 170.4-396.5 114.8z"/><path d="m3665.9 125c-130.2-78.5-183.8-203-187.7-432.8-1.9-160.9 40.2-252.8 162.8-361.9 220.2-201.1 572.6-241.3 721.9-82.3 74.7 80.4 124.5 224.1 126.4 369.6 1.9 118.7-5.7 145.5-55.5 229.8-68.9 111.1-248.9 241.3-396.4 285.3-137.8 40.1-298.7 36.3-371.5-7.7z"/><path d="m5979.1-493.5c-237.5-80.4-421.3-471.1-314.1-666.4 74.7-136 338.9-241.3 572.6-226 195.3 11.5 285.3 107.2 304.5 323.6 15.3 149.4-11.5 252.8-93.8 373.4-109.2 162.8-312.1 247.1-469.2 195.4z"/><path d="m1980.8-1347.6c-53.6-19.2-120.6-49.8-147.4-67-124.5-80.4-195.3-256.6-166.6-409.8 32.6-181.9 206.8-384.9 413.6-486.4 383-189.6 645.3-9.6 672.1 463.4 17.2 262.4-51.7 392.6-247 476.8-141.7 61.3-390.6 72.8-524.7 23z"/><path d="m7616.4-1627.2c-124.5-44-229.8-139.8-296.8-270-44-82.3-49.8-120.6-51.7-268.1 0-151.3 5.7-185.8 53.6-283.4 65.1-132.1 151.3-195.3 302.5-227.9 187.7-38.3 321.7 17.2 432.8 183.8 84.2 124.5 122.5 254.7 134 463.4 19.2 316-78.5 428.9-367.7 427-72.7 0.1-166.5-11.4-206.7-24.8z"/><path d="m4826.4-2778c-248.9-78.5-394.5-381.1-296.8-618.5 74.7-178.1 285.3-296.8 446.2-252.8 107.2 28.7 296.8 160.9 365.8 252.8 105.3 141.7 97.6 296.8-17.2 465.3-107.4 155.1-298.9 214.5-498 153.2z"/></g></g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/formatTextBold.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <path d="m3 1v20h10a6 6 0 0 0 6-6 6 6 0 0 0-3.082-5.2344c0.67694-0.91404 1.082-2.0409 1.082-3.2656 0-3.0376-2.4624-5.5-5.5-5.5h-4.5zm4 3h4.5c1.3807 0 2.5 1.1193 2.5 2.5s-1.1193 2.5-2.5 2.5h-4.5zm0 8h6a3 3 0 0 1 3 3 3 3 0 0 1-3 3h-6z" fill="#eff0f1"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/formatTextBulletedList.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m2.25 1c-0.69036 0-1.25 0.55964-1.25 1.25s0.55964 1.25 1.25 1.25 1.25-0.55964 1.25-1.25-0.55964-1.25-1.25-1.25zm7.5 0v1.25h11.25v-1.25zm0 2.5v1.25h7.5v-1.25zm-7.5 5c-0.69036 0-1.25 0.55964-1.25 1.25s0.55964 1.25 1.25 1.25 1.25-0.55964 1.25-1.25-0.55964-1.25-1.25-1.25zm7.5 0v1.25h11.25v-1.25zm0 2.5v1.25h2.5v-1.25zm-7.5 5c-0.69036 0-1.25 0.55964-1.25 1.25s0.55964 1.25 1.25 1.25 1.25-0.55964 1.25-1.25-0.55964-1.25-1.25-1.25zm7.5 0v1.25h11.25v-1.25zm0 2.5v1.25h7.5v-1.25zm8.75 1.25v1.25h2.5v-1.25z" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/formatTextCodeBlock.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m12.875 1-5 19.692 1.25 0.30762 5-19.692zm-6.5576 3.75-4.9683 5.8057-0.34912 0.44434 0.34912 0.44434 4.9683 5.8057 0.93262-0.88623-4.5801-5.3638 4.5801-5.3638zm9.3652 0-0.93262 0.88623 4.5801 5.3638-4.5801 5.3638 0.93262 0.88623 4.9683-5.8057 0.34912-0.44434-0.34912-0.44434z" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/formatTextHeader.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <path d="m13.214 13q0.61017 0 1.0943 0.17907 0.49079 0.17907 0.82903 0.49079 0.33825 0.30508 0.51732 0.72292 0.1857 0.4112 0.1857 0.88209 0 0.41783-0.09285 0.73618-0.08622 0.31835-0.25866 0.55711t-0.42447 0.40457q-0.25203 0.16581-0.57038 0.27192 1.5055 0.51069 1.5055 2.0361 0 0.66986-0.24539 1.1805-0.23876 0.50405-0.64996 0.84893-0.40457 0.34488-0.94842 0.51732-0.53721 0.17244-1.1341 0.17244-0.63007 0-1.1142-0.14591-0.47752-0.14591-0.8423-0.43773-0.35814-0.29845-0.62343-0.73618-0.25866-0.43773-0.44436-1.0147l0.70302-0.29845q0.27856-0.11275 0.51732-0.05306 0.2454 0.05306 0.34488 0.25866 0.11938 0.2255 0.25203 0.42447 0.13265 0.19234 0.29845 0.34488 0.17244 0.14591 0.3913 0.23213t0.50405 0.08622q0.35151 0 0.61017-0.11275 0.26529-0.11938 0.43773-0.30508 0.17244-0.19234 0.25866-0.4311t0.08622-0.47752q0-0.30508-0.05969-0.55711-0.05306-0.25203-0.25203-0.4311-0.19234-0.17907-0.57038-0.27856-0.37804-0.09948-1.028-0.09948v-1.1341q0.54385-0.0066 0.88872-0.09948 0.35151-0.09285 0.55048-0.25866 0.19897-0.17244 0.27192-0.40457 0.07296-0.23213 0.07296-0.51732 0-0.60354-0.30508-0.90862-0.29846-0.30509-0.8423-0.30509-0.48416 0-0.80914 0.27192t-0.45099 0.66986q-0.10612 0.30508-0.28519 0.39794-0.17244 0.09285-0.49742 0.03979l-0.8423-0.14591q0.09285-0.64333 0.35151-1.1209 0.25866-0.48416 0.64996-0.80251 0.3913-0.32498 0.88873-0.48416 0.50405-0.1658 1.0811-0.1658z" fill="none"/> + <path d="m4.5 1v20h2.6v-8.75h7.8v8.75h2.6v-20h-2.6v8.75h-7.8v-8.75z" fill="#eff0f1" stroke-width="1.2748"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/formatTextHeader1.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <path d="m1 1v19.048h2.8586v-8.5714h7.623v8.5714h2.706v-0.59338a0.95298 0.95248 0 0 1 0.15261-0.51711v-4.7824c-0.05474-0.05509-0.11216-0.09424-0.16378-0.16741a0.95298 0.95248 0 0 1-0.0074-0.0093l-0.61416-0.89286a0.95298 0.95248 0 0 1 0.13958-1.2388l0.64579-0.59521v-10.251h-2.8587v7.619h-7.623v-7.619z" fill="#eff0f1" stroke-width=".95263"/> + <text transform="scale(.96986 1.0311)" x="13.644353" y="20.366993" fill="#49cff1" font-family="sans-serif" font-size="17.067px" letter-spacing="0" stroke-width=".95263" word-spacing="0"><tspan x="13.644353" y="20.366993" fill="#49cff1" font-family="Carlito" font-weight="bold" stroke-width=".95263">1</tspan></text> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/formatTextHeader2.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <path d="m1 1v19.048h2.8571v-8.5714h7.619v8.5714h0.97656c0.02092-0.15953 0.0529-0.31663 0.10417-0.46503a0.95248 0.95248 0 0 1 0.0074-0.0186c0.11234-0.30421 0.30066-0.56962 0.52083-0.78125l1.2482-1.2891v-3.5175l-0.94494-0.16369a0.95248 0.95248 0 0 1-0.77939-1.0844c0.09839-0.63812 0.28047-1.2226 0.5599-1.7411l0.0019-0.0019v-0.0019c0.271-0.50774 0.62262-0.95429 1.0528-1.3114 0.03406-0.028333 0.07484-0.0472 0.10975-0.074409v-8.5974h-2.8571v7.619h-7.6191v-7.619z" fill="#eff0f1" stroke-width=".95238"/> + <path d="m17.36 9.5714c-0.4921 0-0.95219 0.070228-1.3821 0.21205-0.42988 0.13616-0.81211 0.3433-1.1458 0.62128-0.32807 0.27231-0.60158 0.61637-0.82217 1.0305-0.2206 0.40847-0.3746 0.88758-0.45945 1.4379l1.0863 0.18787c0.2715 0.04539 0.48344 0.02734 0.63616-0.05208 0.15838-0.07942 0.28338-0.24871 0.37388-0.50967 0.05091-0.17019 0.12334-0.32869 0.21949-0.47619 0.09616-0.1475 0.21209-0.2754 0.34784-0.38318 0.13575-0.10779 0.28976-0.19429 0.45945-0.2567s0.35627-0.09301 0.5599-0.09301c0.47513 0 0.84286 0.13329 1.1031 0.39992 0.26019 0.26664 0.39062 0.66111 0.39062 1.183 0 0.28933-0.03808 0.5667-0.11161 0.83333-0.07353 0.26096-0.18404 0.52214-0.3311 0.78311-0.14141 0.25529-0.31892 0.5147-0.53386 0.77567-0.20928 0.26096-0.45201 0.5347-0.72917 0.82403l-3.2757 3.3798c-0.13575 0.13048-0.23175 0.27093-0.28832 0.42411-0.05091 0.14751-0.07626 0.28619-0.07626 0.41667v0.6901h7.619v-1.2258c0-0.20423-0.067-0.36812-0.20275-0.49293-0.1301-0.12481-0.30403-0.18787-0.51897-0.18787h-2.5539c-0.2206 0-0.45789 0.02344-0.71242 0.06883-0.25454 0.03971-0.50812 0.09915-0.76265 0.17857l2.3921-2.5112c0.29413-0.30635 0.57493-0.60892 0.84077-0.9096 0.26585-0.30635 0.49771-0.61794 0.69568-0.93564 0.19797-0.32337 0.35555-0.66203 0.47433-1.0138 0.11878-0.35741 0.17857-0.74285 0.17857-1.157 0-0.48222-0.08514-0.9217-0.25484-1.3188-0.16403-0.4028-0.39954-0.74685-0.70498-1.0305-0.29978-0.28366-0.66387-0.50159-1.0938-0.65476-0.42422-0.15885-0.89703-0.2381-1.4174-0.2381z" fill="#49cff1" stroke-width=".95238"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/formatTextHeader3.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <path d="m1 1v19.048h2.8571v-8.5714h7.619v8.5714h1.8192c-0.05366-0.07836-0.11583-0.14858-0.16555-0.23066l-0.0019-0.0037-0.0037-0.0056c-0.26179-0.44319-0.47425-0.93695-0.64916-1.4806l-0.26786-0.82961 1.702-0.71987 0.0074-0.0037c0.12979-0.05255 0.27396-0.07709 0.41668-0.10417v-2.753l-1.7169-0.29576 0.13207-0.91704c0.09162-0.63506 0.27172-1.2202 0.55246-1.7392v-0.0019c0.26523-0.49481 0.61423-0.92634 1.0324-1.2741v-8.6887h-2.8571v7.619h-7.619v-7.619z" fill="#eff0f1" stroke-width=".95238"/> + <path d="m17.464 9.5714c-0.48829 0-0.94621 0.069828-1.3728 0.21019-0.42094 0.13475-0.79609 0.34058-1.1272 0.6157-0.33114 0.2695-0.607 0.60948-0.82589 1.0193-0.21889 0.40425-0.36785 0.87837-0.44643 1.423l1.0696 0.18415c0.27502 0.04491 0.48651 0.02838 0.63244-0.05022 0.15154-0.07861 0.27106-0.24582 0.36086-0.50409 0.10664-0.33688 0.2979-0.62174 0.57292-0.85193 0.27502-0.2302 0.61707-0.34412 1.0268-0.34412 0.46023 0 0.817 0.12863 1.0696 0.3869 0.25818 0.25827 0.3869 0.64234 0.3869 1.1533 0 0.24143-0.03127 0.46011-0.09301 0.65662s-0.17574 0.36741-0.34412 0.51339c-0.16838 0.14037-0.40194 0.25064-0.69941 0.32924-0.29185 0.07863-0.667 0.1209-1.1272 0.12649v1.4397c0.55003 0 0.98403 0.04227 1.3039 0.12649 0.31992 0.08422 0.56268 0.20183 0.72545 0.35342 0.16838 0.1516 0.27504 0.33538 0.31994 0.54874 0.05051 0.21336 0.07441 0.44857 0.07441 0.70684 0 0.20213-0.03678 0.40427-0.10975 0.6064-0.07296 0.20213-0.18145 0.38405-0.32738 0.54688-0.14593 0.15721-0.33167 0.28584-0.55618 0.3869-0.21889 0.09545-0.47634 0.14323-0.77381 0.14323-0.24134 0-0.45467-0.03489-0.63988-0.10789-0.18521-0.07299-0.35073-0.17224-0.49665-0.29576-0.14031-0.12914-0.26721-0.2743-0.37946-0.43713-0.11225-0.16844-0.21891-0.34854-0.31994-0.53943-0.08419-0.17406-0.22946-0.28433-0.43713-0.32924-0.20205-0.05053-0.42089-0.02662-0.65662 0.06883l-0.89286 0.3776c0.15715 0.48847 0.34473 0.9185 0.56362 1.2891 0.2245 0.37057 0.48933 0.68298 0.79241 0.93564 0.30869 0.24704 0.6636 0.4308 1.0677 0.55432 0.40972 0.12352 0.88236 0.18601 1.4155 0.18601 0.50513 0 0.98512-0.07351 1.4397-0.21949 0.46023-0.14598 0.86113-0.36466 1.2035-0.65662 0.34798-0.29196 0.62384-0.6503 0.82589-1.077 0.20766-0.43233 0.31064-0.93218 0.31064-1.4993 0-1.2914-0.63629-2.1532-1.9103-2.5856 0.2694-0.08984 0.51031-0.20562 0.72359-0.34598s0.39351-0.31126 0.53943-0.51339c0.14593-0.20213 0.25442-0.43734 0.32738-0.70684 0.07857-0.2695 0.11719-0.58192 0.11719-0.93564 0-0.39864-0.07723-0.77168-0.23438-1.1198-0.15154-0.35372-0.37038-0.66063-0.65662-0.9189-0.28624-0.26389-0.6375-0.47154-1.0528-0.62314-0.40972-0.15159-0.87315-0.22693-1.3895-0.22693z" fill="#49cff1" stroke-width=".95238"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/formatTextHorizontalLine.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path d="m2.6667 7.6668h1.6667v3.3333h1.6667v-3.3333h3.3333v3.3333h1.6667v-3.3333h3.3333v3.3333h1.6667v-3.3333h3.3333v6.6665h-16.667zm-1.6667-1.6666v9.9998h20v-9.9998z" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/formatTextHyperlink.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m2.1111 6.5c-0.61557 0-1.1111 0.50174-1.1111 1.125v6.75c0 0.62326 0.49554 1.125 1.1111 1.125h6.6667c0.61557 0 1.1111-0.50174 1.1111-1.125v-1.125h2.2222v1.125c0 0.62325 0.49554 1.125 1.1111 1.125h6.6667c0.61557 0 1.1111-0.50175 1.1111-1.125v-6.75c0-0.62325-0.49554-1.125-1.1111-1.125h-6.6667c-0.61557 0-1.1111 0.50175-1.1111 1.125v1.125h-2.2222v-1.125c0-0.62326-0.49554-1.125-1.1111-1.125zm0 1.125h6.6667v1.125c-0.61557 0-1.1111 0.50174-1.1111 1.125v2.25c0 0.62326 0.49554 1.125 1.1111 1.125v1.125h-6.6667zm11.111 0h6.6667v6.75h-6.6667v-1.125c0.61557 0 1.1111-0.50174 1.1111-1.125v-2.25c0-0.62326-0.49554-1.125-1.1111-1.125zm-4.4444 2.25h4.4444v2.25h-4.4444z" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/formatTextImage.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg"> + <g transform="translate(-326 -534.36)"> + <rect x="326.5" y="535.99" width="0" height="11" fill="#c4bb1b"/> + <rect x="321.94" y="538.51" width="0" height="11" fill="#c4bb1b"/> + <rect x="317.44" y="526.09" width="0" height="11" fill="#c4bb1b"/> + <rect x="318.28" y="538.32" width="0" height="11" fill="#c4bb1b"/> + <rect x="313.73" y="540.84" width="0" height="11" fill="#c4bb1b"/> + <rect x="309.22" y="528.43" width="0" height="11" fill="#c4bb1b"/> + <path d="m327 537.36v16h20v-16h-18.75zm1.25 1.2308h2.3901a1.875 1.8462 0 0 1 0.10987 0.61538 1.875 1.8462 0 0 1-1.875 1.8462 1.875 1.8462 0 0 1-0.625-0.10818v-2.3534zm3.6841 0h13.816v13.538h-17.5v-0.964l2.9077-2.8293 1.7602-1.7284 1.9556 1.7452 1.377 1.3149 4.4995-4.1827 3.75 3.5577v-1.8366l-3.75-3.6923-4.4995 4.4303-3.2495-3.1995-4.751 4.6779v-7.2043a3.125 3.0769 0 0 0 0.625 0.0649 3.125 3.0769 0 0 0 3.125-3.0769 3.125 3.0769 0 0 0-0.0659-0.61539z" color="#000000" color-rendering="auto" fill="#eff0f1" image-rendering="auto" shape-rendering="auto" solid-color="#000000" style="isolation:auto;mix-blend-mode:normal"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/formatTextInlineCode.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m12.743 7-1.9676 7.877 0.4919 0.12305 1.9676-7.877zm-2.5805 1.5-1.9551 2.3223-0.13738 0.17773 0.13738 0.17773 1.9551 2.3223 0.367-0.35449-1.8023-2.1455 1.8023-2.1455zm3.6854 0-0.367 0.35449 1.8023 2.1455-1.8023 2.1455 0.367 0.35449 1.9551-2.3223 0.13738-0.17773-0.13738-0.17773z" color="#eff0f1" fill="currentColor"/> + <text transform="scale(.99752 1.0025)" x="1.0024848" y="14.962821" fill="#49cff1" font-family="sans-serif" font-size="11.13px" letter-spacing="0px" stroke-width=".27825" word-spacing="0px" style="line-height:1.25" xml:space="preserve"><tspan x="1.0024848" y="14.962821" fill="#49cff1" stroke-width=".27825">A</tspan></text> + <text transform="scale(.9782 1.0223)" x="15.776766" y="14.571308" fill="#49cff1" font-family="sans-serif" font-size="10.163px" letter-spacing="0px" stroke-width=".25408" word-spacing="0px" style="line-height:1.25" xml:space="preserve"><tspan x="15.776766" y="14.571308" fill="#49cff1" stroke-width=".25408">b</tspan></text> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/formatTextItalic.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <path d="m8.4648 1c-0.25708 0-0.46484 0.20776-0.46484 0.46484v0.070312c0 0.25708 0.20776 0.46484 0.46484 0.46484h2.5352l-2 18h-2.5352c-0.25708 0-0.46484 0.20776-0.46484 0.46484v0.07031c0 0.25708 0.20776 0.46485 0.46484 0.46485h7.0703c0.25708 0 0.46484-0.20776 0.46484-0.46484v-0.07031c0-0.25708-0.20776-0.46485-0.46484-0.46485h-2.5352l2-18h2.5352c0.25708 0 0.46484-0.20776 0.46484-0.46484v-0.070312c0-0.25708-0.20776-0.46484-0.46484-0.46484h-6.8613z" fill="#eff0f1"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/formatTextNumberedList.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m2.25 1v1.25h1.25v2.5h-1.25v1.25h3.75v-1.25h-1.25v-2.5h1.25v-1.25zm7.5 0v1.25h11.25v-1.25zm0 2.5v1.25h7.5v-1.25zm-8.75 5v1.25h1.25v2.5h-1.25v1.25h6.25v-1.25h-1.25v-2.5h1.25v-1.25zm8.75 0v1.25h11.25v-1.25zm-6.25 1.25h1.25v2.5h-1.25zm6.25 1.25v1.25h2.5v-1.25zm0 5v1.25h11.25v-1.25zm0 2.5v1.25h7.5v-1.25zm8.75 1.25v1.25h2.5v-1.25z" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/formatTextQuote.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m7.707 3-0.70703 0.70703 7.293 7.293-7.293 7.293 0.70703 0.70703 8-8-8-8" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/formatTextStrikethrough.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <g transform="translate(-1,-1)" fill="#eff0f1"> + <rect x="2" y="11" width="20" height="1" ry=".46404"/> + <path d="m13 2c-3.3137 0-6 2.6863-6 6 0.0027 0.6818 0.12159 1.3582 0.35156 2h3.6484c-1.4459-2.7593-0.31236-5.9297 2-6 1.3532 8.071e-4 2.6142 0.6857 3.3516 1.8203l1.293-1.6133c-1.1385-1.3954-2.8436-2.2057-4.6445-2.207z"/> + <path d="m11.995 22c3.3137-1e-6 6-2.6863 6-6-0.002702-0.6818-0.12159-1.3582-0.35156-2h-3.643c2.108 2.5861 0.40732 5.9267-2.0055 6-1.3532-8.07e-4 -2.6142-0.6857-3.3516-1.8203l-1.293 1.6133c1.1385 1.3954 2.8436 2.2057 4.6445 2.207z"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/forward.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m7.707 3-0.70703 0.70703 7.293 7.293-7.293 7.293 0.70703 0.70703 8-8-8-8" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/gRPC48.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="48" height="48" version="1.1" viewBox="0 0 12.7 12.7" xmlns="http://www.w3.org/2000/svg"> + <g transform="translate(0 -284.3)"> + <path transform="matrix(0 1.0824 -1.0867 0 323.69 283.85)" d="m9.0186 296.75h-5.4694l-2.7347-4.7367 2.7347-4.7367h5.4694l2.7347 4.7367z" fill="#35a6af" stroke="#35a6af" stroke-width=".26458"/> + <g transform="matrix(1.0531 0 0 1.0178 .72897 -5.0872)" fill="#fff" stroke-width=".34158"> + <path d="m5.6954 291.9h-0.35278c-0.39088 0-0.70555-0.29501-0.70555-0.66146v-3.3073h0.70555l-0.88194-0.99219-0.88195 0.99219h0.70556v3.3073c0 0.54967 0.47202 0.99219 1.0583 0.99219h0.35278z" color="#eff0f1"/> + <path d="m4.9794 289.25h0.35278c0.39088 0 0.70555 0.29501 0.70555 0.66146v3.3073h-0.70555l0.88194 0.99219 0.88195-0.99219h-0.70556v-3.3073c0-0.54967-0.47202-0.99219-1.0583-0.99219h-0.35278z" color="#eff0f1"/> + </g> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/geolocation.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m11 1c-3.5898 1.37e-5 -6.5 2.9848-6.5 6.6667 0.00255 0.79395 0.14335 1.5811 0.41577 2.3242 0.19717 0.5589 0.59479 1.1777 0.84424 1.6048l5.24 9.4043 5.24-9.401c0.41147-0.52568 0.58978-1.082 0.84741-1.6081 0.27134-0.74337 0.41107-1.5305 0.4126-2.3242-1.3e-5 -3.6819-2.9102-6.6667-6.5-6.6667zm0 1.6667c1.4874 2.58e-5 2.8934 0.69647 3.8181 1.8913 0.20251 0.26121 0.379 0.54256 0.52686 0.83984 0.29551 0.59612 0.47142 1.247 0.51734 1.9141 0.0083 0.11808 0.01251 0.23643 0.01267 0.35482-3.82e-4 0.50109-0.0742 0.99928-0.219 1.4779-0.08027 0.25974-0.18112 0.51232-0.30151 0.75521-0.01348 0.030517-0.0272 0.060917-0.04126 0.09115-0.84164 1.6443-2.5025 2.6746-4.3132 2.6758-1.8107-0.001165-3.4715-1.0315-4.3132-2.6758-0.07228-0.14102-0.13795-0.2855-0.19678-0.43294l-0.0095226-0.022783c-0.053656-0.13773-0.10131-0.27784-0.14282-0.41992-0.00646-0.0195-0.012805-0.039017-0.019044-0.0586-0.036107-0.13318-0.066813-0.26785-0.092041-0.40364-0.0065813-0.02815-0.012935-0.056367-0.019043-0.084633-0.024913-0.14017-0.043972-0.28135-0.057128-0.42318-0.0022913-0.02385-0.0044038-0.047733-0.0063538-0.071617-0.011726-0.13531-0.018079-0.27106-0.019034-0.4069 3.805e-4 -0.16634 0.0088545-0.33257 0.02539-0.49805 0.13099-1.3446 0.787-2.5775 1.8186-3.418 0.25468-0.2077 0.529-0.38872 0.81885-0.54036 0.68527-0.35759 1.4433-0.54387 2.2122-0.54362z" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/getAs.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#232629; + }</style> + </defs> + <path class="ColorScheme-Text" d="m5.594 3 0.40601 0.70703-4.188 7.293 4.188 7.293-0.40601 0.70703-4.594-8 4.594-8" color="#eff0f1" fill="#eff0f1"/> + <path class="ColorScheme-Text" d="m17.497 4-10.493 10.493h-0.0034125v3.5068h3.5068v-0.0034l10.493-10.493-0.00175-0.0017062 0.00175-0.0017063-3.5-3.5-0.0017 0.00171-0.0018-0.00171m-1.7483 2.9856 2.2661 2.2661-6.6394 6.6394v-1.3911h-1.75v-1.3911l6.1233-6.1233m-6.9983 6.9983v1.3911h1.75v1.3911l-0.3588 0.35888h-1.3911l-0.875-0.875v-1.3911l0.875-0.875" color="#232629" fill="#eff0f1"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/globalVariables.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <defs> + <linearGradient id="linearGradient841" x1="34" x2="44" y1="19.008" y2="29.008" gradientTransform="matrix(.5 0 0 .5 -1 -1)" gradientUnits="userSpaceOnUse" xlink:href="#a"/> + </defs> + <linearGradient id="c" x1="9" x2="38" y1="9" y2="38" gradientTransform="matrix(.5 0 0 .5 -1 -1)" gradientUnits="userSpaceOnUse" xlink:href="#a"/> + <linearGradient id="a" x1="34" x2="44" y1="19.008" y2="29.008" gradientUnits="userSpaceOnUse"> + <stop stop-color="#292c2f" offset="0"/> + <stop stop-opacity="0" offset="1"/> + </linearGradient> + <linearGradient id="b" x1="4" x2="4" y1="44" y2="4" gradientTransform="matrix(.5 0 0 .5 -1 -1)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#197cf1" offset="0"/> + <stop stop-color="#20bcfa" offset="1"/> + </linearGradient> + <linearGradient id="d" x1="4" x2="4" y1="44" y2="4" gradientTransform="matrix(.5 0 0 .5 -1 -1)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#54d883" offset="0"/> + <stop stop-color="#abf9c7" offset="1"/> + </linearGradient> + <circle cx="11" cy="11" r="10" fill="url(#b)" stroke-width=".5"/> + <path d="m11 1a10 10 0 0 0-9.95 9h1.45l1.5 1.5 1 0.5 5.4845 8.975a10 10 0 0 0 0.5155 0.025 10 10 0 0 0 10-10 10 10 0 0 0-10-10z" fill="url(#c)" opacity=".2" stroke-width=".5"/> + <path d="M 20.293,7.3165 17,12 20.1075,15.1075 A 10,10 0 0 0 21,11 10,10 0 0 0 20.32,7.377 10,10 0 0 0 20.293,7.3165 Z" fill="url(#linearGradient841)" fill-rule="evenodd" opacity=".2" stroke-width=".5"/> + <path d="m11 1a10 10 0 0 0-0.951 0.055 10 10 0 0 0-0.127 0.015 10 10 0 0 0-1.6095 0.3185v-0.02a10 10 0 0 0-4.85 3.07h5e-3a10 10 0 0 0-1.79 2.9725l0.8225-0.411h2v0.5l0.5 0.5v-1l1-1h0.5v-0.5l0.5-0.5 1-0.5 0.5-0.5 1-0.5v0.5l1-0.5h-0.5v-0.5l-0.5-0.5h2l-0.5 0.5 1.5 0.5-0.5-1v-1l-0.4735-0.4735a10 10 0 0 0-0.5265-0.0265zm7.5 3.405v1.095h0.8455a10 10 0 0 0-0.8455-1.095zm-13.969 0.0335h0.0305l-0.0615 0.0615 0.0315-0.0615zm15.012 1.381-0.543 0.1805-1 0.5v0.5l-1 1-0.5 1v2l0.5 1 1 0.5 0.5 0.5 2.3585-0.3925a10 10 0 0 0 1e-3 -0.011 10 10 0 0 0 0.1045-0.876 10 10 0 0 0 0.036-0.7205 10 10 0 0 0-0.045-0.87 10 10 0 0 0-0.0485-0.4045 10 10 0 0 0-0.095-0.617 10 10 0 0 0-0.0675-0.299 10 10 0 0 0-0.1785-0.697 10 10 0 0 0-0.0725-0.216 10 10 0 0 0-0.2695-0.7365 10 10 0 0 0-0.074-0.165 10 10 0 0 0-0.37-0.7625 10 10 0 0 0-0.2365-0.413zm-17.043 3.1805-0.5 0.5h-0.5l-0.325-0.325a10 10 0 0 0 0 0.0025 10 10 0 0 0-0.133 0.9885 10 10 0 0 0-1e-3 0.015l0.959 0.319 1 0.5 1 1h1v1l-0.5 0.5-0.5 1v0.5l1 1 0.5 1 0.5 0.5 1 0.5v2.16a10 10 0 0 0 3e-3 1e-3 10 10 0 0 0 0.8485 0.3225 10 10 0 0 0 0.096 0.034 10 10 0 0 0 0.7565 0.204 10 10 0 0 0 0.2255 0.058 10 10 0 0 0 0.66 0.108 10 10 0 0 0 0.34 0.052 10 10 0 0 0 0.575 0.036 10 10 0 0 0 0.4955 0.0245 10 10 0 0 0 0.509-0.0185l0.491-0.9815v-0.5l1-0.5 0.5-0.5 0.5-2 0.5-0.5v-1l-1-0.5h-0.5l-1-0.5h-0.5l-0.5-1-0.5-0.5h-1l-1-1h-1l-1.5-0.5-0.5 1-1-0.5h-0.5v-1l-1-0.5 0.5-1z" fill="url(#d)" stroke-width=".5"/> + <path d="m1.0255 10.75c-2e-3 0.085-0.0255 0.1645-0.0255 0.25 0 5.54 4.46 10 10 10s10-4.46 10-10c0-0.0855-0.0235-0.165-0.0255-0.25-0.015 0.603-0.0605 1.199-0.177 1.7705a9.945 9.945 0 0 1-2.7205 5.0565 9.975 9.975 0 0 1-3.1775 2.1395 9.9085 9.9085 0 0 1-1.879 0.581 10.102 10.102 0 0 1-2.02 0.202c-0.6925 0-1.3685-0.0695-2.02-0.202a9.945 9.945 0 0 1-5.0565-2.7205 9.975 9.975 0 0 1-2.1395-3.1775 9.9085 9.9085 0 0 1-0.581-1.879c-0.1165-0.5715-0.1615-1.1675-0.177-1.7705" opacity=".2" stroke-width=".5"/> + <path class="ColorScheme-Text" d="m8.75 5s-3.75 1e-5 -3.75 3.75c0.74912-1.4982 1.4652-1.717 3.709-1.7188-9e-3 8.2027-2.2071 8.2379-2.209 9.5469 1.1256 0.86407 2.8845 0.38512 3.0137-1.3125l0.67578-8.2578 2.9883-0.01172-0.67773 8.3164c0 2.25 3 2.25 3.75 0l0.75-2.25c-0.75 1.5-2.9994 3.7505-2.9336 1.4609l0.63477-7.5156 2.2988-0.0078v-2z" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/google.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <path d="m20.806 9.0415h-0.8055v-0.0415h-9v4h5.6515c-0.8245 2.3285-3.04 4-5.6515 4-3.3135 0-6-2.6865-6-6s2.6865-6 6-6c1.5295 0 2.921 0.577 3.9805 1.5195l2.8285-2.8285c-1.786-1.6645-4.175-2.691-6.809-2.691-5.5225 0-10 4.4775-10 10s4.4775 10 10 10 10-4.4775 10-10c0-0.6705-0.069-1.325-0.1945-1.9585z" fill="#ffc107" stroke-width=".5"/> + <path d="M 2.153,6.3455 5.4385,8.755 C 6.3275,6.554 8.4805,5 11,5 c 1.5295,0 2.921,0.577 3.9805,1.5195 L 17.809,3.691 C 16.023,2.0265 13.634,1 11,1 7.159,1 3.828,3.1685 2.153,6.3455 Z" fill="#ff3d00" stroke-width=".5"/> + <path d="m11 21c2.583 0 4.93-0.9885 6.7045-2.596l-3.095-2.619c-1.004 0.7605-2.252 1.215-3.6095 1.215-2.601 0-4.8095-1.6585-5.6415-3.973l-3.261 2.5125c1.655 3.2385 5.016 5.4605 8.9025 5.4605z" fill="#4caf50" stroke-width=".5"/> + <path d="m20.806 9.0415h-0.8055v-0.0415h-9v4h5.6515c-0.396 1.1185-1.1155 2.083-2.0435 2.7855 5e-4 -5e-4 1e-3 -5e-4 0.0015-1e-3l3.095 2.619c-0.219 0.199 3.2955-2.4035 3.2955-7.4035 0-0.6705-0.069-1.325-0.1945-1.9585z" fill="#1976d2" stroke-width=".5"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/goto.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg"> + <g transform="translate(0 -291.18)"> + <g fill="#eff0f1"> + <path d="m4.0398 296.39a0.26458 0.26458 0 0 0-0.26458-0.26458 0.26458 0.26458 0 0 0-0.26458 0.26458 0.26458 0.26458 0 0 0 0.26458 0.26459 0.26458 0.26458 0 0 0 0.26458-0.26459z" stroke-width=".26458"/> + <path d="m3.7752 295.78-1.5875-1.5875 0.18706-0.18706 1.4004 1.4004 1.4004-1.4004 0.18706 0.18706z" stroke-width=".26458"/> + <path d="m1.3229 292.77a0.52917 0.52916 0 0 0-0.52917-0.52915 0.52917 0.52916 0 0 0-0.52917 0.52915 0.52917 0.52916 0 0 0 0.52917 0.52918 0.52917 0.52916 0 0 0 0.52917-0.52918z" stroke-width=".52917"/> + <path d="m3.175 291.97a0.52917 0.52916 0 0 0-0.52917-0.52915 0.52917 0.52916 0 0 0-0.52917 0.52915 0.52917 0.52916 0 0 0 0.52917 0.52918 0.52917 0.52916 0 0 0 0.52917-0.52918z" stroke-width=".52917"/> + <path d="m4.2333 293.56a0.52917 0.52916 0 0 0-0.52917-0.52915 0.52917 0.52916 0 0 0-0.52917 0.52915 0.52917 0.52916 0 0 0 0.52917 0.52918 0.52917 0.52916 0 0 0 0.52917-0.52918z" stroke-width=".52917"/> + </g> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/gotoBrace.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg"> + <g transform="translate(0 -291.18)" fill="#eff0f1"> + <path d="m4.0398 296.39a0.26458 0.26458 0 0 0-0.26458-0.26458 0.26458 0.26458 0 0 0-0.26458 0.26458 0.26458 0.26458 0 0 0 0.26458 0.26459 0.26458 0.26458 0 0 0 0.26458-0.26459z" stroke-width=".26458"/> + <path d="m3.7752 295.78-1.5875-1.5875 0.18706-0.18706 1.4004 1.4004 1.4004-1.4004 0.18706 0.18706z" stroke-width=".26458"/> + <path d="m1.3229 292.77a0.52917 0.52916 0 0 0-0.52917-0.52915 0.52917 0.52916 0 0 0-0.52917 0.52915 0.52917 0.52916 0 0 0 0.52917 0.52918 0.52917 0.52916 0 0 0 0.52917-0.52918z" stroke-width=".52917"/> + <path d="m3.175 291.97a0.52917 0.52916 0 0 0-0.52917-0.52915 0.52917 0.52916 0 0 0-0.52917 0.52915 0.52917 0.52916 0 0 0 0.52917 0.52918 0.52917 0.52916 0 0 0 0.52917-0.52918z" stroke-width=".52917"/> + <path d="m4.2333 293.56a0.52917 0.52916 0 0 0-0.52917-0.52915 0.52917 0.52916 0 0 0-0.52917 0.52915 0.52917 0.52916 0 0 0 0.52917 0.52918 0.52917 0.52916 0 0 0 0.52917-0.52918z" stroke-width=".52917"/> + <text transform="scale(.81839 1.2219)" x="0.22397032" y="242.45308" font-family="sans-serif" font-size="2.4832px" letter-spacing="0px" stroke-width=".062079" word-spacing="0px" style="line-height:1.25" xml:space="preserve"><tspan x="0.22397032" y="242.45308" fill="#eff0f1" stroke-width=".062079">()</tspan></text> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/gotoLastEditPosition.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m1 1v20h1.25v-10h6.25v1.25h6.25v-8.75h-6.25v-1.25h-6.25v-1.25zm17.5 3.75-2.5 2.5 2.5 2.5v-1.6064c0.78052 1.1788 1.25 2.5798 1.25 4.1064 0 4.155-3.345 7.5-7.5 7.5v1.25c4.8475 0 8.75-3.9025 8.75-8.75 0-2.3864-0.95963-4.5298-2.5-6.1035z" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/greaseMonkey.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,59 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <defs> + <linearGradient id="6" x1="53.32" x2="61.34" y1="43.621" y2="63.1" gradientTransform="translate(0,-52)" gradientUnits="userSpaceOnUse" xlink:href="#4"/> + <linearGradient id="5" x1="40.979" x2="36.682" y1="52.17" y2="49" gradientUnits="userSpaceOnUse"> + <stop stop-color="#e6ffe6" offset="0"/> + <stop stop-color="#d0e6d0" offset=".343"/> + <stop stop-color="#d0e6d0" offset=".694"/> + <stop stop-color="#e6ffe6" offset="1"/> + </linearGradient> + <linearGradient id="4" x1="34.425" x2="42.44" y1="45.09" y2="64.57" gradientUnits="userSpaceOnUse"> + <stop stop-color="#346732" offset="0"/> + <stop stop-color="#021301" offset="1"/> + </linearGradient> + <linearGradient id="7" x1="59.877" x2="55.58" y1="50.704" y2="47.536" gradientTransform="translate(0,-52)" gradientUnits="userSpaceOnUse" xlink:href="#5"/> + <radialGradient id="2" cx="52.3" cy="69.33" r="69.44" fx="52.29" fy="69.34" gradientUnits="userSpaceOnUse"> + <stop stop-color="#efddb5" offset="0"/> + <stop stop-color="#efd092" offset=".407"/> + <stop stop-color="#cca76e" offset=".678"/> + <stop stop-color="#8d4600" offset="1"/> + </radialGradient> + <radialGradient id="1" cx="17.393" cy="51.796" r="12.71" fx="15.645" fy="58.2" gradientUnits="userSpaceOnUse" xlink:href="#0"/> + <radialGradient id="3" cx="50.45" cy="50.737" r="35.867" fx="50.44" fy="50.745" gradientTransform="translate(0,-52)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#570503" offset=".631"/> + <stop stop-color="#710603" offset=".796"/> + <stop stop-color="#680603" offset=".889"/> + <stop stop-color="#570503" offset="1"/> + </radialGradient> + <radialGradient id="0" cx="84.12" cy="46.615" r="12.71" fx="86.83" fy="52.673" gradientUnits="userSpaceOnUse"> + <stop stop-color="#957c53" offset="0"/> + <stop stop-color="#d3af75" offset=".762"/> + <stop stop-color="#c8a66f" offset="1"/> + </radialGradient> + <radialGradient id="radialGradient888" cx="84.12" cy="46.615" r="12.71" fx="86.83" fy="52.673" gradientUnits="userSpaceOnUse" xlink:href="#0"/> + <linearGradient id="linearGradient890" x1="34.425" x2="42.44" y1="45.09" y2="64.57" gradientTransform="translate(0,-52)" gradientUnits="userSpaceOnUse" xlink:href="#4"/> + <linearGradient id="linearGradient892" x1="40.979" x2="36.682" y1="52.17" y2="49" gradientTransform="translate(0,-52)" gradientUnits="userSpaceOnUse" xlink:href="#5"/> + </defs> + <g transform="matrix(.20263 0 0 .2 .86938 11.4)" fill-rule="evenodd"> + <g transform="translate(0,-52)"> + <path d="m81.36 31.525c6.531-8.512 15.93-1.201 17.17 5.45 2.992 16-2.674 22.442-9.592 25.98-3.176 1.625-7.01-6.986-8.08-11.378-1.42-5.855-3.277-15.14 0.496-20.05" fill="#874300"/> + <path d="m85.69 35.2c3.825-2.297 6.425 2.427 7.427 5.426 1.304 3.901 0.397 8.84-0.146 11.02-0.763 3.06-3.049 6.806-4.356 6.327-2.221-0.814-3.794-4.688-4.165-7.575-0.649-5.05-0.463-14.172 1.24-15.195" fill="url(#radialGradient888)"/> + </g> + <g transform="translate(0,-52)"> + <path d="m17.637 36.473c-8.124-7.374-16.72 1.334-16.959 8.102-0.573 16.275 6.326 21.742 14.065 24.141 3.553 1.102 6.17-8.01 6.581-12.516 0.548-6.009 1.006-15.469-3.687-19.728z" fill="#874300"/> + <path d="m14.07 40.757c-4.134-1.68-5.973 3.39-6.5 6.507-0.687 4.055 0.971 8.794 1.844 10.862 1.226 2.906 4.063 6.254 5.28 5.579 2.07-1.148 3.03-5.217 2.946-8.127-0.138-5.087-1.73-14.07-3.57-14.821" fill="url(#1)"/> + </g> + <g transform="translate(0,-52)"> + <path d="m54.676 99.64c9.827-0.763 17.826-2.384 25.552-5.986 7.725-3.602 14.15-11.11 15.441-20.21 1.294-9.107-2.308-16.833-6.517-19.506-0.773-9.947-0.936-14-4.606-20.656-4.333-7.855-11.414-18.13-36.28-16.195h-0.01c-24.863 1.928-30.27 13.174-33.34 21.602-2.599 7.14-2.134 11.172-1.362 21.12-3.746 3.291-6.112 11.48-3.428 20.278s10.187 15.22 18.376 17.586 16.342 2.734 26.17 1.97h5e-3" fill="#874300"/> + <path d="m74.952 0c-11.627 4.906-24.934 13.944-33.19 23.592 10.863-1.845 16.677-4.297 26.469-7.06z" fill="#613000"/> + <path d="m14.92 38.687c3.202-10.257 8.85-27.712 60.03-38.687-13.539 6.05-23.94 13.867-33.19 23.592 10.863-1.845 19.583-5.524 26.469-7.06 6.885-1.534 15.76-3.224 15.76-3.224-1.835 2.144-3.593 5.282-6.268 9.493 2.144 1.835 5.514 6.576 6.818 10.48l-69.62 5.406" fill="#874300"/> + <path d="m49.962 38.968c3.43-12.31 19.465-21.35 28.766-3.234 2.843 5.533 2.898 11.552 3.457 18.744 4.328 4.219 6.755 6.507 6.285 16.522-0.377 8.03-7.281 13.746-12.69 16.996-5.736 3.447-14.159 5.102-21.573 5.678-7.413 0.575-15.991 0.24-22.19-2.28-5.846-2.376-13.549-6.953-15.16-14.833-2-9.824 0.035-12.459 3.66-17.295-0.558-7.191-1.432-13.147 0.522-19.05 6.393-19.335 23.631-12.878 28.92-1.245" fill="url(#2)"/> + </g> + <path d="m52.42 24.1c-3.982 0.31-7.99 0.687-11.975 0.43-3.1-0.2-6.307-0.528-9.145-1.791-1.52-0.677-2.606-2.923-3.293-3.747-0.6-1.071-1.845-1.55-2.067-0.84-0.595 1.904-0.462 4.2 0.464 5.968 0.982 1.874 2.888 3.272 4.823 4.128 2.695 1.192 5.712 1.583 8.648 1.83 4.32 0.363 8.685 0.326 13.01-0.01 4.323-0.335 8.64-0.972 12.854-1.998 2.862-0.697 5.783-1.55 8.261-3.143 1.78-1.145 3.448-2.82 4.129-4.824 0.641-1.89 0.419-4.178-0.463-5.968-0.33-0.667-1.485-1e-3 -1.913 1.15-0.552 0.92-1.278 3.307-2.675 4.21-2.608 1.686-5.727 2.505-8.759 3.181-3.898 0.87-7.915 1.115-11.897 1.425" fill="url(#3)"/> + <path d="m35.2 3.12c-0.538-6.966 2.122-10.17 5.693-10.45 3.57-0.274 6.7 2.48 7.237 9.444 0.538 6.963-2.122 10.17-5.693 10.45-3.57 0.274-6.7-2.483-7.237-9.444" fill="url(#linearGradient890)"/> + <path d="m37 0.48c-0.193-2.484 0.724-3.558 1.719-3.635s2.067 0.842 2.26 3.327c0.193 2.488-0.725 3.555-1.72 3.636-0.994 0.08-2.065-0.84-2.259-3.328" fill="url(#linearGradient892)"/> + <path d="m54.1 1.655c-0.537-6.965 2.122-10.17 5.693-10.45 3.57-0.274 6.7 2.48 7.237 9.445 0.538 6.962-2.122 10.17-5.692 10.45-3.571 0.274-6.7-2.484-7.238-9.445" fill="url(#6)"/> + <path d="m55.898-0.99c-0.193-2.485 0.725-3.559 1.72-3.636 0.994-0.076 2.066 0.842 2.259 3.328 0.193 2.487-0.724 3.554-1.719 3.635-0.994 0.081-2.066-0.839-2.26-3.327" fill="url(#7)"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/greaseMonkey48.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,59 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="48" height="48" version="1.1" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <defs> + <linearGradient id="6" x1="53.32" x2="61.34" y1="43.621" y2="63.1" gradientTransform="translate(0,-52)" gradientUnits="userSpaceOnUse" xlink:href="#4"/> + <linearGradient id="5" x1="40.979" x2="36.682" y1="52.17" y2="49" gradientUnits="userSpaceOnUse"> + <stop stop-color="#e6ffe6" offset="0"/> + <stop stop-color="#d0e6d0" offset=".343"/> + <stop stop-color="#d0e6d0" offset=".694"/> + <stop stop-color="#e6ffe6" offset="1"/> + </linearGradient> + <linearGradient id="4" x1="34.425" x2="42.44" y1="45.09" y2="64.57" gradientUnits="userSpaceOnUse"> + <stop stop-color="#346732" offset="0"/> + <stop stop-color="#021301" offset="1"/> + </linearGradient> + <linearGradient id="7" x1="59.877" x2="55.58" y1="50.704" y2="47.536" gradientTransform="translate(0,-52)" gradientUnits="userSpaceOnUse" xlink:href="#5"/> + <radialGradient id="2" cx="52.3" cy="69.33" r="69.44" fx="52.29" fy="69.34" gradientUnits="userSpaceOnUse"> + <stop stop-color="#efddb5" offset="0"/> + <stop stop-color="#efd092" offset=".407"/> + <stop stop-color="#cca76e" offset=".678"/> + <stop stop-color="#8d4600" offset="1"/> + </radialGradient> + <radialGradient id="1" cx="17.393" cy="51.796" r="12.71" fx="15.645" fy="58.2" gradientUnits="userSpaceOnUse" xlink:href="#0"/> + <radialGradient id="3" cx="50.45" cy="50.737" r="35.867" fx="50.44" fy="50.745" gradientTransform="translate(0,-52)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#570503" offset=".631"/> + <stop stop-color="#710603" offset=".796"/> + <stop stop-color="#680603" offset=".889"/> + <stop stop-color="#570503" offset="1"/> + </radialGradient> + <radialGradient id="0" cx="84.12" cy="46.615" r="12.71" fx="86.83" fy="52.673" gradientUnits="userSpaceOnUse"> + <stop stop-color="#957c53" offset="0"/> + <stop stop-color="#d3af75" offset=".762"/> + <stop stop-color="#c8a66f" offset="1"/> + </radialGradient> + <radialGradient id="radialGradient888" cx="84.12" cy="46.615" r="12.71" fx="86.83" fy="52.673" gradientUnits="userSpaceOnUse" xlink:href="#0"/> + <linearGradient id="linearGradient890" x1="34.425" x2="42.44" y1="45.09" y2="64.57" gradientTransform="translate(0,-52)" gradientUnits="userSpaceOnUse" xlink:href="#4"/> + <linearGradient id="linearGradient892" x1="40.979" x2="36.682" y1="52.17" y2="49" gradientTransform="translate(0,-52)" gradientUnits="userSpaceOnUse" xlink:href="#5"/> + </defs> + <g transform="matrix(.45591 0 0 .45999 1.2061 24.92)" fill-rule="evenodd"> + <g transform="translate(0,-52)"> + <path d="m81.36 31.525c6.531-8.512 15.93-1.201 17.17 5.45 2.992 16-2.674 22.442-9.592 25.98-3.176 1.625-7.01-6.986-8.08-11.378-1.42-5.855-3.277-15.14 0.496-20.05" fill="#874300"/> + <path d="m85.69 35.2c3.825-2.297 6.425 2.427 7.427 5.426 1.304 3.901 0.397 8.84-0.146 11.02-0.763 3.06-3.049 6.806-4.356 6.327-2.221-0.814-3.794-4.688-4.165-7.575-0.649-5.05-0.463-14.172 1.24-15.195" fill="url(#radialGradient888)"/> + </g> + <g transform="translate(0,-52)"> + <path d="m17.637 36.473c-8.124-7.374-16.72 1.334-16.959 8.102-0.573 16.275 6.326 21.742 14.065 24.141 3.553 1.102 6.17-8.01 6.581-12.516 0.548-6.009 1.006-15.469-3.687-19.728z" fill="#874300"/> + <path d="m14.07 40.757c-4.134-1.68-5.973 3.39-6.5 6.507-0.687 4.055 0.971 8.794 1.844 10.862 1.226 2.906 4.063 6.254 5.28 5.579 2.07-1.148 3.03-5.217 2.946-8.127-0.138-5.087-1.73-14.07-3.57-14.821" fill="url(#1)"/> + </g> + <g transform="translate(0,-52)"> + <path d="m54.676 99.64c9.827-0.763 17.826-2.384 25.552-5.986 7.725-3.602 14.15-11.11 15.441-20.21 1.294-9.107-2.308-16.833-6.517-19.506-0.773-9.947-0.936-14-4.606-20.656-4.333-7.855-11.414-18.13-36.28-16.195h-0.01c-24.863 1.928-30.27 13.174-33.34 21.602-2.599 7.14-2.134 11.172-1.362 21.12-3.746 3.291-6.112 11.48-3.428 20.278s10.187 15.22 18.376 17.586 16.342 2.734 26.17 1.97h5e-3" fill="#874300"/> + <path d="m74.952 0c-11.627 4.906-24.934 13.944-33.19 23.592 10.863-1.845 16.677-4.297 26.469-7.06z" fill="#613000"/> + <path d="m14.92 38.687c3.202-10.257 8.85-27.712 60.03-38.687-13.539 6.05-23.94 13.867-33.19 23.592 10.863-1.845 19.583-5.524 26.469-7.06 6.885-1.534 15.76-3.224 15.76-3.224-1.835 2.144-3.593 5.282-6.268 9.493 2.144 1.835 5.514 6.576 6.818 10.48l-69.62 5.406" fill="#874300"/> + <path d="m49.962 38.968c3.43-12.31 19.465-21.35 28.766-3.234 2.843 5.533 2.898 11.552 3.457 18.744 4.328 4.219 6.755 6.507 6.285 16.522-0.377 8.03-7.281 13.746-12.69 16.996-5.736 3.447-14.159 5.102-21.573 5.678-7.413 0.575-15.991 0.24-22.19-2.28-5.846-2.376-13.549-6.953-15.16-14.833-2-9.824 0.035-12.459 3.66-17.295-0.558-7.191-1.432-13.147 0.522-19.05 6.393-19.335 23.631-12.878 28.92-1.245" fill="url(#2)"/> + </g> + <path d="m52.42 24.1c-3.982 0.31-7.99 0.687-11.975 0.43-3.1-0.2-6.307-0.528-9.145-1.791-1.52-0.677-2.606-2.923-3.293-3.747-0.6-1.071-1.845-1.55-2.067-0.84-0.595 1.904-0.462 4.2 0.464 5.968 0.982 1.874 2.888 3.272 4.823 4.128 2.695 1.192 5.712 1.583 8.648 1.83 4.32 0.363 8.685 0.326 13.01-0.01 4.323-0.335 8.64-0.972 12.854-1.998 2.862-0.697 5.783-1.55 8.261-3.143 1.78-1.145 3.448-2.82 4.129-4.824 0.641-1.89 0.419-4.178-0.463-5.968-0.33-0.667-1.485-1e-3 -1.913 1.15-0.552 0.92-1.278 3.307-2.675 4.21-2.608 1.686-5.727 2.505-8.759 3.181-3.898 0.87-7.915 1.115-11.897 1.425" fill="url(#3)"/> + <path d="m35.2 3.12c-0.538-6.966 2.122-10.17 5.693-10.45 3.57-0.274 6.7 2.48 7.237 9.444 0.538 6.963-2.122 10.17-5.693 10.45-3.57 0.274-6.7-2.483-7.237-9.444" fill="url(#linearGradient890)"/> + <path d="m37 0.48c-0.193-2.484 0.724-3.558 1.719-3.635s2.067 0.842 2.26 3.327c0.193 2.488-0.725 3.555-1.72 3.636-0.994 0.08-2.065-0.84-2.259-3.328" fill="url(#linearGradient892)"/> + <path d="m54.1 1.655c-0.537-6.965 2.122-10.17 5.693-10.45 3.57-0.274 6.7 2.48 7.237 9.445 0.538 6.962-2.122 10.17-5.692 10.45-3.571 0.274-6.7-2.484-7.238-9.445" fill="url(#6)"/> + <path d="m55.898-0.99c-0.193-2.485 0.725-3.559 1.72-3.636 0.994-0.076 2.066 0.842 2.259 3.328 0.193 2.487-0.724 3.554-1.719 3.635-0.994 0.081-2.066-0.839-2.26-3.327" fill="url(#7)"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/greaseMonkeyScript.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="32" height="32" enable-background="new 0 0 1000 1000" version="1.1" viewBox="0 0 32 32" xml:space="preserve" xmlns="http://www.w3.org/2000/svg"> +<g transform="matrix(.030612 0 0 .030607 .69388 .69628)" fill="#eff0f1"><g transform="matrix(.1 0 0 -.1 0 512)" fill="#eff0f1"><path d="m2677.4 5008.9c-567.2-84.3-1052-504-1247.5-1078.9-107.3-310.4-103.5-218.5-103.5-3359.2v-2901.2h-484.8c-463.7 0-488.7-1.9-569.1-42.2-105.4-53.6-172.5-170.5-172.5-302.7 0-381.3 128.4-835.5 331.5-1178.5 107.3-185.9 373.7-473.3 536.6-582.6 253-170.5 571.1-287.4 894.9-327.7 132.2-15.3 829.7-19.2 2539.1-15.3 2205.6 5.7 2364.7 9.6 2472 42.2 546.1 164.8 935.1 561.5 1115.3 1136.3l53.6 168.6 9.6 3008.6 9.6 3008.5 827.8 9.6c797.2 9.6 829.7 11.5 879.6 49.8 118.8 88.2 132.2 126.5 130.3 358.3-7.7 536.6-185.9 1078.9-475.3 1444.9-151.4 189.7-314.3 323.8-519.3 425.4-316.2 157.1-32.6 143.7-3257.7 147.6-1580.9 1.9-2918.5-3.8-2970.2-11.5zm6045.8-741.6c323.8-161 551.9-515.5 561.5-870 3.8-105.4-1.9-120.7-49.8-162.9l-53.7-46h-1128.7v293.2c0 463.7 40.2 619 189.7 743.5 155.3 132.3 281.7 143.8 481 42.2zm-5104.9-2345.5c151.4-72.8 214.6-264.4 138-410.1-17.2-30.7-264.4-289.4-551.9-573l-521.2-515.5 538.5-538.5c584.5-584.5 599.8-605.5 557.6-756.9-38.3-147.6-151.4-235.7-297-235.7-46 0-103.5 11.5-130.3 26.8-74.7 40.2-1347.1 1301.1-1381.6 1370.1-38.3 74.7-40.2 178.2-3.8 260.6 36.4 84.3 1305 1345.2 1391.2 1381.6 91.8 40.4 164.7 38.5 260.5-9.4zm2418.3 7.7c32.6-19.2 358.3-331.5 722.4-695.6 555.7-555.7 665-672.6 682.2-737.8 44.1-159 34.5-170.5-678.3-887.2-360.3-362.2-680.3-672.6-712.9-687.9-126.5-69-310.4-24.9-398.6 93.9-53.7 72.8-65.2 222.3-23 310.4 21.1 42.2 243.4 276 557.6 582.6l525.1 513.6-528.9 525c-289.4 289.4-540.4 550-555.7 578.7-34.5 65.2-34.5 193.5 0 260.6 80.5 155.2 266.4 220.3 410.1 143.7zm-415.8-4928.7c49.8-49.8 55.6-70.9 55.6-170.5 0-189.7 93.9-350.7 346.8-601.7 136.1-134.1 208.9-218.4 208.9-245.3 0-23-24.9-67.1-55.6-97.7l-55.6-55.6h-2188.4c-2441.3 0-2351.3-3.8-2634.9 134.1-331.5 161-555.7 490.6-576.8 843.2-9.6 149.5 1.9 182 78.6 226.1 28.7 15.3 661.1 21.1 2401.1 23h2364.7z" fill="#eff0f1"/></g></g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/greaseMonkeyTrash.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m7.1429 1v2.5h1.2857v-1.25h5.1429v1.25h1.2857v-2.5zm-5.1429 3.75v1.25h18v-1.25zm2.5714 2.5v13.75h12.857v-13.75h-1.2857v12.5h-10.286v-12.5z" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/greyscale.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <g transform="matrix(1.625 0 0 1.6667 -2.5 -12.333)" fill="#eff0f1"> + <path class="ColorScheme-Text" d="m8 8c-0.166 0.569-0.389 1.125-0.631 1.67-1.232 2.7-3.162 4.548-3.348 6.252-5e-3 0.025-0.017 0.053-0.021 0.078l0.016 6e-3c-4e-3 0.059-0.016 0.117-0.016 0.176 0 2.109 1.791 3.818 4 3.818s4-1.71 4-3.818c0-0.058-0.012-0.117-0.016-0.176l0.016-6e-3c-4e-3 -0.025-0.016-0.053-0.021-0.078-0.186-1.704-2.115-3.552-3.348-6.252-0.242-0.545-0.465-1.101-0.631-1.67m0 1.465c0.58 1.366 1.338 2.51 1.996 3.506 0.446 0.694 0.95 1.454 1.287 2.299 0.09 0.295 0.144 0.601 0.145 0.912 0 1.807-1.534 3.273-3.428 3.273s-3.428-1.466-3.428-3.273c0-0.311 0.054-0.617 0.145-0.912 0.337-0.844 0.842-1.605 1.287-2.299 0.658-0.996 1.416-2.14 1.996-3.506" color="#eff0f1"/> + <path class="ColorScheme-Text" d="m8 9.47c-0.58 1.366-1.338 2.51-1.996 3.506-0.446 0.694-0.95 1.454-1.287 2.299-0.09 0.295-0.144 0.601-0.145 0.912 0 1.081 0.556 2.033 1.402 2.629 0.28955 0.06377 0.58565 0.09654 0.88281 0.0977 2.2084 0 3.999-1.7084 4-3.8164-0.0016-0.28942-0.03761-0.57773-0.10742-0.85938 0.0345 0.04669 0.06771 0.09423 0.0996 0.14258-0.272-0.496-0.572-0.966-0.854-1.404-0.658-0.996-1.416-2.14-1.996-3.506" color="#eff0f1"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/grid.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m1 1v1.25h1.25v-1.25zm6.25 0v1.25h1.25v-1.25zm6.25 0v1.25h1.25v-1.25zm6.25 0v1.25h1.25v-1.25zm-18.75 3.75v1.25h1.25v-1.25zm6.25 0v1.25h1.25v-1.25zm6.25 0v1.25h1.25v-1.25zm6.25 0v1.25h1.25v-1.25zm-18.75 3.75v1.25h1.25v-1.25zm6.25 0v1.25h1.25v-1.25zm6.25 0v1.25h1.25v-1.25zm6.25 0v1.25h1.25v-1.25zm-18.75 3.75v1.25h1.25v-1.25zm6.25 0v1.25h1.25v-1.25zm6.25 0v1.25h1.25v-1.25zm6.25 0v1.25h1.25v-1.25zm-18.75 3.75v1.25h1.25v-1.25zm6.25 0v1.25h1.25v-1.25zm6.25 0v1.25h1.25v-1.25zm6.25 0v1.25h1.25v-1.25zm-18.75 3.75v1.25h1.25v-1.25zm6.25 0v1.25h1.25v-1.25zm6.25 0v1.25h1.25v-1.25zm6.25 0v1.25h1.25v-1.25z" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/group.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path d="m15.375 7.4281h-8.75v7.1429h8.75v-7.1429m0.625-1.4281v10h-10v-10h10" fill="#eff0f1"/> + <text transform="scale(.97356 1.0272)" x="0.58056539" y="13.812991" fill="#eff0f1" font-family="sans-serif" font-size="11.165px" letter-spacing="0px" stroke-width=".27912" word-spacing="0px" style="line-height:1.25" xml:space="preserve"><tspan x="0.58056539" y="13.812991" fill="#eff0f1" stroke-width=".27912">(</tspan></text> + <text transform="scale(-.97356 1.0272)" x="-22.016829" y="13.812991" fill="#eff0f1" font-family="sans-serif" font-size="11.165px" letter-spacing="0px" stroke-width=".27912" word-spacing="0px" style="line-height:1.25" xml:space="preserve"><tspan x="-22.016829" y="13.812991" fill="#eff0f1" stroke-width=".27912">(</tspan></text> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/help.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m11 1c-2.3476 0-4.4962 0.8063-6.1987 2.1509-0.00639 0.00504-0.013162 0.00959-0.019531 0.014649-0.066309 0.05263-0.13284 0.10442-0.19775 0.15869l-1.0742-1.0742h-2.5098v2.5098l1.3037 1.3037c-0.82525 1.4557-1.3037 3.1371-1.3037 4.9365 0 1.7995 0.47846 3.4808 1.3037 4.9365l-1.3037 1.3037v2.5098h2.5098l1.0742-1.0742c0.064916 0.05426 0.13145 0.10606 0.19775 0.15869 0.00637 5e-3 0.013147 0.0096 0.019531 0.01465 1.7026 1.3446 3.8511 2.1509 6.1987 2.1509 2.4481 0 4.6814-0.8741 6.416-2.3242l1.0742 1.0742h2.5098v-2.5098l-1.3037-1.3037c0.82525-1.4557 1.3037-3.1371 1.3037-4.9365 0-1.7995-0.47846-3.4808-1.3037-4.9365l1.3037-1.3037v-2.5098h-2.5098l-1.0742 1.0742c-0.064911-0.054269-0.13144-0.10606-0.19775-0.15869-0.0064-0.00505-0.01314-0.00961-0.01954-0.014649-1.7025-1.3446-3.8511-2.1509-6.1987-2.1509zm0 1.25c1.5506 0 3.0023 0.40171 4.2627 1.1035l-2.8662 2.8662c-0.44556-0.12938-0.9081-0.21973-1.3965-0.21973s-0.95093 0.090344-1.3965 0.21973l-2.8662-2.8662c1.2604-0.70181 2.7121-1.1035 4.2627-1.1035zm-8.374 0.88379 1.0547 1.0547c-0.17844 0.19174-0.3521 0.38785-0.51514 0.59326-0.00505 0.00638-0.00961 0.013147-0.014649 0.019531-0.05046 0.063894-0.097569 0.13016-0.14648 0.19531l-1.1206-1.1206zm16.748 0 0.74219 0.74219-1.1206 1.1206c-0.21137-0.28153-0.43689-0.55089-0.67627-0.80811zm-16.021 3.6035 2.8662 2.8662c-0.12938 0.44555-0.21973 0.90809-0.21973 1.3965s0.090344 0.95093 0.21973 1.3965l-2.8662 2.8662c-0.70181-1.2604-1.1035-2.7121-1.1035-4.2627s0.40171-3.0023 1.1035-4.2627zm15.293 0c0.70181 1.2604 1.1035 2.7121 1.1035 4.2627s-0.40171 3.0023-1.1035 4.2627l-2.8662-2.8662c0.12938-0.44556 0.21973-0.9081 0.21973-1.3965s-0.090344-0.95093-0.21973-1.3965zm-7.6465 0.5127c0.11396 0 0.22072 0.024325 0.33203 0.034175 0.49343 0.043687 0.95542 0.17805 1.3745 0.39307 0.69627 0.35723 1.259 0.91994 1.6162 1.6162 0.21502 0.41909 0.34938 0.88108 0.39307 1.3745 0.0099 0.11132 0.03418 0.21808 0.03418 0.33204s-0.02432 0.22072-0.03417 0.33203c-0.04369 0.49343-0.17805 0.95542-0.39307 1.3745-0.35723 0.69627-0.91995 1.259-1.6162 1.6162-0.41909 0.21502-0.88108 0.34938-1.3745 0.39307-0.11132 0.009856-0.21808 0.03418-0.33204 0.03418s-0.22072-0.02432-0.33203-0.03418c-0.49343-0.043689-0.95542-0.17805-1.3745-0.39307-0.69627-0.35723-1.259-0.91994-1.6162-1.6162-0.21502-0.41909-0.34938-0.88108-0.39307-1.3745-0.0098562-0.11131-0.03418-0.21807-0.03418-0.33203s0.024324-0.22072 0.03418-0.33203c0.043689-0.49343 0.17805-0.95542 0.39307-1.3745 0.35723-0.69627 0.91994-1.259 1.6162-1.6162 0.41909-0.21502 0.88108-0.34938 1.3745-0.39307 0.11131-0.0098563 0.21807-0.03418 0.33203-0.03418zm-1.3965 8.5303c0.44555 0.12938 0.9081 0.21973 1.3965 0.21973s0.95093-0.09034 1.3965-0.21973l2.8662 2.8662c-1.2604 0.70181-2.7121 1.1035-4.2627 1.1035s-3.0023-0.40171-4.2627-1.1035l1.3965-1.3965zm-6.5991 1.2231c0.21137 0.28153 0.43689 0.55089 0.67627 0.80811l-1.0547 1.0547-0.74219-0.74219zm15.991 0 1.1206 1.1206-0.74219 0.74219-1.0547-1.0547c0.23938-0.25722 0.4649-0.52657 0.67627-0.80811z" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/helpAbout.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m11 1c-5.54 0-10 4.46-10 10s4.46 10 10 10 10-4.46 10-10-4.46-10-10-10zm0 1.25c4.8475 0 8.75 3.9025 8.75 8.75s-3.9025 8.75-8.75 8.75-8.75-3.9025-8.75-8.75 3.9025-8.75 8.75-8.75zm-1.25 2.5v2.5h2.5v-2.5zm0 3.75v8.75h2.5v-8.75z" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/helpAboutQt.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" fill="#000000" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <path d="m4.232 3.5c-0.19871 0-0.44158 0.1034-0.57914 0.24471-0.79823 0.80307-1.5982 1.6044-2.4015 2.4041-0.13927 0.13787-0.25136 0.38603-0.25136 0.59972v0.00172c0.0034 3.7035 0.0034 11.224 0.0034 11.307v0.44117h0.43478c0.081522 0 10.946-0.0018 16.323 0.0018 0.21739 0 0.46366-0.11374 0.60462-0.25505l0.0018-0.0018c0.78969-0.7979 1.5828-1.5924 2.3794-2.3834 0.1494-0.14993 0.253-0.40671 0.253-0.61696-0.003398-3.6931 0-11.302 0-11.302v-0.44117zm0.02038 0.88235h15.878c0 0.55319-0.0033 7.3018 0 10.855-0.79484 0.78929-1.588 1.5837-2.376 2.3799-5.2361-0.0034-15.258-0.0034-15.881-0.0018 0-0.61695 0-7.2794-0.0034-10.847 0.79654-0.79266 1.5914-1.5871 2.3828-2.3867zm4.1797 1.7647c-0.13757 0-0.27344 0.00343-0.41101 0.00861-0.33288 0.013793-0.66067 0.070664-0.98166 0.16545-0.7269 0.21886-1.2721 0.65659-1.5897 1.3545-0.11039 0.24299-0.2038 0.49632-0.27853 0.7531-0.2055 0.70312-0.24796 1.4269-0.25645 2.1524-0.0051 0.48943 0.023778 0.97713 0.09341 1.4614 0.067934 0.45324 0.17323 0.89614 0.35156 1.3218 0.32269 0.76516 0.88995 1.246 1.6882 1.4562 0.69463 0.1844 1.3961 0.20852 2.1196 0.10686 0.36345 0.59455 0.7303 1.1977 1.1022 1.8078 0.43988-0.20681 0.85768-0.40154 1.2874-0.60318-0.35496-0.57215-0.69633-1.1253-1.0343-1.6716 0.14776-0.13442 0.29382-0.25333 0.42289-0.38775 0.33458-0.35673 0.53668-0.78584 0.66916-1.2529 0.18852-0.66693 0.23607-1.3528 0.25306-2.0404 0.01189-0.53251-0.02208-1.0633-0.09341-1.5906-0.06794-0.49115-0.18512-0.97024-0.38553-1.4269-0.34137-0.7755-0.92222-1.2615-1.7391-1.4752-0.40251-0.1034-0.80842-0.13787-1.2177-0.13959zm5.1766 0.88235v1.7647h-0.86957v1.3235h0.86957v3.0882c0 0.3395 0.06962 0.71174 0.2038 1.0288 0.11209 0.26712 0.30061 0.45496 0.56386 0.57042 0.20041 0.08618 0.40931 0.13097 0.625 0.15165 0.4127 0.03791 0.89164-0.02929 1.2976-0.10168 0.11549-0.02068 0.22928-0.04481 0.35326-0.06892-0.01188-0.36018-0.03058-0.84271-0.05943-1.1891-0.04587-0.0034-0.06962-0.01038-0.09511-0.0086-0.27174 0.01038-0.61481 0.05343-0.88655 0.05859-0.11719 0.0018-0.23607-0.01038-0.35156-0.03447-0.14606-0.03102-0.24287-0.12925-0.28363-0.27746-0.01529-0.06204-0.03228-0.12236-0.03568-0.1844-0.01868-0.23265-0.02548-0.59283-0.02718-0.8272-0.0051-0.83409 0-2.2059 0-2.2059h1.7391v-1.3235h-1.7391v-1.7647zm-5.2191 0.44979c0.25815 0 0.51461 0.031019 0.77106 0.094783 0.44327 0.11029 0.77446 0.35156 0.97826 0.72897 0.17833 0.32399 0.27683 0.67038 0.32269 1.0271 0.05435 0.43083 0.07982 0.86511 0.1036 1.134-0.02208 0.74621-0.03906 1.3252-0.20211 1.8922-0.03397 0.12064-0.07643 0.23954-0.12398 0.35501-0.18342 0.45496-0.54518 0.73242-1.0581 0.85305-0.518 0.12064-1.0428 0.12235-1.5642 0.0034-0.54687-0.12406-0.91542-0.42565-1.109-0.90646-0.15625-0.38947-0.23947-0.79101-0.26155-1.2012-0.025474-0.46013-0.035665-0.92198-0.022079-1.3821 0.011888-0.49804 0.084919-0.99092 0.26325-1.4648 0.037365-0.098225 0.08322-0.19474 0.13077-0.2878 0.2038-0.3912 0.54348-0.63591 0.99864-0.75138 0.25645-0.063763 0.51461-0.094784 0.77276-0.094784z" fill="#eff0f1" stroke-width=".43797"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/hexEditor.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <g transform="translate(0 -291.18)"> + <image y="291.18" width="5.8208" height="5.8208" preserveAspectRatio="none" xlink:href="data:image/png;base64,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 "/> + <path transform="matrix(0 .28236 -.28349 0 87.106 293.37)" d="m9.0186 296.75h-5.4694l-2.7347-4.7367 2.7347-4.7367h5.4694l2.7347 4.7367z" fill="#35a6af" stroke="#35a6af" stroke-width=".26458"/> + <path class="ColorScheme-Text" d="m4.6995 294.32-1.111 1.111v0.47645h0.47646l1.111-1.111zm-0.27104 0.46173 0.28577 0.28577-0.41987 0.42013v-0.0894l-0.1341 3e-3h-0.13694v-0.21444l0.19069-0.19042zm-0.53924 0.53899v0.21445h0.2682l0.00284 0.0863-0.14289 0.14315h-0.19068l-0.095343-0.0953v-0.19069z" fill="currentColor"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/hidePassword.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m18.507 2.5-16.011 16.249 0.74021 0.75122 16.011-16.249zm-7.6352 3.1875a10.469 10.625 0 0 0-9.1217 5.4391c0.18767 0.31992 0.45425 0.58385 0.77497 0.76575a9.4223 9.5625 0 0 1 8.3467-5.1423 4.1877 4.25 0 0 0-4.1877 4.25 4.1877 4.25 0 0 0 0.37419 1.7452l0.80973-0.82178a3.1408 3.1875 0 0 1-0.137-0.92346 3.1408 3.1875 0 0 1 3.1408-3.1875 3.1408 3.1875 0 0 1 0.90992 0.13904l0.80768-0.8197a4.1877 4.25 0 0 0-1.3577-0.36316 9.4223 9.5625 0 0 1 1.5213 0.19714l0.88334-0.89648a10.469 10.625 0 0 0-2.7645-0.38184zm5.6579 1.6954-0.7627 0.77405a9.4223 9.5625 0 0 1 3.4536 3.7333c0.32259-0.1836 0.59162-0.44887 0.77906-0.77197a10.469 10.625 0 0 0-3.47-3.7354zm-5.6579 1.4921a2.0938 2.125 0 0 0-2.0938 2.125zm3.8135 0.37976-0.80973 0.82178a3.1408 3.1875 0 0 1 0.137 0.92346 3.1408 3.1875 0 0 1-3.1408 3.1875 3.1408 3.1875 0 0 1-0.90992-0.13904l-0.80973 0.82178a4.1877 4.25 0 0 0 1.7196 0.37976 4.1877 4.25 0 0 0 4.1877-4.25 4.1877 4.25 0 0 0-0.37419-1.7452zm-1.7196 1.7452-2.0938 2.125a2.0938 2.125 0 0 0 2.0938-2.125zm-12.563 2.125c-0.69795 6.375-0.34897 3.1875 0 0z" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/history.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m11 1c-5.54 0-10 4.46-10 10s4.46 10 10 10 10-4.46 10-10-4.46-10-10-10m0 1.25c4.8475 0 8.75 3.9025 8.75 8.75s-3.9025 8.75-8.75 8.75-8.75-3.9025-8.75-8.75 3.9025-8.75 8.75-8.75m-1.25 1.25v8.75h7.5v-1.25h-6.25v-7.5h-1.25" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/historyClear.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m19.871 1-4.2313 7.1636-3.1305-1.7675-1.3235 2.1161 7.3213 4.1361 1.3235-2.1186-3.0773-1.7386 4.2465-7.1901zm-13.688 3.9942a1.2957 1.2312 0 0 0-1.2957 1.2312 1.2957 1.2312 0 0 0 1.2957 1.2312 1.2957 1.2312 0 0 0 1.2957-1.2312 1.2957 1.2312 0 0 0-1.2957-1.2312zm-4.535 1.2312a0.64786 0.61561 0 0 0-0.64786 0.61561 0.64786 0.61561 0 0 0 0.64786 0.61561 0.64786 0.61561 0 0 0 0.64786-0.61561 0.64786 0.61561 0 0 0-0.64786-0.61561zm1.9436 2.4624a1.2957 1.2312 0 0 0-1.2957 1.2312 1.2957 1.2312 0 0 0 1.2957 1.2312 1.2957 1.2312 0 0 0 1.2957-1.2312 1.2957 1.2312 0 0 0-1.2957-1.2312zm6.4786 1.2312c-1.4492 1.9259-4.1003 3.4608-9.07 3.6936v1.2312c2.7388 4.1513 6.4786 6.1561 11.661 6.1561h1.2957c1.699-1.9542 3.0547-3.7335 3.8871-6.1561v-1.2312l-6.4786-3.6936zm0.68582 1.3563 5.608 3.1983c-0.74222 1.9042-1.9073 3.575-3.3481 5.2567-4.2414 0.038476-8.0602-1.7584-10.297-5.0956 4.0403-0.38244 6.5039-1.5818 8.0375-3.3594z" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/home.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m11 1-10 10 0.88379 0.88379 0.36621-0.36621v9.4824h17.5v-9.4824l0.36621 0.36621 0.88379-0.88379-3.75-3.75v-3.75h-3.75l-2.5-2.5m0 1.7676 7.5 7.5v9.4824h-5v-6.25h-5v6.25h-5v-9.4824l7.5-7.5" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/html.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="48" height="48" version="1.1" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <g transform="matrix(2.75 0 0 2.75 -1166 -1452.2)" fill="#eff0f1"> + <rect class="ColorScheme-Text" x="383.46" y="518.13" width="0" height="11" color="#eff0f1"/> + <path class="ColorScheme-Text" d="m432.72 528.79c-0.31896 0-0.62792 0.026-0.93788 0.063-0.30396 0.036-0.61392 0.087-0.90589 0.1559-0.094 0.022-0.18497 0.067-0.28096 0.094-0.084 0.023-0.16698 0.037-0.24997 0.063-0.10499 0.033-0.21397 0.059-0.31296 0.094-0.10699 0.038-0.20697 0.083-0.31296 0.1249-0.20597 0.083-0.39695 0.182-0.59393 0.2809-0.071 0.036-0.14898 0.056-0.21897 0.094-0.22997 0.1209-0.44094 0.2629-0.65592 0.4058-0.082 0.055-0.16997 0.098-0.24996 0.1559-0.033 0.024-0.061 0.038-0.094 0.063-0.094 0.071-0.19098 0.1418-0.28097 0.2188-0.10698 0.089-0.20997 0.1869-0.31296 0.2809-0.032 0.03-0.062 0.064-0.094 0.094l-0.031 0.031c-0.016 0.016-0.015 0.047-0.031 0.063-0.20997 0.2039-0.43894 0.3988-0.62492 0.6247-5e-3 0.01 5e-3 0.025 0 0.031-0.18098 0.2199-0.34296 0.4478-0.49994 0.6877-0.021 0.032-0.042 0.061-0.063 0.094-0.015 0.024-0.047 0.037-0.063 0.063-0.06 0.098-0.10099 0.209-0.15598 0.3129-0.018 0.033-0.045 0.061-0.063 0.094-0.075 0.1459-0.14998 0.2898-0.21897 0.4378-4e-3 0.01 4e-3 0.023 0 0.031-0.11699 0.2528-0.22198 0.5136-0.31296 0.7805-0.019 0.053-0.045 0.103-0.063 0.156-3e-3 0.01 3e-3 0.022 0 0.031-0.02 0.062-0.044 0.125-0.063 0.188-0.073 0.2568-0.13998 0.5137-0.18798 0.7806-0.034 0.1919-0.074 0.3968-0.094 0.5938-0.027 0.2648-0.031 0.5417-0.031 0.8125 0 0.4038 0.036 0.7996 0.094 1.1875 6e-3 0.041-7e-3 0.085 0 0.1249 0.044 0.2659 0.11798 0.5248 0.18798 0.7807 0.026 0.096 0.064 0.1859 0.094 0.2809 0.04 0.1289 0.079 0.2489 0.12499 0.3748 0.077 0.2119 0.15598 0.4218 0.24997 0.6246 0.05 0.106 0.10198 0.2099 0.15598 0.3129 0.15198 0.2919 0.31496 0.5747 0.49993 0.8436 0.016 0.024 0.046 0.039 0.063 0.063 0.19797 0.2809 0.39395 0.5597 0.62492 0.8126 0.04 0.044 0.084 0.082 0.12498 0.125 0.04 0.042 0.084 0.084 0.12499 0.1249 0.21397 0.2139 0.45094 0.4048 0.68791 0.5938 0.30596 0.2438 0.62892 0.4587 0.96888 0.6556 0.012 0.01 0.019 0.024 0.031 0.031 0.053 0.03 0.10299 0.065 0.15598 0.094 0.31596 0.156 0.69192 0.3249 0.93788 0.4378 0.10999 0.042 0.23098 0.057 0.34396 0.094 0.053 0.018 0.10299 0.046 0.15598 0.063 0.13598 0.041 0.26797 0.09 0.40595 0.1249 0.042 0.011 0.083 0.021 0.12499 0.031 0.29196 0.069 0.60192 0.1209 0.90588 0.1559 0.30896 0.036 0.61792 0.063 0.93788 0.063 0.33996 0 0.67092-0.021 0.99988-0.063 0.36495-0.048 0.68091-0.1239 0.99987-0.1879 1.6978-0.4358 3.1616-1.4213 4.2185-2.7487 0.028-0.035 0.067-0.058 0.094-0.094 9e-3 -0.012 0.022-0.02 0.031-0.031 0.014-0.018 0.018-0.044 0.031-0.063 0.62292-0.8246 1.0769-1.7801 1.3438-2.8117 0.056-0.2169 0.11799-0.4318 0.15598-0.6557 5e-3 -0.03-5e-3 -0.063 0-0.094 6e-3 -0.04 0.025-0.079 0.031-0.125 6e-3 -0.043 0.026-0.082 0.031-0.1249h-0.031c0.044-0.3289 0.094-0.6587 0.094-0.9996 0-0.5517-0.05-1.1034-0.15598-1.6242-9e-3 -0.043-0.022-0.082-0.031-0.1249-0.046-0.2079-0.12398-0.4229-0.18798-0.6248-3e-3 -0.01 3e-3 -0.022 0-0.031-0.012-0.038-0.018-0.056-0.031-0.094-0.039-0.119-0.081-0.2579-0.12498-0.3748-0.012-0.032-0.018-0.064-0.031-0.094-0.043-0.109-0.10799-0.2059-0.15598-0.3128-2e-3 0 2e-3 -0.026 0-0.031-0.025-0.054-0.068-0.1029-0.094-0.1559-0.098-0.2029-0.19797-0.3998-0.31296-0.5937-0.058-0.098-0.094-0.2169-0.15598-0.3129-0.024-0.036-0.069-0.058-0.094-0.094-0.067-0.099-0.14698-0.185-0.21897-0.2809-0.08-0.1-0.13999-0.2159-0.21898-0.3129-5e-3 -0.01 5e-3 -0.025 0-0.031-0.17197-0.2089-0.36995-0.4028-0.56292-0.5937-0.093-0.092-0.18398-0.1939-0.28097-0.2809-0.028-0.025-0.065-0.038-0.094-0.063-0.20897-0.1819-0.42994-0.3398-0.65592-0.4996-0.055-0.038-0.10098-0.088-0.15598-0.125-0.07-0.046-0.14798-0.081-0.21897-0.1249-0.13498-0.084-0.26597-0.174-0.40595-0.2499-0.12298-0.067-0.24797-0.127-0.37495-0.1879-0.21397-0.102-0.43195-0.198-0.65592-0.2809-0.26596-0.099-0.53393-0.1799-0.8129-0.2499-0.24496-0.062-0.49693-0.118-0.7499-0.1559-0.39695-0.061-0.8049-0.094-1.2188-0.094m0 0.9996c0.29896 0 0.58493 0.027 0.87489 0.063 0.17998 0.023 0.35496 0.058 0.53093 0.094h0.031c0.16598 0.035 0.33796 0.079 0.49994 0.1249 0.096 0.027 0.18698 0.063 0.28097 0.094 0.17197 0.057 0.33395 0.1169 0.49993 0.1879 0.19398 0.08 0.37896 0.1528 0.56293 0.2498-0.031 0.01-0.063 0.021-0.094 0.031-0.047 0.017-0.11298 0.096-0.12498 0.1249-0.02 0.048 5e-3 0.115 0 0.188 0.038 0.017 0.06 0.089 0.12498 0.1249 0.025 0.014 0.041-0.01 0.063 0 0.038 0.021 0.07 0.087 0.063 0.1249-0.011 0.055-0.088 0.022-0.12498 0.063 6e-3 0.078-0.043 0.105-0.063 0.1559 0.012 0.033 0.057 0.024 0.063 0.063-7e-3 0.043-0.079 0.049-0.063 0.094 0.072 0.056 0.15098-0.022 0.21897-0.031 0.14898-0.019 0.28297 0.041 0.37495-0.031-0.012-0.071 0.10099-0.092 0.094-0.1559-6e-3 -0.048-0.09-0.061-0.12498-0.094-0.019-0.018-0.04-0.059-0.063-0.094-0.026-0.04-0.064-0.087-0.094-0.125-0.039-0.052-0.12498-0.1169-0.12498-0.1559 1e-3 -0.045 0.052-0.063 0.063-0.125-0.012-0.057-0.11699 0-0.12499-0.063 2e-3 -0.019 0.021-0.051 0.031-0.063 0.14998 0.082 0.29796 0.1789 0.43795 0.2809 0.032 0.021 0.062 0.041 0.094 0.063 0.10798 0.081 0.20697 0.17 0.31296 0.2499-0.067 0.012-0.10099 0.09-0.15598 0.156-0.038 0.046-0.099 0.1009-0.15598 0.1249-0.028 0.012-0.068-0.016-0.094 0-0.037 0.025-0.051 0.096-0.094 0.125-0.031 0.021-0.12399 0.094-0.15598 0.094-0.038 1e-3 -0.098-0.04-0.12499-0.031-0.04 0.013-0.017 0.077-0.063 0.094-0.088 0.031-0.24997-0.069-0.28096 0.063 0.038 0.076 0.15298 0.051 0.21897 0.094 0.042 0.026 0.11399 0.143 0.12498 0.1879 0.01 0.038 0.015 0.179 0 0.2189-0.041 0.106-0.15898 0.097-0.28096 0.094-0.034-1e-3 -0.063 0-0.094 0-0.20697-0.014-0.40695-0.085-0.49994 0.063 7e-3 0.1129 0.025 0.1829 0 0.2808-0.018 0.072-0.097 0.125-0.094 0.188 2e-3 0.032 0.055 0.082 0.063 0.1249 5e-3 0.023-0.011 0.073 0 0.094 0.034 0.066 0.12699-0.01 0.18798 0 0.059 0.01 0.12598 0.1209 0.12498 0.1879-1e-3 0.046-0.033 0.1119-0.063 0.1559-0.058 0.089-0.16698 0.077-0.24997 0.1249-0.07 0.039-0.084 0.1189-0.12498 0.1879-0.044 0.074-0.081 0.1109-0.063 0.2189-0.06 0.1179-0.12598 0.1939-0.24997 0.2499-0.037 0.017-0.092 0.039-0.12498 0.063-0.027 0.019-0.056 0.051-0.094 0.094-0.047 0.052-0.1 0.085-0.12499 0.125-0.019 0.031-0.01 0.084-0.031 0.1249-0.029 0.056-0.088 0.1-0.12498 0.1559-0.017 0.026-0.043 0.059-0.063 0.094-0.042 0.077-0.10099 0.1509-0.094 0.2189 7e-3 0.066 0.089 0.068 0.094 0.1249 4e-3 0.032-0.033 0.059-0.031 0.094 1e-3 0.051 0.027 0.086 0.031 0.1249 0.01 0.099-0.044 0.12-0.063 0.188-9e-3 0.032 8e-3 0.068 0 0.094-0.016 0.05-0.093 0.098-0.094 0.156-1e-3 0.042 0.059 0.097 0.063 0.1559 2e-3 0.04-0.038 0.057-0.031 0.094 0.014 0.073 0.16198 0.162 0.21897 0.2189 0.075 0.075 0.15498 0.139 0.18798 0.219 0.027 0.067 0.041 0.1678 0.094 0.2188 0.039 0.037 0.10598 0.054 0.15598 0.094 0.047 0.036 0.10698 0.055 0.15598 0.094 0.081 0.064 0.18297 0.1969 0.31296 0.1879 0.068-0.01 0.14198-0.05 0.21897-0.063 0.079-0.014 0.16998-0.039 0.24997-0.031 0.061 0.01 0.12398 0.066 0.18797 0.063 0.067 0 0.14299-0.061 0.21898-0.094 0.13198-0.057 0.33896-0.1529 0.53093-0.1249 0.14598 0.021 0.14898 0.2169 0.24997 0.2809 0.11798 0.01 0.21897-0.054 0.31296-0.031 0.07 0.017 0.14898 0.1319 0.15598 0.1879 7e-3 0.058-0.054 0.121-0.063 0.1559-0.018 0.078-0.017 0.169-0.031 0.2189-0.011 0.038-0.032 0.086-0.031 0.125 0 0.035 0.058 0.1419 0.094 0.1879 0.044 0.056 0.10299 0.096 0.15598 0.1559 0.087 0.109 0.15498 0.2359 0.21897 0.3749 0.017 0.037-0.016 0.077 0 0.1249-0.029 0.2239-0.10298 0.3769-0.24997 0.6247-0.069 0.08-0.15798 0.15-0.15598 0.2499-5e-3 0.2399 0.13599 0.3928 0.12499 0.6247-0.024 0.3118 0.024 0.3328 0 0.4997 0.10499 0.053 0.031 0.2329 0 0.3439-0.045 0.1319-0.1 0.1619-0.12499 0.2499 0.071 0.031 0.17098 0.019 0.24997 0 0 0 0.096 0.4008 0.094 0.4058-0.8069 0.7967-1.8188 1.3874-2.9376 1.7182-0.54993 0.1329-0.71291 0.1329-0.96888 0.1879-0.33395 0.055-0.68291 0.094-1.0309 0.094-0.24296 0-0.48293-0.01-0.71891-0.031-0.18197-0.018-0.35395-0.062-0.53093-0.094-0.053-0.01-0.10398-0.02-0.15598-0.031-0.16298-0.055-0.35095-0.088-0.49994-0.1249-0.16997-0.048-0.33495-0.096-0.49993-0.156 0.014-0.013 0.027-0.011 0.031-0.031 9e-3 -0.04 2e-3 -0.062 0-0.1249 0.015-0.065 0.08-0.058 0.094-0.1249-0.028-0.048-0.083-0.038-0.12498-0.063-0.041-0.024-0.068-0.074-0.063-0.125 0.07-0.029 0.19997 0.066 0.24996-0.031 0.025-0.046-0.034-0.1409 0-0.1879 0.023-0.031 0.16898-0.055 0.21898-0.063 0.071-0.012 0.14798-0.01 0.18797-0.031 0.044-0.029 0.10099-0.105 0.094-0.188-4e-3 -0.039-0.033-0.059-0.063-0.094-0.025-0.029-0.013-0.066-0.031-0.094-0.031-0.047-0.08-0.058-0.094-0.1249 0.096-0.019 0.23597 0.1019 0.37496 0.063 0.066-0.019 0.15698-0.188 0.18797-0.2499 0.01-0.019-0.01-0.04 0-0.063 0.012-0.026 0.059-0.049 0.063-0.063 0.01-0.036-8e-3 -0.071 0-0.094 0.024-0.068 0.085-0.075 0.12498-0.125 0.03-0.038 0.065-0.087 0.094-0.1249 0.031-0.041 0.042-0.089 0.063-0.125 0.02-0.1219-0.06-0.2059-0.031-0.3128 0.032-0.12 0.19598-0.165 0.31296-0.2189 0.04-0.019 0.092-0.05 0.12499-0.063 0.08-0.028 0.17598-0.036 0.24997-0.063 0.12498-0.046 0.15698-0.1669 0.21897-0.2809 0.029-0.054 0.057-0.1179 0.063-0.1559 5e-3 -0.035-7e-3 -0.053 0-0.094 6e-3 -0.04 0.02-0.081 0.031-0.1248 0.014-0.058 0.031-0.1539 0.031-0.2189 0-0.053-0.029-0.078-0.031-0.1249-9e-3 -0.173 0.061-0.218 0.12498-0.3129 0.032-0.047 0.04-0.091 0.063-0.125 0.10799-0.1609 0.29497-0.2259 0.28097-0.4688-5e-3 -0.08-0.035-0.2558-0.094-0.2808-0.034-0.015-0.10699-0.011-0.15598-0.031-0.15798-0.059-0.27397-0.2689-0.43795-0.2809-0.035 0-0.055 0.031-0.094 0.031-0.065 0-0.14698-0.053-0.21897-0.063-0.046-0.01-0.12898 0.013-0.15598 0-0.042-0.02-0.029-0.1019-0.063-0.1249-0.027-0.018-0.084-0.015-0.12498-0.031-0.066-0.025-0.11199-0.056-0.18798-0.063-0.023-1e-3 -0.067 0-0.094 0-0.042-0.01-0.086-0.04-0.12498-0.063-0.048-0.029-0.074-0.052-0.094-0.094 0.044-0.1439-0.096-0.1669-0.12498-0.2499-0.014-0.039 0.013-0.09 0-0.1249-0.017-0.05-0.071-0.084-0.12499-0.125-0.097-0.074-0.17398-0.1389-0.31296-0.1559-0.061-0.01-0.14498 0-0.21897 0-0.078-0.01-0.16098-0.058-0.21897-0.125-0.056-0.065-0.076-0.1249-0.12499-0.1559-0.047-0.03-0.12398-0.031-0.15598-0.063-0.014-0.014-0.017-0.031-0.031-0.063-0.023-0.048-0.061-0.098-0.031-0.156-0.053-0.027-0.035 0.072-0.094 0.063-0.052-0.074-0.10099-0.115-0.21897-0.094-0.054 0.01-0.093 0.06-0.15598 0.063-0.052 0-0.088-0.053-0.15598-0.063-0.052-0.01-0.11999 0.036-0.15598 0.031-0.057-0.011-0.073-0.059-0.12499-0.094-0.038-0.025-0.10398-0.095-0.12498-0.094-0.067 0-0.12598 0.1429-0.21897 0.094-0.045-0.057 0.085-0.071 0.031-0.125-0.04-0.041-0.061 0.01-0.094 0.031-0.037 0.025-0.084 0.047-0.12499 0.063-0.092 0.034-0.14698 0.025-0.21897 0.063-0.066 0.034-0.087 0.088-0.12499 0.156-0.031 0.056-0.079 0.1529-0.12498 0.1559-0.056 0-0.10599-0.072-0.15598-0.094-0.15298-0.066-0.24797 0.03-0.37495 0.031-0.11799 0-0.28697-0.1709-0.28097-0.2808 4e-3 -0.067 0.054-0.166 0.063-0.2499 6e-3 -0.066 0.062-0.127 0.063-0.1879 1e-3 -0.081-0.13499-0.147-0.18798-0.156-0.12498-0.023-0.29496 0.061-0.43794 0-0.027-0.045 0.047-0.081 0.063-0.1249 9e-3 -0.025-9e-3 -0.034 0-0.063 0.016-0.042 0.074-0.08 0.094-0.1249 0.015-0.034 0.016-0.082 0.031-0.125 0.017-0.049 0.059-0.091 0.063-0.1249 5e-3 -0.045-0.027-0.095-0.063-0.125-0.11098 0.01-0.18697 0-0.24997 0.031-0.14398 0.066-0.10598 0.2659-0.24997 0.3129-0.05 0.016-0.13298 0.021-0.18797 0.031-0.047 0.01-0.10699 0.032-0.15598 0.031-0.058-1e-3 -0.15298-0.057-0.18798-0.094-9e-3 -0.01-0.024-0.036-0.031-0.063 2e-3 -0.01-2e-3 -0.021 0-0.031 0.046-0.2229 0.093-0.4438 0.15598-0.6557 3e-3 -0.01-3e-3 -0.022 0-0.031 0.042-0.1389 0.10298-0.2699 0.15598-0.4058 0.013-0.01 0.019-0.023 0.031-0.031 0.077-0.053 0.15598-0.1189 0.24997-0.1249 0.057 0 0.16398 0.02 0.21897 0.031 0.05 0.01 0.082 0.059 0.12499 0.063 0.12298 0.01 0.14898-0.1029 0.24997-0.1559 0.10398 0.015 0.15598-0.01 0.24996 0 0.064 0.01 0.13799 0.09 0.18798 0.094 0.042 0 0.053-0.069 0.094-0.063 0.04 0.01 0.11898 0.1079 0.12498 0.1559 7e-3 0.06-0.048 0.122-0.031 0.1879 0.063 0.064 0.19097 0.056 0.28096 0.094 0.059-0.048 9e-3 -0.118 0-0.1879-2e-3 -0.031 4e-3 -0.066 0-0.094-6e-3 -0.048-0.031-0.084-0.031-0.1249-1e-3 -0.1899 0.15398-0.2999 0.28096-0.3749 0.055-0.033 0.10799-0.069 0.15598-0.094 0.067-0.034 0.1-0.063 0.15598-0.094 0.10099-0.057 0.20198-0.092 0.28097-0.1559 0.037-0.086-4e-3 -0.1959 0-0.2809 0.037-0.022 0.055 0 0.094 0 0.061-0.013 0.09-0.091 0.12499-0.1249 0.02-0.02 0.069-0.043 0.094-0.063 0.061-0.048 0.072-0.104 0.12498-0.125 0.019-0.01 0.064-0.017 0.094-0.031 0.04-0.011 0.092-0.04 0.15598-0.063 0.042-0.014 0.13998-0.015 0.15598-0.031 0.02-0.02-6e-3 -0.095 0-0.1249 0.032-0.151 0.27196-0.168 0.40595-0.2189 0.094-0.036 0.17798-0.114 0.28096-0.094-0.02 0.072-0.10998 0.038-0.094 0.1249 0.023 0.121 0.17598-0.013 0.21898-0.031 0.081-0.034 0.23697-0.055 0.34395-0.094 0.094-0.034 0.24497-0.08 0.15598-0.1879-0.074 0-0.092 0.066-0.15598 0.094-0.044 0.01-0.056-0.027-0.094-0.031-0.036 0-0.057 0.038-0.094 0.031-0.037-0.01-0.088-0.082-0.094-0.1249-0.015-0.111 0.10999-0.136 0.15598-0.2189-0.03-0.101-0.16598-0.024-0.24997-0.063 9e-3 -0.06 0.055-0.1139 0.12499-0.1249 0.057-0.01 0.18497 0.01 0.21897 0.031 0.02 0.017 0 0.066 0.031 0.094 0.034 0.031 0.081 0.01 0.12499 0 0.016-0.076-0.10599-0.043-0.094-0.094 0.09-0.059 0.26497-0.016 0.37495-0.031 0.063-0.01 0.13099-0.062 0.18798-0.094 0.054-0.03 0.099-0.081 0.15598-0.031 0.016 0.054-0.032 0.066-0.063 0.094-0.10199 0.091-0.20198 0.2069-0.28097 0.3128 0.049 0.048 0.13599 0.022 0.21898 0.031 0.032 0 0.06 0.025 0.094 0.031 0.04 0.01 0.094-0.012 0.12499 0 0.056 0.014 0.07 0.094 0.12498 0.094 0.091 0 0.083-0.125 0.031-0.1879 0.016-0.063 0.053-0.08 0.031-0.125-0.041-0.082-0.21097 0.014-0.21897-0.094-5e-3 -0.067 0.07-0.075 0.094-0.125-0.011-0.1289 0.10598-0.1349 0.094-0.2499-6e-3 -0.048-0.06-0.049-0.094-0.094-0.017-0.023-0.01-0.076-0.031-0.094-0.07-0.059-0.20997-0.044-0.21897-0.1559-4e-3 -0.066 0.01-0.115 0-0.1879-9e-3 -0.067-0.066-0.2679-0.12498-0.2809-0.075-0.016-0.12899 0.1139-0.21898 0.1559-0.049 0.023-0.13898 0.04-0.18797 0.031-0.032-0.01-0.089-0.032-0.094-0.094-6e-3 -0.07 0.05-0.082 0.063-0.1558-0.011-0.044-0.051-0.029-0.094-0.063-0.049-0.037-0.091-0.1159-0.15598-0.1249-0.033 0-0.093 0.029-0.12498 0.031-0.06 0-0.10599-0.015-0.15598-0.031 0.021-0.01 0.041-0.024 0.063-0.031 0.12198-0.042 0.24997-0.059 0.37495-0.094 0.022-0.01 0.041-0.025 0.063-0.031 0.031 0.033 0.056 0.1029 0.094 0.1249 0.025 0.014 0.063-0.01 0.094 0 0.098 0.03 0.17398 0.085 0.28097 0.063 0.037-0.065-0.074-0.074-0.031-0.125 0.072 0.01 0.13198 0.04 0.18798 0.063 0.077-0.056 0.12798-0.066 0.12498-0.1559-1e-3 -0.046-0.062-0.063-0.094-0.094 0.063-0.011 0.12399-0.022 0.18798-0.031 5e-3 0.017 0.021 0.03 0.031 0.031 0.038 0.01 0.16498-0.051 0.18797-0.063 4e-3 0-6e-3 -0.027 0-0.031 0.25297-0.027 0.52094-0.031 0.7809-0.031m-2.4997 0.4688c-0.023 0.043-0.047 0.079-0.094 0.094 0.012 0.065-0.084 0.1049-0.094 0.1558-6e-3 0.035-2e-3 0.094 0 0.125 0.02 0.3189-0.25096 0.4768-0.56293 0.4688-0.061 0.058-0.029 0.1699-0.063 0.2499-0.028 0.067-0.11998 0.1309-0.18797 0.1249-0.05 0-0.12499-0.079-0.12499-0.1249 0-0.057 0.081-0.091 0.031-0.156 7e-3 -0.044 0.10598-0.086 0.094-0.1559-0.012-0.074-0.096-0.019-0.18798-0.031-0.052-0.01-0.13298-0.037-0.18798-0.063 0.10099-0.067 0.20498-0.126 0.31296-0.188 0.094-0.056 0.18498-0.1049 0.28097-0.1559 0.25197-0.1269 0.52193-0.2438 0.7809-0.3437m5.3743 0.7495c-0.027 0-0.04 0.018-0.063 0.031-0.051 0.031-0.054 0.079-0.094 0.094-0.054 0.021-0.11698 0.01-0.12498 0.063-6e-3 0.041 0.033 0.055 0.031 0.094-0.02 0.049-0.053 0.066-0.063 0.1249 0.068 0.11 0.22897-0.01 0.31296-0.031 0.038-0.011 0.073 0 0.094-0.031 0.023-0.035 0.013-0.105 0.031-0.156 0.019-0.056 0.069-0.043 0.063-0.094-6e-3 -0.05-0.10599-0.102-0.18797-0.094m-7.3121 0.7807c0.061 0.016 0.19597 0.1929 0.063 0.2499-0.013 0.01-0.18698 0.036-0.21897 0.031-0.046-0.01-0.078-0.086-0.12499-0.094-0.092-0.016-0.21797 0.101-0.28096 0 0.016-0.059 0.086-0.043 0.15598-0.063 0.12498-0.034 0.29796-0.1529 0.40595-0.1249m0.24996 0.3128c0.031 0 0.056 0.059 0.094 0.063 0.036 0 0.072-0.036 0.094-0.031 0.056 0.015 0.084 0.115 0.031 0.156-0.044 0-0.061-0.037-0.094-0.031-0.091 0.016-0.11999 0.1929-0.18798 0.1879-0.064-0.01-0.096-0.1409-0.031-0.1879 2e-3 -0.04-0.033-0.054-0.031-0.094 0.02-0.025 0.072-0.066 0.12498-0.063m-0.31296 0.031c0.019 1e-3 0.024 0 0.031 0-9e-3 0.071-0.039 0.091-0.094 0.125-0.095 0.057-0.15698 0.1279-0.18797 0.2499-9e-3 0.036-0.11099 0.1339-0.15598 0.1249-0.10599-0.022 0.038-0.2199 0.063-0.2499 0.027-0.033 0.062-0.056 0.094-0.094 0.03-0.037 0.033-0.105 0.063-0.125 0.032-0.022 0.13198-0.033 0.18797-0.031m9.4988 0.031c0.048 0.013 0.058 0.069 0.094 0.094 0.027 0.018 0.064 0.012 0.094 0.031 0.035 0.022 0.054 0.06 0.094 0.094 0.056 0.047 0.13998 0.088 0.21897 0.125 0.016 0.01 0.044 0.023 0.063 0.031 0.055 0.071 0.10399 0.1449 0.15598 0.2189 6e-3 0.04 0.012 0.099 0.031 0.1249 0.052 0.071 0.13098 0.1319 0.18798 0.2189-1e-3 0.083 0.036 0.133 0.094 0.1559 0.073 0.124 0.14898 0.2479 0.21897 0.3748 0.029 0.058 0.035 0.1289 0.063 0.1879-0.021 0-0.043 0.01-0.063 0-0.066-0.116-0.40895-0.1389-0.43795 0.031-0.013 0.075 0.049 0.1749-0.063 0.1879-0.071 0.01-0.15298-0.073-0.24997-0.094-0.04-0.01-0.094 0.014-0.12498 0-0.073-0.025-0.062-0.1119-0.12498-0.1559-0.036-0.025-0.12999-0.056-0.18798-0.063h-0.094c-0.045-0.01-0.11798-0.01-0.15598-0.031-0.036-0.022-0.11599-0.062-0.12498-0.094-0.014-0.049 0.09-0.1139 0.094-0.1558 2e-3 -0.031-0.023-0.045-0.031-0.094-5e-3 -0.029 6e-3 -0.074 0-0.094-0.01-0.034-0.071-0.062-0.12499-0.063-0.048 0-0.084 0.03-0.12498 0.031-0.059 1e-3 -0.17698-0.037-0.24997-0.031-0.044 0-0.084 0.028-0.12499 0.031-0.11598 0.01-0.19097-0.01-0.28096 0-0.066 0-0.18898 0.034-0.24997 0.063-0.031 0.014-0.054 0.043-0.094 0.063-0.018 0.01-0.039 0.021-0.063 0.031-0.038 0.017-0.089 0.053-0.12498 0.063-0.052 0.013-0.12399 0-0.21898 0-0.068 0-0.18697-0.014-0.18797-0.094-1e-3 -0.1229 0.22697-0.072 0.34396-0.094 0.044-0.01 0.073-0.063 0.12498-0.094 0.025-0.015 0.039-0.015 0.063-0.031 0.04-0.028 0.11898-0.093 0.12498-0.1249 6e-3 -0.03-0.035-0.072-0.031-0.094 5e-3 -0.028 0.057-0.058 0.094-0.094 0.056-0.055 0.087-0.1199 0.15598-0.1559 0.047-0.025 0.13499-0.024 0.15599-0.063 5e-3 -0.043-1e-3 -0.055 0-0.094 0.029-0.027 0.038-0.058 0.063-0.063 0.072-0.016 0.13498 0.035 0.21897 0.031 0.036 0 0.086-0.01 0.12498-0.031 0.033-0.022 0.062-0.045 0.094-0.063 0.035-0.018 0.051-0.059 0.094-0.063 0.10499-0.01 0.17098 0.1239 0.21897 0.1879 0.04 0.053 0.15299 0.1189 0.21898 0.1559 0.037 0.021 0.084 0.045 0.12498 0.063 0.087 0.039 0.24697 0.1649 0.24997 0.2499 2e-3 0.042-0.038 0.054-0.031 0.094 0.066 0.011 0.12298-0.059 0.12498-0.1249 1e-3 -0.041-0.039-0.05-0.031-0.094 0.031-0.066 0.14798-0.01 0.18798-0.031-7e-3 -0.075-0.12398-0.086-0.18798-0.1249-0.034-0.021-0.058-0.048-0.094-0.063-0.052-0.021-0.11598-0.032-0.15598-0.063-0.038-0.029-0.057-0.08-0.094-0.1249-0.054-0.064-0.15798-0.073-0.12498-0.2189 0.016-0.022 0.037-0.069 0.063-0.063m-8.8119 0.2189h0.094c0.034 1e-3 0.08-0.018 0.094 0-0.022 0.088-0.21197 0.063-0.28096 0.031 4e-3 -0.033 0.05-0.027 0.094-0.031m-0.31296 0.156c0.023 0 0.039-0.01 0.063 0-0.062 0.052-0.14398 0.092-0.24997 0.1249-0.051 0.016-0.11598 0.025-0.12498-0.031-0.011-0.069 0.047-0.056 0.094-0.063 0.058-0.01 0.14999-0.029 0.21898-0.031m8.6869 0c-0.043 0.014-0.066 0.1129 0 0.1249 0.031-0.018 0.039-0.068 0.031-0.1249-0.017-0.018-0.017 0-0.031 0m-0.031 0.1879c-0.021 0.01-0.04 0.01-0.063 0.031 1e-3 0.075 0.015 0.1229 0 0.1879 0.043 0.082 0.13398 0.026 0.15598-0.031 0.026-0.1389-0.03-0.2049-0.094-0.1879m0.43795 0.3748c0.049 0.08 0.14098 0.137 0.24997 0.1559 0.04-0.03 0.044-0.1049 0.063-0.1559-0.047 1e-3 -0.097 0-0.15598 0-0.059 0-0.12198-0.028-0.15598 0m-11.687 2.6867c0.16398-0.01 0.21197 0.2159 0.34395 0.2809 0.033 0.017 0.082 0.022 0.12499 0.031 0.035 0.01 0.061 0.02 0.094 0.031 0.071 0.024 0.16198 0.01 0.21897 0.031 0.085 0.038 0.14598 0.2069 0.21897 0.2499 4e-3 0.043-0.013 0.093 0 0.1249 0.035 0.047 0.099 0.064 0.15598 0.094 0.068 0.037 0.092 0.1269 0.15598 0.1559 0.022 0.01 0.059-0.01 0.094 0 0.088 0.027 0.11199 0.1468 0.18798 0.1248 0.05-0.014 0.055-0.078 0.063-0.1248 0.033-0.036 0.074-0.093 0.12498-0.094 0.083 0 0.095 0.075 0.12499 0.1559 0.017 0.046 0.051 0.1079 0.063 0.1559 0.021 0.083 0.017 0.3249 0 0.3748-0.021 0.061-0.10599 0.089-0.15598 0.156-0.024 0.031-0.044 0.071-0.063 0.094-0.032 0.04-0.069 0.057-0.094 0.094-0.014 0.021-0.018 0.066-0.031 0.094-0.04 0.085-0.096 0.148-0.063 0.2499 0.014 0.042 0.062 0.076 0.063 0.125 0 0.058-0.11498 0.093-0.12498 0.1559-7e-3 0.047 0.048 0.126 0.063 0.1879 0.011 0.047 0.097 0.094 0.12498 0.125 0.047 0.053 0.082 0.1209 0.12499 0.1879 0.085 0.1299 0.13598 0.2799 0.21897 0.4058 0.043 0.066 0.12698 0.119 0.15598 0.1879 0.015 0.035-0.014 0.094 0 0.125 0.048 0.1079 0.26597 0.2279 0.37495 0.2809 0.051 0.025 0.10999 0 0.15598 0.031 0.071 0.039 0.21398 0.1569 0.24997 0.2189 0.032 0.056 0.047 0.1929 0.063 0.2808 0.021 0.117-5e-3 0.2169 0 0.3439 4e-3 0.069 0.03 0.1189 0.031 0.1879 0 0.024 1e-3 0.07 0 0.094-2e-3 0.083 7e-3 0.1659 0 0.2498-4e-3 0.046-3e-3 0.087 0 0.125 4e-3 0.041 0.028 0.057 0.031 0.094 2e-3 0.039-0.035 0.095-0.031 0.125 9e-3 0.084 0.077 0.1419 0.094 0.2189 0.013 0.061 0.039 0.2079 0.031 0.2809-5e-3 0.039-0.025 0.083-0.031 0.1249-4e-3 0.033 5e-3 0.062 0 0.094-6e-3 0.047-0.034 0.081-0.031 0.1249 6e-3 0.09 0.08 0.16 0.094 0.2499 5e-3 0.03-1e-3 0.065 0 0.094 1e-3 0.027 0.023 0.038 0.031 0.063-0.26297-0.1499-0.50894-0.3178-0.74991-0.4997-0.22897-0.173-0.45094-0.3639-0.65592-0.5628l-0.031-0.031c-0.20698-0.2039-0.41395-0.4278-0.59393-0.6557-0.10398-0.1319-0.21797-0.2669-0.31296-0.4058-0.056-0.083-0.10399-0.1639-0.15598-0.2499-0.032-0.051-0.063-0.104-0.094-0.1559-0.089-0.153-0.17297-0.3078-0.24997-0.4687-0.049-0.101-0.081-0.2079-0.12498-0.3129-0.10499-0.2479-0.20497-0.4888-0.28096-0.7497-0.054-0.1849-0.086-0.3708-0.12499-0.5627-0.03-0.146-0.073-0.2889-0.094-0.4378-0.011-0.081-0.023-0.168-0.031-0.2499-0.024-0.2349-0.031-0.4768-0.031-0.7186 0-0.3019 0.026-0.5837 0.063-0.8746 1e-3 -0.01-1e-3 -0.021 0-0.031 0.063 0 0.14899-0.092 0.21898-0.094m2.6877 0.7497c0.064-0.029 0.084 0.117 0.031 0.125-0.05 0.01-0.08-0.102-0.031-0.125" color="#eff0f1"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/iconEditor.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,47 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <g transform="translate(0 -291.18)"> + <image y="291.18" width="5.8208" height="5.8208" preserveAspectRatio="none" xlink:href="data:image/png;base64,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 "/> + <g transform="matrix(.22049 0 0 .22049 -90.512 176.4)" color="#000000"> + <path d="m425.71 535.79h2v2h-2z" fill="#f47750"/> + <path d="m423.71 539.79h2v2h-2z" fill="#2ecc71"/> + <path d="m431.71 535.79h2v2h-2z" fill="#fdbc4b"/> + <path d="m423.71 535.79h2v2h-2z" fill="#1d99f3"/> + <path d="m429.71 535.79h2v2h-2z" fill="#da4453"/> + <path d="m427.71 535.79h2v2h-2z" fill="#2ecc71"/> + <path d="m427.71 537.79h2v2h-2z" fill="#fdbc4b"/> + <path d="m425.71 537.79h2v2h-2z" fill="#1d99f3"/> + <path d="m423.71 537.79h2v2h-2z" fill="#da4453"/> + <path d="m431.71 537.79h2v2h-2z" fill="#2ecc71"/> + <path d="m429.71 537.79h2v2h-2z" fill="#f47750"/> + <path d="m431.71 539.79h2v2h-2z" fill="#fdbc4b"/> + <path d="m429.71 539.79h2v2h-2z" fill="#1d99f3"/> + <path d="m427.71 539.79h2v2h-2z" fill="#da4453"/> + <path d="m425.71 539.79h2v2h-2z" fill="#f47750"/> + <path d="m429.71 541.79h2v2h-2z" fill="#fdbc4b"/> + <path d="m427.71 541.79h2v2h-2z" fill="#1d99f3"/> + <path d="m425.71 541.79h2v2h-2z" fill="#da4453"/> + <path d="m431.71 541.79h2v2h-2z" fill="#2ecc71"/> + <path d="m425.71 543.79h2v2h-2z" fill="#fdbc4b"/> + <path d="m423.71 543.79h2v2h-2z" fill="#1d99f3"/> + <path d="m433.71 537.79h2v2h-2z" fill="#da4453"/> + <path d="m433.71 539.79h2v2h-2z" fill="#1d99f3"/> + <path d="m423.71 541.79h2v2h-2z" fill="#f47750"/> + <path d="m433.71 535.79h2v2h-2z" fill="#2ecc71"/> + <path d="m423.71 533.79h2v2h-2z" fill="#fdbc4b"/> + <path d="m427.71 533.79h2v2h-2z" fill="#1d99f3"/> + <path d="m425.71 533.79h2v2h-2z" fill="#da4453"/> + <path d="m431.71 533.79h2v2h-2z" fill="#2ecc71"/> + <path d="m433.71 533.79h2v2h-2z" fill="#f47750"/> + <path d="m429.71 533.79h2v2h-2z" fill="#fdbc4b"/> + <path d="m433.71 541.79h2v2h-2z" fill="#da4453"/> + <path d="m431.71 543.79h2v2h-2z" fill="#fdbc4b"/> + <path d="m429.71 543.79h2v2h-2z" fill="#da4453"/> + <g fill="#2ecc71"> + <path d="m427.71 543.79h2v2h-2z"/> + <path d="m433.71 543.79h2v2h-2z"/> + </g> + </g> + <path class="ColorScheme-Text" d="m4.5605 294.51-0.74591 0.7459-0.4797 0.47972v0.52559h0.52559l1.2256-1.2256zm-0.29899 0.50934 0.31524 0.31524-0.46317 0.46345v-0.0986l-0.14793 3e-3h-0.15106v-0.23646l0.21035-0.20991zm-0.59485 0.59458v0.23656h0.29586l0.00313 0.0952-0.15762 0.15791h-0.21034l-0.10517-0.10513v-0.21035z" fill="currentColor"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/icons.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m1 1v8.75h8.75v-8.75zm11.25 0v8.75h8.75v-8.75zm-10 1.25h6.25v6.25h-6.25zm-1.25 10v8.75h8.75v-8.75zm11.25 0v8.75h8.75v-8.75zm1.25 1.25h6.25v6.25h-6.25z" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/importShortcuts.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + <g class="ColorScheme-Text" transform="matrix(.98767 0 0 1 .024667 2)" color="#eff0f1" fill="currentColor"> + <path d="m13 3v2c0 0.554-0.446 1-1 1-1.108 0-2 0.892-2 2h-8v11h18v-11h-9c0-0.554 0.446-1 1-1 1.108 0 2-0.892 2-2v-2zm-10 6h16v1h-16zm0 2h16v7h-16z"/> + <path d="m4 12v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h2v-1zm-12 2v1h2v-1zm3 0v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h3v-1zm-11 2v1h2v-1zm3 0v1h8v-1zm9 0v1h2v-1z"/> + </g> + <path class="ColorScheme-Text" d="m1 1v8h8v-6.6667h-3.3281l-1.3333-1.3333-0.0052 0.005207v-0.005207h-2.6667zm0.66667 0.66667h2.3945l0.66797 0.66667h-0.39583v0.00521l-0.0052-0.00521-1.3333 1.3333h-1.3281zm0 2.6667h6.6667v4h-6.6667z" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/importedModule.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m11 1c-5.54 0-10 4.46-10 10s4.46 10 10 10 10-4.46 10-10-4.46-10-10-10zm0 1.25c4.8475 0 8.75 3.9025 8.75 8.75s-3.9025 8.75-8.75 8.75-8.75-3.9025-8.75-8.75 3.9025-8.75 8.75-8.75zm-1.25 2.5v2.5h2.5v-2.5zm0 3.75v8.75h2.5v-8.75z" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/importedName.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path d="m9.75 8.5v8.75h2.5v-8.75zm0-3.75v2.5h2.5v-2.5zm1.25-2.5c0.41864 0.0015 0.83695 0.034215 1.25 0.095215v1.2622a7.5 7.5 0 0 1 3.0884 1.2866l0.08056-0.080566 0.81299-0.81299 0.0025-0.00244c0.67168 0.50084 1.2674 1.0948 1.77 1.7651l-0.0049 0.00489-0.81299 0.81299-0.07813 0.078125a7.5 7.5 0 0 1 1.2793 3.0908h1.2695c0.06037 0.41382 0.09215 0.83069 0.09277 1.25-0.0015 0.41864-0.03421 0.83694-0.09521 1.25h-1.2622a7.5 7.5 0 0 1-1.2866 3.0884l0.89605 0.89605c-0.50084 0.67168-1.0948 1.2674-1.7651 1.77l-0.89602-0.89602a7.5 7.5 0 0 1-3.0908 1.2793v1.2695c-0.41382 0.060357-0.83069 0.092131-1.25 0.092756-0.41931-6.25e-4 -0.83618-0.0324-1.25-0.092775v-1.2695a7.5 7.5 0 0 1-3.0908-1.2793l-0.078125 0.07813-0.81299 0.81299-0.00489 0.0049c-0.67037-0.5026-1.2643-1.0984-1.7651-1.77l0.00244-0.0025 0.81299-0.81299 0.080566-0.08056a7.5 7.5 0 0 1-1.2866-3.0883h-1.2622c-0.061-0.41306-0.093715-0.83136-0.095215-1.25 6.25e-4 -0.41931 0.032399-0.83618 0.092774-1.25h1.2695a7.5 7.5 0 0 1 1.2793-3.0908l-0.89111-0.89111-0.00489-0.0048875c0.50259-0.67037 1.0984-1.2643 1.77-1.7651l0.89599 0.89599a7.5 7.5 0 0 1 3.0884-1.2866v-1.2622c0.41305-0.061 0.83136-0.093715 1.25-0.095215zm0-1.25c-0.84401 5e-3 -1.684 0.11624-2.5 0.33203v1.3062a8.75 8.75 0 0 0-1.6455 0.68115l-0.92529-0.92529c-1.4587 0.86006-2.6751 2.0765-3.5352 3.5352l0.92529 0.92529a8.75 8.75 0 0 0-0.6836 1.6455h-1.311c-0.21328 0.8163-0.32237 1.6563-0.32471 2.5 5e-3 0.84401 0.11626 1.684 0.33203 2.5h1.3062a8.75 8.75 0 0 0 0.68115 1.6455l-0.92529 0.92529c0.86006 1.4587 2.0765 2.6751 3.5352 3.5352l0.92529-0.92529a8.75 8.75 0 0 0 1.6455 0.68359v1.311c0.8163 0.21328 1.6563 0.32237 2.5 0.32471 0.8437-0.0024 1.6837-0.11144 2.5-0.32471v-1.311a8.75 8.75 0 0 0 1.6455-0.68359l0.92529 0.92529c1.4587-0.86006 2.6751-2.0765 3.5352-3.5352l-0.92529-0.92529a8.75 8.75 0 0 0 0.68115-1.6455h1.3062c0.21579-0.81599 0.32703-1.656 0.33203-2.5-0.002375-0.84369-0.11144-1.6837-0.32471-2.5h-1.311a8.75 8.75 0 0 0-0.6836-1.6455l0.92529-0.92529c-0.86006-1.4587-2.0765-2.6751-3.5352-3.5352l-0.91553 0.91553-0.0098 0.00976a8.75 8.75 0 0 0-1.6455-0.68115v-1.3062c-0.81599-0.21579-1.656-0.32703-2.5-0.33203z" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/imports.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m11 1c-5.54 0-10 4.46-10 10s4.46 10 10 10 10-4.46 10-10-4.46-10-10-10zm0 1.25c4.8475 0 8.75 3.9025 8.75 8.75s-3.9025 8.75-8.75 8.75-8.75-3.9025-8.75-8.75 3.9025-8.75 8.75-8.75zm-1.25 2.5v2.5h2.5v-2.5zm0 3.75v8.75h2.5v-8.75z" color="#eff0f1" fill="currentColor"/> + <path d="m9.9855 19.7c-1.0165-0.12302-1.7475-0.33636-2.714-0.79214-2.788-1.3148-4.6293-3.8942-4.9726-6.9661-0.49907-4.4661 2.5202-8.6093 6.9371-9.5194 0.89581-0.18458 2.5391-0.19141 3.4449-0.014312 3.3088 0.64694 5.9098 3.0917 6.8067 6.3979 0.29865 1.1009 0.30128 3.3218 0.0052 4.3936-0.87439 3.1654-3.3702 5.5992-6.4751 6.3141-0.95834 0.22065-2.146 0.29367-3.0322 0.18642zm2.2143-6.7986v-4.3814h-2.4237v8.7627h2.4237zm0-6.8983v-1.2119h-2.4237v2.4237h2.4237z" fill="#c83737" stroke="#232629" stroke-width=".09322"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/incomingBookmark.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 352 352" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <g transform="matrix(21.333 0 0 21.333 5.3333 -22136)"> + <path class="ColorScheme-Text" d="m8 1038.4-2 4-4 1 3 3-1 4 4-2 4 2-1-4 3-3-4-1z" color="#eff0f1" fill="currentColor"/> + </g> + <path class="ColorScheme-Text" d="m304 262.5-11.312-6.4962-116.69 67.008-116.69-67.008-11.312 6.4962 128 73.504 128-73.504" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/info.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m11 1c-5.54 0-10 4.46-10 10s4.46 10 10 10 10-4.46 10-10-4.46-10-10-10zm0 1.25c4.8475 0 8.75 3.9025 8.75 8.75s-3.9025 8.75-8.75 8.75-8.75-3.9025-8.75-8.75 3.9025-8.75 8.75-8.75zm-1.25 2.5v2.5h2.5v-2.5zm0 3.75v8.75h2.5v-8.75z" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/internet_explorer.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,44 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="48" height="48" version="1.1" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg"> +<style type="text/css"> + .st0{fill:url(#SVGID_1_);stroke:#2064A9;stroke-miterlimit:10;} + .st1{fill:url(#SVGID_2_);fill-opacity:0.95;} + .st2{fill:#FFB700;fill-opacity:0.95;} + .st3{filter:url(#AI_GaussianBlur_4);} + .st4{fill:#FFFFA6;} + .st5{fill:url(#SVGID_3_);fill-opacity:0.95;} +</style> +<filter id="AI_GaussianBlur_4"> + <feGaussianBlur stdDeviation="4"/> +</filter> +<g transform="matrix(.18258 0 0 .1848 .79865 1.8084)"> + + <radialGradient id="SVGID_1_" cx="143.52" cy="115.76" r="104.43" fx="138.95" fy="113.59" gradientTransform="matrix(.6237 .7816 -.7859 .6271 144.97 -69.011)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#89EAFE" offset="0"/> + <stop stop-color="#86E8FD" offset=".2624"/> + <stop stop-color="#7DDFF9" offset=".4357"/> + <stop stop-color="#6ED2F2" offset=".5832"/> + <stop stop-color="#59BEE9" offset=".7163"/> + <stop stop-color="#3EA5DD" offset=".8397"/> + <stop stop-color="#1C87CF" offset=".9544"/> + <stop stop-color="#0D79C8" offset="1"/> + </radialGradient> + <path class="st0" d="m100.5 117.8c2.6-23.3 21-42 43.9-42 25.7 0 43.4 18 45 42zm84.2 49.2c-6.5 13.4-20 22.1-40.4 22.6-28.3 0.7-43.2-23.4-43.9-44.1h145.8c0.5-4.2 0.8-8.4 0.8-12.8 0-56.4-45.7-102.1-102.1-102.1s-102.1 45.7-102.1 102.1 45.7 102.1 102.1 102.1c44.4 0 82.1-28.3 96.2-67.8z" fill="url(#SVGID_1_)" stroke="#2064a9" stroke-miterlimit="10"/> +</g> +<g transform="matrix(.18258 0 0 .1848 .79865 1.8084)"> + <linearGradient id="SVGID_2_" x1="237.88" x2="234.56" y1="64.28" y2="79.694" gradientUnits="userSpaceOnUse"> + <stop stop-color="#FFB700" offset="0"/> + <stop stop-color="#FFB700" stop-opacity="0" offset=".8599"/> + </linearGradient> + <path class="st1" d="m235.5 63.7c-0.8 3.1-1.6 5.8-2.1 8.1-0.4 1.8-0.6 7.1-0.6 7.1s3.8-2.4 4.7-3.6c0.8-1.1 1.9-5.8 2.9-10.5z" fill="url(#SVGID_2_)" fill-opacity=".95"/> + <path class="st2" d="m240.6 65c0.7-3.1 1.3-6.3 1.6-8.5 1.3-8.1 4-51.3-53.7-39-77.4 16.4-120.2 77.1-127 85.5-12.9 16-51.3 77.8-41.2 115.8 5.9 22.2 29.5 22.1 46.7 18.6l-1.2-6.1c-29.2 4.7-33.6-17.5-29.6-34.8 4.9-21.6 20.8-57.1 72.2-107.1 45.6-44.4 94-69.2 119.2-56.9 13.4 6.5 10.8 20.6 7.9 31.4z" fill="#ffb700" fill-opacity=".95"/> + <g class="st3" filter="url(#AI_GaussianBlur_4)"> + <path class="st4" d="m188.5 17.5c-77.4 16.4-120.2 77.1-127 85.5-8.1 10-26.1 38-36 66.8-0.6 2.3-1.3 4.6-2.1 6.6 31.8-81.5 110.8-139.2 168.2-159.5-1 0.2-2.1 0.4-3.1 0.6z" fill="#ffffa6"/> + </g> + <linearGradient id="SVGID_3_" x1="66.431" x2="87.933" y1="235.13" y2="226.5" gradientUnits="userSpaceOnUse"> + <stop stop-color="#FFB700" offset="0"/> + <stop stop-color="#FFB700" stop-opacity="0" offset="1"/> + </linearGradient> + <path class="st5" d="m67 237.3c9.4-2 17.1-5 18.8-5.9 1.6-0.9 7.1-3.9 12.1-6.9l-4.4-2.5c-2.4 0.9-5.2 2-8.3 3.3-7.3 3-13.9 4.9-19.4 5.7z" fill="url(#SVGID_3_)" fill-opacity=".95"/> +</g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/irc.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <defs> + <linearGradient id="a" x2="0" y1="34" y2="4" gradientUnits="userSpaceOnUse"> + <stop stop-color="#7cbaf8" offset="0"/> + <stop stop-color="#f4fcff" offset="1"/> + </linearGradient> + <linearGradient id="b" x1="405.57" x2="427.57" y1="509.8" y2="533.8" gradientUnits="userSpaceOnUse"> + <stop stop-opacity=".286" offset="0"/> + <stop stop-opacity="0" offset="1"/> + </linearGradient> + <linearGradient id="c" x1="412.57" x2="425.57" y1="514.8" y2="527.8" gradientUnits="userSpaceOnUse" xlink:href="#b"/> + <linearGradient id="d" x2="0" y1="44" y2="4" gradientTransform="matrix(-1,0,0,1,432.57,499.8)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#2f74c8" offset="0"/> + <stop stop-color="#4699d7" offset="1"/> + </linearGradient> + <linearGradient id="linearGradient841" x1="405.57" x2="427.57" y1="509.8" y2="533.8" gradientUnits="userSpaceOnUse" xlink:href="#b"/> + </defs> + <g transform="matrix(.5 0 0 .5 -193.28 -250.9)" fill-rule="evenodd"> + <path d="m428.57 503.8v30h-20l-11 10v-10h-9v-30z" fill="url(#d)"/> + <path d="m402.57 534.8-6-6v-3l-3-3v-9h4l1 1v-1l20-6 10 7.461v18.539h-26z" fill="url(#linearGradient841)" opacity=".2"/> + <path d="m419.57 521.8 9 9v-11l-5-5h-4z" fill="url(#c)" opacity=".2"/> + <path transform="translate(384.57,499.8)" d="m34 8-20 6v9l20 6v-15zm-25 6v9h4v-9zm26 1v7h4v-7zm-23 9v5h3v-5z" fill="url(#a)"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/irc128.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="128" height="128" version="1.1" viewBox="0 0 128 128" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <defs> + <linearGradient id="a" x2="0" y1="34" y2="4" gradientUnits="userSpaceOnUse"> + <stop stop-color="#7cbaf8" offset="0"/> + <stop stop-color="#f4fcff" offset="1"/> + </linearGradient> + <linearGradient id="b" x1="405.57" x2="427.57" y1="509.8" y2="533.8" gradientUnits="userSpaceOnUse"> + <stop stop-opacity=".286" offset="0"/> + <stop stop-opacity="0" offset="1"/> + </linearGradient> + <linearGradient id="c" x1="412.57" x2="425.57" y1="514.8" y2="527.8" gradientUnits="userSpaceOnUse" xlink:href="#b"/> + <linearGradient id="d" x2="0" y1="44" y2="4" gradientTransform="matrix(-1,0,0,1,432.57,499.8)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#2f74c8" offset="0"/> + <stop stop-color="#4699d7" offset="1"/> + </linearGradient> + <linearGradient id="linearGradient841" x1="405.57" x2="427.57" y1="509.8" y2="533.8" gradientUnits="userSpaceOnUse" xlink:href="#b"/> + </defs> + <g transform="matrix(3 0 0 3 -1161.7 -1507.4)" fill-rule="evenodd"> + <path d="m428.57 503.8v30h-20l-11 10v-10h-9v-30z" fill="url(#d)"/> + <path d="m402.57 534.8-6-6v-3l-3-3v-9h4l1 1v-1l20-6 10 7.461v18.539h-26z" fill="url(#linearGradient841)" opacity=".2"/> + <path d="m419.57 521.8 9 9v-11l-5-5h-4z" fill="url(#c)" opacity=".2"/> + <path transform="translate(384.57,499.8)" d="m34 8-20 6v9l20 6v-15zm-25 6v9h4v-9zm26 1v7h4v-7zm-23 9v5h3v-5z" fill="url(#a)"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/irc48.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="48" height="48" version="1.1" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <defs> + <linearGradient id="a" x2="0" y1="34" y2="4" gradientUnits="userSpaceOnUse"> + <stop stop-color="#7cbaf8" offset="0"/> + <stop stop-color="#f4fcff" offset="1"/> + </linearGradient> + <linearGradient id="b" x1="405.57" x2="427.57" y1="509.8" y2="533.8" gradientUnits="userSpaceOnUse"> + <stop stop-opacity=".286" offset="0"/> + <stop stop-opacity="0" offset="1"/> + </linearGradient> + <linearGradient id="c" x1="412.57" x2="425.57" y1="514.8" y2="527.8" gradientUnits="userSpaceOnUse" xlink:href="#b"/> + <linearGradient id="d" x2="0" y1="44" y2="4" gradientTransform="matrix(-1,0,0,1,432.57,499.8)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#2f74c8" offset="0"/> + <stop stop-color="#4699d7" offset="1"/> + </linearGradient> + <linearGradient id="linearGradient841" x1="405.57" x2="427.57" y1="509.8" y2="533.8" gradientUnits="userSpaceOnUse" xlink:href="#b"/> + </defs> + <g transform="matrix(1.1 0 0 1.1 -425.43 -552.18)" fill-rule="evenodd"> + <path d="m428.57 503.8v30h-20l-11 10v-10h-9v-30z" fill="url(#d)"/> + <path d="m402.57 534.8-6-6v-3l-3-3v-9h4l1 1v-1l20-6 10 7.461v18.539h-26z" fill="url(#linearGradient841)" opacity=".2"/> + <path d="m419.57 521.8 9 9v-11l-5-5h-4z" fill="url(#c)" opacity=".2"/> + <path transform="translate(384.57,499.8)" d="m34 8-20 6v9l20 6v-15zm-25 6v9h4v-9zm26 1v7h4v-7zm-23 9v5h3v-5z" fill="url(#a)"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/ircAdmin.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m10.999 1a5.0449 5 0 0 0-5.045 5 5.0449 5 0 0 0 5.045 5 5.0449 5 0 0 0 5.045-5 5.0449 5 0 0 0-5.045-5zm0 1.25a3.7837 3.75 0 0 1 3.7837 3.75 3.7837 3.75 0 0 1-3.7837 3.75 3.7837 3.75 0 0 1-3.7837-3.75 3.7837 3.75 0 0 1 3.7837-3.75zm0 10a10.09 10 0 0 0-9.9988 8.75h1.2711a8.8286 8.75 0 0 1 8.7277-7.5 8.8286 8.75 0 0 1 8.7301 7.5h1.2711a10.09 10 0 0 0-10.001-8.75z" color="#eff0f1" fill="#b380ff"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/ircAway.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="16" height="16" version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path d="m12 9.375c1.4542 0 2.625 1.1708 2.625 2.625s-1.1708 2.625-2.625 2.625-2.625-1.1708-2.625-2.625 1.1708-2.625 2.625-2.625m0-0.375c-1.662 0-3 1.338-3 3s1.338 3 3 3 3-1.338 3-3-1.338-3-3-3" color="#eff0f1" fill="currentColor"/> + <path d="m11.625 9.75v2.625h2.25v-0.375h-1.875v-2.25h-0.375" color="#eff0f1"/> + <path d="m11.676 14.609c-0.98596-0.11724-1.8391-0.81419-2.1675-1.7707-0.085023-0.24762-0.10104-0.34997-0.11494-0.7343-0.013821-0.38222-0.00604-0.48655 0.053982-0.72391 0.31598-1.2495 1.451-2.0848 2.7166-1.9992 0.95688 0.064746 1.761 0.60101 2.183 1.4558 0.18682 0.37842 0.24603 0.60733 0.26894 1.0397 0.04233 0.79897-0.2394 1.4823-0.84592 2.0517-0.54678 0.51333-1.3385 0.77073-2.0941 0.68088zm2.218-2.4292 0.0098-0.20599h-1.8818v-2.2443l-0.41198 0.01962-0.0086 1.2853c-0.0047 0.70691-0.0014 1.3041 0.0074 1.327 0.01257 0.03275 0.25855 0.03985 1.1457 0.03304l1.1297-0.0087z" fill="#fff" stroke="#232629" stroke-width=".032958"/> + <path d="m11.703 14.574c-0.98355-0.090547-1.8772-0.8374-2.1839-1.8252-0.10396-0.33484-0.12883-0.9398-0.052908-1.2873 0.16507-0.75558 0.69558-1.4375 1.3916-1.7888 0.60674-0.30625 1.3231-0.34421 2.0134-0.10672 0.34839 0.11985 0.58439 0.26258 0.87099 0.52673 0.26792 0.24695 0.44825 0.50058 0.6203 0.87247 0.17382 0.37573 0.2126 0.56642 0.21191 1.0421-7.15e-4 0.49575-0.05105 0.71329-0.26692 1.1535-0.13267 0.27058-0.19874 0.35838-0.48646 0.64649-0.29947 0.29988-0.36768 0.35016-0.67864 0.50024-0.48668 0.23488-0.917 0.31454-1.4394 0.26645zm2.1154-2.1671c0.09672-0.02057 0.09909-0.02589 0.10862-0.24329l0.0097-0.22226h-1.8816v-2.2442l-0.44494 0.0195-0.02228 0.14831c-0.03041 0.20249-0.03216 2.446-0.0019 2.4933 0.01332 0.02083 0.06129 0.04477 0.10661 0.05319 0.12597 0.02341 2.0134 0.01938 2.1258-0.0045z" fill="#fff" stroke="#232629" stroke-width=".032958"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/ircCloseChannel.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-NegativeText { + color:#da4453; + }</style> + </defs> + <g class="ColorScheme-NegativeText" transform="matrix(1.25 0 0 1.25 -2.75 -2.75)" color="#da4453" fill="currentColor"> + <path d="m11 3c4.432 0 8 3.568 8 8 0 1.442-0.383 2.79-1.045 3.955l-0.738-0.738a6.985 6.985 0 0 0 0.783-3.217c0-3.878-3.122-7-7-7a6.985 6.985 0 0 0-3.217 0.783l-0.738-0.738a7.982 7.982 0 0 1 3.955-1.045m-6.955 4.045 0.738 0.738a6.985 6.985 0 0 0-0.783 3.217c0 3.878 3.122 7 7 7a6.985 6.985 0 0 0 3.217-0.783l0.738 0.738a7.982 7.982 0 0 1-3.955 1.045c-4.432 0-8-3.568-8-8 0-1.442 0.383-2.79 1.045-3.955"/> + <path d="m7.5 9.998h7v2h-7z"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/ircConfigure.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" fill="none" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <path d="m3.5818 21c-0.3372-0.004723-0.66996-0.077708-0.97823-0.21466-0.30829-0.13696-0.5857-0.33502-0.81556-0.58217-0.44726-0.40814-0.72464-0.96999-0.7769-1.5738-0.059321-0.6241 0.12134-1.2473 0.50511-1.7425 1.7235-1.8209 5.1228-5.2262 7.5954-7.6513-0.52611-1.4252-0.50153-2.996 0.068943-4.404 0.4691-1.1715 1.3033-2.16 2.3785-2.8183 0.84344-0.55957 1.8129-0.89962 2.8206-0.98937 1.0077-0.08974 2.0217 0.073644 2.9506 0.47539l0.88157 0.3825-4.094 4.2234 1.7924 1.8009 4.2054-4.1172 0.38186 0.88586c0.32186 0.74686 0.49257 1.5503 0.50214 2.3638 0.0096 0.81344-0.14214 1.6207-0.44643 2.3749-0.30171 0.7458-0.74986 1.4233-1.3179 1.9922-0.32186 0.31551-0.67757 0.59434-1.0607 0.8314-0.79271 0.53032-1.6997 0.86463-2.6464 0.97546-0.94686 0.11082-1.9064-5e-3 -2.7998-0.33796-1.5684 1.5937-5.4834 5.5423-7.598 7.5197-0.42419 0.38596-0.97553 0.60163-1.5485 0.60564zm11.339-18.672c-0.93972-0.00236-1.8589 0.275-2.6409 0.79687-0.30499 0.18654-0.58824 0.4066-0.84451 0.65608-0.68156 0.68825-1.1367 1.5688-1.3045 2.5236-0.16777 0.95476-0.04011 1.9381 0.36586 2.8181l0.19357 0.42499-0.33277 0.32539c-2.4832 2.4278-6.0986 6.039-7.8367 7.8771-0.15476 0.23083-0.22096 0.5099-0.18634 0.78567 0.0346 0.27591 0.16766 0.52993 0.3746 0.71511 0.11926 0.13309 0.26457 0.24028 0.42691 0.3147 0.14309 0.06483 0.29774 0.10003 0.45474 0.10361 0.23844-6e-3 0.46673-0.09803 0.643-0.25888 2.2472-2.1011 6.5891-6.4945 7.8632-7.7855l0.32747-0.33071 0.4216 0.19258c0.73393 0.34273 1.5438 0.48946 2.3511 0.42592 0.80728-0.06353 1.5844-0.33516 2.256-0.7885 0.30557-0.18872 0.58886-0.41148 0.84443-0.66405 0.44257-0.44209 0.79229-0.96843 1.0287-1.548 0.23628-0.57958 0.35443-1.2007 0.34757-1.8267 0-0.30863-0.03057-0.61651-0.09157-0.91906l-3.6817 3.5992-3.6445-3.6457 3.5928-3.7054c-0.30571-0.059533-0.61657-0.088455-0.928-0.086323z" fill="#eff0f1" stroke-width="1.4298"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/ircConnect.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m20.116 1-4.375 4.375-1.875-1.875-9.1162 9.1162 1.875 1.875-5.625 5.625 0.88379 0.88379 5.625-5.625 1.875 1.875 9.1162-9.1162-1.875-1.875 4.375-4.375z" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/ircDisconnect.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + } + .ColorScheme-NegativeText { + color:#da4453; + }</style> + </defs> + <path class="ColorScheme-Text" d="m20.116 1-4.375 4.375-1.875-1.875-4.7412 4.7412 4.6338 4.6338 4.7412-4.7412-1.875-1.875 4.375-4.375zm-11.875 8.125-3.4912 3.4912 1.875 1.875-5.625 5.625 0.88379 0.88379 5.625-5.625 1.875 1.875 3.4912-3.4912-2.7588-2.7588z" color="#eff0f1" fill="currentColor"/> + <path class="ColorScheme-NegativeText" d="m14.834 14-0.83398 0.83398 1.666 1.666-1.666 1.666 0.83398 0.83398 1.666-1.666 1.666 1.666 0.83398-0.83398-1.666-1.666 1.666-1.666-0.83398-0.83398-1.666 1.666-1.666-1.666z" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/ircEditTopic.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m6 1v5h-5v1.25h5v7.5h-5v1.25h5v5h1.25v-5h3.75v-1.25h-3.75v-7.5h7.5v3.75h1.25v-3.75h5v-1.25h-5v-5h-1.25v5h-7.5v-5z" color="#eff0f1" fill="currentColor"/> + <path class="ColorScheme-Text" d="m18.374 12.25-6.1239 6.1239v2.6261h2.6261l6.1239-6.1239zm-1.4939 2.545 1.5751 1.5751-2.3142 2.3157v-0.49276l-0.73914 0.01566h-0.7548v-1.182l1.051-1.0496zm-2.9722 2.9708v1.182h1.4783l0.01566 0.47567-0.78756 0.78898h-1.051l-0.52551-0.52551v-1.051z" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/ircHalfOp.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path d="m10.998 1a5.0449 5 0 0 0-5.0449 5 5.0449 5 0 0 0 5.0449 5 5.0449 5 0 0 0 5.0449-5 5.0449 5 0 0 0-5.0449-5zm0 1.25a3.7837 3.75 0 0 1 3.7852 3.75 3.7837 3.75 0 0 1-3.7852 3.75 3.7837 3.75 0 0 1-3.7832-3.75 3.7837 3.75 0 0 1 3.7832-3.75zm0 10a10.09 10 0 0 0-9.998 8.75h1.2715a8.8286 8.75 0 0 1 8.7266-7.5 8.8286 8.75 0 0 1 3.877 0.9043h2.3555a10.09 10 0 0 0-6.2324-2.1543z" color="#eff0f1" fill="#87de87"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/ircJoinChannel.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m6 1v5h-5v1.25h5v7.5h-5v1.25h5v5h1.25v-5h3.75v-1.25h-3.75v-7.5h7.5v3.75h1.25v-3.75h5v-1.25h-5v-5h-1.25v5h-7.5v-5z" color="#eff0f1" fill="currentColor"/> + <path d="m16.625 12.25c-2.4238 0-4.375 1.9512-4.375 4.375s1.9512 4.375 4.375 4.375 4.375-1.9512 4.375-4.375-1.9512-4.375-4.375-4.375z" fill="#2ecc71"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/ircNormal.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m10.999 1a5.0449 5 0 0 0-5.045 5 5.0449 5 0 0 0 5.045 5 5.0449 5 0 0 0 5.045-5 5.0449 5 0 0 0-5.045-5zm0 1.25a3.7837 3.75 0 0 1 3.7837 3.75 3.7837 3.75 0 0 1-3.7837 3.75 3.7837 3.75 0 0 1-3.7837-3.75 3.7837 3.75 0 0 1 3.7837-3.75zm0 10a10.09 10 0 0 0-9.9988 8.75h1.2711a8.8286 8.75 0 0 1 8.7277-7.5 8.8286 8.75 0 0 1 8.7301 7.5h1.2711a10.09 10 0 0 0-10.001-8.75z" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/ircOp.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m10.999 1a5.0449 5 0 0 0-5.045 5 5.0449 5 0 0 0 5.045 5 5.0449 5 0 0 0 5.045-5 5.0449 5 0 0 0-5.045-5zm0 1.25a3.7837 3.75 0 0 1 3.7837 3.75 3.7837 3.75 0 0 1-3.7837 3.75 3.7837 3.75 0 0 1-3.7837-3.75 3.7837 3.75 0 0 1 3.7837-3.75zm0 10a10.09 10 0 0 0-9.9988 8.75h1.2711a8.8286 8.75 0 0 1 8.7277-7.5 8.8286 8.75 0 0 1 8.7301 7.5h1.2711a10.09 10 0 0 0-10.001-8.75z" color="#eff0f1" fill="#87de87"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/ircOwner.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m10.999 1a5.0449 5 0 0 0-5.045 5 5.0449 5 0 0 0 5.045 5 5.0449 5 0 0 0 5.045-5 5.0449 5 0 0 0-5.045-5zm0 1.25a3.7837 3.75 0 0 1 3.7837 3.75 3.7837 3.75 0 0 1-3.7837 3.75 3.7837 3.75 0 0 1-3.7837-3.75 3.7837 3.75 0 0 1 3.7837-3.75zm0 10a10.09 10 0 0 0-9.9988 8.75h1.2711a8.8286 8.75 0 0 1 8.7277-7.5 8.8286 8.75 0 0 1 8.7301 7.5h1.2711a10.09 10 0 0 0-10.001-8.75z" color="#eff0f1" fill="#de8787"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/ircUserAway.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <g transform="matrix(1.2557 0 0 1.25 -532.39 -659.97)" fill="#fdbc4b"> + <path d="m432.71 528.79a4 4 0 0 0-4 4 4 4 0 0 0 4 4 4 4 0 0 0 4-4 4 4 0 0 0-4-4m0 1a3 3 0 0 1 3 3 3 3 0 0 1-3 3 3 3 0 0 1-3-3 3 3 0 0 1 3-3"/> + <path transform="translate(420.71 524.79)" d="m12 13a8 8 0 0 0-7.9277 7h1.0078a7 7 0 0 1 6.9199-6 7 7 0 0 1 1 0.08008v-1.0098a8 8 0 0 0-1-0.07031"/> + <path d="m440.71 536.79-8 4 2 1 1 3 1-2 2 1z" fill-rule="evenodd"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/ircUserPresent.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <g transform="matrix(1.2557 0 0 1.25 -532.39 -659.97)"> + <g fill="#43be80"> + <path d="m432.71 528.79a4 4 0 0 0-4 4 4 4 0 0 0 4 4 4 4 0 0 0 4-4 4 4 0 0 0-4-4m0 1a3 3 0 0 1 3 3 3 3 0 0 1-3 3 3 3 0 0 1-3-3 3 3 0 0 1 3-3"/> + <path transform="translate(421.71 525.79)" d="m11 12a8 8 0 0 0-7.9277 7h1.0078a7 7 0 0 1 6.9199-6 7 7 0 0 1 1 0.08008v-1.0098a8 8 0 0 0-1-0.07031"/> + <circle cx="437.21" cy="541.29" r="3.5"/> + </g> + <path d="m438.71 539.79 1 1-3 3-2-2 1-1 1 1z" fill="#fff" fill-rule="evenodd"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/ircVoice.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m15 4-12 3.418v6.1641l1 0.28516v2.4336l6 1.6992v-2.4238l5 1.4238v-13zm4.0293 0.42773-0.77148 0.63086c1.1373 1.7722 1.7419 3.8337 1.7422 5.9395-4e-3 2.1039-0.61142 4.1625-1.75 5.9316l0.7832 0.64258c1.2816-1.9532 1.9651-4.2381 1.9668-6.5742-4e-3 -2.3352-0.6885-4.6186-1.9707-6.5703zm-5.0293 0.90039v10.344l-10-2.8477v-4.6484l10-2.8477zm2.6895 1.0156-0.78125 0.63867c0.71179 1.2188 1.0885 2.6042 1.0918 4.0156-2e-3 1.4119-0.3784 2.798-1.0898 4.0176l0.78125 0.64062c0.85323-1.4042 1.3058-3.0151 1.3086-4.6582-4e-3 -1.6419-0.45732-3.2515-1.3105-4.6543zm-14.689 1.3594-1 0.28516v5.0234l1 0.28516v-5.5937zm3 6.4492 4 1.1387v1.4258l-4-1.1328v-1.4316z" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/issueFixable.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg"> + <g transform="translate(0 -291.18)"> + <rect x=".39644" y="291.58" width="5.028" height="5.028" fill="#ffd750" stroke="#ffd750" stroke-width=".2637"/> + <g transform="matrix(.26458 0 0 -.26458 3.25e-8 297)"> + <path d="m9.75 4.75v2.5h2.5v-2.5z" color="#eff0f1"/> + <path d="m9.75 8.5v8.75h2.5v-8.75z" color="#eff0f1"/> + </g> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/issueFixed.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg"> + <g transform="translate(0 -291.18)"> + <rect x=".39644" y="291.58" width="5.028" height="5.028" fill="#89a02c" stroke="#89a02c" stroke-width=".2637"/> + <path d="m4.3963 292.5-2.3781 2.4298-0.59376-0.60667-0.36617 0.37412 0.95588 0.97773 0.00303-5e-3 0.00405 5e-3 2.7412-2.8009-0.36617-0.37413" color="#eff0f1" fill="currentColor"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/keywords.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + } + .ColorScheme-Highlight { + color:#3daee9; + }</style> + </defs> + <path class="ColorScheme-Text" d="m1 5v12h6.25v-5.3333h8.75v2.6667h1.25v-2.6667h1.25v2.6667h1.25v-2.6667h1.25v-1.3333h-13.75v-5.3333zm1.25 1.3333h3.75v9.3333h-3.75z" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/konqueror.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,34 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="48" height="48" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <defs> + <linearGradient id="a" x1="-44.39" x2="-14.394" gradientTransform="translate(58.788 33.941)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#b0b8b8" offset="0"/> + <stop stop-color="#eff1f1" offset="1"/> + </linearGradient> + <linearGradient id="b" x1="17.428" x2="36.551" y1="12.997" y2="32.13" gradientUnits="userSpaceOnUse"> + <stop stop-color="#abf9c7" offset="0"/> + <stop stop-color="#54d883" offset="1"/> + </linearGradient> + <linearGradient id="c" x1="33.405" x2="17.759" y1="32.721" y2="12.32" gradientUnits="userSpaceOnUse"> + <stop stop-color="#197cf1" offset="0"/> + <stop stop-color="#20bcfa" offset="1"/> + </linearGradient> + <linearGradient id="d" x1="3.242" x2="40" y1="15.778" y2="37" gradientTransform="matrix(-.96593 -.25882 .25882 -.96593 40.971 53.39)" gradientUnits="userSpaceOnUse" xlink:href="#a"/> + <linearGradient id="e" x1="24" x2="40" y1="23" y2="39" gradientUnits="userSpaceOnUse"> + <stop stop-color="#292c2f" offset="0"/> + <stop stop-opacity="0" offset="1"/> + </linearGradient> + <linearGradient id="linearGradient854" x1="-44.39" x2="-14.394" gradientTransform="translate(58.788,33.941)" gradientUnits="userSpaceOnUse" xlink:href="#a"/> + </defs> + <g transform="matrix(1.1004 0 0 1.1004 -2.4103 -2.4104)" color="#000000"> + <g stroke-linejoin="round" stroke-width="3"> + <circle transform="rotate(15)" cx="29.394" cy="16.971" r="15" fill="url(#linearGradient854)" stroke-linecap="round"/> + <path d="m21.952 43.884a20 20 0 0 0 4.0971 0.0059l0.475-3.1a17 17 0 0 0 3.6873-0.98547l1.956 2.441a20 20 0 0 0 3.549-2.0538l-1.135-2.911a17 17 0 0 0 2.7098-2.6952l2.893 1.127a20 20 0 0 0 2.0501-3.5534l-2.422-1.941a17 17 0 0 0 0.60859-1.8185 17 17 0 0 0 0.36937-1.8765l3.094-0.475a20 20 0 0 0 0.0059-4.0971l-3.1-0.475a17 17 0 0 0-0.98547-3.6873l2.441-1.956a20 20 0 0 0-2.0538-3.549l-2.911 1.135a17 17 0 0 0-2.6949-2.7096l1.1271-2.8928a20 20 0 0 0-3.5535-2.0501l-1.9395 2.4221a17 17 0 0 0-1.8201-0.60874 17 17 0 0 0-1.8765-0.36937l-0.47338-3.0939a20 20 0 0 0-4.0971-0.00591l-0.47694 3.0999a17 17 0 0 0-3.687 0.98574l-1.956-2.4407a20 20 0 0 0-3.549 2.0538l1.135 2.911a17 17 0 0 0-2.7098 2.6952l-2.8932-1.128a20 20 0 0 0-2.0501 3.5534l2.422 1.941a17 17 0 0 0-0.60859 1.8185 17 17 0 0 0-0.36937 1.8765l-3.094 0.475a20 20 0 0 0-0.00591 4.0971l3.1 0.475a17 17 0 0 0 0.98548 3.6873l-2.441 1.956a20 20 0 0 0 2.0538 3.549l2.911-1.135a17 17 0 0 0 2.6952 2.7098l-1.127 2.893a20 20 0 0 0 3.5534 2.0501l1.941-2.422a17 17 0 0 0 1.8185 0.60859 17 17 0 0 0 1.8765 0.36937zm-1.5754-6.3608a14 14 0 0 1-9.8995-17.146 14 14 0 0 1 17.146-9.8995 14 14 0 0 1 9.8995 17.146 14 14 0 0 1-17.146 9.8995" fill="url(#d)"/> + </g> + <path d="m33.19 14.807-18.387 18.387 10.736 10.734c0.169-0.013 0.338-0.02 0.506-0.037l0.475-3.102c1.262-0.189 2.499-0.519 3.688-0.984l1.957 2.441c1.25-0.561 2.439-1.25 3.549-2.055l-1.135-2.91c1-0.794 1.91-1.698 2.709-2.695l2.893 1.127c0.803-1.111 1.491-2.301 2.051-3.553l-2.422-1.941c0.237-0.594 0.439-1.201 0.607-1.818 0.158-0.618 0.283-1.245 0.371-1.877l3.092-0.475c0.018-0.17 0.028-0.34 0.041-0.51z" color-rendering="auto" fill="url(#e)" fill-rule="evenodd" image-rendering="auto" opacity=".2" shape-rendering="auto"/> + <path d="m41.883 15.12-2.078 1.666c0.096 0.259 0.186 0.52 0.27 0.783l2.172-1.74c-0.116-0.239-0.237-0.475-0.363-0.709m-35.758 6e-3c-0.124 0.235-0.244 0.472-0.359 0.711l2.154 1.727c0.083-0.264 0.172-0.526 0.268-0.785zm-2.092 8.361c-0.029 0.854-4e-3 1.708 0.076 2.559l3.102 0.475c0.152 0.987 0.392 1.959 0.715 2.904l0.27-0.217c-0.466-1.188-0.796-2.425-0.984-3.688l-3.102-0.475c-0.046-0.518-0.071-1.038-0.076-1.559m39.934 0.02c-8e-3 0.514-0.036 1.027-0.084 1.539l-3.092 0.475c-0.088 0.632-0.212 1.259-0.371 1.877-0.168 0.617-0.371 1.224-0.607 1.818l0.268 0.215c0.124-0.341 0.238-0.685 0.34-1.033 0.159-0.618 0.283-1.245 0.371-1.877l3.092-0.475c0.082-0.844 0.11-1.692 0.084-2.539m-2.092 8.361c-0.484 0.992-1.05 1.943-1.691 2.842l-2.893-1.127c-0.799 0.997-1.708 1.902-2.709 2.695l0.291 0.744c0.886-0.729 1.696-1.547 2.418-2.439l2.893 1.127c0.804-1.111 1.491-2.301 2.051-3.553zm-35.758 6e-3 -0.363 0.291c0.561 1.25 1.25 2.439 2.055 3.549l2.91-1.135c0.715 0.901 1.519 1.728 2.4 2.467l0.295-0.758c-0.997-0.799-1.902-1.708-2.695-2.709l-2.91 1.135c-0.641-0.898-1.207-1.848-1.691-2.84m24.09 6.928c-1.188 0.465-2.425 0.796-3.688 0.984l-0.475 3.102c-1.363 0.138-2.736 0.135-4.098-8e-3l-0.475-3.092c-0.632-0.088-1.259-0.212-1.877-0.371-0.617-0.168-1.224-0.371-1.818-0.607l-1.941 2.422c-1.136-0.513-2.221-1.132-3.242-1.848l-0.311 0.797c1.111 0.804 2.301 1.491 3.553 2.051l1.941-2.422c0.594 0.237 1.201 0.439 1.818 0.607 0.618 0.159 1.245 0.283 1.877 0.371l0.475 3.092c1.362 0.143 2.735 0.145 4.098 8e-3l0.475-3.102c1.262-0.189 2.499-0.519 3.688-0.984l1.957 2.441c1.25-0.561 2.439-1.25 3.549-2.055l-0.311-0.795c-1.019 0.716-2.104 1.335-3.238 1.85z" fill="#172525" opacity=".2" stroke-linejoin="round" stroke-width="3"/> + </g> + <rect x="11" y="11" width="26" height="26" rx="13" fill="url(#c)"/> + <path d="m24 11c-.944 0-1.862.104-2.747.293l-1.153 2.307-1.742-1.306c-3.124 1.502-5.544 4.207-6.665 7.53l2.557-1.023 1.95 1.3.65-1.95 8.45-4.55-.515-2.575c-.26-.015-.521-.025-.785-.025m9.627 4.269l-.527 1.581.65.65-2.6 3.9 1.3 4.55 4.311.54c.155-.806.239-1.637.239-2.49 0-2.226-.557-4.316-1.535-6.145l-1.065-.355.387-.776c-.348-.516-.744-.995-1.16-1.455m-22.369 6.131c-.143.712-.225 1.448-.248 2.198l4.54 1.702-.65-1.95-1.3-1.95zm4.292 3.9l3.25 7.8v2.82c1.592.692 3.348 1.08 5.2 1.08.129 0 .256-.005.385-.009l4.165-7.141-10.4-5.85z" fill="url(#b)" fill-rule="evenodd"/> + <path d="m11.03 23.5c-.006.167-.025.331-.025.5 0 7.202 5.798 13 13 13 7.202 0 13-5.798 13-13 0-.169-.019-.333-.025-.5-.263 6.966-5.942 12.5-12.975 12.5-7.03 0-12.711-5.534-12.975-12.5" fill="#172525" opacity=".2"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/languages/lexerBash.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg"> + <g transform="translate(-326 -534.36)"> + <rect x="256.23" y="514.7" width="0" height="14.668" fill="#6c7a89"/> + <rect x="263.19" y="537.27" width="0" height="14.668" fill="#6c7a89"/> + <rect x="265" y="536.21" width="0" height="14.668" fill="#6c7a89"/> + <rect x="256.23" y="514.7" width="0" height="14.668" fill="#6c7a89"/> + <rect x="263.19" y="537.27" width="0" height="14.668" fill="#6c7a89"/> + <rect x="265" y="536.21" width="0" height="14.668" fill="#6c7a89"/> + <rect x="256.23" y="514.7" width="0" height="14.668" fill="#6c7a89"/> + <rect x="263.19" y="537.27" width="0" height="14.668" fill="#6c7a89"/> + <rect x="265" y="536.21" width="0" height="14.668" fill="#6c7a89"/> + <rect x="256.23" y="514.7" width="0" height="14.668" fill="#6c7a89"/> + <rect x="263.19" y="537.27" width="0" height="14.668" fill="#6c7a89"/> + <rect x="265" y="536.21" width="0" height="14.668" fill="#6c7a89"/> + <path d="m328.09 535.36-1.0938 0.86496 6.7243 7.7065-6.7243 7.7065 1.0938 0.86496 7.4777-8.5714zm7.4777 18.571v1.4286h11.429v-1.4286z" color="#000000" color-rendering="auto" fill="#eff0f1" fill-rule="evenodd" image-rendering="auto" shape-rendering="auto" stroke-width="1.4286"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/languages/lexerBatch.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <text transform="scale(.97773 1.0228)" x="-0.16767628" y="15.154785" fill="#1eb4ff" font-family="sans-serif" font-size="12.273px" letter-spacing="0px" stroke-width=".30682" word-spacing="0px" style="line-height:1.25" xml:space="preserve"><tspan x="-0.16767628" y="15.154785" fill="#1eb4ff" stroke-width=".30682">BAT</tspan></text> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/languages/lexerCMake.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,28 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <defs> + <linearGradient id="linearGradient4333" x1="44" x2="4" gradientTransform="matrix(.49954 0 0 .5 325.02 533.36)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#42a603" offset="0"/> + <stop stop-color="#78da06" offset="1"/> + </linearGradient> + <linearGradient id="linearGradient4315" x1="24" x2="4" y1="4" y2="44" gradientTransform="matrix(.49954 0 0 .5 325.02 533.36)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#197cf1" offset="0"/> + <stop stop-color="#20bcfa" offset="1"/> + </linearGradient> + <linearGradient id="linearGradient4325" x1="44" x2="24" y1="44" y2="4" gradientTransform="matrix(.49954 0 0 .5 325.02 533.36)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#c61423" offset="0"/> + <stop stop-color="#dc2b41" offset="1"/> + </linearGradient> + </defs> + <g transform="translate(-326 -534.36)"> + <rect x="326.5" y="535.99" width="0" height="11" fill="#22a7f0"/> + <rect x="321.94" y="538.51" width="0" height="11" fill="#22a7f0"/> + <rect x="317.44" y="526.09" width="0" height="11" fill="#22a7f0"/> + <rect x="318.28" y="538.32" width="0" height="11" fill="#22a7f0"/> + <rect x="313.73" y="540.84" width="0" height="11" fill="#22a7f0"/> + <rect x="309.22" y="528.43" width="0" height="11" fill="#22a7f0"/> + <path d="m337.01 535.36 1.4674 16.648 8.5234 3.3516z" fill="url(#linearGradient4325)" fill-rule="evenodd" stroke-width="1.2533"/> + <path d="m337.01 535.36-9.9908 20 10.887-9.834z" fill="url(#linearGradient4315)" fill-rule="evenodd" stroke-width="1.2533"/> + <path d="m333.08 549.89-6.0589 5.4717 19.98 1e-3 -13.921-5.4736zm-6.0432 5.4385-0.036 0.0332h0.0195l0.0167-0.0332z" fill="url(#linearGradient4333)" fill-rule="evenodd" stroke-width="1.2533"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/languages/lexerCPP.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg"> + <g transform="matrix(1.25,0,0,1.25,-2.75,-2.75)" fill="#1eb4ff"> + <path d="m16 3v2h-2v1h2v2h1v-2h2v-1h-2v-2zm-6 0v2h-2v1h2v2h1v-2h2v-1h-2v-2z"/> + <path d="m8 9a5 5 0 0 0-5 5 5 5 0 0 0 5 5 5 5 0 0 0 3.533-1.467l-0.707-0.707a4 4 0 0 1-2.826 1.174 4 4 0 0 1-4-4 4 4 0 0 1 4-4 4 4 0 0 1 2.826 1.174l0.707-0.707a5 5 0 0 0-3.533-1.467z" fill-rule="evenodd"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/languages/lexerCSS.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg"> + <g transform="translate(-326 -534.36)"> + <path d="m337 535.36c-2.1778 0.0159-3.0957 0.90106-3.0957 3.1352v3.0521c0 1.3924-0.0427 3.0057-1.2695 3.0057h-0.63477v1.6115h0.63477c1.2268 0 1.2695 1.6133 1.2695 3.0057v3.0521c0 2.2341 0.91796 3.1192 3.0957 3.1352v-1.4797c-1.4187-0.017-1.4453-0.62651-1.4453-2.7616v-2.5198c0-1.0388-0.25589-2.5845-1.5039-3.2255 1.248-0.64096 1.5039-2.1891 1.5039-3.2279v-2.5418c0-2.1351 0.0266-2.7445 1.4453-2.7616zm2.5 2e-3v1.4797c1.3982 0.023 1.4453 0.6349 1.4453 2.7591v2.5418c0 1.0389 0.25588 2.587 1.5039 3.2279-1.248 0.64095-1.5039 2.1867-1.5039 3.2255v2.5198c0 2.1242-0.0471 2.7362-1.4453 2.7591v1.4797c2.1632-0.0214 3.0957-0.90576 3.0957-3.1327v-3.0521c0-1.3924 0.0857-3.0057 1.2915-3.0057h0.6128v-1.6115h-0.6128c-1.2057 0-1.2915-1.6133-1.2915-3.0057v-3.0521c0-2.227-0.93247-3.1113-3.0957-3.1327zm-10 18.748v1.2502h1.25v-1.2502z" fill="#f9d24c"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/languages/lexerCoffeeScript.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" preserveAspectRatio="xMinYMin meet" version="1.1" viewBox="0 0 2.2528 2.2525" xmlns="http://www.w3.org/2000/svg"> + <path d="m0.91531 0.37935c0.001864 0.011112-0.003728 0.020378-0.022352 0.029637-0.024216-0.012965-0.076384-0.020378-0.11922-0.016672-0.046576 0.003707-0.085696 0.018525-0.080104 0.050008 0.007448 0.03149 0.05216 0.050016 0.13226 0.042602 0.1956-0.016672 0.19374-0.14818 0.48062-0.17411 0.22354-0.02037 0.34835 0.048162 0.36512 0.13151 0.01304 0.064826-0.040984 0.12781-0.20306 0.14077-0.14344 0.012965-0.22727-0.02593-0.23472-0.064826-0.00373-0.020378 0.00745-0.050016 0.076375-0.057421 0.00745 0.03149 0.046576 0.064826 0.13972 0.055568 0.067065-0.00556 0.12294-0.029637 0.1155-0.066679-0.00745-0.038896-0.07824-0.061128-0.19002-0.051861-0.22727 0.02037-0.28315 0.14447-0.4769 0.16114-0.13785 0.012965-0.24962-0.037058-0.26453-0.11114-0.005585-0.027784-0.005585-0.09261 0.13972-0.10558 0.074512-0.00556 0.13413 0.007405 0.14158 0.037042zm-0.72652 0.77422c-0.063336 0.079645-0.09128 0.17225-0.085696 0.26301 0.005592 0.090757 0.050296 0.16484 0.12109 0.22226 0.074512 0.057413 0.15462 0.074085 0.2459 0.057413 0.035392-0.00555 0.074512-0.024077 0.1099-0.035189-0.074512 0-0.13785-0.024077-0.20119-0.074085-0.06892-0.050016-0.1155-0.12039-0.12667-0.2056-0.016768-0.079645 0-0.15373 0.044712-0.21856 0.050296-0.062973 0.1155-0.09817 0.20118-0.10928 0.085696-0.00555 0.16021 0.016672 0.23472 0.068533-0.01676-0.024077-0.040976-0.040749-0.063328-0.062973-0.07452-0.050016-0.15462-0.074093-0.25336-0.050016-0.089416 0.018533-0.16393 0.064826-0.22726 0.14448zm0.9985-0.42786c-0.24032 0-0.45454-0.024077-0.60917-0.057421-0.16579-0.040749-0.25335-0.085197-0.25335-0.14262 0-0.024077 0.011184-0.044456 0.04472-0.068533-0.10433 0.040749-0.16022 0.074093-0.16022 0.12595 0.005592 0.057413 0.098736 0.11483 0.28874 0.15929 0.17884 0.044448 0.40798 0.068525 0.68368 0.068525 0.2813 0 0.50484-0.024077 0.68368-0.068525 0.19001-0.044456 0.28129-0.10372 0.28129-0.15929 0-0.040749-0.040984-0.079645-0.1155-0.10928 0.016768 0.011112 0.029808 0.029637 0.029808 0.050008 0 0.057421-0.085696 0.10372-0.25894 0.14262-0.16021 0.035197-0.36512 0.059274-0.61474 0.059274zm0.68554 0.15929c-0.17884 0.040749-0.40797 0.068533-0.68368 0.068533-0.28129 0-0.51042-0.029637-0.68926-0.068533-0.16021-0.040749-0.24589-0.085205-0.2757-0.13151 0.029808 0.20004 0.098736 0.38896 0.19002 0.55566 0.068928 0.10372 0.13785 0.19448 0.20678 0.29265 0.029808 0.057413 0.050296 0.11483 0.063336 0.17225 0.044712 0.062973 0.10992 0.10372 0.19002 0.12595 0.098736 0.035189 0.20119 0.050008 0.30552 0.044457h0.011168c0.10432 0.00555 0.21424-0.011121 0.31483-0.044457 0.074512-0.024077 0.13785-0.062973 0.18442-0.12595h0.00558c0.011178-0.057429 0.02981-0.11484 0.057754-0.17225 0.068928-0.09817 0.13786-0.18893 0.20678-0.29265 0.09128-0.16485 0.15462-0.35377 0.19002-0.55566-0.037256 0.051861-0.12295 0.096317-0.27757 0.13151z" fill="#eff0f1" stroke-width=".007977"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/languages/lexerCsharp.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg"> + <g transform="translate(-326 -534.36)"> + <rect x="326.5" y="535.99" width="0" height="11" fill="#22a7f0"/> + <rect x="321.94" y="538.51" width="0" height="11" fill="#22a7f0"/> + <rect x="317.44" y="526.09" width="0" height="11" fill="#22a7f0"/> + <rect x="318.28" y="538.32" width="0" height="11" fill="#22a7f0"/> + <rect x="313.73" y="540.84" width="0" height="11" fill="#22a7f0"/> + <rect x="309.22" y="528.43" width="0" height="11" fill="#22a7f0"/> + <g transform="matrix(1.25 0 0 1.25 -84.25 -136.34)" fill="#1eaa00" stroke-width="2"> + <rect x="333" y="537.36" width="1" height="16"/> + <rect x="340" y="537.36" width="1" height="16"/> + <rect transform="rotate(90)" x="541.36" y="-345" width="1" height="16"/> + <rect transform="rotate(90)" x="548.36" y="-345" width="1" height="16"/> + </g> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/languages/lexerCython.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg"> + <path d="m12.46 1a9.9605 10 0 0 0-9.9605 10 9.9605 10 0 0 0 9.9605 10 9.9605 10 0 0 0 7.0395-2.9325l-0.88026-0.88375a8.7154 8.75 0 0 1-6.1593 2.5662 8.7154 8.75 0 0 1-8.7154-8.75 8.7154 8.75 0 0 1 8.7154-8.75 8.7154 8.75 0 0 1 6.1593 2.5662l0.88026-0.88375a9.9605 10 0 0 0-7.0395-2.9325z" fill="#1eb4ff" fill-rule="evenodd" stroke-width="1.2475"/> + <g transform="matrix(.64426 0 0 .64519 5.4364 4.0477)"> + <path d="m9.3333 1c-1.8467 0-3.3333 1.4867-3.3333 3.3333h5v1.6667h-6.6667c-1.8467 0-3.3333 1.4867-3.3333 3.3333v3.3333c0 1.8467 1.4867 3.3333 3.3333 3.3333v-1.6667c0-1.4812 0.64983-2.7937 1.6667-3.7077 0.00113-1e-3 0.00211-0.0023 0.00325-0.0032 0.22024-0.19762 0.45764-0.37623 0.70964-0.53385 0.00205-0.0013 0.00445-2e-3 0.00651-0.0033 0.24818-0.15476 0.50993-0.28704 0.7845-0.39715 0.049445-0.0194 0.10278-0.030962 0.15299-0.048825 0.23327-0.084875 0.47095-0.16243 0.71941-0.21159 0.31035-0.05985 0.6287-0.0944 0.95703-0.0944h6.6667v-5c0-1.8467-1.4866-3.3333-3.3333-3.3333zm0 0.83333c0.46167 0 0.83333 0.37167 0.83333 0.83333s-0.37167 0.83333-0.83333 0.83333-0.83333-0.37167-0.83333-0.83333 0.37167-0.83333 0.83333-0.83333zm8.3333 4.1667v1.6667c0 1.4812-0.65308 2.7969-1.6699 3.7109-0.22024 0.19763-0.45764 0.37622-0.70964 0.53385-2e-3 0.0013-0.0045 2e-3 -0.0065 0.0033-0.24818 0.15475-0.50993 0.28703-0.7845 0.39714-0.04945 0.0194-0.10279 0.03098-0.153 0.04883-0.23328 0.08488-0.47096 0.16244-0.71941 0.21159-0.31035 0.05985-0.6287 0.0944-0.95703 0.0944h-6.6667v5c0 1.8466 1.4866 3.3333 3.3333 3.3333h3.3333c1.8467 5e-6 3.3333-1.4867 3.3333-3.3333h-5v-1.6667h6.6667c1.8467 0 3.3333-1.4867 3.3333-3.3333v-3.3333c0-1.8467-1.4867-3.3333-3.3333-3.3333zm-5 12.5c0.46167 0 0.83333 0.37167 0.83333 0.83333 0 0.46167-0.37167 0.83333-0.83333 0.83333-0.46167 0-0.83333-0.37167-0.83333-0.83333 0-0.46167 0.37167-0.83333 0.83333-0.83333z" fill="#f59e16" stroke-width="1.6667"/> + <path d="m3.6449 15.905c-1.0799-0.23814-1.9515-0.96024-2.3667-1.9609-0.23798-0.57353-0.2435-0.6405-0.2435-2.9573 0-2.4426-4.382e-4 -2.4387 0.35679-3.1674 0.15485-0.31587 0.27272-0.47309 0.59404-0.79237 0.61042-0.60654 1.1535-0.87745 1.9611-0.97826 0.24461-0.030533 1.6685-0.0493 3.7405-0.0493h3.3455v-1.678h-5.025l0.020892-0.19809c0.043445-0.41194 0.12282-0.76663 0.2315-1.0344 0.28459-0.70131 0.91079-1.3795 1.5731-1.7036 0.70139-0.34329 0.70088-0.34322 2.9604-0.36191 1.3056-0.010799 2.1368 0.00118 2.3472 0.033828 0.74508 0.1156 1.36 0.42821 1.8771 0.95435 0.38217 0.3888 0.62886 0.78959 0.80494 1.3078l0.12671 0.37288 0.02794 5.6165-3.4628 2.797e-4c-3.7992 2.8e-4 -3.9821 0.010868-4.7579 0.27498-1.6385 0.55781-2.833 1.853-3.3061 3.5847-0.084508 0.30932-0.10069 0.52546-0.11839 1.5818l-0.020511 1.2235-0.19356-0.0037c-0.10646-2e-3 -0.31941-0.03146-0.47322-0.06537zm5.9786-12.448c0.23032-0.096235 0.37788-0.23824 0.48202-0.46388 0.10874-0.23561 0.10887-0.41585 4.85e-4 -0.65447-0.22285-0.4906-0.79509-0.6686-1.2228-0.38036-0.57245 0.38577-0.50672 1.1986 0.11993 1.4832 0.23169 0.10524 0.39574 0.10933 0.62037 0.015472z" fill="#59f" stroke="#59f" stroke-width=".18644"/> + <path d="m3.8769 16.021c-1.2932-0.19009-2.3276-1.0581-2.7783-2.3311-0.10462-0.29556-0.10766-0.35367-0.12435-2.3767-0.02134-2.5866-0.0035742-2.7756 0.32413-3.4486 0.20725-0.42558 0.2898-0.53952 0.64158-0.88559 0.46207-0.45457 0.84593-0.697 1.3787-0.87072 0.35486-0.11571 0.44157-0.12338 1.7945-0.15867 0.78189-0.020394 2.4127-0.038555 3.6239-0.040356l2.2023-0.00327v-1.4915h-5.017l0.039441-0.33792c0.082337-0.70546 0.25768-1.1849 0.61798-1.6898 0.42952-0.60191 1.1146-1.096 1.8194-1.3123 0.25572-0.078458 0.47917-0.085803 2.6102-0.085803h2.3305l0.37288 0.12699c0.53022 0.18057 0.9215 0.42591 1.3262 0.83156 0.39706 0.398 0.6012 0.71448 0.81882 1.2694l0.14988 0.38221 0.05924 5.803h-3.4512c-2.1311 0-3.6243 0.01902-3.9038 0.049728-1.8332 0.20141-3.4435 1.5466-4.0833 3.4109-0.16642 0.48492-0.2114 0.87998-0.21359 1.8762-0.00101 0.46144-0.015071 0.9491-0.031236 1.0837-0.032921 0.27408-0.022253 0.2699-0.50691 0.19866zm5.8238-12.697c0.22793-0.13357 0.39978-0.41605 0.39978-0.65711 0-0.38236-0.38671-0.76907-0.76907-0.76907-0.37964 0-0.76907 0.38942-0.76907 0.76907 0 0.22876 0.1764 0.52469 0.38858 0.65187 0.25028 0.15002 0.49975 0.15176 0.74977 0.00524z" fill="#59f" stroke="#59f" stroke-width=".18644"/> + <path d="m8.4791 20.868c-1.1305-0.3003-2.0097-1.1819-2.3497-2.3563-0.10661-0.36823-0.10735-0.38954-0.10735-3.0975v-2.7267l3.7521-0.0245c4.0868-0.02668 3.7551-0.0052 4.6099-0.299 0.68486-0.23541 1.3543-0.67684 1.9039-1.2554 0.75974-0.7998 1.219-1.7686 1.3618-2.8724 0.02487-0.19227 0.04587-0.77332 0.04666-1.2912l0.0014-0.94166 0.2447 0.025284c1.4235 0.14709 2.5831 1.1278 2.928 2.4764 0.0826 0.32295 0.09004 0.52992 0.09004 2.5022 0 2.3009-0.0047 2.3571-0.24808 2.9596-0.38832 0.96139-1.3874 1.7661-2.4289 1.9562-0.18272 0.03336-1.4679 0.0505-3.7871 0.0505h-3.5105v1.7246h4.9873v0.15458c0 0.69752-0.41873 1.6179-0.98356 2.1619-0.43106 0.41516-0.71671 0.5953-1.2587 0.79375l-0.34464 0.1262-2.2839 0.0118c-2.1321 0.01102-2.3065 0.0058-2.6234-0.07838zm4.5484-0.76527c0.14329-0.07486 0.34581-0.28173 0.42313-0.43224 0.07192-0.13999 0.06565-0.49923-0.01187-0.68041-0.23374-0.54628-0.98118-0.67393-1.3894-0.23729-0.15562 0.16644-0.22436 0.34315-0.22436 0.57672 0 0.33492 0.19378 0.64097 0.48941 0.77292 0.18463 0.08241 0.55566 0.08257 0.71312 3.26e-4z" fill="#fd5" stroke="#fd5" stroke-width=".18644"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/languages/lexerD.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg"> + <g transform="translate(0 -291.18)"> + <text transform="scale(.9993 1.0007)" x="0.075912669" y="296.52783" fill="#c83737" font-family="sans-serif" font-size="7.4061px" letter-spacing="0px" stroke-width=".18515" word-spacing="0px" style="line-height:1.25" xml:space="preserve"><tspan x="0.075912669" y="296.52783" fill="#c83737" stroke-width=".18515">D</tspan></text> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/languages/lexerDiff.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <g transform="matrix(1.625 0 0 1.6666 30.541 -.80779)" fill="#eff0f1"> + <path d="m-13.025 1.0847v3h-3v2h3v3h2v-3h3v-2h-3v-3z"/> + <path d="m-16.025 11.085v2h8v-2z"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/languages/lexerFortran.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg"> + <path d="m1.5 18.805h1.6813c0.93205 0 1.8486-0.51418 1.8486-1.791v-12.027c0-1.6177-0.5529-1.791-2.27-1.791h-1.1546v-2.1954h18.895v7.9792h-2.203c0-1.9066-0.22339-3.2995-0.78192-4.3394-0.61441-1.1555-1.8743-1.4443-4.0805-1.4443h-4.4939v6.3619h0.87203c2.546 0 3.2207-0.62189 3.1677-3.9354h1.9866v10.323h-1.9866c-0.17765-3.322-0.36841-4.5078-3.5595-4.4715h-0.53286v5.5403c0 1.6177 0.68786 1.791 2.4049 1.791h1.2334v2.1954h-11.026z" fill="#eff0f1" stroke-width=".039738"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/languages/lexerGettext.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg"> + <g transform="translate(-326 -534.36)"> + <rect x="326.5" y="535.99" width="0" height="11" fill="#6c7a89"/> + <rect x="321.94" y="538.51" width="0" height="11" fill="#6c7a89"/> + <rect x="317.44" y="526.09" width="0" height="11" fill="#6c7a89"/> + <g transform="matrix(1.25 0 0 1.25 -84.25 -136.34)" fill="#eff0f1"> + <path d="m329 537.36v16h16v-16zm1 4h14v11h-14z"/> + <path d="m337.47 548.52-1.4271-1.4103 0.0168-0.0168c0.97764-1.09 1.6744-2.343 2.0845-3.669h1.6463v-1.1237h-3.933v-1.1237h-1.1237v1.1237h-3.933v1.1181h6.276c-0.37645 1.0844-0.97202 2.1126-1.7811 3.0116-0.52254-0.57872-0.95516-1.2136-1.2979-1.8822h-1.1237c0.41016 0.91584 0.97203 1.7811 1.6744 2.5621l-2.8599 2.8206 0.79786 0.79783 2.8093-2.8093 1.7474 1.7474 0.42701-1.1462zm3.1633-2.8486h-1.1237l-2.5284 6.7423h1.1237l0.62929-1.6856h2.6688l0.6349 1.6856h1.1237zm-1.4721 3.933 0.91021-2.4328 0.91022 2.4328z"/> + </g> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/languages/lexerHTML.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <g transform="matrix(1.25 0 0 1.25 -529.89 -659.99)" fill="#eff0f1"> + <rect class="ColorScheme-Text" x="383.46" y="518.13" width="0" height="11" color="#eff0f1"/> + <path class="ColorScheme-Text" d="m432.72 528.79c-0.31896 0-0.62792 0.026-0.93788 0.063-0.30396 0.036-0.61392 0.087-0.90589 0.1559-0.094 0.022-0.18497 0.067-0.28096 0.094-0.084 0.023-0.16698 0.037-0.24997 0.063-0.10499 0.033-0.21397 0.059-0.31296 0.094-0.10699 0.038-0.20697 0.083-0.31296 0.1249-0.20597 0.083-0.39695 0.182-0.59393 0.2809-0.071 0.036-0.14898 0.056-0.21897 0.094-0.22997 0.1209-0.44094 0.2629-0.65592 0.4058-0.082 0.055-0.16997 0.098-0.24996 0.1559-0.033 0.024-0.061 0.038-0.094 0.063-0.094 0.071-0.19098 0.1418-0.28097 0.2188-0.10698 0.089-0.20997 0.1869-0.31296 0.2809-0.032 0.03-0.062 0.064-0.094 0.094l-0.031 0.031c-0.016 0.016-0.015 0.047-0.031 0.063-0.20997 0.2039-0.43894 0.3988-0.62492 0.6247-5e-3 0.01 5e-3 0.025 0 0.031-0.18098 0.2199-0.34296 0.4478-0.49994 0.6877-0.021 0.032-0.042 0.061-0.063 0.094-0.015 0.024-0.047 0.037-0.063 0.063-0.06 0.098-0.10099 0.209-0.15598 0.3129-0.018 0.033-0.045 0.061-0.063 0.094-0.075 0.1459-0.14998 0.2898-0.21897 0.4378-4e-3 0.01 4e-3 0.023 0 0.031-0.11699 0.2528-0.22198 0.5136-0.31296 0.7805-0.019 0.053-0.045 0.103-0.063 0.156-3e-3 0.01 3e-3 0.022 0 0.031-0.02 0.062-0.044 0.125-0.063 0.188-0.073 0.2568-0.13998 0.5137-0.18798 0.7806-0.034 0.1919-0.074 0.3968-0.094 0.5938-0.027 0.2648-0.031 0.5417-0.031 0.8125 0 0.4038 0.036 0.7996 0.094 1.1875 6e-3 0.041-7e-3 0.085 0 0.1249 0.044 0.2659 0.11798 0.5248 0.18798 0.7807 0.026 0.096 0.064 0.1859 0.094 0.2809 0.04 0.1289 0.079 0.2489 0.12499 0.3748 0.077 0.2119 0.15598 0.4218 0.24997 0.6246 0.05 0.106 0.10198 0.2099 0.15598 0.3129 0.15198 0.2919 0.31496 0.5747 0.49993 0.8436 0.016 0.024 0.046 0.039 0.063 0.063 0.19797 0.2809 0.39395 0.5597 0.62492 0.8126 0.04 0.044 0.084 0.082 0.12498 0.125 0.04 0.042 0.084 0.084 0.12499 0.1249 0.21397 0.2139 0.45094 0.4048 0.68791 0.5938 0.30596 0.2438 0.62892 0.4587 0.96888 0.6556 0.012 0.01 0.019 0.024 0.031 0.031 0.053 0.03 0.10299 0.065 0.15598 0.094 0.31596 0.156 0.69192 0.3249 0.93788 0.4378 0.10999 0.042 0.23098 0.057 0.34396 0.094 0.053 0.018 0.10299 0.046 0.15598 0.063 0.13598 0.041 0.26797 0.09 0.40595 0.1249 0.042 0.011 0.083 0.021 0.12499 0.031 0.29196 0.069 0.60192 0.1209 0.90588 0.1559 0.30896 0.036 0.61792 0.063 0.93788 0.063 0.33996 0 0.67092-0.021 0.99988-0.063 0.36495-0.048 0.68091-0.1239 0.99987-0.1879 1.6978-0.4358 3.1616-1.4213 4.2185-2.7487 0.028-0.035 0.067-0.058 0.094-0.094 9e-3 -0.012 0.022-0.02 0.031-0.031 0.014-0.018 0.018-0.044 0.031-0.063 0.62292-0.8246 1.0769-1.7801 1.3438-2.8117 0.056-0.2169 0.11799-0.4318 0.15598-0.6557 5e-3 -0.03-5e-3 -0.063 0-0.094 6e-3 -0.04 0.025-0.079 0.031-0.125 6e-3 -0.043 0.026-0.082 0.031-0.1249h-0.031c0.044-0.3289 0.094-0.6587 0.094-0.9996 0-0.5517-0.05-1.1034-0.15598-1.6242-9e-3 -0.043-0.022-0.082-0.031-0.1249-0.046-0.2079-0.12398-0.4229-0.18798-0.6248-3e-3 -0.01 3e-3 -0.022 0-0.031-0.012-0.038-0.018-0.056-0.031-0.094-0.039-0.119-0.081-0.2579-0.12498-0.3748-0.012-0.032-0.018-0.064-0.031-0.094-0.043-0.109-0.10799-0.2059-0.15598-0.3128-2e-3 0 2e-3 -0.026 0-0.031-0.025-0.054-0.068-0.1029-0.094-0.1559-0.098-0.2029-0.19797-0.3998-0.31296-0.5937-0.058-0.098-0.094-0.2169-0.15598-0.3129-0.024-0.036-0.069-0.058-0.094-0.094-0.067-0.099-0.14698-0.185-0.21897-0.2809-0.08-0.1-0.13999-0.2159-0.21898-0.3129-5e-3 -0.01 5e-3 -0.025 0-0.031-0.17197-0.2089-0.36995-0.4028-0.56292-0.5937-0.093-0.092-0.18398-0.1939-0.28097-0.2809-0.028-0.025-0.065-0.038-0.094-0.063-0.20897-0.1819-0.42994-0.3398-0.65592-0.4996-0.055-0.038-0.10098-0.088-0.15598-0.125-0.07-0.046-0.14798-0.081-0.21897-0.1249-0.13498-0.084-0.26597-0.174-0.40595-0.2499-0.12298-0.067-0.24797-0.127-0.37495-0.1879-0.21397-0.102-0.43195-0.198-0.65592-0.2809-0.26596-0.099-0.53393-0.1799-0.8129-0.2499-0.24496-0.062-0.49693-0.118-0.7499-0.1559-0.39695-0.061-0.8049-0.094-1.2188-0.094m0 0.9996c0.29896 0 0.58493 0.027 0.87489 0.063 0.17998 0.023 0.35496 0.058 0.53093 0.094h0.031c0.16598 0.035 0.33796 0.079 0.49994 0.1249 0.096 0.027 0.18698 0.063 0.28097 0.094 0.17197 0.057 0.33395 0.1169 0.49993 0.1879 0.19398 0.08 0.37896 0.1528 0.56293 0.2498-0.031 0.01-0.063 0.021-0.094 0.031-0.047 0.017-0.11298 0.096-0.12498 0.1249-0.02 0.048 5e-3 0.115 0 0.188 0.038 0.017 0.06 0.089 0.12498 0.1249 0.025 0.014 0.041-0.01 0.063 0 0.038 0.021 0.07 0.087 0.063 0.1249-0.011 0.055-0.088 0.022-0.12498 0.063 6e-3 0.078-0.043 0.105-0.063 0.1559 0.012 0.033 0.057 0.024 0.063 0.063-7e-3 0.043-0.079 0.049-0.063 0.094 0.072 0.056 0.15098-0.022 0.21897-0.031 0.14898-0.019 0.28297 0.041 0.37495-0.031-0.012-0.071 0.10099-0.092 0.094-0.1559-6e-3 -0.048-0.09-0.061-0.12498-0.094-0.019-0.018-0.04-0.059-0.063-0.094-0.026-0.04-0.064-0.087-0.094-0.125-0.039-0.052-0.12498-0.1169-0.12498-0.1559 1e-3 -0.045 0.052-0.063 0.063-0.125-0.012-0.057-0.11699 0-0.12499-0.063 2e-3 -0.019 0.021-0.051 0.031-0.063 0.14998 0.082 0.29796 0.1789 0.43795 0.2809 0.032 0.021 0.062 0.041 0.094 0.063 0.10798 0.081 0.20697 0.17 0.31296 0.2499-0.067 0.012-0.10099 0.09-0.15598 0.156-0.038 0.046-0.099 0.1009-0.15598 0.1249-0.028 0.012-0.068-0.016-0.094 0-0.037 0.025-0.051 0.096-0.094 0.125-0.031 0.021-0.12399 0.094-0.15598 0.094-0.038 1e-3 -0.098-0.04-0.12499-0.031-0.04 0.013-0.017 0.077-0.063 0.094-0.088 0.031-0.24997-0.069-0.28096 0.063 0.038 0.076 0.15298 0.051 0.21897 0.094 0.042 0.026 0.11399 0.143 0.12498 0.1879 0.01 0.038 0.015 0.179 0 0.2189-0.041 0.106-0.15898 0.097-0.28096 0.094-0.034-1e-3 -0.063 0-0.094 0-0.20697-0.014-0.40695-0.085-0.49994 0.063 7e-3 0.1129 0.025 0.1829 0 0.2808-0.018 0.072-0.097 0.125-0.094 0.188 2e-3 0.032 0.055 0.082 0.063 0.1249 5e-3 0.023-0.011 0.073 0 0.094 0.034 0.066 0.12699-0.01 0.18798 0 0.059 0.01 0.12598 0.1209 0.12498 0.1879-1e-3 0.046-0.033 0.1119-0.063 0.1559-0.058 0.089-0.16698 0.077-0.24997 0.1249-0.07 0.039-0.084 0.1189-0.12498 0.1879-0.044 0.074-0.081 0.1109-0.063 0.2189-0.06 0.1179-0.12598 0.1939-0.24997 0.2499-0.037 0.017-0.092 0.039-0.12498 0.063-0.027 0.019-0.056 0.051-0.094 0.094-0.047 0.052-0.1 0.085-0.12499 0.125-0.019 0.031-0.01 0.084-0.031 0.1249-0.029 0.056-0.088 0.1-0.12498 0.1559-0.017 0.026-0.043 0.059-0.063 0.094-0.042 0.077-0.10099 0.1509-0.094 0.2189 7e-3 0.066 0.089 0.068 0.094 0.1249 4e-3 0.032-0.033 0.059-0.031 0.094 1e-3 0.051 0.027 0.086 0.031 0.1249 0.01 0.099-0.044 0.12-0.063 0.188-9e-3 0.032 8e-3 0.068 0 0.094-0.016 0.05-0.093 0.098-0.094 0.156-1e-3 0.042 0.059 0.097 0.063 0.1559 2e-3 0.04-0.038 0.057-0.031 0.094 0.014 0.073 0.16198 0.162 0.21897 0.2189 0.075 0.075 0.15498 0.139 0.18798 0.219 0.027 0.067 0.041 0.1678 0.094 0.2188 0.039 0.037 0.10598 0.054 0.15598 0.094 0.047 0.036 0.10698 0.055 0.15598 0.094 0.081 0.064 0.18297 0.1969 0.31296 0.1879 0.068-0.01 0.14198-0.05 0.21897-0.063 0.079-0.014 0.16998-0.039 0.24997-0.031 0.061 0.01 0.12398 0.066 0.18797 0.063 0.067 0 0.14299-0.061 0.21898-0.094 0.13198-0.057 0.33896-0.1529 0.53093-0.1249 0.14598 0.021 0.14898 0.2169 0.24997 0.2809 0.11798 0.01 0.21897-0.054 0.31296-0.031 0.07 0.017 0.14898 0.1319 0.15598 0.1879 7e-3 0.058-0.054 0.121-0.063 0.1559-0.018 0.078-0.017 0.169-0.031 0.2189-0.011 0.038-0.032 0.086-0.031 0.125 0 0.035 0.058 0.1419 0.094 0.1879 0.044 0.056 0.10299 0.096 0.15598 0.1559 0.087 0.109 0.15498 0.2359 0.21897 0.3749 0.017 0.037-0.016 0.077 0 0.1249-0.029 0.2239-0.10298 0.3769-0.24997 0.6247-0.069 0.08-0.15798 0.15-0.15598 0.2499-5e-3 0.2399 0.13599 0.3928 0.12499 0.6247-0.024 0.3118 0.024 0.3328 0 0.4997 0.10499 0.053 0.031 0.2329 0 0.3439-0.045 0.1319-0.1 0.1619-0.12499 0.2499 0.071 0.031 0.17098 0.019 0.24997 0 0 0 0.096 0.4008 0.094 0.4058-0.8069 0.7967-1.8188 1.3874-2.9376 1.7182-0.54993 0.1329-0.71291 0.1329-0.96888 0.1879-0.33395 0.055-0.68291 0.094-1.0309 0.094-0.24296 0-0.48293-0.01-0.71891-0.031-0.18197-0.018-0.35395-0.062-0.53093-0.094-0.053-0.01-0.10398-0.02-0.15598-0.031-0.16298-0.055-0.35095-0.088-0.49994-0.1249-0.16997-0.048-0.33495-0.096-0.49993-0.156 0.014-0.013 0.027-0.011 0.031-0.031 9e-3 -0.04 2e-3 -0.062 0-0.1249 0.015-0.065 0.08-0.058 0.094-0.1249-0.028-0.048-0.083-0.038-0.12498-0.063-0.041-0.024-0.068-0.074-0.063-0.125 0.07-0.029 0.19997 0.066 0.24996-0.031 0.025-0.046-0.034-0.1409 0-0.1879 0.023-0.031 0.16898-0.055 0.21898-0.063 0.071-0.012 0.14798-0.01 0.18797-0.031 0.044-0.029 0.10099-0.105 0.094-0.188-4e-3 -0.039-0.033-0.059-0.063-0.094-0.025-0.029-0.013-0.066-0.031-0.094-0.031-0.047-0.08-0.058-0.094-0.1249 0.096-0.019 0.23597 0.1019 0.37496 0.063 0.066-0.019 0.15698-0.188 0.18797-0.2499 0.01-0.019-0.01-0.04 0-0.063 0.012-0.026 0.059-0.049 0.063-0.063 0.01-0.036-8e-3 -0.071 0-0.094 0.024-0.068 0.085-0.075 0.12498-0.125 0.03-0.038 0.065-0.087 0.094-0.1249 0.031-0.041 0.042-0.089 0.063-0.125 0.02-0.1219-0.06-0.2059-0.031-0.3128 0.032-0.12 0.19598-0.165 0.31296-0.2189 0.04-0.019 0.092-0.05 0.12499-0.063 0.08-0.028 0.17598-0.036 0.24997-0.063 0.12498-0.046 0.15698-0.1669 0.21897-0.2809 0.029-0.054 0.057-0.1179 0.063-0.1559 5e-3 -0.035-7e-3 -0.053 0-0.094 6e-3 -0.04 0.02-0.081 0.031-0.1248 0.014-0.058 0.031-0.1539 0.031-0.2189 0-0.053-0.029-0.078-0.031-0.1249-9e-3 -0.173 0.061-0.218 0.12498-0.3129 0.032-0.047 0.04-0.091 0.063-0.125 0.10799-0.1609 0.29497-0.2259 0.28097-0.4688-5e-3 -0.08-0.035-0.2558-0.094-0.2808-0.034-0.015-0.10699-0.011-0.15598-0.031-0.15798-0.059-0.27397-0.2689-0.43795-0.2809-0.035 0-0.055 0.031-0.094 0.031-0.065 0-0.14698-0.053-0.21897-0.063-0.046-0.01-0.12898 0.013-0.15598 0-0.042-0.02-0.029-0.1019-0.063-0.1249-0.027-0.018-0.084-0.015-0.12498-0.031-0.066-0.025-0.11199-0.056-0.18798-0.063-0.023-1e-3 -0.067 0-0.094 0-0.042-0.01-0.086-0.04-0.12498-0.063-0.048-0.029-0.074-0.052-0.094-0.094 0.044-0.1439-0.096-0.1669-0.12498-0.2499-0.014-0.039 0.013-0.09 0-0.1249-0.017-0.05-0.071-0.084-0.12499-0.125-0.097-0.074-0.17398-0.1389-0.31296-0.1559-0.061-0.01-0.14498 0-0.21897 0-0.078-0.01-0.16098-0.058-0.21897-0.125-0.056-0.065-0.076-0.1249-0.12499-0.1559-0.047-0.03-0.12398-0.031-0.15598-0.063-0.014-0.014-0.017-0.031-0.031-0.063-0.023-0.048-0.061-0.098-0.031-0.156-0.053-0.027-0.035 0.072-0.094 0.063-0.052-0.074-0.10099-0.115-0.21897-0.094-0.054 0.01-0.093 0.06-0.15598 0.063-0.052 0-0.088-0.053-0.15598-0.063-0.052-0.01-0.11999 0.036-0.15598 0.031-0.057-0.011-0.073-0.059-0.12499-0.094-0.038-0.025-0.10398-0.095-0.12498-0.094-0.067 0-0.12598 0.1429-0.21897 0.094-0.045-0.057 0.085-0.071 0.031-0.125-0.04-0.041-0.061 0.01-0.094 0.031-0.037 0.025-0.084 0.047-0.12499 0.063-0.092 0.034-0.14698 0.025-0.21897 0.063-0.066 0.034-0.087 0.088-0.12499 0.156-0.031 0.056-0.079 0.1529-0.12498 0.1559-0.056 0-0.10599-0.072-0.15598-0.094-0.15298-0.066-0.24797 0.03-0.37495 0.031-0.11799 0-0.28697-0.1709-0.28097-0.2808 4e-3 -0.067 0.054-0.166 0.063-0.2499 6e-3 -0.066 0.062-0.127 0.063-0.1879 1e-3 -0.081-0.13499-0.147-0.18798-0.156-0.12498-0.023-0.29496 0.061-0.43794 0-0.027-0.045 0.047-0.081 0.063-0.1249 9e-3 -0.025-9e-3 -0.034 0-0.063 0.016-0.042 0.074-0.08 0.094-0.1249 0.015-0.034 0.016-0.082 0.031-0.125 0.017-0.049 0.059-0.091 0.063-0.1249 5e-3 -0.045-0.027-0.095-0.063-0.125-0.11098 0.01-0.18697 0-0.24997 0.031-0.14398 0.066-0.10598 0.2659-0.24997 0.3129-0.05 0.016-0.13298 0.021-0.18797 0.031-0.047 0.01-0.10699 0.032-0.15598 0.031-0.058-1e-3 -0.15298-0.057-0.18798-0.094-9e-3 -0.01-0.024-0.036-0.031-0.063 2e-3 -0.01-2e-3 -0.021 0-0.031 0.046-0.2229 0.093-0.4438 0.15598-0.6557 3e-3 -0.01-3e-3 -0.022 0-0.031 0.042-0.1389 0.10298-0.2699 0.15598-0.4058 0.013-0.01 0.019-0.023 0.031-0.031 0.077-0.053 0.15598-0.1189 0.24997-0.1249 0.057 0 0.16398 0.02 0.21897 0.031 0.05 0.01 0.082 0.059 0.12499 0.063 0.12298 0.01 0.14898-0.1029 0.24997-0.1559 0.10398 0.015 0.15598-0.01 0.24996 0 0.064 0.01 0.13799 0.09 0.18798 0.094 0.042 0 0.053-0.069 0.094-0.063 0.04 0.01 0.11898 0.1079 0.12498 0.1559 7e-3 0.06-0.048 0.122-0.031 0.1879 0.063 0.064 0.19097 0.056 0.28096 0.094 0.059-0.048 9e-3 -0.118 0-0.1879-2e-3 -0.031 4e-3 -0.066 0-0.094-6e-3 -0.048-0.031-0.084-0.031-0.1249-1e-3 -0.1899 0.15398-0.2999 0.28096-0.3749 0.055-0.033 0.10799-0.069 0.15598-0.094 0.067-0.034 0.1-0.063 0.15598-0.094 0.10099-0.057 0.20198-0.092 0.28097-0.1559 0.037-0.086-4e-3 -0.1959 0-0.2809 0.037-0.022 0.055 0 0.094 0 0.061-0.013 0.09-0.091 0.12499-0.1249 0.02-0.02 0.069-0.043 0.094-0.063 0.061-0.048 0.072-0.104 0.12498-0.125 0.019-0.01 0.064-0.017 0.094-0.031 0.04-0.011 0.092-0.04 0.15598-0.063 0.042-0.014 0.13998-0.015 0.15598-0.031 0.02-0.02-6e-3 -0.095 0-0.1249 0.032-0.151 0.27196-0.168 0.40595-0.2189 0.094-0.036 0.17798-0.114 0.28096-0.094-0.02 0.072-0.10998 0.038-0.094 0.1249 0.023 0.121 0.17598-0.013 0.21898-0.031 0.081-0.034 0.23697-0.055 0.34395-0.094 0.094-0.034 0.24497-0.08 0.15598-0.1879-0.074 0-0.092 0.066-0.15598 0.094-0.044 0.01-0.056-0.027-0.094-0.031-0.036 0-0.057 0.038-0.094 0.031-0.037-0.01-0.088-0.082-0.094-0.1249-0.015-0.111 0.10999-0.136 0.15598-0.2189-0.03-0.101-0.16598-0.024-0.24997-0.063 9e-3 -0.06 0.055-0.1139 0.12499-0.1249 0.057-0.01 0.18497 0.01 0.21897 0.031 0.02 0.017 0 0.066 0.031 0.094 0.034 0.031 0.081 0.01 0.12499 0 0.016-0.076-0.10599-0.043-0.094-0.094 0.09-0.059 0.26497-0.016 0.37495-0.031 0.063-0.01 0.13099-0.062 0.18798-0.094 0.054-0.03 0.099-0.081 0.15598-0.031 0.016 0.054-0.032 0.066-0.063 0.094-0.10199 0.091-0.20198 0.2069-0.28097 0.3128 0.049 0.048 0.13599 0.022 0.21898 0.031 0.032 0 0.06 0.025 0.094 0.031 0.04 0.01 0.094-0.012 0.12499 0 0.056 0.014 0.07 0.094 0.12498 0.094 0.091 0 0.083-0.125 0.031-0.1879 0.016-0.063 0.053-0.08 0.031-0.125-0.041-0.082-0.21097 0.014-0.21897-0.094-5e-3 -0.067 0.07-0.075 0.094-0.125-0.011-0.1289 0.10598-0.1349 0.094-0.2499-6e-3 -0.048-0.06-0.049-0.094-0.094-0.017-0.023-0.01-0.076-0.031-0.094-0.07-0.059-0.20997-0.044-0.21897-0.1559-4e-3 -0.066 0.01-0.115 0-0.1879-9e-3 -0.067-0.066-0.2679-0.12498-0.2809-0.075-0.016-0.12899 0.1139-0.21898 0.1559-0.049 0.023-0.13898 0.04-0.18797 0.031-0.032-0.01-0.089-0.032-0.094-0.094-6e-3 -0.07 0.05-0.082 0.063-0.1558-0.011-0.044-0.051-0.029-0.094-0.063-0.049-0.037-0.091-0.1159-0.15598-0.1249-0.033 0-0.093 0.029-0.12498 0.031-0.06 0-0.10599-0.015-0.15598-0.031 0.021-0.01 0.041-0.024 0.063-0.031 0.12198-0.042 0.24997-0.059 0.37495-0.094 0.022-0.01 0.041-0.025 0.063-0.031 0.031 0.033 0.056 0.1029 0.094 0.1249 0.025 0.014 0.063-0.01 0.094 0 0.098 0.03 0.17398 0.085 0.28097 0.063 0.037-0.065-0.074-0.074-0.031-0.125 0.072 0.01 0.13198 0.04 0.18798 0.063 0.077-0.056 0.12798-0.066 0.12498-0.1559-1e-3 -0.046-0.062-0.063-0.094-0.094 0.063-0.011 0.12399-0.022 0.18798-0.031 5e-3 0.017 0.021 0.03 0.031 0.031 0.038 0.01 0.16498-0.051 0.18797-0.063 4e-3 0-6e-3 -0.027 0-0.031 0.25297-0.027 0.52094-0.031 0.7809-0.031m-2.4997 0.4688c-0.023 0.043-0.047 0.079-0.094 0.094 0.012 0.065-0.084 0.1049-0.094 0.1558-6e-3 0.035-2e-3 0.094 0 0.125 0.02 0.3189-0.25096 0.4768-0.56293 0.4688-0.061 0.058-0.029 0.1699-0.063 0.2499-0.028 0.067-0.11998 0.1309-0.18797 0.1249-0.05 0-0.12499-0.079-0.12499-0.1249 0-0.057 0.081-0.091 0.031-0.156 7e-3 -0.044 0.10598-0.086 0.094-0.1559-0.012-0.074-0.096-0.019-0.18798-0.031-0.052-0.01-0.13298-0.037-0.18798-0.063 0.10099-0.067 0.20498-0.126 0.31296-0.188 0.094-0.056 0.18498-0.1049 0.28097-0.1559 0.25197-0.1269 0.52193-0.2438 0.7809-0.3437m5.3743 0.7495c-0.027 0-0.04 0.018-0.063 0.031-0.051 0.031-0.054 0.079-0.094 0.094-0.054 0.021-0.11698 0.01-0.12498 0.063-6e-3 0.041 0.033 0.055 0.031 0.094-0.02 0.049-0.053 0.066-0.063 0.1249 0.068 0.11 0.22897-0.01 0.31296-0.031 0.038-0.011 0.073 0 0.094-0.031 0.023-0.035 0.013-0.105 0.031-0.156 0.019-0.056 0.069-0.043 0.063-0.094-6e-3 -0.05-0.10599-0.102-0.18797-0.094m-7.3121 0.7807c0.061 0.016 0.19597 0.1929 0.063 0.2499-0.013 0.01-0.18698 0.036-0.21897 0.031-0.046-0.01-0.078-0.086-0.12499-0.094-0.092-0.016-0.21797 0.101-0.28096 0 0.016-0.059 0.086-0.043 0.15598-0.063 0.12498-0.034 0.29796-0.1529 0.40595-0.1249m0.24996 0.3128c0.031 0 0.056 0.059 0.094 0.063 0.036 0 0.072-0.036 0.094-0.031 0.056 0.015 0.084 0.115 0.031 0.156-0.044 0-0.061-0.037-0.094-0.031-0.091 0.016-0.11999 0.1929-0.18798 0.1879-0.064-0.01-0.096-0.1409-0.031-0.1879 2e-3 -0.04-0.033-0.054-0.031-0.094 0.02-0.025 0.072-0.066 0.12498-0.063m-0.31296 0.031c0.019 1e-3 0.024 0 0.031 0-9e-3 0.071-0.039 0.091-0.094 0.125-0.095 0.057-0.15698 0.1279-0.18797 0.2499-9e-3 0.036-0.11099 0.1339-0.15598 0.1249-0.10599-0.022 0.038-0.2199 0.063-0.2499 0.027-0.033 0.062-0.056 0.094-0.094 0.03-0.037 0.033-0.105 0.063-0.125 0.032-0.022 0.13198-0.033 0.18797-0.031m9.4988 0.031c0.048 0.013 0.058 0.069 0.094 0.094 0.027 0.018 0.064 0.012 0.094 0.031 0.035 0.022 0.054 0.06 0.094 0.094 0.056 0.047 0.13998 0.088 0.21897 0.125 0.016 0.01 0.044 0.023 0.063 0.031 0.055 0.071 0.10399 0.1449 0.15598 0.2189 6e-3 0.04 0.012 0.099 0.031 0.1249 0.052 0.071 0.13098 0.1319 0.18798 0.2189-1e-3 0.083 0.036 0.133 0.094 0.1559 0.073 0.124 0.14898 0.2479 0.21897 0.3748 0.029 0.058 0.035 0.1289 0.063 0.1879-0.021 0-0.043 0.01-0.063 0-0.066-0.116-0.40895-0.1389-0.43795 0.031-0.013 0.075 0.049 0.1749-0.063 0.1879-0.071 0.01-0.15298-0.073-0.24997-0.094-0.04-0.01-0.094 0.014-0.12498 0-0.073-0.025-0.062-0.1119-0.12498-0.1559-0.036-0.025-0.12999-0.056-0.18798-0.063h-0.094c-0.045-0.01-0.11798-0.01-0.15598-0.031-0.036-0.022-0.11599-0.062-0.12498-0.094-0.014-0.049 0.09-0.1139 0.094-0.1558 2e-3 -0.031-0.023-0.045-0.031-0.094-5e-3 -0.029 6e-3 -0.074 0-0.094-0.01-0.034-0.071-0.062-0.12499-0.063-0.048 0-0.084 0.03-0.12498 0.031-0.059 1e-3 -0.17698-0.037-0.24997-0.031-0.044 0-0.084 0.028-0.12499 0.031-0.11598 0.01-0.19097-0.01-0.28096 0-0.066 0-0.18898 0.034-0.24997 0.063-0.031 0.014-0.054 0.043-0.094 0.063-0.018 0.01-0.039 0.021-0.063 0.031-0.038 0.017-0.089 0.053-0.12498 0.063-0.052 0.013-0.12399 0-0.21898 0-0.068 0-0.18697-0.014-0.18797-0.094-1e-3 -0.1229 0.22697-0.072 0.34396-0.094 0.044-0.01 0.073-0.063 0.12498-0.094 0.025-0.015 0.039-0.015 0.063-0.031 0.04-0.028 0.11898-0.093 0.12498-0.1249 6e-3 -0.03-0.035-0.072-0.031-0.094 5e-3 -0.028 0.057-0.058 0.094-0.094 0.056-0.055 0.087-0.1199 0.15598-0.1559 0.047-0.025 0.13499-0.024 0.15599-0.063 5e-3 -0.043-1e-3 -0.055 0-0.094 0.029-0.027 0.038-0.058 0.063-0.063 0.072-0.016 0.13498 0.035 0.21897 0.031 0.036 0 0.086-0.01 0.12498-0.031 0.033-0.022 0.062-0.045 0.094-0.063 0.035-0.018 0.051-0.059 0.094-0.063 0.10499-0.01 0.17098 0.1239 0.21897 0.1879 0.04 0.053 0.15299 0.1189 0.21898 0.1559 0.037 0.021 0.084 0.045 0.12498 0.063 0.087 0.039 0.24697 0.1649 0.24997 0.2499 2e-3 0.042-0.038 0.054-0.031 0.094 0.066 0.011 0.12298-0.059 0.12498-0.1249 1e-3 -0.041-0.039-0.05-0.031-0.094 0.031-0.066 0.14798-0.01 0.18798-0.031-7e-3 -0.075-0.12398-0.086-0.18798-0.1249-0.034-0.021-0.058-0.048-0.094-0.063-0.052-0.021-0.11598-0.032-0.15598-0.063-0.038-0.029-0.057-0.08-0.094-0.1249-0.054-0.064-0.15798-0.073-0.12498-0.2189 0.016-0.022 0.037-0.069 0.063-0.063m-8.8119 0.2189h0.094c0.034 1e-3 0.08-0.018 0.094 0-0.022 0.088-0.21197 0.063-0.28096 0.031 4e-3 -0.033 0.05-0.027 0.094-0.031m-0.31296 0.156c0.023 0 0.039-0.01 0.063 0-0.062 0.052-0.14398 0.092-0.24997 0.1249-0.051 0.016-0.11598 0.025-0.12498-0.031-0.011-0.069 0.047-0.056 0.094-0.063 0.058-0.01 0.14999-0.029 0.21898-0.031m8.6869 0c-0.043 0.014-0.066 0.1129 0 0.1249 0.031-0.018 0.039-0.068 0.031-0.1249-0.017-0.018-0.017 0-0.031 0m-0.031 0.1879c-0.021 0.01-0.04 0.01-0.063 0.031 1e-3 0.075 0.015 0.1229 0 0.1879 0.043 0.082 0.13398 0.026 0.15598-0.031 0.026-0.1389-0.03-0.2049-0.094-0.1879m0.43795 0.3748c0.049 0.08 0.14098 0.137 0.24997 0.1559 0.04-0.03 0.044-0.1049 0.063-0.1559-0.047 1e-3 -0.097 0-0.15598 0-0.059 0-0.12198-0.028-0.15598 0m-11.687 2.6867c0.16398-0.01 0.21197 0.2159 0.34395 0.2809 0.033 0.017 0.082 0.022 0.12499 0.031 0.035 0.01 0.061 0.02 0.094 0.031 0.071 0.024 0.16198 0.01 0.21897 0.031 0.085 0.038 0.14598 0.2069 0.21897 0.2499 4e-3 0.043-0.013 0.093 0 0.1249 0.035 0.047 0.099 0.064 0.15598 0.094 0.068 0.037 0.092 0.1269 0.15598 0.1559 0.022 0.01 0.059-0.01 0.094 0 0.088 0.027 0.11199 0.1468 0.18798 0.1248 0.05-0.014 0.055-0.078 0.063-0.1248 0.033-0.036 0.074-0.093 0.12498-0.094 0.083 0 0.095 0.075 0.12499 0.1559 0.017 0.046 0.051 0.1079 0.063 0.1559 0.021 0.083 0.017 0.3249 0 0.3748-0.021 0.061-0.10599 0.089-0.15598 0.156-0.024 0.031-0.044 0.071-0.063 0.094-0.032 0.04-0.069 0.057-0.094 0.094-0.014 0.021-0.018 0.066-0.031 0.094-0.04 0.085-0.096 0.148-0.063 0.2499 0.014 0.042 0.062 0.076 0.063 0.125 0 0.058-0.11498 0.093-0.12498 0.1559-7e-3 0.047 0.048 0.126 0.063 0.1879 0.011 0.047 0.097 0.094 0.12498 0.125 0.047 0.053 0.082 0.1209 0.12499 0.1879 0.085 0.1299 0.13598 0.2799 0.21897 0.4058 0.043 0.066 0.12698 0.119 0.15598 0.1879 0.015 0.035-0.014 0.094 0 0.125 0.048 0.1079 0.26597 0.2279 0.37495 0.2809 0.051 0.025 0.10999 0 0.15598 0.031 0.071 0.039 0.21398 0.1569 0.24997 0.2189 0.032 0.056 0.047 0.1929 0.063 0.2808 0.021 0.117-5e-3 0.2169 0 0.3439 4e-3 0.069 0.03 0.1189 0.031 0.1879 0 0.024 1e-3 0.07 0 0.094-2e-3 0.083 7e-3 0.1659 0 0.2498-4e-3 0.046-3e-3 0.087 0 0.125 4e-3 0.041 0.028 0.057 0.031 0.094 2e-3 0.039-0.035 0.095-0.031 0.125 9e-3 0.084 0.077 0.1419 0.094 0.2189 0.013 0.061 0.039 0.2079 0.031 0.2809-5e-3 0.039-0.025 0.083-0.031 0.1249-4e-3 0.033 5e-3 0.062 0 0.094-6e-3 0.047-0.034 0.081-0.031 0.1249 6e-3 0.09 0.08 0.16 0.094 0.2499 5e-3 0.03-1e-3 0.065 0 0.094 1e-3 0.027 0.023 0.038 0.031 0.063-0.26297-0.1499-0.50894-0.3178-0.74991-0.4997-0.22897-0.173-0.45094-0.3639-0.65592-0.5628l-0.031-0.031c-0.20698-0.2039-0.41395-0.4278-0.59393-0.6557-0.10398-0.1319-0.21797-0.2669-0.31296-0.4058-0.056-0.083-0.10399-0.1639-0.15598-0.2499-0.032-0.051-0.063-0.104-0.094-0.1559-0.089-0.153-0.17297-0.3078-0.24997-0.4687-0.049-0.101-0.081-0.2079-0.12498-0.3129-0.10499-0.2479-0.20497-0.4888-0.28096-0.7497-0.054-0.1849-0.086-0.3708-0.12499-0.5627-0.03-0.146-0.073-0.2889-0.094-0.4378-0.011-0.081-0.023-0.168-0.031-0.2499-0.024-0.2349-0.031-0.4768-0.031-0.7186 0-0.3019 0.026-0.5837 0.063-0.8746 1e-3 -0.01-1e-3 -0.021 0-0.031 0.063 0 0.14899-0.092 0.21898-0.094m2.6877 0.7497c0.064-0.029 0.084 0.117 0.031 0.125-0.05 0.01-0.08-0.102-0.031-0.125" color="#eff0f1"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/languages/lexerIDL.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg"> + <g transform="translate(0 -291.18)" fill="none"> + <circle cx="2.9101" cy="294.07" r="1.4302" stroke="#eff0f1" stroke-width=".61294"/> + <g transform="matrix(.43758 0 0 .43758 .12457 166.9)" stroke="#da4453"> + <rect x="4.259" y="290.41" width="5.9853" height=".43437" stroke-width=".8885"/> + <path transform="matrix(.99914 0 0 1.0004 .0035576 -.13862)" d="m11.471 290.65-0.86826 0.50129v-1.0026z" stroke-width=".94873"/> + <path transform="matrix(-.99914 0 0 1.0004 12.729 -.13862)" d="m11.471 290.65-0.86826 0.50129v-1.0026z" stroke-width=".94873"/> + </g> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/languages/lexerJSON.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg"> + <g transform="translate(-326 -534.36)"> + <rect x="276.23" y="514.7" width="0" height="14.668" fill="#cf000f"/> + <rect x="283.19" y="537.27" width="0" height="14.668" fill="#cf000f"/> + <rect x="285" y="536.21" width="0" height="14.668" fill="#cf000f"/> + <rect x="276.23" y="514.7" width="0" height="14.668" fill="#cf000f"/> + <rect x="283.19" y="537.27" width="0" height="14.668" fill="#cf000f"/> + <rect x="285" y="536.21" width="0" height="14.668" fill="#cf000f"/> + <rect x="276.23" y="514.7" width="0" height="14.668" fill="#cf000f"/> + <rect x="283.19" y="537.27" width="0" height="14.668" fill="#cf000f"/> + <rect x="285" y="536.21" width="0" height="14.668" fill="#cf000f"/> + <rect x="276.23" y="514.7" width="0" height="14.668" fill="#cf000f"/> + <rect x="283.19" y="537.27" width="0" height="14.668" fill="#cf000f"/> + <rect x="285" y="536.21" width="0" height="14.668" fill="#cf000f"/> + <rect x="293.38" y="518.48" width="0" height="14.668" fill="#cf000f"/> + <rect x="300.34" y="541.05" width="0" height="14.668" fill="#cf000f"/> + <rect x="302.16" y="539.99" width="0" height="14.668" fill="#cf000f"/> + <path d="m335.76 535.36c-2.3099 0-3.2779 0.88296-3.2779 3.1372v3.0518c0 1.3922-0.0444 3.0054-1.3203 3.0054h-0.66015v1.6113h0.66015c1.2759 0 1.3203 1.6131 1.3203 3.0054v3.0518c0 2.2542 0.96804 3.1372 3.2779 3.1372v-1.4795c-1.5399 0-1.5615-0.59792-1.5615-2.7637v-2.5195c0-1.0386-0.26613-2.5842-1.5641-3.2251 1.298-0.64087 1.5641-2.1888 1.5641-3.2276v-2.5415c0-2.1658 0.0216-2.7637 1.5615-2.7637zm2.4629 0v1.4795c1.5399 0 1.5818 0.59792 1.5818 2.7637v2.5415c0 1.0388 0.26612 2.5867 1.5641 3.2276-1.2979 0.64088-1.5641 2.1865-1.5641 3.2251v2.5195c0 2.1658-0.0419 2.7637-1.5818 2.7637v1.4795c2.3099 0 3.2982-0.88296 3.2982-3.1372v-3.0518c0-1.3922 0.0891-3.0054 1.3432-3.0054h0.6373v-1.6113h-0.6373c-1.2539 0-1.3432-1.6131-1.3432-3.0054v-3.0518c0-2.2542-0.98836-3.1372-3.2982-3.1372z" fill="#cf74e0"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/languages/lexerJava.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <g transform="translate(-326 -534.36)"> + <rect x="256.23" y="514.7" width="0" height="14.668" fill="#16907d"/> + <rect x="263.19" y="537.27" width="0" height="14.668" fill="#16907d"/> + <rect x="265" y="536.21" width="0" height="14.668" fill="#16907d"/> + <rect x="256.23" y="514.7" width="0" height="14.668" fill="#16907d"/> + <rect x="263.19" y="537.27" width="0" height="14.668" fill="#16907d"/> + <rect x="265" y="536.21" width="0" height="14.668" fill="#16907d"/> + <rect x="256.23" y="514.7" width="0" height="14.668" fill="#16907d"/> + <rect x="263.19" y="537.27" width="0" height="14.668" fill="#16907d"/> + <rect x="265" y="536.21" width="0" height="14.668" fill="#16907d"/> + <rect x="256.23" y="514.7" width="0" height="14.668" fill="#16907d"/> + <rect x="263.19" y="537.27" width="0" height="14.668" fill="#16907d"/> + <rect x="265" y="536.21" width="0" height="14.668" fill="#16907d"/> + <rect x="273.38" y="518.48" width="0" height="14.668" fill="#16907d"/> + <rect x="280.34" y="541.05" width="0" height="14.668" fill="#16907d"/> + <rect x="282.16" y="539.99" width="0" height="14.668" fill="#16907d"/> + <path d="m333.25 535.36v4.9999h1.25v-4.9999zm2.5 1.25v3.75h1.25v-3.75zm-5 1.25v2.5h1.25v-2.5zm7.5 0v2.5h1.25v-2.5zm-10 1.25v1.25h1.25v-1.25zm12.5 0v1.25h1.25v-1.25zm-13.75 2.5v7.4999a5 4.9867 0 0 0 0 0.0125 5 4.9867 0 0 0 5 4.9877h-3.75v1.25h13.75v-1.25h-3.75a5 4.9867 0 0 0 5-4.9877 5 4.9867 0 0 0 0-0.0125h2.5c0.69251 0 1.25-0.55748 1.25-1.25v-3.75c0-0.6925-0.55749-1.25-1.25-1.25h-2.5v-1.25zm1.25 1.25h13.75v6.2499a3.75 3.7499 0 0 1-3.75 3.75h-6.25a3.75 3.7499 0 0 1-3.75-3.75zm15 1.25h2.5v3.75h-2.5z" fill="#f27935" stroke-width="7.4999"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/languages/lexerJavaScript.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg"> + <g transform="translate(-326 -534.36)"> + <path d="m335.76 535.36c-2.3099 0-3.2779 0.88296-3.2779 3.1372v3.0518c0 1.3922-0.0444 3.0054-1.3203 3.0054h-0.66016v1.6113h0.66016c1.2759 0 1.3203 1.6131 1.3203 3.0054v3.0518c0 2.2542 0.96804 3.1372 3.2779 3.1372v-1.4795c-1.5399 0-1.5615-0.59792-1.5615-2.7637v-2.5195c0-1.0386-0.26612-2.5842-1.5641-3.2251 1.298-0.64088 1.5641-2.1888 1.5641-3.2275v-2.5415c0-2.1658 0.0216-2.7637 1.5615-2.7637zm2.4629 0v1.4795c1.5399 0 1.5818 0.59792 1.5818 2.7637v2.5415c0 1.0388 0.26612 2.5867 1.5641 3.2275-1.298 0.64087-1.5641 2.1865-1.5641 3.2251v2.5195c0 2.1658-0.0418 2.7637-1.5818 2.7637v1.4795c2.3099 0 3.2982-0.88296 3.2982-3.1372v-3.0518c0-1.3922 0.0891-3.0054 1.3432-3.0054h0.6373v-1.6113h-0.6373c-1.254 0-1.3432-1.6131-1.3432-3.0054v-3.0518c0-2.2542-0.98835-3.1372-3.2982-3.1372zm-1.2213 6.25a1.3 1.25 0 0 0-1.3 1.25 1.3 1.25 0 0 0 1.3 1.25 1.3 1.25 0 0 0 1.3-1.25 1.3 1.25 0 0 0-1.3-1.25zm0 5a1.3 1.25 0 0 0-1.3 1.25 1.3 1.25 0 0 0 1.3 1.25v1.25h0.17011c0.30846-0.32125 0.89219-1.2616 1.0588-2.0947a1.3 1.25 0 0 0 0.0711-0.36621 1.3 1.25 0 0 0 0-0.0391 1.3 1.25 0 0 0-1.3-1.25z" fill="#ffa555"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/languages/lexerLua.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <path d="m18.5 1a2.5 2.5 0 0 0-2.5 2.5 2.5 2.5 0 0 0 2.5 2.5 2.5 2.5 0 0 0 2.5-2.5 2.5 2.5 0 0 0-2.5-2.5m-8.3333 1.6667a9.1667 9.1667 0 0 0-9.1667 9.1667 9.1667 9.1667 0 0 0 9.1667 9.1667 9.1667 9.1667 0 0 0 9.1667-9.1667 9.1667 9.1667 0 0 0-2.1387-5.8724 3.3333 3.3333 0 0 1 0.472 1.7057 3.3333 3.3333 0 0 1-3.3333 3.3333 3.3333 3.3333 0 0 1-3.3333-3.3333 3.3333 3.3333 0 0 1 3.3333-3.3333 3.3333 3.3333 0 0 1 1.7546 0.50456 9.1667 9.1667 0 0 0-5.9212-2.1712" color="#4d4d4d" color-rendering="auto" fill="#3a7dc1" image-rendering="auto" shape-rendering="auto" stroke-width="1.6667"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/languages/lexerMakefile.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg"> + <g transform="translate(-326 -534.36)"> + <rect x="326.5" y="535.99" width="0" height="11" fill="#6c7a89"/> + <rect x="321.94" y="538.51" width="0" height="11" fill="#6c7a89"/> + <rect x="317.44" y="526.09" width="0" height="11" fill="#6c7a89"/> + <path d="m339.64 542.1c0.0248-0.1964 0.0434-0.39587 0.0434-0.5984 0-0.20255-0.0185-0.40201-0.0434-0.5984l1.3113-1.0158c0.1178-0.0921 0.15191-0.25777 0.0744-0.39279l-1.24-2.1266c-0.0776-0.13195-0.23869-0.18719-0.37819-0.13195l-1.5438 0.61681c-0.31931-0.24243-0.66963-0.44803-1.0478-0.60454l-0.2325-1.6264c-0.028-0.14423-0.15502-0.25777-0.31002-0.25777h-2.48c-0.15502 0-0.28211 0.11349-0.30692 0.25777l-0.2325 1.6264c-0.37821 0.15651-0.72853 0.35904-1.0478 0.60454l-1.5438-0.61681c-0.13949-0.0522-0.3007 0-0.37819 0.13195l-1.24 2.1266c-0.0775 0.13194-0.0434 0.29766 0.0746 0.39279l1.3082 1.0158c-0.0247 0.19639-0.0434 0.39585-0.0434 0.5984 0 0.20253 0.0185 0.402 0.0434 0.5984l-1.3082 1.0158c-0.1178 0.0921-0.1519 0.25777-0.0746 0.39279l1.24 2.1266c0.0775 0.13196 0.2387 0.1872 0.37819 0.13196l1.5438-0.61682c0.31929 0.24243 0.66961 0.44803 1.0478 0.60455l0.2325 1.6264c0.0249 0.14423 0.1519 0.25779 0.30692 0.25779h2.48c0.155 0 0.28211-0.1135 0.30691-0.25779l0.23251-1.6264c0.3782-0.15652 0.72851-0.35906 1.0478-0.60455l1.5438 0.61682c0.13951 0.0522 0.30072 0 0.3782-0.13196l1.24-2.1266c0.0775-0.13196 0.0434-0.29766-0.0745-0.39279l-1.3082-1.0158zm-4.6067 1.5497c-1.1997 0-2.17-0.96051-2.17-2.1481 0-1.1876 0.97033-2.1481 2.17-2.1481 1.1997 0 2.1701 0.9605 2.1701 2.1481 0 1.1876-0.97032 2.1481-2.1701 2.1481z" fill="#eff0f1" stroke-width="1.2522"/> + <path d="m343.19 552.94c0.0856-0.1176 0.16815-0.23934 0.23992-0.36949 0.0717-0.13016 0.13048-0.26481 0.18413-0.39964l1.2026-0.1975c0.10836-0.0183 0.18895-0.11287 0.18698-0.22661l-0.0434-1.7972c-2e-3 -0.11175-0.0871-0.20318-0.19631-0.21611l-1.2107-0.13961c-0.11932-0.26667-0.2716-0.52042-0.4592-0.75231l0.42685-1.126c0.0332-0.10241-7e-3 -0.21949-0.10786-0.2733l-1.5938-0.86105c-0.0995-0.0538-0.22153-0.0249-0.28858 0.0592l-0.72569 0.96452c-0.29851-0.0308-0.59541-0.0222-0.8876 0.0247l-0.77361-0.93241c-0.0711-0.082-0.19324-0.1044-0.28981-0.0465l-1.5504 0.93616c-0.0966 0.0578-0.13337 0.17625-0.0913 0.27828l0.48086 1.107c-0.0856 0.11761-0.16815 0.23933-0.23993 0.3695-0.0717 0.13016-0.13048 0.26481-0.18412 0.39964l-1.2006 0.19858c-0.10836 0.0183-0.18895 0.11287-0.18699 0.2266l0.0434 1.7972c2e-3 0.11175 0.0871 0.20318 0.1963 0.21612l1.2107 0.1396c0.1193 0.26666 0.27157 0.52042 0.4592 0.7523l-0.42686 1.126c-0.0352 0.10128 6e-3 0.2184 0.10584 0.27221l1.5938 0.86106c0.0995 0.0538 0.22152 0.0249 0.28857-0.0592l0.72569-0.96453c0.29853 0.0308 0.59541 0.0222 0.88759-0.0247l0.77362 0.93241c0.0711 0.082 0.19327 0.1044 0.28982 0.0465l1.5504-0.93617c0.0966-0.0579 0.13337-0.17624 0.0913-0.27827zm-3.5096-0.60347c-0.77101-0.41652-1.0543-1.3707-0.63349-2.1339 0.42078-0.76323 1.3847-1.0436 2.1557-0.6271s1.0543 1.3707 0.63349 2.1339c-0.42079 0.76324-1.3847 1.0436-2.1557 0.62709z" fill="#eff0f1" stroke-width="1.2522"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/languages/lexerMarkdown.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg"> + <g transform="translate(-326 -534.36)"> + <rect x="326.5" y="535.99" width="0" height="11" fill="#6c7a89"/> + <rect x="321.94" y="538.51" width="0" height="11" fill="#6c7a89"/> + <rect x="317.44" y="526.09" width="0" height="11" fill="#6c7a89"/> + <path transform="translate(326 534.36)" d="m0 5v12.1h22v-12.1zm1 1h20v10.1h-20z" fill="#eff0f1"/> + <path d="m328 541.36v0.82617 7.1738h2v-5.1738l2 2 2-2v5.1738h2v-7.1738-0.82617h-2.002l-1.998 1.998-1.998-1.998h-2.002zm13 0v4h-3l4 4 4-4h-3v-4h-2z" fill="#eff0f1"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/languages/lexerMatlab.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,48 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <defs> + <linearGradient id="0" x1="375.8" x2="382.68" y1="522.29" y2="549.47" gradientTransform="matrix(1.1196 -.015866 .015866 1.1196 -15.14 -88.436)" gradientUnits="userSpaceOnUse" xlink:href="#1"/> + <linearGradient id="1"> + <stop stop-color="#fff80f" offset="0"/> + <stop stop-color="#fff80f" stop-opacity="0" offset="1"/> + </linearGradient> + <linearGradient id="2" x1="37.971" x2="35.118" y1="24.451" y2="25.031" gradientTransform="matrix(1.1197 0 0 1.1197 381.69 496.71)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#af270f" offset="0"/> + <stop stop-color="#d86c3b" stop-opacity="0" offset="1"/> + </linearGradient> + <linearGradient id="4" x1="36.213" x2="33.719" y1="8.638" y2="17.945" gradientTransform="matrix(1.1197 0 0 1.1197 381.69 496.71)" gradientUnits="userSpaceOnUse" xlink:href="#5"/> + <linearGradient id="5"> + <stop stop-color="#771a0f" offset="0"/> + <stop stop-color="#92280f" stop-opacity="0" offset="1"/> + </linearGradient> + <linearGradient id="6" x2="0" y1="4.135" y2="22.616" gradientTransform="matrix(1.1197 0 0 1.1197 381.69 496.71)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#a0240f" offset="0"/> + <stop stop-color="#bc4a0f" stop-opacity="0" offset="1"/> + </linearGradient> + <linearGradient id="8" x1="22.858" x2="22.274" y1="43.732" y2="36.825" gradientTransform="matrix(1.1197 0 0 1.1197 381.69 496.71)" gradientUnits="userSpaceOnUse" xlink:href="#1"/> + <linearGradient id="9" x1="21.824" x2="27.722" y1="22.849" y2="24.063" gradientTransform="matrix(1.1197 0 0 1.1197 381.69 496.71)" gradientUnits="userSpaceOnUse" xlink:href="#5"/> + <linearGradient id="A" x1="20.616" x2="19.831" y1="25.815" y2="21.263" gradientTransform="matrix(1.1197 0 0 1.1197 381.69 496.71)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#4a2834" offset="0"/> + <stop stop-color="#512531" stop-opacity="0" offset="1"/> + </linearGradient> + <linearGradient id="C" x1="20.626" x2="18.225" y1="24.225" y2="21.824" gradientTransform="matrix(1.1197 0 0 1.1197 381.69 496.71)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#6d9990" offset="0"/> + <stop stop-color="#6dcec5" offset="1"/> + </linearGradient> + </defs> + <g transform="matrix(.50052 0 0 .49613 -193.5 -248.88)"> + <path d="m415.29 506.12c-0.21279-0.0132-0.43353 0.0149-0.63204 0.0831-0.28649 0.0984-0.42098 0.16636-0.53801 0.27776-0.0342 0.0326-0.16694 0.14802-0.29742 0.25586-0.18834 0.15566-0.42772 0.44798-0.69985 0.82232-0.3214 0.44212-0.69395 1.0115-1.146 1.778-0.25391 0.4306-0.60385 1.0044-0.77856 1.275-0.1747 0.27066-0.3754 0.59128-0.44616 0.71296-0.2865 0.49266-1.2371 1.7895-1.9858 2.7097-0.63386 0.77903-1.8358 1.8953-2.2898 2.1258-0.0861 0.0437-0.23838 0.13284-0.33679 0.19901-0.22078 0.14843-0.62894 0.30939-1.1766 0.46583-0.46307 0.13229-1.3315 0.56164-1.7037 0.842-0.6369 0.47971-2.0614 2.0149-2.655 2.8606-0.0923 0.13155-0.23401 0.31002-0.31492 0.39804-0.0808 0.0881-0.18581 0.21375-0.23401 0.27775-0.054 0.0717-0.23394 0.17599-0.46802 0.27118-0.20915 0.0851-0.56149 0.23455-0.78295 0.33243-0.22145 0.0979-0.83567 0.34355-1.3647 0.54675s-1.1741 0.46738-1.4325 0.58612c-0.25836 0.11873-0.62984 0.27521-0.82668 0.34773-0.54703 0.20151-1.7145 0.6709-1.8961 0.76325-0.089 0.0453-0.78562 0.32903-1.5484 0.62767-0.76275 0.29866-1.5388 0.61149-1.7234 0.69766-0.18453 0.0863-0.57737 0.25394-0.87262 0.37179-0.7091 0.28307-0.71399 0.31356-0.1334 0.69547 0.20216 0.13297 0.91089 0.6413 1.6052 1.1525 0.14495 0.10672 0.39727 0.28675 0.55987 0.39804 0.16262 0.1113 0.48577 0.34201 0.71953 0.51394 0.23374 0.17191 0.51078 0.36799 0.61454 0.43522 0.17146 0.11108 0.87556 0.61616 1.5506 1.1132 0.14496 0.10672 0.39726 0.28658 0.55987 0.39803 0.27551 0.18882 0.87774 0.6221 1.4981 1.0782 0.50347 0.37016 1.0156 0.70858 1.0716 0.70858 0.0574 0 0.7799-0.28064 0.91636-0.35648 0.16972-0.0942 0.5406-0.18937 0.83543-0.21214 0.0477-4e-3 0.10032 0.0159 0.14435 0.0153 0.17561-2e-3 0.32838 1.9e-4 0.57299 0.0613 0.63837 0.15941 0.82928 0.28052 1.4128 0.88574 0.45239 0.46922 0.58372 0.64305 1.0607 1.4128 0.59745 0.96416 0.83527 1.4148 1.0585 1.9945 0.0812 0.21092 0.29332 0.68506 0.4702 1.0541 0.17686 0.36909 0.40746 0.90239 0.51395 1.1854s0.28886 0.7258 0.4046 0.98415c0.11573 0.25835 0.34798 0.81285 0.51612 1.2335 0.16814 0.4206 0.37562 0.91824 0.46146 1.1066 0.11085 0.24337 0.18093 0.34354 0.23838 0.34336 0.10392-3.6e-4 0.75944-0.15778 1.1132-0.26681 0.26628-0.0821 1.0836-0.48064 1.7627-0.8595 0.18455-0.10291 0.53729-0.34558 0.78295-0.54018 0.51198-0.40556 1.907-1.6473 2.0514-1.8262 0.0532-0.0659 0.36767-0.42005 0.69983-0.78733 0.33218-0.36727 0.85594-0.95838 1.1635-1.3122 0.30757-0.35379 0.71123-0.81504 0.89667-1.0257 0.18543-0.21065 0.54099-0.62326 0.78951-0.91853 0.61687-0.73293 1.9528-2.042 2.4954-2.4429 0.98927-0.73077 1.6352-1.0486 2.4298-1.2007 0.59224-0.11336 1.0742-0.0705 1.754 0.15966 0.55422 0.18763 0.72297 0.27063 1.1416 0.55331 0.17223 0.11629 0.36875 0.24497 0.4374 0.2865 0.32691 0.19766 1.3404 1.0619 2.047 1.7474 1.5413 1.4953 3.073 2.7816 3.1821 2.6725 0.0473-0.0473-0.11753-0.45825-0.61237-1.5309-0.16458-0.35677-0.38622-0.88052-0.49207-1.1635-0.10581-0.28295-0.33708-0.85673-0.51393-1.275-0.17686-0.41829-0.40786-1.0016-0.51395-1.2969-0.10604-0.29527-0.3375-0.8786-0.51395-1.2969-0.17644-0.4183-0.42879-1.0421-0.55987-1.3866-0.13107-0.34446-0.37749-0.98958-0.54894-1.4325-0.35827-0.92547-1.1646-3.2359-2.4035-6.889-1.2341-3.6389-1.8362-5.3326-2.5413-7.158-0.60001-1.5535-1.72-3.8574-2.3204-4.772-0.42197-0.64282-1.2388-1.493-1.6402-1.708-0.17057-0.0914-0.37551-0.14644-0.58831-0.15965z" fill-opacity=".235"/> + <path d="m399.08 531.24c0.1756-2e-3 0.32786-1e-5 0.57248 0.061 0.63837 0.15942 0.83066 0.27979 1.4142 0.885 0.45239 0.46923 0.58275 0.64229 1.0597 1.412 0.59745 0.96417 0.8365 1.4148 1.0597 1.9945 0.0812 0.21092 0.29262 0.68567 0.46949 1.0548 0.17687 0.36908 0.40846 0.90249 0.51495 1.1854 0.10648 0.28296 0.28842 0.72609 0.40415 0.98444 0.11574 0.25835 0.34823 0.81385 0.51637 1.2345 0.16814 0.42061 0.37585 0.91823 0.46168 1.1066 0.11086 0.24336 0.17908 0.34253 0.23653 0.34235 0.10391-3.6e-4 0.76137-0.15732 1.1151-0.26635 0.26628-0.0821 1.0831-0.48059 1.7622-0.85944 0.18455-0.1029 0.53636-0.34593 0.78202-0.54053 0.51198-0.40555 1.9069-1.648 2.0513-1.8268 0.0533-0.0659 0.36888-0.42042 0.70105-0.78769 0.33217-0.36728 0.85516-0.95667 1.1627-1.3105s0.71093-0.81569 0.89638-1.0264c0.18543-0.21065 0.5406-0.62454 0.78911-0.9198 0.61687-0.73293 1.954-2.0404 2.4966-2.4412 0.98927-0.73077 1.6338-1.0497 2.4284-1.2018 0.59225-0.11336 1.0761-0.0689 1.7558 0.16123 0.55422 0.18764 0.72206 0.2685 1.1407 0.55117 0.17223 0.1163 0.36888 0.24544 0.43752 0.28696 0.32692 0.19766 1.3397 1.0632 2.0463 1.7487 1.5413 1.4953 3.073 2.7818 3.182 2.6728 0.0473-0.0473-0.11744-0.45942-0.61226-1.5321-0.16459-0.35677-0.38566-0.88047-0.49151-1.1634-0.10581-0.28296-0.33739-0.85666-0.51424-1.275s-0.40814-1.0017-0.51424-1.297c-0.10604-0.29526-0.33709-0.87938-0.51353-1.2977-0.17645-0.41828-0.42863-1.042-0.5597-1.3865-0.13108-0.34447-0.37831-0.98901-0.54975-1.4319-0.35827-0.92548-1.1647-3.2365-2.4036-6.8897-1.2341-3.6389-1.8349-5.332-2.5399-7.1575-0.60002-1.5535-1.7201-3.857-2.3205-4.7716-0.42197-0.64282-1.2386-1.4938-1.64-1.7089-0.34113-0.18278-0.82325-0.2124-1.2203-0.076-0.28649 0.0984-0.42065 0.16776-0.53767 0.27915-0.0342 0.0326-0.16855 0.14714-0.29904 0.25499-0.18833 0.15566-0.42821 0.44745-0.70032 0.82179-0.10996 0.41264-0.17094 0.82196-0.29052 1.2345-0.56123 1.9364-1.2293 3.8684-2.0051 5.7674-0.77582 1.8991-1.6597 3.7653-2.6529 5.5707-0.49661 0.90273-1.0204 1.7906-1.5718 2.6593-0.55149 0.86873-1.1306 1.7186-1.7373 2.5463s-1.2412 1.6332-1.9035 2.4128c-0.66231 0.77963-1.3522 1.5328-2.0705 2.2573-0.58001 0.58507-1.1917 1.137-1.8084 1.682z" fill="#d5600f"/> + <path d="m399.08 531.24c0.61669-0.54497 1.2284-1.0969 1.8084-1.682 0.71824-0.72448 1.4082-1.4776 2.0705-2.2572 0.6623-0.77963 1.2968-1.5851 1.9035-2.4128 0.60672-0.82771 1.1858-1.6776 1.7373-2.5464 0.55148-0.86872 1.0752-1.7566 1.5718-2.6593 0.99322-1.8054 1.8771-3.6716 2.6529-5.5707 0.77583-1.8991 1.4439-3.8311 2.0051-5.7675 0.11958-0.4125 0.18061-0.82182 0.29052-1.2345-0.32141 0.44212-0.69293 1.0113-1.145 1.7778-0.25391 0.43059-0.60445 1.005-0.77917 1.2757-0.1747 0.27065-0.37529 0.59142-0.44605 0.71311-0.28651 0.49266-1.2365 1.7888-1.9852 2.709-0.63386 0.77902-1.8359 1.8947-2.2899 2.1252-0.0861 0.0437-0.23754 0.13342-0.33596 0.19959-0.22078 0.14842-0.62998 0.31091-1.1776 0.46736-0.46306 0.13229-1.331 0.56133-1.7032 0.84168-0.6369 0.47971-2.0614 2.0139-2.655 2.8596-0.0923 0.13154-0.23444 0.31115-0.31536 0.39917-0.0808 0.088-0.18618 0.213-0.23439 0.27701-0.0539 0.0716-0.23399 0.17543-0.46807 0.27061-0.20915 0.0851-0.56128 0.23454-0.78272 0.33242-0.22145 0.0979-0.83544 0.34441-1.3644 0.54762-0.52901 0.2032-1.1736 0.46654-1.4319 0.58527s-0.63063 0.27552-0.82748 0.34803c-0.54702 0.20153-1.7148 0.67191-1.8964 0.76426-0.089 0.0453-0.78562 0.32711-1.5484 0.62576-0.76275 0.29864-1.5379 0.61345-1.7224 0.69962-0.18454 0.0863-0.57697 0.25291-0.87222 0.37076-0.70909 0.28308-0.71483 0.31276-0.13424 0.69465 0.20216 0.13299 0.91087 0.64296 1.6052 1.1542 0.14496 0.10672 0.39709 0.28505 0.55969 0.39634 0.16263 0.1113 0.48647 0.34303 0.72024 0.51496 0.23374 0.17192 0.5099 0.36745 0.61367 0.43469 0.17146 0.11107 0.87621 0.61739 1.5512 1.1144 0.14495 0.10672 0.39709 0.28489 0.55969 0.39634 0.27552 0.18882 0.87905 0.62353 1.4994 1.0796 0.50346 0.37015 1.0151 0.70885 1.0711 0.70885 0.0575 0 0.7791-0.28215 0.91555-0.35798 0.16972-0.0942 0.54118-0.18819 0.836-0.21095 0.0478-4e-3 0.0994 0.0163 0.14348 0.0157z" fill="#6dd6cd"/> + <path d="m411.94 511.13c-1.4767 1.6662-6.6742 10.053-9.625 9.9771-3.4379-0.0882-12.606 4.4943-12.606 4.4943s0.82513 1.0241 1.9464 2.2964c0.0848 0.0611 0.15503 0.10916 0.22963 0.16402 0.23375 0.17192 0.51078 0.36799 0.61454 0.43521 0.17146 0.11108 0.87555 0.61616 1.5506 1.1132 0.14495 0.10672 0.39726 0.2866 0.55987 0.39804 0.27551 0.18883 0.87774 0.6221 1.4981 1.0782 0.50348 0.37017 1.0156 0.7086 1.0716 0.7086 0.0574 0 0.7799-0.28065 0.91636-0.35649 0.16972-0.0942 0.5406-0.18938 0.83543-0.21214 0.0477-4e-3 0.10031 0.0159 0.14434 0.0153 0.6167-0.54497 1.2286-1.0967 1.8086-1.6818 0.71824-0.72448 1.4066-1.4774 2.0689-2.257 0.6623-0.77963 1.2982-1.5846 1.9049-2.4123 0.60673-0.82771 1.185-1.6769 1.7365-2.5457 0.55149-0.86873 1.0758-1.7567 1.5724-2.6594 0.99323-1.8054 1.877-3.6734 2.6528-5.5725 0.40318-0.9869 0.77466-1.9824 1.1198-2.9831z" fill="url(#C)"/> + <path d="m409.28 517.52c-1.9651 0.90851-6.4461 2.8345-9.4128 3.3439-0.0861 0.0548-0.1409 0.1066-0.28212 0.16402-0.028 0.0114-0.0726 0.0303-0.10498 0.0438 2.8482 0.92241 4.6172 2.17 5.6665 3.403 0.50006-0.69847 0.9908-1.4034 1.4522-2.1301 0.55149-0.86873 1.0758-1.7567 1.5724-2.6594 0.39086-0.71047 0.75176-1.4376 1.1088-2.1651z" fill="url(#A)"/> + <path d="m415.29 505.67c-0.2128-0.0132-0.43354 0.0149-0.63204 0.0831-0.28649 0.0984-0.42098 0.16636-0.53801 0.27775-0.0342 0.0326-0.16694 0.14803-0.29742 0.25588-0.18834 0.15566-0.42773 0.44797-0.69985 0.82231-0.10996 0.41264-0.1713 0.82097-0.29087 1.2335-0.56123 1.9364-1.2296 3.868-2.0055 5.7671-0.77582 1.8991-1.6596 3.767-2.6528 5.5725-0.4966 0.90272-1.021 1.7907-1.5724 2.6594-0.55148 0.86873-1.1298 1.718-1.7365 2.5457-0.60672 0.8277-1.2426 1.6326-1.9049 2.4123-0.66231 0.77962-1.3507 1.5325-2.0689 2.257-0.58002 0.58508-1.192 1.1368-1.8086 1.6818 0.17562-2e-3 0.32839 1.9e-4 0.57299 0.0612 0.63838 0.15941 0.82929 0.28051 1.4128 0.88573 0.45238 0.46923 0.58371 0.64306 1.0607 1.4128 0.59745 0.96416 0.83528 1.4148 1.0585 1.9945 0.0812 0.21091 0.29333 0.68505 0.4702 1.0541 0.0513 0.10688 0.0927 0.21896 0.14872 0.34335 8.6822-6.2627 10.382-19.508 12.112-28.053-0.25789-0.49289-0.41499-1.1125-0.60293-1.3988-0.42198-0.64281 0.96493-1.493 0.56351-1.708-0.17056-0.0914-0.3755-0.14644-0.5883-0.15965z" fill="url(#9)"/> + <path d="m415.06 505.68c-0.13992 0.01-0.27933 0.032-0.40897 0.0766-0.28649 0.0984-0.42098 0.16636-0.53801 0.27775-0.0342 0.0326-0.16694 0.14803-0.29742 0.25588-0.18834 0.15566-0.42773 0.44797-0.69985 0.82231-0.10996 0.41264-0.1713 0.82097-0.29087 1.2335-0.56123 1.9364-1.2296 3.868-2.0055 5.7671-0.77582 1.8991-1.6596 3.767-2.6528 5.5725-0.4966 0.90272-1.021 1.7907-1.5724 2.6594-0.55148 0.86873-1.1298 1.718-1.7365 2.5457-0.60672 0.8277-1.2426 1.6326-1.9049 2.4123-0.66231 0.77962-1.3507 1.5325-2.0689 2.257-0.58002 0.58508-1.192 1.1368-1.8086 1.6818 0.17562-2e-3 0.32839 1.9e-4 0.57299 0.0612 0.4203 0.10496 0.65039 0.20585 0.92292 0.42647 0.14701-0.14182 0.2979-0.27915 0.44177-0.42428 0.80802-0.81505 1.5841-1.662 2.3292-2.5391 0.74507-0.87708 1.4585-1.7851 2.1411-2.7163 0.68257-0.93117 1.3347-1.8854 1.9552-2.8628 0.62043-0.97732 1.2084-1.9762 1.7671-2.9918 1.1174-2.0311 2.1125-4.1314 2.9853-6.2679 0.87281-2.1365 1.6256-4.3104 2.257-6.4888 0.13452-0.46408 0.20215-0.92452 0.32586-1.3887 0.10227-0.14069 0.19313-0.25189 0.2865-0.3696zm9.555 26.723c0.25268 0.22544 0.51194 0.4508 0.73482 0.66703 1.5413 1.4953 3.073 2.7816 3.1821 2.6725 0.0307-0.0307-0.0749-0.30557-0.25588-0.72608-0.76769-0.72237-1.7092-1.5296-2.0405-1.7299-0.0772-0.0467-0.29832-0.19284-0.49209-0.32367-0.4188-0.28278-0.65189-0.39205-1.1285-0.55987z" fill-opacity=".235"/> + <path d="m408.02 535.81c-1.2682-0.0367-2.7543 0.14897-4.4702 0.59923 0.0412 0.0891 0.0653 0.15355 0.10497 0.2362 0.17687 0.36909 0.40746 0.90239 0.51395 1.1854s0.28886 0.72579 0.4046 0.98416c0.11573 0.25834 0.34798 0.81284 0.51612 1.2334 0.16814 0.42062 0.37562 0.91825 0.46146 1.1066 0.11085 0.24336 0.18094 0.34354 0.23839 0.34336 0.10391-3.6e-4 0.75943-0.15777 1.1132-0.26682 0.26629-0.0821 1.0836-0.48063 1.7627-0.85948 0.18454-0.10291 0.53729-0.3456 0.78295-0.5402 0.51197-0.40554 1.907-1.6473 2.0514-1.8261 0.0532-0.0659 0.36767-0.42004 0.69984-0.78732 0.03-0.0331 0.0723-0.0817 0.10498-0.1181-1.0678-0.73837-2.4575-1.2375-4.2843-1.2903z" fill="url(#8)"/> + <path d="m415.29 505.67c-0.2128-0.0132-0.43354 0.0149-0.63204 0.0831-0.28649 0.0984-0.42098 0.16636-0.53801 0.27775-0.0342 0.0326-0.16694 0.14803-0.29742 0.25588-0.18834 0.15566-0.42773 0.44797-0.69985 0.82231-0.10996 0.41264-0.1713 0.82097-0.29087 1.2335-0.56123 1.9364-1.2296 3.868-2.0055 5.7671-0.77582 1.8991-1.6596 3.767-2.6528 5.5725-0.4966 0.90272-1.021 1.7907-1.5724 2.6594-0.55148 0.86873-1.1298 1.718-1.7365 2.5457-0.60672 0.8277-1.2426 1.6326-1.9049 2.4123-0.11518 0.13559-0.23525 0.26624-0.3521 0.40021 9.9246-3.5501 16.972-3.5446 21.962-1.9574-0.39901-1.0678-1.0608-2.9472-2.1892-6.2745-1.2341-3.6389-1.8362-5.3326-2.5413-7.158-0.60001-1.5535-1.72-3.8574-2.3204-4.772-0.42197-0.64281-1.2388-1.493-1.6402-1.708-0.17056-0.0914-0.3755-0.14644-0.5883-0.15965z" fill="url(#6)"/> + <path d="m415.29 505.67c-0.2128-0.0132-0.43354 0.0149-0.63204 0.0831-0.28649 0.0984-0.42098 0.16636-0.53801 0.27775-0.0342 0.0326-0.16694 0.14803-0.29742 0.25588-0.18834 0.15566-0.42773 0.44797-0.69985 0.82231-0.10996 0.41264-0.1713 0.82097-0.29087 1.2335-0.56123 1.9364-1.2296 3.868-2.0055 5.7671-0.77582 1.8991-1.6596 3.767-2.6528 5.5725-0.4966 0.90272-1.021 1.7907-1.5724 2.6594-0.14026 0.22094-0.29794 0.42889-0.44177 0.64735 17.276-10.936 13.158 5.4278 18.686 3.5276-0.0207-0.0536-0.0421-0.11029-0.0612-0.15966-0.35828-0.92547-1.1646-3.2359-2.4035-6.889-1.2341-3.6389-1.8362-5.3326-2.5413-7.158-0.60001-1.5535-1.72-3.8574-2.3204-4.772-0.42197-0.64281-1.2388-1.493-1.6402-1.708-0.17056-0.0914-0.3755-0.14644-0.5883-0.15965z" fill="url(#4)"/> + <path d="m415.29 505.67c-0.2128-0.0132-0.43354 0.0149-0.63204 0.0831-0.24981 0.0859-0.37771 0.15182-0.48551 0.24057 6.7988 9.32 7.7946 17.939 7.0181 24.337 0.16983 0.0361 0.34532 0.0827 0.54018 0.14871 0.55422 0.18764 0.72297 0.27065 1.1416 0.55331 0.17223 0.1163 0.36874 0.24498 0.4374 0.2865 0.3269 0.19767 1.3404 1.0619 2.047 1.7474 1.5413 1.4953 3.073 2.7816 3.1821 2.6725 0.0473-0.0473-0.11753-0.45825-0.61236-1.5309-0.16459-0.35678-0.38623-0.88053-0.49208-1.1635-0.10581-0.28296-0.33709-0.85673-0.51393-1.275-0.17686-0.41829-0.40785-1.0016-0.51395-1.2969-0.10604-0.29527-0.33751-0.8786-0.51395-1.2969-0.17645-0.41829-0.4288-1.0421-0.55987-1.3866-0.13108-0.34447-0.37749-0.98958-0.54893-1.4325-0.35828-0.92547-1.1646-3.2359-2.4035-6.889-1.2341-3.6389-1.8362-5.3326-2.5413-7.158-0.60001-1.5535-1.72-3.8574-2.3204-4.772-0.42197-0.64281-1.2388-1.493-1.6402-1.708-0.17056-0.0914-0.3755-0.14644-0.5883-0.15965z" fill="url(#2)"/> + <path d="m389.23 525.26c-0.0329 0.0134-0.0608 0.0269-0.0919 0.0394-0.7091 0.28307-0.71398 0.31356-0.1334 0.69547 0.20216 0.13298 0.91089 0.6413 1.6052 1.1525 0.14496 0.10672 0.39727 0.28675 0.55987 0.39804 0.16263 0.11131 0.48577 0.34202 0.71953 0.51394 0.23375 0.17192 0.51078 0.36799 0.61454 0.43521 0.17146 0.11108 0.87555 0.61616 1.5506 1.1132 0.14495 0.10672 0.39726 0.2866 0.55987 0.39804 0.27551 0.18883 0.87775 0.6221 1.4981 1.0782 0.50348 0.37017 1.0156 0.70859 1.0716 0.70859 0.0574 0 0.7799-0.28064 0.91636-0.35648 0.16972-0.0942 0.5406-0.18938 0.83543-0.21214 0.0477-4e-3 0.10031 0.0159 0.14434 0.0153 0.17562-2e-3 0.32839 1.9e-4 0.57299 0.0612 0.63838 0.15942 0.82929 0.28052 1.4128 0.88574 0.45238 0.46923 0.58371 0.64305 1.0607 1.4128 0.59745 0.96417 0.83528 1.4148 1.0585 1.9946 0.0812 0.21091 0.29333 0.68505 0.47021 1.0541 0.17686 0.36909 0.40745 0.90239 0.51394 1.1854s0.28886 0.72579 0.4046 0.98416c0.11573 0.25834 0.34798 0.81284 0.51612 1.2334 0.16814 0.42062 0.37562 0.91825 0.46146 1.1066 0.11085 0.24336 0.18094 0.34354 0.23839 0.34336 0.10391-3.6e-4 0.75943-0.15777 1.1132-0.26682 0.26629-0.0821 1.0836-0.48063 1.7627-0.85948 0.18454-0.10291 0.53729-0.3456 0.78295-0.5402 0.51197-0.40555 1.907-1.6473 2.0514-1.8261 0.0533-0.0659 0.36767-0.42004 0.69984-0.78732s0.85592-0.95839 1.1635-1.3122c0.30758-0.35379 0.71123-0.81504 0.89667-1.0257 0.18543-0.21066 0.541-0.62327 0.78951-0.91854 0.61687-0.73293 1.9528-2.042 2.4954-2.4429 0.98927-0.73076 1.6352-1.0486 2.4298-1.2007 0.59224-0.11336 1.0742-0.0705 1.754 0.15965 0.55422 0.18764 0.72297 0.27065 1.1416 0.55331 0.17223 0.1163 0.36874 0.24498 0.4374 0.2865 0.3269 0.19767 1.3404 1.0619 2.047 1.7474 1.5413 1.4953 3.073 2.7816 3.1821 2.6725 0.0394-0.0394-0.1201-0.43026-0.44396-1.1482-0.57911-0.42661-1.6443-1.3598-2.7381-2.421-0.70659-0.68551-1.7201-1.5497-2.047-1.7474-0.0687-0.0416-0.26517-0.1702-0.4374-0.2865-0.41865-0.28266-0.5874-0.36567-1.1416-0.55331-0.67975-0.23008-1.1617-0.273-1.754-0.15965-0.79461 0.15211-1.4405 0.4699-2.4298 1.2007-0.5426 0.40084-1.8785 1.71-2.4954 2.4429-0.24851 0.29527-0.60408 0.70788-0.78951 0.91854-0.18544 0.21066-0.58909 0.67191-0.89667 1.0257-0.30756 0.35381-0.83131 0.94492-1.1635 1.3122s-0.64654 0.72137-0.69984 0.78732c-0.14442 0.17885-1.5394 1.4206-2.0514 1.8261-0.24566 0.1946-0.59841 0.43729-0.78295 0.5402-0.67913 0.37885-1.4964 0.77741-1.7627 0.85948-0.35375 0.10905-1.0093 0.26646-1.1132 0.26682-0.0575 1.8e-4 -0.12754-0.1-0.23839-0.34336-0.0859-0.18838-0.29332-0.68601-0.46146-1.1066-0.16814-0.42061-0.40039-0.97512-0.51612-1.2335-0.11574-0.25836-0.29811-0.70119-0.4046-0.98415s-0.33708-0.81626-0.51394-1.1854c-0.17688-0.36907-0.38903-0.84322-0.47021-1.0541-0.22323-0.57973-0.46106-1.0304-1.0585-1.9946-0.47698-0.76975-0.60831-0.94358-1.0607-1.4128-0.58352-0.60522-0.77443-0.72632-1.4128-0.88574-0.2446-0.0611-0.39737-0.0634-0.57299-0.0612-0.044 5.6e-4 -0.0966-0.0186-0.14434-0.0153-0.29483 0.0227-0.66571 0.11786-0.83543 0.21214-0.13646 0.0758-0.85891 0.35649-0.91636 0.35649-0.056 0-0.56815-0.33843-1.0716-0.7086-0.62034-0.45609-1.2226-0.88936-1.4981-1.0782-0.16261-0.11143-0.41492-0.29132-0.55987-0.39803-0.67504-0.49703-1.3791-1.0021-1.5506-1.1132-0.10376-0.0672-0.38079-0.26329-0.61454-0.43521-0.23376-0.17192-0.5569-0.40263-0.71953-0.51394-0.1626-0.11129-0.41491-0.29132-0.55987-0.39804-0.5969-0.43949-1.0928-0.79212-1.38-0.9907z" fill="#0f0f0f" fill-opacity=".314"/> + <path d="m414.98 508.31c0 8.6574-1.7432 16.183-5.7278 22.83-2.0206 1.6536-1.9444 0.72252-1.5374 2.5632s9.9154-6.0504 10.454-6.058c0.48527-7e-3 1.7031 0.66333 2.2001-0.5555 0.64244-8.5875-2.0876-14.664-5.3888-18.78z" fill="url(#0)"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/languages/lexerOctave.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <defs> + <linearGradient id="linearGradient4265" x1="26" x2="26" y1="44" y2="4" gradientTransform="translate(0,-26)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#197cf1" offset="0"/> + <stop stop-color="#20bcfa" offset="1"/> + </linearGradient> + </defs> + <g transform="matrix(.49924 0 0 .5 -.99698 12)"> + <path d="m11.014-17.845c-6.2008 6.7385-4.698 19.296 3.3548 28.047 8.0527 8.7511 19.606 10.382 25.807 3.6436 6.2008-6.7385 4.7023-19.297-3.3505-28.048-8.0527-8.7511-19.611-10.382-25.812-3.6431zm5.6227 2.7992c4.8722-5.2947 13.83-4.1429 20.01 2.5729 6.18 6.7159 7.2398 16.451 2.3676 21.746-4.8722 5.2947-13.833 4.1455-20.013-2.5704-6.18-6.7159-7.2374-16.454-2.3653-21.748z" fill="url(#linearGradient4265)"/> + <rect x="33.498" y="-15.502" width="5.0034" height="5.0034" rx=".88521" ry=".88521" fill="#f4754e" stroke="#35383b" stroke-width=".99665"/> + <rect x="4.4954" y="-8.5046" width="12.009" height="12.009" rx="2.1247" ry="2.1247" fill="#f4754e" stroke="#35383b" stroke-width=".99087"/> + <rect x="36.499" y="7.4989" width="7.0022" height="7.0022" rx="1.2388" ry="1.2388" fill="#f4754e" stroke="#35383b" stroke-width=".99783"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/languages/lexerPHP.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <g transform="translate(-326 -534.36)"> + <path d="m338.88 535.36-5 19.692 1.25 0.30761 5-19.692zm-6.5576 3.75-4.9683 5.8057-0.34913 0.44434 0.34913 0.44434 4.9683 5.8057 0.93261-0.88622-4.5801-5.3638 4.5801-5.3638zm11.558 0a3.125 3.125 0 0 0-3.125 3.125v1.875h1.25v-1.875a1.875 1.875 0 0 1 1.875-1.875 1.875 1.875 0 0 1 1.875 1.875v3.125h-0.625a3.125 3.125 0 0 0-3.125 3.125v0.625h1.25v-0.625a1.875 1.875 0 0 1 1.875-1.875h1.25 0.625v-4.375a3.125 3.125 0 0 0-3.125-3.125zm-1.25 11.25a0.625 0.625 0 0 0-0.625 0.625 0.625 0.625 0 0 0 0.625 0.625 0.625 0.625 0 0 0 0.625-0.625 0.625 0.625 0 0 0-0.625-0.625z" color="#000000" fill="#a592ff" style="text-decoration-line:none;text-indent:0;text-transform:none"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/languages/lexerPOV.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <g transform="translate(0 -291.18)"> + <image x="1.0583" y="291.44" width="3.7042" height="5.2917" preserveAspectRatio="none" xlink:href="data:image/png;base64,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 QmCC "/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/languages/lexerPascal.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg"> + <g transform="translate(-326 -534.36)" fill="#e00a5e"> + <rect x="256.23" y="514.7" width="0" height="14.668"/> + <rect x="263.19" y="537.27" width="0" height="14.668"/> + <rect x="265" y="536.21" width="0" height="14.668"/> + <rect x="256.23" y="514.7" width="0" height="14.668"/> + <rect x="263.19" y="537.27" width="0" height="14.668"/> + <rect x="265" y="536.21" width="0" height="14.668"/> + <rect x="256.23" y="514.7" width="0" height="14.668"/> + <rect x="263.19" y="537.27" width="0" height="14.668"/> + <rect x="265" y="536.21" width="0" height="14.668"/> + <rect x="256.23" y="514.7" width="0" height="14.668"/> + <rect x="263.19" y="537.27" width="0" height="14.668"/> + <rect x="265" y="536.21" width="0" height="14.668"/> + <g transform="matrix(1.4615 0 0 1.4232 -154.81 -230.77)"> + <path transform="translate(326 534.36)" d="m9 3.9473v14.053h1v-7.3613c0.75804 0.86363 1.8509 1.3595 3 1.3613 2.2091 0 4-1.7909 4-4s-1.7909-4-4-4c-1.1491 2e-3 -2.242 0.4977-3 1.3613v-1.4141zm4 1.0527c1.6568 0 3 1.3432 3 3s-1.3432 3-3 3-3-1.3432-3-3 1.3432-3 3-3z"/> + <circle cx="331" cy="544.36" r="1" stroke-width="2"/> + </g> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/languages/lexerPerl.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg"> + <g transform="translate(-326 -534.36)"> + <rect x="273.38" y="518.48" width="0" height="14.668" fill="#04896a"/> + <rect x="280.34" y="541.05" width="0" height="14.668" fill="#16907d"/> + <rect x="282.16" y="539.99" width="0" height="14.668" fill="#6c7a89"/> + <path d="m332.53 555.19c-0.40334-0.10334-0.36274-0.21534 0.30229-0.82936 1.1452-1.0577 1.336-2.1114 1.01-5.5791-0.25992-2.7647-0.31823-2.9766-0.75573-2.7451-0.94667 0.50085-2.1296-0.145-3.4726-1.8962-0.66405-0.86585-0.72707-1.1194-0.61304-2.4687 0.0699-0.82702 0.21271-1.8254 0.31735-2.2186 0.1607-0.60351 0.10882-0.71451-0.33391-0.71451-0.28832 0-0.67333-0.17768-0.85554-0.39468-0.45884-0.54651 0.359-1.4245 1.327-1.4245 0.39365 0 0.86297-0.17533 1.043-0.38967 0.46467-0.55368 1.1753-0.48318 1.9731 0.19517 0.84812 0.72118 1.1369 2.3911 0.66034 3.8186-0.53866 1.6135-0.16452 1.7717 0.58903 0.24901 0.42167-0.85202 1.017-1.5952 1.5071-1.8814 0.44558-0.26017 1.0967-0.92202 1.447-1.4704 0.35025-0.54868 0.78949-1.094 0.97605-1.212 0.57275-0.36234 2.1486-0.86035 2.7354-0.86469 0.80044-0.0167 1.874 0.92069 2.0653 1.7819 0.0904 0.40684 0.57267 1.3662 1.0717 2.1319 0.49901 0.76586 0.90731 1.5264 0.90731 1.6902 0 0.16334 0.35488 0.73919 0.78863 1.2789 0.64957 0.80802 0.78666 1.2152 0.77759 2.3096-0.0124 1.501-0.83029 3.4144-1.1297 2.6431-0.0944-0.24334-0.0549-0.65835 0.0881-0.92236 0.29852-0.55151 0.0349-2.9981-0.28853-2.6784-0.22567 0.22317-0.37312 2.6099-0.30983 5.015 0.0822 3.1231-0.0715 6.0675-0.32052 6.146-0.63682 0.20017-0.91515-0.31901-0.65381-1.2199 0.39365-1.357 0.31274-4.9646-0.12416-5.5346-0.20182-0.26351-0.44495-0.93519-0.54026-1.493-0.0953-0.55768-0.27628-1.077-0.40213-1.1539-0.41439-0.25317-1.0398 1.3859-1.0398 2.7251 0 1.0482-0.1598 1.5325-0.78864 2.3909-0.88983 1.2144-0.95944 1.5739-0.3943 2.0376 0.44076 0.36168 0.5264 1.188 0.14711 1.4199-0.13596 0.0833-0.49085-0.10667-0.78862-0.42351-0.42105-0.44685-0.54143-0.48368-0.54143-0.16667 0 0.47534-0.97444 0.79752-1.5123 0.49984-0.28784-0.15834-0.21993-0.30067 0.30877-0.64318 0.94163-0.61002 0.85085-1.1104-0.40778-2.2477-0.98106-0.88652-1.0684-1.065-0.90758-1.854 0.50901-2.4969 0.50696-2.5622-0.0811-2.5622-0.38515 0-0.5545 0.16333-0.5545 0.53684 0 0.29518-0.13056 0.77785-0.29011 1.0727-0.28152 0.52002-0.36548 0.93819-1.0466 5.2121-0.33943 2.1299-0.42322 2.2112-1.8895 1.8337zm7.0582-4.5364c0.34141-0.65269 0.39098-1.2115 0.24461-2.7561-0.19452-2.052-0.33728-2.1236-0.906-0.45335-0.19468 0.57168-0.57371 1.3184-0.84228 1.6592-0.62555 0.79402-0.61427 1.0334 0.0832 1.7674 0.74667 0.78568 0.90876 0.76085 1.4204-0.21717z" fill="#22a7f0" stroke-width="1.6763"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/languages/lexerPostscript.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg"> + <g transform="translate(-326 -534.36)" fill="#f62459"> + <path d="m329.5 535.36v6.25h-2.5v10h5v3.75h10v-3.75h5v-10h-2.5v-6.25zm1.25 1.25h12.5v5h-1.25v-1.25h-10v1.25h-1.25zm1.25 1.25v1.25h10v-1.25zm-3.75 5h17.5v7.5h-2.5v-2.5h-12.5v2.5h-2.5zm12.5 1.25v1.25h3.75v-1.25zm-7.5 7.5h7.5v2.5h-7.5z" stroke-width="1.25"/> + <rect x="318.28" y="538.32" width="0" height="11"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/languages/lexerProperties.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg"> + <g transform="translate(-326 -534.36)"> + <g transform="matrix(1.25 0 0 1.25 -84.25 -136.34)" fill="#5fd38d"> + <rect x="329" y="537.36" width="8" height="1"/> + <rect x="329" y="541.36" width="16" height="1"/> + <rect x="329" y="548.36" width="16" height="1"/> + <rect x="329" y="545.36" width="8" height="1"/> + <rect x="329" y="552.36" width="12" height=".99998"/> + </g> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/languages/lexerPython.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg"> + <path d="m9.3333 1c-1.8467 0-3.3333 1.4867-3.3333 3.3333h5v1.6667h-6.6667c-1.8467 0-3.3333 1.4867-3.3333 3.3333v3.3333c0 1.8467 1.4867 3.3333 3.3333 3.3333v-1.6667c0-1.4812 0.64983-2.7937 1.6667-3.7077 0.00113-1e-3 0.00211-0.0023 0.00325-0.0032 0.22024-0.19762 0.45764-0.37623 0.70964-0.53385 0.00205-0.0013 0.00445-2e-3 0.00651-0.0033 0.24818-0.15476 0.50993-0.28704 0.7845-0.39715 0.049445-0.0194 0.10278-0.030962 0.15299-0.048825 0.23327-0.084875 0.47095-0.16243 0.71941-0.21159 0.31035-0.05985 0.6287-0.0944 0.95703-0.0944h6.6667v-5c0-1.8467-1.4866-3.3333-3.3333-3.3333zm0 0.83333c0.46167 0 0.83333 0.37167 0.83333 0.83333s-0.37167 0.83333-0.83333 0.83333-0.83333-0.37167-0.83333-0.83333 0.37167-0.83333 0.83333-0.83333zm8.3333 4.1667v1.6667c0 1.4812-0.65308 2.7969-1.6699 3.7109-0.22024 0.19763-0.45764 0.37622-0.70964 0.53385-2e-3 0.0013-0.0045 2e-3 -0.0065 0.0033-0.24818 0.15475-0.50993 0.28703-0.7845 0.39714-0.04945 0.0194-0.10279 0.03098-0.153 0.04883-0.23328 0.08488-0.47096 0.16244-0.71941 0.21159-0.31035 0.05985-0.6287 0.0944-0.95703 0.0944h-6.6667v5c0 1.8466 1.4866 3.3333 3.3333 3.3333h3.3333c1.8467 5e-6 3.3333-1.4867 3.3333-3.3333h-5v-1.6667h6.6667c1.8467 0 3.3333-1.4867 3.3333-3.3333v-3.3333c0-1.8467-1.4867-3.3333-3.3333-3.3333zm-5 12.5c0.46167 0 0.83333 0.37167 0.83333 0.83333 0 0.46167-0.37167 0.83333-0.83333 0.83333-0.46167 0-0.83333-0.37167-0.83333-0.83333 0-0.46167 0.37167-0.83333 0.83333-0.83333z" fill="#f59e16" stroke-width="1.6667"/> + <path d="m3.6449 15.905c-1.0799-0.23814-1.9515-0.96024-2.3667-1.9609-0.23798-0.57353-0.2435-0.6405-0.2435-2.9573 0-2.4426-4.382e-4 -2.4387 0.35679-3.1674 0.15485-0.31587 0.27272-0.47309 0.59404-0.79237 0.61042-0.60654 1.1535-0.87745 1.9611-0.97826 0.24461-0.030533 1.6685-0.0493 3.7405-0.0493h3.3455v-1.678h-5.025l0.020892-0.19809c0.043445-0.41194 0.12282-0.76663 0.2315-1.0344 0.28459-0.70131 0.91079-1.3795 1.5731-1.7036 0.70139-0.34329 0.70088-0.34322 2.9604-0.36191 1.3056-0.010799 2.1368 0.00118 2.3472 0.033828 0.74508 0.1156 1.36 0.42821 1.8771 0.95435 0.38217 0.3888 0.62886 0.78959 0.80494 1.3078l0.12671 0.37288 0.02794 5.6165-3.4628 2.797e-4c-3.7992 2.8e-4 -3.9821 0.010868-4.7579 0.27498-1.6385 0.55781-2.833 1.853-3.3061 3.5847-0.084508 0.30932-0.10069 0.52546-0.11839 1.5818l-0.020511 1.2235-0.19356-0.0037c-0.10646-2e-3 -0.31941-0.03146-0.47322-0.06537zm5.9786-12.448c0.23032-0.096235 0.37788-0.23824 0.48202-0.46388 0.10874-0.23561 0.10887-0.41585 4.85e-4 -0.65447-0.22285-0.4906-0.79509-0.6686-1.2228-0.38036-0.57245 0.38577-0.50672 1.1986 0.11993 1.4832 0.23169 0.10524 0.39574 0.10933 0.62037 0.015472z" fill="#59f" stroke="#59f" stroke-width=".18644"/> + <path d="m3.8769 16.021c-1.2932-0.19009-2.3276-1.0581-2.7783-2.3311-0.10462-0.29556-0.10766-0.35367-0.12435-2.3767-0.02134-2.5866-0.0035742-2.7756 0.32413-3.4486 0.20725-0.42558 0.2898-0.53952 0.64158-0.88559 0.46207-0.45457 0.84593-0.697 1.3787-0.87072 0.35486-0.11571 0.44157-0.12338 1.7945-0.15867 0.78189-0.020394 2.4127-0.038555 3.6239-0.040356l2.2023-0.00327v-1.4915h-5.017l0.039441-0.33792c0.082337-0.70546 0.25768-1.1849 0.61798-1.6898 0.42952-0.60191 1.1146-1.096 1.8194-1.3123 0.25572-0.078458 0.47917-0.085803 2.6102-0.085803h2.3305l0.37288 0.12699c0.53022 0.18057 0.9215 0.42591 1.3262 0.83156 0.39706 0.398 0.6012 0.71448 0.81882 1.2694l0.14988 0.38221 0.05924 5.803h-3.4512c-2.1311 0-3.6243 0.01902-3.9038 0.049728-1.8332 0.20141-3.4435 1.5466-4.0833 3.4109-0.16642 0.48492-0.2114 0.87998-0.21359 1.8762-0.00101 0.46144-0.015071 0.9491-0.031236 1.0837-0.032921 0.27408-0.022253 0.2699-0.50691 0.19866zm5.8238-12.697c0.22793-0.13357 0.39978-0.41605 0.39978-0.65711 0-0.38236-0.38671-0.76907-0.76907-0.76907-0.37964 0-0.76907 0.38942-0.76907 0.76907 0 0.22876 0.1764 0.52469 0.38858 0.65187 0.25028 0.15002 0.49975 0.15176 0.74977 0.00524z" fill="#59f" stroke="#59f" stroke-width=".18644"/> + <path d="m8.4791 20.868c-1.1305-0.3003-2.0097-1.1819-2.3497-2.3563-0.10661-0.36823-0.10735-0.38954-0.10735-3.0975v-2.7267l3.7521-0.0245c4.0868-0.02668 3.7551-0.0052 4.6099-0.299 0.68486-0.23541 1.3543-0.67684 1.9039-1.2554 0.75974-0.7998 1.219-1.7686 1.3618-2.8724 0.02487-0.19227 0.04587-0.77332 0.04666-1.2912l0.0014-0.94166 0.2447 0.025284c1.4235 0.14709 2.5831 1.1278 2.928 2.4764 0.0826 0.32295 0.09004 0.52992 0.09004 2.5022 0 2.3009-0.0047 2.3571-0.24808 2.9596-0.38832 0.96139-1.3874 1.7661-2.4289 1.9562-0.18272 0.03336-1.4679 0.0505-3.7871 0.0505h-3.5105v1.7246h4.9873v0.15458c0 0.69752-0.41873 1.6179-0.98356 2.1619-0.43106 0.41516-0.71671 0.5953-1.2587 0.79375l-0.34464 0.1262-2.2839 0.0118c-2.1321 0.01102-2.3065 0.0058-2.6234-0.07838zm4.5484-0.76527c0.14329-0.07486 0.34581-0.28173 0.42313-0.43224 0.07192-0.13999 0.06565-0.49923-0.01187-0.68041-0.23374-0.54628-0.98118-0.67393-1.3894-0.23729-0.15562 0.16644-0.22436 0.34315-0.22436 0.57672 0 0.33492 0.19378 0.64097 0.48941 0.77292 0.18463 0.08241 0.55566 0.08257 0.71312 3.26e-4z" fill="#fd5" stroke="#fd5" stroke-width=".18644"/> + <text transform="scale(1.0362 .96506)" x="0.27806708" y="11.398298" fill="#fff6d5" font-family="sans-serif" font-size="14.312px" letter-spacing="0px" stroke-width=".35781" word-spacing="0px" style="line-height:1.25" xml:space="preserve"><tspan x="0.27806708" y="11.398298" fill="#fff6d5" stroke-width=".35781">2</tspan></text> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/languages/lexerPython3.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg"> + <path d="m9.3333 1c-1.8467 0-3.3333 1.4867-3.3333 3.3333h5v1.6667h-6.6667c-1.8467 0-3.3333 1.4867-3.3333 3.3333v3.3333c0 1.8467 1.4867 3.3333 3.3333 3.3333v-1.6667c0-1.4812 0.64983-2.7937 1.6667-3.7077 0.00113-1e-3 0.00211-0.0023 0.00325-0.0032 0.22024-0.19762 0.45764-0.37623 0.70964-0.53385 0.00205-0.0013 0.00445-2e-3 0.00651-0.0033 0.24818-0.15476 0.50993-0.28704 0.7845-0.39715 0.049445-0.0194 0.10278-0.030962 0.15299-0.048825 0.23327-0.084875 0.47095-0.16243 0.71941-0.21159 0.31035-0.05985 0.6287-0.0944 0.95703-0.0944h6.6667v-5c0-1.8467-1.4866-3.3333-3.3333-3.3333zm0 0.83333c0.46167 0 0.83333 0.37167 0.83333 0.83333s-0.37167 0.83333-0.83333 0.83333-0.83333-0.37167-0.83333-0.83333 0.37167-0.83333 0.83333-0.83333zm8.3333 4.1667v1.6667c0 1.4812-0.65308 2.7969-1.6699 3.7109-0.22024 0.19763-0.45764 0.37622-0.70964 0.53385-2e-3 0.0013-0.0045 2e-3 -0.0065 0.0033-0.24818 0.15475-0.50993 0.28703-0.7845 0.39714-0.04945 0.0194-0.10279 0.03098-0.153 0.04883-0.23328 0.08488-0.47096 0.16244-0.71941 0.21159-0.31035 0.05985-0.6287 0.0944-0.95703 0.0944h-6.6667v5c0 1.8466 1.4866 3.3333 3.3333 3.3333h3.3333c1.8467 5e-6 3.3333-1.4867 3.3333-3.3333h-5v-1.6667h6.6667c1.8467 0 3.3333-1.4867 3.3333-3.3333v-3.3333c0-1.8467-1.4867-3.3333-3.3333-3.3333zm-5 12.5c0.46167 0 0.83333 0.37167 0.83333 0.83333 0 0.46167-0.37167 0.83333-0.83333 0.83333-0.46167 0-0.83333-0.37167-0.83333-0.83333 0-0.46167 0.37167-0.83333 0.83333-0.83333z" fill="#f59e16" stroke-width="1.6667"/> + <path d="m3.6449 15.905c-1.0799-0.23814-1.9515-0.96024-2.3667-1.9609-0.23798-0.57353-0.2435-0.6405-0.2435-2.9573 0-2.4426-4.382e-4 -2.4387 0.35679-3.1674 0.15485-0.31587 0.27272-0.47309 0.59404-0.79237 0.61042-0.60654 1.1535-0.87745 1.9611-0.97826 0.24461-0.030533 1.6685-0.0493 3.7405-0.0493h3.3455v-1.678h-5.025l0.020892-0.19809c0.043445-0.41194 0.12282-0.76663 0.2315-1.0344 0.28459-0.70131 0.91079-1.3795 1.5731-1.7036 0.70139-0.34329 0.70088-0.34322 2.9604-0.36191 1.3056-0.010799 2.1368 0.00118 2.3472 0.033828 0.74508 0.1156 1.36 0.42821 1.8771 0.95435 0.38217 0.3888 0.62886 0.78959 0.80494 1.3078l0.12671 0.37288 0.02794 5.6165-3.4628 2.797e-4c-3.7992 2.8e-4 -3.9821 0.010868-4.7579 0.27498-1.6385 0.55781-2.833 1.853-3.3061 3.5847-0.084508 0.30932-0.10069 0.52546-0.11839 1.5818l-0.020511 1.2235-0.19356-0.0037c-0.10646-2e-3 -0.31941-0.03146-0.47322-0.06537zm5.9786-12.448c0.23032-0.096235 0.37788-0.23824 0.48202-0.46388 0.10874-0.23561 0.10887-0.41585 4.85e-4 -0.65447-0.22285-0.4906-0.79509-0.6686-1.2228-0.38036-0.57245 0.38577-0.50672 1.1986 0.11993 1.4832 0.23169 0.10524 0.39574 0.10933 0.62037 0.015472z" fill="#59f" stroke="#59f" stroke-width=".18644"/> + <path d="m3.8769 16.021c-1.2932-0.19009-2.3276-1.0581-2.7783-2.3311-0.10462-0.29556-0.10766-0.35367-0.12435-2.3767-0.02134-2.5866-0.0035742-2.7756 0.32413-3.4486 0.20725-0.42558 0.2898-0.53952 0.64158-0.88559 0.46207-0.45457 0.84593-0.697 1.3787-0.87072 0.35486-0.11571 0.44157-0.12338 1.7945-0.15867 0.78189-0.020394 2.4127-0.038555 3.6239-0.040356l2.2023-0.00327v-1.4915h-5.017l0.039441-0.33792c0.082337-0.70546 0.25768-1.1849 0.61798-1.6898 0.42952-0.60191 1.1146-1.096 1.8194-1.3123 0.25572-0.078458 0.47917-0.085803 2.6102-0.085803h2.3305l0.37288 0.12699c0.53022 0.18057 0.9215 0.42591 1.3262 0.83156 0.39706 0.398 0.6012 0.71448 0.81882 1.2694l0.14988 0.38221 0.05924 5.803h-3.4512c-2.1311 0-3.6243 0.01902-3.9038 0.049728-1.8332 0.20141-3.4435 1.5466-4.0833 3.4109-0.16642 0.48492-0.2114 0.87998-0.21359 1.8762-0.00101 0.46144-0.015071 0.9491-0.031236 1.0837-0.032921 0.27408-0.022253 0.2699-0.50691 0.19866zm5.8238-12.697c0.22793-0.13357 0.39978-0.41605 0.39978-0.65711 0-0.38236-0.38671-0.76907-0.76907-0.76907-0.37964 0-0.76907 0.38942-0.76907 0.76907 0 0.22876 0.1764 0.52469 0.38858 0.65187 0.25028 0.15002 0.49975 0.15176 0.74977 0.00524z" fill="#59f" stroke="#59f" stroke-width=".18644"/> + <path d="m8.4791 20.868c-1.1305-0.3003-2.0097-1.1819-2.3497-2.3563-0.10661-0.36823-0.10735-0.38954-0.10735-3.0975v-2.7267l3.7521-0.0245c4.0868-0.02668 3.7551-0.0052 4.6099-0.299 0.68486-0.23541 1.3543-0.67684 1.9039-1.2554 0.75974-0.7998 1.219-1.7686 1.3618-2.8724 0.02487-0.19227 0.04587-0.77332 0.04666-1.2912l0.0014-0.94166 0.2447 0.025284c1.4235 0.14709 2.5831 1.1278 2.928 2.4764 0.0826 0.32295 0.09004 0.52992 0.09004 2.5022 0 2.3009-0.0047 2.3571-0.24808 2.9596-0.38832 0.96139-1.3874 1.7661-2.4289 1.9562-0.18272 0.03336-1.4679 0.0505-3.7871 0.0505h-3.5105v1.7246h4.9873v0.15458c0 0.69752-0.41873 1.6179-0.98356 2.1619-0.43106 0.41516-0.71671 0.5953-1.2587 0.79375l-0.34464 0.1262-2.2839 0.0118c-2.1321 0.01102-2.3065 0.0058-2.6234-0.07838zm4.5484-0.76527c0.14329-0.07486 0.34581-0.28173 0.42313-0.43224 0.07192-0.13999 0.06565-0.49923-0.01187-0.68041-0.23374-0.54628-0.98118-0.67393-1.3894-0.23729-0.15562 0.16644-0.22436 0.34315-0.22436 0.57672 0 0.33492 0.19378 0.64097 0.48941 0.77292 0.18463 0.08241 0.55566 0.08257 0.71312 3.26e-4z" fill="#fd5" stroke="#fd5" stroke-width=".18644"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/languages/lexerRuby.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg"> + <g transform="translate(-326 -534.36)"> + <rect x="256.23" y="514.7" width="0" height="14.668" fill="#e00a5e"/> + <rect x="263.19" y="537.27" width="0" height="14.668" fill="#e00a5e"/> + <rect x="265" y="536.21" width="0" height="14.668" fill="#e00a5e"/> + <rect x="256.23" y="514.7" width="0" height="14.668" fill="#e00a5e"/> + <rect x="263.19" y="537.27" width="0" height="14.668" fill="#e00a5e"/> + <rect x="265" y="536.21" width="0" height="14.668" fill="#e00a5e"/> + <rect x="256.23" y="514.7" width="0" height="14.668" fill="#e00a5e"/> + <rect x="263.19" y="537.27" width="0" height="14.668" fill="#e00a5e"/> + <rect x="265" y="536.21" width="0" height="14.668" fill="#e00a5e"/> + <rect x="256.23" y="514.7" width="0" height="14.668" fill="#e00a5e"/> + <rect x="263.19" y="537.27" width="0" height="14.668" fill="#e00a5e"/> + <rect x="265" y="536.21" width="0" height="14.668" fill="#e00a5e"/> + <path d="m333.88 535.36v2.5h1.25v-2.5zm5 0v2.5h1.25v-2.5zm-9.9243 1.3501-1.001 0.75195 1.5015 1.9995 0.99854-0.74951zm16.099 0-1.499 2.002 0.99853 0.74951 1.5015-1.9995zm-13.049 2.3999-5 3.75 10 12.5 10-12.5-5-3.75zm0.41747 1.25h3.9575v1.875h-6.4575zm5.2075 0h3.9575l2.5 1.875h-6.4575zm-8.5254 3.125h7.2754v9.0942zm8.5254 0h7.2754l-7.2754 9.0942z" color="#000000" color-rendering="auto" fill="#e41616" fill-rule="evenodd" image-rendering="auto" shape-rendering="auto" stroke-width="1.25"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/languages/lexerSQL.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg"> + <g transform="translate(-326 -534.36)"> + <rect x="273.38" y="518.48" width="0" height="14.668" fill="#04896a"/> + <rect x="280.34" y="541.05" width="0" height="14.668" fill="#16907d"/> + <rect x="282.16" y="539.99" width="0" height="14.668" fill="#6c7a89"/> + <path d="m337 535.36a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 10 3.75 10 3.75 0 0 0 10-3.75v-12.5a10 3.75 0 0 0-10-3.75zm0 1.25a8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5 8.75 2.5 0 0 1 8.75-2.5zm8.75 4.3066v4.4434a8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5v-4.436a10 3.75 0 0 0 8.75 1.936 10 3.75 0 0 0 8.75-1.9434zm0 6.25v4.4434a8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5v-4.436a10 3.75 0 0 0 8.75 1.936 10 3.75 0 0 0 8.75-1.9434z" fill="#8e84fc" stroke-width="2.5"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/languages/lexerTCL.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg"> + <g transform="translate(-326 -534.36)"> + <rect x="256.23" y="514.7" width="0" height="14.668" fill="#6c7a89"/> + <rect x="263.19" y="537.27" width="0" height="14.668" fill="#6c7a89"/> + <rect x="265" y="536.21" width="0" height="14.668" fill="#6c7a89"/> + <rect x="256.23" y="514.7" width="0" height="14.668" fill="#6c7a89"/> + <rect x="263.19" y="537.27" width="0" height="14.668" fill="#6c7a89"/> + <rect x="265" y="536.21" width="0" height="14.668" fill="#6c7a89"/> + <rect x="256.23" y="514.7" width="0" height="14.668" fill="#6c7a89"/> + <rect x="263.19" y="537.27" width="0" height="14.668" fill="#6c7a89"/> + <rect x="265" y="536.21" width="0" height="14.668" fill="#6c7a89"/> + <rect x="256.23" y="514.7" width="0" height="14.668" fill="#6c7a89"/> + <rect x="263.19" y="537.27" width="0" height="14.668" fill="#6c7a89"/> + <rect x="265" y="536.21" width="0" height="14.668" fill="#6c7a89"/> + <path d="m328.09 535.36-1.0937 0.86496 6.7243 7.7065-6.7243 7.7065 1.0937 0.86496 7.4777-8.5714zm7.4777 18.571v1.4286h11.429v-1.4286z" color="#000000" color-rendering="auto" fill="#f27935" fill-rule="evenodd" image-rendering="auto" shape-rendering="auto" stroke-width="1.4286"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/languages/lexerTeX.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <path d="m1 1v1.25h20v-1.25zm7.5 3.3325v1.2817l5.3589 7.0532-5.3589 6.4111v1.9214h12.5v-5h-0.70557c0 0.9255 2e-3 1.87-0.81055 2.4243-0.89069 0.60816-2.0641 0.72266-3.0957 0.72266h-4.9121l4.7607-6.4795-4.7607-7.4097h2.7979c1.9848 0 4.8103-0.17856 5.5957 2.1411 0.13426 0.396 0.22256 1.9349 0.25635 2.3511h0.87402v-5.4175zm-7.5 1.6675v1.25h6.25v-1.25zm0 3.75v1.25h8.75v-1.25zm0 3.75v1.25h8.75v-1.25zm0 3.75v1.25h6.25v-1.25z" fill="#9378c5" stroke-width="1.25"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/languages/lexerVHDL.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,36 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg"> + <g transform="translate(0 -291.18)"> + <g transform="translate(-6.8792)" fill="none" stroke="#eff0f1"> + <rect x="8.167" y="292.47" width="3.2452" height="3.2452" stroke-width=".45896"/> + <g stroke-width=".25636"> + <path d="m8.4765 295.94-0.013938 0.78939"/> + <path d="m9.1365 295.94-0.013938 0.78939"/> + <path d="m9.7966 295.94-0.013938 0.78939"/> + <path d="m10.457 295.94-0.01394 0.78939"/> + <path d="m11.117 295.94-0.01393 0.78939"/> + </g> + <g transform="translate(-4.3735e-8 -4.4979)" stroke-width=".25636"> + <path d="m8.4765 295.94-0.013938 0.78939"/> + <path d="m9.1365 295.94-0.013938 0.78939"/> + <path d="m9.7966 295.94-0.013938 0.78939"/> + <path d="m10.457 295.94-0.01394 0.78939"/> + <path d="m11.117 295.94-0.01393 0.78939"/> + </g> + <g transform="rotate(-90 7.5407 296.34)" stroke-width=".25636"> + <path d="m8.4765 295.94-0.013938 0.78939"/> + <path d="m9.1365 295.94-0.013938 0.78939"/> + <path d="m9.7966 295.94-0.013938 0.78939"/> + <path d="m10.457 295.94-0.01394 0.78939"/> + <path d="m11.117 295.94-0.01393 0.78939"/> + </g> + <g transform="rotate(-90 9.7897 294.09)" stroke-width=".25636"> + <path d="m8.4765 295.94-0.013938 0.78939"/> + <path d="m9.1365 295.94-0.013938 0.78939"/> + <path d="m9.7966 295.94-0.013938 0.78939"/> + <path d="m10.457 295.94-0.01394 0.78939"/> + <path d="m11.117 295.94-0.01393 0.78939"/> + </g> + </g> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/languages/lexerXML.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <g transform="translate(-326 -534.36)"> + <rect x="256.23" y="514.7" width="0" height="14.668" fill="#cf000f"/> + <rect x="263.19" y="537.27" width="0" height="14.668" fill="#cf000f"/> + <rect x="265" y="536.21" width="0" height="14.668" fill="#cf000f"/> + <rect x="256.23" y="514.7" width="0" height="14.668" fill="#cf000f"/> + <rect x="263.19" y="537.27" width="0" height="14.668" fill="#cf000f"/> + <rect x="265" y="536.21" width="0" height="14.668" fill="#cf000f"/> + <rect x="256.23" y="514.7" width="0" height="14.668" fill="#cf000f"/> + <rect x="263.19" y="537.27" width="0" height="14.668" fill="#cf000f"/> + <rect x="265" y="536.21" width="0" height="14.668" fill="#cf000f"/> + <rect x="256.23" y="514.7" width="0" height="14.668" fill="#cf000f"/> + <rect x="263.19" y="537.27" width="0" height="14.668" fill="#cf000f"/> + <rect x="265" y="536.21" width="0" height="14.668" fill="#cf000f"/> + <rect x="273.38" y="518.48" width="0" height="14.668" fill="#cf000f"/> + <rect x="280.34" y="541.05" width="0" height="14.668" fill="#cf000f"/> + <rect x="282.16" y="539.99" width="0" height="14.668" fill="#cf000f"/> + <g transform="matrix(1.25 0 0 1.25 -365.86 -227.95)" fill="#cf8fe0"> + <path d="m563.79 610.65-4 15.754 1 0.24616 4-15.754z" color="#000000"/> + <path d="m566.03 613.65-0.74534 0.70967 3.6646 4.2903-3.6646 4.2903 0.74534 0.70968 3.9752-4.6452 0.27951-0.35485-0.27951-0.35483z" color="#000000"/> + <path d="m558.54 613.65 0.74534 0.70967-3.6646 4.2903 3.6646 4.2903-0.74534 0.70968-3.9752-4.6452-0.27951-0.35485 0.27951-0.35483z" color="#000000"/> + </g> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/languages/lexerYAML.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg"> + <g transform="translate(0 -291.18)"> + <text transform="scale(.99793 1.0021)" x="-8.8817842e-16" y="294.5368" fill="#f9d24c" font-family="sans-serif" font-size="2.9584px" letter-spacing="0px" stroke-width=".07396" word-spacing="0px" style="line-height:1.25" xml:space="preserve"><tspan x="-8.8817842e-16" y="294.5368" fill="#f9d24c" stroke-width=".07396">YML</tspan></text> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/linguist4.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <path d="m3.9088 0.5c-0.17884 0-0.39742 0.093061-0.52123 0.22024-0.71841 0.72277-1.4383 1.444-2.1613 2.1637-0.12534 0.12408-0.22622 0.34743-0.22622 0.53975v0.00155c0.00306 3.3331 0.00306 10.102 0.00306 10.176v0.39706h0.3913c0.07337 0 9.8514-0.0016 14.691 0.0016 0.19565 0 0.41729-0.10236 0.54416-0.22955l0.0016-0.0016c0.71074-0.71812 1.4246-1.4331 2.1414-2.145 0.13446-0.13494 0.2277-0.36604 0.2277-0.55526-0.003058-3.3238 0-10.171 0-10.171v-0.39706zm0.018342 0.79411h14.29c0 0.49787-3e-3 6.5716 0 9.7698-0.71535 0.71036-1.4292 1.4254-2.1384 2.1419-4.7125-0.0031-13.732-0.0031-14.293-0.0016 0-0.55526 0-6.5514-0.00306-9.762 0.71688-0.71341 1.4322-1.4284 2.1445-2.1481zm3.7617 1.5882c-0.12381 0-0.24609 0.00309-0.3699 0.00775-0.29959 0.012413-0.5946 0.063596-0.88349 0.1489-0.65421 0.19698-1.1449 0.59093-1.4307 1.2191-0.099355 0.21869-0.18342 0.44669-0.25068 0.67779-0.18495 0.63281-0.22317 1.2842-0.23081 1.9372-0.00459 0.44049 0.0214 0.87942 0.084069 1.3153 0.061141 0.40791 0.15591 0.80652 0.31641 1.1896 0.29042 0.68865 0.80095 1.1214 1.5194 1.3106 0.62517 0.16596 1.2565 0.18767 1.9076 0.09617 0.32711 0.5351 0.65727 1.0779 0.99202 1.627 0.39589-0.18613 0.77191-0.36139 1.1586-0.54286-0.31946-0.51493-0.6267-1.0128-0.93088-1.5045 0.13298-0.12098 0.26444-0.228 0.3806-0.34898 0.30112-0.32106 0.48302-0.70726 0.60224-1.1276 0.16967-0.60024 0.21247-1.2175 0.22775-1.8364 0.010701-0.47926-0.019872-0.95697-0.084069-1.4316-0.061141-0.44204-0.16661-0.87322-0.34698-1.2842-0.30724-0.69795-0.82999-1.1353-1.5652-1.3277-0.36226-0.09306-0.72758-0.12408-1.096-0.12563zm4.659 0.79411v1.5882h-0.78261v1.1912h0.78261v2.7794c0 0.30555 0.06266 0.64056 0.18342 0.92595 0.10088 0.24041 0.27055 0.40947 0.50747 0.51338 0.18037 0.07756 0.36838 0.11788 0.5625 0.13649 0.37143 0.03412 0.80248-0.02636 1.1678-0.09151 0.10394-0.01861 0.20635-0.04033 0.31794-0.06203-0.01069-0.32416-0.02752-0.75844-0.05349-1.0702-0.04128-0.00304-0.06266-0.00934-0.0856-0.00776-0.24456 0.00934-0.55333 0.048083-0.79789 0.052729-0.10547 0.00158-0.21247-0.00934-0.31641-0.031028-0.13145-0.027922-0.21858-0.11633-0.25526-0.24971-0.01376-0.055834-0.02905-0.11013-0.03211-0.16596-0.01681-0.20939-0.02293-0.53355-0.02446-0.74448-0.0046-0.75069 0-1.9853 0-1.9853h1.5652v-1.1912h-1.5652v-1.5882zm-4.6972 0.40481c0.23234 0 0.46315 0.027917 0.69395 0.085305 0.39895 0.099264 0.69701 0.31641 0.88043 0.65608 0.1605 0.29159 0.24915 0.60334 0.29042 0.9244 0.048915 0.38775 0.071838 0.7786 0.09324 1.0206-0.019872 0.67159-0.035154 1.1927-0.1819 1.703-0.030573 0.10857-0.068787 0.21559-0.11158 0.31951-0.16508 0.40946-0.49066 0.65918-0.95228 0.76775-0.4662 0.10857-0.93852 0.11011-1.4078 0.0030375-0.49219-0.11163-0.82388-0.38306-0.99813-0.81579-0.14062-0.35053-0.21552-0.71191-0.23539-1.0811-0.022926-0.41412-0.032098-0.82979-0.019871-1.2439 0.010699-0.44824 0.076427-0.89183 0.23692-1.3184 0.033628-0.088402 0.074898-0.17526 0.1177-0.25902 0.18342-0.35208 0.48913-0.57232 0.89878-0.67624 0.23081-0.057387 0.46315-0.085306 0.69548-0.085306z" fill="#eff0f1" stroke-width=".39417"/> + <path d="m21 12v6.5455l-2.5 2.4545v-2.4545h-7.5v-6.5455z" fill="#5fd38d"/> + <path d="m20.167 12.818h-8.3333v4.9091h8.3333z" fill="#5fd38d"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/linguist48.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="48" height="48" version="1.1" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg"> + <path d="m8.3994 2c-0.39344 0-0.87432 0.19974-1.1467 0.47272-1.5805 1.5513-3.1644 3.0993-4.755 4.6439-0.27575 0.26632-0.49769 0.74569-0.49769 1.1585v0.00322c0.00673 7.154 0.00673 21.682 0.00673 21.841v0.85233h0.86087c0.16141 0 21.673-0.0034 32.32 0.0034 0.43043 0 0.91804-0.21971 1.1971-0.49269l0.0035-0.0034c1.5637-1.5413 3.1341-3.076 4.7112-4.604 0.29582-0.28962 0.50094-0.78564 0.50094-1.1918-0.0067-7.134 0-21.831 0-21.831v-0.85222zm0.040352 1.7044h31.439c0 1.0686-0.0066 14.105 0 20.969-1.5738 1.5247-3.1442 3.0593-4.7045 4.5973-10.367-0.0067-30.211-0.0067-31.445-0.0034 0-1.1918 0-14.062-0.00673-20.953 1.5771-1.5312 3.1509-3.0659 4.718-4.6105zm8.2758 3.4089c-0.27238 0-0.54141 0.00665-0.81379 0.016742-0.6591 0.026636-1.3081 0.13651-1.9437 0.31959-1.4393 0.42278-2.5187 1.2683-3.1476 2.6166-0.21858 0.46939-0.40353 0.95875-0.55149 1.4548-0.4069 1.3582-0.49097 2.7564-0.50778 4.1579-0.010098 0.94543 0.04708 1.8875 0.18495 2.823 0.13451 0.87552 0.343 1.7311 0.69609 2.5533 0.63893 1.4781 1.7621 2.4069 3.3426 2.813 1.3754 0.3562 2.7642 0.40281 4.1967 0.20641 0.71963 1.1485 1.446 2.3136 2.1824 3.4921 0.87096-0.39949 1.6982-0.77567 2.549-1.1652-0.70282-1.1052-1.3787-2.1738-2.0479-3.2291 0.29256-0.25966 0.58176-0.48936 0.83733-0.74902 0.66247-0.6891 1.0626-1.518 1.3249-2.4202 0.37327-1.2883 0.46742-2.6133 0.50105-3.9415 0.02354-1.0287-0.04371-2.054-0.18495-3.0727-0.13451-0.94876-0.36654-1.8742-0.76335-2.7564-0.67592-1.4982-1.826-2.4369-3.4435-2.8497-0.79698-0.19974-1.6007-0.26632-2.4111-0.26965zm10.25 1.7044v3.4089h-1.7217v2.5567h1.7217v5.9655c0 0.65581 0.13785 1.3749 0.40353 1.9874 0.22193 0.51599 0.59521 0.87885 1.1164 1.1019 0.39681 0.16647 0.81043 0.253 1.2375 0.29295 0.81715 0.07323 1.7655-0.05658 2.5692-0.19641 0.22867-0.03994 0.45398-0.08656 0.69946-0.13314-0.02352-0.69576-0.06054-1.6279-0.11768-2.297-0.09082-0.0064-0.13785-0.01996-0.18832-0.01674-0.53804 0.01996-1.2173 0.1032-1.7554 0.11318-0.23203 0.0034-0.46743-0.01996-0.6961-0.0666-0.2892-0.05993-0.48087-0.24967-0.56158-0.53596-0.03027-0.11983-0.06391-0.23637-0.07064-0.3562-0.03698-0.44941-0.05045-1.1452-0.05381-1.5979-0.01012-1.6112 0-4.2611 0-4.2611h3.4435v-2.5567h-3.4435v-3.4089zm-10.334 0.86886c0.51114 0 1.0189 0.059926 1.5267 0.18308 0.87768 0.21305 1.5334 0.67912 1.937 1.4082 0.35309 0.62585 0.54813 1.295 0.63893 1.9841 0.10762 0.83225 0.15805 1.6712 0.20513 2.1905-0.04371 1.4415-0.07733 2.56-0.40017 3.6552-0.06725 0.23304-0.15134 0.46273-0.24548 0.68577-0.36318 0.87885-1.0794 1.4148-2.095 1.6478-1.0256 0.23304-2.0647 0.23634-3.0971 0.0064-1.0828-0.23951-1.8125-0.82209-2.1959-1.7509-0.30938-0.75235-0.47415-1.528-0.51787-2.3203-0.05044-0.88884-0.07062-1.781-0.04372-2.6698 0.02354-0.96208 0.16814-1.9142 0.52123-2.8296 0.07398-0.18974 0.16478-0.37617 0.25893-0.55594 0.40353-0.75568 1.0761-1.2284 1.9773-1.4514 0.50778-0.12318 1.0189-0.1831 1.5301-0.1831z" fill="#eff0f1" stroke-width=".85654"/> + <path d="m46 26.683v14.049l-5.5 5.2683v-5.2683h-16.5v-14.049z" fill="#5fd38d"/> + <path d="m44.167 28.439h-18.333v10.537h18.333z" fill="#5fd38d"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/linkConnect.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m20.116 1-4.375 4.375-1.875-1.875-9.1162 9.1162 1.875 1.875-5.625 5.625 0.88379 0.88379 5.625-5.625 1.875 1.875 9.1162-9.1162-1.875-1.875 4.375-4.375z" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/linkDisconnect.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + } + .ColorScheme-NegativeText { + color:#da4453; + }</style> + </defs> + <path class="ColorScheme-Text" d="m20.116 1-4.375 4.375-1.875-1.875-4.7412 4.7412 4.6338 4.6338 4.7412-4.7412-1.875-1.875 4.375-4.375zm-11.875 8.125-3.4912 3.4912 1.875 1.875-5.625 5.625 0.88379 0.88379 5.625-5.625 1.875 1.875 3.4912-3.4912-2.7588-2.7588z" color="#eff0f1" fill="currentColor"/> + <path class="ColorScheme-NegativeText" d="m14.834 14-0.83398 0.83398 1.666 1.666-1.666 1.666 0.83398 0.83398 1.666-1.666 1.666 1.666 0.83398-0.83398-1.666-1.666 1.666-1.666-0.83398-0.83398-1.666 1.666-1.666-1.666z" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/listBookmarks.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 352 352" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path d="m240 320v16h96v-16zm0-32v16h96v-16zm0-32v16h96v-16zm-96-240-42.667 85.333-85.333 21.333 64 64-21.333 85.333 85.333-42.667 85.333 42.667-21.333-85.333 64-64-85.333-21.333z" fill="#eff0f1"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/listSelection.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m1 1v1.25h20v-1.25zm0 2.5v1.25h11.25v-1.25zm0 5v1.25h20v-1.25zm0 2.5v1.25h12.5v-1.25zm0 5v1.25h20v-1.25zm0 2.5v1.25h16.25v-1.25zm17.5 1.25v1.25h2.5v-1.25z" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/loading.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#bebebe; + }</style> + </defs> + <path class="ColorScheme-Text" d="m1 9v4h4v-4zm8 0v4h4v-4zm8 0v4h4v-4z" color="#bebebe" fill="#eff0f1"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/localVariables.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path d="m2 1v20h11.571v-1.25h-10.286v-17.5h10.286v5h5.1429v7.5h1.2857v-8.7598l-5.1328-4.9902-0.01004 0.012207v-0.012207h-11.571z" fill="#eff0f1"/> + <path d="m13.571 20.401h5.8129v-5.6514" fill="none" stroke="#eff0f1" stroke-width="1.2142px"/> + <path class="ColorScheme-Text" d="m9.125 8s-3.125 7.5e-6 -3.125 3.125c0.62426-1.2485 1.221-1.4309 3.0908-1.4323-0.0075 6.8355-1.8393 6.8649-1.8408 7.9557 0.93802 0.72006 2.4038 0.32093 2.5114-1.0938l0.56315-6.8815 2.4902-0.0098-0.56478 6.9303c0 1.875 2.5 1.875 3.125 0l0.625-1.875c-0.625 1.25-2.4995 3.1254-2.4447 1.2174l0.52897-6.263 1.9157-0.0065v-1.6666z" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/logViewer.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,33 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg"> + <linearGradient id="b" x1="386.57" x2="386.57" y1="527.13" y2="504.91" gradientTransform="matrix(.71429 0 0 .70714 -276.55 -352.47)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#1d1e1e" offset="0"/> + <stop stop-color="#44484c" offset="1"/> + </linearGradient> + <linearGradient id="a" x1="-2" x2="-2" y1="30" y2="2" gradientTransform="matrix(.71429 0 0 .71429 -.42857 -.42857)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#c6cdd1" offset="0"/> + <stop stop-color="#e0e5e7" offset="1"/> + </linearGradient> + <rect x="1.9656" y="1.9656" width="18.069" height="18.069" fill="#232629" stroke="#eff0f1" stroke-width="1.9313"/> + <g transform="matrix(.8 0 0 .8 2.1835 2.2852)"> + <path d="m1 1v20h20v-20z" fill="url(#a)" stroke-width=".71429"/> + <path d="m1 4.5714h20v14.286h-20z" fill="url(#b)" stroke-width=".71429"/> + <path d="m1 1h20v2.8571h-20z" fill="#566069" stroke-width=".71429"/> + <path d="m1 3.8571h20v0.71429h-20z" fill="#3daee9" stroke-width=".71429"/> + <rect x="18.857" y="1.7143" width="1.4286" height="1.4286" rx=".71429" fill="#eff0f1" stroke-width=".71429"/> + <circle cx="4.9286" cy="14.929" r="2.5" fill="#eff0f1" stroke-width=".71429"/> + <circle cx="4.9286" cy="14.929" r="1.7857" fill="#3daefd" stroke-width=".71429"/> + <path d="m8.8571 7.4286h1.4286v0.71429h-1.4286zm2.1429 0h2.1429v0.71429h-2.1429z" fill="#da4453" stroke-width=".71429"/> + <path d="m15.286 7.4286h2.1429v0.71429h-2.1429zm0 1.4286h4.2857v0.71429h-4.2857zm2.8571-1.4286h1.4286v0.71429h-1.4286z" fill="#95a5a6" stroke-width=".71429"/> + <path d="m8.8571 8.8571h2.8571v0.71429h-2.8571zm3.5714 0h1.4286v0.71429h-1.4286z" fill="#bdc3c7" stroke-width=".71429"/> + <path d="m8.8571 13.857h1.4286v0.71429h-1.4286zm2.1429 0h2.1429v0.71429h-2.1429z" fill="#3daefd" stroke-width=".71429"/> + <path d="m15.286 13.857h2.8571v0.71429h-2.8571z" fill="#95a5a6" stroke-width=".71429"/> + <path d="m8.8571 15.286h2.1429v0.71429h-2.1429z" fill="#bdc3c7" stroke-width=".71429"/> + <path d="m15.286 15.286h2.1429v0.71429h-2.1429zm2.8571 0h0.71429v0.71429h-0.71429zm0.71429-1.4286h0.71429v0.71429h-0.71429z" fill="#95a5a6" stroke-width=".71429"/> + <g transform="matrix(.71429 0 0 .71429 -.42857 -.42857)" fill-rule="evenodd"> + <path d="m7.5 8.92-3.501 1.467s0.416 1.902 0.867 3c0.225 0.551 0.5 1.121 0.889 1.617s0.965 0.99 1.745 0.99 1.354-0.494 1.743-0.99 0.664-1.066 0.889-1.617c0.451-1.102 0.869-3 0.869-3z" fill="#eff0f1"/> + <path d="m5 11 2.5-1 2.5 1s-0.928 4-2.5 4-2.5-4-2.5-4" fill="#da4453"/> + </g> + <path d="m1 20.286h20v0.71429h-20z" fill="#99a1a7" stroke-width=".71429"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/mailSend.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m6.4545 4v0.875h12.306l-6.8519 6.595-5.4545-5.25v1.2373l2.7486 2.6472-2.7486 2.6455v1.2373l3.3913-3.2642 2.0632 1.9841 2.0632-1.9841 6.1186 5.8892v0.5127h-13.636v0.875h14.545v-14h-0.90909zm13.592 0.875h0.04439v10.5l-5.4759-5.2705zm-19.047 4.375v0.875h4.5455v-0.875zm1.8182 2.625v0.875h2.7273v-0.875z" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/makefile.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <g transform="matrix(1.6857 0 0 1.6686 -2.5294 -1731.6)" fill="#eff0f1"> + <path d="m9.592 1042.4c0.015-0.118 0.026-0.237 0.026-0.359 0-0.121-0.011-0.241-0.026-0.359l0.778-0.609c0.07-0.055 0.09-0.154 0.044-0.235l-0.736-1.274c-0.046-0.079-0.142-0.112-0.224-0.079l-0.916 0.37c-0.189-0.145-0.397-0.268-0.622-0.362l-0.138-0.975c-0.017-0.086-0.092-0.154-0.184-0.154h-1.471c-0.092 0-0.167 0.068-0.182 0.154l-0.138 0.975c-0.224 0.094-0.432 0.215-0.622 0.362l-0.916-0.37c-0.083-0.031-0.178 0-0.224 0.079l-0.736 1.274c-0.046 0.079-0.026 0.178 0.044 0.235l0.776 0.609c-0.015 0.118-0.026 0.237-0.026 0.359 0 0.121 0.011 0.241 0.026 0.359l-0.776 0.609c-0.07 0.055-0.09 0.155-0.044 0.235l0.736 1.274c0.046 0.079 0.142 0.112 0.224 0.079l0.916-0.37c0.189 0.145 0.397 0.268 0.622 0.362l0.138 0.975c0.015 0.086 0.09 0.155 0.182 0.155h1.471c0.092 0 0.167-0.068 0.182-0.155l0.138-0.975c0.224-0.094 0.432-0.215 0.622-0.362l0.916 0.37c0.083 0.031 0.178 0 0.224-0.079l0.736-1.274c0.046-0.079 0.026-0.178-0.044-0.235zm-2.732 0.929c-0.712 0-1.287-0.576-1.287-1.287 0-0.712 0.576-1.287 1.287-1.287 0.712 0 1.287 0.575 1.287 1.287s-0.576 1.287-1.287 1.287"/> + <path d="m11.697 1048.9c0.051-0.07 0.1-0.143 0.142-0.221 0.043-0.078 0.077-0.159 0.109-0.239l0.713-0.118c0.064-0.011 0.112-0.068 0.111-0.136l-0.026-1.077c-2e-3 -0.067-0.052-0.122-0.116-0.13l-0.718-0.084c-0.071-0.16-0.161-0.312-0.272-0.451l0.253-0.675c0.02-0.061-5e-3 -0.131-0.064-0.164l-0.945-0.516c-0.059-0.032-0.131-0.015-0.171 0.036l-0.43 0.578c-0.177-0.019-0.353-0.013-0.526 0.015l-0.459-0.559c-0.042-0.049-0.115-0.063-0.172-0.028l-0.92 0.561c-0.057 0.034-0.079 0.106-0.054 0.167l0.285 0.663c-0.051 0.07-0.1 0.143-0.142 0.222-0.043 0.078-0.077 0.159-0.109 0.239l-0.712 0.119c-0.064 0.011-0.112 0.068-0.111 0.136l0.026 1.077c1e-3 0.067 0.052 0.122 0.116 0.13l0.718 0.084c0.071 0.16 0.161 0.312 0.272 0.451l-0.253 0.675c-0.021 0.06 4e-3 0.131 0.063 0.163l0.945 0.516c0.059 0.032 0.131 0.015 0.171-0.035l0.43-0.578c0.177 0.019 0.353 0.014 0.526-0.015l0.459 0.559c0.042 0.049 0.115 0.063 0.172 0.028l0.92-0.561c0.057-0.034 0.079-0.106 0.054-0.167zm-2.082-0.362c-0.457-0.249-0.625-0.821-0.376-1.278 0.25-0.457 0.821-0.625 1.279-0.376 0.457 0.249 0.625 0.821 0.376 1.279-0.25 0.457-0.821 0.625-1.279 0.376"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/makefile48.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="48" height="48" version="1.1" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg"> + <g transform="matrix(3.7928 0 0 3.6709 -6.4411 -3809.7)" fill="#eff0f1"> + <path d="m9.592 1042.4c0.015-0.118 0.026-0.237 0.026-0.359 0-0.121-0.011-0.241-0.026-0.359l0.778-0.609c0.07-0.055 0.09-0.154 0.044-0.235l-0.736-1.274c-0.046-0.079-0.142-0.112-0.224-0.079l-0.916 0.37c-0.189-0.145-0.397-0.268-0.622-0.362l-0.138-0.975c-0.017-0.086-0.092-0.154-0.184-0.154h-1.471c-0.092 0-0.167 0.068-0.182 0.154l-0.138 0.975c-0.224 0.094-0.432 0.215-0.622 0.362l-0.916-0.37c-0.083-0.031-0.178 0-0.224 0.079l-0.736 1.274c-0.046 0.079-0.026 0.178 0.044 0.235l0.776 0.609c-0.015 0.118-0.026 0.237-0.026 0.359 0 0.121 0.011 0.241 0.026 0.359l-0.776 0.609c-0.07 0.055-0.09 0.155-0.044 0.235l0.736 1.274c0.046 0.079 0.142 0.112 0.224 0.079l0.916-0.37c0.189 0.145 0.397 0.268 0.622 0.362l0.138 0.975c0.015 0.086 0.09 0.155 0.182 0.155h1.471c0.092 0 0.167-0.068 0.182-0.155l0.138-0.975c0.224-0.094 0.432-0.215 0.622-0.362l0.916 0.37c0.083 0.031 0.178 0 0.224-0.079l0.736-1.274c0.046-0.079 0.026-0.178-0.044-0.235zm-2.732 0.929c-0.712 0-1.287-0.576-1.287-1.287 0-0.712 0.576-1.287 1.287-1.287 0.712 0 1.287 0.575 1.287 1.287s-0.576 1.287-1.287 1.287"/> + <path d="m11.697 1048.9c0.051-0.07 0.1-0.143 0.142-0.221 0.043-0.078 0.077-0.159 0.109-0.239l0.713-0.118c0.064-0.011 0.112-0.068 0.111-0.136l-0.026-1.077c-2e-3 -0.067-0.052-0.122-0.116-0.13l-0.718-0.084c-0.071-0.16-0.161-0.312-0.272-0.451l0.253-0.675c0.02-0.061-5e-3 -0.131-0.064-0.164l-0.945-0.516c-0.059-0.032-0.131-0.015-0.171 0.036l-0.43 0.578c-0.177-0.019-0.353-0.013-0.526 0.015l-0.459-0.559c-0.042-0.049-0.115-0.063-0.172-0.028l-0.92 0.561c-0.057 0.034-0.079 0.106-0.054 0.167l0.285 0.663c-0.051 0.07-0.1 0.143-0.142 0.222-0.043 0.078-0.077 0.159-0.109 0.239l-0.712 0.119c-0.064 0.011-0.112 0.068-0.111 0.136l0.026 1.077c1e-3 0.067 0.052 0.122 0.116 0.13l0.718 0.084c0.071 0.16 0.161 0.312 0.272 0.451l-0.253 0.675c-0.021 0.06 4e-3 0.131 0.063 0.163l0.945 0.516c0.059 0.032 0.131 0.015 0.171-0.035l0.43-0.578c0.177 0.019 0.353 0.014 0.526-0.015l0.459 0.559c0.042 0.049 0.115 0.063 0.172 0.028l0.92-0.561c0.057-0.034 0.079-0.106 0.054-0.167zm-2.082-0.362c-0.457-0.249-0.625-0.821-0.376-1.278 0.25-0.457 0.821-0.625 1.279-0.376 0.457 0.249 0.625 0.821 0.376 1.279-0.25 0.457-0.821 0.625-1.279 0.376"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/masterProject.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m3.5 1v2.5h-2.5v3.75h2.5v7.5h-2.5v3.75h2.5v2.5h17.5v-20zm1.25 1.25h15v2.5h-15v-1.25zm0 3.75h15v13.75h-15z" color="#eff0f1" fill="currentColor"/> + <path d="m17.122 8.0064-7.653 7.653-1.9108-1.9108-1.1784 1.1784 3.0762 3.0794 0.0097-0.01296 0.01296 0.01296 8.8216-8.8216-1.1784-1.1784" color="#eff0f1" fill="#87de87"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/mediaPlaybackPause.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m1 1v20h20v-20zm1.6667 1.6667h16.667v16.667h-16.667zm3.3333 3.3333v10h3.3333v-10zm6.6667 0v10h3.3333v-10z" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/mediaPlaybackStart.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m1 1v20h20v-20zm1.6667 1.6667h16.667v16.667h-16.667zm5 3.3333v10l6.6667-5z" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/method.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <g fill="#eff0f1"> + <path d="m2.25 2.25h17.5v6.25h-17.5v-6.25m-1.25-1.25v8.75h20v-8.75h-20" color="#eff0f1"/> + <path class="ColorScheme-Text" d="m4.4 11c-0.88362 0-1.6 0.74623-1.6 1.6667v2.5c0 0.23012-0.17909 0.41667-0.4 0.41667h-0.4v0.83333h0.4c0.22091 0 0.4 0.18654 0.4 0.41667v2.5c0 0.9205 0.71634 1.6667 1.6 1.6667h0.8v-0.83333h-0.8c-0.44183 0-0.8-0.37308-0.8-0.83333v-2.5c0-0.31875-0.11143-0.61252-0.3-0.83333 0.18857-0.22081 0.3-0.51458 0.3-0.83333v-2.5c0-0.46025 0.35822-0.83333 0.8-0.83333h0.8v-0.83333zm2.4 0v0.83333h0.8c0.44178 0 0.8 0.37308 0.8 0.83333v2.5c0 0.31875 0.11143 0.61252 0.3 0.83333-0.18857 0.22081-0.3 0.51458-0.3 0.83333v2.5c0 0.46025-0.35817 0.83333-0.8 0.83333h-0.8v0.83333h0.8c0.88366 0 1.6-0.74617 1.6-1.6667v-2.5c0-0.23012 0.17909-0.41667 0.4-0.41667h0.4v-0.83333h-0.4c-0.22091 0-0.4-0.18654-0.4-0.41667v-2.5c0-0.92044-0.71638-1.6667-1.6-1.6667z" color="#eff0f1"/> + <path class="ColorScheme-Text" d="m14.4 11c-0.88362 0-1.6 0.74623-1.6 1.6667v2.5c0 0.23012-0.17909 0.41667-0.4 0.41667h-0.4v0.83333h0.4c0.22092 0 0.4 0.18654 0.4 0.41667v2.5c0 0.9205 0.71634 1.6667 1.6 1.6667h0.8v-0.83333h-0.8c-0.44183 0-0.8-0.37308-0.8-0.83333v-2.5c0-0.31875-0.11143-0.61252-0.3-0.83333 0.18857-0.22081 0.3-0.51458 0.3-0.83333v-2.5c0-0.46025 0.35822-0.83333 0.8-0.83333h0.8v-0.83333zm2.4 0v0.83333h0.8c0.44178 0 0.8 0.37308 0.8 0.83333v2.5c0 0.31875 0.11143 0.61252 0.3 0.83333-0.18857 0.22081-0.3 0.51458-0.3 0.83333v2.5c0 0.46025-0.35817 0.83333-0.8 0.83333h-0.8v0.83333h0.8c0.88366 0 1.6-0.74617 1.6-1.6667v-2.5c0-0.23012 0.17909-0.41667 0.4-0.41667h0.4v-0.83333h-0.4c-0.22091 0-0.4-0.18654-0.4-0.41667v-2.5c0-0.92044-0.71638-1.6667-1.6-1.6667z" color="#eff0f1"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/method_class.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <g fill="#9de3f1"> + <path d="m2.25 2.25h17.5v6.25h-17.5v-6.25m-1.25-1.25v8.75h20v-8.75h-20" color="#eff0f1"/> + <path class="ColorScheme-Text" d="m4.4 11c-0.88362 0-1.6 0.74623-1.6 1.6667v2.5c0 0.23012-0.17909 0.41667-0.4 0.41667h-0.4v0.83333h0.4c0.22091 0 0.4 0.18654 0.4 0.41667v2.5c0 0.9205 0.71634 1.6667 1.6 1.6667h0.8v-0.83333h-0.8c-0.44183 0-0.8-0.37308-0.8-0.83333v-2.5c0-0.31875-0.11143-0.61252-0.3-0.83333 0.18857-0.22081 0.3-0.51458 0.3-0.83333v-2.5c0-0.46025 0.35822-0.83333 0.8-0.83333h0.8v-0.83333zm2.4 0v0.83333h0.8c0.44178 0 0.8 0.37308 0.8 0.83333v2.5c0 0.31875 0.11143 0.61252 0.3 0.83333-0.18857 0.22081-0.3 0.51458-0.3 0.83333v2.5c0 0.46025-0.35817 0.83333-0.8 0.83333h-0.8v0.83333h0.8c0.88366 0 1.6-0.74617 1.6-1.6667v-2.5c0-0.23012 0.17909-0.41667 0.4-0.41667h0.4v-0.83333h-0.4c-0.22091 0-0.4-0.18654-0.4-0.41667v-2.5c0-0.92044-0.71638-1.6667-1.6-1.6667z" color="#eff0f1"/> + <path class="ColorScheme-Text" d="m14.4 11c-0.88362 0-1.6 0.74623-1.6 1.6667v2.5c0 0.23012-0.17909 0.41667-0.4 0.41667h-0.4v0.83333h0.4c0.22092 0 0.4 0.18654 0.4 0.41667v2.5c0 0.9205 0.71634 1.6667 1.6 1.6667h0.8v-0.83333h-0.8c-0.44183 0-0.8-0.37308-0.8-0.83333v-2.5c0-0.31875-0.11143-0.61252-0.3-0.83333 0.18857-0.22081 0.3-0.51458 0.3-0.83333v-2.5c0-0.46025 0.35822-0.83333 0.8-0.83333h0.8v-0.83333zm2.4 0v0.83333h0.8c0.44178 0 0.8 0.37308 0.8 0.83333v2.5c0 0.31875 0.11143 0.61252 0.3 0.83333-0.18857 0.22081-0.3 0.51458-0.3 0.83333v2.5c0 0.46025-0.35817 0.83333-0.8 0.83333h-0.8v0.83333h0.8c0.88366 0 1.6-0.74617 1.6-1.6667v-2.5c0-0.23012 0.17909-0.41667 0.4-0.41667h0.4v-0.83333h-0.4c-0.22091 0-0.4-0.18654-0.4-0.41667v-2.5c0-0.92044-0.71638-1.6667-1.6-1.6667z" color="#eff0f1"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/method_private.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m4.4 11c-0.88362 0-1.6 0.74623-1.6 1.6667v2.5c0 0.23012-0.17909 0.41667-0.4 0.41667h-0.4v0.83333h0.4c0.22091 0 0.4 0.18654 0.4 0.41667v2.5c0 0.9205 0.71634 1.6667 1.6 1.6667h0.8v-0.83333h-0.8c-0.44183 0-0.8-0.37308-0.8-0.83333v-2.5c0-0.31875-0.11143-0.61252-0.3-0.83333 0.18857-0.22081 0.3-0.51458 0.3-0.83333v-2.5c0-0.46025 0.35822-0.83333 0.8-0.83333h0.8v-0.83333zm2.4 0v0.83333h0.8c0.44178 0 0.8 0.37308 0.8 0.83333v2.5c0 0.31875 0.11143 0.61252 0.3 0.83333-0.18857 0.22081-0.3 0.51458-0.3 0.83333v2.5c0 0.46025-0.35817 0.83333-0.8 0.83333h-0.8v0.83333h0.8c0.88366 0 1.6-0.74617 1.6-1.6667v-2.5c0-0.23012 0.17909-0.41667 0.4-0.41667h0.4v-0.83333h-0.4c-0.22091 0-0.4-0.18654-0.4-0.41667v-2.5c0-0.92044-0.71638-1.6667-1.6-1.6667z" color="#eff0f1" fill="currentColor"/> + <path class="ColorScheme-Text" d="m14.4 11c-0.88362 0-1.6 0.74623-1.6 1.6667v2.5c0 0.23012-0.17909 0.41667-0.4 0.41667h-0.4v0.83333h0.4c0.22092 0 0.4 0.18654 0.4 0.41667v2.5c0 0.9205 0.71634 1.6667 1.6 1.6667h0.8v-0.83333h-0.8c-0.44183 0-0.8-0.37308-0.8-0.83333v-2.5c0-0.31875-0.11143-0.61252-0.3-0.83333 0.18857-0.22081 0.3-0.51458 0.3-0.83333v-2.5c0-0.46025 0.35822-0.83333 0.8-0.83333h0.8v-0.83333zm2.4 0v0.83333h0.8c0.44178 0 0.8 0.37308 0.8 0.83333v2.5c0 0.31875 0.11143 0.61252 0.3 0.83333-0.18857 0.22081-0.3 0.51458-0.3 0.83333v2.5c0 0.46025-0.35817 0.83333-0.8 0.83333h-0.8v0.83333h0.8c0.88366 0 1.6-0.74617 1.6-1.6667v-2.5c0-0.23012 0.17909-0.41667 0.4-0.41667h0.4v-0.83333h-0.4c-0.22091 0-0.4-0.18654-0.4-0.41667v-2.5c0-0.92044-0.71638-1.6667-1.6-1.6667z" color="#eff0f1" fill="currentColor"/> + <g transform="matrix(.8 0 0 .66667 4.6 -691.24)"> + <path class="ColorScheme-Text" d="m8 1038.4c-1.662 0-3 1.338-3 3v3h-2v6h10v-6h-2v-3c0-1.662-1.338-3-3-3zm0 1c1.2465 0 2 0.5458 2 2v3h-4v-3c0-1.4542 0.75351-2 2-2zm-4 6h8v4h-8z" color="#eff0f1" fill="currentColor"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/method_protected.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <g fill="#eff0f1"> + <path class="ColorScheme-Text" d="m4.4 11c-0.88362 0-1.6 0.74623-1.6 1.6667v2.5c0 0.23012-0.17909 0.41667-0.4 0.41667h-0.4v0.83333h0.4c0.22091 0 0.4 0.18654 0.4 0.41667v2.5c0 0.9205 0.71634 1.6667 1.6 1.6667h0.8v-0.83333h-0.8c-0.44183 0-0.8-0.37308-0.8-0.83333v-2.5c0-0.31875-0.11143-0.61252-0.3-0.83333 0.18857-0.22081 0.3-0.51458 0.3-0.83333v-2.5c0-0.46025 0.35822-0.83333 0.8-0.83333h0.8v-0.83333zm2.4 0v0.83333h0.8c0.44178 0 0.8 0.37308 0.8 0.83333v2.5c0 0.31875 0.11143 0.61252 0.3 0.83333-0.18857 0.22081-0.3 0.51458-0.3 0.83333v2.5c0 0.46025-0.35817 0.83333-0.8 0.83333h-0.8v0.83333h0.8c0.88366 0 1.6-0.74617 1.6-1.6667v-2.5c0-0.23012 0.17909-0.41667 0.4-0.41667h0.4v-0.83333h-0.4c-0.22091 0-0.4-0.18654-0.4-0.41667v-2.5c0-0.92044-0.71638-1.6667-1.6-1.6667z" color="#eff0f1"/> + <path class="ColorScheme-Text" d="m14.4 11c-0.88362 0-1.6 0.74623-1.6 1.6667v2.5c0 0.23012-0.17909 0.41667-0.4 0.41667h-0.4v0.83333h0.4c0.22092 0 0.4 0.18654 0.4 0.41667v2.5c0 0.9205 0.71634 1.6667 1.6 1.6667h0.8v-0.83333h-0.8c-0.44183 0-0.8-0.37308-0.8-0.83333v-2.5c0-0.31875-0.11143-0.61252-0.3-0.83333 0.18857-0.22081 0.3-0.51458 0.3-0.83333v-2.5c0-0.46025 0.35822-0.83333 0.8-0.83333h0.8v-0.83333zm2.4 0v0.83333h0.8c0.44178 0 0.8 0.37308 0.8 0.83333v2.5c0 0.31875 0.11143 0.61252 0.3 0.83333-0.18857 0.22081-0.3 0.51458-0.3 0.83333v2.5c0 0.46025-0.35817 0.83333-0.8 0.83333h-0.8v0.83333h0.8c0.88366 0 1.6-0.74617 1.6-1.6667v-2.5c0-0.23012 0.17909-0.41667 0.4-0.41667h0.4v-0.83333h-0.4c-0.22091 0-0.4-0.18654-0.4-0.41667v-2.5c0-0.92044-0.71638-1.6667-1.6-1.6667z" color="#eff0f1"/> + <path class="ColorScheme-Text" d="m2 1v8h5.625v-3.5556h7.875v1.7778h1.125v-1.7778h1.125v1.7778h1.125v-1.7778h1.125v-0.88889h-12.375v-3.5556zm1.125 0.88889h3.375v6.2222h-3.375z" color="#eff0f1"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/method_static.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <g fill="#80ff80"> + <path d="m2.25 2.25h17.5v6.25h-17.5v-6.25m-1.25-1.25v8.75h20v-8.75h-20" color="#eff0f1"/> + <path class="ColorScheme-Text" d="m4.4 11c-0.88362 0-1.6 0.74623-1.6 1.6667v2.5c0 0.23012-0.17909 0.41667-0.4 0.41667h-0.4v0.83333h0.4c0.22091 0 0.4 0.18654 0.4 0.41667v2.5c0 0.9205 0.71634 1.6667 1.6 1.6667h0.8v-0.83333h-0.8c-0.44183 0-0.8-0.37308-0.8-0.83333v-2.5c0-0.31875-0.11143-0.61252-0.3-0.83333 0.18857-0.22081 0.3-0.51458 0.3-0.83333v-2.5c0-0.46025 0.35822-0.83333 0.8-0.83333h0.8v-0.83333zm2.4 0v0.83333h0.8c0.44178 0 0.8 0.37308 0.8 0.83333v2.5c0 0.31875 0.11143 0.61252 0.3 0.83333-0.18857 0.22081-0.3 0.51458-0.3 0.83333v2.5c0 0.46025-0.35817 0.83333-0.8 0.83333h-0.8v0.83333h0.8c0.88366 0 1.6-0.74617 1.6-1.6667v-2.5c0-0.23012 0.17909-0.41667 0.4-0.41667h0.4v-0.83333h-0.4c-0.22091 0-0.4-0.18654-0.4-0.41667v-2.5c0-0.92044-0.71638-1.6667-1.6-1.6667z" color="#eff0f1"/> + <path class="ColorScheme-Text" d="m14.4 11c-0.88362 0-1.6 0.74623-1.6 1.6667v2.5c0 0.23012-0.17909 0.41667-0.4 0.41667h-0.4v0.83333h0.4c0.22092 0 0.4 0.18654 0.4 0.41667v2.5c0 0.9205 0.71634 1.6667 1.6 1.6667h0.8v-0.83333h-0.8c-0.44183 0-0.8-0.37308-0.8-0.83333v-2.5c0-0.31875-0.11143-0.61252-0.3-0.83333 0.18857-0.22081 0.3-0.51458 0.3-0.83333v-2.5c0-0.46025 0.35822-0.83333 0.8-0.83333h0.8v-0.83333zm2.4 0v0.83333h0.8c0.44178 0 0.8 0.37308 0.8 0.83333v2.5c0 0.31875 0.11143 0.61252 0.3 0.83333-0.18857 0.22081-0.3 0.51458-0.3 0.83333v2.5c0 0.46025-0.35817 0.83333-0.8 0.83333h-0.8v0.83333h0.8c0.88366 0 1.6-0.74617 1.6-1.6667v-2.5c0-0.23012 0.17909-0.41667 0.4-0.41667h0.4v-0.83333h-0.4c-0.22091 0-0.4-0.18654-0.4-0.41667v-2.5c0-0.92044-0.71638-1.6667-1.6-1.6667z" color="#eff0f1"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/microbitDevice.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="48" height="48" version="1.1" viewBox="0 0 12.7 12.7" xmlns="http://www.w3.org/2000/svg"> + <g transform="translate(0 -284.3)" stroke="#eff0f1"> + <rect x=".78637" y="288" width="11.132" height="5.3112" ry="2.6556" fill="none" stroke-width=".50959"/> + <g fill="#eff0f1" stroke-width=".50065"> + <ellipse cx="2.747" cy="290.65" rx=".51892" ry=".50925"/> + <ellipse cx="9.8545" cy="290.65" rx=".51892" ry=".50925"/> + </g> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/micropython.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg"> + <path d="m1 1h8v17h2.5v-17h9.5v20h-4l1-17h-3.5v17h-8.5v-17h-2v17h-3zm19 16.257h-1.5v1.9883h1.5z" fill="#eff0f1" stroke-width=".05848"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/micropython48.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="48" height="48" version="1.1" xmlns="http://www.w3.org/2000/svg"> + <path d="m2 2h17.6v37.4h5.5v-37.4h20.9v44h-8.3v-37.4h-6v37.4h-18.7v-37.4h-4.4v37.4h-6.6zm41.8 35.766h-3.3v4.3743h3.3z" fill="#eff0f1" stroke-width=".12866"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/miniconda.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <path d="m2.3887 14.044c-0.36349 0.72642-0.65775 1.4874-0.90008 2.2657 0.81353 0.22484 1.6271 0.3805 2.4579 0.44968 0.017304-0.65723 0.069237-1.2799 0.15578-1.9025-0.58851-0.22484-1.1597-0.50157-1.7136-0.81289zm3.3234-8.3711c-0.48466 0-0.952 0.03459-1.4367 0.10377 0.069237 0.48428 0.13847 0.95126 0.25964 1.4355 0.32887-0.55346 0.72699-1.055 1.177-1.5047zm-3.8946 11.398c0.62313 0.95126 1.402 1.7987 2.2848 2.5079-0.086546-0.74371-0.15578-1.4528-0.15578-2.162-0.72699-0.06918-1.4367-0.19025-2.129-0.34591zm5.6255-16.483c-0.86546 0.29403-1.6617 0.69182-2.4233 1.1761 0.5712 0.10377 1.1251 0.22484 1.679 0.3978 0.20771-0.53616 0.46735-1.055 0.74429-1.5739zm3.5657-0.58805c-0.43273 0-0.84815 0.034592-1.2636 0.069182 0.58851 0.41509 1.1424 0.84748 1.679 1.3318l0.43273 0.3978-0.43273 0.43239c-0.36349 0.34591-0.70968 0.70912-1.0386 1.1069v0.017297s-0.06924 0.069182-0.17309 0.19025c0.25964-0.034588 0.51928-0.034588 0.79622-0.034588 4.1369 0 7.4949 3.3553 7.4949 7.489s-3.358 7.489-7.4949 7.489c-1.4367 0-2.7868-0.3978-3.9292-1.1069-0.5712 0.06918-1.1251 0.10377-1.6963 0.10377-0.25964 0-0.51928 0-0.79622-0.0173 0.017311 0.84748 0.10386 1.7296 0.24233 2.6462 1.7655 1.1934 3.8773 1.8852 6.1621 1.8852 6.0755 0 11.009-4.9292 11.009-11 0.017309-6.0708-4.9158-11-10.991-11z" fill="#eff0f1" stroke-width=".17302"/> + <path d="m9.5374 2.5943c0.22502-0.25943 0.45004-0.51887 0.67506-0.76101-0.51928-0.43239-1.0559-0.84748-1.6271-1.1934-0.34618 0.58805-0.65775 1.2107-0.91739 1.8333 0.50197 0.19025 0.98662 0.3978 1.454 0.62264 0.22502-0.27673 0.3808-0.44969 0.41542-0.50157zm-6.1794 3.3035c-0.81353 0.13836-1.6098 0.36321-2.3887 0.63994 0.31157 0.7956 0.70968 1.5739 1.1597 2.3003 0.51928-0.36321 1.0559-0.70912 1.6098-1.0031-0.17309-0.63994-0.29426-1.2799-0.3808-1.9371zm-1.4367 4.1509c-0.58851 0.48428-1.1424 1.0031-1.6617 1.5912 0.5712 0.50157 1.177 0.95126 1.8175 1.3664 0.29426-0.51887 0.62313-1.0377 0.96931-1.522-0.3808-0.44968-0.7616-0.93396-1.1251-1.4355zm2.8041 5.0503c-0.069236 0.55346-0.12116 1.1242-0.13847 1.7123 0.55389 0.03459 1.1078 0.03459 1.6617 0-0.58851-0.48428-1.1078-1.055-1.5232-1.7123zm1.6098-11.969c-0.69237-0.19025-1.402-0.34591-2.1117-0.43239-0.069237 0.72642-0.069237 1.4355-0.017311 2.1447 0.5712-0.069182 1.1251-0.10377 1.6963-0.10377 0.10386-0.55346 0.25964-1.0896 0.43273-1.6085zm0.98662 0.31132c-0.13847 0.41509-0.25964 0.83019-0.36349 1.2453 0.48466-0.31132 1.0039-0.57076 1.5405-0.76101-0.3808-0.17296-0.77891-0.32862-1.177-0.48428zm-7.2352 9.0283c0.13847 1.0723 0.43273 2.0928 0.86546 3.0267 0.22502-0.62264 0.48466-1.2453 0.77891-1.8333-0.5712-0.36321-1.1078-0.76101-1.6444-1.1934zm3.1676-9.2704c-0.65775 0.65723-1.229 1.3836-1.7136 2.1792 0.5712-0.17296 1.1424-0.31132 1.7309-0.41509-0.034616-0.58805-0.051927-1.1761-0.017311-1.7642zm-0.65775 6.3475c0.27695 0.3978 0.58851 0.7956 0.91739 1.1761 0.034616-0.69182 0.13847-1.3491 0.34618-1.989-0.43273 0.24214-0.86546 0.51887-1.2636 0.81289zm0.13847 3.8223c0.46735 0.25943 0.93469 0.50157 1.4367 0.70912-0.29426-0.63994-0.48466-1.3145-0.58851-2.0409-0.31157 0.43239-0.58851 0.88208-0.84815 1.3318zm-1.2809-4.0126c-0.34618-0.55346-0.65775-1.1242-0.9347-1.7296-0.31156 0.96855-0.50197 2.0063-0.51928 3.0613 0.46735-0.48428 0.952-0.93396 1.454-1.3318z" fill="#eff0f1" stroke-width=".17302"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/miniconda48.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="48" height="48" version="1.1" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg"> + <style>.st0{fill:#eff0f1}</style> + <path class="st0" d="m5.2116 30.642c-0.79307 1.5849-1.4351 3.2453-1.9638 4.9434 1.775 0.49057 3.55 0.83019 5.3627 0.98113 0.03776-1.434 0.15106-2.7925 0.33989-4.1509-1.284-0.49057-2.5303-1.0943-3.7388-1.7736zm7.251-18.264c-1.0574 0-2.0771 0.07547-3.1345 0.22642 0.15106 1.0566 0.30212 2.0755 0.56648 3.1321 0.71754-1.2075 1.5861-2.3019 2.5681-3.283zm-8.4972 24.868c1.3596 2.0755 3.059 3.9245 4.985 5.4717-0.18883-1.6226-0.33989-3.1698-0.33989-4.717-1.5862-0.15094-3.1345-0.41509-4.6452-0.75472zm12.274-35.962c-1.8883 0.64151-3.6255 1.5094-5.2872 2.566 1.2463 0.22642 2.4548 0.49057 3.6632 0.86792 0.45319-1.1698 1.0197-2.3019 1.6239-3.434zm7.7797-1.283c-0.94414 0-1.8505 0.075472-2.7569 0.15094 1.284 0.90566 2.4925 1.8491 3.6632 2.9057l0.94414 0.86792-0.94414 0.9434c-0.79308 0.75472-1.5484 1.5472-2.2659 2.4151v0.03774s-0.15106 0.15094-0.37765 0.41509c0.56648-0.07547 1.133-0.07547 1.7372-0.07547 9.0259 0 16.352 7.3208 16.352 16.34s-7.3265 16.34-16.352 16.34c-3.1345 0-6.0802-0.86792-8.5728-2.4151-1.2463 0.15094-2.4548 0.22642-3.701 0.22642-0.56648 0-1.133 0-1.7372-0.03774 0.03777 1.8491 0.22659 3.7736 0.52872 5.7736 3.8521 2.6038 8.4595 4.1132 13.445 4.1132 13.256 0 24.019-10.755 24.019-24 0.037765-13.245-10.725-24-23.981-24z" fill="#eff0f1" stroke-width=".37751"/> + <path class="st0" d="m20.809 5.6604c0.49095-0.56604 0.9819-1.1321 1.4729-1.6604-1.133-0.9434-2.3037-1.8491-3.55-2.6038-0.75531 1.283-1.4351 2.6415-2.0016 4 1.0952 0.4151 2.1526 0.86792 3.1723 1.3585 0.49095-0.60377 0.83084-0.98113 0.90637-1.0943zm-13.482 7.2075c-1.775 0.30189-3.5122 0.79245-5.2116 1.3962 0.67978 1.7358 1.5484 3.434 2.5303 5.0189 1.133-0.79245 2.3037-1.5472 3.5122-2.1887-0.37765-1.3962-0.64201-2.7925-0.83084-4.2264zm-3.1345 9.0566c-1.284 1.0566-2.4925 2.1887-3.6255 3.4717 1.2463 1.0943 2.5681 2.0755 3.9654 2.9811 0.64201-1.1321 1.3596-2.2642 2.1149-3.3208-0.83084-0.98113-1.6617-2.0377-2.4548-3.1321zm6.118 11.019c-0.15106 1.2075-0.26436 2.4528-0.30212 3.7358 1.2085 0.07547 2.417 0.07547 3.6255 0-1.284-1.0566-2.417-2.3019-3.3234-3.7358zm3.5122-26.113c-1.5106-0.4151-3.059-0.75472-4.6074-0.9434-0.15106 1.5849-0.15106 3.1321-0.03777 4.6792 1.2463-0.15094 2.4548-0.22642 3.701-0.22642 0.22659-1.2075 0.56648-2.3774 0.94414-3.5094zm2.1526 0.67924c-0.30212 0.90566-0.56648 1.8113-0.79308 2.717 1.0574-0.67924 2.1904-1.2453 3.3611-1.6604-0.83084-0.37736-1.6994-0.71698-2.5681-1.0566zm-15.786 19.698c0.30212 2.3396 0.94414 4.566 1.8883 6.6038 0.49095-1.3585 1.0574-2.717 1.6994-4-1.2463-0.79245-2.417-1.6604-3.5877-2.6038zm6.9111-20.226c-1.4351 1.434-2.6813 3.0189-3.7388 4.7547 1.2463-0.37736 2.4925-0.67924 3.7765-0.90566-0.07553-1.283-0.1133-2.566-0.03777-3.8491zm-1.4351 13.849c0.60425 0.86792 1.284 1.7358 2.0016 2.566 0.07553-1.5094 0.30212-2.9434 0.75531-4.3396-0.94414 0.5283-1.8883 1.1321-2.7569 1.7736zm0.30212 8.3396c1.0197 0.56604 2.0393 1.0943 3.1345 1.5472-0.64201-1.3962-1.0574-2.8679-1.284-4.4528-0.67978 0.9434-1.284 1.9245-1.8505 2.9057zm-2.7946-8.7547c-0.75531-1.2075-1.4351-2.4528-2.0393-3.7736-0.67978 2.1132-1.0952 4.3774-1.133 6.6792 1.0197-1.0566 2.0771-2.0377 3.1723-2.9057z" fill="#eff0f1" stroke-width=".37751"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/minus.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" transform="translate(3 3)" d="m3 7v2h10v-2h-10z" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/module.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m2.25 1v7.5h2.5v5h-3.75v7.5h7.5v-7.5h-2.5v-5h6.25v-2.5h5v8.75h-2.5v6.25h6.25v-6.25h-2.5v-10h-6.25v-3.75h-10m1.25 1.25h7.5v5h-7.5v-5m-1.25 12.5h5v5h-5v-5" color="#eff0f1" fill="#de8787"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/mouse.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg"> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + <path class="ColorScheme-Text" d="m9.6667 1a6.6667 6.25 0 0 0-6.6667 6.25v7.5a6.6667 6.25 0 0 0 6.6667 6.25h2.6667a6.6667 6.25 0 0 0 6.6667-6.25v-7.5a6.6667 6.25 0 0 0-6.6667-6.25zm0 1.25h2.6667a5.3333 5 0 0 1 5.3333 5v7.5a5.3333 5 0 0 1-5.3333 5h-2.6667a5.3333 5 0 0 1-5.3333-5v-7.5a5.3333 5 0 0 1 5.3333-5zm0 1.25v6.25h2.6667v-6.25z" color="#eff0f1" fill="currentColor" stroke-width="1.291"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/moveBookmark.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 352 352" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <g transform="matrix(24 0 0 24 -32 -24873)" fill="#eff0f1"> + <path class="ColorScheme-Text" d="m8 1038.4-2 4-4 1 3 3-1 4 4-2 4 2-1-4 3-3-4-1z" color="#eff0f1" fill="#eff0f1"/> + </g> + <path d="m304 160v-32h32v-32h-32v-32l-64 48 64 48" fill="#49cf00"/> + <path d="m218.31 112v-32h-32v-32h32v-32l64 48-64 48" fill="#49cf00"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/moveInstructionPointer.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m14.75 1v1.25h2.5v17.5h-2.5v1.25h6.25v-1.25h-2.5v-17.5h2.5v-1.25h-6.25m-13.75 5v10h1.25v-3.75h5v2.5l5-3.75-5-3.75v2.5h-5v-3.75h-1.25" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/multiProjectClose.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <g fill="#eff0f1"> + <path class="ColorScheme-Text" d="m2.1875 11.5v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/> + <path class="ColorScheme-Text" d="m2.1875 1v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/> + <path class="ColorScheme-Text" d="m12.688 1v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/> + </g> + <path class="ColorScheme-NegativeText" d="M 13.2726,12 12,13.2726 15.2274,16.500002 12,19.7274 13.2726,21 16.500002,17.7726 19.7274,21 21,19.7274 17.7726,16.500002 21,13.2726 19.7274,12 16.500002,15.2274 Z" fill="#da4453"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/multiProjectNew.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <g fill="#eff0f1"> + <path class="ColorScheme-Text" d="m2.1875 11.5v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/> + <path class="ColorScheme-Text" d="m2.1875 1v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/> + <path class="ColorScheme-Text" d="m12.688 1v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/> + </g> + <path d="m15.6 12v3.6h-3.6v1.8h3.6v3.6h1.8v-3.6h3.6v-1.8h-3.6v-3.6z" fill="#eff0f1"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/multiProjectOpen.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <g fill="#eff0f1"> + <path class="ColorScheme-Text" d="m2.1875 11.5v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/> + <path class="ColorScheme-Text" d="m2.1875 1v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/> + <path class="ColorScheme-Text" d="m12.688 1v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/> + </g> + <path class="ColorScheme-Text" d="m12 12v9h9v-7.5h-3.7441l-1.5-1.5-0.0059 0.0059v-0.0059h-3zm0.75 0.75h2.6938l0.75146 0.75h-0.44531v0.0059l-0.0058-0.0059-1.5 1.5h-1.4941zm0 3h7.5v4.5h-7.5z" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/multiProjectProps.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <g fill="#eff0f1"> + <path class="ColorScheme-Text" d="m2.1875 11.5v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/> + <path class="ColorScheme-Text" d="m2.1875 1v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/> + <path class="ColorScheme-Text" d="m12.688 1v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/> + </g> + <path d="m19.838 21c0.15174-0.0021 0.30148-0.03496 0.4402-0.0966 0.13874-0.06164 0.26356-0.15076 0.367-0.26198 0.20126-0.18366 0.32609-0.4365 0.3496-0.70819 0.0267-0.28084-0.0546-0.5613-0.2273-0.78412-0.77558-0.81941-2.3053-2.3518-3.4179-3.4431 0.23675-0.64136 0.22569-1.3482-0.03102-1.9818-0.2111-0.52719-0.58649-0.972-1.0703-1.2682-0.37955-0.25181-0.8158-0.40483-1.2693-0.44522-0.45347-0.04038-0.90977 0.03313-1.3278 0.21392l-0.39671 0.17212 1.8423 1.9005-0.80659 0.81042-1.8924-1.8527-0.17184 0.39864c-0.14484 0.33608-0.22166 0.69764-0.22596 1.0637-0.0044 0.36605 0.06396 0.72932 0.20089 1.0687 0.13576 0.33561 0.33744 0.64047 0.59304 0.89648 0.14484 0.14198 0.30491 0.26745 0.47732 0.37413 0.35672 0.23864 0.76487 0.38908 1.1909 0.43896 0.42609 0.04988 0.85789-0.0023 1.2599-0.15208 0.70578 0.71718 2.4675 2.494 3.4191 3.3839 0.19088 0.17368 0.43899 0.27073 0.69683 0.27254zm-5.1027-8.4024c0.42287-0.0011 0.83649 0.12375 1.1884 0.35859 0.13725 0.08394 0.26471 0.18297 0.38003 0.29524 0.3067 0.30971 0.51154 0.70596 0.58703 1.1356 0.0755 0.42964 0.01805 0.87215-0.16464 1.2682l-0.08711 0.19125 0.14974 0.14643c1.1174 1.0925 2.7444 2.7175 3.5265 3.5447 0.06965 0.10388 0.09943 0.22945 0.08385 0.35355-0.01557 0.12416-0.07545 0.23847-0.16857 0.3218-0.05367 0.0599-0.11906 0.10812-0.19211 0.14162-0.0644 0.02917-0.13398 0.04501-0.20464 0.04662-0.1073-0.0027-0.21003-0.04411-0.28935-0.11649-1.0112-0.9455-2.9651-2.9225-3.5384-3.5035l-0.14736-0.14882-0.18972 0.08666c-0.33027 0.15423-0.69472 0.22026-1.058 0.19166-0.36328-0.02859-0.71299-0.15082-1.0152-0.35482-0.1375-0.08492-0.26498-0.18517-0.37999-0.29882-0.19916-0.19894-0.35653-0.43579-0.46292-0.69661-0.10634-0.26081-0.15949-0.54031-0.15641-0.82202 0-0.13888 0.0138-0.27743 0.0412-0.41358l1.6568 1.6196 1.64-1.6406-1.6168-1.6674c0.13756-0.02679 0.27746-0.03981 0.4176-0.03885z" fill="#eff0f1" stroke-width=".64342"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/multiProjectSave.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <g fill="#eff0f1"> + <path class="ColorScheme-Text" d="m2.1875 11.5v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/> + <path class="ColorScheme-Text" d="m2.1875 1v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/> + <path class="ColorScheme-Text" d="m12.688 1v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/> + </g> + <path class="ColorScheme-Text" d="m12 12v9h9v-7.1424h-0.0044l0.0044-0.0055-1.8523-1.8521-0.0044 0.0055v-0.0055h-0.3933zm0.5625 0.56353h1.6875v2.8122h4.5v-2.8122h0.1648l1.5227 1.5225v6.3515h-1.125v-3.937h-5.625v3.937h-1.125zm2.25 0h2.194v2.2497h-2.194zm-0.5625 4.4995h4.5v3.3746h-4.5z" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/multiProjectSaveAs.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <g fill="#eff0f1"> + <path class="ColorScheme-Text" d="m2.1875 11.5v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/> + <path class="ColorScheme-Text" d="m2.1875 1v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/> + <path class="ColorScheme-Text" d="m12.688 1v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/> + </g> + <path class="ColorScheme-Text" d="m12 12.9v8.097h4.5v-0.506h-2.5v-3.036h2.5v-0.506h-3v3.542h-1v-7.084h1.5v2.53h4v-2.53h0.14648l1.3535 1.3698v1.6663h0.5v-1.8718h-0.0039l0.0039-0.0049-1.6465-1.6663-0.0039 0.0049v-0.0049h-0.34961zm2.5 0.50699h1.9502v2.024h-1.9502zm5.5 3.542-0.49805 0.50304h-0.0019l-2.5 2.529 0.0039 0.0049-0.0019 0.50798h-0.0019v0.50596h1l0.0029-0.0049h0.0068l-0.0029-0.0049 0.49316-0.49908 2-2.022-0.35254-0.35875-2.4951 2.5231-0.29688-0.29945 2.4961-2.5241 0.2959 0.30044 0.35254 0.35578 0.49996-0.506z" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/multiProjectViewer.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <g fill="#eff0f1"> + <path class="ColorScheme-Text" d="m2.1875 11.5v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/> + <path class="ColorScheme-Text" d="m2.1875 1v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/> + <path class="ColorScheme-Text" d="m12.688 11.5v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/> + <path class="ColorScheme-Text" d="m12.688 1v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/namedgroup.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path d="m17 7.4281h-7v7.1429h7v-7.1429m0.5-1.4281v10h-8v-10h8" fill="#eff0f1"/> + <text transform="scale(.97356 1.0272)" x="0.58056539" y="13.812991" fill="#eff0f1" font-family="sans-serif" font-size="11.165px" letter-spacing="0px" stroke-width=".27912" word-spacing="0px" style="line-height:1.25" xml:space="preserve"><tspan x="0.58056539" y="13.812991" fill="#eff0f1" stroke-width=".27912">(</tspan></text> + <text transform="scale(-.97356 1.0272)" x="-22.016829" y="13.812991" fill="#eff0f1" font-family="sans-serif" font-size="11.165px" letter-spacing="0px" stroke-width=".27912" word-spacing="0px" style="line-height:1.25" xml:space="preserve"><tspan x="-22.016829" y="13.812991" fill="#eff0f1" stroke-width=".27912">(</tspan></text> + <path d="m8.5 6v0.625h-1.6v8.75h1.6v0.625h-4v-0.625h1.6v-8.75h-1.6v-0.625z" fill="#da4453"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/namedreference.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path d="m16.25 7.4281h-10.5v7.1429h10.5v-7.1429m0.75-1.4281v10h-12v-10h12" fill="#eff0f1"/> + <text transform="scale(.97356 1.0272)" x="0.58056539" y="13.812991" fill="#eff0f1" font-family="sans-serif" font-size="11.165px" letter-spacing="0px" stroke-width=".27912" word-spacing="0px" style="line-height:1.25" xml:space="preserve"><tspan x="0.58056539" y="13.812991" fill="#eff0f1" stroke-width=".27912">(</tspan></text> + <text transform="scale(-.97356 1.0272)" x="-22.016829" y="13.812991" fill="#eff0f1" font-family="sans-serif" font-size="11.165px" letter-spacing="0px" stroke-width=".27912" word-spacing="0px" style="line-height:1.25" xml:space="preserve"><tspan x="-22.016829" y="13.812991" fill="#eff0f1" stroke-width=".27912">(</tspan></text> + <path d="m12.5 8v0.375h-1.2v5.25h1.2v0.375h-3v-0.375h1.2v-5.25h-1.2v-0.375z" fill="#da4453"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/namingError.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m9.9331 1-6.521 17.5h2.1094l2.0874-5.5371h6.9507l1.9189 5.5371h2.1094l-6.1621-17.5zm1.2695 2.0142 2.6611 8.3423h-5.6079z" color="#eff0f1" fill="currentColor"/> + <path d="m1 19.75v1.25h20v-1.25z" fill="#2ecc71"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/neglookahead.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path d="m8.5 7.4281h-7v7.1429h7v-7.1429m0.5-1.4281v10h-8v-10h8" fill="#eff0f1"/> + <path d="m21 6v0.625h-1.6v8.75h1.6v0.625h-4v-0.625h1.6v-8.75h-1.6v-0.625z" fill="#da4453"/> + <path class="ColorScheme-Text" d="m11 10v2h6v-2z" color="#eff0f1" fill="#da4453" stroke-width=".7746"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/neglookbehind.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path d="m20.5 7.4281h-7v7.1429h7v-7.1429m0.5-1.4281v10h-8v-10h8" fill="#eff0f1"/> + <g transform="translate(-10)" fill="#da4453"> + <path d="m21 6v0.625h-1.6v8.75h1.6v0.625h-4v-0.625h1.6v-8.75h-1.6v-0.625z"/> + <path class="ColorScheme-Text" d="m11 10v2h6v-2z" color="#eff0f1" stroke-width=".7746"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/network-offline.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#4d4d4d; + } + .ColorScheme-NegativeText { + color:#da4453; + }</style> + </defs> + <path class="ColorScheme-NegativeText" d="m1 1v7.5h2.5v8.75c0 2.0775 1.6725 3.75 3.75 3.75h8.75v-1.25h-2.5v-2.5h7.5v-16.25h-12.5v1.25h11.25v12.5h-13.75v2.5h2.5v2.5h-1.25c-1.385 0-2.5-1.115-2.5-2.5v-8.75h2.5v-7.5zm1.25 1.25h3.75v5h-3.75zm1.25 1.25v2.5h1.25v-2.5zm-2.5 6.25v7.5h1.25v-7.5z" color="#da4453" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/network-online.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#4d4d4d; + } + .ColorScheme-NegativeText { + color:#da4453; + }</style> + </defs> + <path class="ColorScheme-NegativeText" d="m1 1v7.5h2.5v8.75c0 2.0775 1.6725 3.75 3.75 3.75h8.75v-1.25h-2.5v-2.5h7.5v-16.25h-12.5v1.25h11.25v12.5h-13.75v2.5h2.5v2.5h-1.25c-1.385 0-2.5-1.115-2.5-2.5v-8.75h2.5v-7.5zm1.25 1.25h3.75v5h-3.75zm1.25 1.25v2.5h1.25v-2.5zm-2.5 6.25v7.5h1.25v-7.5z" color="#da4453" fill="#eff0f1"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/network-server.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1 + }</style> + </defs> + <path class="ColorScheme-Text" d="m1 1v20h20v-20zm13.75 1.25h5v1.25h-5zm-12.5 3.75h17.5v1.25h-17.5zm12.5 3.75h5v1.25h-5zm-12.5 3.75h17.5v1.25h-17.5zm12.5 3.75h5v1.25h-5z" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/new.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m2 1v20h11.571v-1.25h-10.286v-17.5h10.286v5h5.1429v7.5h1.2857v-8.7598l-5.1328-4.9902-0.010044 0.012207v-0.012207h-11.571zm14.143 13.75v2.5h-2.5714v1.25h2.5714v2.5h1.2857v-2.5h2.5714v-1.25h-2.5714v-2.5z" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/newWindow.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m1 1v20h12.5v-1.25h-11.25v-13.75h17.5v7.5h1.25v-12.5h-20m16.25 13.75v2.5h-2.5v1.25h2.5v2.5h1.25v-2.5h2.5v-1.25h-2.5v-2.5h-1.25" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/nongroup.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <text transform="scale(.97356 1.0272)" x="0.58056539" y="13.812991" fill="#eff0f1" font-family="sans-serif" font-size="11.165px" letter-spacing="0px" stroke-width=".27912" word-spacing="0px" style="line-height:1.25" xml:space="preserve"><tspan x="0.58056539" y="13.812991" fill="#eff0f1" stroke-width=".27912">(</tspan></text> + <text transform="scale(-.97356 1.0272)" x="-22.016829" y="13.812991" fill="#eff0f1" font-family="sans-serif" font-size="11.165px" letter-spacing="0px" stroke-width=".27912" word-spacing="0px" style="line-height:1.25" xml:space="preserve"><tspan x="-22.016829" y="13.812991" fill="#eff0f1" stroke-width=".27912">(</tspan></text> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/nonwordboundary.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path d="m20.5 7.4281h-7v7.1429h7v-7.1429m0.5-1.4281v10h-8v-10h8" fill="#eff0f1"/> + <text transform="scale(.98849 1.0116)" x="0.80468601" y="15.681291" fill="#da4453" font-family="sans-serif" font-size="13.449px" letter-spacing="0px" stroke-width=".33622" word-spacing="0px" style="line-height:1.25" xml:space="preserve"><tspan x="0.80468601" y="15.681291" fill="#da4453" stroke-width=".33622">&</tspan></text> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/notcovered.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m1 1v20h1.25v-20h-1.25" color="#eff0f1" fill="currentColor"/> + <path d="m2.25 1v11.25l6.25-1.25 1.25-0.24902v2.5l11.25-2.251-2.5-1.25 2.5-1.25-11.25-3.0005v-2.5l-1.25-0.33203-6.25-1.6675" fill="#da4453" stroke-width="1.25"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/notcoveredNext.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m1 4v14h0.875v-14h-0.875" color="#eff0f1" fill="currentColor"/> + <path d="m1.875 4v7.875l4.375-0.875 0.875-0.17432v1.75l7.875-1.5757-1.75-0.875 1.75-0.875-7.875-2.1003v-1.75l-0.875-0.23242-4.375-1.1672" fill="#da4453" stroke-width=".875"/> + <path class="ColorScheme-Text" d="m16.406 3-0.40601 0.70703 4.188 7.293-4.188 7.293 0.40601 0.70703 4.594-8-4.594-8" color="#eff0f1" fill="#eff0f1"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/notcoveredPrev.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m7 4v14h0.875v-14h-0.875" color="#eff0f1" fill="currentColor"/> + <path d="m7.875 4v7.875l4.375-0.875 0.875-0.17432v1.75l7.875-1.5757-1.75-0.875 1.75-0.875-7.875-2.1003v-1.75l-0.875-0.23242-4.375-1.1672" fill="#da4453" stroke-width=".875"/> + <path class="ColorScheme-Text" d="m5.594 3 0.40601 0.70703-4.188 7.293 4.188 7.293-0.40601 0.70703-4.594-8 4.594-8" color="#eff0f1" fill="#eff0f1"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/notification.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,28 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg"> + <defs> + <radialGradient id="radialGradient3671" cx="7.1588" cy="6.2412" r="9.5" gradientTransform="matrix(1.7168 5.9456e-8 -4.4492e-8 1.2835 -6.5558 -1.2667)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#eeeeec" offset="0"/> + <stop stop-color="#babdb6" offset=".7922"/> + <stop stop-color="#a1a59b" offset="1"/> + </radialGradient> + <linearGradient id="linearGradient3687" x1="9.0511" x2="11.285" y1="5.8686" y2="22.993" gradientTransform="matrix(.95283 0 0 .95238 -.9355 .077221)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#fff" offset="0"/> + <stop stop-color="#fff" stop-opacity="0" offset="1"/> + </linearGradient> + <linearGradient id="linearGradient9127" x1="24.104" x2="24.104" y1="15.169" y2="32.485" gradientTransform="matrix(.46913 0 0 .4663 18.849 37.308)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#d7e866" offset="0"/> + <stop stop-color="#8cab2a" offset="1"/> + </linearGradient> + <linearGradient id="linearGradient2875" x1="24.139" x2="24.139" y1="7.0479" y2="47.273" gradientTransform="matrix(.2818 0 0 .2801 23.345 41.515)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#fff" stop-opacity=".4" offset="0"/> + <stop stop-color="#fff" stop-opacity="0" offset="1"/> + </linearGradient> + </defs> + <path d="m1.4763 11.381v-3.4286c0-3.4286 2.8585-4.4762 4.5736-4.5714h8.0038c1.7151 0.13095 4.5736 1.1429 4.5736 4.5714v3.4286c0 3.4286-1.731 4.381-3.4302 4.381-2.7398-0.01618-0.59017 3.304 0 4.7619h-0.76226l-4.9547-4.7619h-3.4302c-1.7468-0.035715-4.5736-0.95238-4.5736-4.381z" fill="url(#radialGradient3671)" stroke="#888a86" stroke-width=".95261"/> + <path d="m6.1214 4.3629c-0.68606 0.038096-1.6865 0.28438-2.4118 0.83334-0.7253 0.54895-1.2506 1.328-1.2506 2.7678v3.4227c0 1.4429 0.51436 2.1458 1.2208 2.6488 0.69849 0.49731 1.671 0.72514 2.3821 0.74405h3.4242a0.98447 0.984 0 0 1 0.68485 0.26786l2.8288 2.7084c-0.15102-0.5919-0.26466-1.2616 0.08933-1.9345 0.37045-0.70418 1.2311-1.0469 2.1141-1.0417 0.66676 0 1.2162-0.15961 1.6377-0.59524 0.42153-0.43563 0.80395-1.2483 0.80395-2.7976v-3.4227c-2e-6 -1.4398-0.52472-2.1922-1.2506-2.7381-0.72588-0.54591-1.7367-0.80928-2.4416-0.8631h-7.8311z" fill="none" opacity=".6" stroke="url(#linearGradient3687)" stroke-width=".95261"/> + <g transform="matrix(.95283 0 0 .95238 -12.491 -39.476)"> + <path d="m27.649 46v-3h4v3h3v4h-3v3h-4v-3h-2.9895v-4z" fill="url(#linearGradient9127)" fill-rule="evenodd" stroke="#699536" stroke-linejoin="round"/> + <path d="m28.649 47v-3h2v3h3v2h-3v3h-2v-3h-3v-2z" fill="none" stroke="url(#linearGradient2875)"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/notification48.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,28 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="48" height="48" version="1.1" xmlns="http://www.w3.org/2000/svg"> + <defs> + <radialGradient id="radialGradient3671" cx="7.1588" cy="6.2412" r="9.5" gradientTransform="matrix(3.777 1.3081e-7 -9.7884e-8 2.8238 -14.623 -2.9876)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#eeeeec" offset="0"/> + <stop stop-color="#babdb6" offset=".7922"/> + <stop stop-color="#a1a59b" offset="1"/> + </radialGradient> + <linearGradient id="linearGradient3687" x1="9.0511" x2="11.285" y1="5.8686" y2="22.993" gradientTransform="matrix(2.0962 0 0 2.0953 -2.2581 -.030805)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#fff" offset="0"/> + <stop stop-color="#fff" stop-opacity="0" offset="1"/> + </linearGradient> + <linearGradient id="linearGradient9127" x1="24.104" x2="24.104" y1="15.169" y2="32.485" gradientTransform="matrix(.46913 0 0 .4663 18.849 37.308)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#d7e866" offset="0"/> + <stop stop-color="#8cab2a" offset="1"/> + </linearGradient> + <linearGradient id="linearGradient2875" x1="24.139" x2="24.139" y1="7.0479" y2="47.273" gradientTransform="matrix(.2818 0 0 .2801 23.345 41.515)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#fff" stop-opacity=".4" offset="0"/> + <stop stop-color="#fff" stop-opacity="0" offset="1"/> + </linearGradient> + </defs> + <path d="m3.0479 24.837v-7.543c0-7.543 6.2887-9.8478 10.062-10.057h17.608c3.7732 0.2881 10.062 2.5143 10.062 10.057v7.543c0 7.543-3.8083 9.6383-7.5465 9.6383-6.0276-0.0356-1.2984 7.2689 0 10.476h-1.677l-10.9-10.476h-7.5465c-3.8431-0.078575-10.062-2.0953-10.062-9.6383z" fill="url(#radialGradient3671)" stroke="#888a86" stroke-width="2.0958"/> + <path d="m13.267 9.3978c-1.5093 0.08382-3.7104 0.62565-5.306 1.8334-1.5957 1.2077-2.7513 2.9217-2.7513 6.0893v7.53c0 3.1743 1.1316 4.7209 2.6857 5.8274 1.5367 1.0941 3.6762 1.5953 5.2406 1.6369h7.5334a2.1658 2.1648 0 0 1 1.5067 0.5893l6.2233 5.9585c-0.33226-1.3022-0.58225-2.7756 0.19653-4.2559 0.815-1.5492 2.7084-2.3031 4.6512-2.2918 1.4669 0 2.6757-0.35114 3.603-1.3095 0.92738-0.9584 1.7687-2.7463 1.7687-6.1549v-7.53c-5e-6 -3.1676-1.1544-4.8229-2.7513-6.0239s-3.8208-1.7804-5.3716-1.8988h-17.229z" fill="none" opacity=".6" stroke="url(#linearGradient3687)" stroke-width="2.0958"/> + <g transform="matrix(2.0962 0 0 2.0953 -27.681 -87.05)"> + <path d="m27.649 46v-3h4v3h3v4h-3v3h-4v-3h-2.9895v-4z" fill="url(#linearGradient9127)" fill-rule="evenodd" stroke="#699536" stroke-linejoin="round"/> + <path d="m28.649 47v-3h2v3h3v2h-3v3h-2v-3h-3v-2z" fill="none" stroke="url(#linearGradient2875)"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/numbers.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m7.25 1s-6.25 0-6.25 6.25c1.2485-2.4971 2.4981-3.7471 6.2378-3.75-0.014948 13.671-3.7347 14.615-3.7378 16.797 1.876 1.4401 4.8067 0.64188 5.022-2.1875l1.2207-14.609h4.9805l-1.2231 14.688c0 3.75 5 3.75 6.25 0l1.25-3.75c-1.25 2.5-4.9998 6.25-4.8901 2.4341l1.1133-13.372h3.7769v-2.5z" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/open.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m1 1v20h20v-17.5h-8.7402l-2.5-2.5-0.009765 0.0097662v-0.0097662h-8.75m7.5098 6.25h11.24v12.5h-17.5v-10h3.75v-0.00975l0.0097662 0.00975 2.5-2.5" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/openNewTab.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m1 1v20h12.5v-1.25h-11.25v-17.5h5v3.75h12.5v7.5h1.25v-8.75h-3.75v-3.75h-15zm16.25 13.75v2.5h-2.5v1.25h2.5v2.5h1.25v-2.5h2.5v-1.25h-2.5v-2.5z" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/openQM.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m1 1v20h20v-17.5h-8.7402l-2.5-2.5-0.009765 0.0097662v-0.0097662h-8.75m7.5098 6.25h11.24v12.5h-17.5v-10h3.75v-0.00975l0.0097662 0.00975 2.5-2.5" color="#eff0f1" fill="currentColor"/> + <g transform="matrix(.6 0 0 .58537 7.0017 7.5463)"> + <path d="m3.9088 0.5c-0.17884 0-0.39742 0.093061-0.52123 0.22024-0.71841 0.72277-1.4383 1.444-2.1613 2.1637-0.12534 0.12408-0.22622 0.34743-0.22622 0.53975v0.00155c0.00306 3.3331 0.00306 10.102 0.00306 10.176v0.39706h0.3913c0.07337 0 9.8514-0.0016 14.691 0.0016 0.19565 0 0.41729-0.10236 0.54416-0.22955l0.0016-0.0016c0.71074-0.71812 1.4246-1.4331 2.1414-2.145 0.13446-0.13494 0.2277-0.36604 0.2277-0.55526-0.003058-3.3238 0-10.171 0-10.171v-0.39706zm0.018342 0.79411h14.29c0 0.49787-3e-3 6.5716 0 9.7698-0.71535 0.71036-1.4292 1.4254-2.1384 2.1419-4.7125-0.0031-13.732-0.0031-14.293-0.0016 0-0.55526 0-6.5514-0.00306-9.762 0.71688-0.71341 1.4322-1.4284 2.1445-2.1481zm3.7617 1.5882c-0.12381 0-0.24609 0.00309-0.3699 0.00775-0.29959 0.012413-0.5946 0.063596-0.88349 0.1489-0.65421 0.19698-1.1449 0.59093-1.4307 1.2191-0.099355 0.21869-0.18342 0.44669-0.25068 0.67779-0.18495 0.63281-0.22317 1.2842-0.23081 1.9372-0.00459 0.44049 0.0214 0.87942 0.084069 1.3153 0.061141 0.40791 0.15591 0.80652 0.31641 1.1896 0.29042 0.68865 0.80095 1.1214 1.5194 1.3106 0.62517 0.16596 1.2565 0.18767 1.9076 0.09617 0.32711 0.5351 0.65727 1.0779 0.99202 1.627 0.39589-0.18613 0.77191-0.36139 1.1586-0.54286-0.31946-0.51493-0.6267-1.0128-0.93088-1.5045 0.13298-0.12098 0.26444-0.228 0.3806-0.34898 0.30112-0.32106 0.48302-0.70726 0.60224-1.1276 0.16967-0.60024 0.21247-1.2175 0.22775-1.8364 0.010701-0.47926-0.019872-0.95697-0.084069-1.4316-0.061141-0.44204-0.16661-0.87322-0.34698-1.2842-0.30724-0.69795-0.82999-1.1353-1.5652-1.3277-0.36226-0.09306-0.72758-0.12408-1.096-0.12563zm4.659 0.79411v1.5882h-0.78261v1.1912h0.78261v2.7794c0 0.30555 0.06266 0.64056 0.18342 0.92595 0.10088 0.24041 0.27055 0.40947 0.50747 0.51338 0.18037 0.07756 0.36838 0.11788 0.5625 0.13649 0.37143 0.03412 0.80248-0.02636 1.1678-0.09151 0.10394-0.01861 0.20635-0.04033 0.31794-0.06203-0.01069-0.32416-0.02752-0.75844-0.05349-1.0702-0.04128-0.00304-0.06266-0.00934-0.0856-0.00776-0.24456 0.00934-0.55333 0.048083-0.79789 0.052729-0.10547 0.00158-0.21247-0.00934-0.31641-0.031028-0.13145-0.027922-0.21858-0.11633-0.25526-0.24971-0.01376-0.055834-0.02905-0.11013-0.03211-0.16596-0.01681-0.20939-0.02293-0.53355-0.02446-0.74448-0.0046-0.75069 0-1.9853 0-1.9853h1.5652v-1.1912h-1.5652v-1.5882zm-4.6972 0.40481c0.23234 0 0.46315 0.027917 0.69395 0.085305 0.39895 0.099264 0.69701 0.31641 0.88043 0.65608 0.1605 0.29159 0.24915 0.60334 0.29042 0.9244 0.048915 0.38775 0.071838 0.7786 0.09324 1.0206-0.019872 0.67159-0.035154 1.1927-0.1819 1.703-0.030573 0.10857-0.068787 0.21559-0.11158 0.31951-0.16508 0.40946-0.49066 0.65918-0.95228 0.76775-0.4662 0.10857-0.93852 0.11011-1.4078 0.0030375-0.49219-0.11163-0.82388-0.38306-0.99813-0.81579-0.14062-0.35053-0.21552-0.71191-0.23539-1.0811-0.022926-0.41412-0.032098-0.82979-0.019871-1.2439 0.010699-0.44824 0.076427-0.89183 0.23692-1.3184 0.033628-0.088402 0.074898-0.17526 0.1177-0.25902 0.18342-0.35208 0.48913-0.57232 0.89878-0.67624 0.23081-0.057387 0.46315-0.085306 0.69548-0.085306z" fill="#eff0f1" stroke-width=".39417"/> + <path class="ColorScheme-Text" d="m21 12v6.5455l-2.5 2.4545v-2.4545h-7.5v-6.5455zm-0.83333 0.81818h-8.3333v4.9091h8.3333z" color="#eff0f1" fill="#5fd38d"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/openUI.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m1 1v20h20v-17.5h-8.7402l-2.5-2.5-0.009765 0.0097662v-0.0097662h-8.75m7.5098 6.25h11.24v12.5h-17.5v-10h3.75v-0.00975l0.0097662 0.00975 2.5-2.5" color="#eff0f1" fill="currentColor"/> + <g transform="matrix(.6 0 0 .58537 7.2051 7.3726)" fill="#eff0f1"> + <path d="m3.9088 0.5c-0.17884 0-0.39742 0.093061-0.52123 0.22024-0.71841 0.72277-1.4383 1.444-2.1613 2.1637-0.12534 0.12408-0.22622 0.34743-0.22622 0.53975v0.00155c0.00306 3.3331 0.00306 10.102 0.00306 10.176v0.39706h0.3913c0.07337 0 9.8514-0.0016 14.691 0.0016 0.19565 0 0.41729-0.10236 0.54416-0.22955l0.0016-0.0016c0.71074-0.71812 1.4246-1.4331 2.1414-2.145 0.13446-0.13494 0.2277-0.36604 0.2277-0.55526-0.003058-3.3238 0-10.171 0-10.171v-0.39706zm0.018342 0.79411h14.29c0 0.49787-3e-3 6.5716 0 9.7698-0.71535 0.71036-1.4292 1.4254-2.1384 2.1419-4.7125-0.0031-13.732-0.0031-14.293-0.0016 0-0.55526 0-6.5514-0.00306-9.762 0.71688-0.71341 1.4322-1.4284 2.1445-2.1481zm3.7617 1.5882c-0.12381 0-0.24609 0.00309-0.3699 0.00775-0.29959 0.012413-0.5946 0.063596-0.88349 0.1489-0.65421 0.19698-1.1449 0.59093-1.4307 1.2191-0.099355 0.21869-0.18342 0.44669-0.25068 0.67779-0.18495 0.63281-0.22317 1.2842-0.23081 1.9372-0.00459 0.44049 0.0214 0.87942 0.084069 1.3153 0.061141 0.40791 0.15591 0.80652 0.31641 1.1896 0.29042 0.68865 0.80095 1.1214 1.5194 1.3106 0.62517 0.16596 1.2565 0.18767 1.9076 0.09617 0.32711 0.5351 0.65727 1.0779 0.99202 1.627 0.39589-0.18613 0.77191-0.36139 1.1586-0.54286-0.31946-0.51493-0.6267-1.0128-0.93088-1.5045 0.13298-0.12098 0.26444-0.228 0.3806-0.34898 0.30112-0.32106 0.48302-0.70726 0.60224-1.1276 0.16967-0.60024 0.21247-1.2175 0.22775-1.8364 0.010701-0.47926-0.019872-0.95697-0.084069-1.4316-0.061141-0.44204-0.16661-0.87322-0.34698-1.2842-0.30724-0.69795-0.82999-1.1353-1.5652-1.3277-0.36226-0.09306-0.72758-0.12408-1.096-0.12563zm4.659 0.79411v1.5882h-0.78261v1.1912h0.78261v2.7794c0 0.30555 0.06266 0.64056 0.18342 0.92595 0.10088 0.24041 0.27055 0.40947 0.50747 0.51338 0.18037 0.07756 0.36838 0.11788 0.5625 0.13649 0.37143 0.03412 0.80248-0.02636 1.1678-0.09151 0.10394-0.01861 0.20635-0.04033 0.31794-0.06203-0.01069-0.32416-0.02752-0.75844-0.05349-1.0702-0.04128-0.00304-0.06266-0.00934-0.0856-0.00776-0.24456 0.00934-0.55333 0.048083-0.79789 0.052729-0.10547 0.00158-0.21247-0.00934-0.31641-0.031028-0.13145-0.027922-0.21858-0.11633-0.25526-0.24971-0.01376-0.055834-0.02905-0.11013-0.03211-0.16596-0.01681-0.20939-0.02293-0.53355-0.02446-0.74448-0.0046-0.75069 0-1.9853 0-1.9853h1.5652v-1.1912h-1.5652v-1.5882zm-4.6972 0.40481c0.23234 0 0.46315 0.027917 0.69395 0.085305 0.39895 0.099264 0.69701 0.31641 0.88043 0.65608 0.1605 0.29159 0.24915 0.60334 0.29042 0.9244 0.048915 0.38775 0.071838 0.7786 0.09324 1.0206-0.019872 0.67159-0.035154 1.1927-0.1819 1.703-0.030573 0.10857-0.068787 0.21559-0.11158 0.31951-0.16508 0.40946-0.49066 0.65918-0.95228 0.76775-0.4662 0.10857-0.93852 0.11011-1.4078 0.0030375-0.49219-0.11163-0.82388-0.38306-0.99813-0.81579-0.14062-0.35053-0.21552-0.71191-0.23539-1.0811-0.022926-0.41412-0.032098-0.82979-0.019871-1.2439 0.010699-0.44824 0.076427-0.89183 0.23692-1.3184 0.033628-0.088402 0.074898-0.17526 0.1177-0.25902 0.18342-0.35208 0.48913-0.57232 0.89878-0.67624 0.23081-0.057387 0.46315-0.085306 0.69548-0.085306z" stroke-width=".39417"/> + <path class="ColorScheme-Text" d="m17.999 11-6.9987 6.9987v3.0013h3.0013l6.9987-6.9987zm-1.7074 2.9085 1.8001 1.8001-2.6449 2.6465v-0.56315l-0.84473 0.0179h-0.86263v-1.3509l1.2012-1.1995zm-3.3968 3.3952v1.3509h1.6895l0.0179 0.54362-0.90006 0.90169h-1.2012l-0.60059-0.60059v-1.2012z" color="#eff0f1"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/opera.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="48" height="48" version="1.1" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg"> +<path d="m24 0c-12.13 0-22 10.766-22 24s9.87 24 22 24 22-10.766 22-24-9.87-24-22-24zm7.966 37.252c-0.63422 3.4462-3.3882 6.1087-6.854 6.626-0.36506 0.08156-0.738 0.12244-1.112 0.12197-0.39788-0.0011-0.79425-0.04678-1.182-0.13603-3.4392-0.53409-6.1628-3.1878-6.786-6.612-1.2327-4.3141-1.9155-8.7668-2.032-13.252 0.11747-4.4854 0.80091-8.9379 2.034-13.252 0.63497-3.4455 3.3889-6.107 6.854-6.624 0.75497-0.16406 1.5368-0.16003 2.29 0.012 3.4447 0.52997 6.1747 3.1853 6.8 6.614 1.229 4.314 1.9084 8.7658 2.022 13.25-0.11719 4.4856-0.80063 8.9381-2.034 13.252z" fill="#f44336" stroke-width=".09375"/> + + + + + + + + + + + + + + + +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/outgoingBookmark.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 352 352" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <g transform="matrix(21.333 0 0 21.333 5.3333 -22072)"> + <path class="ColorScheme-Text" d="m8 1038.4-2 4-4 1 3 3-1 4 4-2 4 2-1-4 3-3-4-1z" color="#eff0f1" fill="currentColor"/> + </g> + <path class="ColorScheme-Text" d="m304 89.504-11.312 6.4962-116.69-67.008-116.69 67.008-11.312-6.4962 128-73.504 128 73.504" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/passwords.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path d="m11 3.5a2.5 2.5 0 0 1 2.5 2.5v5h-5v-5a2.5 2.5 0 0 1 2.5-2.5zm0-2.5a5 5 0 0 0-5 5v5h-2.5v10h15v-10h-2.5v-5a5 5 0 0 0-5-5z" fill="#eff0f1"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/pause.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m1 1v20h20v-20zm1.6667 1.6667h16.667v16.667h-16.667zm3.3333 3.3333v10h3.3333v-10zm6.6667 0v10h3.3333v-10z" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/pim.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" enable-background="new 0 0 1000 1000" version="1.1" viewBox="0 0 22 22" xml:space="preserve" xmlns="http://www.w3.org/2000/svg"> + +<g transform="matrix(.020408 0 0 .020372 .79592 .81408)" fill="#eff0f1"><g transform="matrix(.1 0 0 -.1 0 511)" fill="#eff0f1"><path d="m587.1 3769.9c-195.6-51.8-347.1-182.2-437.2-375.9l-49.9-105.5v-6348l55.6-118.9c65.2-143.8 182.2-257 333.7-327.9 103.6-49.9 126.6-51.8 466-57.5l356.7-7.7 11.5 90.1c28.8 197.5 172.6 391.2 354.8 475.6 126.6 59.5 379.7 59.5 506.3 0 182.2-82.5 326-278.1 352.9-473.7l13.4-88.2h4894.2l23 115.1c86.3 450.7 621.4 650.1 981.9 364.4 118.9-94 189.9-212.9 218.6-366.3l23-115.1 354.8 5.8 356.7 5.8 126.6 63.3c147.7 72.9 249.3 176.4 320.3 328l49.9 107.4v6348l-63.3 128.5c-72.9 147.7-176.4 249.3-328 320.3l-107.4 49.9-4363 3.8c-3415.5 1.7-4382-2.1-4451.1-21.3zm2612.1-1231.2c460.3-78.6 864.9-295.3 1191-636.7 255.1-266.6 425.7-571.5 527.4-935.9 49.9-176.4 53.7-216.7 53.7-544.7s-3.8-368.2-53.7-544.7c-101.7-364.4-272.3-669.3-527.4-935.9-836.2-876.4-2213.2-889.8-3072.4-32.5-1041.4 1035.6-742.2 2792.3 584.9 3442.4 398.9 197.6 855.4 262.8 1296.5 188zm5954.8-632.9c101.7-74.8 132.3-136.2 132.3-257s-30.7-182.2-132.3-257c-51.8-40.3-65.2-40.3-1704.9-40.3h-1653.2l-65.2 46c-182.2 130.4-164.9 414.2 30.7 517.8 71 38.4 103.6 38.4 1706.9 34.5 1616.6-3.7 1633.9-3.7 1685.7-44zm0-1227.4c101.7-74.8 132.3-136.2 132.3-257s-30.7-182.2-132.3-257c-51.8-40.3-65.2-40.3-1706.9-40.3h-1655l-67.1 51.8c-180.3 136.2-157.3 410.4 42.2 517.8 63.3 32.6 138.1 34.5 1701.1 30.7 1614.7-5.7 1633.9-5.7 1685.7-46zm-32.6-1217.8c99.7-55.6 141.9-122.7 151.5-237.8 11.5-134.2-34.5-226.3-140-287.7l-80.6-47.9h-3233.4l-80.5 47.9c-193.7 113.1-193.7 402.7-1.9 517.8l78.6 47.9h1618.6c1599.4 0.1 1618.6 0.1 1687.7-40.2z"/><path d="m2629.6 1907.7c-243.6-53.7-469.9-211-563.8-391.2-59.5-118.9-111.2-337.5-124.7-540.8-36.4-498.7 124.7-974.3 439.2-1298.4l97.8-101.7-46-80.5c-140-245.5-224.4-303-546.6-368.2-134.2-26.9-270.4-59.5-303-72.9l-61.4-25 161.1-120.8c609.9-458.3 1380.8-527.4 2052.1-182.2 145.8 74.8 423.8 272.3 437.3 312.6 5.8 15.4-88.2 40.3-379.7 99.7-107.4 23-211 55.6-251.2 84.4-82.5 53.7-187.9 180.3-241.6 285.7l-38.4 74.8 65.2 57.5c176.4 155.3 370.1 517.8 427.7 801.6 72.9 347.1 42.2 784.4-71 1037.5-149.7 337.8-610 523.8-1053 427.9z"/></g></g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/pim48.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="48" height="48" enable-background="new 0 0 1000 1000" version="1.1" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg"> + +<g transform="matrix(.044898 0 0 .044818 1.551 1.591)" fill="#eff0f1"><g transform="matrix(.1 0 0 -.1 0 511)" fill="#eff0f1"><path d="m587.1 3769.9c-195.6-51.8-347.1-182.2-437.2-375.9l-49.9-105.5v-6348l55.6-118.9c65.2-143.8 182.2-257 333.7-327.9 103.6-49.9 126.6-51.8 466-57.5l356.7-7.7 11.5 90.1c28.8 197.5 172.6 391.2 354.8 475.6 126.6 59.5 379.7 59.5 506.3 0 182.2-82.5 326-278.1 352.9-473.7l13.4-88.2h4894.2l23 115.1c86.3 450.7 621.4 650.1 981.9 364.4 118.9-94 189.9-212.9 218.6-366.3l23-115.1 354.8 5.8 356.7 5.8 126.6 63.3c147.7 72.9 249.3 176.4 320.3 328l49.9 107.4v6348l-63.3 128.5c-72.9 147.7-176.4 249.3-328 320.3l-107.4 49.9-4363 3.8c-3415.5 1.7-4382-2.1-4451.1-21.3zm2612.1-1231.2c460.3-78.6 864.9-295.3 1191-636.7 255.1-266.6 425.7-571.5 527.4-935.9 49.9-176.4 53.7-216.7 53.7-544.7s-3.8-368.2-53.7-544.7c-101.7-364.4-272.3-669.3-527.4-935.9-836.2-876.4-2213.2-889.8-3072.4-32.5-1041.4 1035.6-742.2 2792.3 584.9 3442.4 398.9 197.6 855.4 262.8 1296.5 188zm5954.8-632.9c101.7-74.8 132.3-136.2 132.3-257s-30.7-182.2-132.3-257c-51.8-40.3-65.2-40.3-1704.9-40.3h-1653.2l-65.2 46c-182.2 130.4-164.9 414.2 30.7 517.8 71 38.4 103.6 38.4 1706.9 34.5 1616.6-3.7 1633.9-3.7 1685.7-44zm0-1227.4c101.7-74.8 132.3-136.2 132.3-257s-30.7-182.2-132.3-257c-51.8-40.3-65.2-40.3-1706.9-40.3h-1655l-67.1 51.8c-180.3 136.2-157.3 410.4 42.2 517.8 63.3 32.6 138.1 34.5 1701.1 30.7 1614.7-5.7 1633.9-5.7 1685.7-46zm-32.6-1217.8c99.7-55.6 141.9-122.7 151.5-237.8 11.5-134.2-34.5-226.3-140-287.7l-80.6-47.9h-3233.4l-80.5 47.9c-193.7 113.1-193.7 402.7-1.9 517.8l78.6 47.9h1618.6c1599.4 0.1 1618.6 0.1 1687.7-40.2z"/><path d="m2629.6 1907.7c-243.6-53.7-469.9-211-563.8-391.2-59.5-118.9-111.2-337.5-124.7-540.8-36.4-498.7 124.7-974.3 439.2-1298.4l97.8-101.7-46-80.5c-140-245.5-224.4-303-546.6-368.2-134.2-26.9-270.4-59.5-303-72.9l-61.4-25 161.1-120.8c609.9-458.3 1380.8-527.4 2052.1-182.2 145.8 74.8 423.8 272.3 437.3 312.6 5.8 15.4-88.2 40.3-379.7 99.7-107.4 23-211 55.6-251.2 84.4-82.5 53.7-187.9 180.3-241.6 285.7l-38.4 74.8 65.2 57.5c176.4 155.3 370.1 517.8 427.7 801.6 72.9 347.1 42.2 784.4-71 1037.5-149.7 337.8-610 523.8-1053 427.9z"/></g></g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/plugin.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m4.3333 3v1.6h-3.3333v14.4h20v-14.4h-3.3333v-1.6h-5v1.6h-3.3333v-1.6zm-1.6667 3.2h16.667v11.2h-16.667z" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/plugin48.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="48" height="48" version="1.1" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m9.3333 5.5v3.5h-7.3333v31.5h44v-31.5h-7.3333v-3.5h-11v3.5h-7.3333v-3.5zm-3.6667 7h36.667v24.5h-36.667z" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/pluginArchive.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg"> + <g transform="translate(-326 -534.36)"> + <rect x="326.5" y="535.99" width="0" height="11" fill="#22a7f0"/> + <rect x="321.94" y="538.51" width="0" height="11" fill="#22a7f0"/> + <rect x="317.44" y="526.09" width="0" height="11" fill="#22a7f0"/> + <rect x="318.28" y="538.32" width="0" height="11" fill="#22a7f0"/> + <rect x="313.73" y="540.84" width="0" height="11" fill="#22a7f0"/> + <rect x="309.22" y="528.43" width="0" height="11" fill="#22a7f0"/> + <path d="m327 535.36v20h20v-20zm1.25 1.25h7.5v1.25h1.25v-1.25h8.75v17.5h-17.5zm8.75 1.25v1.25h1.25v-1.25zm0 1.25h-1.25v1.25h1.25zm0 1.25v1.25h1.25v-1.25zm0 1.25h-1.25v1.25h1.25zm0 1.25v1.25h1.25v-1.25zm0 1.25h-1.25v1.25h1.25zm0 1.25v1.25h1.25v-1.25zm0 1.25h-1.25v2.5h2.5v-1.25h-1.25z" fill="#eff0f1" stroke-width="2.5"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/pluginArchive48.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="48" height="48" version="1.1" xmlns="http://www.w3.org/2000/svg"> + <g transform="translate(-326 -508.36)"> + <rect x="326.5" y="535.99" width="0" height="11" fill="#22a7f0"/> + <rect x="321.94" y="538.51" width="0" height="11" fill="#22a7f0"/> + <rect x="317.44" y="526.09" width="0" height="11" fill="#22a7f0"/> + <rect x="318.28" y="538.32" width="0" height="11" fill="#22a7f0"/> + <rect x="313.73" y="540.84" width="0" height="11" fill="#22a7f0"/> + <rect x="309.22" y="528.43" width="0" height="11" fill="#22a7f0"/> + <path d="m328 510.36v44h44v-44zm2.75 2.75h16.5v2.75h2.75v-2.75h19.25v38.5h-38.5zm19.25 2.75v2.75h2.75v-2.75zm0 2.75h-2.75v2.75h2.75zm0 2.75v2.75h2.75v-2.75zm0 2.75h-2.75v2.75h2.75zm0 2.75v2.75h2.75v-2.75zm0 2.75h-2.75v2.75h2.75zm0 2.75v2.75h2.75v-2.75zm0 2.75h-2.75v5.5h5.5v-2.75h-2.75z" fill="#eff0f1" stroke-width="5.5"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/pluginArchiveList.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg"> + <g transform="translate(-326 -534.36)"> + <rect x="326.5" y="535.99" width="0" height="11" fill="#22a7f0"/> + <rect x="321.94" y="538.51" width="0" height="11" fill="#22a7f0"/> + <rect x="317.44" y="526.09" width="0" height="11" fill="#22a7f0"/> + <rect x="318.28" y="538.32" width="0" height="11" fill="#22a7f0"/> + <rect x="313.73" y="540.84" width="0" height="11" fill="#22a7f0"/> + <rect x="309.22" y="528.43" width="0" height="11" fill="#22a7f0"/> + <path d="m327 535.36v20h20v-20zm1.25 1.25h7.5v1.25h1.25v-1.25h8.75v17.5h-17.5zm8.75 1.25v1.25h1.25v-1.25zm0 1.25h-1.25v1.25h1.25zm0 1.25v1.25h1.25v-1.25zm0 1.25h-1.25v1.25h1.25zm0 1.25v1.25h1.25v-1.25zm0 1.25h-1.25v1.25h1.25zm0 1.25v1.25h1.25v-1.25zm0 1.25h-1.25v2.5h2.5v-1.25h-1.25z" fill="#eff0f1" stroke-width="2.5"/> + <g transform="translate(35.39 -10.347)" fill="#49cff1"> + <path d="m303.61 562.71v1h6v-1z"/> + <path d="m303.61 560.71v1h6v-1z"/> + <path d="m303.61 558.71v1h6v-1z"/> + </g> + <g transform="translate(25.39 -10.347)" fill="#49cff1"> + <path d="m303.61 562.71v1h6v-1z"/> + <path d="m303.61 560.71v1h6v-1z"/> + <path d="m303.61 558.71v1h6v-1z"/> + </g> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/pluginArchiveSnapshot.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg"> + <g transform="translate(-326 -534.36)"> + <rect x="326.5" y="535.99" width="0" height="11" fill="#22a7f0"/> + <rect x="321.94" y="538.51" width="0" height="11" fill="#22a7f0"/> + <rect x="317.44" y="526.09" width="0" height="11" fill="#22a7f0"/> + <rect x="318.28" y="538.32" width="0" height="11" fill="#22a7f0"/> + <rect x="313.73" y="540.84" width="0" height="11" fill="#22a7f0"/> + <rect x="309.22" y="528.43" width="0" height="11" fill="#22a7f0"/> + <path d="m327 535.36v20h20v-20zm1.25 1.25h7.5v1.25h1.25v-1.25h8.75v17.5h-17.5zm8.75 1.25v1.25h1.25v-1.25zm0 1.25h-1.25v1.25h1.25zm0 1.25v1.25h1.25v-1.25zm0 1.25h-1.25v1.25h1.25zm0 1.25v1.25h1.25v-1.25zm0 1.25h-1.25v1.25h1.25zm0 1.25v1.25h1.25v-1.25zm0 1.25h-1.25v2.5h2.5v-1.25h-1.25z" fill="#eff0f1" stroke-width="2.5"/> + <path class="ColorScheme-Text" d="m339.57 542.36v0.90906h-8.5714v9.0909h12v-9.0909h-0.85714v-0.90906zm-7.7143 1.8182h10.286v7.2728h-10.286zm3.4286 0.9091a2.5714 2.7273 0 0 0-2.5714 2.7273 2.5714 2.7273 0 0 0 2.5714 2.7273 2.5714 2.7273 0 0 0 2.5714-2.7273 2.5714 2.7273 0 0 0-2.5714-2.7273zm0 0.9091a1.7143 1.8182 0 0 1 1.7143 1.8182 1.7143 1.8182 0 0 1-1.7143 1.8182 1.7143 1.8182 0 0 1-1.7143-1.8182 1.7143 1.8182 0 0 1 1.7143-1.8182z" fill="#49cff1"/> + <path transform="translate(326 534.36)" d="m8.7905 15.162c-0.16085-0.05167-0.41324-0.19733-0.56087-0.3237-0.82094-0.7027-0.82136-2.0736-8.43e-4 -2.7759 0.25642-0.21948 0.75637-0.41978 1.0478-0.41978 0.30068 0 0.82726 0.21073 1.0544 0.42194l0.23662 0.22006-0.80686 0.0034v2.4529h0.33065c0.29342 0 0.32116 0.01143 0.24638 0.10154-0.27073 0.32621-1.035 0.48403-1.5472 0.3195z" fill="#49cff1" stroke="#49cff1" stroke-width=".1291"/> + <path transform="translate(326 534.36)" d="m9.8253 13.515v-1.1619h0.82492l0.13024 0.27708c0.2741 0.58312 0.23896 1.3106-0.08716 1.8046-0.15241 0.23088-0.17615 0.24206-0.5139 0.24206h-0.35411z" fill="#49cff1" stroke="#49cff1" stroke-width=".1291"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/pluginInstall.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m4.3333 3v1.6h-3.3333v14.4h20v-14.4h-3.3333v-1.6h-5v1.6h-3.3333v-1.6zm-1.6667 3.2h16.667v11.2h-16.667z" color="#eff0f1" fill="currentColor"/> + <path d="m10.6 7v3.6h-3.6v1.8h3.6v3.6h1.8v-3.6h3.6v-1.8h-3.6v-3.6z" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/pluginRepository.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,30 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + <linearGradient id="a" x1="34" x2="44" y1="19.008" y2="29.008" gradientUnits="userSpaceOnUse"> + <stop stop-color="#292c2f" offset="0"/> + <stop stop-opacity="0" offset="1"/> + </linearGradient> + <linearGradient id="d" x1="4" x2="4" y1="44" y2="4" gradientTransform="matrix(.25 0 0 .24998 -12.847 15.052)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#54d883" offset="0"/> + <stop stop-color="#abf9c7" offset="1"/> + </linearGradient> + <linearGradient id="linearGradient65" x1="34" x2="44" y1="19.008" y2="29.008" gradientTransform="matrix(.25 0 0 .24998 -12.847 15.052)" gradientUnits="userSpaceOnUse" xlink:href="#a"/> + <linearGradient id="c-7" x1="9" x2="38" y1="9" y2="38" gradientTransform="matrix(.25 0 0 .24998 -12.847 15.052)" gradientUnits="userSpaceOnUse" xlink:href="#a"/> + <linearGradient id="b" x1="4" x2="4" y1="44" y2="4" gradientTransform="matrix(.25 0 0 .24998 -12.847 15.052)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#197cf1" offset="0"/> + <stop stop-color="#20bcfa" offset="1"/> + </linearGradient> + </defs> + <path class="ColorScheme-Text" d="m4.3333 3v1.6h-3.3333v14.4h20v-14.4h-3.3333v-1.6h-5v1.6h-3.3333v-1.6zm-1.6667 3.2h16.667v11.2h-16.667z" color="#eff0f1" fill="currentColor"/> + <g transform="matrix(.9 0 0 .89986 17.663 -7.4428)" stroke-width=".24999"> + <ellipse cx="-6.8474" cy="21.051" rx="5" ry="4.9997" fill="url(#b)"/> + <path d="m-6.8474 16.051a5 4.9997 0 0 0-4.975 4.4997h0.725l0.75 0.74993 0.5 0.24983 2.7422 4.4872a5 4.9997 0 0 0 0.25775 0.01134 5 4.9997 0 0 0 5-4.9997 5 4.9997 0 0 0-5-4.9997z" fill="url(#c-7)" opacity=".2"/> + <path d="m-2.2009 19.21-1.6465 2.3416 1.5537 1.5536a5 4.9997 0 0 0 0.44625-2.0536 5 4.9997 0 0 0-0.34-1.8114 5 4.9997 0 0 0-0.013531-0.03024z" fill="url(#linearGradient65)" fill-rule="evenodd" opacity=".2"/> + <path d="m-6.8474 16.051a5 4.9997 0 0 0-0.4755 0.02646 5 4.9997 0 0 0-0.063496 0.0076 5 4.9997 0 0 0-0.80475 0.15912v-0.0076a5 4.9997 0 0 0-2.425 1.5349h0.0025a5 4.9997 0 0 0-0.895 1.4861l0.41125-0.20561h1v0.24983l0.25 0.24983v-0.49996l0.5-0.49965h0.25v-0.24983l0.25-0.24983 0.5-0.24983 0.25-0.24983 0.5-0.24983v0.24983l0.5-0.24983h-0.25v-0.24983l-0.25-0.24983h1l-0.25 0.24983 0.75 0.24983-0.25-0.49999v-0.49996l-0.23675-0.2366a5 4.9997 0 0 0-0.26325-0.01134zm3.75 1.7024v0.54746h0.42275a5 4.9997 0 0 0-0.42275-0.54746zm-6.9845 0.01512h0.01523l-0.03073 0.03024 0.01576-0.03024zm7.506 0.69044-0.2715 0.09033-0.5 0.24983v0.24983l-0.5 0.49999-0.25 0.49996v0.99995l0.25 0.49996 0.5 0.24983 0.25 0.24983 1.1793-0.19616a5 4.9997 0 0 0 4.993e-4 -0.0076 5 4.9997 0 0 0 0.052252-0.43797 5 4.9997 0 0 0 0.01799-0.36019 5 4.9997 0 0 0-0.022488-0.43498 5 4.9997 0 0 0-0.024265-0.2022 5 4.9997 0 0 0-0.047497-0.30841 5 4.9997 0 0 0-0.033751-0.14929 5 4.9997 0 0 0-0.089261-0.34847 5 4.9997 0 0 0-0.036246-0.10809 5 4.9997 0 0 0-0.13476-0.36813 5 4.9997 0 0 0-0.037002-0.08239 5 4.9997 0 0 0-0.185-0.3812 5 4.9997 0 0 0-0.11825-0.20636zm-8.5215 1.5902-0.25 0.24983h-0.25l-0.1625-0.16252a5 4.9997 0 0 0 0 9.45e-4 5 4.9997 0 0 0-0.0665 0.49421 5 4.9997 0 0 0-5e-4 0.0076l0.4795 0.1595 0.5 0.24983 0.5 0.49965h0.5v0.49999l-0.25 0.2502-0.25 0.49996v0.24983l0.5 0.49965 0.25 0.49999 0.25 0.24983 0.5 0.24983v1.0799a5 4.9997 0 0 0 0.00151 4.91e-4 5 4.9997 0 0 0 0.42425 0.16139 5 4.9997 0 0 0 0.048 0.0189 5 4.9997 0 0 0 0.37825 0.10205 5 4.9997 0 0 0 0.11275 0.03024 5 4.9997 0 0 0 0.33 0.05405 5 4.9997 0 0 0 0.17 0.02646 5 4.9997 0 0 0 0.2875 0.0189 5 4.9997 0 0 0 0.24775 0.01134 5 4.9997 0 0 0 0.2545-0.0076l0.2455-0.49073v-0.24983l0.5-0.24983 0.25-0.24983 0.25-0.99995 0.25-0.24983v-0.49999l-0.5-0.25285h-0.25l-0.5-0.24983h-0.25l-0.25-0.50014-0.25-0.24983h-0.5l-0.5-0.5003h-0.5l-0.75-0.24983-0.25 0.49996-0.5-0.24983h-0.25001v-0.49996l-0.5-0.24983 0.25-0.49996z" fill="url(#d)"/> + <path d="m-11.835 20.926c-1e-3 0.04271-0.01277 0.08202-0.01277 0.1251 0 2.7698 2.23 4.9997 5 4.9997s5-2.2298 5-4.9997c0-0.04271-0.011792-0.08239-0.012775-0.1251-0.00741 0.30123-0.030236 0.59943-0.088505 0.88516a4.9725 4.9722 0 0 1-1.3602 2.5281 4.9875 4.9872 0 0 1-1.5887 1.0697 4.9542 4.9539 0 0 1-0.9395 0.29065 5.051 5.0507 0 0 1-1.01 0.10091c-0.34625 0-0.68425-0.03402-1.01-0.10091a4.9725 4.9722 0 0 1-2.5283-1.3602 4.9875 4.9872 0 0 1-1.0697-1.5886 4.9542 4.9539 0 0 1-0.2905-0.93944c-0.05825-0.28573-0.08075-0.58375-0.0885-0.88516" opacity=".2"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/pluginUninstall.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m4.3333 3v1.6h-3.3333v14.4h20v-14.4h-3.3333v-1.6h-5v1.6h-3.3333v-1.6zm-1.6667 3.2h16.667v11.2h-16.667z" color="#eff0f1" fill="currentColor"/> + <path class="ColorScheme-NegativeText" d="M 8.2726,7 7,8.2726 10.2274,11.500002 7,14.7274 8.2726,16 11.500002,12.7726 14.7274,16 16,14.7274 12.7726,11.500002 16,8.2726 14.7274,7 11.500002,10.2274 Z" fill="#da4453"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/plus.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m10 4v7h-7v1h7v7h1v-7h7v-1h-7v-7h-1z" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/poslookahead.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path d="m8.5 7.4281h-7v7.1429h7v-7.1429m0.5-1.4281v10h-8v-10h8" fill="#eff0f1"/> + <path d="m21 6v0.625h-1.6v8.75h1.6v0.625h-4v-0.625h1.6v-8.75h-1.6v-0.625z" fill="#da4453"/> + <path d="m13.4 8v2.4h-2.4v1.2h2.4v2.4h1.2v-2.4h2.4v-1.2h-2.4v-2.4z" color="#eff0f1" fill="#da4453"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/poslookbehind.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path d="m20.5 7.4281h-7v7.1429h7v-7.1429m0.5-1.4281v10h-8v-10h8" fill="#eff0f1"/> + <path d="m11 6v0.625h-1.6v8.75h1.6v0.625h-4v-0.625h1.6v-8.75h-1.6v-0.625z" fill="#da4453"/> + <path d="m3.4 8v2.4h-2.4v1.2h2.4v2.4h1.2v-2.4h2.4v-1.2h-2.4v-2.4z" color="#eff0f1" fill="#da4453"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/preferences-api.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg"> + <g transform="translate(-326 -534.36)"> + <path class="ColorScheme-Text" d="m329.5 535.36v2.5h-2.5v3.75h2.5v7.5h-2.5v3.75h2.5v2.5h17.5v-20h-17.5m1.25 1.25h2.5v17.5h-2.5v-17.5m3.75 0h11.25v17.5h-11.25v-17.5" fill="#f7a01c"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/preferences-application.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg"> + <defs> + <linearGradient id="linearGradient4184" x2="0" y1="-545.29" y2="-521.03" gradientTransform="matrix(.78399 0 0 -.82434 -302.95 -428.5)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#faae2a" offset="0"/> + <stop stop-color="#ffc35a" offset="1"/> + </linearGradient> + </defs> + <path d="m11 1-3.0902 6.5836-6.9098 1.0557 5 5.1246-1.1803 7.2361 6.1803-3.4164 6.1803 3.4164-1.1803-7.2361 5-5.1246-6.9098-1.0557z" fill="url(#linearGradient4184)" stroke-width=".80391"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/preferences-autocompletion.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m2.875 1-0.66406 1.2109-1.2109 0.66406 1.2109 0.66406 0.66406 1.2109 0.66406-1.2109 1.2109-0.66406-1.2109-0.66406zm6.25 0-0.66406 1.2109-1.2109 0.66406 1.2109 0.66406 0.66406 1.2109 0.66406-1.2109 1.2109-0.66406-1.2109-0.66406zm8.3398 0-16.465 16.465 3.5352 3.5352 16.465-16.465zm-0.08545 1.853 1.7676 1.7676-3.8721 3.8745-1.77-1.77zm-12.004 3.147-0.66406 1.2109-1.2109 0.66406 1.2109 0.66406 0.66406 1.2109 0.66406-1.2109 1.2109-0.66406-1.2109-0.66406z" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/preferences-calltips.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg"> + <defs> + <linearGradient id="a" x1="13" x2="36" y1="1016.4" y2="1040.4" gradientUnits="userSpaceOnUse"> + <stop stop-color="#292c2f" offset="0"/> + <stop stop-opacity="0" offset="1"/> + </linearGradient> + <linearGradient id="b" x2="0" y1="44" y2="4" gradientUnits="userSpaceOnUse"> + <stop stop-color="#7cbaf8" offset="0"/> + <stop stop-color="#f4fcff" offset="1"/> + </linearGradient> + <linearGradient id="c" x2="0" y1="39" y2="9" gradientTransform="matrix(1.0286 0 0 1.2 -5.314 -4.8)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#197cf1" offset="0"/> + <stop stop-color="#20bcfa" offset="1"/> + </linearGradient> + </defs> + <g transform="matrix(.4878 0 0 .5 -.95122 -503.18)" fill-rule="evenodd"> + <g color="#000000" stroke-width="2"> + <path transform="translate(0 1004.4)" d="m44 24a20 20 0 1 1-40 0 20 20 0 1 1 40 0" fill="url(#b)"/> + <path transform="translate(0 1004.4)" d="m24 6c-9.941 0-18 8.06-18 18 0 9.941 8.06 18 18 18 9.941 0 18-8.06 18-18 0-9.941-8.06-18-18-18m-2 6h4v4h-4zm0 8h4v16h-4v-12z" fill="url(#c)"/> + </g> + <path d="m26 1020.4h-4l4 4v16h-4l8 8h15v-14l-19-18z" fill="url(#a)" opacity=".2"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/preferences-colours.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,118 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <defs> + <linearGradient id="linearGradient4149" x2="0" y1="545.8" y2="517.8" gradientTransform="translate(1.45e-4,5.74e-4)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#1d1e1e" offset="0"/> + <stop stop-color="#44484c" offset="1"/> + </linearGradient> + <linearGradient id="linearGradient4274" x1="8" x2="24" y1="24" y2="8" gradientUnits="userSpaceOnUse"> + <stop stop-color="#e81877" offset="0"/> + <stop stop-color="#dd1d8c" offset=".3125"/> + <stop stop-color="#6d57b1" offset=".5625"/> + <stop stop-color="#2a78c1" offset=".75"/> + <stop stop-color="#018dcb" offset="1"/> + </linearGradient> + <clipPath id="clipPath4534"> + <rect x="8" y="8" width="32" height="32" rx="16"/> + </clipPath> + <linearGradient id="linearGradient4278" x1="8" x2="24" y1="24" y2="8" gradientTransform="matrix(1 0 0 -1 384.57 547.8)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#e51561" offset="0"/> + <stop stop-color="#e4156c" offset=".3125"/> + <stop stop-color="#e71e2c" offset=".5625"/> + <stop stop-color="#e8301e" offset=".75"/> + <stop stop-color="#e6320e" offset="1"/> + </linearGradient> + <clipPath id="clipPath4584"> + <rect x="392.57" y="507.8" width="32" height="32" rx="16"/> + </clipPath> + <linearGradient id="linearGradient4284" x1="8" x2="24" y1="24" y2="8" gradientTransform="matrix(-1 0 0 1 432.57 499.8)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#bec900" offset="0"/> + <stop stop-color="#9ec80a" offset=".3125"/> + <stop stop-color="#71b93d" offset=".5625"/> + <stop stop-color="#35a48f" offset=".75"/> + <stop stop-color="#018fca" offset="1"/> + </linearGradient> + <clipPath id="clipPath4550"> + <rect x="392.57" y="507.8" width="32" height="32" rx="16"/> + </clipPath> + <linearGradient id="linearGradient4286" x1="8" x2="24" y1="24" y2="8" gradientTransform="rotate(180 216.29 273.9)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#c1cc00" offset="0"/> + <stop stop-color="#dfcd00" offset=".3125"/> + <stop stop-color="#f0cc00" offset=".5625"/> + <stop stop-color="#fd8c08" offset=".75"/> + <stop stop-color="#f25c13" offset="1"/> + </linearGradient> + <clipPath id="clipPath4568"> + <rect x="392.57" y="507.8" width="32" height="32" rx="16"/> + </clipPath> + <clipPath id="clipPath4528"> + <rect x="8" y="8" width="32" height="32" rx="16"/> + </clipPath> + <filter id="filter4390" x="-.06" y="-.06" width="1.12" height="1.12" color-interpolation-filters="sRGB"> + <feGaussianBlur stdDeviation="0.4"/> + </filter> + <clipPath id="clipPath4578"> + <rect x="392.57" y="507.8" width="32" height="32" rx="16"/> + </clipPath> + <clipPath id="clipPath4562"> + <rect x="392.57" y="507.8" width="32" height="32" rx="16"/> + </clipPath> + <clipPath id="clipPath4544"> + <rect x="392.57" y="507.8" width="32" height="32" rx="16"/> + </clipPath> + <clipPath id="clipPath4528-1"> + <rect x="8" y="8" width="32" height="32" rx="16"/> + </clipPath> + <clipPath id="clipPath4578-8"> + <rect x="392.57" y="507.8" width="32" height="32" rx="16"/> + </clipPath> + <clipPath id="clipPath4562-8"> + <rect x="392.57" y="507.8" width="32" height="32" rx="16"/> + </clipPath> + <clipPath id="clipPath4544-1"> + <rect x="392.57" y="507.8" width="32" height="32" rx="16"/> + </clipPath> + <linearGradient id="linearGradient4314" x2="0" y1="543.8" y2="503.8" gradientTransform="matrix(.2 0 0 .2 318.86 -636.56)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#2a2c2f" offset="0"/> + <stop stop-color="#424649" offset="1"/> + </linearGradient> + <linearGradient id="linearGradient4917" x2="0" y1="524.8" y2="522.8" gradientTransform="translate(-8,8)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#989a9b" offset="0"/> + <stop stop-color="#f6f6f7" offset="1"/> + </linearGradient> + <linearGradient id="linearGradient4499" x1="393.57" x2="407.57" y1="524.8" y2="538.8" gradientTransform="translate(-384.57 -515.8)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#292c2f" offset="0"/> + <stop stop-opacity="0" offset="1"/> + </linearGradient> + </defs> + <g transform="translate(-384.57 -525.8)"> + <g transform="matrix(.71429 0 0 .71429 109.45 156.94)"> + <rect x="386.57" y="517.8" width="28" height="28" rx="14" fill="url(#linearGradient4149)"/> + <g transform="matrix(.66347 .17778 -.17778 .66347 222.62 111.64)" stroke-opacity=".55027" stroke-width="2.8"> + <path transform="translate(384.57 499.8)" d="m24 8c-8.864 0-16 7.136-16 16h16z" clip-path="url(#clipPath4534)" fill="url(#linearGradient4274)"/> + <path d="m408.57 539.8c-8.864 0-16-7.136-16-16h16z" clip-path="url(#clipPath4584)" fill="url(#linearGradient4278)"/> + <path d="m408.57 507.8c8.864 0 16 7.136 16 16h-16z" clip-path="url(#clipPath4550)" fill="url(#linearGradient4284)"/> + <path d="m408.57 539.8c8.864 0 16-7.136 16-16h-16z" clip-path="url(#clipPath4568)" fill="url(#linearGradient4286)"/> + </g> + <g transform="matrix(.68688 0 0 .68688 119.93 172.01)" opacity=".7" stroke-opacity=".55027" stroke-width="2.8"> + <path transform="translate(384.57 499.8)" d="m24 8c-8.864 0-16 7.136-16 16h16z" clip-path="url(#clipPath4528)" fill="url(#linearGradient4274)" filter="url(#filter4390)" opacity="1"/> + <path d="m408.57 539.8c-8.864 0-16-7.136-16-16h16z" clip-path="url(#clipPath4578)" fill="url(#linearGradient4278)" filter="url(#filter4390)" opacity="1"/> + <path d="m408.57 539.8c8.864 0 16-7.136 16-16h-16z" clip-path="url(#clipPath4562)" fill="url(#linearGradient4286)" filter="url(#filter4390)" opacity="1"/> + <path d="m408.57 507.8c8.864 0 16 7.136 16 16h-16z" clip-path="url(#clipPath4544)" fill="url(#linearGradient4284)" filter="url(#filter4390)" opacity="1"/> + </g> + <path transform="matrix(.48569 .48569 -.48569 .48569 400.57 508.48)" d="m24 8c-8.864 0-16 7.136-16 16h16z" clip-path="url(#clipPath4528)" fill="url(#linearGradient4274)" opacity=".35" stroke-opacity=".55027" stroke-width="2.8"/> + <path transform="matrix(.48569 .48569 -.48569 .48569 456.54 78.951)" d="m408.57 539.8c-8.864 0-16-7.136-16-16h16z" clip-path="url(#clipPath4578)" fill="url(#linearGradient4278)" opacity=".35" stroke-opacity=".55027" stroke-width="2.8"/> + <path transform="matrix(.48569 .48569 -.48569 .48569 456.54 78.951)" d="m408.57 539.8c8.864 0 16-7.136 16-16h-16z" clip-path="url(#clipPath4562)" fill="url(#linearGradient4286)" opacity=".35" stroke-opacity=".55027" stroke-width="2.8"/> + <path transform="matrix(.48569 .48569 -.48569 .48569 456.54 78.951)" d="m408.57 507.8c8.864 0 16 7.136 16 16h-16z" clip-path="url(#clipPath4544)" fill="url(#linearGradient4284)" opacity=".35" stroke-opacity=".55027" stroke-width="2.8"/> + <g transform="matrix(.17778 .66347 -.66347 .17778 675.46 167.6)" stroke-opacity=".55027" stroke-width="2.8"> + <path transform="translate(384.57 499.8)" d="m24 8c-8.864 0-16 7.136-16 16h16z" clip-path="url(#clipPath4528-1)" fill="url(#linearGradient4274)" opacity=".3"/> + <path transform="translate(-6e-6,1e-5)" d="m408.57 539.8c-8.864 0-16-7.136-16-16h16z" clip-path="url(#clipPath4578-8)" fill="url(#linearGradient4278)" opacity=".3"/> + <path transform="translate(-6e-6,1e-5)" d="m408.57 539.8c8.864 0 16-7.136 16-16h-16z" clip-path="url(#clipPath4562-8)" fill="url(#linearGradient4286)" opacity=".3"/> + <path transform="translate(-6e-6,1e-5)" d="m408.57 507.8c8.864 0 16 7.136 16 16h-16z" clip-path="url(#clipPath4544-1)" fill="url(#linearGradient4284)" opacity=".3"/> + </g> + <path transform="translate(384.57 515.8)" d="m18.699 13-5.3496 6 9.3203 9.3203c2.4018-1.2982 4.3739-3.278 5.666-5.6836z" fill="url(#linearGradient4499)" fill-rule="evenodd" opacity=".2"/> + <rect transform="scale(1,-1)" x="396.57" y="-535.8" width="8" height="8" rx="4" fill="url(#linearGradient4314)" stroke-opacity=".55027" stroke-width="2.8"/> + <path d="m399.57 532.8 1-2 0.99999 2z" fill="url(#linearGradient4917)" fill-rule="evenodd"/> + </g> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/preferences-cooperation.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m1 2v12.857l3.75 5.1429-2.5e-5 -3.8571 2.5e-5 -1.2857h16.25v-12.857zm1.25 1.2857h17.5v10.286h-17.5z" color="#eff0f1" fill="currentColor"/> + <path class="ColorScheme-Text" d="m13 5-6 1.709v3.082l0.5 0.14258v1.2168l3 0.84961v-1.2119l2.5 0.71191v-5.9785zm2.0146 0.21387-0.38574 0.31543c0.56863 0.88612 0.87096 1.9169 0.87109 2.9697-2e-3 1.0519-0.30571 2.0812-0.875 2.9658l0.3916 0.32129c0.64078-0.97662 0.98255-2.119 0.9834-3.2871-2e-3 -1.1676-0.34425-2.3093-0.98535-3.2852zm-2.5146 0.4502v5.1719l-5-1.4238v-2.3242zm1.3447 0.50781-0.39062 0.31934c0.3559 0.6094 0.54423 1.3021 0.5459 2.0078-1e-3 0.70595-0.1892 1.399-0.54492 2.0088l0.39062 0.32031c0.42662-0.70208 0.65289-1.5076 0.6543-2.3291-2e-3 -0.82096-0.22866-1.6257-0.65527-2.3271zm-7.3447 0.67969-0.5 0.14258v2.5118l0.5 0.14258v-2.6485zm1.5 3.2246 2 0.56934v0.71289l-2-0.56641z" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/preferences-debugger.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <path d="m3.02 14.502-0.00271-0.04081c8.7e-4 0.01361 0.00178 0.02722 0.00271 0.04081z" fill="#c5c5c5"/> + <g transform="matrix(1.4368 0 0 1.4654 -.43678 -47.874)" fill="#eff0f1"> + <path d="m7.2577 40.905-1.7701-1.7791 0.59162-0.59161 1.8718 1.8812 1.8451-1.8451 0.59165 0.5916-1.77 1.77 1.7701 1.7791-0.59161 0.5916-1.8717-1.8813-1.8451 1.8451-0.59161-0.5916z"/> + <path d="m10.878 36.27v0.58167h0.7849l1.6579-1.6579 0.5916 0.59161-1.5698 1.5698 0.0189 0.04949c0.3304 0.86212 0.5165 1.8351 0.5165 2.8653 0 0.1957-0.0067 0.38933-0.0199 0.58053l-3e-3 0.04364h2.0654v0.83666h-2.1705l-0.0061 0.03349c-0.1764 0.96445-0.5195 1.8438-0.9869 2.5838l-0.0347 0.0551 1.9964 2.0065-0.5931 0.5901-1.9098-1.9194-0.0577 0.0645c-0.8627 0.965-1.9806 1.5435-3.1984 1.5435-1.2367 0-2.3704-0.5966-3.2384-1.5887l-0.05749-0.0657-1.8717 1.8717-0.59162-0.5916 1.9632-1.9632-0.03399-0.055c-0.45068-0.729-0.782-1.5897-0.95424-2.5316l-0.00612-0.03349h-2.1688v-0.83666h2.0637l-3e-3 -0.04364c-0.01315-0.1912-0.01986-0.38483-0.01986-0.58053 0-1.0167 0.18128-1.9778 0.50362-2.8315l0.01857-0.04919-1.6109-1.619 0.59311-0.59012 1.6631 1.6715h0.83249v-0.58167c0-1.6118 1.3066-2.9183 2.9183-2.9183s2.9183 1.3066 2.9183 2.9183zm-5 0v0.58167h4.1633v-0.58167c0-1.1497-0.93196-2.0817-2.0816-2.0817s-2.0817 0.93199-2.0817 2.0817zm5.7163 1.4712-0.0199-0.0529h-7.2295l-0.0199 0.0529c-0.28341 0.75313-0.44701 1.6105-0.44701 2.5288 0 1.6099 0.50298 3.0339 1.274 4.0363 0.77037 1.0015 1.771 1.5454 2.8076 1.5454s2.0373-0.5439 2.8076-1.5454c0.7711-1.0024 1.274-2.4263 1.274-4.0363 0-0.91822-0.1636-1.7756-0.447-2.5288z" clip-rule="evenodd" fill-rule="evenodd"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/preferences-editor.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + } + .ColorScheme-Highlight { + color:#3daee9; + }</style> + </defs> + <path class="ColorScheme-Text" d="m1 1v20h7.5v-1.25h-6.25v-15h15v5h1.25v-8.75h-2.5v1.25h-1.25v-1.25h-10v1.25h-1.25v-1.25zm2.5 5v1.25h12.5v-1.25zm0 3.75v1.25h12.5v-1.25zm15 1.25-1.2451 1.2427-0.0049-0.0049-6.25 6.2476 0.0098 0.0098-0.0049 1.2549h-0.004882v1.25h2.5l0.0123-0.0123c5e-3 -2.5e-5 0.0073 0.0025 0.01225 0.0025l-0.0074-0.0074 1.2328-1.2328 5-4.9951-0.88135-0.88623-6.2378 6.2329-0.74219-0.73975 6.2402-6.2354 0.73975 0.74219 0.88135 0.87891 1.25-1.25zm-15 2.5v1.25h8.75v-1.25z" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/preferences-exporters.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m2 1v16.25h6.8052l-2.9481 2.8662 0.90904 0.88379 4.5-4.375-4.5-4.375-0.90904 0.88379 2.9481 2.8662h-5.5195v-13.75h15.429v17.5h-7.7143v1.25h9v-20h-1.2857z" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/preferences-filehandling.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m1 1v20h20v-15.872h-0.0098l0.0098-0.012206-4.1162-4.1157-0.0098 0.012211v-0.012211h-0.87399zm1.25 1.2523h3.75v6.2492h10v-6.2492h0.36621l3.3838 3.3834v14.114h-2.5v-8.7489h-12.5v8.7489h-2.5zm5 0h4.8755v4.9994h-4.8755zm-1.25 9.9988h10v7.4991h-10z" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/preferences-general.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" fill="none" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <path d="m18.418 21c0.3372-0.0047 0.66996-0.07771 0.97823-0.21466 0.30829-0.13696 0.5857-0.33502 0.81556-0.58217 0.44726-0.40814 0.72464-0.96999 0.7769-1.5738 0.05932-0.6241-0.12134-1.2473-0.50511-1.7425-1.7235-1.8209-5.1228-5.2262-7.5954-7.6513 0.52611-1.4252 0.50153-2.996-0.068943-4.404-0.4691-1.1715-1.3033-2.16-2.3785-2.8183-0.84344-0.55957-1.8129-0.89962-2.8206-0.98937-1.0077-0.08974-2.0217 0.073644-2.9506 0.47539l-0.88157 0.3825 4.094 4.2234-1.7924 1.8009-4.2054-4.1172-0.38186 0.88586c-0.32186 0.74686-0.49257 1.5503-0.50214 2.3638-0.0096 0.81344 0.14214 1.6207 0.44643 2.3749 0.30171 0.7458 0.74986 1.4233 1.3179 1.9922 0.32186 0.31551 0.67757 0.59434 1.0607 0.8314 0.79271 0.53032 1.6997 0.86463 2.6464 0.97546 0.94686 0.11082 1.9064-5e-3 2.7998-0.33796 1.5684 1.5937 5.4834 5.5423 7.598 7.5197 0.42419 0.38596 0.97553 0.60163 1.5485 0.60564zm-11.339-18.672c0.93972-0.00236 1.8589 0.275 2.6409 0.79687 0.30499 0.18654 0.58824 0.4066 0.84451 0.65608 0.68156 0.68825 1.1367 1.5688 1.3045 2.5236 0.16777 0.95476 0.04011 1.9381-0.36586 2.8181l-0.19357 0.42499 0.33277 0.32539c2.4832 2.4278 6.0986 6.039 7.8367 7.8771 0.15476 0.23083 0.22096 0.5099 0.18634 0.78567-0.0346 0.27591-0.16766 0.52993-0.3746 0.71511-0.11926 0.13309-0.26457 0.24028-0.42692 0.3147-0.14309 0.06483-0.29774 0.10003-0.45474 0.10361-0.23844-6e-3 -0.46673-0.09803-0.643-0.25888-2.2472-2.1011-6.5891-6.4945-7.8632-7.7855l-0.32747-0.33071-0.4216 0.19258c-0.73393 0.34273-1.5438 0.48946-2.3511 0.42592-0.80728-0.06353-1.5844-0.33516-2.256-0.7885-0.30557-0.18872-0.58886-0.41148-0.84443-0.66405-0.44257-0.44209-0.79229-0.96843-1.0287-1.548-0.23628-0.57958-0.35443-1.2007-0.34757-1.8267 0-0.30863 0.03057-0.61651 0.09157-0.91906l3.6817 3.5992 3.6445-3.6457-3.5928-3.7054c0.30571-0.059533 0.61657-0.088455 0.928-0.086323z" fill="#eff0f1" stroke-width="1.4298"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/preferences-graphics.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m1 1v20h20v-20zm1.25 1.25h17.5v17.5h-17.5zm4.375 1.25c-1.7312 0-3.125 1.3938-3.125 3.125s1.3938 3.125 3.125 3.125 3.125-1.3938 3.125-3.125-1.3938-3.125-3.125-3.125zm0 1.25c1.0388 0 1.875 0.83625 1.875 1.875s-0.83625 1.875-1.875 1.875-1.875-0.83625-1.875-1.875 0.83625-1.875 1.875-1.875zm8.1177 5-4.1821 4.1797-1.6772-1.6797-0.0073243 0.009765-0.0097655-0.009765-5.3662 5.3662 0.88379 0.88379 4.4897-4.4897 1.687 1.687 4.1895-4.1895 2.8662 2.8662 0.88379-0.88379-3.7402-3.7402-0.009765 0.009765z" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/preferences-help.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m11 1c-2.3476 0-4.4962 0.8063-6.1987 2.1509-0.00639 0.00504-0.013162 0.00959-0.019531 0.014649-0.066309 0.05263-0.13284 0.10442-0.19775 0.15869l-1.0742-1.0742h-2.5098v2.5098l1.3037 1.3037c-0.82525 1.4557-1.3037 3.1371-1.3037 4.9365 0 1.7995 0.47846 3.4808 1.3037 4.9365l-1.3037 1.3037v2.5098h2.5098l1.0742-1.0742c0.064916 0.05426 0.13145 0.10606 0.19775 0.15869 0.00637 5e-3 0.013147 0.0096 0.019531 0.01465 1.7026 1.3446 3.8511 2.1509 6.1987 2.1509 2.4481 0 4.6814-0.8741 6.416-2.3242l1.0742 1.0742h2.5098v-2.5098l-1.3037-1.3037c0.82525-1.4557 1.3037-3.1371 1.3037-4.9365 0-1.7995-0.47846-3.4808-1.3037-4.9365l1.3037-1.3037v-2.5098h-2.5098l-1.0742 1.0742c-0.064911-0.054269-0.13144-0.10606-0.19775-0.15869-0.0064-0.00505-0.01314-0.00961-0.01954-0.014649-1.7025-1.3446-3.8511-2.1509-6.1987-2.1509zm0 1.25c1.5506 0 3.0023 0.40171 4.2627 1.1035l-2.8662 2.8662c-0.44556-0.12938-0.9081-0.21973-1.3965-0.21973s-0.95093 0.090344-1.3965 0.21973l-2.8662-2.8662c1.2604-0.70181 2.7121-1.1035 4.2627-1.1035zm-8.374 0.88379 1.0547 1.0547c-0.17844 0.19174-0.3521 0.38785-0.51514 0.59326-0.00505 0.00638-0.00961 0.013147-0.014649 0.019531-0.05046 0.063894-0.097569 0.13016-0.14648 0.19531l-1.1206-1.1206zm16.748 0 0.74219 0.74219-1.1206 1.1206c-0.21137-0.28153-0.43689-0.55089-0.67627-0.80811zm-16.021 3.6035 2.8662 2.8662c-0.12938 0.44555-0.21973 0.90809-0.21973 1.3965s0.090344 0.95093 0.21973 1.3965l-2.8662 2.8662c-0.70181-1.2604-1.1035-2.7121-1.1035-4.2627s0.40171-3.0023 1.1035-4.2627zm15.293 0c0.70181 1.2604 1.1035 2.7121 1.1035 4.2627s-0.40171 3.0023-1.1035 4.2627l-2.8662-2.8662c0.12938-0.44556 0.21973-0.9081 0.21973-1.3965s-0.090344-0.95093-0.21973-1.3965zm-7.6465 0.5127c0.11396 0 0.22072 0.024325 0.33203 0.034175 0.49343 0.043687 0.95542 0.17805 1.3745 0.39307 0.69627 0.35723 1.259 0.91994 1.6162 1.6162 0.21502 0.41909 0.34938 0.88108 0.39307 1.3745 0.0099 0.11132 0.03418 0.21808 0.03418 0.33204s-0.02432 0.22072-0.03417 0.33203c-0.04369 0.49343-0.17805 0.95542-0.39307 1.3745-0.35723 0.69627-0.91995 1.259-1.6162 1.6162-0.41909 0.21502-0.88108 0.34938-1.3745 0.39307-0.11132 0.009856-0.21808 0.03418-0.33204 0.03418s-0.22072-0.02432-0.33203-0.03418c-0.49343-0.043689-0.95542-0.17805-1.3745-0.39307-0.69627-0.35723-1.259-0.91994-1.6162-1.6162-0.21502-0.41909-0.34938-0.88108-0.39307-1.3745-0.0098562-0.11131-0.03418-0.21807-0.03418-0.33203s0.024324-0.22072 0.03418-0.33203c0.043689-0.49343 0.17805-0.95542 0.39307-1.3745 0.35723-0.69627 0.91994-1.259 1.6162-1.6162 0.41909-0.21502 0.88108-0.34938 1.3745-0.39307 0.11131-0.0098563 0.21807-0.03418 0.33203-0.03418zm-1.3965 8.5303c0.44555 0.12938 0.9081 0.21973 1.3965 0.21973s0.95093-0.09034 1.3965-0.21973l2.8662 2.8662c-1.2604 0.70181-2.7121 1.1035-4.2627 1.1035s-3.0023-0.40171-4.2627-1.1035l1.3965-1.3965zm-6.5991 1.2231c0.21137 0.28153 0.43689 0.55089 0.67627 0.80811l-1.0547 1.0547-0.74219-0.74219zm15.991 0 1.1206 1.1206-0.74219 0.74219-1.0547-1.0547c0.23938-0.25722 0.4649-0.52657 0.67627-0.80811z" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/preferences-helpdocumentation.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m3.5 1v2.5h-2.5v3.75h2.5v7.5h-2.5v3.75h2.5v2.5h17.5v-20h-17.5m1.25 1.25h2.5v17.5h-2.5v-17.5m3.75 0h11.25v17.5h-11.25v-17.5" color="#eff0f1" fill="currentColor"/> + <path class="ColorScheme-Text" d="m14 7a4 4 0 0 0-4 4 4 4 0 0 0 4 4 4 4 0 0 0 4-4 4 4 0 0 0-4-4zm-4 0.66667v1.3333l1.3333-1.3333zm4 0a3.3333 3.3333 0 0 1 1.5938 0.40625l-1.0143 1.0143a2 2 0 0 0-0.57943-0.08724 2 2 0 0 0-0.57943 0.08724l-1.0117-1.0117a3.3333 3.3333 0 0 1 1.5911-0.40885zm2.6667 0 1.3333 1.3333v-1.3333zm-5.5938 1.7396 1.0143 1.0143a2 2 0 0 0-0.087239 0.57943 2 2 0 0 0 0.08724 0.57943l-1.0117 1.0117a3.3333 3.3333 0 0 1-0.40886-1.5911 3.3333 3.3333 0 0 1 0.40625-1.5938zm5.8516 0.0026a3.3333 3.3333 0 0 1 0.40885 1.5911 3.3333 3.3333 0 0 1-0.40625 1.5938l-1.0143-1.0143a2 2 0 0 0 0.08724-0.57943 2 2 0 0 0-0.08724-0.57943zm-2.9245 0.25781a1.3333 1.3333 0 0 1 1.3333 1.3333 1.3333 1.3333 0 0 1-1.3333 1.3333 1.3333 1.3333 0 0 1-1.3333-1.3333 1.3333 1.3333 0 0 1 1.3333-1.3333zm-0.57943 3.2461a2 2 0 0 0 0.57943 0.08724 2 2 0 0 0 0.57943-0.08724l1.0117 1.0117a3.3333 3.3333 0 0 1-1.5911 0.40885 3.3333 3.3333 0 0 1-1.5938-0.40625zm-3.4206 0.08724v1.3333h1.3333zm8 0-1.3333 1.3333h1.3333z" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/preferences-helpviewers.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m1 1v14.286l3.75 5.7143-2.5e-5 -4.2857 2.5e-5 -1.4286h16.25v-14.286zm1.25 1.4286h17.5v11.429h-17.5z" color="#eff0f1" fill="currentColor"/> + <path class="ColorScheme-Text" d="m11 3a5 5 0 0 0-5 5 5 5 0 0 0 5 5 5 5 0 0 0 5-5 5 5 0 0 0-5-5zm-5 0.83333v1.6667l1.6667-1.6667zm5 0a4.1667 4.1667 0 0 1 1.9922 0.50781l-1.2679 1.2679a2.5 2.5 0 0 0-0.72428-0.10905 2.5 2.5 0 0 0-0.72428 0.10905l-1.2646-1.2646a4.1667 4.1667 0 0 1 1.9889-0.51107zm3.3333 0 1.6667 1.6667v-1.6667zm-6.9922 2.1745 1.2679 1.2679a2.5 2.5 0 0 0-0.10905 0.72428 2.5 2.5 0 0 0 0.10905 0.72428l-1.2646 1.2646a4.1667 4.1667 0 0 1-0.51107-1.9889 4.1667 4.1667 0 0 1 0.50781-1.9922zm7.3145 0.00325a4.1667 4.1667 0 0 1 0.51107 1.9889 4.1667 4.1667 0 0 1-0.50781 1.9922l-1.2679-1.2679a2.5 2.5 0 0 0 0.10905-0.72429 2.5 2.5 0 0 0-0.10905-0.72428zm-3.6556 0.32226a1.6667 1.6667 0 0 1 1.6667 1.6667 1.6667 1.6667 0 0 1-1.6667 1.6667 1.6667 1.6667 0 0 1-1.6667-1.6667 1.6667 1.6667 0 0 1 1.6667-1.6667zm-0.72428 4.0576a2.5 2.5 0 0 0 0.72428 0.10905 2.5 2.5 0 0 0 0.72428-0.10905l1.2646 1.2646a4.1667 4.1667 0 0 1-1.9889 0.51107 4.1667 4.1667 0 0 1-1.9922-0.50781zm-4.2757 0.10905v1.6667h1.6667zm10 0-1.6667 1.6667h1.6667z" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/preferences-highlighter-association.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,32 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <defs> + <linearGradient id="linearGradient4217" x2="0" y1="543.8" y2="503.8" gradientTransform="matrix(.5 0 0 .5 191.29 274.9)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#197cf1" offset="0"/> + <stop stop-color="#21c9fb" offset="1"/> + </linearGradient> + <linearGradient id="linearGradient4296" x2="0" y1="22" y2="10" gradientTransform="matrix(.71429 0 0 .71429 384.14 525.37)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#7cbaf8" offset="0"/> + <stop stop-color="#f4fcff" offset="1"/> + </linearGradient> + <linearGradient id="linearGradient4304" x2="0" y1="545.8" y2="517.8" gradientTransform="matrix(.71429 0 0 .71429 109.45 156.94)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#42a603" offset="0"/> + <stop stop-color="#78da06" offset="1"/> + </linearGradient> + <linearGradient id="linearGradient4227"> + <stop stop-color="#292c2f" offset="0"/> + <stop stop-opacity="0" offset="1"/> + </linearGradient> + <linearGradient id="linearGradient4385" x1="401.57" x2="408.57" y1="524.8" y2="531.8" gradientTransform="matrix(.71429 0 0 .71429 109.45 156.94)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient4227"/> + <linearGradient id="linearGradient4389" x1="401.57" x2="408.57" y1="524.8" y2="531.8" gradientTransform="matrix(.71429 0 0 .71429 113.73 156.94)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient4227"/> + </defs> + <g transform="translate(-384.57 -525.8)" stroke-width=".71429"> + <path d="m389.86 526.8v20h15.714v-15l-5-5z" fill="url(#linearGradient4304)"/> + <path d="m405.57 531.8-5-5v5z" fill="#313437" fill-rule="evenodd"/> + <path d="m385.57 526.8v20h15.714v-15l-5-5z" fill="url(#linearGradient4217)"/> + <path d="m401.29 531.8-5-5v5z" fill="#313437" fill-rule="evenodd"/> + <path d="m391.29 532.51c-0.39572 0-0.71429 0.31857-0.71429 0.71428 0 0.39572 0.31857 0.71429 0.71429 0.71429 0.39571 0 0.71428-0.31857 0.71428-0.71429 0-0.39571-0.31857-0.71428-0.71428-0.71428zm3.5714 0-1.4286 1.4286 1.4286 1.4286-1.4286 1.4286 1.4286 1.4286 2.8571-2.8571-1.4286-1.4286zm-5 4.2857c-0.39572 0-0.71429 0.31857-0.71429 0.71429 0 0.39571 0.31857 0.71428 0.71429 0.71428 0.39571 0 0.71428-0.31857 0.71428-0.71428 0-0.39572-0.31857-0.71429-0.71428-0.71429zm2.8571 2.8571c-0.39571 0-0.71429 0.31857-0.71429 0.71429 0 0.39571 0.31858 0.71428 0.71429 0.71428s0.71429-0.31857 0.71429-0.71428c0-0.39572-0.31858-0.71429-0.71429-0.71429z" fill="url(#linearGradient4296)"/> + <path d="m396.29 531.8 5 5v-5z" fill="url(#linearGradient4385)" fill-rule="evenodd" opacity=".2"/> + <path d="m400.57 531.8 5 5v-5z" fill="url(#linearGradient4389)" fill-rule="evenodd" opacity=".2"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/preferences-highlighting-styles.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <path d="m9.5837 1-7.5837 20h2.1696c0.2359 0 0.43607-0.06584 0.60017-0.19775 0.17436-0.13191 0.29254-0.28404 0.35407-0.45654l1.7076-4.7949h3.8622l2.0366-1.9775h-5.1906l2.8602-8.0371c0.092301-0.24353 0.18873-0.52734 0.29129-0.85205s0.20631-0.6813 0.30887-1.0669l3.0234 8.6987 1.0321-1.001c0.12526-0.12114 0.27486-0.21588 0.43945-0.27832 0.06448-0.14962 0.1583-0.28562 0.27623-0.40039l0.2235-0.21728-3.5633-9.4189zm8.8569 15.879-2.0717 2.0264 0.52232 1.4551c0.082049 0.18265 0.19542 0.33478 0.33901 0.45654 0.15384 0.12176 0.35401 0.1831 0.60017 0.1831h2.1696z" fill="#eff0f1" stroke-width="1.2677"/> + <path class="ColorScheme-Text" d="m16.999 11-6.9987 6.9987v3.0013h3.0013l6.9987-6.9987zm-1.7074 2.9085 1.8001 1.8001-2.6449 2.6465v-0.56315l-0.84473 0.0179h-0.86263v-1.3509l1.2012-1.1995zm-3.3968 3.3952v1.3509h1.6895l0.0179 0.54362-0.90006 0.90169h-1.2012l-0.60059-0.60059v-1.2012z" fill="#eff0f1"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/preferences-html5.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <g transform="matrix(1.25 0 0 1.25 -529.89 -659.99)" fill="#eff0f1"> + <rect class="ColorScheme-Text" x="383.46" y="518.13" width="0" height="11" color="#eff0f1"/> + <path class="ColorScheme-Text" d="m432.72 528.79c-0.31896 0-0.62792 0.026-0.93788 0.063-0.30396 0.036-0.61392 0.087-0.90589 0.1559-0.094 0.022-0.18497 0.067-0.28096 0.094-0.084 0.023-0.16698 0.037-0.24997 0.063-0.10499 0.033-0.21397 0.059-0.31296 0.094-0.10699 0.038-0.20697 0.083-0.31296 0.1249-0.20597 0.083-0.39695 0.182-0.59393 0.2809-0.071 0.036-0.14898 0.056-0.21897 0.094-0.22997 0.1209-0.44094 0.2629-0.65592 0.4058-0.082 0.055-0.16997 0.098-0.24996 0.1559-0.033 0.024-0.061 0.038-0.094 0.063-0.094 0.071-0.19098 0.1418-0.28097 0.2188-0.10698 0.089-0.20997 0.1869-0.31296 0.2809-0.032 0.03-0.062 0.064-0.094 0.094l-0.031 0.031c-0.016 0.016-0.015 0.047-0.031 0.063-0.20997 0.2039-0.43894 0.3988-0.62492 0.6247-5e-3 0.01 5e-3 0.025 0 0.031-0.18098 0.2199-0.34296 0.4478-0.49994 0.6877-0.021 0.032-0.042 0.061-0.063 0.094-0.015 0.024-0.047 0.037-0.063 0.063-0.06 0.098-0.10099 0.209-0.15598 0.3129-0.018 0.033-0.045 0.061-0.063 0.094-0.075 0.1459-0.14998 0.2898-0.21897 0.4378-4e-3 0.01 4e-3 0.023 0 0.031-0.11699 0.2528-0.22198 0.5136-0.31296 0.7805-0.019 0.053-0.045 0.103-0.063 0.156-3e-3 0.01 3e-3 0.022 0 0.031-0.02 0.062-0.044 0.125-0.063 0.188-0.073 0.2568-0.13998 0.5137-0.18798 0.7806-0.034 0.1919-0.074 0.3968-0.094 0.5938-0.027 0.2648-0.031 0.5417-0.031 0.8125 0 0.4038 0.036 0.7996 0.094 1.1875 6e-3 0.041-7e-3 0.085 0 0.1249 0.044 0.2659 0.11798 0.5248 0.18798 0.7807 0.026 0.096 0.064 0.1859 0.094 0.2809 0.04 0.1289 0.079 0.2489 0.12499 0.3748 0.077 0.2119 0.15598 0.4218 0.24997 0.6246 0.05 0.106 0.10198 0.2099 0.15598 0.3129 0.15198 0.2919 0.31496 0.5747 0.49993 0.8436 0.016 0.024 0.046 0.039 0.063 0.063 0.19797 0.2809 0.39395 0.5597 0.62492 0.8126 0.04 0.044 0.084 0.082 0.12498 0.125 0.04 0.042 0.084 0.084 0.12499 0.1249 0.21397 0.2139 0.45094 0.4048 0.68791 0.5938 0.30596 0.2438 0.62892 0.4587 0.96888 0.6556 0.012 0.01 0.019 0.024 0.031 0.031 0.053 0.03 0.10299 0.065 0.15598 0.094 0.31596 0.156 0.69192 0.3249 0.93788 0.4378 0.10999 0.042 0.23098 0.057 0.34396 0.094 0.053 0.018 0.10299 0.046 0.15598 0.063 0.13598 0.041 0.26797 0.09 0.40595 0.1249 0.042 0.011 0.083 0.021 0.12499 0.031 0.29196 0.069 0.60192 0.1209 0.90588 0.1559 0.30896 0.036 0.61792 0.063 0.93788 0.063 0.33996 0 0.67092-0.021 0.99988-0.063 0.36495-0.048 0.68091-0.1239 0.99987-0.1879 1.6978-0.4358 3.1616-1.4213 4.2185-2.7487 0.028-0.035 0.067-0.058 0.094-0.094 9e-3 -0.012 0.022-0.02 0.031-0.031 0.014-0.018 0.018-0.044 0.031-0.063 0.62292-0.8246 1.0769-1.7801 1.3438-2.8117 0.056-0.2169 0.11799-0.4318 0.15598-0.6557 5e-3 -0.03-5e-3 -0.063 0-0.094 6e-3 -0.04 0.025-0.079 0.031-0.125 6e-3 -0.043 0.026-0.082 0.031-0.1249h-0.031c0.044-0.3289 0.094-0.6587 0.094-0.9996 0-0.5517-0.05-1.1034-0.15598-1.6242-9e-3 -0.043-0.022-0.082-0.031-0.1249-0.046-0.2079-0.12398-0.4229-0.18798-0.6248-3e-3 -0.01 3e-3 -0.022 0-0.031-0.012-0.038-0.018-0.056-0.031-0.094-0.039-0.119-0.081-0.2579-0.12498-0.3748-0.012-0.032-0.018-0.064-0.031-0.094-0.043-0.109-0.10799-0.2059-0.15598-0.3128-2e-3 0 2e-3 -0.026 0-0.031-0.025-0.054-0.068-0.1029-0.094-0.1559-0.098-0.2029-0.19797-0.3998-0.31296-0.5937-0.058-0.098-0.094-0.2169-0.15598-0.3129-0.024-0.036-0.069-0.058-0.094-0.094-0.067-0.099-0.14698-0.185-0.21897-0.2809-0.08-0.1-0.13999-0.2159-0.21898-0.3129-5e-3 -0.01 5e-3 -0.025 0-0.031-0.17197-0.2089-0.36995-0.4028-0.56292-0.5937-0.093-0.092-0.18398-0.1939-0.28097-0.2809-0.028-0.025-0.065-0.038-0.094-0.063-0.20897-0.1819-0.42994-0.3398-0.65592-0.4996-0.055-0.038-0.10098-0.088-0.15598-0.125-0.07-0.046-0.14798-0.081-0.21897-0.1249-0.13498-0.084-0.26597-0.174-0.40595-0.2499-0.12298-0.067-0.24797-0.127-0.37495-0.1879-0.21397-0.102-0.43195-0.198-0.65592-0.2809-0.26596-0.099-0.53393-0.1799-0.8129-0.2499-0.24496-0.062-0.49693-0.118-0.7499-0.1559-0.39695-0.061-0.8049-0.094-1.2188-0.094m0 0.9996c0.29896 0 0.58493 0.027 0.87489 0.063 0.17998 0.023 0.35496 0.058 0.53093 0.094h0.031c0.16598 0.035 0.33796 0.079 0.49994 0.1249 0.096 0.027 0.18698 0.063 0.28097 0.094 0.17197 0.057 0.33395 0.1169 0.49993 0.1879 0.19398 0.08 0.37896 0.1528 0.56293 0.2498-0.031 0.01-0.063 0.021-0.094 0.031-0.047 0.017-0.11298 0.096-0.12498 0.1249-0.02 0.048 5e-3 0.115 0 0.188 0.038 0.017 0.06 0.089 0.12498 0.1249 0.025 0.014 0.041-0.01 0.063 0 0.038 0.021 0.07 0.087 0.063 0.1249-0.011 0.055-0.088 0.022-0.12498 0.063 6e-3 0.078-0.043 0.105-0.063 0.1559 0.012 0.033 0.057 0.024 0.063 0.063-7e-3 0.043-0.079 0.049-0.063 0.094 0.072 0.056 0.15098-0.022 0.21897-0.031 0.14898-0.019 0.28297 0.041 0.37495-0.031-0.012-0.071 0.10099-0.092 0.094-0.1559-6e-3 -0.048-0.09-0.061-0.12498-0.094-0.019-0.018-0.04-0.059-0.063-0.094-0.026-0.04-0.064-0.087-0.094-0.125-0.039-0.052-0.12498-0.1169-0.12498-0.1559 1e-3 -0.045 0.052-0.063 0.063-0.125-0.012-0.057-0.11699 0-0.12499-0.063 2e-3 -0.019 0.021-0.051 0.031-0.063 0.14998 0.082 0.29796 0.1789 0.43795 0.2809 0.032 0.021 0.062 0.041 0.094 0.063 0.10798 0.081 0.20697 0.17 0.31296 0.2499-0.067 0.012-0.10099 0.09-0.15598 0.156-0.038 0.046-0.099 0.1009-0.15598 0.1249-0.028 0.012-0.068-0.016-0.094 0-0.037 0.025-0.051 0.096-0.094 0.125-0.031 0.021-0.12399 0.094-0.15598 0.094-0.038 1e-3 -0.098-0.04-0.12499-0.031-0.04 0.013-0.017 0.077-0.063 0.094-0.088 0.031-0.24997-0.069-0.28096 0.063 0.038 0.076 0.15298 0.051 0.21897 0.094 0.042 0.026 0.11399 0.143 0.12498 0.1879 0.01 0.038 0.015 0.179 0 0.2189-0.041 0.106-0.15898 0.097-0.28096 0.094-0.034-1e-3 -0.063 0-0.094 0-0.20697-0.014-0.40695-0.085-0.49994 0.063 7e-3 0.1129 0.025 0.1829 0 0.2808-0.018 0.072-0.097 0.125-0.094 0.188 2e-3 0.032 0.055 0.082 0.063 0.1249 5e-3 0.023-0.011 0.073 0 0.094 0.034 0.066 0.12699-0.01 0.18798 0 0.059 0.01 0.12598 0.1209 0.12498 0.1879-1e-3 0.046-0.033 0.1119-0.063 0.1559-0.058 0.089-0.16698 0.077-0.24997 0.1249-0.07 0.039-0.084 0.1189-0.12498 0.1879-0.044 0.074-0.081 0.1109-0.063 0.2189-0.06 0.1179-0.12598 0.1939-0.24997 0.2499-0.037 0.017-0.092 0.039-0.12498 0.063-0.027 0.019-0.056 0.051-0.094 0.094-0.047 0.052-0.1 0.085-0.12499 0.125-0.019 0.031-0.01 0.084-0.031 0.1249-0.029 0.056-0.088 0.1-0.12498 0.1559-0.017 0.026-0.043 0.059-0.063 0.094-0.042 0.077-0.10099 0.1509-0.094 0.2189 7e-3 0.066 0.089 0.068 0.094 0.1249 4e-3 0.032-0.033 0.059-0.031 0.094 1e-3 0.051 0.027 0.086 0.031 0.1249 0.01 0.099-0.044 0.12-0.063 0.188-9e-3 0.032 8e-3 0.068 0 0.094-0.016 0.05-0.093 0.098-0.094 0.156-1e-3 0.042 0.059 0.097 0.063 0.1559 2e-3 0.04-0.038 0.057-0.031 0.094 0.014 0.073 0.16198 0.162 0.21897 0.2189 0.075 0.075 0.15498 0.139 0.18798 0.219 0.027 0.067 0.041 0.1678 0.094 0.2188 0.039 0.037 0.10598 0.054 0.15598 0.094 0.047 0.036 0.10698 0.055 0.15598 0.094 0.081 0.064 0.18297 0.1969 0.31296 0.1879 0.068-0.01 0.14198-0.05 0.21897-0.063 0.079-0.014 0.16998-0.039 0.24997-0.031 0.061 0.01 0.12398 0.066 0.18797 0.063 0.067 0 0.14299-0.061 0.21898-0.094 0.13198-0.057 0.33896-0.1529 0.53093-0.1249 0.14598 0.021 0.14898 0.2169 0.24997 0.2809 0.11798 0.01 0.21897-0.054 0.31296-0.031 0.07 0.017 0.14898 0.1319 0.15598 0.1879 7e-3 0.058-0.054 0.121-0.063 0.1559-0.018 0.078-0.017 0.169-0.031 0.2189-0.011 0.038-0.032 0.086-0.031 0.125 0 0.035 0.058 0.1419 0.094 0.1879 0.044 0.056 0.10299 0.096 0.15598 0.1559 0.087 0.109 0.15498 0.2359 0.21897 0.3749 0.017 0.037-0.016 0.077 0 0.1249-0.029 0.2239-0.10298 0.3769-0.24997 0.6247-0.069 0.08-0.15798 0.15-0.15598 0.2499-5e-3 0.2399 0.13599 0.3928 0.12499 0.6247-0.024 0.3118 0.024 0.3328 0 0.4997 0.10499 0.053 0.031 0.2329 0 0.3439-0.045 0.1319-0.1 0.1619-0.12499 0.2499 0.071 0.031 0.17098 0.019 0.24997 0 0 0 0.096 0.4008 0.094 0.4058-0.8069 0.7967-1.8188 1.3874-2.9376 1.7182-0.54993 0.1329-0.71291 0.1329-0.96888 0.1879-0.33395 0.055-0.68291 0.094-1.0309 0.094-0.24296 0-0.48293-0.01-0.71891-0.031-0.18197-0.018-0.35395-0.062-0.53093-0.094-0.053-0.01-0.10398-0.02-0.15598-0.031-0.16298-0.055-0.35095-0.088-0.49994-0.1249-0.16997-0.048-0.33495-0.096-0.49993-0.156 0.014-0.013 0.027-0.011 0.031-0.031 9e-3 -0.04 2e-3 -0.062 0-0.1249 0.015-0.065 0.08-0.058 0.094-0.1249-0.028-0.048-0.083-0.038-0.12498-0.063-0.041-0.024-0.068-0.074-0.063-0.125 0.07-0.029 0.19997 0.066 0.24996-0.031 0.025-0.046-0.034-0.1409 0-0.1879 0.023-0.031 0.16898-0.055 0.21898-0.063 0.071-0.012 0.14798-0.01 0.18797-0.031 0.044-0.029 0.10099-0.105 0.094-0.188-4e-3 -0.039-0.033-0.059-0.063-0.094-0.025-0.029-0.013-0.066-0.031-0.094-0.031-0.047-0.08-0.058-0.094-0.1249 0.096-0.019 0.23597 0.1019 0.37496 0.063 0.066-0.019 0.15698-0.188 0.18797-0.2499 0.01-0.019-0.01-0.04 0-0.063 0.012-0.026 0.059-0.049 0.063-0.063 0.01-0.036-8e-3 -0.071 0-0.094 0.024-0.068 0.085-0.075 0.12498-0.125 0.03-0.038 0.065-0.087 0.094-0.1249 0.031-0.041 0.042-0.089 0.063-0.125 0.02-0.1219-0.06-0.2059-0.031-0.3128 0.032-0.12 0.19598-0.165 0.31296-0.2189 0.04-0.019 0.092-0.05 0.12499-0.063 0.08-0.028 0.17598-0.036 0.24997-0.063 0.12498-0.046 0.15698-0.1669 0.21897-0.2809 0.029-0.054 0.057-0.1179 0.063-0.1559 5e-3 -0.035-7e-3 -0.053 0-0.094 6e-3 -0.04 0.02-0.081 0.031-0.1248 0.014-0.058 0.031-0.1539 0.031-0.2189 0-0.053-0.029-0.078-0.031-0.1249-9e-3 -0.173 0.061-0.218 0.12498-0.3129 0.032-0.047 0.04-0.091 0.063-0.125 0.10799-0.1609 0.29497-0.2259 0.28097-0.4688-5e-3 -0.08-0.035-0.2558-0.094-0.2808-0.034-0.015-0.10699-0.011-0.15598-0.031-0.15798-0.059-0.27397-0.2689-0.43795-0.2809-0.035 0-0.055 0.031-0.094 0.031-0.065 0-0.14698-0.053-0.21897-0.063-0.046-0.01-0.12898 0.013-0.15598 0-0.042-0.02-0.029-0.1019-0.063-0.1249-0.027-0.018-0.084-0.015-0.12498-0.031-0.066-0.025-0.11199-0.056-0.18798-0.063-0.023-1e-3 -0.067 0-0.094 0-0.042-0.01-0.086-0.04-0.12498-0.063-0.048-0.029-0.074-0.052-0.094-0.094 0.044-0.1439-0.096-0.1669-0.12498-0.2499-0.014-0.039 0.013-0.09 0-0.1249-0.017-0.05-0.071-0.084-0.12499-0.125-0.097-0.074-0.17398-0.1389-0.31296-0.1559-0.061-0.01-0.14498 0-0.21897 0-0.078-0.01-0.16098-0.058-0.21897-0.125-0.056-0.065-0.076-0.1249-0.12499-0.1559-0.047-0.03-0.12398-0.031-0.15598-0.063-0.014-0.014-0.017-0.031-0.031-0.063-0.023-0.048-0.061-0.098-0.031-0.156-0.053-0.027-0.035 0.072-0.094 0.063-0.052-0.074-0.10099-0.115-0.21897-0.094-0.054 0.01-0.093 0.06-0.15598 0.063-0.052 0-0.088-0.053-0.15598-0.063-0.052-0.01-0.11999 0.036-0.15598 0.031-0.057-0.011-0.073-0.059-0.12499-0.094-0.038-0.025-0.10398-0.095-0.12498-0.094-0.067 0-0.12598 0.1429-0.21897 0.094-0.045-0.057 0.085-0.071 0.031-0.125-0.04-0.041-0.061 0.01-0.094 0.031-0.037 0.025-0.084 0.047-0.12499 0.063-0.092 0.034-0.14698 0.025-0.21897 0.063-0.066 0.034-0.087 0.088-0.12499 0.156-0.031 0.056-0.079 0.1529-0.12498 0.1559-0.056 0-0.10599-0.072-0.15598-0.094-0.15298-0.066-0.24797 0.03-0.37495 0.031-0.11799 0-0.28697-0.1709-0.28097-0.2808 4e-3 -0.067 0.054-0.166 0.063-0.2499 6e-3 -0.066 0.062-0.127 0.063-0.1879 1e-3 -0.081-0.13499-0.147-0.18798-0.156-0.12498-0.023-0.29496 0.061-0.43794 0-0.027-0.045 0.047-0.081 0.063-0.1249 9e-3 -0.025-9e-3 -0.034 0-0.063 0.016-0.042 0.074-0.08 0.094-0.1249 0.015-0.034 0.016-0.082 0.031-0.125 0.017-0.049 0.059-0.091 0.063-0.1249 5e-3 -0.045-0.027-0.095-0.063-0.125-0.11098 0.01-0.18697 0-0.24997 0.031-0.14398 0.066-0.10598 0.2659-0.24997 0.3129-0.05 0.016-0.13298 0.021-0.18797 0.031-0.047 0.01-0.10699 0.032-0.15598 0.031-0.058-1e-3 -0.15298-0.057-0.18798-0.094-9e-3 -0.01-0.024-0.036-0.031-0.063 2e-3 -0.01-2e-3 -0.021 0-0.031 0.046-0.2229 0.093-0.4438 0.15598-0.6557 3e-3 -0.01-3e-3 -0.022 0-0.031 0.042-0.1389 0.10298-0.2699 0.15598-0.4058 0.013-0.01 0.019-0.023 0.031-0.031 0.077-0.053 0.15598-0.1189 0.24997-0.1249 0.057 0 0.16398 0.02 0.21897 0.031 0.05 0.01 0.082 0.059 0.12499 0.063 0.12298 0.01 0.14898-0.1029 0.24997-0.1559 0.10398 0.015 0.15598-0.01 0.24996 0 0.064 0.01 0.13799 0.09 0.18798 0.094 0.042 0 0.053-0.069 0.094-0.063 0.04 0.01 0.11898 0.1079 0.12498 0.1559 7e-3 0.06-0.048 0.122-0.031 0.1879 0.063 0.064 0.19097 0.056 0.28096 0.094 0.059-0.048 9e-3 -0.118 0-0.1879-2e-3 -0.031 4e-3 -0.066 0-0.094-6e-3 -0.048-0.031-0.084-0.031-0.1249-1e-3 -0.1899 0.15398-0.2999 0.28096-0.3749 0.055-0.033 0.10799-0.069 0.15598-0.094 0.067-0.034 0.1-0.063 0.15598-0.094 0.10099-0.057 0.20198-0.092 0.28097-0.1559 0.037-0.086-4e-3 -0.1959 0-0.2809 0.037-0.022 0.055 0 0.094 0 0.061-0.013 0.09-0.091 0.12499-0.1249 0.02-0.02 0.069-0.043 0.094-0.063 0.061-0.048 0.072-0.104 0.12498-0.125 0.019-0.01 0.064-0.017 0.094-0.031 0.04-0.011 0.092-0.04 0.15598-0.063 0.042-0.014 0.13998-0.015 0.15598-0.031 0.02-0.02-6e-3 -0.095 0-0.1249 0.032-0.151 0.27196-0.168 0.40595-0.2189 0.094-0.036 0.17798-0.114 0.28096-0.094-0.02 0.072-0.10998 0.038-0.094 0.1249 0.023 0.121 0.17598-0.013 0.21898-0.031 0.081-0.034 0.23697-0.055 0.34395-0.094 0.094-0.034 0.24497-0.08 0.15598-0.1879-0.074 0-0.092 0.066-0.15598 0.094-0.044 0.01-0.056-0.027-0.094-0.031-0.036 0-0.057 0.038-0.094 0.031-0.037-0.01-0.088-0.082-0.094-0.1249-0.015-0.111 0.10999-0.136 0.15598-0.2189-0.03-0.101-0.16598-0.024-0.24997-0.063 9e-3 -0.06 0.055-0.1139 0.12499-0.1249 0.057-0.01 0.18497 0.01 0.21897 0.031 0.02 0.017 0 0.066 0.031 0.094 0.034 0.031 0.081 0.01 0.12499 0 0.016-0.076-0.10599-0.043-0.094-0.094 0.09-0.059 0.26497-0.016 0.37495-0.031 0.063-0.01 0.13099-0.062 0.18798-0.094 0.054-0.03 0.099-0.081 0.15598-0.031 0.016 0.054-0.032 0.066-0.063 0.094-0.10199 0.091-0.20198 0.2069-0.28097 0.3128 0.049 0.048 0.13599 0.022 0.21898 0.031 0.032 0 0.06 0.025 0.094 0.031 0.04 0.01 0.094-0.012 0.12499 0 0.056 0.014 0.07 0.094 0.12498 0.094 0.091 0 0.083-0.125 0.031-0.1879 0.016-0.063 0.053-0.08 0.031-0.125-0.041-0.082-0.21097 0.014-0.21897-0.094-5e-3 -0.067 0.07-0.075 0.094-0.125-0.011-0.1289 0.10598-0.1349 0.094-0.2499-6e-3 -0.048-0.06-0.049-0.094-0.094-0.017-0.023-0.01-0.076-0.031-0.094-0.07-0.059-0.20997-0.044-0.21897-0.1559-4e-3 -0.066 0.01-0.115 0-0.1879-9e-3 -0.067-0.066-0.2679-0.12498-0.2809-0.075-0.016-0.12899 0.1139-0.21898 0.1559-0.049 0.023-0.13898 0.04-0.18797 0.031-0.032-0.01-0.089-0.032-0.094-0.094-6e-3 -0.07 0.05-0.082 0.063-0.1558-0.011-0.044-0.051-0.029-0.094-0.063-0.049-0.037-0.091-0.1159-0.15598-0.1249-0.033 0-0.093 0.029-0.12498 0.031-0.06 0-0.10599-0.015-0.15598-0.031 0.021-0.01 0.041-0.024 0.063-0.031 0.12198-0.042 0.24997-0.059 0.37495-0.094 0.022-0.01 0.041-0.025 0.063-0.031 0.031 0.033 0.056 0.1029 0.094 0.1249 0.025 0.014 0.063-0.01 0.094 0 0.098 0.03 0.17398 0.085 0.28097 0.063 0.037-0.065-0.074-0.074-0.031-0.125 0.072 0.01 0.13198 0.04 0.18798 0.063 0.077-0.056 0.12798-0.066 0.12498-0.1559-1e-3 -0.046-0.062-0.063-0.094-0.094 0.063-0.011 0.12399-0.022 0.18798-0.031 5e-3 0.017 0.021 0.03 0.031 0.031 0.038 0.01 0.16498-0.051 0.18797-0.063 4e-3 0-6e-3 -0.027 0-0.031 0.25297-0.027 0.52094-0.031 0.7809-0.031m-2.4997 0.4688c-0.023 0.043-0.047 0.079-0.094 0.094 0.012 0.065-0.084 0.1049-0.094 0.1558-6e-3 0.035-2e-3 0.094 0 0.125 0.02 0.3189-0.25096 0.4768-0.56293 0.4688-0.061 0.058-0.029 0.1699-0.063 0.2499-0.028 0.067-0.11998 0.1309-0.18797 0.1249-0.05 0-0.12499-0.079-0.12499-0.1249 0-0.057 0.081-0.091 0.031-0.156 7e-3 -0.044 0.10598-0.086 0.094-0.1559-0.012-0.074-0.096-0.019-0.18798-0.031-0.052-0.01-0.13298-0.037-0.18798-0.063 0.10099-0.067 0.20498-0.126 0.31296-0.188 0.094-0.056 0.18498-0.1049 0.28097-0.1559 0.25197-0.1269 0.52193-0.2438 0.7809-0.3437m5.3743 0.7495c-0.027 0-0.04 0.018-0.063 0.031-0.051 0.031-0.054 0.079-0.094 0.094-0.054 0.021-0.11698 0.01-0.12498 0.063-6e-3 0.041 0.033 0.055 0.031 0.094-0.02 0.049-0.053 0.066-0.063 0.1249 0.068 0.11 0.22897-0.01 0.31296-0.031 0.038-0.011 0.073 0 0.094-0.031 0.023-0.035 0.013-0.105 0.031-0.156 0.019-0.056 0.069-0.043 0.063-0.094-6e-3 -0.05-0.10599-0.102-0.18797-0.094m-7.3121 0.7807c0.061 0.016 0.19597 0.1929 0.063 0.2499-0.013 0.01-0.18698 0.036-0.21897 0.031-0.046-0.01-0.078-0.086-0.12499-0.094-0.092-0.016-0.21797 0.101-0.28096 0 0.016-0.059 0.086-0.043 0.15598-0.063 0.12498-0.034 0.29796-0.1529 0.40595-0.1249m0.24996 0.3128c0.031 0 0.056 0.059 0.094 0.063 0.036 0 0.072-0.036 0.094-0.031 0.056 0.015 0.084 0.115 0.031 0.156-0.044 0-0.061-0.037-0.094-0.031-0.091 0.016-0.11999 0.1929-0.18798 0.1879-0.064-0.01-0.096-0.1409-0.031-0.1879 2e-3 -0.04-0.033-0.054-0.031-0.094 0.02-0.025 0.072-0.066 0.12498-0.063m-0.31296 0.031c0.019 1e-3 0.024 0 0.031 0-9e-3 0.071-0.039 0.091-0.094 0.125-0.095 0.057-0.15698 0.1279-0.18797 0.2499-9e-3 0.036-0.11099 0.1339-0.15598 0.1249-0.10599-0.022 0.038-0.2199 0.063-0.2499 0.027-0.033 0.062-0.056 0.094-0.094 0.03-0.037 0.033-0.105 0.063-0.125 0.032-0.022 0.13198-0.033 0.18797-0.031m9.4988 0.031c0.048 0.013 0.058 0.069 0.094 0.094 0.027 0.018 0.064 0.012 0.094 0.031 0.035 0.022 0.054 0.06 0.094 0.094 0.056 0.047 0.13998 0.088 0.21897 0.125 0.016 0.01 0.044 0.023 0.063 0.031 0.055 0.071 0.10399 0.1449 0.15598 0.2189 6e-3 0.04 0.012 0.099 0.031 0.1249 0.052 0.071 0.13098 0.1319 0.18798 0.2189-1e-3 0.083 0.036 0.133 0.094 0.1559 0.073 0.124 0.14898 0.2479 0.21897 0.3748 0.029 0.058 0.035 0.1289 0.063 0.1879-0.021 0-0.043 0.01-0.063 0-0.066-0.116-0.40895-0.1389-0.43795 0.031-0.013 0.075 0.049 0.1749-0.063 0.1879-0.071 0.01-0.15298-0.073-0.24997-0.094-0.04-0.01-0.094 0.014-0.12498 0-0.073-0.025-0.062-0.1119-0.12498-0.1559-0.036-0.025-0.12999-0.056-0.18798-0.063h-0.094c-0.045-0.01-0.11798-0.01-0.15598-0.031-0.036-0.022-0.11599-0.062-0.12498-0.094-0.014-0.049 0.09-0.1139 0.094-0.1558 2e-3 -0.031-0.023-0.045-0.031-0.094-5e-3 -0.029 6e-3 -0.074 0-0.094-0.01-0.034-0.071-0.062-0.12499-0.063-0.048 0-0.084 0.03-0.12498 0.031-0.059 1e-3 -0.17698-0.037-0.24997-0.031-0.044 0-0.084 0.028-0.12499 0.031-0.11598 0.01-0.19097-0.01-0.28096 0-0.066 0-0.18898 0.034-0.24997 0.063-0.031 0.014-0.054 0.043-0.094 0.063-0.018 0.01-0.039 0.021-0.063 0.031-0.038 0.017-0.089 0.053-0.12498 0.063-0.052 0.013-0.12399 0-0.21898 0-0.068 0-0.18697-0.014-0.18797-0.094-1e-3 -0.1229 0.22697-0.072 0.34396-0.094 0.044-0.01 0.073-0.063 0.12498-0.094 0.025-0.015 0.039-0.015 0.063-0.031 0.04-0.028 0.11898-0.093 0.12498-0.1249 6e-3 -0.03-0.035-0.072-0.031-0.094 5e-3 -0.028 0.057-0.058 0.094-0.094 0.056-0.055 0.087-0.1199 0.15598-0.1559 0.047-0.025 0.13499-0.024 0.15599-0.063 5e-3 -0.043-1e-3 -0.055 0-0.094 0.029-0.027 0.038-0.058 0.063-0.063 0.072-0.016 0.13498 0.035 0.21897 0.031 0.036 0 0.086-0.01 0.12498-0.031 0.033-0.022 0.062-0.045 0.094-0.063 0.035-0.018 0.051-0.059 0.094-0.063 0.10499-0.01 0.17098 0.1239 0.21897 0.1879 0.04 0.053 0.15299 0.1189 0.21898 0.1559 0.037 0.021 0.084 0.045 0.12498 0.063 0.087 0.039 0.24697 0.1649 0.24997 0.2499 2e-3 0.042-0.038 0.054-0.031 0.094 0.066 0.011 0.12298-0.059 0.12498-0.1249 1e-3 -0.041-0.039-0.05-0.031-0.094 0.031-0.066 0.14798-0.01 0.18798-0.031-7e-3 -0.075-0.12398-0.086-0.18798-0.1249-0.034-0.021-0.058-0.048-0.094-0.063-0.052-0.021-0.11598-0.032-0.15598-0.063-0.038-0.029-0.057-0.08-0.094-0.1249-0.054-0.064-0.15798-0.073-0.12498-0.2189 0.016-0.022 0.037-0.069 0.063-0.063m-8.8119 0.2189h0.094c0.034 1e-3 0.08-0.018 0.094 0-0.022 0.088-0.21197 0.063-0.28096 0.031 4e-3 -0.033 0.05-0.027 0.094-0.031m-0.31296 0.156c0.023 0 0.039-0.01 0.063 0-0.062 0.052-0.14398 0.092-0.24997 0.1249-0.051 0.016-0.11598 0.025-0.12498-0.031-0.011-0.069 0.047-0.056 0.094-0.063 0.058-0.01 0.14999-0.029 0.21898-0.031m8.6869 0c-0.043 0.014-0.066 0.1129 0 0.1249 0.031-0.018 0.039-0.068 0.031-0.1249-0.017-0.018-0.017 0-0.031 0m-0.031 0.1879c-0.021 0.01-0.04 0.01-0.063 0.031 1e-3 0.075 0.015 0.1229 0 0.1879 0.043 0.082 0.13398 0.026 0.15598-0.031 0.026-0.1389-0.03-0.2049-0.094-0.1879m0.43795 0.3748c0.049 0.08 0.14098 0.137 0.24997 0.1559 0.04-0.03 0.044-0.1049 0.063-0.1559-0.047 1e-3 -0.097 0-0.15598 0-0.059 0-0.12198-0.028-0.15598 0m-11.687 2.6867c0.16398-0.01 0.21197 0.2159 0.34395 0.2809 0.033 0.017 0.082 0.022 0.12499 0.031 0.035 0.01 0.061 0.02 0.094 0.031 0.071 0.024 0.16198 0.01 0.21897 0.031 0.085 0.038 0.14598 0.2069 0.21897 0.2499 4e-3 0.043-0.013 0.093 0 0.1249 0.035 0.047 0.099 0.064 0.15598 0.094 0.068 0.037 0.092 0.1269 0.15598 0.1559 0.022 0.01 0.059-0.01 0.094 0 0.088 0.027 0.11199 0.1468 0.18798 0.1248 0.05-0.014 0.055-0.078 0.063-0.1248 0.033-0.036 0.074-0.093 0.12498-0.094 0.083 0 0.095 0.075 0.12499 0.1559 0.017 0.046 0.051 0.1079 0.063 0.1559 0.021 0.083 0.017 0.3249 0 0.3748-0.021 0.061-0.10599 0.089-0.15598 0.156-0.024 0.031-0.044 0.071-0.063 0.094-0.032 0.04-0.069 0.057-0.094 0.094-0.014 0.021-0.018 0.066-0.031 0.094-0.04 0.085-0.096 0.148-0.063 0.2499 0.014 0.042 0.062 0.076 0.063 0.125 0 0.058-0.11498 0.093-0.12498 0.1559-7e-3 0.047 0.048 0.126 0.063 0.1879 0.011 0.047 0.097 0.094 0.12498 0.125 0.047 0.053 0.082 0.1209 0.12499 0.1879 0.085 0.1299 0.13598 0.2799 0.21897 0.4058 0.043 0.066 0.12698 0.119 0.15598 0.1879 0.015 0.035-0.014 0.094 0 0.125 0.048 0.1079 0.26597 0.2279 0.37495 0.2809 0.051 0.025 0.10999 0 0.15598 0.031 0.071 0.039 0.21398 0.1569 0.24997 0.2189 0.032 0.056 0.047 0.1929 0.063 0.2808 0.021 0.117-5e-3 0.2169 0 0.3439 4e-3 0.069 0.03 0.1189 0.031 0.1879 0 0.024 1e-3 0.07 0 0.094-2e-3 0.083 7e-3 0.1659 0 0.2498-4e-3 0.046-3e-3 0.087 0 0.125 4e-3 0.041 0.028 0.057 0.031 0.094 2e-3 0.039-0.035 0.095-0.031 0.125 9e-3 0.084 0.077 0.1419 0.094 0.2189 0.013 0.061 0.039 0.2079 0.031 0.2809-5e-3 0.039-0.025 0.083-0.031 0.1249-4e-3 0.033 5e-3 0.062 0 0.094-6e-3 0.047-0.034 0.081-0.031 0.1249 6e-3 0.09 0.08 0.16 0.094 0.2499 5e-3 0.03-1e-3 0.065 0 0.094 1e-3 0.027 0.023 0.038 0.031 0.063-0.26297-0.1499-0.50894-0.3178-0.74991-0.4997-0.22897-0.173-0.45094-0.3639-0.65592-0.5628l-0.031-0.031c-0.20698-0.2039-0.41395-0.4278-0.59393-0.6557-0.10398-0.1319-0.21797-0.2669-0.31296-0.4058-0.056-0.083-0.10399-0.1639-0.15598-0.2499-0.032-0.051-0.063-0.104-0.094-0.1559-0.089-0.153-0.17297-0.3078-0.24997-0.4687-0.049-0.101-0.081-0.2079-0.12498-0.3129-0.10499-0.2479-0.20497-0.4888-0.28096-0.7497-0.054-0.1849-0.086-0.3708-0.12499-0.5627-0.03-0.146-0.073-0.2889-0.094-0.4378-0.011-0.081-0.023-0.168-0.031-0.2499-0.024-0.2349-0.031-0.4768-0.031-0.7186 0-0.3019 0.026-0.5837 0.063-0.8746 1e-3 -0.01-1e-3 -0.021 0-0.031 0.063 0 0.14899-0.092 0.21898-0.094m2.6877 0.7497c0.064-0.029 0.084 0.117 0.031 0.125-0.05 0.01-0.08-0.102-0.031-0.125" color="#eff0f1"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/preferences-icons.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,35 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg"> + <defs> + <linearGradient id="linearGradient4643-8" x2="0" y1="543.8" y2="502.66" gradientTransform="matrix(.66667 0 0 .63518 141.19 191.52)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#c6cdd1" offset="0"/> + <stop stop-color="#e0e5e7" offset="1"/> + </linearGradient> + <linearGradient id="linearGradient4183" x1="391.57" x2="406.57" y1="525.8" y2="540.8" gradientTransform="translate(13 -7)" gradientUnits="userSpaceOnUse"> + <stop offset="0"/> + <stop stop-opacity="0" offset="1"/> + </linearGradient> + </defs> + <g transform="translate(-384.57 -525.8)"> + <g transform="matrix(.625 0 0 .64286 137.09 199.43)"> + <rect x="397.57" y="510.8" width="32" height="28" rx="0" fill="url(#linearGradient4643-8)"/> + <path d="m398.57 536.8 30-20 1 1-1e-5 21-29 3e-5z" fill="url(#linearGradient4183)" fill-rule="evenodd" opacity=".2"/> + <rect x="397.57" y="537.8" width="32" height="1" fill="#99a1a7"/> + <rect x="397.57" y="510.8" width="32" height="4" fill="#566069"/> + <rect x="397.57" y="514.8" width="32" height="1" fill="#3daee9"/> + <rect x="398.57" y="516.8" width="30" height="20" fill="#fff"/> + <rect x="426.57" y="511.8" width="2" height="2" rx="1" fill="#eff0f1"/> + </g> + <g transform="matrix(.625 0 0 .64286 145.21 194.93)"> + <path transform="translate(384.57 515.8)" d="m4 11v6h7v-5h-3l-1-1z" fill="#7aabdc"/> + <path d="m388.57 534.8v6h7v-5h-3l-1-1z" fill="#7aabdc"/> + <path d="m398.57 526.8v6h5v-4l-2-2z" fill="#f95"/> + <path d="m401.57 526.8 2 2h-2z" fill="#d45500" fill-rule="evenodd"/> + <path d="m398.57 534.8v6h5v-4l-2-2z" fill="#71c837"/> + <path d="m401.57 534.8 2 2h-2z" fill="#447821" fill-rule="evenodd"/> + <rect x="406.57" y="526.8" width="6" height="6" rx="2.6e-5" fill="#333"/> + <rect x="407.57" y="528.8" width="4" height="2" rx="1" fill="#3daee9"/> + <rect x="409.57" y="528.8" width="2" height="2" rx="1" fill="#eff0f1"/> + </g> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/preferences-interface.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m2 1v20h12.857v-0.01225l0.010044 0.01225 5.1328-4.9902v-15.01h-18m1.2857 1.25h1.2857v13.75h-1.2857v-13.75m2.5714 0h12.857v12.5h-5.1429v1.25h-7.7143v-13.75m3.8571 1.25-2.5714 2.5 2.5714 2.5v-5m-6.4286 13.75h1.2857v2.5h-1.2857v-2.5m2.5714 0h7.7143v2.5h-7.7143v-2.5" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/preferences-keywords.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <g transform="matrix(1.6661 0 0 1.6654 -2.3239 -2.3092)" fill="#eff0f1"> + <path d="m10.06 1.988c-2.175 0-3.939 1.762-3.939 3.936 0 0.591 0.134 1.15 0.367 1.652l-0.674 0.797-0.059 0.748c-6e-3 5e-3 -0.734 0.027-0.734 0.027l-0.375 0.271s3e-3 0.816 0 0.805v2e-3l-0.803 0.014-0.338 0.387-8e-3 0.732s-0.692-0.045-0.762 0.02v2e-3c-0.442 0.407-0.74 0.697-0.74 0.697l2e-3 1.918 0.633-4e-3h-0.26l5.104-5.102c0.307 0.267 0.662 0.474 1.041 0.637 0.476 0.205 0.993 0.334 1.545 0.334 2.176 0 3.939-1.763 3.939-3.938 0-2.174-1.763-3.936-3.939-3.936m0.752 1.877c0.725 0 1.313 0.587 1.313 1.313 0 0.725-0.587 1.313-1.313 1.313-0.725 0-1.314-0.587-1.314-1.313 0-0.725 0.589-1.313 1.314-1.313"/> + <path d="m10.814 3.865c-0.725 0-1.314 0.587-1.314 1.313 0 0.725 0.589 1.313 1.314 1.313s1.313-0.587 1.313-1.313c0-0.725-0.587-1.313-1.313-1.313m0 0.75c0.311 0 0.563 0.252 0.563 0.563 0 0.31-0.252 0.563-0.563 0.563s-0.564-0.252-0.564-0.563 0.254-0.563 0.564-0.563m-3.338 4.275-5.104 5.102h1.877l4.453-4.377c-0.454-0.168-0.868-0.413-1.227-0.725" opacity=".525"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/preferences-logviewer.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,32 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <linearGradient id="f" x1="2" x2="2" y1="27" y2="9" gradientTransform="matrix(.625 0 0 .64286 1 .71429)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#31363b" offset="0"/> + <stop stop-color="#4f575f" offset="1"/> + </linearGradient> + <linearGradient id="a"> + <stop stop-color="#292c2f" offset="0"/> + <stop stop-opacity="0" offset="1"/> + </linearGradient> + <radialGradient id="e" cx="12" cy="1" r="9.5" gradientTransform="matrix(0 .20301 -1.1842 -3.2143e-5 3.4344 4.0636)" gradientUnits="userSpaceOnUse" xlink:href="#a"/> + <radialGradient id="d" cx="2" cy="5.5" r="14.5" gradientTransform="matrix(0 .8867 -1.4224 0 10.073 6.6549)" gradientUnits="userSpaceOnUse" xlink:href="#a"/> + <linearGradient id="b" x2="0" y1="543.8" y2="502.66" gradientTransform="matrix(.41667 0 0 .40833 -159.24 -203.25)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#c6cdd1" offset="0"/> + <stop stop-color="#e0e5e7" offset="1"/> + </linearGradient> + <linearGradient id="c" x1="7" x2="22" y1="10" y2="25" gradientTransform="matrix(.625 0 0 .64286 1 .71429)" gradientUnits="userSpaceOnUse"> + <stop offset="0"/> + <stop stop-opacity="0" offset="1"/> + </linearGradient> + <path d="m1 2h20v18h-20z" fill="url(#b)" stroke-width=".63387"/> + <path d="m1.625 18.714 18.75-12.857 0.625 0.64286v13.5h-18.125z" fill="url(#c)" fill-rule="evenodd" opacity=".2" stroke-width=".63387"/> + <path d="m1 2h20v2.5714h-20z" fill="#566069" stroke-width=".63387"/> + <path d="m1 4.5714h20v0.64286h-20z" fill="#3daee9" stroke-width=".63387"/> + <path d="m1.625 5.8571h18.75v12.857h-18.75z" fill="#eff0f1" stroke-width=".63387"/> + <rect x="19.125" y="2.6429" width="1.25" height="1.2857" rx=".625" fill="#eff0f1" stroke-width=".63387"/> + <path d="m2.25 18.071 0.625 0.64286h17.5v-9.6429l-0.625-0.64286z" fill="url(#d)" opacity=".2" stroke-width=".63387"/> + <path d="m2.25 8.4286h17.5v9.6429h-17.5z" fill="#fcfcfc" stroke-width=".63387"/> + <path d="m2.25 7.1429 1.25 1.2857h10v-1.2857l-0.625-0.64286z" fill="url(#e)" opacity=".2" stroke-width=".63387"/> + <path d="m2.25 6.5h11.25v0.64286h-11.25z" fill="#fcfcfc" stroke-width=".63387"/> + <path d="m2.25 6.5h5.625v0.64286h-5.625zm0 10.929h2.5v0.64286h-2.5zm3.75 0h7.5v0.64286h-7.5zm-3.75-1.2857h2.5v0.64286h-2.5zm3.75 0h8.75v0.64286h-8.75zm-3.75-1.2857h2.5v0.64286h-2.5zm3.75 0h7.5v0.64286h-7.5zm-3.75-1.2857h2.5v0.64286h-2.5zm3.75 0h8.75v0.64286h-8.75zm-3.75-1.2857h2.5v0.64286h-2.5zm3.75 0h6.25v0.64286h-6.25zm-3.75-1.2857h2.5v0.64286h-2.5zm3.75 0h10v0.64286h-10zm-3.75-1.2857h2.5v0.64286h-2.5zm3.75 0h11.25v0.64286h-11.25zm-3.75-1.2857h2.5v0.64286h-2.5zm3.75 0h7.5v0.64286h-7.5z" fill="url(#f)" stroke-width=".63387"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/preferences-mail_generic.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <g transform="translate(-421.71 -525.79)"> + <path class="ColorScheme-Text" d="m422.71 528.79v16h20v-16h-20zm1 1h0.0488l5.9746 5.9766-6.0234 6.0234v-12zm1.4629 0h15.074l-7.5371 7.5371-7.5371-7.5371zm16.488 0h0.0488v12l-6.0234-6.0234 5.9746-5.9766zm-11.221 6.6836 2.2695 2.2676 2.2695-2.2676 6.7305 6.7305v0.58594h-18v-0.58594l6.7305-6.7305z" fill="currentColor"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/preferences-mimetypes.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path d="m2 1v20h11.571v-1.25h-10.286v-17.5h10.286v5h5.1429v7.5h1.2857v-8.7598l-5.1328-4.9902-0.01004 0.012207v-0.012207h-11.571z" fill="#eff0f1"/> + <path d="m13.571 20.401h5.8129v-5.6514" fill="none" stroke="#eff0f1" stroke-width="1.2142px"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/preferences-mouse-click-handler.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + } + .ColorScheme-Highlight { + color:#3daee9; + }</style> + <rect class="ColorScheme-Highlight" x="9" y="2" width="4" height="7" color="#3daee9" fill="currentColor" fill-rule="evenodd"/> + <path class="ColorScheme-Text" d="m9.75 1a6.25 6.25 0 0 0-6.25 6.25v7.5a6.25 6.25 0 0 0 6.25 6.25h2.5a6.25 6.25 0 0 0 6.25-6.25v-7.5a6.25 6.25 0 0 0-6.25-6.25zm0 1.25h2.5a5 5 0 0 1 5 5v7.5a5 5 0 0 1-5 5h-2.5a5 5 0 0 1-5-5v-7.5a5 5 0 0 1 5-5z" color="#eff0f1" fill="currentColor" stroke-width="1.25"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/preferences-multiproject.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <g fill="#eff0f1"> + <path class="ColorScheme-Text" d="m2.1875 11.5v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/> + <path class="ColorScheme-Text" d="m2.1875 1v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/> + <path class="ColorScheme-Text" d="m12.688 11.5v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/> + <path class="ColorScheme-Text" d="m12.688 1v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/preferences-network.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,33 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <defs> + <linearGradient id="linearGradient856" x1="8" x2="8" y1="25" y2="11" gradientUnits="userSpaceOnUse"> + <stop stop-color="#2e3436" offset="0"/> + <stop stop-color="#555753" offset="1"/> + </linearGradient> + </defs> + <linearGradient id="a"> + <stop offset="0"/> + <stop stop-opacity="0" offset="1"/> + </linearGradient> + <linearGradient id="b" x2="0" y1="543.8" y2="502.66" gradientTransform="matrix(.66667 0 0 .63518 128.19 198.52)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#c6cdd1" offset="0"/> + <stop stop-color="#e0e5e7" offset="1"/> + </linearGradient> + <linearGradient id="c" x1="391.57" x2="406.57" y1="525.8" y2="540.8" gradientUnits="userSpaceOnUse" xlink:href="#a"/> + <linearGradient id="d" x1="11" x2="25" y1="14" y2="28" gradientTransform="matrix(.625 0 0 .64286 1 .71429)" gradientUnits="userSpaceOnUse" xlink:href="#a"/> + <g transform="matrix(.625 0 0 .64286 -239.36 -330.87)"> + <path d="m384.57 517.8h32v28h-32z" fill="url(#b)"/> + <path d="m385.57 543.8 30-20 1 1v21h-29z" fill="url(#c)" fill-rule="evenodd" opacity=".2"/> + <path d="m384.57 517.8h32v4h-32z" fill="#566069"/> + <path d="m384.57 521.8h32v1h-32z" fill="#3daee9"/> + <path d="m385.57 523.8h30v20h-30z" fill="#fff"/> + <rect x="413.57" y="518.8" width="2" height="2" rx="1" fill="#eff0f1"/> + </g> + <path d="m6 7.7857h10l4.375 4.5v6.4286h-10.625l-3.75-3.8571z" fill="url(#d)" opacity=".2" stroke-width=".63387"/> + <path d="m6.625 8.4286h8.75v5.7857h-8.75z" fill="#fcfcfc" stroke-width=".63387"/> + <g transform="matrix(.625 0 0 .64286 1 .71429)" fill="url(#linearGradient856)"> + <path d="m16 12a9 9 0 0 0-7.877 4.668c0.129 0.364 0.357 0.677 0.656 0.908a8 8 0 0 1 7.221-4.576 4 4 0 0 0-4 4 4 4 0 0 0 4 4 4 4 0 0 0 4-4 4 4 0 0 0-3.65-3.982 8 8 0 0 1 6.87 4.558c0.302-0.234 0.533-0.55 0.66-0.918a9 9 0 0 0-7.88-4.658zm0 2a3 3 0 0 1 3 3 3 3 0 0 1-3 3 3 3 0 0 1-3-3 3 3 0 0 1 3-3zm0 1a2 2 0 0 0-2 2 2 2 0 0 0 2 2 2 2 0 0 0 2-2 2 2 0 0 0-0.09-0.588 1 1 0 0 1-0.91 0.588 1 1 0 0 1-1-1 1 1 0 0 1 0.59-0.91 2 2 0 0 0-0.59-0.09z"/> + <path d="m8 11v11h7v2h-3v1h8v-1h-3v-2h7v-11h-15zm1 1h14v9h-14z"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/preferences-notifications.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg"> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + <path class="ColorScheme-Text" d="m8.7751 17.25a2.5714 2.5 0 0 0-0.34654 1.25 2.5714 2.5 0 0 0 2.5714 2.5 2.5714 2.5 0 0 0 2.5714-2.5 2.5714 2.5 0 0 0-0.34905-1.25zm2.2249-16.25a1.2857 1.25 0 0 0-1.2857 1.25 1.2857 1.25 0 0 0 0.0126 0.16113 5.1429 5 0 0 0-3.8697 4.8389c0 3.75-1.2857 5-3.8571 7.5v1.25h18v-1.25c-2.5714-2.5-3.8571-3.75-3.8571-7.5a5.1429 5 0 0 0-3.8697-4.8389 1.2857 1.25 0 0 0 0.012557-0.16113 1.2857 1.25 0 0 0-1.2857-1.25zm0 2.5a3.8571 3.75 0 0 1 3.8571 3.75c0 3.75 0.75335 5 3.3248 7.5h-14.364c2.5714-2.5 3.3248-3.75 3.3248-7.5a3.8571 3.75 0 0 1 3.8571-3.75z" color="#eff0f1" fill="currentColor" fill-rule="evenodd" stroke-width="1.2677"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/preferences-orbit.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" enable-background="new 0 0 1000 1000" version="1.1" viewBox="0 0 22 22" xml:space="preserve" xmlns="http://www.w3.org/2000/svg"> + +<g transform="matrix(.020408 0 0 .020401 .79577 .79924)" fill="#eff0f1"><g transform="matrix(.1 0 0 -.1 0 511)" fill="#eff0f1"><path d="m8366.8 5001c-345.6-42.7-837.7-189.1-1262.6-376.1-207.4-89.5-209.4-91.5-250.1-52.9-24.4 22.4-93.5 65.1-154.5 97.6-101.7 50.8-132.2 56.9-315.1 56.9-166.7 0-221.6-8.1-298.9-44.7-134.2-61-290.7-213.5-355.8-349.7-48.8-99.6-56.9-138.3-56.9-309v-193.2l-172.8-120c-95.6-65.1-270.4-193.2-392.4-282.6-213.5-158.6-235.8-193.2-126.1-195.2 22.4 0 117.9-26.4 213.5-59l172.8-59 512.4 362 115.9-69.1c227.7-136.2 479.8-148.4 711.6-34.6 248 122 380.2 335.5 394.4 636.4l8.1 174.8 217.6 93.5c951.5 404.6 1650.9 437.1 1964.1 89.5 278.5-309 282.6-925.1 12.2-1742.4-341.7-1032.9-1026.8-2161.3-2010.9-3312.1-453.4-528.6-1238.2-1293.1-1797.3-1748.5l-158.6-128.1-93.5 71.2c-195.2 150.5-394.4 215.5-660.8 215.5-298.9 0-549-103.7-764.5-317.2-260.2-260.2-372.1-662.8-280.6-1012.5 18.3-67.1 28.5-122 24.4-126-22.4-22.4-585.6-278.6-766.5-349.7-803.1-311.1-1482.2-390.4-1864.4-217.6-453.4 205.3-546.9 764.5-270.4 1626.5 69.1 211.4 213.5 563.2 319.2 770.6l59 117.9 183 4c150.5 2.1 199.2 12.2 292.8 57 225.7 109.8 390.4 343.6 418.8 591.6 16.3 144.4-30.5 335.5-113.9 461.5l-56.9 85.4 115.9 164.7 117.9 162.7-54.9 174.9c-30.5 95.6-63 205.4-73.2 244l-18.3 67.1-164.7-219.7c-89.5-122-185-254.1-211.5-292.8l-44.7-71.2h-207.4c-178.9 0-219.6-6.1-319.2-52.9-246-115.9-410.7-370-412.7-636.4 0-180.9 30.5-284.6 122-420.9l71.2-107.8-111.8-233.8c-752.3-1575.7-597.8-2671.6 414.8-2944 203.3-56.9 729.9-50.8 1034.9 10.2 453.4 91.5 925.1 256.2 1472 518.5l300.9 142.3 75.2-71.2c164.7-158.6 390.4-256.2 636.4-274.5 514.4-38.6 975.9 282.6 1124.4 784.8 46.8 160.6 42.7 433.1-10.2 601.8-34.6 113.8-36.6 142.3-14.2 162.7 14.2 12.2 136.2 113.8 268.4 225.7 1783 1476.2 3257 3458.6 3814.1 5127.8 160.6 481.9 211.5 760.4 211.5 1173.2 2 392.4-20.3 508.3-142.3 760.4-132.2 270.4-410.7 488-721.8 561.2-168.8 38.6-475.8 52.8-669 30.5zm-1838-703.5c152.5-73.2 217.5-300.9 126-435.1-77.2-111.8-148.4-152.5-270.4-152.5s-193.2 38.6-270.4 154.5c-61 87.4-54.9 244 12.2 337.5 85.5 120 262.3 162.7 402.6 95.6zm-5178.5-5081c154.5-79.3 215.5-248 148.4-402.6-56.9-128.1-148.4-187.1-288.7-187.1-187.1 0-309 120-309 307 0 231.9 248 386.4 449.3 282.7zm3523.5-1960c126.1-61 246-178.9 315.1-311.1 50.8-95.6 56.9-128.1 56.9-300.9 0-162.7-8.1-207.4-46.8-280.6-73.2-136.2-199.2-262.3-327.3-323.3-95.6-48.8-140.3-56.9-276.5-56.9-276.5 0-483.9 128.1-603.9 372.1-59 120-67.1 154.5-67.1 298.9 2 120 12.2 187.1 44.7 256.2 75.2 166.7 231.8 311.1 410.7 378.2 112 40.6 376.3 24.4 494.2-32.6z"/><path d="m3987.4 2874.2c-894.6-176.9-1579.8-868.2-1750.6-1762.8-38.6-207.4-38.6-593.7 0-801.1 170.8-904.8 880.4-1608.2 1777-1764.8 211.5-36.6 571.3-38.7 774.6-2.1 839.7 150.6 1516.8 778.9 1744.5 1614.5 46.8 176.9 52.9 233.8 52.9 553 2 327.3-2.1 372.1-54.9 557.1-233.8 843.8-902.7 1461.9-1740.4 1608.3-209.5 36.6-614.1 36.6-803.1-2.1z"/></g></g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/preferences-pluginmanager.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m4.3333 3v1.6h-3.3333v14.4h20v-14.4h-3.3333v-1.6h-5v1.6h-3.3333v-1.6zm-1.6667 3.2h16.667v11.2h-16.667z" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/preferences-printer.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m3.5 1v6.25h-2.5v10h5v3.75h10v-3.75h5v-10h-2.5v-6.25h-15m1.25 1.25h12.5v5h-1.25v-1.25h-10v1.25h-1.25v-5m1.25 1.25v1.25h10v-1.25h-10m-3.75 5h17.5v7.5h-2.5v-2.5h-12.5v2.5h-2.5v-7.5m12.5 1.25v1.25h3.75v-1.25h-3.75m-7.5 7.5h7.5v2.5h-7.5v-2.5" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/preferences-project.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m3.5 1v2.5h-2.5v3.75h2.5v7.5h-2.5v3.75h2.5v2.5h17.5v-20zm1.25 1.25h15v2.5h-15v-1.25zm0 3.75h15v13.75h-15z" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/preferences-properties.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m1 1v20h20v-20h-20m1.25 5h17.5v13.75h-17.5v-13.75m1.25 1.25v11.25h6.25v-11.25h-6.25m7.5 1.25v1.25h7.5v-1.25h-7.5m0 3.75v1.25h5v-1.25h-5m0 3.75v1.25h2.5v-1.25h-2.5" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/preferences-pyDebugger.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" fill="none" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <path d="m3.02 14.502-0.00271-0.04081c8.7e-4 0.01361 0.00178 0.02722 0.00271 0.04081z" fill="#c5c5c5"/> + <g transform="matrix(1.4368 0 0 1.4654 -.43678 -47.874)" fill="#eff0f1"> + <path d="m7.2577 40.905-1.7701-1.7791 0.59162-0.59161 1.8718 1.8812 1.8451-1.8451 0.59165 0.5916-1.77 1.77 1.7701 1.7791-0.59161 0.5916-1.8717-1.8813-1.8451 1.8451-0.59161-0.5916z"/> + <path d="m10.878 36.27v0.58167h0.7849l1.6579-1.6579 0.5916 0.59161-1.5698 1.5698 0.0189 0.04949c0.3304 0.86212 0.5165 1.8351 0.5165 2.8653 0 0.1957-0.0067 0.38933-0.0199 0.58053l-3e-3 0.04364h2.0654v0.83666h-2.1705l-0.0061 0.03349c-0.1764 0.96445-0.5195 1.8438-0.9869 2.5838l-0.0347 0.0551 1.9964 2.0065-0.5931 0.5901-1.9098-1.9194-0.0577 0.0645c-0.8627 0.965-1.9806 1.5435-3.1984 1.5435-1.2367 0-2.3704-0.5966-3.2384-1.5887l-0.05749-0.0657-1.8717 1.8717-0.59162-0.5916 1.9632-1.9632-0.03399-0.055c-0.45068-0.729-0.782-1.5897-0.95424-2.5316l-0.00612-0.03349h-2.1688v-0.83666h2.0637l-3e-3 -0.04364c-0.01315-0.1912-0.01986-0.38483-0.01986-0.58053 0-1.0167 0.18128-1.9778 0.50362-2.8315l0.01857-0.04919-1.6109-1.619 0.59311-0.59012 1.6631 1.6715h0.83249v-0.58167c0-1.6118 1.3066-2.9183 2.9183-2.9183s2.9183 1.3066 2.9183 2.9183zm-5 0v0.58167h4.1633v-0.58167c0-1.1497-0.93196-2.0817-2.0816-2.0817s-2.0817 0.93199-2.0817 2.0817zm5.7163 1.4712-0.0199-0.0529h-7.2295l-0.0199 0.0529c-0.28341 0.75313-0.44701 1.6105-0.44701 2.5288 0 1.6099 0.50298 3.0339 1.274 4.0363 0.77037 1.0015 1.771 1.5454 2.8076 1.5454s2.0373-0.5439 2.8076-1.5454c0.7711-1.0024 1.274-2.4263 1.274-4.0363 0-0.91822-0.1636-1.7756-0.447-2.5288z" clip-rule="evenodd" fill-rule="evenodd"/> + </g> + <g transform="matrix(.49556 0 0 .49631 10.566 10.555)"> + <path d="m9.3333 1c-1.8467 0-3.3333 1.4867-3.3333 3.3333h5v1.6667h-6.6667c-1.8467 0-3.3333 1.4867-3.3333 3.3333v3.3333c0 1.8467 1.4867 3.3333 3.3333 3.3333v-1.6667c0-1.4812 0.64983-2.7937 1.6667-3.7077 0.00113-1e-3 0.00211-0.0023 0.00325-0.0032 0.22024-0.19762 0.45764-0.37623 0.70964-0.53385 0.00205-0.0013 0.00445-2e-3 0.00651-0.0033 0.24818-0.15476 0.50993-0.28704 0.7845-0.39715 0.049445-0.0194 0.10278-0.030962 0.15299-0.048825 0.23327-0.084875 0.47095-0.16243 0.71941-0.21159 0.31035-0.05985 0.6287-0.0944 0.95703-0.0944h6.6667v-5c0-1.8467-1.4866-3.3333-3.3333-3.3333zm0 0.83333c0.46167 0 0.83333 0.37167 0.83333 0.83333s-0.37167 0.83333-0.83333 0.83333-0.83333-0.37167-0.83333-0.83333 0.37167-0.83333 0.83333-0.83333zm8.3333 4.1667v1.6667c0 1.4812-0.65308 2.7969-1.6699 3.7109-0.22024 0.19763-0.45764 0.37622-0.70964 0.53385-2e-3 0.0013-0.0045 2e-3 -0.0065 0.0033-0.24818 0.15475-0.50993 0.28703-0.7845 0.39714-0.04945 0.0194-0.10279 0.03098-0.153 0.04883-0.23328 0.08488-0.47096 0.16244-0.71941 0.21159-0.31035 0.05985-0.6287 0.0944-0.95703 0.0944h-6.6667v5c0 1.8466 1.4866 3.3333 3.3333 3.3333h3.3333c1.8467 5e-6 3.3333-1.4867 3.3333-3.3333h-5v-1.6667h6.6667c1.8467 0 3.3333-1.4867 3.3333-3.3333v-3.3333c0-1.8467-1.4867-3.3333-3.3333-3.3333zm-5 12.5c0.46167 0 0.83333 0.37167 0.83333 0.83333 0 0.46167-0.37167 0.83333-0.83333 0.83333-0.46167 0-0.83333-0.37167-0.83333-0.83333 0-0.46167 0.37167-0.83333 0.83333-0.83333z" fill="#f59e16" stroke-width="1.6667"/> + <path d="m3.6449 15.905c-1.0799-0.23814-1.9515-0.96024-2.3667-1.9609-0.23798-0.57353-0.2435-0.6405-0.2435-2.9573 0-2.4426-4.382e-4 -2.4387 0.35679-3.1674 0.15485-0.31587 0.27272-0.47309 0.59404-0.79237 0.61042-0.60654 1.1535-0.87745 1.9611-0.97826 0.24461-0.030533 1.6685-0.0493 3.7405-0.0493h3.3455v-1.678h-5.025l0.020892-0.19809c0.043445-0.41194 0.12282-0.76663 0.2315-1.0344 0.28459-0.70131 0.91079-1.3795 1.5731-1.7036 0.70139-0.34329 0.70088-0.34322 2.9604-0.36191 1.3056-0.010799 2.1368 0.00118 2.3472 0.033828 0.74508 0.1156 1.36 0.42821 1.8771 0.95435 0.38217 0.3888 0.62886 0.78959 0.80494 1.3078l0.12671 0.37288 0.02794 5.6165-3.4628 2.797e-4c-3.7992 2.8e-4 -3.9821 0.010868-4.7579 0.27498-1.6385 0.55781-2.833 1.853-3.3061 3.5847-0.084508 0.30932-0.10069 0.52546-0.11839 1.5818l-0.020511 1.2235-0.19356-0.0037c-0.10646-2e-3 -0.31941-0.03146-0.47322-0.06537zm5.9786-12.448c0.23032-0.096235 0.37788-0.23824 0.48202-0.46388 0.10874-0.23561 0.10887-0.41585 4.85e-4 -0.65447-0.22285-0.4906-0.79509-0.6686-1.2228-0.38036-0.57245 0.38577-0.50672 1.1986 0.11993 1.4832 0.23169 0.10524 0.39574 0.10933 0.62037 0.015472z" fill="#59f" stroke="#59f" stroke-width=".18644"/> + <path d="m3.8769 16.021c-1.2932-0.19009-2.3276-1.0581-2.7783-2.3311-0.10462-0.29556-0.10766-0.35367-0.12435-2.3767-0.02134-2.5866-0.0035742-2.7756 0.32413-3.4486 0.20725-0.42558 0.2898-0.53952 0.64158-0.88559 0.46207-0.45457 0.84593-0.697 1.3787-0.87072 0.35486-0.11571 0.44157-0.12338 1.7945-0.15867 0.78189-0.020394 2.4127-0.038555 3.6239-0.040356l2.2023-0.00327v-1.4915h-5.017l0.039441-0.33792c0.082337-0.70546 0.25768-1.1849 0.61798-1.6898 0.42952-0.60191 1.1146-1.096 1.8194-1.3123 0.25572-0.078458 0.47917-0.085803 2.6102-0.085803h2.3305l0.37288 0.12699c0.53022 0.18057 0.9215 0.42591 1.3262 0.83156 0.39706 0.398 0.6012 0.71448 0.81882 1.2694l0.14988 0.38221 0.05924 5.803h-3.4512c-2.1311 0-3.6243 0.01902-3.9038 0.049728-1.8332 0.20141-3.4435 1.5466-4.0833 3.4109-0.16642 0.48492-0.2114 0.87998-0.21359 1.8762-0.00101 0.46144-0.015071 0.9491-0.031236 1.0837-0.032921 0.27408-0.022253 0.2699-0.50691 0.19866zm5.8238-12.697c0.22793-0.13357 0.39978-0.41605 0.39978-0.65711 0-0.38236-0.38671-0.76907-0.76907-0.76907-0.37964 0-0.76907 0.38942-0.76907 0.76907 0 0.22876 0.1764 0.52469 0.38858 0.65187 0.25028 0.15002 0.49975 0.15176 0.74977 0.00524z" fill="#59f" stroke="#59f" stroke-width=".18644"/> + <path d="m8.4791 20.868c-1.1305-0.3003-2.0097-1.1819-2.3497-2.3563-0.10661-0.36823-0.10735-0.38954-0.10735-3.0975v-2.7267l3.7521-0.0245c4.0868-0.02668 3.7551-0.0052 4.6099-0.299 0.68486-0.23541 1.3543-0.67684 1.9039-1.2554 0.75974-0.7998 1.219-1.7686 1.3618-2.8724 0.02487-0.19227 0.04587-0.77332 0.04666-1.2912l0.0014-0.94166 0.2447 0.025284c1.4235 0.14709 2.5831 1.1278 2.928 2.4764 0.0826 0.32295 0.09004 0.52992 0.09004 2.5022 0 2.3009-0.0047 2.3571-0.24808 2.9596-0.38832 0.96139-1.3874 1.7661-2.4289 1.9562-0.18272 0.03336-1.4679 0.0505-3.7871 0.0505h-3.5105v1.7246h4.9873v0.15458c0 0.69752-0.41873 1.6179-0.98356 2.1619-0.43106 0.41516-0.71671 0.5953-1.2587 0.79375l-0.34464 0.1262-2.2839 0.0118c-2.1321 0.01102-2.3065 0.0058-2.6234-0.07838zm4.5484-0.76527c0.14329-0.07486 0.34581-0.28173 0.42313-0.43224 0.07192-0.13999 0.06565-0.49923-0.01187-0.68041-0.23374-0.54628-0.98118-0.67393-1.3894-0.23729-0.15562 0.16644-0.22436 0.34315-0.22436 0.57672 0 0.33492 0.19378 0.64097 0.48941 0.77292 0.18463 0.08241 0.55566 0.08257 0.71312 3.26e-4z" fill="#fd5" stroke="#fd5" stroke-width=".18644"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/preferences-python.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg"> + <path d="m9.3333 1c-1.8467 0-3.3333 1.4867-3.3333 3.3333h5v1.6667h-6.6667c-1.8467 0-3.3333 1.4867-3.3333 3.3333v3.3333c0 1.8467 1.4867 3.3333 3.3333 3.3333v-1.6667c0-1.4812 0.64983-2.7937 1.6667-3.7077 0.00113-1e-3 0.00211-0.0023 0.00325-0.0032 0.22024-0.19762 0.45764-0.37623 0.70964-0.53385 0.00205-0.0013 0.00445-2e-3 0.00651-0.0033 0.24818-0.15476 0.50993-0.28704 0.7845-0.39715 0.049445-0.0194 0.10278-0.030962 0.15299-0.048825 0.23327-0.084875 0.47095-0.16243 0.71941-0.21159 0.31035-0.05985 0.6287-0.0944 0.95703-0.0944h6.6667v-5c0-1.8467-1.4866-3.3333-3.3333-3.3333zm0 0.83333c0.46167 0 0.83333 0.37167 0.83333 0.83333s-0.37167 0.83333-0.83333 0.83333-0.83333-0.37167-0.83333-0.83333 0.37167-0.83333 0.83333-0.83333zm8.3333 4.1667v1.6667c0 1.4812-0.65308 2.7969-1.6699 3.7109-0.22024 0.19763-0.45764 0.37622-0.70964 0.53385-2e-3 0.0013-0.0045 2e-3 -0.0065 0.0033-0.24818 0.15475-0.50993 0.28703-0.7845 0.39714-0.04945 0.0194-0.10279 0.03098-0.153 0.04883-0.23328 0.08488-0.47096 0.16244-0.71941 0.21159-0.31035 0.05985-0.6287 0.0944-0.95703 0.0944h-6.6667v5c0 1.8466 1.4866 3.3333 3.3333 3.3333h3.3333c1.8467 5e-6 3.3333-1.4867 3.3333-3.3333h-5v-1.6667h6.6667c1.8467 0 3.3333-1.4867 3.3333-3.3333v-3.3333c0-1.8467-1.4867-3.3333-3.3333-3.3333zm-5 12.5c0.46167 0 0.83333 0.37167 0.83333 0.83333 0 0.46167-0.37167 0.83333-0.83333 0.83333-0.46167 0-0.83333-0.37167-0.83333-0.83333 0-0.46167 0.37167-0.83333 0.83333-0.83333z" fill="#f59e16" stroke-width="1.6667"/> + <path d="m3.6449 15.905c-1.0799-0.23814-1.9515-0.96024-2.3667-1.9609-0.23798-0.57353-0.2435-0.6405-0.2435-2.9573 0-2.4426-4.382e-4 -2.4387 0.35679-3.1674 0.15485-0.31587 0.27272-0.47309 0.59404-0.79237 0.61042-0.60654 1.1535-0.87745 1.9611-0.97826 0.24461-0.030533 1.6685-0.0493 3.7405-0.0493h3.3455v-1.678h-5.025l0.020892-0.19809c0.043445-0.41194 0.12282-0.76663 0.2315-1.0344 0.28459-0.70131 0.91079-1.3795 1.5731-1.7036 0.70139-0.34329 0.70088-0.34322 2.9604-0.36191 1.3056-0.010799 2.1368 0.00118 2.3472 0.033828 0.74508 0.1156 1.36 0.42821 1.8771 0.95435 0.38217 0.3888 0.62886 0.78959 0.80494 1.3078l0.12671 0.37288 0.02794 5.6165-3.4628 2.797e-4c-3.7992 2.8e-4 -3.9821 0.010868-4.7579 0.27498-1.6385 0.55781-2.833 1.853-3.3061 3.5847-0.084508 0.30932-0.10069 0.52546-0.11839 1.5818l-0.020511 1.2235-0.19356-0.0037c-0.10646-2e-3 -0.31941-0.03146-0.47322-0.06537zm5.9786-12.448c0.23032-0.096235 0.37788-0.23824 0.48202-0.46388 0.10874-0.23561 0.10887-0.41585 4.85e-4 -0.65447-0.22285-0.4906-0.79509-0.6686-1.2228-0.38036-0.57245 0.38577-0.50672 1.1986 0.11993 1.4832 0.23169 0.10524 0.39574 0.10933 0.62037 0.015472z" fill="#59f" stroke="#59f" stroke-width=".18644"/> + <path d="m3.8769 16.021c-1.2932-0.19009-2.3276-1.0581-2.7783-2.3311-0.10462-0.29556-0.10766-0.35367-0.12435-2.3767-0.02134-2.5866-0.0035742-2.7756 0.32413-3.4486 0.20725-0.42558 0.2898-0.53952 0.64158-0.88559 0.46207-0.45457 0.84593-0.697 1.3787-0.87072 0.35486-0.11571 0.44157-0.12338 1.7945-0.15867 0.78189-0.020394 2.4127-0.038555 3.6239-0.040356l2.2023-0.00327v-1.4915h-5.017l0.039441-0.33792c0.082337-0.70546 0.25768-1.1849 0.61798-1.6898 0.42952-0.60191 1.1146-1.096 1.8194-1.3123 0.25572-0.078458 0.47917-0.085803 2.6102-0.085803h2.3305l0.37288 0.12699c0.53022 0.18057 0.9215 0.42591 1.3262 0.83156 0.39706 0.398 0.6012 0.71448 0.81882 1.2694l0.14988 0.38221 0.05924 5.803h-3.4512c-2.1311 0-3.6243 0.01902-3.9038 0.049728-1.8332 0.20141-3.4435 1.5466-4.0833 3.4109-0.16642 0.48492-0.2114 0.87998-0.21359 1.8762-0.00101 0.46144-0.015071 0.9491-0.031236 1.0837-0.032921 0.27408-0.022253 0.2699-0.50691 0.19866zm5.8238-12.697c0.22793-0.13357 0.39978-0.41605 0.39978-0.65711 0-0.38236-0.38671-0.76907-0.76907-0.76907-0.37964 0-0.76907 0.38942-0.76907 0.76907 0 0.22876 0.1764 0.52469 0.38858 0.65187 0.25028 0.15002 0.49975 0.15176 0.74977 0.00524z" fill="#59f" stroke="#59f" stroke-width=".18644"/> + <path d="m8.4791 20.868c-1.1305-0.3003-2.0097-1.1819-2.3497-2.3563-0.10661-0.36823-0.10735-0.38954-0.10735-3.0975v-2.7267l3.7521-0.0245c4.0868-0.02668 3.7551-0.0052 4.6099-0.299 0.68486-0.23541 1.3543-0.67684 1.9039-1.2554 0.75974-0.7998 1.219-1.7686 1.3618-2.8724 0.02487-0.19227 0.04587-0.77332 0.04666-1.2912l0.0014-0.94166 0.2447 0.025284c1.4235 0.14709 2.5831 1.1278 2.928 2.4764 0.0826 0.32295 0.09004 0.52992 0.09004 2.5022 0 2.3009-0.0047 2.3571-0.24808 2.9596-0.38832 0.96139-1.3874 1.7661-2.4289 1.9562-0.18272 0.03336-1.4679 0.0505-3.7871 0.0505h-3.5105v1.7246h4.9873v0.15458c0 0.69752-0.41873 1.6179-0.98356 2.1619-0.43106 0.41516-0.71671 0.5953-1.2587 0.79375l-0.34464 0.1262-2.2839 0.0118c-2.1321 0.01102-2.3065 0.0058-2.6234-0.07838zm4.5484-0.76527c0.14329-0.07486 0.34581-0.28173 0.42313-0.43224 0.07192-0.13999 0.06565-0.49923-0.01187-0.68041-0.23374-0.54628-0.98118-0.67393-1.3894-0.23729-0.15562 0.16644-0.22436 0.34315-0.22436 0.57672 0 0.33492 0.19378 0.64097 0.48941 0.77292 0.18463 0.08241 0.55566 0.08257 0.71312 3.26e-4z" fill="#fd5" stroke="#fd5" stroke-width=".18644"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/preferences-qtlogo.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" fill="#000000" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <path d="m4.232 3.5c-0.19871 0-0.44158 0.1034-0.57914 0.24471-0.79823 0.80307-1.5982 1.6044-2.4015 2.4041-0.13927 0.13787-0.25136 0.38603-0.25136 0.59972v0.00172c0.0034 3.7035 0.0034 11.224 0.0034 11.307v0.44117h0.43478c0.081522 0 10.946-0.0018 16.323 0.0018 0.21739 0 0.46366-0.11374 0.60462-0.25505l0.0018-0.0018c0.78969-0.7979 1.5828-1.5924 2.3794-2.3834 0.1494-0.14993 0.253-0.40671 0.253-0.61696-0.003398-3.6931 0-11.302 0-11.302v-0.44117zm0.02038 0.88235h15.878c0 0.55319-0.0033 7.3018 0 10.855-0.79484 0.78929-1.588 1.5837-2.376 2.3799-5.2361-0.0034-15.258-0.0034-15.881-0.0018 0-0.61695 0-7.2794-0.0034-10.847 0.79654-0.79266 1.5914-1.5871 2.3828-2.3867zm4.1797 1.7647c-0.13757 0-0.27344 0.00343-0.41101 0.00861-0.33288 0.013793-0.66067 0.070664-0.98166 0.16545-0.7269 0.21886-1.2721 0.65659-1.5897 1.3545-0.11039 0.24299-0.2038 0.49632-0.27853 0.7531-0.2055 0.70312-0.24796 1.4269-0.25645 2.1524-0.0051 0.48943 0.023778 0.97713 0.09341 1.4614 0.067934 0.45324 0.17323 0.89614 0.35156 1.3218 0.32269 0.76516 0.88995 1.246 1.6882 1.4562 0.69463 0.1844 1.3961 0.20852 2.1196 0.10686 0.36345 0.59455 0.7303 1.1977 1.1022 1.8078 0.43988-0.20681 0.85768-0.40154 1.2874-0.60318-0.35496-0.57215-0.69633-1.1253-1.0343-1.6716 0.14776-0.13442 0.29382-0.25333 0.42289-0.38775 0.33458-0.35673 0.53668-0.78584 0.66916-1.2529 0.18852-0.66693 0.23607-1.3528 0.25306-2.0404 0.01189-0.53251-0.02208-1.0633-0.09341-1.5906-0.06794-0.49115-0.18512-0.97024-0.38553-1.4269-0.34137-0.7755-0.92222-1.2615-1.7391-1.4752-0.40251-0.1034-0.80842-0.13787-1.2177-0.13959zm5.1766 0.88235v1.7647h-0.86957v1.3235h0.86957v3.0882c0 0.3395 0.06962 0.71174 0.2038 1.0288 0.11209 0.26712 0.30061 0.45496 0.56386 0.57042 0.20041 0.08618 0.40931 0.13097 0.625 0.15165 0.4127 0.03791 0.89164-0.02929 1.2976-0.10168 0.11549-0.02068 0.22928-0.04481 0.35326-0.06892-0.01188-0.36018-0.03058-0.84271-0.05943-1.1891-0.04587-0.0034-0.06962-0.01038-0.09511-0.0086-0.27174 0.01038-0.61481 0.05343-0.88655 0.05859-0.11719 0.0018-0.23607-0.01038-0.35156-0.03447-0.14606-0.03102-0.24287-0.12925-0.28363-0.27746-0.01529-0.06204-0.03228-0.12236-0.03568-0.1844-0.01868-0.23265-0.02548-0.59283-0.02718-0.8272-0.0051-0.83409 0-2.2059 0-2.2059h1.7391v-1.3235h-1.7391v-1.7647zm-5.2191 0.44979c0.25815 0 0.51461 0.031019 0.77106 0.094783 0.44327 0.11029 0.77446 0.35156 0.97826 0.72897 0.17833 0.32399 0.27683 0.67038 0.32269 1.0271 0.05435 0.43083 0.07982 0.86511 0.1036 1.134-0.02208 0.74621-0.03906 1.3252-0.20211 1.8922-0.03397 0.12064-0.07643 0.23954-0.12398 0.35501-0.18342 0.45496-0.54518 0.73242-1.0581 0.85305-0.518 0.12064-1.0428 0.12235-1.5642 0.0034-0.54687-0.12406-0.91542-0.42565-1.109-0.90646-0.15625-0.38947-0.23947-0.79101-0.26155-1.2012-0.025474-0.46013-0.035665-0.92198-0.022079-1.3821 0.011888-0.49804 0.084919-0.99092 0.26325-1.4648 0.037365-0.098225 0.08322-0.19474 0.13077-0.2878 0.2038-0.3912 0.54348-0.63591 0.99864-0.75138 0.25645-0.063763 0.51461-0.094784 0.77276-0.094784z" fill="#eff0f1" stroke-width=".43797"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/preferences-search.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m8.5 1c-4.155 0-7.5 3.345-7.5 7.5s3.345 7.5 7.5 7.5c1.8515 0 3.5382-0.66835 4.8438-1.7725l6.7725 6.7725 0.88379-0.88379-6.7725-6.7725c1.1041-1.3055 1.7725-2.9922 1.7725-4.8438 0-4.155-3.345-7.5-7.5-7.5zm0 1.25c3.4625 0 6.25 2.7875 6.25 6.25s-2.7875 6.25-6.25 6.25-6.25-2.7875-6.25-6.25 2.7875-6.25 6.25-6.25z" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/preferences-security.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg"> + <linearGradient id="a" x1="16" x2="16" y1="30" y2="2" gradientTransform="matrix(.73267 0 0 .71429 -.72752 -.42857)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#197cf1" offset="0"/> + <stop stop-color="#20bcfa" offset="1"/> + </linearGradient> + <linearGradient id="b" x1="14" x2="25" y1="10" y2="21" gradientTransform="matrix(.73267 0 0 .71429 -.72752 -.42857)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#292c2f" offset="0"/> + <stop stop-opacity="0" offset="1"/> + </linearGradient> + <linearGradient id="c" x1="14" x2="14" y1="21" y2="9" gradientTransform="matrix(.73267 0 0 .71429 -.72752 -.42857)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#7cbaf8" offset="0"/> + <stop stop-color="#f4fcff" offset="1"/> + </linearGradient> + <path d="m10.995 1c-2.4984 1.29-4.9968 1.8171-7.4952 2.3071v9.6164c0 2.6929 4.0487 6.37 7.4952 8.0764 3.4465-1.7064 7.4952-5.3836 7.4952-8.0764v-9.6157c-2.4984-0.49071-4.9968-1.0179-7.4952-2.3079z" fill="url(#a)" stroke-width=".72342"/> + <path d="m10.995 6-1.4653 0.71429-0.73267 1.4286v2.1429h-1.4653v4.2857l6.5941 6.4286h4.5565l0.017581-8.5714-5.9508-5.8007z" fill="url(#b)" opacity=".2" stroke-width=".72342"/> + <path d="m10.995 6a2.198 2.1429 0 0 0-2.198 2.1429v2.1429h-1.4653v4.2857h7.3267v-4.2857h-1.4653v-2.1429a2.198 2.1429 0 0 0-2.198-2.1429zm0 0.71429a1.4653 1.4286 0 0 1 1.4653 1.4286v2.1429h-2.9307v-2.1429a1.4653 1.4286 0 0 1 1.4653-1.4286z" fill="url(#c)" stroke-width=".72342"/> + <path d="m3.5 12.209v0.71428c0 2.6929 4.0487 6.37 7.4952 8.0764 3.4465-1.7064 7.4952-5.3836 7.4952-8.0764v-0.71428c0 2.6929-4.0487 6.37-7.4952 8.0764-3.4465-1.7064-7.4952-5.3836-7.4952-8.0764z" fill="#292c2f" opacity=".2" stroke-width=".72342"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/preferences-shell.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" enable-background="new 0 0 1000 1000" version="1.1" viewBox="0 0 22 22" xml:space="preserve" xmlns="http://www.w3.org/2000/svg"> + +<g transform="matrix(.020408 0 0 .020182 .796 .90884)" fill="#eff0f1"><g transform="matrix(.1 0 0 -.1 0 511)" fill="#eff0f1"><path d="m4120.8 4287.5c-120.6-46.6-244-126.1-367.4-241.3-46.6-43.9-98.7-71.3-115.1-63.1-16.5 11-120.6 19.2-230.3 19.2-361.9 0-649.8-161.7-817-455.1-68.5-123.4-96-148-183.7-164.5-156.3-27.4-370.1-134.3-493.5-246.7-117.9-106.9-279.6-392-279.6-493.5 0-49.3-27.4-71.3-142.6-109.7-400.3-131.6-652.5-471.6-652.5-885.5 0-178.2-2.7-186.4-82.2-235.8-126.1-74-271.4-235.8-350.9-386.6-79.5-159-112.4-482.5-63.1-655.2 24.7-98.7 21.9-117.9-35.6-191.9-139.8-183.5-189.2-323.4-202.9-559.1-11-219.3-8.2-235.8 87.7-430.4 142.6-287.9 342.7-457.8 1154.2-984.2l685.4-444.1 13.7-397.5c16.5-438.6 41.1-520.9 211.1-690.9 189.2-191.9 211.1-197.4 1044.5-205.6 416.7-5.5 745.7-19.2 745.7-32.9s68.5-98.7 153.5-189.2c104.2-112.4 211.1-194.7 334.5-255 170-85 200.1-90.5 471.6-90.5 271.4 0 301.6 5.5 471.6 90.5 123.4 60.3 230.3 142.6 334.5 255 85 90.5 153.5 175.4 153.5 189.2s329 27.4 748.4 32.9c830.7 8.2 852.6 13.7 1041.8 205.6 170 170 194.7 252.2 211.1 690.9l13.7 397.5 685.4 444.1c751.2 485.2 1019.9 712.8 1154.2 970.5 71.3 134.3 79.5 178.2 79.5 411.2 0 274.2-35.6 381.1-194.6 592.2-57.6 74-60.3 93.2-35.7 191.9 49.4 172.7 16.5 496.2-63.1 655.2-76.8 145.3-233 318-356.4 392-71.3 41.1-76.8 57.6-76.8 227.6 0 101.4-19.2 233-41.1 296.1-96 274.2-342.7 512.7-608.6 594.9-120.6 35.6-145.3 52.1-145.3 104.2 0 104.2-159 389.3-279.6 496.2-123.4 112.4-337.2 219.3-493.5 246.7-87.7 16.5-115.2 41.1-183.7 164.5-167.2 293.4-457.8 457.8-817 457.8-109.7-2.7-211.1-11-227.5-19.2-16.5-11-85 32.9-153.5 93.2-216.6 189.2-342.7 235.9-641.5 235.9-230.3 0-279.6-8.2-416.7-76.8l-159-76.8-156.3 76.8c-131.6 63-200.1 76.8-392 82.2-150.9 5.5-268.7-8.2-337.3-32.9zm509.9-408.5c49.4-19.2 131.6-76.8 183.7-123.4 156.3-142.6 238.5-139.8 403 16.5 156.2 145.3 359.1 183.7 548.3 104.2 126.1-54.8 189.2-109.7 274.2-241.3 90.5-145.3 167.2-167.2 339.9-101.4 74 30.2 186.4 54.8 246.7 54.8 222.1 0 438.6-175.5 493.5-400.3 41.1-159 139.8-241.3 263.2-216.6 197.4 35.6 466.1-115.2 545.6-307.1 22-49.3 38.4-148 38.4-222.1 0-194.7 71.3-279.6 241.3-279.6 331.7-2.7 589.4-279.6 542.8-586.7-8.2-60.3-24.7-159-32.9-216.6-22-126.1 30.1-194.7 178.2-241.3 148-46.6 263.2-145.3 329-279.6 76.8-156.3 71.3-301.6-11-479.8-85-180.9-71.3-252.2 68.5-361.9 57.6-46.6 131.6-137.1 161.8-200.1 101.4-211.1 65.8-386.5-126.1-594.9-137.1-156.3-260.4-244-1008.9-723.8-345.4-224.8-658-435.9-690.9-474.3-60.3-63.1-63-87.7-63-477 0-655.2 0-655.2-808.8-655.2-309.8 0-562 11-562 24.7 0 43.9 235.8 345.4 359.1 455.1 68.5 60.3 200.2 167.3 293.3 238.5 145.3 112.4 170 145.3 170 219.3 0 117.9-93.2 213.8-205.6 213.8-167.2 0-682.7-446.9-904.7-781.3-57.6-90.5-150.8-263.2-200.1-383.8-120.6-279.6-194.7-378.3-356.4-471.6-109.7-65.8-159-76.8-334.5-76.8s-224.8 11-334.5 76.8c-161.7 93.2-235.8 191.9-356.4 471.6-49.3 120.6-139.8 293.3-200.1 383.8-216.6 329-743 781.3-907.5 781.3-106.9 0-202.9-98.7-202.9-208.3 0-79.5 24.7-109.7 200.1-246.7 106.9-85 238.5-194.7 290.6-241.3 101.4-93.2 331.7-392.1 331.7-430.4 0-13.7-252.2-24.7-562-24.7-808.8 0-808.8 0-808.8 655.2 0 389.3-2.7 414-60.3 477-35.6 38.4-378.3 271.4-762.1 515.4-918.3 592.4-1121.2 784.3-1123.9 1063.9 0 134.3 96 315.3 219.3 414 139.8 109.7 153.5 180.9 68.5 361.9-82.2 178.2-87.7 323.5-11 479.8 65.8 134.3 180.9 233 329 279.6 148 46.6 200.1 115.2 178.2 241.3-8.2 57.6-24.7 156.3-32.9 216.6-46.6 307.1 211.1 584 542.8 586.7 170 0 241.2 85 241.2 279.6 0 74 16.5 172.7 38.4 222.1 79.5 191.9 348.2 342.7 545.6 307.1 123.4-24.7 222.1 57.6 263.2 216.6 54.8 224.8 271.4 400.3 493.5 400.3 60.3 0 172.7-24.7 246.7-54.8 172.7-65.8 249.5-43.9 340 101.4 85 131.6 145.3 186.4 265.9 238.5 120.7 51.9 277 54.7 392.1 5.3z"/><path d="m4907.6 3062.1c-115.1-54.8-120.6-115.1-120.6-1176.1 0-1102.1 5.5-1156.9 150.8-1192.6 106.9-27.4 200.1 11 246.7 98.7 35.6 65.8 41.1 241.3 41.1 1110.3v1033.6l-79.5 79.5c-84.9 82.2-142.5 95.9-238.5 46.6z"/><path d="m3802.8 2768.7c-38.4-38.4-57.6-93.2-57.6-159 0-57.6 65.8-501.7 145.3-987 156.3-951.3 172.7-995.2 326.3-995.2 112.4 0 175.5 41.1 205.6 128.9 38.4 109.7-249.5 1883.4-318 1982.1-65.8 93.3-224.9 107-301.6 30.2z"/><path d="m5916.5 2755c-38.4-52.1-85-274.2-194.7-954.1-175.4-1093.9-170-1033.6-85-1118.5 68.5-68.5 194.6-71.3 274.2-5.5 54.8 43.9 76.8 148.1 208.3 940.4 79.5 488 148.1 934.9 148.1 992.4 0 131.6-76.8 211.1-202.9 211.1-68.5 0-109.6-19.2-148-65.8z"/><path d="m2922.7 2373.9c-35.6-19.2-85-68.5-109.7-106.9-38.4-71.3-30.2-112.4 230.3-891 175.5-537.3 287.9-833.4 323.5-863.6 104.2-90.5 276.9-49.3 326.2 79.5 21.9 54.8-21.9 213.8-235.8 871.8-142.6 441.4-282.4 828-309.8 858.1-62.9 74.1-142.4 93.3-224.7 52.1z"/><path d="m6939.1 2382.2c-32.9-11-71.3-38.4-87.7-57.6-16.4-21.9-148-403-293.4-849.9-219.3-671.7-260.4-825.2-238.5-882.8 49.4-128.9 222.1-170 326.3-79.5 35.6 30.2 145.3 323.5 318 841.7 145.3 438.6 263.2 817 263.2 841.7 0 60.3-106.9 178.2-178.2 194.6-30.2 8.2-79.5 5.5-109.7-8.2z"/><path d="m2245.6 1614.5c-68.5-27.4-117.9-106.9-117.9-189.2 0-32.9 128.9-315.3 285.1-630.6 246.7-490.7 298.8-575.7 367.4-600.4 142.6-49.4 279.6 43.9 279.6 189.2 0 85-567.5 1198.1-627.8 1231-63.1 32.9-104.2 32.9-186.4 0z"/><path d="m7583.4 1609c-49.3-27.4-142.6-183.7-348.2-597.7-271.4-545.6-301.6-627.8-265.9-726.5 30.2-74 170-123.4 263.2-90.5 68.5 24.7 120.6 109.7 367.4 600.4 156.3 315.3 285.1 603.1 285.1 638.8 0 142.6-170 241.3-301.6 175.5z"/><path d="m1554.7 685.1c-115.2-115.2-82.2-211.1 200.1-584 279.6-370.1 337.2-411.3 479.8-340 85 43.9 112.4 93.2 112.4 194.6 0 35.6-109.7 205.6-265.9 414-252.2 331.7-274.2 353.7-370.1 361.9-74 5.6-117.9-8.1-156.3-46.5z"/><path d="m8123.5 622.1c-490.8-614.1-548.3-754-345.5-860.9 142.6-74 202.9-30.2 479.8 342.7 200.2 268.7 257.7 364.6 257.7 435.9 0 117.9-82.2 197.4-202.9 197.4-79.5 0-112.4-19.2-189.1-115.1z"/><path d="m1266.9-362.1c-79.5-60.3-96-197.4-35.6-271.4 76.8-93.2 219.3-191.9 282.4-191.9 93.2 0 202.9 115.2 202.9 213.8 0 60.3-30.2 109.7-123.4 194.7-137.2 126-216.7 139.7-326.3 54.8z"/><path d="m8419.6-417c-93.2-85-123.4-134.3-123.4-194.7 0-98.7 109.7-213.8 202.9-213.8 63 0 205.6 98.7 282.4 191.9 60.3 74 43.9 211.1-35.6 271.4-109.7 85-189.3 71.3-326.3-54.8z"/></g></g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/preferences-spellchecking.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m9.9331 1-6.521 17.5h2.1094l2.0874-5.5371h6.9507l1.9189 5.5371h2.1094l-6.1621-17.5zm1.2695 2.0142 2.6611 8.3423h-5.6079z" color="#eff0f1" fill="currentColor"/> + <path d="m1 19.75v1.25h20v-1.25z" fill="#2ecc71"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/preferences-styles.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,31 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <linearGradient id="f" x2="0" y1="543.8" y2="502.66" gradientTransform="matrix(.66667 0 0 .63518 128.19 198.52)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#c6cdd1" offset="0"/> + <stop stop-color="#e0e5e7" offset="1"/> + </linearGradient> + <linearGradient id="e" x1="391.57" x2="406.57" y1="525.8" y2="540.8" gradientUnits="userSpaceOnUse"> + <stop offset="0"/> + <stop stop-opacity="0" offset="1"/> + </linearGradient> + <linearGradient id="g" x1="393.41" x2="407.41" y1="526.65" y2="526.65" gradientTransform="matrix(1 0 0 .99999 .15371 .1567)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#2e3436" offset="0"/> + <stop stop-color="#555753" offset="1"/> + </linearGradient> + <linearGradient id="h" x1="392.57" x2="407.57" y1="521.8" y2="536.8" gradientTransform="translate(-5.9e-4,4.0005)" gradientUnits="userSpaceOnUse"> + <stop offset="0"/> + <stop stop-opacity="0" offset="1"/> + </linearGradient> + </defs> + <g transform="matrix(.625 0 0 .64286 -239.36 -330.87)"> + <rect x="384.57" y="517.8" width="32" height="28" rx="0" fill="url(#f)"/> + <path d="m385.57 543.8 30-20 1 1-1e-5 21-29 3e-5z" fill="url(#e)" fill-rule="evenodd" opacity=".2"/> + <rect x="384.57" y="517.8" width="32" height="4" fill="#566069"/> + <rect x="384.57" y="521.8" width="32" height="1" fill="#3daee9"/> + <rect x="385.57" y="523.8" width="30" height="20" fill="#fff"/> + <rect x="413.57" y="518.8" width="2" height="2" rx="1" fill="#eff0f1"/> + <path d="m407.43 526.94c0.67976 0.68608-1.259 3.7315-4.332 6.8047-1.1894 1.1888-2.4316 2.2613-3.5449 3.0605l7.0169 6.9948h9l0.9945-7.7258zm-9.8476 7.8496-0.0176 0.0137 4e-3 4e-3 0.0137-0.0176zm0.13672 0.16992 1.7031 1.7148c-0.30575-0.78802-0.91881-1.4023-1.7031-1.7148zm0.69531 1.6191c0.4221 0.38858 0.40039 0.94169 0.40039 1.3047 0 1.1682-1.7472 2.9199-5.25 2.9199l3.0052 2.9968h9z" fill="url(#h)" opacity=".25"/> + <path d="m407.14 526.81a1.75 7.8749 44.998 0 0-6.5143 4.4605 1.75 7.8749 44.998 0 0-3.1 3.5992c0.9415 0.29981 1.6757 1.034 1.9755 1.9756a1.75 7.8749 44.998 0 0 3.599-3.1002 1.75 7.8749 44.998 0 0 4.3304-6.8053 1.75 7.8749 44.998 0 0-0.29051-0.1299m-10.074 9.3244c-3.4998 0.93784-0.87497 3.1535-3.4998 4.669 3.5028 0 5.2498-1.7508 5.2498-2.919 0-0.58179 0.0591-1.6533-1.7499-1.75z" fill="url(#g)"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/preferences-template.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m1.5 1v20h11.4v-1.25h-10.133v-17.5h10.133v5h5.0667v6.25h1.2667v-7.5098l-5.0568-4.9902-0.0099 0.012207v-0.012207h-11.4zm15.2 12.5-0.72734 2.0166-1.9594-0.91797 0.93021 1.9336-2.0435 0.71777 2.0435 0.71777-0.93021 1.9336 1.9594-0.91797 0.72734 2.0166 0.72734-2.0166 1.9594 0.91797-0.93021-1.9336 2.0435-0.71777-2.0435-0.71777 0.93021-1.9336-1.9594 0.91797z" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/preferences-typing.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + <g class="ColorScheme-Text" transform="matrix(1.1111 0 0 1.125 -1.2222 -1.375)" color="#eff0f1" fill="currentColor"> + <path d="m13 3v2c0 0.554-0.446 1-1 1-1.108 0-2 0.892-2 2h-8v11h18v-11h-9c0-0.554 0.446-1 1-1 1.108 0 2-0.892 2-2v-2zm-10 6h16v1h-16zm0 2h16v7h-16z"/> + <path d="m4 12v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h2v-1zm-12 2v1h2v-1zm3 0v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h3v-1zm-11 2v1h2v-1zm3 0v1h8v-1zm9 0v1h2v-1z"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/preferences-vcs.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1 + }</style> + </defs> + <path class="ColorScheme-Text" d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 10 3.75 10 3.75 0 0 0 10-3.75v-12.5a10 3.75 0 0 0-10-3.75zm0 1.25a8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5 8.75 2.5 0 0 1 8.75-2.5zm8.75 4.3066v4.4434a8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5v-4.436a10 3.75 0 0 0 8.75 1.936 10 3.75 0 0 0 8.75-1.9434zm0 6.25v4.4434a8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5v-4.436a10 3.75 0 0 0 8.75 1.936 10 3.75 0 0 0 8.75-1.9434z" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/preferences-viewmanager.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,55 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <defs> + <linearGradient id="linearGradient4643-8-59" x2="0" y1="543.8" y2="502.66" gradientTransform="matrix(.66667 0 0 .63518 524.89 -137.77)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient4303-6"/> + <linearGradient id="linearGradient4303-6"> + <stop stop-color="#c6cdd1" offset="0"/> + <stop stop-color="#e0e5e7" offset="1"/> + </linearGradient> + <linearGradient id="linearGradient6245" x1="419.16" x2="441.16" y1="532.23" y2="554.23" gradientTransform="translate(396.7 -337.29)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient4293"/> + <linearGradient id="linearGradient4293"> + <stop offset="0"/> + <stop stop-opacity="0" offset="1"/> + </linearGradient> + <linearGradient id="linearGradient4643-8-60-9" x2="0" y1="543.8" y2="502.66" gradientTransform="matrix(.53125 0 0 .45196 516.76 800.26)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient4303-6"/> + <linearGradient id="linearGradient6440" x1="419.16" x2="441.16" y1="532.23" y2="554.23" gradientTransform="matrix(.79687 0 0 .71122 414.6 658.47)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient4293"/> + <linearGradient id="linearGradient4643-8-6-7" x2="0" y1="543.8" y2="502.66" gradientTransform="matrix(.47917 0 0 .40833 429.84 -23.138)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient4303-6"/> + <linearGradient id="linearGradient6311" x1="10" x2="30" y1="10" y2="30" gradientTransform="translate(507.12 174.11)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient4293"/> + </defs> + <g transform="translate(0 -1030.4)"> + <g transform="matrix(.3125 0 0 .34615 -229.27 975.62)"> + <g transform="translate(-68)"> + <rect x="804.86" y="163.93" width="64" height="52" rx="0" fill="url(#linearGradient4643-8-59)"/> + <rect x="804.86" y="214.93" width="64" height="1" fill="#99a1a7"/> + <path d="m866.86 172.93-60 40 3 3h59v-41z" fill="url(#linearGradient6245)" fill-rule="evenodd" opacity=".2"/> + <rect x="804.86" y="163.93" width="64" height="6" fill="#566069"/> + <rect x="804.86" y="169.93" width="64" height="1" fill="#3daee9"/> + <rect x="806.86" y="172.93" width="60" height="40" fill="#fff"/> + <rect x="862.86" y="164.93" width="4" height="4" rx="2" fill="#eff0f1"/> + </g> + <g transform="translate(69.25 -902)"> + <g transform="translate(-69.25 62)"> + <rect x="739.86" y="1014.9" width="51" height="37" rx="0" fill="url(#linearGradient4643-8-60-9)"/> + <path d="m790.86 1015h-51l5e-5 36.984h51v-29.16z" fill="url(#linearGradient6440)" fill-rule="evenodd" opacity=".2"/> + <rect x="739.86" y="1050.9" width="51" height="1" fill="#99a1a7"/> + <rect x="736.86" y="1003.9" width="64" height="6" fill="#566069"/> + <rect x="736.86" y="1009.9" width="64" height="1" fill="#3daee9"/> + <rect x="794.86" y="1004.9" width="4" height="4" rx="2" fill="#eff0f1"/> + </g> + </g> + <g transform="translate(241.74 -.18019)"> + <g transform="translate(-100)"> + <rect x="617.12" y="187.11" width="17" height="13" rx="0" fill="url(#linearGradient4643-8-6-7)"/> + <rect x="617.12" y="184.11" width="17" height="4" fill="#566069"/> + <rect x="617.12" y="188.11" width="17" height="1" fill="#3daee9"/> + <rect x="618.12" y="190.11" width="15" height="8.0001" fill="#fff"/> + <rect x="631.12" y="185.11" width="2" height="2" rx="1" ry="1" fill="#eff0f1"/> + </g> + <path d="m534.12 184.11v16h-17l4 4h18v-15z" fill="url(#linearGradient6311)" fill-rule="evenodd" opacity=".2"/> + </g> + <rect x="739.86" y="174.93" width="51" height="4" fill="#566069"/> + <rect x="739.86" y="178.93" width="51" height="1" fill="#3daee9"/> + <rect x="787.86" y="175.93" width="2" height="2" rx="1" fill="#eff0f1"/> + </g> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/previewer.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m1 1v20h20v-20zm1.25 1.25h17.5v17.5h-17.5zm4.375 1.25c-1.7312 0-3.125 1.3938-3.125 3.125s1.3938 3.125 3.125 3.125 3.125-1.3938 3.125-3.125-1.3938-3.125-3.125-3.125zm0 1.25c1.0388 0 1.875 0.83625 1.875 1.875s-0.83625 1.875-1.875 1.875-1.875-0.83625-1.875-1.875 0.83625-1.875 1.875-1.875zm8.1177 5-4.1821 4.1797-1.6772-1.6797-0.0073243 0.009765-0.0097655-0.009765-5.3662 5.3662 0.88379 0.88379 4.4897-4.4897 1.687 1.687 4.1895-4.1895 2.8662 2.8662 0.88379-0.88379-3.7402-3.7402-0.009765 0.009765z" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/print.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m3.5 1v6.25h-2.5v10h5v3.75h10v-3.75h5v-10h-2.5v-6.25h-15m1.25 1.25h12.5v5h-1.25v-1.25h-10v1.25h-1.25v-5m1.25 1.25v1.25h10v-1.25h-10m-3.75 5h17.5v7.5h-2.5v-2.5h-12.5v2.5h-2.5v-7.5m12.5 1.25v1.25h3.75v-1.25h-3.75m-7.5 7.5h7.5v2.5h-7.5v-2.5" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/printPdf.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m3.5 1v6.25h-2.5v10h5v3.75h10v-3.75h5v-10h-2.5v-6.25h-15m1.25 1.25h12.5v5h-1.25v-1.25h-10v1.25h-1.25v-5m1.25 1.25v1.25h10v-1.25h-10m-3.75 5h17.5v7.5h-2.5v-2.5h-12.5v2.5h-2.5v-7.5m12.5 1.25v1.25h3.75v-1.25h-3.75m-7.5 7.5h7.5v2.5h-7.5v-2.5" color="#eff0f1" fill="currentColor"/> + <path d="m4.7566 7.2071c-0.017445-0.045461-0.02393-1.1801-0.01441-2.5213l0.017308-2.4387 12.491-0.033628v5.0763h-1.2524v-1.2524h-10.019v1.2524h-0.59532c-0.41645 0-0.60485-0.024835-0.62704-0.082657zm11.242-3.0813v-0.59325h-10.019v1.1865h10.019z" fill="#f55" stroke="#f55" stroke-width=".13183"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/printPreview.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m2 1v20h10.286v-1.25h-9v-17.5h15.429v11.25h1.2857v-12.5h-18m11.571 10c-2.1369 0-3.8571 1.6725-3.8571 3.75s1.7203 3.75 3.8571 3.75c0.83493 0 1.6025-0.26073 2.2324-0.6958l3.2871 3.1958 0.90904-0.88379-3.2871-3.1958c0.4475-0.61247 0.71568-1.3587 0.71568-2.1704 0-2.0775-1.7203-3.75-3.8571-3.75m0 1.25c1.4246 0 2.5714 1.115 2.5714 2.5s-1.1469 2.5-2.5714 2.5c-1.4246 0-2.5714-1.115-2.5714-2.5s1.1469-2.5 2.5714-2.5" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/privateBrowsing.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="16" height="16" version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m7.9984 4.5a8.0576 7.7778 0 0 0-6.9984 3.9436c0.14915 0.22667 0.35907 0.40983 0.60589 0.53624a7.2518 7 0 0 1 6.3925-3.702 3.223 3.1111 0 0 0-3.223 3.1111 3.223 3.1111 0 0 0 3.223 3.1111 3.223 3.1111 0 0 0 3.223-3.1111 3.223 3.1111 0 0 0-2.946-3.0974 7.2518 7 0 0 1 6.114 3.6899c0.24932-0.12728 0.46088-0.31299 0.61061-0.54232a8.0576 7.7778 0 0 0-7.0016-3.939zm0 1.5556a2.4173 2.3333 0 0 1 2.4173 2.3333 2.4173 2.3333 0 0 1-2.4173 2.3333 2.4173 2.3333 0 0 1-2.4173-2.3333 2.4173 2.3333 0 0 1 2.4173-2.3333zm0 0.77778c-0.89278 0-1.6115 0.69378-1.6115 1.5556 0 0.86178 0.71873 1.5556 1.6115 1.5556 0.89278 0 1.6115-0.69378 1.6115-1.5556 0-0.1593-0.031439-0.30971-0.077114-0.45421-0.12721 0.26734-0.40286 0.45421-0.72864 0.45421-0.44639 0-0.80576-0.34689-0.80576-0.77778 0-0.31447 0.1936-0.58054 0.47055-0.70334-0.14969-0.044084-0.30552-0.074436-0.47055-0.074436z" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/privateMode.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m10.998 6a11.511 11.111 0 0 0-9.9978 5.6337c0.21308 0.32381 0.51295 0.58547 0.86556 0.76606a10.36 10 0 0 1 9.1322-5.2886 4.6043 4.4444 0 0 0-4.6043 4.4444 4.6043 4.4444 0 0 0 4.6043 4.4444 4.6043 4.4444 0 0 0 4.6043-4.4444 4.6043 4.4444 0 0 0-4.2086-4.4249 10.36 10 0 0 1 8.7343 5.2713c0.35617-0.18182 0.6584-0.44713 0.8723-0.77474a11.511 11.111 0 0 0-10.002-5.6272zm0 2.2222a3.4532 3.3333 0 0 1 3.4532 3.3333 3.4532 3.3333 0 0 1-3.4532 3.3333 3.4532 3.3333 0 0 1-3.4532-3.3333 3.4532 3.3333 0 0 1 3.4532-3.3333zm0 1.1111c-1.2754 0-2.3022 0.99111-2.3022 2.2222 0 1.2311 1.0268 2.2222 2.3022 2.2222s2.3022-0.99111 2.3022-2.2222c0-0.22757-0.04491-0.44245-0.11016-0.64887-0.18174 0.38191-0.57552 0.64887-1.0409 0.64887-0.6377 0-1.1511-0.49556-1.1511-1.1111 0-0.44924 0.27657-0.82935 0.67221-1.0048-0.21385-0.062978-0.43646-0.10634-0.67221-0.10634z" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/profileProject.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path d="m3.5 1v2.5h-2.5v3.75h2.5v7.5h-2.5v3.75h2.5v2.5h7.5v-1.25h-6.25v-13.75h15v5h1.25v-10h-17.5zm1.25 1.25h15v2.5h-15v-2.5z" color="#eff0f1" fill="currentColor"/> + <path class="ColorScheme-Text" d="m16 11c-2.7614 0-5 2.2386-5 5s2.2386 5 5 5 5-2.2386 5-5-2.2386-5-5-5zm0 0.83333c2.3012 0 4.1667 1.8655 4.1667 4.1667s-1.8655 4.1667-4.1667 4.1667-4.1667-1.8655-4.1667-4.1667 1.8655-4.1667 4.1667-4.1667zm-0.83333 0.83333v4.1667h4.1667v-0.83333h-3.3333v-3.3333z" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/profileScript.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg"> + <path d="m9.3333 1c-1.8467 0-3.3333 1.4867-3.3333 3.3333h5v1.6667h-6.6667c-1.8467 0-3.3333 1.4867-3.3333 3.3333v3.3333c0 1.8467 1.4867 3.3333 3.3333 3.3333v-1.6667c0-1.4812 0.64983-2.7937 1.6667-3.7077 0.00113-1e-3 0.00211-0.0023 0.00325-0.0032 0.22024-0.19762 0.45764-0.37623 0.70964-0.53385 0.00205-0.0013 0.00445-2e-3 0.00651-0.0033 0.24818-0.15476 0.50993-0.28704 0.7845-0.39715 0.049445-0.0194 0.10278-0.030962 0.15299-0.048825 0.23327-0.084875 0.47095-0.16243 0.71941-0.21159 0.31035-0.05985 0.6287-0.0944 0.95703-0.0944h6.6667v-5c0-1.8467-1.4866-3.3333-3.3333-3.3333zm0 0.83333c0.46167 0 0.83333 0.37167 0.83333 0.83333s-0.37167 0.83333-0.83333 0.83333-0.83333-0.37167-0.83333-0.83333 0.37167-0.83333 0.83333-0.83333zm8.3333 4.1667v1.6667c0 1.4812-0.65308 2.7969-1.6699 3.7109-0.22024 0.19763-0.45764 0.37622-0.70964 0.53385-2e-3 0.0013-0.0045 2e-3 -0.0065 0.0033-0.24818 0.15475-0.50993 0.28703-0.7845 0.39714-0.04945 0.0194-0.10279 0.03098-0.153 0.04883-0.23328 0.08488-0.47096 0.16244-0.71941 0.21159-0.31035 0.05985-0.6287 0.0944-0.95703 0.0944h-6.6667v5c0 1.8466 1.4866 3.3333 3.3333 3.3333h3.3333c1.8467 5e-6 3.3333-1.4867 3.3333-3.3333h-5v-1.6667h6.6667c1.8467 0 3.3333-1.4867 3.3333-3.3333v-3.3333c0-1.8467-1.4867-3.3333-3.3333-3.3333zm-5 12.5c0.46167 0 0.83333 0.37167 0.83333 0.83333 0 0.46167-0.37167 0.83333-0.83333 0.83333-0.46167 0-0.83333-0.37167-0.83333-0.83333 0-0.46167 0.37167-0.83333 0.83333-0.83333z" fill="#f59e16" stroke-width="1.6667"/> + <path d="m3.6449 15.905c-1.0799-0.23814-1.9515-0.96024-2.3667-1.9609-0.23798-0.57353-0.2435-0.6405-0.2435-2.9573 0-2.4426-4.382e-4 -2.4387 0.35679-3.1674 0.15485-0.31587 0.27272-0.47309 0.59404-0.79237 0.61042-0.60654 1.1535-0.87745 1.9611-0.97826 0.24461-0.030533 1.6685-0.0493 3.7405-0.0493h3.3455v-1.678h-5.025l0.020892-0.19809c0.043445-0.41194 0.12282-0.76663 0.2315-1.0344 0.28459-0.70131 0.91079-1.3795 1.5731-1.7036 0.70139-0.34329 0.70088-0.34322 2.9604-0.36191 1.3056-0.010799 2.1368 0.00118 2.3472 0.033828 0.74508 0.1156 1.36 0.42821 1.8771 0.95435 0.38217 0.3888 0.62886 0.78959 0.80494 1.3078l0.12671 0.37288 0.02794 5.6165-3.4628 2.797e-4c-3.7992 2.8e-4 -3.9821 0.010868-4.7579 0.27498-1.6385 0.55781-2.833 1.853-3.3061 3.5847-0.084508 0.30932-0.10069 0.52546-0.11839 1.5818l-0.020511 1.2235-0.19356-0.0037c-0.10646-2e-3 -0.31941-0.03146-0.47322-0.06537zm5.9786-12.448c0.23032-0.096235 0.37788-0.23824 0.48202-0.46388 0.10874-0.23561 0.10887-0.41585 4.85e-4 -0.65447-0.22285-0.4906-0.79509-0.6686-1.2228-0.38036-0.57245 0.38577-0.50672 1.1986 0.11993 1.4832 0.23169 0.10524 0.39574 0.10933 0.62037 0.015472z" fill="#59f" stroke="#59f" stroke-width=".18644"/> + <path d="m3.8769 16.021c-1.2932-0.19009-2.3276-1.0581-2.7783-2.3311-0.10462-0.29556-0.10766-0.35367-0.12435-2.3767-0.02134-2.5866-0.0035742-2.7756 0.32413-3.4486 0.20725-0.42558 0.2898-0.53952 0.64158-0.88559 0.46207-0.45457 0.84593-0.697 1.3787-0.87072 0.35486-0.11571 0.44157-0.12338 1.7945-0.15867 0.78189-0.020394 2.4127-0.038555 3.6239-0.040356l2.2023-0.00327v-1.4915h-5.017l0.039441-0.33792c0.082337-0.70546 0.25768-1.1849 0.61798-1.6898 0.42952-0.60191 1.1146-1.096 1.8194-1.3123 0.25572-0.078458 0.47917-0.085803 2.6102-0.085803h2.3305l0.37288 0.12699c0.53022 0.18057 0.9215 0.42591 1.3262 0.83156 0.39706 0.398 0.6012 0.71448 0.81882 1.2694l0.14988 0.38221 0.05924 5.803h-3.4512c-2.1311 0-3.6243 0.01902-3.9038 0.049728-1.8332 0.20141-3.4435 1.5466-4.0833 3.4109-0.16642 0.48492-0.2114 0.87998-0.21359 1.8762-0.00101 0.46144-0.015071 0.9491-0.031236 1.0837-0.032921 0.27408-0.022253 0.2699-0.50691 0.19866zm5.8238-12.697c0.22793-0.13357 0.39978-0.41605 0.39978-0.65711 0-0.38236-0.38671-0.76907-0.76907-0.76907-0.37964 0-0.76907 0.38942-0.76907 0.76907 0 0.22876 0.1764 0.52469 0.38858 0.65187 0.25028 0.15002 0.49975 0.15176 0.74977 0.00524z" fill="#59f" stroke="#59f" stroke-width=".18644"/> + <path d="m8.4791 20.868c-1.1305-0.3003-2.0097-1.1819-2.3497-2.3563-0.10661-0.36823-0.10735-0.38954-0.10735-3.0975v-2.7267l3.7521-0.0245c4.0868-0.02668 3.7551-0.0052 4.6099-0.299 0.68486-0.23541 1.3543-0.67684 1.9039-1.2554 0.75974-0.7998 1.219-1.7686 1.3618-2.8724 0.02487-0.19227 0.04587-0.77332 0.04666-1.2912l0.0014-0.94166 0.2447 0.025284c1.4235 0.14709 2.5831 1.1278 2.928 2.4764 0.0826 0.32295 0.09004 0.52992 0.09004 2.5022 0 2.3009-0.0047 2.3571-0.24808 2.9596-0.38832 0.96139-1.3874 1.7661-2.4289 1.9562-0.18272 0.03336-1.4679 0.0505-3.7871 0.0505h-3.5105v1.7246h4.9873v0.15458c0 0.69752-0.41873 1.6179-0.98356 2.1619-0.43106 0.41516-0.71671 0.5953-1.2587 0.79375l-0.34464 0.1262-2.2839 0.0118c-2.1321 0.01102-2.3065 0.0058-2.6234-0.07838zm4.5484-0.76527c0.14329-0.07486 0.34581-0.28173 0.42313-0.43224 0.07192-0.13999 0.06565-0.49923-0.01187-0.68041-0.23374-0.54628-0.98118-0.67393-1.3894-0.23729-0.15562 0.16644-0.22436 0.34315-0.22436 0.57672 0 0.33492 0.19378 0.64097 0.48941 0.77292 0.18463 0.08241 0.55566 0.08257 0.71312 3.26e-4z" fill="#fd5" stroke="#fd5" stroke-width=".18644"/> + <path class="ColorScheme-Text" d="m16 11c-2.7614 0-5 2.2386-5 5s2.2386 5 5 5 5-2.2386 5-5-2.2386-5-5-5zm0 0.83333c2.3012 0 4.1667 1.8655 4.1667 4.1667s-1.8655 4.1667-4.1667 4.1667-4.1667-1.8655-4.1667-4.1667 1.8655-4.1667 4.1667-4.1667zm-0.83333 0.83333v4.1667h4.1667v-0.83333h-3.3333v-3.3333z" color="#eff0f1" fill="currentColor"/> + <path d="m15.357 20.127c-1.1923-0.21731-2.1814-0.85911-2.8251-1.8332-0.82272-1.245-0.92157-2.7872-0.26602-4.1501 0.31686-0.65877 1.1659-1.5258 1.8057-1.8441 1.2436-0.61855 2.5859-0.62334 3.7978-0.01355 0.67052 0.3374 1.1787 0.78686 1.5973 1.4127 1.5292 2.2863 0.45585 5.3758-2.1745 6.2587-0.56624 0.19008-1.4147 0.26441-1.9352 0.16954zm3.988-3.6891v-0.39437l-3.3288-0.03522-0.03522-3.3288h-0.78874v4.1528h4.1528z" fill="#4d4d4d" stroke="#4d4d4d" stroke-width=".13183"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/projectClose.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path d="m3.5 1v2.5h-2.5v3.75h2.5v7.5h-2.5v3.75h2.5v2.5h7.5v-1.25h-6.25v-13.75h15v5h1.25v-10h-17.5zm1.25 1.25h15v2.5h-15v-2.5z" color="#eff0f1" fill="currentColor"/> + <path class="ColorScheme-NegativeText" d="M 13.2726,12 12,13.2726 15.2274,16.500002 12,19.7274 13.2726,21 16.500002,17.7726 19.7274,21 21,19.7274 17.7726,16.500002 21,13.2726 19.7274,12 16.500002,15.2274 Z" fill="#da4453"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/projectFind.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path d="m3.5 1v2.5h-2.5v3.75h2.5v7.5h-2.5v3.75h2.5v2.5h7.5v-1.25h-6.25v-13.75h15v5h1.25v-10h-17.5zm1.25 1.25h15v2.5h-15v-2.5z" color="#eff0f1" fill="currentColor"/> + <path d="m14.75 12.25c1.385 0 2.5 1.115 2.5 2.5s-1.115 2.5-2.5 2.5-2.5-1.115-2.5-2.5 1.115-2.5 2.5-2.5m0-1.25c-2.0775 0-3.75 1.6725-3.75 3.75s1.6725 3.75 3.75 3.75c0.81174 0 1.5579-0.26073 2.1704-0.6958l3.1958 3.1958 0.88379-0.88379-3.1958-3.1958c0.43507-0.61247 0.6958-1.3587 0.6958-2.1704 0-2.0775-1.6725-3.75-3.75-3.75" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/projectForms.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" fill="#000000" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <g transform="matrix(1 0 0 .97561 0 .5122)" fill="#eff0f1"> + <path d="m3.9088 0.5c-0.17884 0-0.39742 0.093061-0.52123 0.22024-0.71841 0.72277-1.4383 1.444-2.1613 2.1637-0.12534 0.12408-0.22622 0.34743-0.22622 0.53975v0.00155c0.00306 3.3331 0.00306 10.102 0.00306 10.176v0.39706h0.3913c0.07337 0 9.8514-0.0016 14.691 0.0016 0.19565 0 0.41729-0.10236 0.54416-0.22955l0.0016-0.0016c0.71074-0.71812 1.4246-1.4331 2.1414-2.145 0.13446-0.13494 0.2277-0.36604 0.2277-0.55526-0.003058-3.3238 0-10.171 0-10.171v-0.39706zm0.018342 0.79411h14.29c0 0.49787-3e-3 6.5716 0 9.7698-0.71535 0.71036-1.4292 1.4254-2.1384 2.1419-4.7125-0.0031-13.732-0.0031-14.293-0.0016 0-0.55526 0-6.5514-0.00306-9.762 0.71688-0.71341 1.4322-1.4284 2.1445-2.1481zm3.7617 1.5882c-0.12381 0-0.24609 0.00309-0.3699 0.00775-0.29959 0.012413-0.5946 0.063596-0.88349 0.1489-0.65421 0.19698-1.1449 0.59093-1.4307 1.2191-0.099355 0.21869-0.18342 0.44669-0.25068 0.67779-0.18495 0.63281-0.22317 1.2842-0.23081 1.9372-0.00459 0.44049 0.0214 0.87942 0.084069 1.3153 0.061141 0.40791 0.15591 0.80652 0.31641 1.1896 0.29042 0.68865 0.80095 1.1214 1.5194 1.3106 0.62517 0.16596 1.2565 0.18767 1.9076 0.09617 0.32711 0.5351 0.65727 1.0779 0.99202 1.627 0.39589-0.18613 0.77191-0.36139 1.1586-0.54286-0.31946-0.51493-0.6267-1.0128-0.93088-1.5045 0.13298-0.12098 0.26444-0.228 0.3806-0.34898 0.30112-0.32106 0.48302-0.70726 0.60224-1.1276 0.16967-0.60024 0.21247-1.2175 0.22775-1.8364 0.010701-0.47926-0.019872-0.95697-0.084069-1.4316-0.061141-0.44204-0.16661-0.87322-0.34698-1.2842-0.30724-0.69795-0.82999-1.1353-1.5652-1.3277-0.36226-0.09306-0.72758-0.12408-1.096-0.12563zm4.659 0.79411v1.5882h-0.78261v1.1912h0.78261v2.7794c0 0.30555 0.06266 0.64056 0.18342 0.92595 0.10088 0.24041 0.27055 0.40947 0.50747 0.51338 0.18037 0.07756 0.36838 0.11788 0.5625 0.13649 0.37143 0.03412 0.80248-0.02636 1.1678-0.09151 0.10394-0.01861 0.20635-0.04033 0.31794-0.06203-0.01069-0.32416-0.02752-0.75844-0.05349-1.0702-0.04128-0.00304-0.06266-0.00934-0.0856-0.00776-0.24456 0.00934-0.55333 0.048083-0.79789 0.052729-0.10547 0.00158-0.21247-0.00934-0.31641-0.031028-0.13145-0.027922-0.21858-0.11633-0.25526-0.24971-0.01376-0.055834-0.02905-0.11013-0.03211-0.16596-0.01681-0.20939-0.02293-0.53355-0.02446-0.74448-0.0046-0.75069 0-1.9853 0-1.9853h1.5652v-1.1912h-1.5652v-1.5882zm-4.6972 0.40481c0.23234 0 0.46315 0.027917 0.69395 0.085305 0.39895 0.099264 0.69701 0.31641 0.88043 0.65608 0.1605 0.29159 0.24915 0.60334 0.29042 0.9244 0.048915 0.38775 0.071838 0.7786 0.09324 1.0206-0.019872 0.67159-0.035154 1.1927-0.1819 1.703-0.030573 0.10857-0.068787 0.21559-0.11158 0.31951-0.16508 0.40946-0.49066 0.65918-0.95228 0.76775-0.4662 0.10857-0.93852 0.11011-1.4078 0.0030375-0.49219-0.11163-0.82388-0.38306-0.99813-0.81579-0.14062-0.35053-0.21552-0.71191-0.23539-1.0811-0.022926-0.41412-0.032098-0.82979-0.019871-1.2439 0.010699-0.44824 0.076427-0.89183 0.23692-1.3184 0.033628-0.088402 0.074898-0.17526 0.1177-0.25902 0.18342-0.35208 0.48913-0.57232 0.89878-0.67624 0.23081-0.057387 0.46315-0.085306 0.69548-0.085306z" stroke-width=".39417"/> + <path class="ColorScheme-Text" d="m17.999 11-6.9987 6.9987v3.0013h3.0013l6.9987-6.9987zm-1.7074 2.9085 1.8001 1.8001-2.6449 2.6465v-0.56315l-0.84473 0.0179h-0.86263v-1.3509l1.2012-1.1995zm-3.3968 3.3952v1.3509h1.6895l0.0179 0.54362-0.90006 0.90169h-1.2012l-0.60059-0.60059v-1.2012z"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/projectInterfaces.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg"> + <g transform="translate(0 -291.18)" fill="none"> + <circle cx="2.9101" cy="294.07" r="1.4302" stroke="#eff0f1" stroke-width=".61294"/> + <g transform="matrix(.43758 0 0 .43758 .12457 166.9)" stroke="#da4453"> + <rect x="4.259" y="290.41" width="5.9853" height=".43437" stroke-width=".8885"/> + <path transform="matrix(.99914 0 0 1.0004 .0035576 -.13862)" d="m11.471 290.65-0.86826 0.50129v-1.0026z" stroke-width=".94873"/> + <path transform="matrix(-.99914 0 0 1.0004 12.729 -.13862)" d="m11.471 290.65-0.86826 0.50129v-1.0026z" stroke-width=".94873"/> + </g> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/projectNew.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path d="m3.5 1v2.5h-2.5v3.75h2.5v7.5h-2.5v3.75h2.5v2.5h7.5v-1.25h-6.25v-13.75h15v5h1.25v-10h-17.5zm1.25 1.25h15v2.5h-15v-2.5z" color="#eff0f1" fill="currentColor"/> + <path d="m15 11v4h-4v2h4v4h2v-4h4v-2h-4v-4z" fill="#eff0f1"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/projectOpen.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path d="m3.5 1v2.5h-2.5v3.75h2.5v7.5h-2.5v3.75h2.5v2.5h7.5v-1.25h-6.25v-13.75h15v5h1.25v-10h-17.5zm1.25 1.25h15v2.5h-15v-2.5z" color="#eff0f1" fill="currentColor"/> + <path class="ColorScheme-Text" d="m12 12v9h9v-7.5h-3.7441l-1.5-1.5-0.0059 0.0059v-0.0059h-3zm0.75 0.75h2.6938l0.75146 0.75h-0.44531v0.0059l-0.0058-0.0059-1.5 1.5h-1.4941zm0 3h7.5v4.5h-7.5z" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/projectOthers.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path d="m2 1v20h11.571v-1.25h-10.286v-17.5h10.286v5h5.1429v7.5h1.2857v-8.7598l-5.1328-4.9902-0.01004 0.012207v-0.012207h-11.571z" fill="#eff0f1"/> + <path d="m13.571 20.401h5.8129v-5.6514" fill="none" stroke="#eff0f1" stroke-width="1.2142px"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/projectProps.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m3.5 1v2.5h-2.5v3.75h2.5v7.5h-2.5v3.75h2.5v2.5h17.5v-20zm1.25 1.25h15v2.5h-15v-1.25zm0 3.75h15v13.75h-15z" color="#eff0f1" fill="currentColor"/> + <path d="m11 14v1.5h7.5v-1.5zm0-4.5v1.5h7.5v-1.5zm-4.5-1.5v9h3v-9z" fill="#eff0f1"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/projectResources.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m3.5 1v2.5h-2.5v3.75h2.5v7.5h-2.5v3.75h2.5v2.5h17.5v-20zm1.25 1.25h15v2.5h-15v-1.25zm0 3.75h15v13.75h-15z" color="#eff0f1" fill="currentColor"/> + <path d="m14 16.75v1.25h3v-1.25zm-6-3.75v1.25h9v-1.25zm0-5v1.25h9v-1.25z" fill="#5fd38d"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/projectSave.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path d="m3.5 1v2.5h-2.5v3.75h2.5v7.5h-2.5v3.75h2.5v2.5h7.5v-1.25h-6.25v-13.75h15v5h1.25v-10h-17.5zm1.25 1.25h15v2.5h-15v-2.5z" color="#eff0f1" fill="currentColor"/> + <path class="ColorScheme-Text" d="m12 12v9h9v-7.1424h-0.0044l0.0044-0.0055-1.8523-1.8521-0.0044 0.0055v-0.0055h-0.3933zm0.5625 0.56353h1.6875v2.8122h4.5v-2.8122h0.1648l1.5227 1.5225v6.3515h-1.125v-3.937h-5.625v3.937h-1.125zm2.25 0h2.194v2.2497h-2.194zm-0.5625 4.4995h4.5v3.3746h-4.5z" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/projectSaveAs.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path d="m3.5 1v2.5h-2.5v3.75h2.5v7.5h-2.5v3.75h2.5v2.5h7.5v-1.25h-6.25v-13.75h15v5h1.25v-10h-17.5zm1.25 1.25h15v2.5h-15v-2.5z" color="#eff0f1" fill="currentColor"/> + <path class="ColorScheme-Text" d="m12 12.5v8.4969h4.5v-0.53096h-2.5v-3.186h2.5v-0.531h-3v3.717h-1v-7.4339h1.5v2.655h4v-2.655h0.14648l1.3535 1.4374v1.7486h0.5v-1.9643h-0.0039l0.0039-0.0051-1.6465-1.7486-0.0039 0.0051v-0.0051h-0.34961zm2.5 0.53203h1.9502v2.124h-1.9502zm5.5 3.717-0.49805 0.52788h-0.0019l-2.5 2.6539 0.0039 0.0051-0.0019 0.53307h-0.0019v0.531h1l0.0029-0.0051h0.0068l-0.0029-0.0051 0.49316-0.52374 2-2.1219-0.35254-0.37647-2.4951 2.6477-0.29688-0.31424 2.4961-2.6488 0.2959 0.31528 0.35254 0.37336 0.49996-0.531z" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/projectSources.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path d="m2 1v20h11.571v-1.25h-10.286v-17.5h10.286v5h5.1429v7.5h1.2857v-8.7598l-5.1328-4.9902-0.01004 0.012207v-0.012207h-11.571z" fill="#eff0f1"/> + <path d="m13.571 20.401h5.8129v-5.6514" fill="none" stroke="#eff0f1" stroke-width="1.2142px"/> + <path d="m12.5 17.25v1.25h3v-1.25zm-6-3.75v1.25h9v-1.25zm0-5v1.25h9v-1.25z" fill="#eff0f1"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/projectSourcesJavaScript.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path d="m2 1v20h11.571v-1.25h-10.286v-17.5h10.286v5h5.1429v7.5h1.2857v-8.7598l-5.1328-4.9902-0.01004 0.012207v-0.012207h-11.571z" fill="#eff0f1"/> + <path d="m13.571 20.401h5.8129v-5.6514" fill="none" stroke="#eff0f1" stroke-width="1.2142px"/> + <path d="m8.0449 3c-1.7768 0-2.5215 0.70636-2.5215 2.5098v2.4414c0 1.1138-0.0342 2.4043-1.0156 2.4043h-0.50781v1.2891h0.50781c0.98148 0 1.0156 1.2905 1.0156 2.4043v2.4414c0 1.8034 0.74465 2.5098 2.5215 2.5098v-1.1836c-1.1846 0-1.2012-0.47834-1.2012-2.2109v-2.0156c0-0.8309-0.2047-2.0674-1.2031-2.5801 0.99842-0.5127 1.2031-1.751 1.2031-2.582v-2.0332c0-1.7326 0.016602-2.2109 1.2012-2.2109zm1.8945 0v1.1836c1.1846 0 1.2168 0.47834 1.2168 2.2109v2.0332c0 0.831 0.2047 2.0693 1.2031 2.582-0.99842 0.5127-1.2031 1.7492-1.2031 2.5801v2.0156c0 1.7326-0.0322 2.2109-1.2168 2.2109v1.1836c1.7768 0 2.5371-0.70637 2.5371-2.5098v-2.4414c0-1.1138 0.06859-2.4043 1.0332-2.4043h0.49023v-1.2891h-0.49023c-0.96457 0-1.0332-1.2905-1.0332-2.4043v-2.4414c0-1.8034-0.76027-2.5098-2.5371-2.5098zm-0.93945 5a1 1 0 0 0-1 1 1 1 0 0 0 1 1 1 1 0 0 0 1-1 1 1 0 0 0-1-1zm0 4a1 1 0 0 0-1 1 1 1 0 0 0 1 1v1h0.13086c0.23727-0.257 0.68629-1.0093 0.81445-1.6758a1 1 0 0 0 0.05469-0.29297 1 1 0 0 0 0-0.03125 1 1 0 0 0-1-1z" fill="#ffa555"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/projectSourcesPy.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg"> + <path d="m9.3333 1c-1.8467 0-3.3333 1.4867-3.3333 3.3333h5v1.6667h-6.6667c-1.8467 0-3.3333 1.4867-3.3333 3.3333v3.3333c0 1.8467 1.4867 3.3333 3.3333 3.3333v-1.6667c0-1.4812 0.64983-2.7937 1.6667-3.7077 0.00113-1e-3 0.00211-0.0023 0.00325-0.0032 0.22024-0.19762 0.45764-0.37623 0.70964-0.53385 0.00205-0.0013 0.00445-2e-3 0.00651-0.0033 0.24818-0.15476 0.50993-0.28704 0.7845-0.39715 0.049445-0.0194 0.10278-0.030962 0.15299-0.048825 0.23327-0.084875 0.47095-0.16243 0.71941-0.21159 0.31035-0.05985 0.6287-0.0944 0.95703-0.0944h6.6667v-5c0-1.8467-1.4866-3.3333-3.3333-3.3333zm0 0.83333c0.46167 0 0.83333 0.37167 0.83333 0.83333s-0.37167 0.83333-0.83333 0.83333-0.83333-0.37167-0.83333-0.83333 0.37167-0.83333 0.83333-0.83333zm8.3333 4.1667v1.6667c0 1.4812-0.65308 2.7969-1.6699 3.7109-0.22024 0.19763-0.45764 0.37622-0.70964 0.53385-2e-3 0.0013-0.0045 2e-3 -0.0065 0.0033-0.24818 0.15475-0.50993 0.28703-0.7845 0.39714-0.04945 0.0194-0.10279 0.03098-0.153 0.04883-0.23328 0.08488-0.47096 0.16244-0.71941 0.21159-0.31035 0.05985-0.6287 0.0944-0.95703 0.0944h-6.6667v5c0 1.8466 1.4866 3.3333 3.3333 3.3333h3.3333c1.8467 5e-6 3.3333-1.4867 3.3333-3.3333h-5v-1.6667h6.6667c1.8467 0 3.3333-1.4867 3.3333-3.3333v-3.3333c0-1.8467-1.4867-3.3333-3.3333-3.3333zm-5 12.5c0.46167 0 0.83333 0.37167 0.83333 0.83333 0 0.46167-0.37167 0.83333-0.83333 0.83333-0.46167 0-0.83333-0.37167-0.83333-0.83333 0-0.46167 0.37167-0.83333 0.83333-0.83333z" fill="#f59e16" stroke-width="1.6667"/> + <path d="m3.6449 15.905c-1.0799-0.23814-1.9515-0.96024-2.3667-1.9609-0.23798-0.57353-0.2435-0.6405-0.2435-2.9573 0-2.4426-4.382e-4 -2.4387 0.35679-3.1674 0.15485-0.31587 0.27272-0.47309 0.59404-0.79237 0.61042-0.60654 1.1535-0.87745 1.9611-0.97826 0.24461-0.030533 1.6685-0.0493 3.7405-0.0493h3.3455v-1.678h-5.025l0.020892-0.19809c0.043445-0.41194 0.12282-0.76663 0.2315-1.0344 0.28459-0.70131 0.91079-1.3795 1.5731-1.7036 0.70139-0.34329 0.70088-0.34322 2.9604-0.36191 1.3056-0.010799 2.1368 0.00118 2.3472 0.033828 0.74508 0.1156 1.36 0.42821 1.8771 0.95435 0.38217 0.3888 0.62886 0.78959 0.80494 1.3078l0.12671 0.37288 0.02794 5.6165-3.4628 2.797e-4c-3.7992 2.8e-4 -3.9821 0.010868-4.7579 0.27498-1.6385 0.55781-2.833 1.853-3.3061 3.5847-0.084508 0.30932-0.10069 0.52546-0.11839 1.5818l-0.020511 1.2235-0.19356-0.0037c-0.10646-2e-3 -0.31941-0.03146-0.47322-0.06537zm5.9786-12.448c0.23032-0.096235 0.37788-0.23824 0.48202-0.46388 0.10874-0.23561 0.10887-0.41585 4.85e-4 -0.65447-0.22285-0.4906-0.79509-0.6686-1.2228-0.38036-0.57245 0.38577-0.50672 1.1986 0.11993 1.4832 0.23169 0.10524 0.39574 0.10933 0.62037 0.015472z" fill="#59f" stroke="#59f" stroke-width=".18644"/> + <path d="m3.8769 16.021c-1.2932-0.19009-2.3276-1.0581-2.7783-2.3311-0.10462-0.29556-0.10766-0.35367-0.12435-2.3767-0.02134-2.5866-0.0035742-2.7756 0.32413-3.4486 0.20725-0.42558 0.2898-0.53952 0.64158-0.88559 0.46207-0.45457 0.84593-0.697 1.3787-0.87072 0.35486-0.11571 0.44157-0.12338 1.7945-0.15867 0.78189-0.020394 2.4127-0.038555 3.6239-0.040356l2.2023-0.00327v-1.4915h-5.017l0.039441-0.33792c0.082337-0.70546 0.25768-1.1849 0.61798-1.6898 0.42952-0.60191 1.1146-1.096 1.8194-1.3123 0.25572-0.078458 0.47917-0.085803 2.6102-0.085803h2.3305l0.37288 0.12699c0.53022 0.18057 0.9215 0.42591 1.3262 0.83156 0.39706 0.398 0.6012 0.71448 0.81882 1.2694l0.14988 0.38221 0.05924 5.803h-3.4512c-2.1311 0-3.6243 0.01902-3.9038 0.049728-1.8332 0.20141-3.4435 1.5466-4.0833 3.4109-0.16642 0.48492-0.2114 0.87998-0.21359 1.8762-0.00101 0.46144-0.015071 0.9491-0.031236 1.0837-0.032921 0.27408-0.022253 0.2699-0.50691 0.19866zm5.8238-12.697c0.22793-0.13357 0.39978-0.41605 0.39978-0.65711 0-0.38236-0.38671-0.76907-0.76907-0.76907-0.37964 0-0.76907 0.38942-0.76907 0.76907 0 0.22876 0.1764 0.52469 0.38858 0.65187 0.25028 0.15002 0.49975 0.15176 0.74977 0.00524z" fill="#59f" stroke="#59f" stroke-width=".18644"/> + <path d="m8.4791 20.868c-1.1305-0.3003-2.0097-1.1819-2.3497-2.3563-0.10661-0.36823-0.10735-0.38954-0.10735-3.0975v-2.7267l3.7521-0.0245c4.0868-0.02668 3.7551-0.0052 4.6099-0.299 0.68486-0.23541 1.3543-0.67684 1.9039-1.2554 0.75974-0.7998 1.219-1.7686 1.3618-2.8724 0.02487-0.19227 0.04587-0.77332 0.04666-1.2912l0.0014-0.94166 0.2447 0.025284c1.4235 0.14709 2.5831 1.1278 2.928 2.4764 0.0826 0.32295 0.09004 0.52992 0.09004 2.5022 0 2.3009-0.0047 2.3571-0.24808 2.9596-0.38832 0.96139-1.3874 1.7661-2.4289 1.9562-0.18272 0.03336-1.4679 0.0505-3.7871 0.0505h-3.5105v1.7246h4.9873v0.15458c0 0.69752-0.41873 1.6179-0.98356 2.1619-0.43106 0.41516-0.71671 0.5953-1.2587 0.79375l-0.34464 0.1262-2.2839 0.0118c-2.1321 0.01102-2.3065 0.0058-2.6234-0.07838zm4.5484-0.76527c0.14329-0.07486 0.34581-0.28173 0.42313-0.43224 0.07192-0.13999 0.06565-0.49923-0.01187-0.68041-0.23374-0.54628-0.98118-0.67393-1.3894-0.23729-0.15562 0.16644-0.22436 0.34315-0.22436 0.57672 0 0.33492 0.19378 0.64097 0.48941 0.77292 0.18463 0.08241 0.55566 0.08257 0.71312 3.26e-4z" fill="#fd5" stroke="#fd5" stroke-width=".18644"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/projectSourcesPyMixed.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg"> + <path d="m9.3333 1c-1.8467 0-3.3333 1.4867-3.3333 3.3333h5v1.6667h-6.6667c-1.8467 0-3.3333 1.4867-3.3333 3.3333v3.3333c0 1.8467 1.4867 3.3333 3.3333 3.3333v-1.6667c0-1.4812 0.64983-2.7937 1.6667-3.7077 0.00113-1e-3 0.00211-0.0023 0.00325-0.0032 0.22024-0.19762 0.45764-0.37623 0.70964-0.53385 0.00205-0.0013 0.00445-2e-3 0.00651-0.0033 0.24818-0.15476 0.50993-0.28704 0.7845-0.39715 0.049445-0.0194 0.10278-0.030962 0.15299-0.048825 0.23327-0.084875 0.47095-0.16243 0.71941-0.21159 0.31035-0.05985 0.6287-0.0944 0.95703-0.0944h6.6667v-5c0-1.8467-1.4866-3.3333-3.3333-3.3333zm0 0.83333c0.46167 0 0.83333 0.37167 0.83333 0.83333s-0.37167 0.83333-0.83333 0.83333-0.83333-0.37167-0.83333-0.83333 0.37167-0.83333 0.83333-0.83333zm8.3333 4.1667v1.6667c0 1.4812-0.65308 2.7969-1.6699 3.7109-0.22024 0.19763-0.45764 0.37622-0.70964 0.53385-2e-3 0.0013-0.0045 2e-3 -0.0065 0.0033-0.24818 0.15475-0.50993 0.28703-0.7845 0.39714-0.04945 0.0194-0.10279 0.03098-0.153 0.04883-0.23328 0.08488-0.47096 0.16244-0.71941 0.21159-0.31035 0.05985-0.6287 0.0944-0.95703 0.0944h-6.6667v5c0 1.8466 1.4866 3.3333 3.3333 3.3333h3.3333c1.8467 5e-6 3.3333-1.4867 3.3333-3.3333h-5v-1.6667h6.6667c1.8467 0 3.3333-1.4867 3.3333-3.3333v-3.3333c0-1.8467-1.4867-3.3333-3.3333-3.3333zm-5 12.5c0.46167 0 0.83333 0.37167 0.83333 0.83333 0 0.46167-0.37167 0.83333-0.83333 0.83333-0.46167 0-0.83333-0.37167-0.83333-0.83333 0-0.46167 0.37167-0.83333 0.83333-0.83333z" fill="#f59e16" stroke-width="1.6667"/> + <path d="m3.6449 15.905c-1.0799-0.23814-1.9515-0.96024-2.3667-1.9609-0.23798-0.57353-0.2435-0.6405-0.2435-2.9573 0-2.4426-4.382e-4 -2.4387 0.35679-3.1674 0.15485-0.31587 0.27272-0.47309 0.59404-0.79237 0.61042-0.60654 1.1535-0.87745 1.9611-0.97826 0.24461-0.030533 1.6685-0.0493 3.7405-0.0493h3.3455v-1.678h-5.025l0.020892-0.19809c0.043445-0.41194 0.12282-0.76663 0.2315-1.0344 0.28459-0.70131 0.91079-1.3795 1.5731-1.7036 0.70139-0.34329 0.70088-0.34322 2.9604-0.36191 1.3056-0.010799 2.1368 0.00118 2.3472 0.033828 0.74508 0.1156 1.36 0.42821 1.8771 0.95435 0.38217 0.3888 0.62886 0.78959 0.80494 1.3078l0.12671 0.37288 0.02794 5.6165-3.4628 2.797e-4c-3.7992 2.8e-4 -3.9821 0.010868-4.7579 0.27498-1.6385 0.55781-2.833 1.853-3.3061 3.5847-0.084508 0.30932-0.10069 0.52546-0.11839 1.5818l-0.020511 1.2235-0.19356-0.0037c-0.10646-2e-3 -0.31941-0.03146-0.47322-0.06537zm5.9786-12.448c0.23032-0.096235 0.37788-0.23824 0.48202-0.46388 0.10874-0.23561 0.10887-0.41585 4.85e-4 -0.65447-0.22285-0.4906-0.79509-0.6686-1.2228-0.38036-0.57245 0.38577-0.50672 1.1986 0.11993 1.4832 0.23169 0.10524 0.39574 0.10933 0.62037 0.015472z" fill="#59f" stroke="#59f" stroke-width=".18644"/> + <path d="m3.8769 16.021c-1.2932-0.19009-2.3276-1.0581-2.7783-2.3311-0.10462-0.29556-0.10766-0.35367-0.12435-2.3767-0.02134-2.5866-0.0035742-2.7756 0.32413-3.4486 0.20725-0.42558 0.2898-0.53952 0.64158-0.88559 0.46207-0.45457 0.84593-0.697 1.3787-0.87072 0.35486-0.11571 0.44157-0.12338 1.7945-0.15867 0.78189-0.020394 2.4127-0.038555 3.6239-0.040356l2.2023-0.00327v-1.4915h-5.017l0.039441-0.33792c0.082337-0.70546 0.25768-1.1849 0.61798-1.6898 0.42952-0.60191 1.1146-1.096 1.8194-1.3123 0.25572-0.078458 0.47917-0.085803 2.6102-0.085803h2.3305l0.37288 0.12699c0.53022 0.18057 0.9215 0.42591 1.3262 0.83156 0.39706 0.398 0.6012 0.71448 0.81882 1.2694l0.14988 0.38221 0.05924 5.803h-3.4512c-2.1311 0-3.6243 0.01902-3.9038 0.049728-1.8332 0.20141-3.4435 1.5466-4.0833 3.4109-0.16642 0.48492-0.2114 0.87998-0.21359 1.8762-0.00101 0.46144-0.015071 0.9491-0.031236 1.0837-0.032921 0.27408-0.022253 0.2699-0.50691 0.19866zm5.8238-12.697c0.22793-0.13357 0.39978-0.41605 0.39978-0.65711 0-0.38236-0.38671-0.76907-0.76907-0.76907-0.37964 0-0.76907 0.38942-0.76907 0.76907 0 0.22876 0.1764 0.52469 0.38858 0.65187 0.25028 0.15002 0.49975 0.15176 0.74977 0.00524z" fill="#59f" stroke="#59f" stroke-width=".18644"/> + <path d="m8.4791 20.868c-1.1305-0.3003-2.0097-1.1819-2.3497-2.3563-0.10661-0.36823-0.10735-0.38954-0.10735-3.0975v-2.7267l3.7521-0.0245c4.0868-0.02668 3.7551-0.0052 4.6099-0.299 0.68486-0.23541 1.3543-0.67684 1.9039-1.2554 0.75974-0.7998 1.219-1.7686 1.3618-2.8724 0.02487-0.19227 0.04587-0.77332 0.04666-1.2912l0.0014-0.94166 0.2447 0.025284c1.4235 0.14709 2.5831 1.1278 2.928 2.4764 0.0826 0.32295 0.09004 0.52992 0.09004 2.5022 0 2.3009-0.0047 2.3571-0.24808 2.9596-0.38832 0.96139-1.3874 1.7661-2.4289 1.9562-0.18272 0.03336-1.4679 0.0505-3.7871 0.0505h-3.5105v1.7246h4.9873v0.15458c0 0.69752-0.41873 1.6179-0.98356 2.1619-0.43106 0.41516-0.71671 0.5953-1.2587 0.79375l-0.34464 0.1262-2.2839 0.0118c-2.1321 0.01102-2.3065 0.0058-2.6234-0.07838zm4.5484-0.76527c0.14329-0.07486 0.34581-0.28173 0.42313-0.43224 0.07192-0.13999 0.06565-0.49923-0.01187-0.68041-0.23374-0.54628-0.98118-0.67393-1.3894-0.23729-0.15562 0.16644-0.22436 0.34315-0.22436 0.57672 0 0.33492 0.19378 0.64097 0.48941 0.77292 0.18463 0.08241 0.55566 0.08257 0.71312 3.26e-4z" fill="#fd5" stroke="#fd5" stroke-width=".18644"/> + <path d="m10 6v4h-4v2h4v4h2v-4h4v-2h-4v-4z" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/projectSourcesRb.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg"> + <g transform="translate(-326 -534.36)"> + <rect x="256.23" y="514.7" width="0" height="14.668" fill="#e00a5e"/> + <rect x="263.19" y="537.27" width="0" height="14.668" fill="#e00a5e"/> + <rect x="265" y="536.21" width="0" height="14.668" fill="#e00a5e"/> + <rect x="256.23" y="514.7" width="0" height="14.668" fill="#e00a5e"/> + <rect x="263.19" y="537.27" width="0" height="14.668" fill="#e00a5e"/> + <rect x="265" y="536.21" width="0" height="14.668" fill="#e00a5e"/> + <rect x="256.23" y="514.7" width="0" height="14.668" fill="#e00a5e"/> + <rect x="263.19" y="537.27" width="0" height="14.668" fill="#e00a5e"/> + <rect x="265" y="536.21" width="0" height="14.668" fill="#e00a5e"/> + <rect x="256.23" y="514.7" width="0" height="14.668" fill="#e00a5e"/> + <rect x="263.19" y="537.27" width="0" height="14.668" fill="#e00a5e"/> + <rect x="265" y="536.21" width="0" height="14.668" fill="#e00a5e"/> + <path d="m333.88 535.36v2.5h1.25v-2.5zm5 0v2.5h1.25v-2.5zm-9.9243 1.3501-1.001 0.75195 1.5015 1.9995 0.99854-0.74951zm16.099 0-1.499 2.002 0.99853 0.74951 1.5015-1.9995zm-13.049 2.3999-5 3.75 10 12.5 10-12.5-5-3.75zm0.41747 1.25h3.9575v1.875h-6.4575zm5.2075 0h3.9575l2.5 1.875h-6.4575zm-8.5254 3.125h7.2754v9.0942zm8.5254 0h7.2754l-7.2754 9.0942z" color="#000000" color-rendering="auto" fill="#e41616" fill-rule="evenodd" image-rendering="auto" shape-rendering="auto" stroke-width="1.25"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/projectSourcesRbMixed.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg"> + <g transform="translate(-326 -534.36)"> + <rect x="256.23" y="514.7" width="0" height="14.668" fill="#e00a5e"/> + <rect x="263.19" y="537.27" width="0" height="14.668" fill="#e00a5e"/> + <rect x="265" y="536.21" width="0" height="14.668" fill="#e00a5e"/> + <rect x="256.23" y="514.7" width="0" height="14.668" fill="#e00a5e"/> + <rect x="263.19" y="537.27" width="0" height="14.668" fill="#e00a5e"/> + <rect x="265" y="536.21" width="0" height="14.668" fill="#e00a5e"/> + <rect x="256.23" y="514.7" width="0" height="14.668" fill="#e00a5e"/> + <rect x="263.19" y="537.27" width="0" height="14.668" fill="#e00a5e"/> + <rect x="265" y="536.21" width="0" height="14.668" fill="#e00a5e"/> + <rect x="256.23" y="514.7" width="0" height="14.668" fill="#e00a5e"/> + <rect x="263.19" y="537.27" width="0" height="14.668" fill="#e00a5e"/> + <rect x="265" y="536.21" width="0" height="14.668" fill="#e00a5e"/> + <path d="m333.88 535.36v2.5h1.25v-2.5zm5 0v2.5h1.25v-2.5zm-9.9243 1.3501-1.001 0.75195 1.5015 1.9995 0.99854-0.74951zm16.099 0-1.499 2.002 0.99853 0.74951 1.5015-1.9995zm-13.049 2.3999-5 3.75 10 12.5 10-12.5-5-3.75zm0.41747 1.25h3.9575v1.875h-6.4575zm5.2075 0h3.9575l2.5 1.875h-6.4575zm-8.5254 3.125h7.2754v9.0942zm8.5254 0h7.2754l-7.2754 9.0942z" color="#000000" color-rendering="auto" fill="#e41616" fill-rule="evenodd" image-rendering="auto" shape-rendering="auto" stroke-width="1.25"/> + <path d="m336 540.36v4h-4v2h4v4h2v-4h4v-2h-4v-4z" fill="#eff0f1"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/projectTranslations.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <path d="m3.9088 0.5c-0.17884 0-0.39742 0.093061-0.52123 0.22024-0.71841 0.72277-1.4383 1.444-2.1613 2.1637-0.12534 0.12408-0.22622 0.34743-0.22622 0.53975v0.00155c0.00306 3.3331 0.00306 10.102 0.00306 10.176v0.39706h0.3913c0.07337 0 9.8514-0.0016 14.691 0.0016 0.19565 0 0.41729-0.10236 0.54416-0.22955l0.0016-0.0016c0.71074-0.71812 1.4246-1.4331 2.1414-2.145 0.13446-0.13494 0.2277-0.36604 0.2277-0.55526-0.003058-3.3238 0-10.171 0-10.171v-0.39706zm0.018342 0.79411h14.29c0 0.49787-3e-3 6.5716 0 9.7698-0.71535 0.71036-1.4292 1.4254-2.1384 2.1419-4.7125-0.0031-13.732-0.0031-14.293-0.0016 0-0.55526 0-6.5514-0.00306-9.762 0.71688-0.71341 1.4322-1.4284 2.1445-2.1481zm3.7617 1.5882c-0.12381 0-0.24609 0.00309-0.3699 0.00775-0.29959 0.012413-0.5946 0.063596-0.88349 0.1489-0.65421 0.19698-1.1449 0.59093-1.4307 1.2191-0.099355 0.21869-0.18342 0.44669-0.25068 0.67779-0.18495 0.63281-0.22317 1.2842-0.23081 1.9372-0.00459 0.44049 0.0214 0.87942 0.084069 1.3153 0.061141 0.40791 0.15591 0.80652 0.31641 1.1896 0.29042 0.68865 0.80095 1.1214 1.5194 1.3106 0.62517 0.16596 1.2565 0.18767 1.9076 0.09617 0.32711 0.5351 0.65727 1.0779 0.99202 1.627 0.39589-0.18613 0.77191-0.36139 1.1586-0.54286-0.31946-0.51493-0.6267-1.0128-0.93088-1.5045 0.13298-0.12098 0.26444-0.228 0.3806-0.34898 0.30112-0.32106 0.48302-0.70726 0.60224-1.1276 0.16967-0.60024 0.21247-1.2175 0.22775-1.8364 0.010701-0.47926-0.019872-0.95697-0.084069-1.4316-0.061141-0.44204-0.16661-0.87322-0.34698-1.2842-0.30724-0.69795-0.82999-1.1353-1.5652-1.3277-0.36226-0.09306-0.72758-0.12408-1.096-0.12563zm4.659 0.79411v1.5882h-0.78261v1.1912h0.78261v2.7794c0 0.30555 0.06266 0.64056 0.18342 0.92595 0.10088 0.24041 0.27055 0.40947 0.50747 0.51338 0.18037 0.07756 0.36838 0.11788 0.5625 0.13649 0.37143 0.03412 0.80248-0.02636 1.1678-0.09151 0.10394-0.01861 0.20635-0.04033 0.31794-0.06203-0.01069-0.32416-0.02752-0.75844-0.05349-1.0702-0.04128-0.00304-0.06266-0.00934-0.0856-0.00776-0.24456 0.00934-0.55333 0.048083-0.79789 0.052729-0.10547 0.00158-0.21247-0.00934-0.31641-0.031028-0.13145-0.027922-0.21858-0.11633-0.25526-0.24971-0.01376-0.055834-0.02905-0.11013-0.03211-0.16596-0.01681-0.20939-0.02293-0.53355-0.02446-0.74448-0.0046-0.75069 0-1.9853 0-1.9853h1.5652v-1.1912h-1.5652v-1.5882zm-4.6972 0.40481c0.23234 0 0.46315 0.027917 0.69395 0.085305 0.39895 0.099264 0.69701 0.31641 0.88043 0.65608 0.1605 0.29159 0.24915 0.60334 0.29042 0.9244 0.048915 0.38775 0.071838 0.7786 0.09324 1.0206-0.019872 0.67159-0.035154 1.1927-0.1819 1.703-0.030573 0.10857-0.068787 0.21559-0.11158 0.31951-0.16508 0.40946-0.49066 0.65918-0.95228 0.76775-0.4662 0.10857-0.93852 0.11011-1.4078 0.0030375-0.49219-0.11163-0.82388-0.38306-0.99813-0.81579-0.14062-0.35053-0.21552-0.71191-0.23539-1.0811-0.022926-0.41412-0.032098-0.82979-0.019871-1.2439 0.010699-0.44824 0.076427-0.89183 0.23692-1.3184 0.033628-0.088402 0.074898-0.17526 0.1177-0.25902 0.18342-0.35208 0.48913-0.57232 0.89878-0.67624 0.23081-0.057387 0.46315-0.085306 0.69548-0.085306z" fill="#eff0f1" stroke-width=".39417"/> + <path d="m21 12v6.5455l-2.5 2.4545v-2.4545h-7.5v-6.5455z" fill="#5fd38d"/> + <path d="m20.167 12.818h-8.3333v4.9091h8.3333z" fill="#5fd38d"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/projectUserProps.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m3.5 1v2.5h-2.5v3.75h2.5v7.5h-2.5v3.75h2.5v2.5h17.5v-20zm1.25 1.25h15v2.5h-15v-1.25zm0 3.75h15v13.75h-15z" color="#eff0f1" fill="currentColor"/> + <path class="ColorScheme-Text" d="m12.249 6.75a3.027 3 0 0 0-3.027 3 3.027 3 0 0 0 3.027 3 3.027 3 0 0 0 3.027-3 3.027 3 0 0 0-3.027-3zm0 0.75a2.2702 2.25 0 0 1 2.2702 2.25 2.2702 2.25 0 0 1-2.2702 2.25 2.2702 2.25 0 0 1-2.2702-2.25 2.2702 2.25 0 0 1 2.2702-2.25zm0 6a6.0539 6 0 0 0-5.9993 5.25h0.76266a5.2972 5.25 0 0 1 5.2366-4.5 5.2972 5.25 0 0 1 5.2381 4.5h0.76266a6.0539 6 0 0 0-6.0007-5.25z" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/projectViewer.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m3.5 1v2.5h-2.5v3.75h2.5v7.5h-2.5v3.75h2.5v2.5h17.5v-20zm1.25 1.25h15v2.5h-15v-1.25zm0 3.75h15v13.75h-15z" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/protobuf.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg"> + <g transform="translate(0 -291.18)"> + <g transform="matrix(.076581 0 0 .080541 -5.9928 267.3)"> + <path d="m118.28 306.56 24.296 39.595 8.0688-13.372-15.86-26.144z" fill="none" stroke="#000" stroke-width=".26458px"/> + <path d="m118.4 358.41 15.327-26.548 8.852 14.302-7.2814 12.548z" fill="none" stroke="#000" stroke-width=".26458px"/> + <path d="m114.23 358.55-24.296-39.595-8.0688 13.372 15.86 26.144z" fill="none" stroke="#000" stroke-width=".26458px"/> + <path d="m114.11 306.71-15.327 26.548-8.852-14.302 7.2814-12.548z" fill="none" stroke="#000" stroke-width=".26458px"/> + <path transform="matrix(.26458 0 0 .26458 0 229.27)" d="m357.13 365.26c-8.6429-13.995-15.806-25.67-15.918-25.945s5.8423-10.912 13.232-23.639l13.436-23.139 22.125 0.27632c12.169 0.15198 26.054 0.47341 30.856 0.71429l8.7307 0.43796-27.841 48.214c-15.313 26.518-28.081 48.284-28.374 48.369-0.29267 0.0852-7.6036-11.295-16.246-25.29z" fill="#d43f36" stroke="#d43f36" stroke-width="1.4286"/> + <path transform="matrix(.26458 0 0 .26458 0 229.27)" d="m372.93 487.25-3.4798-0.4235-29.293-48.214c-16.111-26.518-29.304-48.568-29.318-48.999-0.0134-0.43185 6.5094-11.599 14.495-24.817 12.505-20.698 14.637-23.859 15.369-22.786 0.46713 0.68483 18.787 30.495 40.712 66.245 21.924 35.75 41.896 68.295 44.381 72.321l4.519 7.3214-26.953-0.11221c-14.824-0.0617-28.518-0.3028-30.432-0.53572z" fill="#4585f4" stroke="#4585f4" stroke-width="1.4286"/> + <path transform="matrix(.26458 0 0 .26458 0 229.27)" d="m493.83 366.73c-24.508-39.924-44.668-72.871-44.799-73.214-0.26874-0.70508 48.374-0.85844 55.595-0.17528l4.6429 0.43925 28.429 46.877c15.636 25.782 28.941 47.714 29.567 48.738 1.1259 1.8409 0.98313 2.1174-13.375 25.893-7.9824 13.218-14.735 24.032-15.006 24.032-0.27105 0-20.545-32.665-45.054-72.59z" fill="#099e57" stroke="#099e57" stroke-width="1.4286"/> + <path transform="matrix(.26458 0 0 .26458 0 229.27)" d="m476.53 487.83c-14.864-0.29748-27.105-0.64702-27.203-0.77677-0.2692-0.35971 55.595-96.981 56.085-97.003 0.82593-0.0366 31.663 50.354 31.68 51.767 9e-3 0.78572-5.9199 11.634-13.175 24.107l-13.192 22.679-3.5845-0.1161c-1.9715-0.0639-15.746-0.35948-30.611-0.65696z" fill="#f7c542" stroke="#f7c542" stroke-width="1.4286"/> + </g> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/protobuf48.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="48" height="48" version="1.1" viewBox="0 0 12.7 12.7" xmlns="http://www.w3.org/2000/svg"> + <g transform="translate(0 -284.3)"> + <g transform="matrix(.16848 0 0 .17114 -13.238 233.74)"> + <path d="m118.28 306.56 24.296 39.595 8.0688-13.372-15.86-26.144z" fill="none" stroke="#000" stroke-width=".26458px"/> + <path d="m118.4 358.41 15.327-26.548 8.852 14.302-7.2814 12.548z" fill="none" stroke="#000" stroke-width=".26458px"/> + <path d="m114.23 358.55-24.296-39.595-8.0688 13.372 15.86 26.144z" fill="none" stroke="#000" stroke-width=".26458px"/> + <path d="m114.11 306.71-15.327 26.548-8.852-14.302 7.2814-12.548z" fill="none" stroke="#000" stroke-width=".26458px"/> + <path transform="matrix(.26458 0 0 .26458 0 229.27)" d="m357.13 365.26c-8.6429-13.995-15.806-25.67-15.918-25.945s5.8423-10.912 13.232-23.639l13.436-23.139 22.125 0.27632c12.169 0.15198 26.054 0.47341 30.856 0.71429l8.7307 0.43796-27.841 48.214c-15.313 26.518-28.081 48.284-28.374 48.369-0.29267 0.0852-7.6036-11.295-16.246-25.29z" fill="#d43f36" stroke="#d43f36" stroke-width="1.4286"/> + <path transform="matrix(.26458 0 0 .26458 0 229.27)" d="m372.93 487.25-3.4798-0.4235-29.293-48.214c-16.111-26.518-29.304-48.568-29.318-48.999-0.0134-0.43185 6.5094-11.599 14.495-24.817 12.505-20.698 14.637-23.859 15.369-22.786 0.46713 0.68483 18.787 30.495 40.712 66.245 21.924 35.75 41.896 68.295 44.381 72.321l4.519 7.3214-26.953-0.11221c-14.824-0.0617-28.518-0.3028-30.432-0.53572z" fill="#4585f4" stroke="#4585f4" stroke-width="1.4286"/> + <path transform="matrix(.26458 0 0 .26458 0 229.27)" d="m493.83 366.73c-24.508-39.924-44.668-72.871-44.799-73.214-0.26874-0.70508 48.374-0.85844 55.595-0.17528l4.6429 0.43925 28.429 46.877c15.636 25.782 28.941 47.714 29.567 48.738 1.1259 1.8409 0.98313 2.1174-13.375 25.893-7.9824 13.218-14.735 24.032-15.006 24.032-0.27105 0-20.545-32.665-45.054-72.59z" fill="#099e57" stroke="#099e57" stroke-width="1.4286"/> + <path transform="matrix(.26458 0 0 .26458 0 229.27)" d="m476.53 487.83c-14.864-0.29748-27.105-0.64702-27.203-0.77677-0.2692-0.35971 55.595-96.981 56.085-97.003 0.82593-0.0366 31.663 50.354 31.68 51.767 9e-3 0.78572-5.9199 11.634-13.175 24.107l-13.192 22.679-3.5845-0.1161c-1.9715-0.0639-15.746-0.35948-30.611-0.65696z" fill="#f7c542" stroke="#f7c542" stroke-width="1.4286"/> + </g> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/pullBookmark.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 352 352" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <g transform="matrix(21.333 0 0 21.333 5.3333 -22136)"> + <path class="ColorScheme-Text" d="m8 1038.4-2 4-4 1 3 3-1 4 4-2 4 2-1-4 3-3-4-1z" color="#eff0f1" fill="currentColor"/> + </g> + <path class="ColorScheme-Text" d="m304 262.5-11.312-6.4962-116.69 67.008-116.69-67.008-11.312 6.4962 128 73.504 128-73.504" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/pushBookmark.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 352 352" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <g transform="matrix(21.333 0 0 21.333 5.3333 -22072)"> + <path class="ColorScheme-Text" d="m8 1038.4-2 4-4 1 3 3-1 4 4-2 4 2-1-4 3-3-4-1z" color="#eff0f1" fill="currentColor"/> + </g> + <path class="ColorScheme-Text" d="m304 89.504-11.312 6.4962-116.69-67.008-116.69 67.008-11.312-6.4962 128-73.504 128 73.504" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/putAs.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m17 9-8-8v4h-8v8h8v4zm-1.4141 0-5.5859 5.5859v-2.5859h-8v-6h8v-2.5859z" color="#eff0f1" fill="currentColor"/> + <path class="ColorScheme-Text" d="m17.999 11-6.9987 6.9987v3.0013h3.0013l6.9987-6.9987zm-1.7074 2.9085 1.8001 1.8001-2.6449 2.6465v-0.56315l-0.84473 0.0179h-0.86263v-1.3509l1.2012-1.1995zm-3.3968 3.3952v1.3509h1.6895l0.0179 0.54362-0.90006 0.90169h-1.2012l-0.60059-0.60059v-1.2012z" color="#eff0f1" fill="#eff0f1"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/pypi.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,26 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="5.8208mm" height="5.8208mm" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg"> + <g transform="translate(-111.24 -145.92)"> + <g transform="matrix(.011642 0 0 .013265 111.24 145.92)"> + <path d="m208 437.76c-7.6057-2.2404-205.58-74.059-206.75-75.002-0.96412-0.77704-1.25-10.601-1.25-42.956 0-32.227 0.28971-42.238 1.25-43.197 0.6875-0.68665 14.075-5.8825 29.75-11.546 15.675-5.6638 30.862-11.177 33.75-12.252l5.25-1.954v-41.306c0-31.838 0.28652-41.538 1.25-42.318 0.6875-0.55698 15.2-6.0574 32.25-12.223s32.462-11.817 34.25-12.559l3.25-1.3482v-15.429c0-11.156 0.34617-15.699 1.25-16.404 0.6875-0.53659 15.875-6.2714 33.75-12.744s33.288-12.18 34.25-12.682c1.5509-0.80969 1.75-2.6589 1.75-16.256 0-11.069 0.34814-15.623 1.25-16.351 1.6771-1.3531 132.84-48.665 139.45-50.302 4.2356-1.0485 5.9983-1.0492 9.5-0.003731 9.1438 2.73 63.416 22.338 65.524 23.673 2.1233 1.3449 2.2372 2.1206 2.5 17.035l0.27536 15.626 32.477 11.82c17.862 6.5012 33.5 12.368 34.75 13.037l2.273 1.2165v125.9c0 99.397-0.26316 126.16-1.25 127.14-1.0708 1.0576-54.404 20.565-238.25 87.141-44.675 16.178-45.334 16.357-52.5 14.246zm41.389-14.374c17.661-6.385 32.674-12.065 33.361-12.622 0.96068-0.77875 1.25-9.8959 1.25-39.391 0-35.904-0.11279-38.374-1.75-38.323-0.9625 0.0299-16.15 5.3174-33.75 11.75l-32 11.696-0.26161 39.25c-0.14388 21.588 0.0311 39.25 0.38896 39.25 0.35781 0 15.101-5.2241 32.762-11.609zm215.36-78.039 32.25-11.683v-39.441c0-31.14-0.2631-39.341-1.25-38.966-0.6875 0.2614-13.4 4.8623-28.25 10.224s-29.362 10.629-32.25 11.704l-5.25 1.9547v38.928c0 30.467 0.2717 38.932 1.25 38.945 0.6875 9e-3 15.762-5.2401 33.5-11.666zm-60.106-5.4407c4.7499-2.9356 8.4021-9.5777 8.5209-15.497 0.0818-4.0741-0.32443-5.1545-2.7093-7.2059-2.2364-1.9236-3.526-2.2963-6.3572-1.8368-9.4634 1.5357-17.478 14.47-14.068 22.703 2.209 5.3329 7.8158 6.0374 14.613 1.8364zm-336.86-71.809-0.28498-9.8982-15 5.5064c-8.25 3.0285-19.95 7.3065-26 9.5065s-11.382 4.3558-11.849 4.7906c-0.46686 0.43476 0.64337 1.1182 2.4672 1.5188 1.8238 0.40058 4.0058 1.0933 4.8488 1.5393 0.84305 0.44604 11.433 4.4085 23.533 8.8055l22 7.9945 0.28498-9.9327c0.15674-5.463 0.15674-14.387 0-19.831zm71-57.97-0.28498-9.8681-7.5 2.7939c-4.125 1.5366-15.934 5.8648-26.243 9.6181s-18.746 7.0712-18.75 7.3731c-0.0037 0.30191 5.9558 2.7062 13.243 5.3429 7.2875 2.6367 14.825 5.3986 16.75 6.1377s7.775 2.9016 13 4.8055l9.5 3.4617 0.28498-9.8984c0.15674-5.4441 0.15674-14.339 0-19.766zm-0.12054-60.801c-0.20834-0.20835-5.5056 1.478-11.772 3.7473-30.462 11.033-41.842 15.305-41.548 15.599 0.17684 0.17683 11.489 4.3871 25.139 9.3562 13.649 4.9691 25.537 9.438 26.417 9.9309 1.4387 0.80597 1.6273-1.0758 1.8715-18.679 0.1494-10.767 0.10117-19.746-0.10718-19.954zm71.336-38.831c0-10.725-0.1281-19.5-0.28466-19.5-0.5525 0-12.427 4.2439-30.715 10.977-10.175 3.7463-19.805 7.2189-21.4 7.717-2.7122 0.84701-2.292 1.1111 6.5 4.0847 5.1698 1.7485 17.275 6.0965 26.9 9.6622s17.838 6.5001 18.25 6.521c0.4125 0.0209 0.75-8.737 0.75-19.462zm105.16 10.037c3.8637-2.6254 8.8402-11.229 8.8402-15.283 0-3.5142-2.6277-7.9234-5.1086-8.5722-10.022-2.6208-22.593 13.417-17.742 22.634 0.63234 1.2013 1.6448 2.5149 2.25 2.919 2.3399 1.5624 8.2098 0.71519 11.76-1.6973z" fill="#ecebe8"/> + <path d="m210.47 437.65c-1.709-1.1698-46.702-17.767-65.473-24.151-3.575-1.216-10.325-3.6679-15-5.4487s-22-8.105-38.5-14.054c-16.5-5.9488-43.115-15.582-59.146-21.406-16.03-5.8245-29.868-10.59-30.75-10.59-1.4474 0-1.6045-4.1591-1.6045-42.5v-42.5h2.6398c1.4519 0 3.1394 0.64898 3.75 1.4422 1.3767 1.7883 61.636 23.755 63.36 23.098 1.5954-0.60878 1.8266-46.065 0.23928-47.046-0.64217-0.39688-0.4753-1.3891 0.45763-2.721 1.2308-1.7572 1.4744-8.6375 1.506-42.522 0.02068-22.234 0.29131-40.836 0.60139-41.338 0.88561-1.433 4.4458-1.0656 4.4458 0.45868 0 1.6609 61.32 24.104 63.535 23.254 1.2281-0.47125 1.4652-4.2799 1.4652-23.535 0-15.173-0.36163-23.196-1.0651-23.631-0.70809-0.43762-0.54957-1.228 0.47287-2.3578 1.2157-1.3433 1.5961-4.935 1.8151-17.138 0.24895-13.869 0.45777-15.473 2.0534-15.78 0.97693-0.18754 2.5519 0.53891 3.5 1.6144 1.7017 1.9303 58.981 23.201 62.477 23.201 1.6009 0 1.7192-2.8174 1.6864-40.167-0.029-32.968 0.21349-40.415 1.3529-41.555 0.76353-0.76353 29.923-11.734 64.798-24.379 80.59-29.22 77.488-28.162 80.17-27.349 10.092 3.0568 66.614 24.014 67.965 25.2 1.4692 1.2903 1.7661 3.8104 2 16.979l0.27472 15.464 70 25.445 0.25385 126.18c0.16887 83.945-0.08217 126.18-0.75 126.18-0.65548 0-1.0038-14.229-1.0038-41 0-34.162-0.2298-41-1.3778-41-1.0428 0-55.408 19.417-65.904 23.539-1.6752 0.65776-1.7647 3.1692-1.5 42.051l0.28156 41.352-71.781 26.029c-39.479 14.316-71.992 26.029-72.25 26.029-0.25807 0-0.46922-18.198-0.46922-40.441 0-23.822-0.38177-40.677-0.92903-41.015-1.0049-0.62103-66.73 22.928-68.81 24.655-0.97438 0.80867-1.2605 9.8579-1.2605 39.867 0 37.972 0.0447 38.852 2.0451 40.253 1.7913 1.2547 1.8432 1.5099 0.41821 2.0567-2.4339 0.93396-3.8094 0.76728-5.9908-0.72596zm2.2891-41.372c0.248-37.162 0.16629-39.246-1.5756-40.178-4.3705-2.339-65.482-24.035-66.291-23.534-1.2168 0.75202-1.1359 76.504 0.0837 78.435 1.0142 1.6052 63.505 24.932 66.022 24.644 1.2999-0.14842 1.5349-5.3993 1.7616-39.366zm-71.762-26.155v-39.877l-33.225-12.044c-18.274-6.6239-33.574-11.828-34-11.564-0.42649 0.26359-0.77543 17.948-0.77543 39.298 0 31.913 0.24719 39.024 1.3894 39.972 1.4869 1.2341 63.264 23.957 65.361 24.042 0.97994 0.0393 1.25-8.5651 1.25-39.827zm-71-25.501c0-30.327-0.28731-39.597-1.25-40.331-1.8618-1.4207-62.966-23.335-65-23.311-1.6365 0.0188-1.749 2.5338-1.7347 38.77 0.00842 21.312 0.36403 39.299 0.79023 39.97 0.82488 1.2982 62.484 24.117 65.444 24.22 1.6381 0.0568 1.75-2.458 1.75-39.317zm335.62-4.1481c9.1482-6.9777 11.844-20.232 5.0784-24.971-5.7021-3.9939-15.661 0.76266-20.054 9.5781-3.6482 7.3209-3.5268 12.193 0.40145 16.121 2.657 2.657 3.5603 2.9796 7.0374 2.5132 2.194-0.29428 5.5856-1.7527 7.5369-3.241zm-264.62-53.852c0-30.318-0.28758-39.601-1.25-40.347-1.8214-1.4128-62.93-23.309-65-23.291-1.6364 0.0146-1.75 2.5395-1.75 38.893 0 31.173 0.26417 39.097 1.333 39.984 1.4583 1.2103 63.39 24.02 65.417 24.093 0.9796 0.0354 1.25-8.4729 1.25-39.332zm0.76924-66.066c0.14808-12.605-0.13031-23.317-0.61865-23.806-1.3201-1.3201-63.651 21.497-63.651 23.3 0 0.96401 9.9298 5.0621 30.5 12.588 16.775 6.1371 31.175 11.086 32 10.997 1.2763-0.13736 1.5402-3.5799 1.7692-23.079zm-36.346-13.849c17.008-6.1847 31.081-11.719 31.274-12.299 0.42655-1.2796-61.208-23.828-62.668-22.926-1.7306 1.0696-1.3483 46.992 0.3871 46.494 0.04583-0.0131 13.999-5.0841 31.006-11.269zm71.697-58.669c16.575-6.0287 30.379-11.204 30.675-11.5s0.32953-0.74781 0.0739-1.0034c-1.2792-1.2792-61.44-22.53-62.563-22.099-1.0209 0.39175-1.3058 5.4167-1.3058 23.032 0 19.304 0.21362 22.531 1.4915 22.531 0.82035 0 15.053-4.9326 31.628-10.961zm136.6-25.708c7.1133-3.3755 12.455-14.257 10.261-20.904-1.3129-3.978-3.4957-5.4288-8.1602-5.4235-9.4005 0.0106-18.805 13.438-15.797 22.554 1.8496 5.6045 6.9034 6.9969 13.696 3.7735z" fill="#d5d6d6"/> + <path d="m286.23 369.5c0.14938-22.825 0.15298-41.5 8e-3 -41.5-0.14496 1.8e-4 -1.045 0.4475-2 0.99404-3.509 2.0081-68.367 25.006-70.516 25.004-1.2214-0.00115-17.521-5.5483-36.221-12.327l-34-12.325-0.43238-165.85 2.2362-1.6232c1.2299-0.89276 15.952-6.5842 32.716-12.648s31.717-11.593 33.23-12.287l2.75-1.2628v-81.516l3.25-1.9992c1.7875-1.0995 17.875-7.2212 35.75-13.604 39.041-13.94 31.893-11.343 69.5-25.251 17.115-6.33 32.568-11.478 34.5-11.493 4.14-0.033519 66.343 22.28 69.123 24.796 1.6773 1.5179 1.8786 3.3073 1.89 16.794l0.01266 15.095 33.237 11.9c18.281 6.5448 34.246 12.807 35.478 13.916l2.2409 2.0162 3.2e-4 82.304c3e-4 77.21-0.10745 82.36-1.7409 83.219-2.3776 1.2503-65.287 23.884-67.559 24.307-1.7243 0.32076-1.8127 2.4764-1.7199 41.941 0.0769 32.705-0.17593 41.818-1.1823 42.612-1.0906 0.85993-44.394 16.783-64.78 23.82-3.575 1.234-21.35 7.6907-39.5 14.348-18.15 6.6574-33.797 12.107-34.772 12.111-1.6714 6e-3 -1.7562-2.3392-1.5-41.494zm119.39-29.025c9.1482-6.9777 11.844-20.232 5.0784-24.971-5.7021-3.9939-15.661 0.76266-20.054 9.5781-3.6482 7.3209-3.5268 12.193 0.40145 16.121 2.657 2.657 3.5603 2.9796 7.0374 2.5132 2.194-0.29428 5.5856-1.7527 7.5369-3.241zm-118.1-96.281c-0.30789-0.30789-1.1148-6.4e-4 -1.7931 0.68278-0.98026 0.98762-0.8654 1.1025 0.5598 0.5598 0.98622-0.37553 1.5412-0.93469 1.2333-1.2426zm141.47-51.423c0-0.58531-0.63541-0.48812-1.5 0.22943-0.825 0.68469-1.5 1.4007-1.5 1.5911s0.675 0.0872 1.5-0.22943c0.825-0.31659 1.5-1.0326 1.5-1.5911zm-112.97-70.79c8.444-6.0126 11.927-19.117 6.5179-24.526-8.9441-8.9441-27.163 7.4812-23.403 21.099 0.51443 1.8631 1.9304 4.1066 3.1465 4.9854 2.9692 2.1457 9.5915 1.3944 13.739-1.5586z" fill="#e1cf92"/> + <path d="m287.46 408.75c-0.26432-0.68882-0.3627-18.772-0.21861-40.185l0.26197-38.933 32.5-11.807c17.875-6.494 33.288-11.811 34.25-11.815 1.6372-7e-3 1.75 2.5312 1.75 39.37 0 30.318-0.2876 39.601-1.25 40.348-1.0995 0.85386-65.097 24.274-66.331 24.274-0.26489 0-0.69788-0.56358-0.96221-1.2524zm70.543-64.125c0-30.282 0.28872-39.617 1.25-40.415 1.522-1.2627 64.432-24.208 66.372-24.208 1.9368 0 2.062 78.187 0.1278 79.792-1.522 1.2627-64.432 24.208-66.372 24.208-1.1471 0-1.3778-6.5941-1.3778-39.378zm41.831-0.23858c4.044-0.8088 10.735-6.6115 13.204-11.451 1.196-2.3443 1.9655-5.8561 1.9655-8.9695 0-4.322-0.45401-5.5708-2.9231-8.0398-1.873-1.873-3.9386-2.9152-5.75-2.9011-4.788 0.0372-11.003 3.5478-14.273 8.0629-6.133 8.4664-6.4957 16.682-0.94277 21.355 3.2574 2.7409 3.9567 2.8968 8.72 1.9441zm-222.83-2.7979-33.5-12.236-0.43238-165.85 2.2362-1.6232c1.2299-0.89276 15.952-6.5842 32.716-12.648s31.717-11.593 33.23-12.287l2.75-1.2628v-81.516l3.25-1.9992c1.7875-1.0995 17.875-7.2212 35.75-13.604 39.041-13.94 31.893-11.343 69.5-25.251 17.115-6.33 32.568-11.478 34.5-11.493 4.3592-0.035293 66.713 22.453 69.227 24.967 1.7139 1.7139 1.8061 6.0366 1.7851 83.732-0.0173 64.069-0.29348 82.169-1.267 83.047-1.1055 0.99687-23.632 9.3552-59.245 21.982-6.6 2.3401-26.85 9.6494-45 16.243s-33.809 12.151-34.798 12.351c-1.6968 0.34251-1.7937 2.6983-1.7294 42.041 0.0534 32.671-0.2065 41.853-1.2025 42.486-3.2511 2.0656-69.189 25.326-71.57 25.247-1.4852-0.04899-17.775-5.5952-36.2-12.325zm139.03-219.61c8.444-6.0126 11.927-19.117 6.5179-24.526-8.9441-8.9441-27.163 7.4812-23.403 21.099 0.51443 1.8631 1.9304 4.1066 3.1465 4.9854 2.9692 2.1457 9.5915 1.3944 13.739-1.5586zm-29.028 164.64c0-30.291 0.28845-39.613 1.25-40.399 1.462-1.1945 64.702-24.224 66.521-24.224 1.876 0 1.7748 78.303-0.10323 79.861-1.6305 1.3532-64.102 24.139-66.182 24.139-1.289 0-1.4856-5.2117-1.4856-39.378zm71-26c0-30.337 0.28699-39.592 1.25-40.312 0.6875-0.51417 16.029-6.2665 34.092-12.783 26.794-9.6664 33.006-11.588 33.735-10.438 1.4764 2.3322 1.1678 76.209-0.32641 78.163-1.3009 1.7015-63.575 24.747-66.872 24.747-1.8053 0-1.8778-1.5208-1.8778-39.378zm71.496 13.229c-0.28622-0.74588-0.40252-18.905-0.25843-40.354l0.26197-38.998 33.437-12.193c18.39-6.7064 33.803-11.967 34.25-11.691 0.44708 0.2763 0.81287 18.235 0.81287 39.908 0 37.624-0.0855 39.452-1.8909 40.418-1.04 0.55658-15.686 5.9945-32.546 12.084s-31.306 11.322-32.101 11.627c-0.79512 0.30512-1.6798-0.0555-1.9661-0.80139zm0.22811-83.46c-1.1458-1.1458-0.87929-77.234 0.27813-79.396 0.67028-1.2524 0.67028-2.079 0-2.4933-1.1767-0.72723-1.4177-47.127-0.2485-47.85 1.1675-0.72156 64.48 22.717 64.419 23.848-0.0295 0.55 0.81941 1.323 1.8866 1.7178 1.8755 0.69378 1.9403 2.035 1.9403 40.128 0 30.326-0.28813 39.641-1.25 40.414-1.0588 0.85021-60.303 22.755-64.775 23.949-0.83898 0.22414-1.8515 0.0815-2.25-0.31705z" fill="#edce6d"/> + <path d="m288.45 407.72c-0.2583-0.67311-0.35161-18.312-0.20737-39.198l0.26227-37.974 32-11.71c17.6-6.4404 32.562-11.738 33.25-11.773 0.97965-0.0493 1.25 8.3489 1.25 38.83 0 36.111-0.12518 38.942-1.75 39.584-1.5716 0.62062-51.204 18.737-60.543 22.099-2.9492 1.0616-3.8971 1.0931-4.2623 0.14146zm70.793-63.839 0.26161-39.121 31-11.233c17.05-6.1784 32.018-11.556 33.262-11.95l2.2617-0.71641-0.52334 78.521-32.5 11.793c-17.875 6.4863-32.843 11.801-33.262 11.81-0.41888 9e-3 -0.64388-17.588-0.5-39.104zm47.107-1.6502c8.8766-6.0768 12.557-19.626 7.0946-26.118-6.5045-7.7301-19.215-2.9672-25.056 9.3893-2.7391 5.7939-2.9609 9.1819-0.92072 14.065 2.814 6.7348 11.206 7.9188 18.882 2.6639zm-229.35-0.64252-33.5-12.236-0.43238-165.85 2.2362-1.6232c1.2299-0.89276 15.952-6.5842 32.716-12.648s31.717-11.593 33.23-12.287l2.75-1.2628v-81.516l3.25-1.9992c1.7875-1.0995 17.875-7.2212 35.75-13.604 39.041-13.94 31.893-11.343 69.5-25.251 17.115-6.33 32.568-11.478 34.5-11.493 4.3592-0.035293 66.713 22.453 69.227 24.967 1.7139 1.7139 1.8061 6.0366 1.7851 83.732-0.0173 64.069-0.29348 82.169-1.267 83.047-1.1055 0.99687-23.632 9.3552-59.245 21.982-6.6 2.3401-26.85 9.6494-45 16.243s-33.809 12.151-34.798 12.351c-1.6968 0.34251-1.7937 2.6983-1.7294 42.041 0.0534 32.671-0.2065 41.853-1.2025 42.486-3.2511 2.0656-69.189 25.326-71.57 25.247-1.4852-0.04899-17.775-5.5952-36.2-12.325zm139.03-219.61c8.444-6.0126 11.927-19.117 6.5179-24.526-8.9441-8.9441-27.163 7.4812-23.403 21.099 0.51443 1.8631 1.9304 4.1066 3.1465 4.9854 2.9692 2.1457 9.5915 1.3944 13.739-1.5586zm-27.789 163.88 0.26161-39.138 31-11.217c17.05-6.1692 32.018-11.539 33.262-11.933l2.2617-0.7166-0.52334 78.521-32.5 11.793c-17.875 6.4863-32.843 11.801-33.262 11.81-0.41888 9e-3 -0.64388-17.595-0.5-39.121zm70.762-25.753v-38.891l11.25-4.1069c39.614-14.462 54.77-19.758 55.228-19.299 0.28689 0.28689 0.52162 17.756 0.52162 38.82 0 35.455-0.1299 38.367-1.75 39.223-2.5284 1.3366-63.075 23.145-64.257 23.145-0.63983 0-0.99263-13.823-0.99263-38.891zm71-25.574c0-36.117 0.11066-38.524 1.8127-39.435 2.6397-1.4127 62.824-23.1 64.105-23.1 0.75784 0 1.0823 11.655 1.0823 38.877v38.877l-32.088 11.623c-17.648 6.3926-32.723 11.623-33.5 11.623-1.1913 0-1.4118-6.008-1.4118-38.465zm0.4451-45.818c-0.2583-0.67311-0.35161-18.312-0.20737-39.198l0.26227-37.974 32-11.71c17.6-6.4404 32.562-11.738 33.25-11.773 0.97966-0.04927 1.25 8.3528 1.25 38.85v38.913l-6.75 2.5457c-5.4217 2.0448-33.872 12.394-55.543 20.204-2.9487 1.0627-3.8971 1.0945-4.2623 0.14303zm-0.4451-104.78c0-21.524 0.11711-23.028 1.75-22.486 16.065 5.3349 60.568 22.312 60.432 23.054-0.18412 1.0068-58.283 22.5-60.821 22.5-1.1087 0-1.361-4.2766-1.361-23.067z" fill="#fdd042"/> + <path d="m177 341.59-33.5-12.236-0.43238-165.85 2.2362-1.6232c1.2299-0.89276 15.952-6.5842 32.716-12.648s31.717-11.593 33.23-12.287l2.75-1.2628v-81.516l3.25-1.9992c1.7875-1.0995 17.875-7.2212 35.75-13.604 39.041-13.94 31.893-11.343 69.5-25.251 17.115-6.33 32.568-11.478 34.5-11.493 4.3592-0.035293 66.713 22.453 69.227 24.967 1.7139 1.7139 1.8061 6.0366 1.7851 83.732-0.0173 64.069-0.29348 82.169-1.267 83.047-1.1055 0.99687-23.632 9.3552-59.245 21.982-6.6 2.3401-26.85 9.6494-45 16.243s-33.809 12.151-34.798 12.351c-1.6968 0.34251-1.7937 2.6983-1.7294 42.041 0.0534 32.671-0.2065 41.853-1.2025 42.486-3.2511 2.0656-69.189 25.326-71.57 25.247-1.4852-0.04899-17.775-5.5952-36.2-12.325zm139.03-219.61c8.444-6.0126 11.927-19.117 6.5179-24.526-8.9441-8.9441-27.163 7.4812-23.403 21.099 0.51443 1.8631 1.9304 4.1066 3.1465 4.9854 2.9692 2.1457 9.5915 1.3944 13.739-1.5586zm114.64-16.647c-0.92391-0.9239-0.84346-42.11 0.0833-42.661 0.55979-0.3325 36.098 12.197 59.143 20.851 0.76622 0.28775 1.1661 0.75022 0.88861 1.0277-0.60649 0.60651-57.658 21.448-58.712 21.448-0.40492 0-1.0362-0.3-1.4029-0.66667z" fill="#92a7b6"/> + <path d="m178 340.64-33.5-12.175-0.26134-40.232c-0.23661-36.423-0.10894-40.232 1.3485-40.232 1.6512 0 61.311 21.373 64.913 23.254 1.1 0.57474 2.31 1.5222 2.689 2.1055 0.4554 0.70102 1.3029 0.50794 2.5-0.56958 2.0288-1.8261 64.495-24.79 67.433-24.79 1.8053 0 1.8778 1.5208 1.8778 39.378 0 30.31-0.28783 39.604-1.25 40.362-2.7425 2.1593-66.144 24.391-68.101 23.879-1.1249-0.29415-2.5186-0.14554-3.0972 0.33026-0.633 0.52051-14.396-3.9843-34.552-11.31zm0.47484-83.438c-17.614-6.4353-32.576-12.065-33.25-12.51-0.93251-0.61592-1.2248-10.342-1.2248-40.75 0-39.274 0.03338-39.941 2-39.941 1.1 0 2-0.63098 2-1.4022 0-0.7712 1.2375-1.8451 2.75-2.3864s16.645-6.0197 33.628-12.174c22.08-8.0012 31.625-11.022 33.5-10.6 2.3878 0.53731 2.4432 0.48484 0.62159-0.58836-1.1-0.64805-2.3306-1.6667-2.7347-2.2637-0.40408-0.597-0.74158-18.762-0.75-40.367-0.0142-36.502 0.1085-39.328 1.7347-39.938 0.9625-0.36115 2.2-1.2241 2.75-1.9177 1.3998-1.7652 64.357-24.355 67.89-24.359 1.5894-2e-3 3.3894-0.6534 4-1.4475 0.98048-1.275 63.378-24.556 65.815-24.556 1.2208 0 61.525 21.785 64.06 23.142 1.0396 0.5564 1.6758 1.5705 1.4137 2.2535-0.29242 0.76205 0.35375 1.2154 1.6724 1.1733l2.149-0.068548 0.26136 39.618c0.20404 30.929-0.0153 39.844-1 40.649-1.4695 1.2008-64.705 24.233-66.532 24.233-0.67622 0-1.2395-0.5625-1.2517-1.25s-0.82029-0.2128-1.7957 1.0549c-2.4246 3.1512-66.923 26.795-69.232 25.379-1.0422-0.63909-2.138-0.51979-3.3472 0.36439-0.98876 0.723-2.5415 1.0362-3.4506 0.696-1.4215-0.532-1.4658-0.38858-0.31671 1.0249 0.73485 0.90389 1.0458 2.1131 0.69098 2.6872-0.38392 0.6212 0.39095 1.0438 1.9139 1.0438h2.559v39.378c0 32.98-0.23301 39.571-1.4343 40.568-0.78886 0.65469-16.187 6.5336-34.218 13.064-24.763 8.969-33.108 11.605-34.108 10.774-0.96668-0.80227-1.6375-0.78653-2.4823 0.0582-0.63669 0.63669-1.4051 1.1354-1.7076 1.1082s-14.961-5.3147-32.575-11.75zm37.296-69.013c0.21982-0.65946-0.5166-1.1875-1.6561-1.1875-1.4381 0-1.8749 0.46137-1.4601 1.5423 0.65496 1.7068 2.499 1.4968 3.1162-0.35476zm61.229-30.097c-0.825-0.46674-2.625-1.1236-4-1.4597-2.0838-0.50933-2.0006-0.37052 0.5 0.83393 3.2047 1.5436 6.0083 2.0448 3.5 0.62574zm-11-4c-0.825-0.46674-2.625-1.1236-4-1.4597-2.0838-0.50933-2.0006-0.37052 0.5 0.83393 3.2047 1.5436 6.0083 2.0448 3.5 0.62574zm-10-3.4966c0-0.60605-9.2758-3.6515-9.7321-3.1952-0.21611 0.2161 1.5477 1.0793 3.9196 1.9181 4.6746 1.6533 5.8125 1.9033 5.8125 1.2771zm-15-5.5034c-0.825-0.46674-2.625-1.1236-4-1.4597-2.0838-0.50933-2.0006-0.37052 0.5 0.83393 3.2047 1.5436 6.0083 2.0448 3.5 0.62574zm-11-4c-0.825-0.46674-2.625-1.1236-4-1.4597-2.0838-0.50933-2.0006-0.37052 0.5 0.83393 3.2047 1.5436 6.0083 2.0448 3.5 0.62574zm83.541-16.97c7.3743-3.3497 12.459-11.375 12.459-19.665 0-3.7609-0.53791-5.147-2.9231-7.5321-4.9762-4.9762-12.153-3.7331-18.715 3.2416-4.5006 4.7836-6.362 9.0443-6.362 14.563 0 9.6638 6.4124 13.539 15.541 9.3925zm-27.695-46.951c-2.699-0.44236-3.4109 0.44596-1.8575 2.3177 1.1379 1.3711 1.4133 1.3469 2.575-0.22583 1.123-1.5204 1.025-1.8063-0.71751-2.0919zm73.835-25.763c-0.0999-0.06787-1.8691-0.3838-3.9316-0.70207-3.0897-0.47678-3.75-0.27932-3.75 1.1213 0 0.935 1.0125 2.1715 2.25 2.7478 1.8382 0.856 2.5578 0.67338 3.9316-0.99793 0.92488-1.1251 1.5999-2.1012 1.5-2.1691zm-72.554 190.32c-0.7971-0.7971-1.1278-12.178-1.1278-38.817 0-34.467 0.1496-37.86 1.75-39.686 2.5691-2.9309 66.109-25.766 67.585-24.29 0.82218 0.82218 1.5185 0.5853 2.6406-0.89833 1.6427-2.1719 66.591-26.423 68.163-25.451 0.47339 0.29257 0.86072 18.265 0.86072 39.938 0 37.127-0.10556 39.462-1.8256 40.383-1.0041 0.53736-16.16 6.1875-33.679 12.556-21.667 7.8761-32.18 11.252-32.874 10.558-1.4829-1.4829-2.3252-1.2588-2.8529 0.75906-0.34169 1.3066-7.3515 4.2704-26.367 11.148-14.246 5.1524-29.331 10.619-33.523 12.148-5.6571 2.0632-7.913 2.4892-8.75 1.6522zm143.54-136.39c-0.92391-0.9239-0.84346-42.11 0.0833-42.661 0.55979-0.3325 36.098 12.197 59.143 20.851 0.76622 0.28775 1.1661 0.75022 0.88861 1.0277-0.60649 0.60651-57.658 21.448-58.712 21.448-0.40492 0-1.0362-0.3-1.4029-0.66667z" fill="#fdc81e"/> + <path d="m178 340.64-33.5-12.175-0.26134-40.232c-0.23661-36.423-0.10894-40.232 1.3485-40.232 1.6512 0 61.311 21.373 64.913 23.254 1.1 0.57474 2.31 1.5222 2.689 2.1055 0.4554 0.70102 1.3029 0.50794 2.5-0.56958 2.0288-1.8261 64.495-24.79 67.433-24.79 1.8053 0 1.8778 1.5208 1.8778 39.378 0 30.31-0.28783 39.604-1.25 40.362-2.7425 2.1593-66.144 24.391-68.101 23.879-1.1249-0.29415-2.5186-0.14554-3.0972 0.33026-0.633 0.52051-14.396-3.9843-34.552-11.31zm0.47484-83.438c-17.614-6.4353-32.576-12.065-33.25-12.51-0.93251-0.61592-1.2248-10.342-1.2248-40.75 0-39.274 0.03338-39.941 2-39.941 1.1 0 2-0.63098 2-1.4022 0-0.7712 1.2375-1.8451 2.75-2.3864s16.645-6.0197 33.628-12.174c22.08-8.0012 31.625-11.022 33.5-10.6 2.3878 0.53731 2.4432 0.48484 0.62159-0.58836-1.1-0.64805-2.3306-1.6667-2.7347-2.2637-0.40408-0.597-0.74158-18.762-0.75-40.367-0.0142-36.502 0.1085-39.328 1.7347-39.938 0.9625-0.36115 2.2-1.2241 2.75-1.9177 1.3998-1.7652 64.357-24.355 67.89-24.359 1.5894-2e-3 3.3894-0.6534 4-1.4475 0.98048-1.275 63.378-24.556 65.815-24.556 1.2208 0 61.525 21.785 64.06 23.142 1.0396 0.5564 1.6758 1.5705 1.4137 2.2535-0.29242 0.76205 0.35375 1.2154 1.6724 1.1733l2.149-0.068548 0.26136 39.618c0.20404 30.929-0.0153 39.844-1 40.649-1.4695 1.2008-64.705 24.233-66.532 24.233-0.67622 0-1.2395-0.5625-1.2517-1.25s-0.82029-0.2128-1.7957 1.0549c-2.4246 3.1512-66.923 26.795-69.232 25.379-1.0422-0.63909-2.138-0.51979-3.3472 0.36439-0.98876 0.723-2.5415 1.0362-3.4506 0.696-1.4215-0.532-1.4658-0.38858-0.31671 1.0249 0.73485 0.90389 1.0458 2.1131 0.69098 2.6872-0.38392 0.6212 0.39095 1.0438 1.9139 1.0438h2.559v39.378c0 32.98-0.23301 39.571-1.4343 40.568-0.78886 0.65469-16.187 6.5336-34.218 13.064-24.763 8.969-33.108 11.605-34.108 10.774-0.96668-0.80227-1.6375-0.78653-2.4823 0.0582-0.63669 0.63669-1.4051 1.1354-1.7076 1.1082s-14.961-5.3147-32.575-11.75zm37.296-69.013c0.21982-0.65946-0.5166-1.1875-1.6561-1.1875-1.4381 0-1.8749 0.46137-1.4601 1.5423 0.65496 1.7068 2.499 1.4968 3.1162-0.35476zm61.229-30.097c-0.825-0.46674-2.625-1.1236-4-1.4597-2.0838-0.50933-2.0006-0.37052 0.5 0.83393 3.2047 1.5436 6.0083 2.0448 3.5 0.62574zm-11-4c-0.825-0.46674-2.625-1.1236-4-1.4597-2.0838-0.50933-2.0006-0.37052 0.5 0.83393 3.2047 1.5436 6.0083 2.0448 3.5 0.62574zm-10-3.4966c0-0.60605-9.2758-3.6515-9.7321-3.1952-0.21611 0.2161 1.5477 1.0793 3.9196 1.9181 4.6746 1.6533 5.8125 1.9033 5.8125 1.2771zm-15-5.5034c-0.825-0.46674-2.625-1.1236-4-1.4597-2.0838-0.50933-2.0006-0.37052 0.5 0.83393 3.2047 1.5436 6.0083 2.0448 3.5 0.62574zm-11-4c-0.825-0.46674-2.625-1.1236-4-1.4597-2.0838-0.50933-2.0006-0.37052 0.5 0.83393 3.2047 1.5436 6.0083 2.0448 3.5 0.62574zm83.541-16.97c7.3743-3.3497 12.459-11.375 12.459-19.665 0-3.7609-0.53791-5.147-2.9231-7.5321-4.9762-4.9762-12.153-3.7331-18.715 3.2416-4.5006 4.7836-6.362 9.0443-6.362 14.563 0 9.6638 6.4124 13.539 15.541 9.3925zm-27.695-46.951c-2.699-0.44236-3.4109 0.44596-1.8575 2.3177 1.1379 1.3711 1.4133 1.3469 2.575-0.22583 1.123-1.5204 1.025-1.8063-0.71751-2.0919zm73.835-25.763c-0.0999-0.06787-1.8691-0.3838-3.9316-0.70207-3.0897-0.47678-3.75-0.27932-3.75 1.1213 0 0.935 1.0125 2.1715 2.25 2.7478 1.8382 0.856 2.5578 0.67338 3.9316-0.99793 0.92488-1.1251 1.5999-2.1012 1.5-2.1691zm-72.554 190.32c-0.7971-0.7971-1.1278-12.178-1.1278-38.817 0-34.467 0.1496-37.86 1.75-39.686 2.5691-2.9309 66.109-25.766 67.585-24.29 0.82218 0.82218 1.5185 0.5853 2.6406-0.89833 1.6427-2.1719 66.591-26.423 68.163-25.451 0.47339 0.29257 0.86072 18.265 0.86072 39.938 0 37.127-0.10556 39.462-1.8256 40.383-1.0041 0.53736-16.16 6.1875-33.679 12.556-21.667 7.8761-32.18 11.252-32.874 10.558-1.4829-1.4829-2.3252-1.2588-2.8529 0.75906-0.34169 1.3066-7.3515 4.2704-26.367 11.148-14.246 5.1524-29.331 10.619-33.523 12.148-5.6571 2.0632-7.913 2.4892-8.75 1.6522z" fill="#6a8fae"/> + <path d="m182 341.42c-15.675-5.7232-30.412-11.121-32.75-11.996l-4.25-1.5902v-39.417c0-31.128 0.26618-39.417 1.2657-39.417 1.3958 0 61.019 21.547 63.922 23.1 1.7033 0.91158 1.8127 3.3525 1.8127 40.435 0 21.706-0.3375 39.426-0.75 39.378-0.4125-0.0476-13.575-4.7693-29.25-10.493zm34.238-29.622 0.26161-39.201 32.5-11.798c17.875-6.4891 33.068-11.799 33.762-11.799 0.99845-5.6e-4 1.207 8.1617 1 39.131l-0.26161 39.131-32.5 11.85c-17.875 6.5177-33.068 11.859-33.762 11.869-0.99871 0.0145-1.2071-8.1503-1-39.182zm-38.738-55.771-32-11.759-0.26147-39.634c-0.20708-31.389 9.5e-4 -39.625 1-39.591 0.69381 0.0236 15.661 5.3111 33.261 11.75l32 11.707 0.26147 39.75c0.20727 31.509-6e-5 39.728-1 39.644-0.69381-0.05856-15.661-5.3981-33.261-11.866zm38.738-28.124 0.26161-39.097 31.477-11.441c17.312-6.2927 32.505-11.699 33.762-12.015l2.2852-0.57353-0.52342 78.723-32 11.707c-17.6 6.4389-32.793 11.726-33.762 11.75-1.6572 0.0403-1.7461-2.2747-1.5-39.054zm72-26.025 0.26161-39.121 31-11.233c17.05-6.1784 32.012-11.554 33.25-11.946l2.25-0.71271v38.945c0 29.981-0.28773 39.164-1.25 39.899-1.5898 1.2131-62.819 23.338-64.512 23.311-0.99816-0.0159-1.207-8.1892-1-39.141zm70.762-25.243v-39.364l4.25-1.5903c2.3375-0.87464 16.625-6.0729 31.75-11.552 15.125-5.4788 28.288-10.273 29.25-10.653 1.6488-0.65109 1.75 1.5933 1.75 38.809 0 36.691-0.12447 39.549-1.75 40.187-4.1232 1.6196-64.529 23.527-64.872 23.527-0.20779 0-0.3778-17.714-0.3778-39.364zm-177.47-2.1238c-17.031-6.2174-31.11-11.738-31.286-12.268-0.1766-0.5298 14.321-6.2764 32.218-12.77l32.539-11.807 31.694 11.506c17.432 6.3282 31.834 11.927 32.006 12.441 0.29413 0.88239-63.071 24.492-65.205 24.295-0.55-0.0508-14.934-5.1793-31.965-11.397zm67.465-27.849c-16.775-6.158-31.062-11.553-31.75-11.989-0.96557-0.61224-1.25-9.7916-1.25-40.341 0-31.216 0.26336-39.452 1.25-39.091 0.6875 0.2516 15.353 5.5475 32.59 11.769 17.237 6.2212 31.98 11.951 32.762 12.733 1.1884 1.1884 1.3786 7.6795 1.1597 39.588-0.25616 37.344-0.30489 38.171-2.2618 38.347-1.1 0.099-15.725-4.8584-32.5-11.016zm38-27.605c0-28.999 0.30342-39.129 1.1885-39.676 2.4997-1.5449 65.349-24.073 66.062-23.68 0.4125 0.22794 0.75 17.883 0.75 39.234v38.82l-2.75 1.098c-6.1385 2.451-63.804 23.142-64.5 23.143-0.4125 7e-4 -0.75-17.522-0.75-38.94zm28.15 5.3468c4.0909-2.0895 9.4795-9.0094 10.863-13.95 4.3502-15.537-9.7175-23.214-21.526-11.746-14.446 14.029-6.06 34.237 10.663 25.696zm43.85-31.347c0-30.064 0.28495-39.121 1.25-39.732 1.91-1.2093 63.073-23.324 64.512-23.325 0.99848-0.0011 1.207 8.1721 1 39.188l-0.26161 39.19-32.5 11.793c-17.875 6.4863-32.838 11.801-33.25 11.81-0.4125 9e-3 -0.75-17.506-0.75-38.924zm-107.23-28.376c-16.903-6.1509-30.594-11.625-30.423-12.165 0.39652-1.2533 61.318-23.522 64.656-23.633 2.2573-0.07554 62.446 21.227 63.799 22.58 0.31212 0.31212 0.14749 0.94995-0.36585 1.4174-1.5412 1.4034-62.772 23.153-64.933 23.065-1.1-0.04484-15.83-5.1141-32.733-11.265zm72-26c-16.903-6.1509-30.591-11.633-30.418-12.183 0.38904-1.2333 61.317-23.518 64.127-23.454 2.9912 0.0675 64.057 22.54 63.839 23.493-0.25024 1.0941-62.263 23.479-64.809 23.394-1.1026-0.03664-15.835-5.0991-32.738-11.25z" fill="#4779a3"/> + <path d="m179.55 339.48c-17.023-6.186-31.76-11.753-32.75-12.371-1.681-1.0498-1.7998-3.5951-1.7998-38.556 0-24.407 0.35553-37.652 1.0217-38.064 0.92381-0.57094 62.433 20.966 64.24 22.493 0.41905 0.35409 0.64405 17.992 0.5 39.195l-0.26192 38.551zm37.45-27.851v-38.373l32.25-11.641c17.738-6.4025 32.588-11.635 33-11.627 0.4125 8e-3 0.75 17.261 0.75 38.341v38.327l-32.298 11.673c-17.764 6.4199-32.614 11.673-33 11.673s-0.70229-17.268-0.70229-38.373zm-39-56.35c-17.325-6.3312-31.831-12.021-32.235-12.644-1.0622-1.6384-0.94029-75.407 0.12572-76.066 0.49007-0.30288 15.34 4.6757 33 11.063l32.109 11.614v38.878c0 21.383-0.3375 38.83-0.75 38.772s-14.925-5.2856-32.25-11.617zm39-27.053v-38.726l31.75-11.428c17.462-6.2852 32.312-11.621 33-11.856 0.98578-0.33797 1.25 7.7114 1.25 38.081v38.509l-2.75 0.98909c-8.7438 3.1449-58.198 21.206-60.5 22.095l-2.75 1.0622zm72-26.525v-38.301l31.646-11.449c17.405-6.2972 32.035-11.601 32.512-11.787 0.48206-0.18768 0.75018 16.852 0.60449 38.415l-0.26182 38.752-31 11.284c-17.05 6.2063-31.562 11.307-32.25 11.335-0.97913 0.0399-1.25-8.2487-1.25-38.25zm71.238-25.446 0.26174-38.734 25.5-9.2112c14.025-5.0662 28.538-10.331 32.25-11.7l6.75-2.4884-0.012 77.379-24.744 8.9141c-13.609 4.9028-28.237 10.187-32.506 11.744l-7.7617 2.8297 0.26174-38.734zm-177.99-2.5086c-16.638-6.0949-30.25-11.363-30.25-11.707 0-0.64917 61.152-23.039 62.925-23.039 0.55284 0 13.508 4.5489 28.79 10.109 15.282 5.5598 29.056 10.566 30.611 11.124 1.5542 0.55853 2.4542 1.3816 2 1.829-0.96225 0.94797-61.66 22.98-62.955 22.852-0.47897-0.0476-14.483-5.0733-31.121-11.168zm66.25-28.265-31-11.343-0.52314-78.057 3.7616 1.3543c35.221 12.681 59.987 21.922 60.997 22.76 0.97926 0.81271 1.265 9.6058 1.265 38.927 0 35.441-0.11257 37.872-1.75 37.789-0.9625-0.0487-15.7-5.1927-32.75-11.431zm39.738-27.049 0.26174-38.569 65-23.571 0.26206 38.043c0.14413 20.923-0.0895 38.394-0.51921 38.824-0.65916 0.65916-63.744 23.843-64.879 23.843-0.2132 0-0.26985-17.356-0.12589-38.569zm25.086 7.6362c9.7626-3.7117 16.911-17.783 13.356-26.291-5.5301-13.235-24.697-6.8016-29.724 9.9777-2.6425 8.8199 2.1957 17.246 9.9023 17.246 2.2065 0 5.1161-0.41986 6.4658-0.93301zm46.914-33.552 0.26185-38.708 31.373-11.403c17.255-6.2719 31.767-11.403 32.25-11.403 0.48802 0 0.87746 17.013 0.87746 38.332v38.332l-31.25 11.321c-17.188 6.2268-31.818 11.528-32.512 11.78-1.0048 0.36494-1.2085-7.4268-1-38.25zm-107.24-28.453c-16.225-5.9236-29.415-11.135-29.31-11.581 0.10443-0.44609 14.187-5.899 31.295-12.118l31.105-11.307 30.951 11.222c17.023 6.1721 30.953 11.499 30.955 11.838 5e-3 0.93934-61.21 22.939-63.497 22.82-1.1-0.05735-15.275-4.9508-31.5-10.874zm72.182-25.962c-16.125-5.8978-29.253-11.145-29.174-11.661 0.17315-1.1238 58.33-22.438 61.223-22.438 1.8339 0 58.375 20.121 61.578 21.913 1.5038 0.84158-58.962 23.15-62.335 22.998-1.0857-0.04886-15.167-4.9143-31.292-10.812z" fill="#3674a8"/> + <path d="m179.55 339.48c-17.023-6.186-31.76-11.753-32.75-12.371-1.681-1.0498-1.7998-3.5951-1.7998-38.556 0-24.407 0.35553-37.652 1.0217-38.064 0.92381-0.57094 62.433 20.966 64.24 22.493 0.41905 0.35409 0.64405 17.992 0.5 39.195l-0.26192 38.551zm-1.5498-84.201c-17.325-6.3312-31.831-12.021-32.235-12.644-1.0622-1.6384-0.94029-75.407 0.12572-76.066 0.49007-0.30288 15.34 4.6757 33 11.063l32.109 11.614v38.878c0 21.383-0.3375 38.83-0.75 38.772s-14.925-5.2856-32.25-11.617zm4.25-81.532c-16.638-6.0949-30.25-11.363-30.25-11.707 0-0.64917 61.152-23.039 62.925-23.039 0.55284 0 13.508 4.5489 28.79 10.109 15.282 5.5598 29.056 10.566 30.611 11.124 1.5542 0.55853 2.4542 1.3816 2 1.829-0.96225 0.94797-61.66 22.98-62.955 22.852-0.47897-0.0476-14.483-5.0733-31.121-11.168zm66.25-28.265-31-11.343-0.52314-78.057 3.7616 1.3543c35.221 12.681 59.987 21.922 60.997 22.76 0.97926 0.81271 1.265 9.6058 1.265 38.927 0 35.441-0.11257 37.872-1.75 37.789-0.9625-0.0487-15.7-5.1927-32.75-11.431zm4.5-81.419c-16.225-5.9236-29.415-11.135-29.31-11.581 0.10443-0.44609 14.187-5.899 31.295-12.118l31.105-11.307 30.951 11.222c17.023 6.1721 30.953 11.499 30.955 11.838 5e-3 0.93934-61.21 22.939-63.497 22.82-1.1-0.05735-15.275-4.9508-31.5-10.874zm72.182-25.962c-16.125-5.8978-29.253-11.145-29.174-11.661 0.17315-1.1238 58.33-22.438 61.223-22.438 1.8339 0 58.375 20.121 61.578 21.913 1.5038 0.84158-58.962 23.15-62.335 22.998-1.0857-0.04886-15.167-4.9143-31.292-10.812z" fill="#2e6390"/> + </g> + <path d="m113.77 151.17c0-0.29037 5e-3 -0.52796 0.011-0.52796s0.1782-0.0679 0.38251-0.15099l0.37147-0.15098v1.026l-0.11459 0.0546c-0.063 0.03-0.23515 0.10469-0.38251 0.16597l-0.26792 0.11142z" fill="#fff" stroke-width=".035506"/> + <path d="m116.26 150.13v-0.50745l0.34093-0.14219c0.18752-0.0782 0.36008-0.15034 0.38348-0.16029 0.0335-0.0143 0.0406 0.093 0.0333 0.50679l-9e-3 0.52488-0.33262 0.13963c-0.18294 0.0768-0.35133 0.14108-0.37419 0.14285-0.0313 2e-3 -0.0416-0.12181-0.0416-0.50422z" fill="#fff" stroke-width=".035506"/> + <path d="m111.73 149.75c-0.14635-0.0621-0.28065-0.11957-0.29844-0.12761-0.0243-0.011 0.0354-0.043 0.24115-0.12919 0.15042-0.063 0.29033-0.12049 0.31092-0.12774l0.0374-0.0132v0.2571c0 0.14141-6e-3 0.25632-0.0125 0.25535-7e-3 -9.6e-4 -0.13221-0.0526-0.27857-0.11473z" fill="#fff" stroke-width=".017753"/> + <path d="m112.54 148.97c-0.14635-0.0624-0.27225-0.12042-0.27976-0.12888-8e-3 -8e-3 0.10848-0.0669 0.25778-0.12986 0.14929-0.063 0.28454-0.12039 0.30055-0.12763 0.0269-0.0121 0.0291 7e-3 0.0291 0.2447 0 0.19437-5e-3 0.25752-0.0208 0.25651-0.0114-7.5e-4 -0.14053-0.0524-0.28688-0.11484z" fill="#fff" stroke-width=".017753"/> + <path d="m112.53 148.29c-0.15386-0.066-0.28286-0.12348-0.28666-0.12782-4e-3 -4e-3 0.0472-0.0301 0.11343-0.0572 0.0662-0.0271 0.20455-0.0839 0.30745-0.12628l0.1871-0.077v0.25553c0 0.19254-5e-3 0.25517-0.0208 0.25409-0.0114-7.8e-4 -0.14667-0.0554-0.30053-0.12135z" fill="#fff" stroke-width=".017753"/> + <path d="m113.35 147.51c-0.15321-0.0631-0.27854-0.11986-0.27851-0.12611 4e-5 -0.0112 0.57842-0.24985 0.60282-0.24878 7e-3 3e-4 0.0125 0.1114 0.0125 0.2469 0 0.22267-3e-3 0.24618-0.0291 0.24454-0.016-9.9e-4 -0.15446-0.0534-0.30768-0.11655z" fill="#fff" stroke-width=".017753"/> + <path d="m114.76 147.52c-0.0332-0.054-0.0342-0.0977-4e-3 -0.16443 0.047-0.10297 0.15552-0.1786 0.20282-0.14137 0.0499 0.0392 0.0585 0.0986 0.0264 0.18044-0.0383 0.0976-0.0803 0.14244-0.14761 0.15778-0.041 9e-3 -0.0561 3e-3 -0.0779-0.0324z" fill="#fff" stroke-width=".017753"/> + <path d="m115.81 150.44c-0.0507-0.0502-0.0544-0.10156-0.0139-0.1932 0.0257-0.058 0.0571-0.0955 0.10026-0.11954 0.0584-0.0325 0.0658-0.0328 0.10395-4e-3 0.049 0.0366 0.0545 0.11519 0.0147 0.2106-0.0444 0.10649-0.14972 0.16118-0.20507 0.10644z" fill="#fff" stroke-width=".017753"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/qscintilla.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <g transform="translate(0 -291.18)"> + <image x="-4.3368e-19" y="291.18" width="5.8208" height="5.8208" preserveAspectRatio="none" xlink:href="data:image/png;base64,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 "/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/qthelp.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" fill="#000000" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <g fill="#eff0f1"> + <path d="m3.9082 1c-0.17884 0-0.39767 0.090764-0.52148 0.21484-0.71841 0.70514-1.4372 1.4092-2.1602 2.1113-0.12534 0.12105-0.22656 0.33776-0.22656 0.52539v0.0019531c0.00306 3.2518 0.0039062 9.8551 0.0039062 9.9277v0.38867h0.39062c0.052965 0 5.9466-7.4e-4 10.605 0v-0.77344c-4.3818-0.001013-9.8139-0.002953-10.215-0.001953 0-0.54172 0.0011069-6.3912-0.0019531-9.5234 0.71688-0.69597 1.4322-1.3936 2.1445-2.0957h14.289c0 0.48573-3e-3 6.4111 0 9.5313-0.23724 0.22984-0.47219 0.46263-0.70898 0.69336h1.1113c0.050892-0.049367 0.10142-0.099101 0.15234-0.14844 0.13446-0.13164 0.22852-0.35641 0.22852-0.54102-0.003058-3.2427 0-9.9238 0-9.9238v-0.38672h-15.092zm3.7812 2.3242c-0.12381 0-0.24728 0.0032624-0.37109 0.0078124-0.29959 0.012111-0.59392 0.061307-0.88281 0.14453-0.65421 0.19217-1.1458 0.57662-1.4316 1.1895-0.099354 0.21336-0.18274 0.43665-0.25 0.66211-0.18495 0.61738-0.22283 1.2516-0.23047 1.8887-0.00459 0.42974 0.021315 0.858 0.083984 1.2832 0.061141 0.39797 0.15591 0.78836 0.31641 1.1621 0.29042 0.67185 0.80112 1.0927 1.5195 1.2773 0.62517 0.16191 1.257 0.18302 1.9082 0.09375 0.32711 0.52205 0.65549 1.0522 0.99023 1.5879 0.39589-0.18158 0.77344-0.35226 1.1602-0.5293-0.31946-0.50238-0.62746-0.98907-0.93164-1.4688 0.13298-0.11803 0.26469-0.22182 0.38086-0.33984 0.30112-0.31323 0.48234-0.68954 0.60156-1.0996 0.16967-0.5856 0.21323-1.1873 0.22852-1.791 0.010701-0.46757-0.019787-0.93541-0.083984-1.3984-0.061141-0.43125-0.16729-0.85096-0.34766-1.252-0.30724-0.68093-0.82923-1.1073-1.5645-1.2949-0.36226-0.090791-0.72733-0.12153-1.0957-0.12305zm4.6582 0.77539v1.5488h-0.7832v1.1621h0.7832v2.7109c0 0.2981 0.062831 0.62587 0.18359 0.9043 0.10088 0.23454 0.27089 0.39862 0.50781 0.5 0.18037 0.07567 0.36838 0.11661 0.5625 0.13477 0.37143 0.03329 0.80265-0.026284 1.168-0.089844 0.10394-0.01816 0.20678-0.039377 0.31836-0.060547-0.01069-0.31626-0.028718-0.74077-0.054688-1.0449-0.04128-0.00297-0.062997-0.0093525-0.085937-0.0078125-0.24456 0.00911-0.55231 0.048201-0.79688 0.052734-0.10547 0.0015401-0.21247-0.010089-0.31641-0.03125-0.13145-0.027241-0.21917-0.11401-0.25586-0.24414-0.01376-0.054472-0.02819-0.10569-0.03125-0.16016-0.01681-0.20428-0.023861-0.52077-0.025391-0.72656-0.0046-0.73238 0-1.9375 0-1.9375h1.5664v-1.1621h-1.5664v-1.5488h-1.1738zm-4.6973 0.39453c0.23234 0 0.46255 0.026043 0.69336 0.082031 0.39895 0.096843 0.69743 0.30924 0.88086 0.64062 0.1605 0.28448 0.24975 0.58912 0.29102 0.90234 0.048915 0.37829 0.072348 0.76004 0.09375 0.99609-0.019872 0.65521-0.034899 1.1623-0.18164 1.6602-0.030573 0.10593-0.070485 0.21112-0.11328 0.3125-0.16508 0.39948-0.48955 0.64408-0.95117 0.75-0.4662 0.10593-0.93894 0.10642-1.4082 0.0019532-0.49219-0.10891-0.82379-0.37275-0.99805-0.79492-0.14062-0.34198-0.21646-0.69455-0.23633-1.0547-0.022926-0.40402-0.031759-0.81082-0.019531-1.2148 0.010699-0.43731 0.077785-0.86903 0.23828-1.2852 0.033628-0.086246 0.074389-0.17219 0.11719-0.25391 0.18342-0.34349 0.48879-0.55877 0.89844-0.66016 0.23081-0.055988 0.46298-0.082031 0.69531-0.082031z" stroke-width=".38933"/> + <path class="ColorScheme-Text" d="m17 13a4 4 0 0 0-4 4 4 4 0 0 0 4 4 4 4 0 0 0 4-4 4 4 0 0 0-4-4zm-4 0.66667v1.3333l1.3333-1.3333zm4 0a3.3333 3.3333 0 0 1 1.5938 0.40625l-1.0143 1.0143a2 2 0 0 0-0.57943-0.087235 2 2 0 0 0-0.57943 0.087235l-1.0117-1.0117a3.3333 3.3333 0 0 1 1.5911-0.40885zm2.6667 0 1.3333 1.3333v-1.3333zm-5.5938 1.7396 1.0143 1.0143a2 2 0 0 0-0.087235 0.57943 2 2 0 0 0 0.08723 0.57943l-1.0117 1.0117a3.3333 3.3333 0 0 1-0.40885-1.5911 3.3333 3.3333 0 0 1 0.40625-1.5938zm5.8516 0.0026a3.3333 3.3333 0 0 1 0.40885 1.5911 3.3333 3.3333 0 0 1-0.40625 1.5938l-1.0143-1.0143a2 2 0 0 0 0.087239-0.57943 2 2 0 0 0-0.087239-0.57943zm-2.9245 0.25779a1.3333 1.3333 0 0 1 1.3333 1.3333 1.3333 1.3333 0 0 1-1.3333 1.3333 1.3333 1.3333 0 0 1-1.3333-1.3333 1.3333 1.3333 0 0 1 1.3333-1.3333zm-0.57943 3.2461a2 2 0 0 0 0.57943 0.087235 2 2 0 0 0 0.57943-0.08724l1.0117 1.0117a3.3333 3.3333 0 0 1-1.5911 0.40886 3.3333 3.3333 0 0 1-1.5938-0.40625zm-3.4206 0.087235v1.3333h1.3333zm8 0-1.3333 1.3333h1.3333z"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/question.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#232629; + }</style> + </defs> + <path class="ColorScheme-Text" d="m10.959 1c-2.2762 0-4.4289 0.527-6.4594 1.5796l1.0105 2.2339c1.0152-0.4794 1.9275-0.82185 2.7396-1.0303 0.82286-0.20841 1.6613-0.3125 2.5162-0.3125 1.2824 0 2.2664 0.27531 2.9504 0.82764 0.68393 0.55234 1.0258 1.3438 1.0258 2.3755 0 0.55234-0.07383 1.0382-0.22344 1.4551-0.1496 0.41685-0.406 0.83314-0.76934 1.25-0.36332 0.41686-1.128 1.1042-2.2928 2.063-1.4301 1.2542-2.9264 3.4819-3.057 5.8081h2.6l-0.0076-0.03906c0-0.94835 0.17091-1.7095 0.51289-2.2827 0.35266-0.58361 1.0571-1.3188 2.115-2.2046 1.2931-1.0526 2.1548-1.844 2.5822-2.3755 0.43815-0.5315 0.76382-1.093 0.97754-1.687 0.21383-0.59404 0.31991-1.2771 0.31991-2.0483 0-1.7717-0.58205-3.1488-1.7469-4.1284-1.1648-0.99005-2.7633-1.4844-4.7937-1.4844zm-2.5594 17.5v2.5h2.6v-2.5z" color="#232629" fill="#eff0f1"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/quickFindExtend.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + <path class="ColorScheme-Text" d="m1 1v20l20-10z" color="#eff0f1" fill="currentColor" stroke-width="1.25"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/quickFindNext.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + <path class="ColorScheme-Text" d="m1 3v16l10-8zm10 8v8l10-8-10-8z" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/quickFindPrev.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + <path class="ColorScheme-Text" d="m11 3-10 8 10 8v-8zm0 8 10 8v-16z" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/relayout.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m21 11c0 1.8021-0.47865 3.4866-1.3062 4.9438l-0.92285-0.92285 0.0025-0.0025-3.4717-3.4741 0.88379-0.88379 3.1006 3.103c0.29078-0.86953 0.4638-1.7936 0.4638-2.7637 0-4.8475-3.9025-8.75-8.75-8.75-1.4531 0-2.8174 0.35728-4.021 0.979l-0.92285-0.92285c1.4572-0.82756 3.1417-1.3062 4.9438-1.3062 5.54 0 10 4.46 10 10zm-5.0562 8.6938c-1.4573 0.82756-3.1417 1.3062-4.9438 1.3062-5.54 0-10-4.46-10-10 0-1.8021 0.47865-3.4866 1.3062-4.9438l0.85449 0.85449 0.0025-0.00244 3.5352 3.5352-0.88379 0.88379-3.0981-3.0981c-0.29246 0.87162-0.46637 1.7982-0.46637 2.771 0 4.8475 3.9025 8.75 8.75 8.75 1.4531 0 2.8174-0.35729 4.021-0.979z" color="#eff0f1" fill="#da4453" stroke-width="1.25"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/reload.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m21 11c0 1.8021-0.47865 3.4866-1.3062 4.9438l-0.92285-0.92285 0.0025-0.0025-3.4717-3.4741 0.88379-0.88379 3.1006 3.103c0.29078-0.86953 0.4638-1.7936 0.4638-2.7637 0-4.8475-3.9025-8.75-8.75-8.75-1.4531 0-2.8174 0.35728-4.021 0.979l-0.92285-0.92285c1.4572-0.82756 3.1417-1.3062 4.9438-1.3062 5.54 0 10 4.46 10 10zm-5.0562 8.6938c-1.4573 0.82756-3.1417 1.3062-4.9438 1.3062-5.54 0-10-4.46-10-10 0-1.8021 0.47865-3.4866 1.3062-4.9438l0.85449 0.85449 0.0025-0.00244 3.5352 3.5352-0.88379 0.88379-3.0981-3.0981c-0.29246 0.87162-0.46637 1.7982-0.46637 2.771 0 4.8475 3.9025 8.75 8.75 8.75 1.4531 0 2.8174-0.35729 4.021-0.979z" color="#eff0f1" fill="#5fd38d" stroke-width="1.25"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/remsplitHorizontal.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path d="m1 1v20h8.75v-20h-8.75zm10 0v10h1.25v-5h7.5v5h1.25v-10h-10zm-8.75 5h6.25v13.75h-6.25v-13.75z" color="#eff0f1" fill="currentColor"/> + <path class="ColorScheme-NegativeText" d="M 13.2726,12 12,13.2726 15.2274,16.500002 12,19.7274 13.2726,21 16.500002,17.7726 19.7274,21 21,19.7274 17.7726,16.500002 21,13.2726 19.7274,12 16.500002,15.2274 Z" fill="#da4453"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/remsplitVertical.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path d="m1 1v10h20v-10h-20zm1.25 5h5v3.75h-5v-3.75zm6.25 0h11.25v3.75h-11.25v-3.75zm-7.5 7.5v7.5h10v-1.25h-2.5v-5h2.5v-1.25h-10zm1.25 1.25h5v5h-5v-5z" color="#eff0f1" fill="currentColor"/> + <path class="ColorScheme-NegativeText" d="M 13.2726,12 12,13.2726 15.2274,16.500002 12,19.7274 13.2726,21 16.500002,17.7726 19.7274,21 21,19.7274 17.7726,16.500002 21,13.2726 19.7274,12 16.500002,15.2274 Z" fill="#da4453"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/renameBookmark.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 352 352" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <g transform="matrix(21.333 0 0 21.333 5.3333 -22136)"> + <path class="ColorScheme-Text" d="m8 1038.4-2 4-4 1 3 3-1 4 4-2 4 2-1-4 3-3-4-1z" color="#eff0f1" fill="#eff0f1"/> + </g> + <path d="m171.12 272v5.3333h10.667v53.333h-10.667v5.3333h26.667v-5.3333h-10.667v-53.333h10.667v-5.3333zm48 0h18.286q12.011 0 18.106 3.5854 6.1849 3.4958 6.1849 12.28 0 5.6471-3.1373 9.4118-3.1372 3.6751-9.0532 4.7507v0.44818q4.0336 0.62745 7.2605 2.3305 3.3165 1.7031 5.1989 4.8403t1.8824 8.1569q0 8.6947-6.0056 13.445-5.916 4.7507-16.224 4.7507h-22.499zm8.0672 27.249h11.832q8.2465 0 11.294-2.5994 3.0476-2.6891 3.0476-7.888 0-5.2885-3.7647-7.5294-3.6751-2.3305-11.832-2.3305h-10.577zm0 6.7227v23.216h12.908q8.5154 0 11.832-3.3165 3.3165-3.3165 3.3165-8.6947 0-5.0196-3.4958-8.0672-3.4062-3.1372-12.28-3.1372zm-87.42 30.028-7.6764-19.727h-25.261l-7.5872 19.727h-8.1227l24.904-64h7.2301l24.814 64zm-10.086-26.868-7.1409-19.28q-0.26778-0.71409-0.89261-2.5886-0.62482-1.8745-1.2496-3.8382-0.53556-2.053-0.89261-3.1241-0.62482 2.7671-1.4282 5.4449-0.80335 2.5886-1.3389 4.106l-7.2301 19.28z" fill="#eff0f1"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/repeat.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m10.304 1-4.3036 4.375 4.3036 4.375 0.86936-0.88379-2.8194-2.8662h4.6542c3.7466 0 6.7627 3.0662 6.7627 6.875s-3.0162 6.875-6.7627 6.875h-1.8444v1.25h1.8444c4.4277 0 7.9923-3.6238 7.9923-8.125s-3.5646-8.125-7.9923-8.125h-4.6542l2.8194-2.8662-0.86936-0.88379" color="#eff0f1" fill="currentColor"/> + <text x="0.5095368" y="18.891008" fill="#eff0f1" font-family="sans-serif" font-size="10.899px" letter-spacing="0px" stroke-width=".27248" word-spacing="0px" style="line-height:1.25" xml:space="preserve"><tspan x="0.5095368" y="18.891008" fill="#eff0f1" stroke-width=".27248">3x</tspan></text> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/rescan.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m21 11c0 1.8021-0.47865 3.4866-1.3062 4.9438l-0.92285-0.92285 0.0025-0.0025-3.4717-3.4741 0.88379-0.88379 3.1006 3.103c0.29078-0.86953 0.4638-1.7936 0.4638-2.7637 0-4.8475-3.9025-8.75-8.75-8.75-1.4531 0-2.8174 0.35728-4.021 0.979l-0.92285-0.92285c1.4572-0.82756 3.1417-1.3062 4.9438-1.3062 5.54 0 10 4.46 10 10zm-5.0562 8.6938c-1.4573 0.82756-3.1417 1.3062-4.9438 1.3062-5.54 0-10-4.46-10-10 0-1.8021 0.47865-3.4866 1.3062-4.9438l0.85449 0.85449 0.0025-0.00244 3.5352 3.5352-0.88379 0.88379-3.0981-3.0981c-0.29246 0.87162-0.46637 1.7982-0.46637 2.771 0 4.8475 3.9025 8.75 8.75 8.75 1.4531 0 2.8174-0.35729 4.021-0.979z" color="#eff0f1" fill="#5fd38d" stroke-width="1.25"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/resizeColumns.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m6 1-3.75 2.5 3.75 2.5v-5m2.5 0v5l3.75-2.5-3.75-2.5m-7.5 3.75v16.25h1.25v-5h7.5v-8.75h-7.5v-2.5h-1.25m11.25 0v16.25h1.25v-2.5h7.5v-11.25h-7.5v-2.5h-1.25m-10 3.75h6.25v6.25h-6.25v-6.25m11.25 0h6.25v8.75h-6.25v-8.75" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/resourcesCompiler48.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="48" height="48" version="1.1" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg"> + <path d="m8.3994 2c-0.39344 0-0.87432 0.19974-1.1467 0.47272-1.5805 1.5513-3.1644 3.0993-4.755 4.6439-0.27575 0.26632-0.49769 0.74569-0.49769 1.1585v0.00322c0.00673 7.154 0.00673 21.682 0.00673 21.841v0.85233h0.86087c0.16141 0 21.673-0.0034 32.32 0.0034 0.43043 0 0.91804-0.21971 1.1971-0.49269l0.0035-0.0034c1.5637-1.5413 3.1341-3.076 4.7112-4.604 0.29582-0.28962 0.50094-0.78564 0.50094-1.1918-0.0067-7.134 0-21.831 0-21.831v-0.85222zm0.040352 1.7044h31.439c0 1.0686-0.0066 14.105 0 20.969-1.5738 1.5247-3.1442 3.0593-4.7045 4.5973-10.367-0.0067-30.211-0.0067-31.445-0.0034 0-1.1918 0-14.062-0.00673-20.953 1.5771-1.5312 3.1509-3.0659 4.718-4.6105zm8.2758 3.4089c-0.27238 0-0.54141 0.00665-0.81379 0.016742-0.6591 0.026636-1.3081 0.13651-1.9437 0.31959-1.4393 0.42278-2.5187 1.2683-3.1476 2.6166-0.21858 0.46939-0.40353 0.95875-0.55149 1.4548-0.4069 1.3582-0.49097 2.7564-0.50778 4.1579-0.010098 0.94543 0.04708 1.8875 0.18495 2.823 0.13451 0.87552 0.343 1.7311 0.69609 2.5533 0.63893 1.4781 1.7621 2.4069 3.3426 2.813 1.3754 0.3562 2.7642 0.40281 4.1967 0.20641 0.71963 1.1485 1.446 2.3136 2.1824 3.4921 0.87096-0.39949 1.6982-0.77567 2.549-1.1652-0.70282-1.1052-1.3787-2.1738-2.0479-3.2291 0.29256-0.25966 0.58176-0.48936 0.83733-0.74902 0.66247-0.6891 1.0626-1.518 1.3249-2.4202 0.37327-1.2883 0.46742-2.6133 0.50105-3.9415 0.02354-1.0287-0.04371-2.054-0.18495-3.0727-0.13451-0.94876-0.36654-1.8742-0.76335-2.7564-0.67592-1.4982-1.826-2.4369-3.4435-2.8497-0.79698-0.19974-1.6007-0.26632-2.4111-0.26965zm10.25 1.7044v3.4089h-1.7217v2.5567h1.7217v5.9655c0 0.65581 0.13785 1.3749 0.40353 1.9874 0.22193 0.51599 0.59521 0.87885 1.1164 1.1019 0.39681 0.16647 0.81043 0.253 1.2375 0.29295 0.81715 0.07323 1.7655-0.05658 2.5692-0.19641 0.22867-0.03994 0.45398-0.08656 0.69946-0.13314-0.02352-0.69576-0.06054-1.6279-0.11768-2.297-0.09082-0.0064-0.13785-0.01996-0.18832-0.01674-0.53804 0.01996-1.2173 0.1032-1.7554 0.11318-0.23203 0.0034-0.46743-0.01996-0.6961-0.0666-0.2892-0.05993-0.48087-0.24967-0.56158-0.53596-0.03027-0.11983-0.06391-0.23637-0.07064-0.3562-0.03698-0.44941-0.05045-1.1452-0.05381-1.5979-0.01012-1.6112 0-4.2611 0-4.2611h3.4435v-2.5567h-3.4435v-3.4089zm-10.334 0.86886c0.51114 0 1.0189 0.059926 1.5267 0.18308 0.87768 0.21305 1.5334 0.67912 1.937 1.4082 0.35309 0.62585 0.54813 1.295 0.63893 1.9841 0.10762 0.83225 0.15805 1.6712 0.20513 2.1905-0.04371 1.4415-0.07733 2.56-0.40017 3.6552-0.06725 0.23304-0.15134 0.46273-0.24548 0.68577-0.36318 0.87885-1.0794 1.4148-2.095 1.6478-1.0256 0.23304-2.0647 0.23634-3.0971 0.0064-1.0828-0.23951-1.8125-0.82209-2.1959-1.7509-0.30938-0.75235-0.47415-1.528-0.51787-2.3203-0.05044-0.88884-0.07062-1.781-0.04372-2.6698 0.02354-0.96208 0.16814-1.9142 0.52123-2.8296 0.07398-0.18974 0.16478-0.37617 0.25893-0.55594 0.40353-0.75568 1.0761-1.2284 1.9773-1.4514 0.50778-0.12318 1.0189-0.1831 1.5301-0.1831z" fill="#eff0f1" stroke-width=".85654"/> + <g transform="matrix(1.25 0 0 1.25 -385.25 -645.7)" fill="#5fd38d" stroke="#5fd38d"> + <rect x="329" y="537.36" width="8" height="1"/> + <rect x="329" y="541.36" width="16" height="1"/> + <rect x="329" y="548.36" width="16" height="1"/> + <rect x="329" y="545.36" width="8" height="1"/> + <rect x="329" y="552.36" width="12" height=".99998"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/restart.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m21 11c0 1.8021-0.47865 3.4866-1.3062 4.9438l-0.92285-0.92285 0.0025-0.0025-3.4717-3.4741 0.88379-0.88379 3.1006 3.103c0.29078-0.86953 0.4638-1.7936 0.4638-2.7637 0-4.8475-3.9025-8.75-8.75-8.75-1.4531 0-2.8174 0.35728-4.021 0.979l-0.92285-0.92285c1.4572-0.82756 3.1417-1.3062 4.9438-1.3062 5.54 0 10 4.46 10 10zm-5.0562 8.6938c-1.4573 0.82756-3.1417 1.3062-4.9438 1.3062-5.54 0-10-4.46-10-10 0-1.8021 0.47865-3.4866 1.3062-4.9438l0.85449 0.85449 0.0025-0.00244 3.5352 3.5352-0.88379 0.88379-3.0981-3.0981c-0.29246 0.87162-0.46637 1.7982-0.46637 2.771 0 4.8475 3.9025 8.75 8.75 8.75 1.4531 0 2.8174-0.35729 4.021-0.979z" color="#eff0f1" fill="#ffb380" stroke-width="1.25"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/restartDelete.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m13 7c0 1.0813-0.28719 2.092-0.78369 2.9663l-0.55371-0.55371 0.0015-0.00144-2.083-2.0845 0.53027-0.53027 1.8604 1.8618c0.17447-0.52172 0.27828-1.0761 0.27828-1.6582 0-2.9085-2.3415-5.25-5.25-5.25-0.87187 0-1.6904 0.21437-2.4126 0.5874l-0.55371-0.55371c0.87435-0.49654 1.885-0.78369 2.9663-0.78369 3.324 0 6 2.676 6 6zm-3.0337 5.2163c-0.87435 0.49654-1.885 0.78369-2.9663 0.78369-3.324 0-6-2.676-6-6 0-1.0813 0.28719-2.092 0.78369-2.9663l0.5127 0.5127 0.00149-0.00144 2.1211 2.1211-0.53027 0.53027-1.8589-1.8589c-0.17548 0.52295-0.27982 1.0789-0.27982 1.6626 0 2.9085 2.3415 5.25 5.25 5.25 0.87187 0 1.6904-0.21437 2.4126-0.5874z" color="#eff0f1" fill="#ffb380" stroke-width=".75"/> + <path class="ColorScheme-NegativeText" d="m12.414 11-1.414 1.414 3.586 3.586-3.586 3.586 1.414 1.414 3.586-3.586 3.586 3.586 1.414-1.414-3.586-3.586 3.586-3.586-1.414-1.414-3.586 3.586z" fill="#da4453"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/rss16.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="16" height="16" version="1.1" xmlns="http://www.w3.org/2000/svg"> + <g transform="translate(0 -1036.4)" fill="#f27935"> + <path d="m1 1037.4v1.75a12.25 12.25 0 0 1 12.25 12.25h1.75a14 14 0 0 0-14-14zm0 4.375v1.75a7.875 7.875 0 0 1 7.875 7.875h1.75a9.625 9.625 0 0 0-9.625-9.625zm2.1875 5.25a2.1875 2.1875 0 0 0-2.1875 2.1875 2.1875 2.1875 0 0 0 2.1875 2.1875 2.1875 2.1875 0 0 0 2.1875-2.1875 2.1875 2.1875 0 0 0-2.1875-2.1875z" fill="#fc963a" stroke-linecap="round" stroke-width=".0875"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/rss22.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg"> + <g transform="translate(0 -1030.4)" fill="#f27935"> + <path d="m1 1031.4v2.5a17.5 17.5 0 0 1 17.5 17.5h2.5a20 20 0 0 0-20-20zm0 6.25v2.5a11.25 11.25 0 0 1 11.25 11.25h2.5a13.75 13.75 0 0 0-13.75-13.75zm3.125 7.5a3.125 3.125 0 0 0-3.125 3.125 3.125 3.125 0 0 0 3.125 3.125 3.125 3.125 0 0 0 3.125-3.125 3.125 3.125 0 0 0-3.125-3.125z" fill="#fc963a" stroke-linecap="round" stroke-width=".125"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/rss48.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="48" height="48" version="1.1" xmlns="http://www.w3.org/2000/svg"> + <g transform="translate(0 -1004.4)" fill="#f27935"> + <path d="m2 1006.4v5.5a38.5 38.5 0 0 1 38.5 38.5h5.5a44 44 0 0 0-44-44zm0 13.75v5.5a24.75 24.75 0 0 1 24.75 24.75h5.5a30.25 30.25 0 0 0-30.25-30.25zm6.875 16.5a6.875 6.875 0 0 0-6.875 6.875 6.875 6.875 0 0 0 6.875 6.875 6.875 6.875 0 0 0 6.875-6.875 6.875 6.875 0 0 0-6.875-6.875z" fill="#fc963a" stroke-linecap="round" stroke-width=".275"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/runProject.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path d="m3.5 1v2.5h-2.5v3.75h2.5v7.5h-2.5v3.75h2.5v2.5h7.5v-1.25h-6.25v-13.75h15v5h1.25v-10h-17.5zm1.25 1.25h15v2.5h-15v-2.5z" color="#eff0f1" fill="currentColor"/> + <path class="ColorScheme-Text" d="m15.167 11v0.91797a4.1667 4.1667 0 0 0-1.4616 0.60872l-0.65104-0.65104-1.1784 1.1784 0.65104 0.65104a4.1667 4.1667 0 0 0-0.60547 1.4616h-0.92122v1.6667h0.91797a4.1667 4.1667 0 0 0 0.60872 1.4616l-0.65104 0.65104 1.1784 1.1784 0.65104-0.65104a4.1667 4.1667 0 0 0 1.4616 0.60547v0.92122h1.6667v-0.91797a4.1667 4.1667 0 0 0 1.4616-0.60872l0.65104 0.65104 1.1784-1.1784-0.65104-0.65104a4.1667 4.1667 0 0 0 0.60547-1.4616h0.92122v-1.6667h-0.91797a4.1667 4.1667 0 0 0-0.60872-1.4616l0.65104-0.65104-1.1784-1.1784-0.65104 0.65104a4.1667 4.1667 0 0 0-1.4616-0.60547v-0.92122zm0.83333 1.6667a3.3333 3.3333 0 0 1 2.391 1.0107 3.3333 3.3333 0 0 1 0.94238 2.3226 3.3333 3.3333 0 0 1-1.0107 2.391 3.3333 3.3333 0 0 1-2.3226 0.94238 3.3333 3.3333 0 0 1-2.391-1.0107 3.3333 3.3333 0 0 1-0.94238-2.3226 3.3333 3.3333 0 0 1 1.0107-2.391 3.3333 3.3333 0 0 1 2.3226-0.94238zm-0.83333 1.6667v3.3333l2.5-1.6667z" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/runScript.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg"> + <path d="m9.3333 1c-1.8467 0-3.3333 1.4867-3.3333 3.3333h5v1.6667h-6.6667c-1.8467 0-3.3333 1.4867-3.3333 3.3333v3.3333c0 1.8467 1.4867 3.3333 3.3333 3.3333v-1.6667c0-1.4812 0.64983-2.7937 1.6667-3.7077 0.00113-1e-3 0.00211-0.0023 0.00325-0.0032 0.22024-0.19762 0.45764-0.37623 0.70964-0.53385 0.00205-0.0013 0.00445-2e-3 0.00651-0.0033 0.24818-0.15476 0.50993-0.28704 0.7845-0.39715 0.049445-0.0194 0.10278-0.030962 0.15299-0.048825 0.23327-0.084875 0.47095-0.16243 0.71941-0.21159 0.31035-0.05985 0.6287-0.0944 0.95703-0.0944h6.6667v-5c0-1.8467-1.4866-3.3333-3.3333-3.3333zm0 0.83333c0.46167 0 0.83333 0.37167 0.83333 0.83333s-0.37167 0.83333-0.83333 0.83333-0.83333-0.37167-0.83333-0.83333 0.37167-0.83333 0.83333-0.83333zm8.3333 4.1667v1.6667c0 1.4812-0.65308 2.7969-1.6699 3.7109-0.22024 0.19763-0.45764 0.37622-0.70964 0.53385-2e-3 0.0013-0.0045 2e-3 -0.0065 0.0033-0.24818 0.15475-0.50993 0.28703-0.7845 0.39714-0.04945 0.0194-0.10279 0.03098-0.153 0.04883-0.23328 0.08488-0.47096 0.16244-0.71941 0.21159-0.31035 0.05985-0.6287 0.0944-0.95703 0.0944h-6.6667v5c0 1.8466 1.4866 3.3333 3.3333 3.3333h3.3333c1.8467 5e-6 3.3333-1.4867 3.3333-3.3333h-5v-1.6667h6.6667c1.8467 0 3.3333-1.4867 3.3333-3.3333v-3.3333c0-1.8467-1.4867-3.3333-3.3333-3.3333zm-5 12.5c0.46167 0 0.83333 0.37167 0.83333 0.83333 0 0.46167-0.37167 0.83333-0.83333 0.83333-0.46167 0-0.83333-0.37167-0.83333-0.83333 0-0.46167 0.37167-0.83333 0.83333-0.83333z" fill="#f59e16" stroke-width="1.6667"/> + <path d="m3.6449 15.905c-1.0799-0.23814-1.9515-0.96024-2.3667-1.9609-0.23798-0.57353-0.2435-0.6405-0.2435-2.9573 0-2.4426-4.382e-4 -2.4387 0.35679-3.1674 0.15485-0.31587 0.27272-0.47309 0.59404-0.79237 0.61042-0.60654 1.1535-0.87745 1.9611-0.97826 0.24461-0.030533 1.6685-0.0493 3.7405-0.0493h3.3455v-1.678h-5.025l0.020892-0.19809c0.043445-0.41194 0.12282-0.76663 0.2315-1.0344 0.28459-0.70131 0.91079-1.3795 1.5731-1.7036 0.70139-0.34329 0.70088-0.34322 2.9604-0.36191 1.3056-0.010799 2.1368 0.00118 2.3472 0.033828 0.74508 0.1156 1.36 0.42821 1.8771 0.95435 0.38217 0.3888 0.62886 0.78959 0.80494 1.3078l0.12671 0.37288 0.02794 5.6165-3.4628 2.797e-4c-3.7992 2.8e-4 -3.9821 0.010868-4.7579 0.27498-1.6385 0.55781-2.833 1.853-3.3061 3.5847-0.084508 0.30932-0.10069 0.52546-0.11839 1.5818l-0.020511 1.2235-0.19356-0.0037c-0.10646-2e-3 -0.31941-0.03146-0.47322-0.06537zm5.9786-12.448c0.23032-0.096235 0.37788-0.23824 0.48202-0.46388 0.10874-0.23561 0.10887-0.41585 4.85e-4 -0.65447-0.22285-0.4906-0.79509-0.6686-1.2228-0.38036-0.57245 0.38577-0.50672 1.1986 0.11993 1.4832 0.23169 0.10524 0.39574 0.10933 0.62037 0.015472z" fill="#59f" stroke="#59f" stroke-width=".18644"/> + <path d="m3.8769 16.021c-1.2932-0.19009-2.3276-1.0581-2.7783-2.3311-0.10462-0.29556-0.10766-0.35367-0.12435-2.3767-0.02134-2.5866-0.0035742-2.7756 0.32413-3.4486 0.20725-0.42558 0.2898-0.53952 0.64158-0.88559 0.46207-0.45457 0.84593-0.697 1.3787-0.87072 0.35486-0.11571 0.44157-0.12338 1.7945-0.15867 0.78189-0.020394 2.4127-0.038555 3.6239-0.040356l2.2023-0.00327v-1.4915h-5.017l0.039441-0.33792c0.082337-0.70546 0.25768-1.1849 0.61798-1.6898 0.42952-0.60191 1.1146-1.096 1.8194-1.3123 0.25572-0.078458 0.47917-0.085803 2.6102-0.085803h2.3305l0.37288 0.12699c0.53022 0.18057 0.9215 0.42591 1.3262 0.83156 0.39706 0.398 0.6012 0.71448 0.81882 1.2694l0.14988 0.38221 0.05924 5.803h-3.4512c-2.1311 0-3.6243 0.01902-3.9038 0.049728-1.8332 0.20141-3.4435 1.5466-4.0833 3.4109-0.16642 0.48492-0.2114 0.87998-0.21359 1.8762-0.00101 0.46144-0.015071 0.9491-0.031236 1.0837-0.032921 0.27408-0.022253 0.2699-0.50691 0.19866zm5.8238-12.697c0.22793-0.13357 0.39978-0.41605 0.39978-0.65711 0-0.38236-0.38671-0.76907-0.76907-0.76907-0.37964 0-0.76907 0.38942-0.76907 0.76907 0 0.22876 0.1764 0.52469 0.38858 0.65187 0.25028 0.15002 0.49975 0.15176 0.74977 0.00524z" fill="#59f" stroke="#59f" stroke-width=".18644"/> + <path d="m8.4791 20.868c-1.1305-0.3003-2.0097-1.1819-2.3497-2.3563-0.10661-0.36823-0.10735-0.38954-0.10735-3.0975v-2.7267l3.7521-0.0245c4.0868-0.02668 3.7551-0.0052 4.6099-0.299 0.68486-0.23541 1.3543-0.67684 1.9039-1.2554 0.75974-0.7998 1.219-1.7686 1.3618-2.8724 0.02487-0.19227 0.04587-0.77332 0.04666-1.2912l0.0014-0.94166 0.2447 0.025284c1.4235 0.14709 2.5831 1.1278 2.928 2.4764 0.0826 0.32295 0.09004 0.52992 0.09004 2.5022 0 2.3009-0.0047 2.3571-0.24808 2.9596-0.38832 0.96139-1.3874 1.7661-2.4289 1.9562-0.18272 0.03336-1.4679 0.0505-3.7871 0.0505h-3.5105v1.7246h4.9873v0.15458c0 0.69752-0.41873 1.6179-0.98356 2.1619-0.43106 0.41516-0.71671 0.5953-1.2587 0.79375l-0.34464 0.1262-2.2839 0.0118c-2.1321 0.01102-2.3065 0.0058-2.6234-0.07838zm4.5484-0.76527c0.14329-0.07486 0.34581-0.28173 0.42313-0.43224 0.07192-0.13999 0.06565-0.49923-0.01187-0.68041-0.23374-0.54628-0.98118-0.67393-1.3894-0.23729-0.15562 0.16644-0.22436 0.34315-0.22436 0.57672 0 0.33492 0.19378 0.64097 0.48941 0.77292 0.18463 0.08241 0.55566 0.08257 0.71312 3.26e-4z" fill="#fd5" stroke="#fd5" stroke-width=".18644"/> + <path class="ColorScheme-Text" d="m15.167 11v0.91797a4.1667 4.1667 0 0 0-1.4616 0.60872l-0.65104-0.65104-1.1784 1.1784 0.65104 0.65104a4.1667 4.1667 0 0 0-0.60547 1.4616h-0.92122v1.6667h0.91797a4.1667 4.1667 0 0 0 0.60872 1.4616l-0.65104 0.65104 1.1784 1.1784 0.65104-0.65104a4.1667 4.1667 0 0 0 1.4616 0.60547v0.92122h1.6667v-0.91797a4.1667 4.1667 0 0 0 1.4616-0.60872l0.65104 0.65104 1.1784-1.1784-0.65104-0.65104a4.1667 4.1667 0 0 0 0.60547-1.4616h0.92122v-1.6667h-0.91797a4.1667 4.1667 0 0 0-0.60872-1.4616l0.65104-0.65104-1.1784-1.1784-0.65104 0.65104a4.1667 4.1667 0 0 0-1.4616-0.60547v-0.92122zm0.83333 1.6667a3.3333 3.3333 0 0 1 2.391 1.0107 3.3333 3.3333 0 0 1 0.94238 2.3226 3.3333 3.3333 0 0 1-1.0107 2.391 3.3333 3.3333 0 0 1-2.3226 0.94238 3.3333 3.3333 0 0 1-2.391-1.0107 3.3333 3.3333 0 0 1-0.94238-2.3226 3.3333 3.3333 0 0 1 1.0107-2.391 3.3333 3.3333 0 0 1 2.3226-0.94238zm-0.83333 1.6667v3.3333l2.5-1.6667z" fill="#eff0f1"/> + <path d="m15.533 19.269c-0.4302-0.0634-0.64307-0.13437-1.0749-0.35836-0.47377-0.24573-0.86103-0.59206-1.1737-1.0497-1.2419-1.8175-0.39818-4.3021 1.6967-4.9967 0.37079-0.12294 0.53384-0.14542 1.0437-0.1439 0.96674 0.0029 1.6104 0.274 2.3129 0.97419 0.44736 0.44591 0.79151 1.0812 0.90458 1.6698 0.08792 0.45767 0.03557 1.2633-0.10893 1.6765-0.52745 1.5081-2.0581 2.4554-3.6003 2.2282zm0.91367-2.415c0.6441-0.42849 1.1925-0.79857 1.2185-0.82241 0.04074-0.03722-2.2502-1.5987-2.4684-1.6824-0.06685-0.02565-0.07839 0.21826-0.07839 1.6571 0 1.4406 0.01148 1.6827 0.07857 1.657 0.04321-0.01658 0.60557-0.38073 1.2497-0.80922z" fill="#4d4d4d" stroke-width="0"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/safari.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,34 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="48" height="48" version="1.1" viewBox="0 0 12.7 12.7" xmlns="http://www.w3.org/2000/svg"> + <defs> + <linearGradient id="linearGradient2129" x1="412.98" x2="412.98" y1="237.61" y2="59.392" gradientTransform="matrix(.35154 0 0 .35154 206.79 159.77)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#bdbdbd" offset="0"/> + <stop stop-color="#fff" offset="1"/> + </linearGradient> + <radialGradient id="radialGradient2137" cx="413.06" cy="136.82" r="82.125" gradientTransform="matrix(.38143 0 0 .38143 194.54 155.58)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#06c2e7" offset="0"/> + <stop stop-color="#0db8ec" offset=".25"/> + <stop stop-color="#12aef1" offset=".5"/> + <stop stop-color="#1f86f9" offset=".75"/> + <stop stop-color="#107ddd" offset="1"/> + </radialGradient> + <filter id="filter2222" x="-.020909" y="-.022338" width="1.0418" height="1.0447" color-interpolation-filters="sRGB"> + <feGaussianBlur stdDeviation="0.95767362"/> + </filter> + <filter id="filter2248" x="-.048" y="-.048" width="1.096" height="1.096" color-interpolation-filters="sRGB"> + <feGaussianBlur stdDeviation="3.5643107"/> + </filter> + </defs> + <g transform="translate(-318.89 -233.7)"> + <g transform="matrix(.176 0 0 .17697 263.29 202.27)"> + <path transform="matrix(.33865 0 0 .32609 212.12 166.12)" d="m502.08 148.5a89.108 89.108 0 0 1-89.108 89.108 89.108 89.108 0 0 1-89.108-89.108 89.108 89.108 0 0 1 89.108-89.108 89.108 89.108 0 0 1 89.108 89.108z" filter="url(#filter2248)" opacity=".53" style="paint-order:markers stroke fill"/> + <path d="m383.29 211.98a31.325 31.325 0 0 1-31.325 31.325 31.325 31.325 0 0 1-31.325-31.325 31.325 31.325 0 0 1 31.325-31.325 31.325 31.325 0 0 1 31.325 31.325z" fill="url(#linearGradient2129)" stroke="#cdcdcd" stroke-linecap="round" stroke-linejoin="round" stroke-width=".093012" style="paint-order:markers stroke fill"/> + <path d="m380.84 211.98a28.871 28.871 0 0 1-28.871 28.871 28.871 28.871 0 0 1-28.871-28.871 28.871 28.871 0 0 1 28.871-28.871 28.871 28.871 0 0 1 28.871 28.871z" fill="url(#radialGradient2137)" style="paint-order:markers stroke fill"/> + <path d="m351.97 184.61c-0.23319 0-0.42092 0.18772-0.42092 0.42092v4.8552c0 0.2332 0.18773 0.42092 0.42092 0.42092 0.2332 0 0.42092-0.18772 0.42092-0.42092v-4.8552c0-0.2332-0.18772-0.42092-0.42092-0.42092zm-2.7537 0.17404c-0.0279-3e-3 -0.0566-3e-3 -0.0856 3.5e-4 -0.23194 0.0242-0.39917 0.2304-0.37495 0.46234l0.21218 2.0312c0.0242 0.23194 0.23041 0.39918 0.46233 0.37496 0.23195-0.0242 0.39919-0.2304 0.37496-0.46234l-0.212-2.0312c-0.0212-0.20295-0.18177-0.35637-0.37695-0.37532zm5.5266 2e-3c-0.19519 0.0188-0.35578 0.17221-0.37714 0.37513l-0.21363 2.031c-0.0244 0.23192 0.14285 0.43831 0.37478 0.4627 0.23191 0.0244 0.43811-0.14268 0.46251-0.3746l0.21364-2.0312c0.0244-0.23192-0.14286-0.43814-0.37478-0.46252-0.029-3e-3 -0.0575-3e-3 -0.0854-5.2e-4zm-8.3553 0.4082c-0.028 2.2e-4 -0.0565 3e-3 -0.085 9e-3 -0.22814 0.0483-0.37294 0.27089-0.32464 0.49903l1.0055 4.7498c0.0483 0.22814 0.27088 0.37293 0.49902 0.32464 0.22814-0.0483 0.37294-0.27072 0.32465-0.49886l-1.0055-4.75c-0.0423-0.19963-0.21792-0.33543-0.41401-0.3339zm11.184 4e-3c-0.19609-2e-3 -0.3718 0.13394-0.41419 0.33353l-1.009 4.7492c-0.0485 0.22811 0.0962 0.45076 0.32427 0.49922 0.22811 0.0485 0.45076-0.0962 0.49921-0.32428l1.009-4.7493c0.0485-0.2281-0.0962-0.45076-0.32427-0.49921-0.0285-6e-3 -0.057-9e-3 -0.085-9e-3zm-13.883 0.75717c-0.0545-5e-3 -0.11077 1e-3 -0.16622 0.0194-0.22178 0.0721-0.34238 0.3085-0.27031 0.53028l0.6311 1.9424c0.0721 0.22179 0.30868 0.34238 0.53046 0.27032 0.22179-0.0721 0.3422-0.30868 0.27013-0.53046l-0.63109-1.9424c-0.054-0.16634-0.20059-0.27568-0.36407-0.28958zm16.568 1e-3c-0.16348 0.0139-0.30999 0.12324-0.36406 0.28957l-0.63147 1.9422c-0.0721 0.22177 0.0484 0.45837 0.27014 0.53046 0.22178 0.0721 0.45837-0.0484 0.53047-0.27013l0.63146-1.9424c0.0721-0.22178-0.0484-0.45837-0.27014-0.53046-0.0554-0.018-0.11191-0.0239-0.1664-0.0193zm-19.237 0.9759c-0.0547 1e-3 -0.11004 0.013-0.16331 0.0367-0.21298 0.0947-0.30836 0.34244-0.21364 0.55553l1.972 4.4366c0.0947 0.21308 0.34244 0.30836 0.55553 0.21364 0.21298-0.0947 0.30854-0.34244 0.21382-0.55553l-1.9722-4.4366c-0.071-0.15983-0.22817-0.25351-0.39221-0.25033zm21.937 0.0149c-0.16403-3e-3 -0.32132 0.0901-0.39257 0.24979l-1.978 4.4339c-0.095 0.21296-4e-5 0.46088 0.21292 0.55589 0.21297 0.095 0.46088 5e-5 0.5559-0.21291l1.978-4.4339c0.095-0.21297 5e-5 -0.46089-0.21291-0.5559-0.0532-0.0237-0.10864-0.0357-0.16332-0.0369zm-24.415 1.2962c-0.0808-6e-3 -0.16406 0.012-0.23979 0.0558-0.20196 0.1166-0.27065 0.37302-0.15406 0.57497l1.0212 1.7687c0.1166 0.20196 0.373 0.27065 0.57496 0.15405 0.20195-0.1166 0.27065-0.37301 0.15406-0.57497l-1.0212-1.7687c-0.0729-0.12623-0.20047-0.20041-0.33517-0.20983zm26.859 0c-0.13468 9e-3 -0.26211 0.0836-0.33498 0.20983l-1.0213 1.7687c-0.1166 0.20196-0.0477 0.45837 0.15424 0.57497 0.20196 0.1166 0.45837 0.0479 0.57497-0.15405l1.0211-1.7687c0.1166-0.20195 0.0479-0.45837-0.15406-0.57497-0.0757-0.0437-0.15916-0.0614-0.23998-0.0558zm-29.265 1.5007c-0.081 3e-3 -0.16211 0.029-0.2329 0.0803-0.18875 0.13693-0.23048 0.39911-0.0935 0.58787l2.8509 3.93c0.13693 0.18876 0.39929 0.23049 0.58805 0.0936 0.18876-0.13693 0.23049-0.39911 0.0935-0.58787l-2.851-3.93c-0.0856-0.11798-0.22004-0.17847-0.35497-0.17386zm31.701 0.0214c-0.13493-5e-3 -0.26941 0.0555-0.35516 0.17331l-2.8563 3.9261c-0.1372 0.18857-0.0958 0.45086 0.0928 0.58805 0.18858 0.13718 0.45087 0.0959 0.58806-0.0926l2.8561-3.9261c0.13718-0.18858 0.0957-0.45086-0.0928-0.58805-0.0707-0.0514-0.15176-0.0778-0.23272-0.0807zm-33.852 1.7823c-0.10744-6e-3 -0.21708 0.0299-0.30374 0.10791-0.17332 0.15602-0.18725 0.42109-0.0312 0.59441l1.3665 1.518c0.15601 0.17332 0.42109 0.18726 0.59441 0.0312 0.17332-0.15602 0.18726-0.42127 0.0312-0.59459l-1.3663-1.5178c-0.078-0.0867-0.18339-0.13351-0.29085-0.13916zm35.976 3e-3c-0.10745 6e-3 -0.21282 0.0525-0.29084 0.13915l-1.3665 1.5176c-0.15606 0.1733-0.14224 0.43855 0.0311 0.59459 0.17329 0.15604 0.43837 0.14205 0.59441-0.0312l1.3667-1.5176c0.15605-0.17331 0.14205-0.43856-0.0312-0.59459-0.0867-0.078-0.19611-0.11354-0.30357-0.10791zm-38.037 1.977c-0.10745 6e-3 -0.21266 0.0525-0.29067 0.13916-0.15602 0.17332-0.14207 0.43839 0.0312 0.59441l3.6084 3.2483c0.17332 0.15603 0.43839 0.14207 0.5944-0.0312 0.15603-0.17331 0.14226-0.43839-0.0311-0.59441l-3.6086-3.2483c-0.0867-0.078-0.1963-0.11356-0.30376-0.10791zm40.108 0.0142c-0.10745-6e-3 -0.21722 0.0298-0.30393 0.10773l-3.6106 3.2458c-0.17342 0.15589-0.18768 0.42097-0.0318 0.5944 0.1559 0.17342 0.42117 0.18751 0.59459 0.0316l3.6108-3.2458c0.17342-0.1559 0.1875-0.42098 0.0316-0.59441-0.078-0.0867-0.18322-0.13361-0.29066-0.13933zm-41.822 2.19c-0.13494-5e-3 -0.26949 0.0558-0.35515 0.17367-0.13707 0.18866-0.0955 0.4508 0.0932 0.58787l1.6522 1.2004c0.18866 0.13708 0.45079 0.0957 0.58786-0.093 0.13708-0.18866 0.0956-0.45098-0.093-0.58805l-1.6522-1.2004c-0.0707-0.0514-0.15193-0.0776-0.23289-0.0805zm43.535 0.0153c-0.081 3e-3 -0.16211 0.0289-0.23289 0.0803l-1.653 1.1994c-0.18875 0.13694-0.2305 0.39929-0.0936 0.58805 0.13695 0.18875 0.39912 0.23031 0.58787 0.0934l1.6532-1.1994c0.18875-0.13694 0.23031-0.39912 0.0934-0.58787-0.0856-0.11797-0.22004-0.17847-0.35497-0.17385zm-45.137 2.3358c-0.13469 9e-3 -0.26211 0.0836-0.33499 0.20982-0.1166 0.20195-0.0479 0.45837 0.15405 0.57497l4.2046 2.4276c0.20195 0.1166 0.45837 0.0479 0.57497-0.15405s0.0479-0.45837-0.15405-0.57497l-4.2046-2.4276c-0.0757-0.0437-0.15917-0.0614-0.23998-0.0558zm46.727 0c-0.0808-6e-3 -0.16425 0.012-0.23998 0.0558l-4.2046 2.4276c-0.20195 0.1166-0.27065 0.37302-0.15405 0.57497s0.37302 0.27065 0.57497 0.15405l4.2048-2.4276c0.20195-0.1166 0.27064-0.37302 0.15404-0.57497-0.0729-0.12622-0.20048-0.20041-0.33517-0.20982zm-47.939 2.5061c-0.16403-4e-3 -0.32133 0.0899-0.39258 0.2496-0.095 0.21298-6e-5 0.46091 0.21292 0.5559l1.8653 0.83202c0.21298 0.095 0.46091 7e-5 0.5559-0.2129 0.095-0.21298-1.2e-4 -0.46091-0.21309-0.5559l-1.8652-0.83202c-0.0532-0.0238-0.10865-0.0356-0.16332-0.0367zm49.158 0.0173c-0.0547 1e-3 -0.11024 0.013-0.16351 0.0367l-1.8657 0.83057c-0.21304 0.0949-0.3083 0.34267-0.21346 0.55571 0.0949 0.21304 0.34286 0.3083 0.5559 0.21346l1.8657-0.83076c0.21303-0.0948 0.30811-0.34267 0.21327-0.55571-0.0711-0.15978-0.22818-0.25323-0.39221-0.24997zm-50.237 2.602c-0.16349 0.0137-0.31006 0.12291-0.36424 0.28921-0.0722 0.22172 0.048 0.45839 0.26977 0.53064l4.6163 1.5042c0.22171 0.0722 0.45839-0.0481 0.53064-0.26977 0.0722-0.22172-0.048-0.4584-0.26977-0.53064l-4.6163-1.5042c-0.0554-0.0181-0.11192-0.024-0.16641-0.0194zm51.315 0.018c-0.0545-5e-3 -0.11078 1e-3 -0.16623 0.0194l-4.6174 1.5009c-0.22178 0.0721-0.34223 0.30869-0.27014 0.53046 0.0721 0.22177 0.30868 0.34223 0.53046 0.27014l4.6172-1.5009c0.22178-0.0721 0.3424-0.30869 0.27032-0.53046-0.0541-0.16633-0.20077-0.2757-0.36424-0.28957zm-51.987 2.7315c-0.1961-2e-3 -0.37196 0.13412-0.41438 0.33371-0.0485 0.2281 0.0962 0.45073 0.32427 0.49922l1.9978 0.42455c0.2281 0.0485 0.45072-0.0962 0.49921-0.32427 0.0485-0.22811-0.0962-0.45074-0.32427-0.49922l-1.9976-0.42455c-0.0285-6e-3 -0.057-9e-3 -0.085-9e-3zm52.655 4e-3c-0.028 2.3e-4 -0.0563 4e-3 -0.0848 9e-3l-1.9978 0.42437c-0.2281 0.0485-0.37271 0.27093-0.32426 0.49904 0.0485 0.2281 0.2711 0.3729 0.49921 0.32445l1.9976-0.42437c0.2281-0.0485 0.3729-0.27111 0.32445-0.49922-0.0424-0.19959-0.21829-0.33537-0.41437-0.33371zm-53.164 2.7617c-0.1952 0.0187-0.35587 0.17185-0.37731 0.37477-0.0245 0.2319 0.14232 0.43838 0.37422 0.46288l4.8283 0.51048c0.2319 0.0245 0.43838-0.1425 0.46288-0.37441 0.0245-0.2319-0.1425-0.43838-0.37441-0.46288l-4.8283-0.51048c-0.029-3e-3 -0.0575-3e-3 -0.0854-3.5e-4zm53.676 0.0363c-0.0279-3e-3 -0.0566-3e-3 -0.0856 3.5e-4l-4.8288 0.50394c-0.23194 0.0242-0.39914 0.2304-0.37496 0.46233 0.0242 0.23194 0.2304 0.39918 0.46234 0.37496l4.8288-0.50394c0.23193-0.0242 0.39914-0.2304 0.37496-0.46234-0.0212-0.20294-0.1816-0.35634-0.37678-0.37532zm-53.758 2.7947c-0.2332 0-0.42091 0.18772-0.42091 0.42092 0 0.23319 0.18771 0.42091 0.42091 0.42091h2.0423c0.23319 0 0.4211-0.18772 0.4211-0.42091 0-0.2332-0.18791-0.42092-0.4211-0.42092zm51.793 0c-0.23319 0-0.42092 0.18772-0.42092 0.42092 1e-5 0.23319 0.18773 0.42091 0.42092 0.42091h2.0423c0.23319 0 0.42092-0.18772 0.42092-0.42091 0-0.2332-0.18773-0.42092-0.42092-0.42092zm-46.803 2.2946c-0.0279-3e-3 -0.0564-3e-3 -0.0854 3.5e-4l-4.829 0.50394c-0.23194 0.0242-0.39913 0.2304-0.37495 0.46233 0.0242 0.23194 0.2304 0.39918 0.46233 0.37496l4.829-0.50394c0.23194-0.0242 0.39913-0.2304 0.37495-0.46234-0.0212-0.20294-0.18177-0.35634-0.37695-0.37531zm43.853 0.0298c-0.19521 0.0187-0.35588 0.17186-0.37732 0.37478-0.0245 0.2319 0.14233 0.43838 0.37423 0.46288l4.8283 0.51048c0.23191 0.0245 0.43837-0.14251 0.46288-0.37441 0.0245-0.2319-0.14251-0.43838-0.37441-0.46288l-4.8281-0.51048c-0.029-3e-3 -0.0577-3e-3 -0.0856-3.5e-4zm-46.26 2.8436c-0.028 2.4e-4 -0.0565 3e-3 -0.085 9e-3l-1.9978 0.42436c-0.22811 0.0485-0.37271 0.27111-0.32427 0.49922 0.0485 0.22811 0.27111 0.37272 0.49922 0.32427l1.9978-0.42419c0.2281-0.0485 0.37271-0.27111 0.32426-0.49921-0.0424-0.1996-0.2181-0.33537-0.41419-0.33372zm48.669 4e-3c-0.19609-2e-3 -0.37177 0.13394-0.41419 0.33353-0.0485 0.2281 0.096 0.45074 0.32409 0.49922l1.9978 0.42455c0.22809 0.0485 0.45073-0.096 0.49921-0.32409 0.0485-0.2281-0.0962-0.45092-0.32426-0.4994l-1.9976-0.42455c-0.0285-6e-3 -0.057-9e-3 -0.085-9e-3zm-45.305 1.6579c-0.0545-5e-3 -0.11077 1e-3 -0.16622 0.0194l-4.6174 1.5009c-0.22178 0.0721-0.34223 0.30869-0.27014 0.53046 0.0721 0.22178 0.30868 0.34222 0.53046 0.27014l4.6172-1.5009c0.22178-0.0721 0.34241-0.30869 0.27032-0.53046-0.0541-0.16633-0.20077-0.2757-0.36425-0.28957zm41.937 0.0149c-0.16349 0.0137-0.31005 0.12292-0.36423 0.28921-0.0722 0.22173 0.048 0.4584 0.26977 0.53065l4.6163 1.5042c0.22172 0.0722 0.4584-0.0481 0.53064-0.26977 0.0723-0.22172-0.048-0.4584-0.26977-0.53065l-4.6163-1.5042c-0.0554-0.0181-0.11191-0.024-0.16641-0.0194zm-43.699 3.2725c-0.0547 1e-3 -0.11006 0.0128-0.16332 0.0365l-1.8659 0.83075c-0.21304 0.0948-0.30812 0.34267-0.21328 0.55571 0.0949 0.21304 0.34268 0.30812 0.55571 0.21328l1.8659-0.83058c0.21303-0.0948 0.30811-0.34267 0.21327-0.55571-0.0711-0.15978-0.22837-0.25323-0.3924-0.24997zm45.459 0.016c-0.16403-4e-3 -0.32133 0.0899-0.39258 0.24961-0.095 0.21297-6e-5 0.4609 0.21291 0.55589l1.8652 0.83202c0.21297 0.095 0.46091 6e-5 0.5559-0.21291 0.095-0.21297 6e-5 -0.4609-0.21291-0.55589l-1.8652-0.83203c-0.0532-0.0238-0.10864-0.0356-0.16332-0.0367zm-41.826 0.91214c-0.0808-6e-3 -0.16424 0.012-0.23998 0.0558l-4.2046 2.4276c-0.20195 0.1166-0.27065 0.37302-0.15405 0.57497s0.37302 0.27065 0.57497 0.15405l4.2046-2.4274c0.20195-0.1166 0.27064-0.3732 0.15405-0.57515-0.0729-0.12622-0.2003-0.20041-0.33499-0.20982zm38.2 0c-0.13469 9e-3 -0.26229 0.0836-0.33517 0.20982-0.1166 0.20195-0.0479 0.45855 0.15405 0.57515l4.2046 2.4274c0.20196 0.1166 0.45855 0.0479 0.57515-0.15405s0.0479-0.45837-0.15404-0.57497l-4.2048-2.4276c-0.0757-0.0437-0.15899-0.0614-0.2398-0.0558zm-39.249 3.5624c-0.081 3e-3 -0.16211 0.0291-0.2329 0.0805l-1.653 1.1994c-0.18875 0.13694-0.2305 0.39912-0.0936 0.58787 0.13695 0.18875 0.39912 0.2305 0.58787 0.0935l1.6531-1.1994c0.18877-0.13693 0.23051-0.39911 0.0936-0.58786-0.0856-0.11797-0.22022-0.17866-0.35516-0.17404zm40.288 0.0142c-0.13494-5e-3 -0.26948 0.0558-0.35515 0.17367-0.13708 0.18865-0.0955 0.45098 0.0932 0.58805l1.6522 1.2004c0.18866 0.13707 0.4508 0.0955 0.58787-0.0932 0.13707-0.18866 0.0956-0.4508-0.093-0.58787l-1.6522-1.2004c-0.0707-0.0514-0.15193-0.0778-0.23289-0.0807zm-36.544 0.14533c-0.10743-6e-3 -0.21702 0.0298-0.30374 0.10773l-3.6108 3.2458c-0.17342 0.15589-0.18751 0.42098-0.0316 0.59441 0.15589 0.17342 0.42097 0.1875 0.5944 0.0316l3.6108-3.2458c0.17342-0.15589 0.18751-0.42098 0.0316-0.59441-0.0779-0.0867-0.18322-0.13361-0.29067-0.13933zm32.8 0.0116c-0.10745 6e-3 -0.21283 0.0525-0.29084 0.13915-0.15603 0.17332-0.14207 0.43839 0.0312 0.59441l3.6084 3.2483c0.17332 0.15604 0.43857 0.14208 0.59459-0.0312 0.15603-0.17331 0.14207-0.43839-0.0312-0.5944l-3.6086-3.2484c-0.0867-0.078-0.19611-0.11355-0.30356-0.10791zm-29.375 3.0836c-0.13493-5e-3 -0.2696 0.0554-0.35534 0.1733l-2.8561 3.9261c-0.13719 0.18858-0.0959 0.45087 0.0926 0.58805 0.18857 0.13719 0.45087 0.0959 0.58805-0.0927l2.8561-3.9261c0.13718-0.18857 0.0959-0.45086-0.0926-0.58805-0.0707-0.0514-0.15175-0.0778-0.23271-0.0806zm25.936 0.0176c-0.081 3e-3 -0.16211 0.0289-0.2329 0.0803-0.18875 0.13694-0.23048 0.39911-0.0936 0.58787l2.8509 3.93c0.13693 0.18876 0.39911 0.2305 0.58787 0.0936 0.18876-0.13693 0.23049-0.3991 0.0936-0.58786l-2.8509-3.93c-0.0856-0.11797-0.22004-0.17846-0.35498-0.17385zm-29.623 0.6064c-0.10745 6e-3 -0.21282 0.0525-0.29084 0.13915l-1.3665 1.5176c-0.15605 0.1733-0.14223 0.43855 0.0311 0.59459 0.1733 0.15604 0.43837 0.14205 0.5944-0.0313l1.3667-1.5176c0.15606-0.1733 0.14206-0.43856-0.0312-0.59459-0.0867-0.078-0.19611-0.11354-0.30357-0.10791zm33.331 2e-3c-0.10745-6e-3 -0.21691 0.0299-0.30356 0.10791-0.17333 0.156-0.18726 0.42108-0.0313 0.5944l1.3663 1.518c0.15602 0.17333 0.42109 0.18726 0.59442 0.0312 0.17332-0.15601 0.18726-0.42126 0.0312-0.59459l-1.3663-1.5178c-0.078-0.0867-0.18339-0.13351-0.29084-0.13916zm-25.655 1.6837c-0.16403-4e-3 -0.32114 0.0899-0.39239 0.24961l-1.9782 4.4339c-0.095 0.21297-5e-5 0.46089 0.21292 0.5559 0.21296 0.095 0.46089 5e-5 0.55589-0.21291l1.9782-4.4339c0.095-0.21296 5e-5 -0.46089-0.21292-0.55589-0.0532-0.0238-0.10881-0.0356-0.16349-0.0367zm17.956 0.0122c-0.0547 1e-3 -0.11023 0.0128-0.1635 0.0365-0.21297 0.0947-0.30836 0.34244-0.21363 0.55553l1.972 4.4366c0.0947 0.21297 0.34262 0.30836 0.55571 0.21364 0.21298-0.0947 0.30836-0.34244 0.21364-0.55553l-1.972-4.4366c-0.071-0.15973-0.22818-0.25329-0.39221-0.25015zm-21.432 1.3587c-0.13468 9e-3 -0.26212 0.0836-0.33498 0.20982l-1.0212 1.7687c-0.11659 0.20195-0.0479 0.45837 0.15406 0.57497 0.20195 0.1166 0.45837 0.0479 0.57496-0.15405l1.0212-1.7687c0.11659-0.20195 0.0479-0.45837-0.15406-0.57497-0.0757-0.0437-0.15916-0.0614-0.23998-0.0558zm24.934 0c-0.0808-6e-3 -0.16406 0.0121-0.23979 0.0558-0.20195 0.1166-0.27065 0.37302-0.15405 0.57497l1.0211 1.7687c0.1166 0.20195 0.37302 0.27064 0.57496 0.15405 0.20196-0.1166 0.27066-0.37302 0.15406-0.57497l-1.0211-1.7687c-0.0729-0.12622-0.20049-0.20041-0.33518-0.20982zm-17.054 0.0634c-0.19609-2e-3 -0.3718 0.13394-0.41419 0.33354l-1.009 4.7493c-0.0485 0.2281 0.0962 0.45076 0.32427 0.49921 0.22811 0.0485 0.45076-0.0962 0.49922-0.32427l1.009-4.7493c0.0485-0.2281-0.0962-0.45076-0.32427-0.49921-0.0285-6e-3 -0.057-9e-3 -0.085-9e-3zm9.1599 3e-3c-0.028 2.2e-4 -0.0563 3e-3 -0.0848 9e-3 -0.22814 0.0483-0.37294 0.27071-0.32465 0.49885l1.0055 4.75c0.0483 0.22814 0.27088 0.37293 0.49903 0.32464 0.22814-0.0483 0.37293-0.27089 0.32464-0.49903l-1.0057-4.7496c-0.0423-0.19963-0.21793-0.33543-0.41402-0.33391zm-4.5725 0.47905c-0.23319 0-0.42092 0.18772-0.42092 0.42092v4.8552c0 0.2332 0.18773 0.42092 0.42092 0.42092 0.2332 0 0.42092-0.18772 0.42092-0.42092v-4.8552c0-0.2332-0.18772-0.42092-0.42092-0.42092zm-7.7266 1.5689c-0.16347 0.0139-0.31017 0.12324-0.36423 0.28957l-0.63129 1.9424c-0.0721 0.22178 0.0484 0.45837 0.27014 0.53047 0.22177 0.0721 0.45836-0.0486 0.53046-0.27032l0.63128-1.9422c0.0721-0.22177-0.0484-0.45836-0.27013-0.53046-0.0554-0.018-0.11173-0.024-0.16623-0.0194zm15.45 1e-3c-0.0545-5e-3 -0.11078 1e-3 -0.16622 0.0193-0.22178 0.0721-0.34238 0.30868-0.27033 0.53047l0.63111 1.9424c0.0721 0.22179 0.30868 0.3422 0.53046 0.27014 0.22178-0.0721 0.34238-0.3085 0.27032-0.53028l-0.63128-1.9424c-0.0541-0.16634-0.20058-0.27568-0.36406-0.28957zm-10.365 1.0818c-0.1952 0.0188-0.356 0.17203-0.37732 0.37496l-0.21346 2.0312c-0.0244 0.23192 0.14268 0.43812 0.3746 0.46252s0.4383-0.14268 0.4627-0.3746l0.21345-2.031c0.0244-0.23192-0.14268-0.4383-0.37458-0.4627-0.029-3e-3 -0.0575-3e-3 -0.0854-3.5e-4zm5.2674 2e-3c-0.0279-3e-3 -0.0566-3e-3 -0.0856 3.5e-4 -0.23193 0.0242-0.39917 0.2304-0.37495 0.46233l0.21218 2.0314c0.0242 0.23193 0.2304 0.399 0.46234 0.37478 0.23193-0.0242 0.39918-0.23041 0.37496-0.46234l-0.212-2.0312c-0.0212-0.20295-0.18178-0.35637-0.37697-0.37533z" fill="#f4f2f3" style="paint-order:markers stroke fill"/> + <path transform="matrix(.35154 0 0 .35154 206.79 159.77)" d="m469.1 100.61-65.51 38.061-41.42 65.207 60.594-44.881z" filter="url(#filter2222)" opacity=".409" style="paint-order:markers stroke fill"/> + <path transform="matrix(.64804 -.33169 -.36122 .63206 329.21 156.86)" d="m129.84 160.8-23.014-23.014 31.438-8.4238z" fill="#ff5150" style="paint-order:markers stroke fill"/> + <path transform="matrix(-.36122 .63206 .64804 -.33169 297.96 186.7)" d="m129.84 160.8-23.014-23.014 31.438-8.4238z" fill="#f1f1f1" style="paint-order:markers stroke fill"/> + <path d="m331.85 231.19 23.416-15.752 16.815-22.665z" opacity=".243"/> + </g> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/safeBrowsing.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 11.165 11.147" xml:space="preserve" xmlns="http://www.w3.org/2000/svg"> +<style type="text/css"> + .st0{fill:#65B668;} + .st1{fill:#388E3C;} + .st2{clip-path:url(#SVGID_2_);} + .st3{fill:url(#SVGID_3_);} + .st4{clip-path:url(#SVGID_5_);} + .st5{fill:#FAFAFA;} + .st6{fill:#E0E0E0;} + .st7{fill:#FFFFFF;} +</style> + + + + + + + +<g transform="matrix(.46875 0 0 .45603 -1.2028 .090975)"><path class="st1" d="m22.596 3.9584c-1.6253-0.49678-4.7048-1.9508-8.1264-1.9508v21.143s3.2994-2.181 4.6437-3.5138c3.495-3.4653 3.4827-7.1003 3.4827-12.71z" fill="#388e3c" stroke-width=".12168"/><path class="st0" d="m6.3553 3.9826v2.1446c0 5.9492 0.01222 10.045 3.495 13.51 1.3442 1.3328 4.6192 3.5138 4.6192 3.5138v-21.143c-3.4094 0-6.8189 1.5025-8.1142 1.975z" fill="#65b668" stroke-width=".12168"/><path class="st6" d="m22.596 3.9584v-1.6479c0-0.59371-0.81875-1.4176-1.5642-1.4176h-13.259c-0.73321 0-1.4175 0.82393-1.4175 1.4176v1.6479z" fill="#e0e0e0" stroke-width=".12168"/><ellipse class="st7" cx="8.1788" cy="2.5288" rx=".47659" ry=".47255" fill="#fff" stroke-width=".12168"/><ellipse class="st7" cx="9.9263" cy="2.5288" rx=".47659" ry=".47255" fill="#fff" stroke-width=".12168"/><circle cx="14.513" cy="8.4735" r="2.5376" fill="#eff0f1" stroke-width="0"/><path d="m11.148 14.465a4.7873 3.6305 0 0 1 6.7703 0" fill="none" stroke="#eff0f1" stroke-width="1.015"/><path d="m11.878 16.078a3.8623 2.8856 0 0 1 5.4622 0" fill="none" stroke="#eff0f1" stroke-width="1.015"/><path d="m13.263 17.184a1.7538 1.6548 0 0 1 2.4803 0l-1.2401 1.1701z" fill="#eff0f1" stroke="#eff0f1" stroke-width=".51797"/></g></svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/safeBrowsing48.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="48" height="48" version="1.1" viewBox="0 0 24.361 24.32" xml:space="preserve" xmlns="http://www.w3.org/2000/svg"> +<style type="text/css"> + .st0{fill:#65B668;} + .st1{fill:#388E3C;} + .st2{clip-path:url(#SVGID_2_);} + .st3{fill:url(#SVGID_3_);} + .st4{clip-path:url(#SVGID_5_);} + .st5{fill:#FAFAFA;} + .st6{fill:#E0E0E0;} + .st7{fill:#FFFFFF;} +</style> + + + + + + + +<g transform="matrix(1 0 0 1.0033 -2.2952 .09881)"><path class="st1" d="m22.596 3.9584c-1.6253-0.49678-4.7048-1.9508-8.1264-1.9508v21.143s3.2994-2.181 4.6437-3.5138c3.495-3.4653 3.4827-7.1003 3.4827-12.71z" fill="#388e3c" stroke-width=".12168"/><path class="st0" d="m6.3553 3.9826v2.1446c0 5.9492 0.01222 10.045 3.495 13.51 1.3442 1.3328 4.6192 3.5138 4.6192 3.5138v-21.143c-3.4094 0-6.8189 1.5025-8.1142 1.975z" fill="#65b668" stroke-width=".12168"/><path class="st6" d="m22.596 3.9584v-1.6479c0-0.59371-0.81875-1.4176-1.5642-1.4176h-13.259c-0.73321 0-1.4175 0.82393-1.4175 1.4176v1.6479z" fill="#e0e0e0" stroke-width=".12168"/><ellipse class="st7" cx="8.1788" cy="2.5288" rx=".47659" ry=".47255" fill="#fff" stroke-width=".12168"/><ellipse class="st7" cx="9.9263" cy="2.5288" rx=".47659" ry=".47255" fill="#fff" stroke-width=".12168"/><circle cx="14.513" cy="8.4735" r="2.5376" fill="#eff0f1" stroke-width="0"/><path d="m11.148 14.465a4.7873 3.6305 0 0 1 6.7703 0" fill="none" stroke="#eff0f1" stroke-width="1.015"/><path d="m11.878 16.078a3.8623 2.8856 0 0 1 5.4622 0" fill="none" stroke="#eff0f1" stroke-width="1.015"/><path d="m13.263 17.184a1.7538 1.6548 0 0 1 2.4803 0l-1.2401 1.1701z" fill="#eff0f1" stroke="#eff0f1" stroke-width=".51797"/></g></svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/sceneHeightDec.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg"> + <defs> + <linearGradient id="linearGradient4643-8" x2="0" y1="543.8" y2="502.66" gradientTransform="matrix(.41667 0 0 .40833 225.33 322.55)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#c6cdd1" offset="0"/> + <stop stop-color="#e0e5e7" offset="1"/> + </linearGradient> + <linearGradient id="linearGradient4183" x1="391.57" x2="406.57" y1="525.8" y2="540.8" gradientTransform="matrix(.625 0 0 .64286 145.21 194.93)" gradientUnits="userSpaceOnUse"> + <stop offset="0"/> + <stop stop-opacity="0" offset="1"/> + </linearGradient> + </defs> + <g transform="translate(-384.57 -525.8)"> + <rect x="385.57" y="527.8" width="20" height="18" rx="0" fill="url(#linearGradient4643-8)" stroke-width=".63387"/> + <path d="m386.2 544.51 18.75-12.857 0.625 0.64286v13.5l-18.125 2e-5z" fill="url(#linearGradient4183)" fill-rule="evenodd" opacity=".2" stroke-width=".63387"/> + <rect x="385.57" y="527.8" width="20" height="2.5714" fill="#566069" stroke-width=".63387"/> + <rect x="385.57" y="530.37" width="20" height=".64286" fill="#3daee9" stroke-width=".63387"/> + <rect x="386.2" y="531.66" width="18.75" height="12.857" fill="#fff" stroke-width=".63387"/> + <rect x="403.7" y="528.44" width="1.25" height="1.2857" rx=".625" fill="#eff0f1" stroke-width=".63387"/> + <path d="m392.95 533.36h1.6667v-1.7143h1.6667v1.7143h1.6667l-2.5 3.4286-2.5-3.4286" fill="#da4453"/> + <path d="m392.95 542.8h1.6667v1.7143h1.6667v-1.7143h1.6667l-2.5-3.4286-2.5 3.4286" fill="#da4453"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/sceneHeightInc.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg"> + <defs> + <linearGradient id="linearGradient4643-8" x2="0" y1="543.8" y2="502.66" gradientTransform="matrix(.41667 0 0 .40833 225.33 322.55)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#c6cdd1" offset="0"/> + <stop stop-color="#e0e5e7" offset="1"/> + </linearGradient> + <linearGradient id="linearGradient4183" x1="391.57" x2="406.57" y1="525.8" y2="540.8" gradientTransform="matrix(.625 0 0 .64286 145.21 194.93)" gradientUnits="userSpaceOnUse"> + <stop offset="0"/> + <stop stop-opacity="0" offset="1"/> + </linearGradient> + </defs> + <g transform="translate(-384.57 -525.8)"> + <rect x="385.57" y="527.8" width="20" height="18" rx="0" fill="url(#linearGradient4643-8)" stroke-width=".63387"/> + <path d="m386.2 544.51 18.75-12.857 0.625 0.64286v13.5l-18.125 2e-5z" fill="url(#linearGradient4183)" fill-rule="evenodd" opacity=".2" stroke-width=".63387"/> + <rect x="385.57" y="527.8" width="20" height="2.5714" fill="#566069" stroke-width=".63387"/> + <rect x="385.57" y="530.37" width="20" height=".64286" fill="#3daee9" stroke-width=".63387"/> + <rect x="386.2" y="531.66" width="18.75" height="12.857" fill="#fff" stroke-width=".63387"/> + <rect x="403.7" y="528.44" width="1.25" height="1.2857" rx=".625" fill="#eff0f1" stroke-width=".63387"/> + <path d="m392.95 535.08h1.6667v1.7143h1.6667v-1.7143h1.6667l-2.5-3.4286-2.5 3.4286" fill="#da4453"/> + <path d="m392.95 541.08h1.6667v-1.7143h1.6667v1.7143h1.6667l-2.5 3.4286-2.5-3.4286" fill="#da4453"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/sceneSize.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg"> + <defs> + <linearGradient id="linearGradient4643-8" x2="0" y1="543.8" y2="502.66" gradientTransform="matrix(.41667 0 0 .40833 225.33 322.55)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#c6cdd1" offset="0"/> + <stop stop-color="#e0e5e7" offset="1"/> + </linearGradient> + <linearGradient id="linearGradient4183" x1="391.57" x2="406.57" y1="525.8" y2="540.8" gradientTransform="matrix(.625 0 0 .64286 145.21 194.93)" gradientUnits="userSpaceOnUse"> + <stop offset="0"/> + <stop stop-opacity="0" offset="1"/> + </linearGradient> + </defs> + <g transform="translate(-384.57 -525.8)"> + <rect x="385.57" y="527.8" width="20" height="18" rx="0" fill="url(#linearGradient4643-8)" stroke-width=".63387"/> + <path d="m386.2 544.51 18.75-12.857 0.625 0.64286v13.5l-18.125 2e-5z" fill="url(#linearGradient4183)" fill-rule="evenodd" opacity=".2" stroke-width=".63387"/> + <rect x="385.57" y="527.8" width="20" height="2.5714" fill="#566069" stroke-width=".63387"/> + <rect x="385.57" y="530.37" width="20" height=".64286" fill="#3daee9" stroke-width=".63387"/> + <rect x="386.2" y="531.66" width="18.75" height="12.857" fill="#fff" stroke-width=".63387"/> + <rect x="403.7" y="528.44" width="1.25" height="1.2857" rx=".625" fill="#eff0f1" stroke-width=".63387"/> + <path d="m389.47 540.8v-1.7143h1.6624v-1.7143h-1.6624v-1.7143l-3.3249 2.5714 3.3249 2.5714" fill="#da4453"/> + <path d="m401.57 540.8v-1.7143h-1.6624v-1.7143h1.6624v-1.7143l3.3249 2.5714-3.3249 2.5714" fill="#da4453"/> + <path d="m392.95 535.08h1.6667v1.7143h1.6667v-1.7143h1.6667l-2.5-3.4286-2.5 3.4286" fill="#da4453"/> + <path d="m392.95 541.08h1.6667v-1.7143h1.6667v1.7143h1.6667l-2.5 3.4286-2.5-3.4286" fill="#da4453"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/sceneWidthDec.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg"> + <defs> + <linearGradient id="linearGradient4643-8" x2="0" y1="543.8" y2="502.66" gradientTransform="matrix(.41667 0 0 .40833 225.33 322.55)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#c6cdd1" offset="0"/> + <stop stop-color="#e0e5e7" offset="1"/> + </linearGradient> + <linearGradient id="linearGradient4183" x1="391.57" x2="406.57" y1="525.8" y2="540.8" gradientTransform="matrix(.625 0 0 .64286 145.21 194.93)" gradientUnits="userSpaceOnUse"> + <stop offset="0"/> + <stop stop-opacity="0" offset="1"/> + </linearGradient> + </defs> + <g transform="translate(-384.57 -525.8)"> + <rect x="385.57" y="527.8" width="20" height="18" rx="0" fill="url(#linearGradient4643-8)" stroke-width=".63387"/> + <path d="m386.2 544.51 18.75-12.857 0.625 0.64286v13.5l-18.125 2e-5z" fill="url(#linearGradient4183)" fill-rule="evenodd" opacity=".2" stroke-width=".63387"/> + <rect x="385.57" y="527.8" width="20" height="2.5714" fill="#566069" stroke-width=".63387"/> + <rect x="385.57" y="530.37" width="20" height=".64286" fill="#3daee9" stroke-width=".63387"/> + <rect x="386.2" y="531.66" width="18.75" height="12.857" fill="#fff" stroke-width=".63387"/> + <rect x="403.7" y="528.44" width="1.25" height="1.2857" rx=".625" fill="#eff0f1" stroke-width=".63387"/> + <path d="m387.81 540.8v-1.7143h-1.6624v-1.7143h1.6624v-1.7143l3.3249 2.5714-3.3249 2.5714" fill="#da4453"/> + <path d="m403.24 540.8v-1.7143h1.6624v-1.7143h-1.6624v-1.7143l-3.3249 2.5714 3.3249 2.5714" fill="#da4453"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/sceneWidthInc.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg"> + <defs> + <linearGradient id="linearGradient4643-8" x2="0" y1="543.8" y2="502.66" gradientTransform="matrix(.41667 0 0 .40833 225.33 322.55)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#c6cdd1" offset="0"/> + <stop stop-color="#e0e5e7" offset="1"/> + </linearGradient> + <linearGradient id="linearGradient4183" x1="391.57" x2="406.57" y1="525.8" y2="540.8" gradientTransform="matrix(.625 0 0 .64286 145.21 194.93)" gradientUnits="userSpaceOnUse"> + <stop offset="0"/> + <stop stop-opacity="0" offset="1"/> + </linearGradient> + </defs> + <g transform="translate(-384.57 -525.8)"> + <rect x="385.57" y="527.8" width="20" height="18" rx="0" fill="url(#linearGradient4643-8)" stroke-width=".63387"/> + <path d="m386.2 544.51 18.75-12.857 0.625 0.64286v13.5l-18.125 2e-5z" fill="url(#linearGradient4183)" fill-rule="evenodd" opacity=".2" stroke-width=".63387"/> + <rect x="385.57" y="527.8" width="20" height="2.5714" fill="#566069" stroke-width=".63387"/> + <rect x="385.57" y="530.37" width="20" height=".64286" fill="#3daee9" stroke-width=".63387"/> + <rect x="386.2" y="531.66" width="18.75" height="12.857" fill="#fff" stroke-width=".63387"/> + <rect x="403.7" y="528.44" width="1.25" height="1.2857" rx=".625" fill="#eff0f1" stroke-width=".63387"/> + <path d="m389.47 540.8v-1.7143h1.6624v-1.7143h-1.6624v-1.7143l-3.3249 2.5714 3.3249 2.5714" fill="#da4453"/> + <path d="m401.57 540.8v-1.7143h-1.6624v-1.7143h1.6624v-1.7143l3.3249 2.5714-3.3249 2.5714" fill="#da4453"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/screenCapture.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,30 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg"> + <defs> + <linearGradient id="linearGradient4338" x2="0" y1="538.8" y2="519.8" gradientTransform="matrix(.6875 0 0 .86466 118.12 77.347)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#2a2c2f" offset="0"/> + <stop stop-color="#424649" offset="1"/> + </linearGradient> + <linearGradient id="linearGradient4346" x2="0" y1="542.8" y2="538.8" gradientTransform="matrix(.6875 0 0 .71429 120.18 158.37)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#c6cdd1" offset="0"/> + <stop stop-color="#e0e5e7" offset="1"/> + </linearGradient> + <linearGradient id="linearGradient4358" x2="0" y1="535.8" y2="520.8" gradientTransform="matrix(.85938 0 0 .85715 51.33 81.112)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#60a5e7" stop-opacity="0" offset="0"/> + <stop stop-color="#a6f3fb" stop-opacity=".25773" offset="1"/> + </linearGradient> + <linearGradient id="linearGradient4173" x1="393.57" x2="410.57" y1="519.8" y2="536.8" gradientTransform="matrix(.6875 0 0 .71429 120.18 156.94)" gradientUnits="userSpaceOnUse"> + <stop offset="0"/> + <stop stop-opacity="0" offset="1"/> + </linearGradient> + </defs> + <g transform="translate(-384.57 -525.8)"> + <rect x="384.57" y="526.8" width="22" height="16.429" fill="url(#linearGradient4338)" stroke-width=".70077"/> + <rect x="393.51" y="543.23" width="4.125" height="2.8571" fill="url(#linearGradient4346)" stroke-width=".70077"/> + <rect x="391.45" y="546.08" width="8.25" height=".71429" fill="#99a1a7" stroke-width=".70077"/> + <path d="m385.26 540.37 2.75 2.8572h18.563v-15l-0.6875-0.71428z" fill="url(#linearGradient4173)" fill-rule="evenodd" opacity=".2" stroke-width=".70077"/> + <rect x="385.26" y="527.51" width="20.625" height="12.857" fill="#fff" stroke-width=".70077"/> + <rect x="385.26" y="527.51" width="20.625" height="12.857" fill="url(#linearGradient4358)" stroke-width=".70077"/> + <path class="ColorScheme-Text" d="m399.46 528.3v0.78572h-10.889v10.214h14v-10.214h-0.77776v-0.78572zm-10.111 1.5714h12.444v8.6428h-12.444zm4.2778 0.78572a3.5 3.5357 0 0 0-3.5 3.5357 3.5 3.5357 0 0 0 3.5 3.5357 3.5 3.5357 0 0 0 3.5-3.5357 3.5 3.5357 0 0 0-3.5-3.5357zm0 0.7857a2.7222 2.75 0 0 1 2.7222 2.75 2.7222 2.75 0 0 1-2.7222 2.75 2.7222 2.75 0 0 1-2.7222-2.75 2.7222 2.75 0 0 1 2.7222-2.75z" fill="currentColor"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/scrollAll.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg"> + <g transform="translate(-384.57 -525.8)" fill="#eff0f1"> + <path d="m388.9 539.3v-1.6667h1.6667v-1.6667h-1.6667v-1.6667l-3.3333 2.5 3.3333 2.5"/> + <path d="m402.24 539.3v-1.6667h-1.6667v-1.6667h1.6667v-1.6667l3.3333 2.5-3.3333 2.5"/> + <path d="m393.07 530.13h1.6667v1.6667h1.6667v-1.6667h1.6667l-2.5-3.3333-2.5 3.3333"/> + <path d="m393.07 543.46h1.6667v-1.6667h1.6667v1.6667h1.6667l-2.5 3.3333-2.5-3.3333"/> + <circle cx="395.57" cy="536.8" r="2"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/scrollHorizontal.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg"> + <g transform="translate(-384.57 -525.8)" fill="#eff0f1"> + <path d="m388.9 539.3v-1.6667h1.6667v-1.6667h-1.6667v-1.6667l-3.3333 2.5 3.3333 2.5"/> + <path d="m402.24 539.3v-1.6667h-1.6667v-1.6667h1.6667v-1.6667l3.3333 2.5-3.3333 2.5"/> + <circle cx="395.57" cy="536.8" r="2"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/scrollVertical.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg"> + <g transform="translate(-384.57 -525.8)" fill="#eff0f1"> + <path d="m393.07 530.13h1.6667v1.6667h1.6667v-1.6667h1.6667l-2.5-3.3333-2.5 3.3333"/> + <path d="m393.07 543.46h1.6667v-1.6667h1.6667v1.6667h1.6667l-2.5 3.3333-2.5-3.3333"/> + <circle cx="395.57" cy="536.8" r="2"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/securityHigh.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + } + .ColorScheme-PositiveText { + color:#27ae60; + }</style> + </defs> + <g transform="matrix(1.25 0 0 1.25 -2.75 -1290.7)"> + <path class="ColorScheme-Text" transform="translate(0 1030.4)" d="m11 3s-2 2.6575-8 3.3242c0 0 0 9.3339 8 12.676 8-3.3419 8-12.676 8-12.676-6-0.6667-8-3.3242-8-3.3242zm0 1.377c1.587 1.3447 3.8772 2.2418 6.8457 2.6934-0.16126 1.4452-0.31588 2.5328-0.68945 3.584-0.78509 2.2091-1.7005 3.553-2.5215 4.5195-1.2722 1.4977-2.4276 2.1038-3.6348 2.707-1.2072-0.6032-2.3625-1.2093-3.6348-2.707-0.82101-0.9665-1.7364-2.3104-2.5215-4.5195-0.37358-1.0512-0.52819-2.1388-0.68945-3.584 2.9685-0.4516 5.2587-1.3487 6.8457-2.6934zm0 1.1992c-1.7435 1.2103-3.7022 1.8232-5.668 2.2402 0.93085 5.282 2.9361 7.5407 5.668 8.9551 2.7319-1.4144 4.7371-3.6731 5.668-8.9551-1.9658-0.417-3.9245-1.0299-5.668-2.2402z" color="#eff0f1" fill="currentColor"/> + <path class="ColorScheme-PositiveText" d="m15 1041.4c2.216 0 4 1.784 4 4s-1.784 4-4 4-4-1.784-4-4 1.784-4 4-4z" color="#27ae60" fill="currentColor"/> + <path transform="translate(0 1030.4)" d="m17 13-3 3-1-1-1 1 2 2 4-4z" fill="#fff"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/securityHigh32.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="32" height="32" version="1.1" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + } + .ColorScheme-PositiveText { + color:#27ae60; + }</style> + </defs> + <g transform="matrix(1.875 0 0 1.875 -4.625 -1936.6)"> + <path class="ColorScheme-Text" transform="translate(0 1030.4)" d="m11 3s-2 2.6575-8 3.3242c0 0 0 9.3339 8 12.676 8-3.3419 8-12.676 8-12.676-6-0.6667-8-3.3242-8-3.3242zm0 1.377c1.587 1.3447 3.8772 2.2418 6.8457 2.6934-0.16126 1.4452-0.31588 2.5328-0.68945 3.584-0.78509 2.2091-1.7005 3.553-2.5215 4.5195-1.2722 1.4977-2.4276 2.1038-3.6348 2.707-1.2072-0.6032-2.3625-1.2093-3.6348-2.707-0.82101-0.9665-1.7364-2.3104-2.5215-4.5195-0.37358-1.0512-0.52819-2.1388-0.68945-3.584 2.9685-0.4516 5.2587-1.3487 6.8457-2.6934zm0 1.1992c-1.7435 1.2103-3.7022 1.8232-5.668 2.2402 0.93085 5.282 2.9361 7.5407 5.668 8.9551 2.7319-1.4144 4.7371-3.6731 5.668-8.9551-1.9658-0.417-3.9245-1.0299-5.668-2.2402z" color="#eff0f1" fill="currentColor"/> + <path class="ColorScheme-PositiveText" d="m15 1041.4c2.216 0 4 1.784 4 4s-1.784 4-4 4-4-1.784-4-4 1.784-4 4-4z" color="#27ae60" fill="currentColor"/> + <path transform="translate(0 1030.4)" d="m17 13-3 3-1-1-1 1 2 2 4-4z" fill="#fff"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/securityLow.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + } + .ColorScheme-NegativeText { + color:#da4453; + }</style> + </defs> + <path class="ColorScheme-Text" d="m11 1s-2.5 3.3219-10 4.1553c0 0 0 11.667 10 15.845 10-4.1774 10-15.845 10-15.845-7.5-0.83338-10-4.1553-10-4.1553zm0 1.7212c1.9837 1.6809 4.8464 2.8022 8.5571 3.3667-0.20157 1.8065-0.39484 3.166-0.86182 4.48-0.98136 2.7614-2.1256 4.4413-3.1519 5.6494-1.5903 1.8721-3.0345 2.6298-4.5435 3.3838-1.509-0.754-2.9532-1.5117-4.5435-3.3838-1.0263-1.2081-2.1705-2.888-3.1519-5.6494-0.46697-1.314-0.66024-2.6735-0.86182-4.48 3.7107-0.5645 6.5734-1.6858 8.5571-3.3667z" color="#eff0f1" fill="currentColor"/> + <path class="ColorScheme-NegativeText" d="m12 11c-0.55402 0-1 0.446-1 1v6c0 0.5541 0.44598 1 1 1h6c0.55402 0 1-0.4459 1-1v-6c0-0.554-0.44598-1-1-1h-6z" fill="currentColor"/> + <path d="m13 12-1 1 2 2-2 2 1 1 2-2 2 2 1-1-2-2 2-2-1-1-2 2-2-2z" fill="#fff"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/securityLow32.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="32" height="32" version="1.1" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + } + .ColorScheme-NegativeText { + color:#da4453; + }</style> + </defs> + <path class="ColorScheme-Text" d="m16 1s-3.75 4.9828-15 6.2329c0 0 0 17.501 15 23.767 15-6.2661 15-23.767 15-23.767-11.25-1.2501-15-6.2329-15-6.2329zm0 2.5818c2.9756 2.5213 7.2697 4.2033 12.836 5.05-0.30236 2.7097-0.59226 4.749-1.2927 6.72-1.472 4.1421-3.1884 6.6619-4.7278 8.4741-2.3854 2.8082-4.5517 3.9447-6.8152 5.0757-2.2635-1.131-4.4298-2.2675-6.8152-5.0757-1.5394-1.8122-3.2557-4.3321-4.7278-8.4741-0.70046-1.971-0.99036-4.0102-1.2927-6.72 5.566-0.84675 9.8601-2.5287 12.836-5.05z" color="#eff0f1" fill="currentColor"/> + <path class="ColorScheme-NegativeText" d="m17.5 16c-0.83103 0-1.5 0.669-1.5 1.5v9c0 0.83115 0.66897 1.5 1.5 1.5h9c0.83103 0 1.5-0.66885 1.5-1.5v-9c0-0.831-0.66897-1.5-1.5-1.5z" color="#da4453" fill="currentColor"/> + <path d="m19 17.5-1.5 1.5 3 3-3 3 1.5 1.5 3-3 3 3 1.5-1.5-3-3 3-3-1.5-1.5-3 3z" fill="#fff" stroke-width="1.5"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/securityMedium.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + } + .ColorScheme-NeutralText { + color:#f67400; + }</style> + </defs> + <g transform="matrix(1.1765 0 0 1.25 -2.5294 -1290.7)"> + <path class="ColorScheme-Text" transform="translate(0 1030.4)" d="m11 3s-2 2.6575-8 3.3242c0 0 0 9.3339 8 12.676 8-3.3419 8-12.676 8-12.676-6-0.6667-8-3.3242-8-3.3242zm0 1.377c1.587 1.3448 3.8772 2.2418 6.8457 2.6934-0.16126 1.4452-0.31588 2.5328-0.68945 3.584-0.78509 2.2091-1.7005 3.553-2.5215 4.5195-1.2722 1.4976-2.4276 2.1039-3.6348 2.707-1.2072-0.60317-2.3625-1.2094-3.6348-2.707-0.82101-0.9665-1.7364-2.3104-2.5215-4.5195-0.37358-1.0512-0.52819-2.1388-0.68945-3.584 2.9685-0.45158 5.2587-1.3486 6.8457-2.6934zm0 1.1992c-1.7435 1.2103-3.7022 1.8232-5.668 2.2402 0.93085 5.282 2.9361 7.5407 5.668 8.9551z" color="#eff0f1" fill="currentColor"/> + <path class="ColorScheme-NeutralText" d="m15.5 1041.4h0.0039a0.5 0.5 0 0 1 0.43945 0.2695h0.0039l3.9863 6.9746h-2e-3a0.5 0.5 0 0 1 0.06836 0.252 0.5 0.5 0 0 1-0.5 0.5h-8a0.5 0.5 0 0 1-0.5-0.5 0.5 0.5 0 0 1 0.06836-0.252h-2e-3l3.9863-6.9727h2e-3a0.5 0.5 0 0 1 2e-3 0 0.5 0.5 0 0 1 0.44336-0.2715z" color="#f67400" fill="currentColor"/> + <path transform="translate(0 1030.4)" d="m15 13v3h1v-3zm0 4v1h1v-1z" fill="#fff"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/securityMedium32.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="32" height="32" version="1.1" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + } + .ColorScheme-NeutralText { + color:#f67400; + }</style> + </defs> + <g transform="matrix(1.7647 0 0 1.875 -4.2941 -1936.6)"> + <path class="ColorScheme-Text" transform="translate(0 1030.4)" d="m11 3s-2 2.6575-8 3.3242c0 0 0 9.3339 8 12.676 8-3.3419 8-12.676 8-12.676-6-0.6667-8-3.3242-8-3.3242zm0 1.377c1.587 1.3448 3.8772 2.2418 6.8457 2.6934-0.16126 1.4452-0.31588 2.5328-0.68945 3.584-0.78509 2.2091-1.7005 3.553-2.5215 4.5195-1.2722 1.4976-2.4276 2.1039-3.6348 2.707-1.2072-0.60317-2.3625-1.2094-3.6348-2.707-0.82101-0.9665-1.7364-2.3104-2.5215-4.5195-0.37358-1.0512-0.52819-2.1388-0.68945-3.584 2.9685-0.45158 5.2587-1.3486 6.8457-2.6934zm0 1.1992c-1.7435 1.2103-3.7022 1.8232-5.668 2.2402 0.93085 5.282 2.9361 7.5407 5.668 8.9551z" color="#eff0f1" fill="currentColor"/> + <path class="ColorScheme-NeutralText" d="m15.5 1041.4h0.0039a0.5 0.5 0 0 1 0.43945 0.2695h0.0039l3.9863 6.9746h-2e-3a0.5 0.5 0 0 1 0.06836 0.252 0.5 0.5 0 0 1-0.5 0.5h-8a0.5 0.5 0 0 1-0.5-0.5 0.5 0.5 0 0 1 0.06836-0.252h-2e-3l3.9863-6.9727h2e-3a0.5 0.5 0 0 1 2e-3 0 0.5 0.5 0 0 1 0.44336-0.2715z" color="#f67400" fill="currentColor"/> + <path transform="translate(0 1030.4)" d="m15 13v3h1v-3zm0 4v1h1v-1z" fill="#fff"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/select.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m11 1c-0.84401 5e-3 -1.684 0.11624-2.5 0.33203v1.3062a8.75 8.75 0 0 0-1.6455 0.68115l-0.92529-0.92529c-1.4587 0.86006-2.6751 2.0765-3.5352 3.5352l0.92529 0.92529a8.75 8.75 0 0 0-0.6836 1.6455h-1.311c-0.21328 0.8163-0.32237 1.6563-0.32471 2.5 5e-3 0.84401 0.11626 1.684 0.33203 2.5h1.3062a8.75 8.75 0 0 0 0.68115 1.6455l-0.92529 0.92529c0.86006 1.4587 2.0765 2.6751 3.5352 3.5352l0.92529-0.92529a8.75 8.75 0 0 0 1.6455 0.68359v1.311c0.8163 0.21328 1.6563 0.32237 2.5 0.32471 0.8437-0.0024 1.6837-0.11144 2.5-0.32471v-1.311a8.75 8.75 0 0 0 1.6455-0.68359l0.92529 0.92529c1.4587-0.86006 2.6751-2.0765 3.5352-3.5352l-0.92529-0.92529a8.75 8.75 0 0 0 0.68115-1.6455h1.3062c0.21579-0.81599 0.32703-1.656 0.33203-2.5-0.002375-0.84369-0.11144-1.6837-0.32471-2.5h-1.311a8.75 8.75 0 0 0-0.6836-1.6455l0.92529-0.92529c-0.86006-1.4587-2.0765-2.6751-3.5352-3.5352l-0.91553 0.91553-0.0098 0.00976a8.75 8.75 0 0 0-1.6455-0.68115v-1.3062c-0.81599-0.21579-1.656-0.32703-2.5-0.33203zm0 1.25c0.41864 0.0015 0.83695 0.034215 1.25 0.095215v1.2622a7.5 7.5 0 0 1 3.0884 1.2866l0.08056-0.080566 0.81299-0.81299 0.0025-0.00244c0.67168 0.50084 1.2674 1.0948 1.77 1.7651l-0.0049 0.00489-0.81299 0.81299-0.07813 0.078125a7.5 7.5 0 0 1 1.2793 3.0908h1.2695c0.06037 0.41382 0.09215 0.83069 0.09277 1.25-0.0015 0.41864-0.03421 0.83694-0.09521 1.25h-1.2622a7.5 7.5 0 0 1-1.2866 3.0884l0.89605 0.89605c-0.50084 0.67168-1.0948 1.2674-1.7651 1.77l-0.89602-0.89602a7.5 7.5 0 0 1-3.0908 1.2793v1.2695c-0.41382 0.060357-0.83069 0.092131-1.25 0.092756-0.41931-6.25e-4 -0.83618-0.0324-1.25-0.092775v-1.2695a7.5 7.5 0 0 1-3.0908-1.2793l-0.078125 0.07813-0.81299 0.81299-0.00489 0.0049c-0.67037-0.5026-1.2643-1.0984-1.7651-1.77l0.00244-0.0025 0.81299-0.81299 0.080566-0.08056a7.5 7.5 0 0 1-1.2866-3.0883h-1.2622c-0.061-0.41306-0.093715-0.83136-0.095215-1.25 6.25e-4 -0.41931 0.032399-0.83618 0.092774-1.25h1.2695a7.5 7.5 0 0 1 1.2793-3.0908l-0.89111-0.89111-0.00489-0.0048875c0.50259-0.67037 1.0984-1.2643 1.77-1.7651l0.89599 0.89599a7.5 7.5 0 0 1 3.0884-1.2866v-1.2622c0.41305-0.061 0.83136-0.093715 1.25-0.095215zm-2.5 5v7.5l6.25-3.75z" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/selectCircle.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m11 1c-5.54 0-10 4.46-10 10s4.46 10 10 10 10-4.46 10-10-4.46-10-10-10m0 1.25c4.8475 0 8.75 3.9025 8.75 8.75s-3.9025 8.75-8.75 8.75-8.75-3.9025-8.75-8.75 3.9025-8.75 8.75-8.75" color="#eff0f1" fill="currentColor" stroke-width="1.25"/> + <path class="ColorScheme-Text" d="m9.1862 20.365c-1.7329-0.34736-3.5149-1.3185-4.8089-2.6208-1.4051-1.414-2.2657-3.0999-2.6166-5.126-0.35262-2.0356-0.086781-3.8817 0.83598-5.8056 2.3359-4.87 8.3926-6.7506 13.173-4.0899 0.56364 0.31374 1.276 0.8954 2.0304 1.658 0.98825 0.9989 1.2483 1.3549 1.7372 2.3787 0.78872 1.6514 1.0226 2.8145 0.94496 4.6996-0.10652 2.5868-0.88179 4.3757-2.7009 6.2321-2.295 2.342-5.4121 3.3117-8.5948 2.6738z" color="#eff0f1" fill="currentColor" fill-opacity=".50196" stroke-width="1.25"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/selectRectangle.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m1 1v20h20v-20h-20m1.25 1.25h17.5v17.5h-17.5v-17.5" color="#eff0f1" fill="currentColor" stroke-width="1.25"/> + <path class="ColorScheme-Text" d="m1.632 10.972v-9.3815h18.598v18.763h-18.598z" color="#eff0f1" fill="currentColor" fill-opacity=".50196" stroke-width="1.25"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/shapesAlignBottom.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m13.5 1v16.25h7.5v-16.25h-7.5m1.25 1.25h5v13.75h-5v-13.75m-13.75 7.5v7.5h7.5v-7.5h-7.5m1.25 1.25h5v5h-5v-5m-1.25 8.75v1.25h20v-1.25h-20" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/shapesAlignHCenter.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m10.375 1v1.25h-3.125v6.25h3.125v5h-6.875v6.25h6.875v1.25h1.25v-1.25h6.875v-6.25h-6.875v-5h3.125v-6.25h-3.125v-1.25h-1.25m-1.875 2.5h5v3.75h-5v-3.75m-3.75 11.25h12.5v3.75h-12.5v-3.75" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/shapesAlignLeft.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m21 8.5h-16.25v-7.5h16.25v7.5m-1.25-1.25v-5h-13.75v5h13.75m-7.5 13.75h-7.5v-7.5h7.5v7.5m-1.25-1.25v-5h-5v5h5m-8.75 1.25h-1.25v-20h1.25v20" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/shapesAlignRight.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m1 8.5h16.25v-7.5h-16.25v7.5m1.25-1.25v-5h13.75v5h-13.75m7.5 13.75h7.5v-7.5h-7.5v7.5m1.25-1.25v-5h5v5h-5m8.75 1.25h1.25v-20h-1.25v20" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/shapesAlignTop.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m13.5 21v-16.25h7.5v16.25h-7.5m1.25-1.25h5v-13.75h-5v13.75m-13.75-7.5v-7.5h7.5v7.5h-7.5m1.25-1.25h5v-5h-5v5m-1.25-8.75v-1.25h20v1.25h-20" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/shapesAlignVCenter.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m21 10.375h-1.25v-3.125h-6.25v3.125h-5v-6.875h-6.25v6.875h-1.25v1.25h1.25v6.875h6.25v-6.875h5v3.125h6.25v-3.125h1.25v-1.25m-2.5-1.875v5h-3.75v-5h3.75m-11.25-3.75v12.5h-3.75v-12.5h3.75" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/sharedEditCancel.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + <path class="ColorScheme-Text" d="m1 1h20v20h-20z" color="#eff0f1" fill="currentColor" stroke-width="1.25"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/sharedEditConnected.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + } + .ColorScheme-Highlight { + color:#3daee9; + }</style> + </defs> + <path d="m1 1v20h7.5v-1.25h-6.25v-15h15v5h1.25v-8.75h-2.5v1.25h-1.25v-1.25h-10v1.25h-1.25v-1.25z" color="#eff0f1" fill="#ffe680"/> + <path d="m3.5 6v1.25h12.5v-1.25z" color="#eff0f1" fill="#ffe680"/> + <path d="m3.5 9.75v1.25h12.5v-1.25z" color="#eff0f1" fill="#ffe680"/> + <path d="m3.5 13.5v1.25h8.75v-1.25z" color="#eff0f1" fill="#ffe680"/> + <path class="ColorScheme-Text" d="m20.417 11-2.2087 2.2087-0.88704-0.88704-5 5 0.88704 0.88704-2.2087 2.2087 0.58268 0.58268 2.2087-2.2087 0.88704 0.88704 5-5-0.88704-0.88704 2.2087-2.2087z" color="#eff0f1" fill="#ffe680"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/sharedEditDisconnected.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + } + .ColorScheme-Highlight { + color:#3daee9; + }</style> + </defs> + <path d="m1 1v20h7.5v-1.25h-6.25v-15h15v5h1.25v-8.75h-2.5v1.25h-1.25v-1.25h-10v1.25h-1.25v-1.25z" color="#eff0f1" fill="#ffe680"/> + <path d="m3.5 6v1.25h12.5v-1.25z" color="#eff0f1" fill="#ffe680"/> + <path d="m3.5 9.75v1.25h12.5v-1.25z" color="#eff0f1" fill="#ffe680"/> + <path d="m3.5 13.5v1.25h8.75v-1.25z" color="#eff0f1" fill="#ffe680"/> + <path class="ColorScheme-Text" d="m20.417 11-2.2087 2.2087-0.88704-0.88704-2.5 2.5 2.3568 2.3568 2.5-2.5-0.88704-0.88704 2.2087-2.2087zm-6.429 4.6549-1.6667 1.6667 0.88704 0.88704-2.2087 2.2087 0.58268 0.58268 2.2087-2.2087 0.88704 0.88704 1.6667-1.6667z" color="#eff0f1" fill="#da4453"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/sharedEditSend.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + <path class="ColorScheme-Text" d="m1 1v20l20-10z" color="#eff0f1" fill="currentColor" stroke-width="1.25"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/sharedEditStart.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <path d="m21 11a10 10 0 0 1-10 10 10 10 0 0 1-10-10 10 10 0 0 1 10-10 10 10 0 0 1 10 10z" fill="#da4453" stroke-width="1.25"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/shell.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg"> + <g transform="translate(-326 -534.36)"> + <rect x="256.23" y="514.7" width="0" height="14.668" fill="#6c7a89"/> + <rect x="263.19" y="537.27" width="0" height="14.668" fill="#6c7a89"/> + <rect x="265" y="536.21" width="0" height="14.668" fill="#6c7a89"/> + <rect x="256.23" y="514.7" width="0" height="14.668" fill="#6c7a89"/> + <rect x="263.19" y="537.27" width="0" height="14.668" fill="#6c7a89"/> + <rect x="265" y="536.21" width="0" height="14.668" fill="#6c7a89"/> + <rect x="256.23" y="514.7" width="0" height="14.668" fill="#6c7a89"/> + <rect x="263.19" y="537.27" width="0" height="14.668" fill="#6c7a89"/> + <rect x="265" y="536.21" width="0" height="14.668" fill="#6c7a89"/> + <rect x="256.23" y="514.7" width="0" height="14.668" fill="#6c7a89"/> + <rect x="263.19" y="537.27" width="0" height="14.668" fill="#6c7a89"/> + <rect x="265" y="536.21" width="0" height="14.668" fill="#6c7a89"/> + <path d="m328.09 535.36-1.0938 0.86496 6.7243 7.7065-6.7243 7.7065 1.0938 0.86496 7.4777-8.5714zm7.4777 18.571v1.4286h11.429v-1.4286z" color="#000000" color-rendering="auto" fill="#eff0f1" fill-rule="evenodd" image-rendering="auto" shape-rendering="auto" stroke-width="1.4286"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/showPassword.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m10.998 6a11.511 11.111 0 0 0-9.9978 5.6337c0.21308 0.32381 0.51295 0.58547 0.86556 0.76606a10.36 10 0 0 1 9.1322-5.2886 4.6043 4.4444 0 0 0-4.6043 4.4444 4.6043 4.4444 0 0 0 4.6043 4.4444 4.6043 4.4444 0 0 0 4.6043-4.4444 4.6043 4.4444 0 0 0-4.2086-4.4249 10.36 10 0 0 1 8.7343 5.2713c0.35617-0.18182 0.6584-0.44713 0.8723-0.77474a11.511 11.111 0 0 0-10.002-5.6272zm0 2.2222a3.4532 3.3333 0 0 1 3.4532 3.3333 3.4532 3.3333 0 0 1-3.4532 3.3333 3.4532 3.3333 0 0 1-3.4532-3.3333 3.4532 3.3333 0 0 1 3.4532-3.3333zm0 1.1111c-1.2754 0-2.3022 0.99111-2.3022 2.2222 0 1.2311 1.0268 2.2222 2.3022 2.2222s2.3022-0.99111 2.3022-2.2222c0-0.22757-0.04491-0.44245-0.11016-0.64887-0.18174 0.38191-0.57552 0.64887-1.0409 0.64887-0.6377 0-1.1511-0.49556-1.1511-1.1111 0-0.44924 0.27657-0.82935 0.67221-1.0048-0.21385-0.062978-0.43646-0.10634-0.67221-0.10634z" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/showPrograms.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m11 1c-0.84401 5e-3 -1.684 0.11624-2.5 0.33203v1.3062a8.75 8.75 0 0 0-1.6455 0.68115l-0.92529-0.92529c-1.4587 0.86006-2.6751 2.0765-3.5352 3.5352l0.92529 0.92529a8.75 8.75 0 0 0-0.6836 1.6455h-1.311c-0.21328 0.8163-0.32237 1.6563-0.32471 2.5 5e-3 0.84401 0.11626 1.684 0.33203 2.5h1.3062a8.75 8.75 0 0 0 0.68115 1.6455l-0.92529 0.92529c0.86006 1.4587 2.0765 2.6751 3.5352 3.5352l0.92529-0.92529a8.75 8.75 0 0 0 1.6455 0.68359v1.311c0.8163 0.21328 1.6563 0.32237 2.5 0.32471 0.8437-0.0024 1.6837-0.11144 2.5-0.32471v-1.311a8.75 8.75 0 0 0 1.6455-0.68359l0.92529 0.92529c1.4587-0.86006 2.6751-2.0765 3.5352-3.5352l-0.92529-0.92529a8.75 8.75 0 0 0 0.68115-1.6455h1.3062c0.21579-0.81599 0.32703-1.656 0.33203-2.5-0.002375-0.84369-0.11144-1.6837-0.32471-2.5h-1.311a8.75 8.75 0 0 0-0.6836-1.6455l0.92529-0.92529c-0.86006-1.4587-2.0765-2.6751-3.5352-3.5352l-0.91553 0.91553-0.0098 0.00976a8.75 8.75 0 0 0-1.6455-0.68115v-1.3062c-0.81599-0.21579-1.656-0.32703-2.5-0.33203zm0 1.25c0.41864 0.0015 0.83695 0.034215 1.25 0.095215v1.2622a7.5 7.5 0 0 1 3.0884 1.2866l0.08056-0.080566 0.81299-0.81299 0.0025-0.00244c0.67168 0.50084 1.2674 1.0948 1.77 1.7651l-0.0049 0.00489-0.81299 0.81299-0.07813 0.078125a7.5 7.5 0 0 1 1.2793 3.0908h1.2695c0.06037 0.41382 0.09215 0.83069 0.09277 1.25-0.0015 0.41864-0.03421 0.83694-0.09521 1.25h-1.2622a7.5 7.5 0 0 1-1.2866 3.0884l0.89605 0.89605c-0.50084 0.67168-1.0948 1.2674-1.7651 1.77l-0.89602-0.89602a7.5 7.5 0 0 1-3.0908 1.2793v1.2695c-0.41382 0.060357-0.83069 0.092131-1.25 0.092756-0.41931-6.25e-4 -0.83618-0.0324-1.25-0.092775v-1.2695a7.5 7.5 0 0 1-3.0908-1.2793l-0.078125 0.07813-0.81299 0.81299-0.00489 0.0049c-0.67037-0.5026-1.2643-1.0984-1.7651-1.77l0.00244-0.0025 0.81299-0.81299 0.080566-0.08056a7.5 7.5 0 0 1-1.2866-3.0883h-1.2622c-0.061-0.41306-0.093715-0.83136-0.095215-1.25 6.25e-4 -0.41931 0.032399-0.83618 0.092774-1.25h1.2695a7.5 7.5 0 0 1 1.2793-3.0908l-0.89111-0.89111-0.00489-0.0048875c0.50259-0.67037 1.0984-1.2643 1.77-1.7651l0.89599 0.89599a7.5 7.5 0 0 1 3.0884-1.2866v-1.2622c0.41305-0.061 0.83136-0.093715 1.25-0.095215zm-2.5 5v7.5l6.25-3.75z" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/siteinfo-databases.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1 + }</style> + </defs> + <path class="ColorScheme-Text" d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 10 3.75 10 3.75 0 0 0 10-3.75v-12.5a10 3.75 0 0 0-10-3.75zm0 1.25a8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5 8.75 2.5 0 0 1 8.75-2.5zm8.75 4.3066v4.4434a8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5v-4.436a10 3.75 0 0 0 8.75 1.936 10 3.75 0 0 0 8.75-1.9434zm0 6.25v4.4434a8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5v-4.436a10 3.75 0 0 0 8.75 1.936 10 3.75 0 0 0 8.75-1.9434z" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/siteinfo-general.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m11 1c-5.54 0-10 4.46-10 10s4.46 10 10 10 10-4.46 10-10-4.46-10-10-10zm0 1.25c4.8475 0 8.75 3.9025 8.75 8.75s-3.9025 8.75-8.75 8.75-8.75-3.9025-8.75-8.75 3.9025-8.75 8.75-8.75zm-1.25 2.5v2.5h2.5v-2.5zm0 3.75v8.75h2.5v-8.75z" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/siteinfo-media.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,111 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <defs> + <linearGradient id="linearGradient4338" x2="0" y1="538.8" y2="519.8" gradientTransform="matrix(.5961 0 0 1.0357 154.98 -11.21)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#2a2c2f" offset="0"/> + <stop stop-color="#424649" offset="1"/> + </linearGradient> + <linearGradient id="linearGradient4288"> + <stop stop-color="#e81877" offset="0"/> + <stop stop-color="#dd1d8c" offset=".3125"/> + <stop stop-color="#6d57b1" offset=".5625"/> + <stop stop-color="#2a78c1" offset=".75"/> + <stop stop-color="#018dcb" offset="1"/> + </linearGradient> + <linearGradient id="linearGradient4300"> + <stop stop-color="#e51561" offset="0"/> + <stop stop-color="#e4156c" offset=".3125"/> + <stop stop-color="#e71e2c" offset=".5625"/> + <stop stop-color="#e8301e" offset=".75"/> + <stop stop-color="#e6320e" offset="1"/> + </linearGradient> + <linearGradient id="linearGradient4328"> + <stop stop-color="#bec900" offset="0"/> + <stop stop-color="#9ec80a" offset=".3125"/> + <stop stop-color="#71b93d" offset=".5625"/> + <stop stop-color="#35a48f" offset=".75"/> + <stop stop-color="#018fca" offset="1"/> + </linearGradient> + <linearGradient id="linearGradient4316"> + <stop stop-color="#c1cc00" offset="0"/> + <stop stop-color="#dfcd00" offset=".3125"/> + <stop stop-color="#f0cc00" offset=".5625"/> + <stop stop-color="#fd8c08" offset=".75"/> + <stop stop-color="#f25c13" offset="1"/> + </linearGradient> + <linearGradient id="linearGradient4487" x1="8" x2="24" y1="24" y2="8" gradientTransform="rotate(180 216.29 273.9)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient4316"/> + <linearGradient id="linearGradient4278" x1="8" x2="24" y1="24" y2="8" gradientTransform="matrix(1 0 0 -1 384.57 547.8)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient4300"/> + <clipPath id="clipPath4534-6"> + <rect x="8" y="8" width="32" height="32" rx="16"/> + </clipPath> + <clipPath id="clipPath4584-3"> + <rect x="392.57" y="507.8" width="32" height="32" rx="16"/> + </clipPath> + <clipPath id="clipPath4550-1"> + <rect x="392.57" y="507.8" width="32" height="32" rx="16"/> + </clipPath> + <clipPath id="clipPath4568-1"> + <rect x="392.57" y="507.8" width="32" height="32" rx="16"/> + </clipPath> + <clipPath id="clipPath4528-10"> + <rect x="8" y="8" width="32" height="32" rx="16"/> + </clipPath> + <filter id="filter4390-0" x="-.06" y="-.06" width="1.12" height="1.12" color-interpolation-filters="sRGB"> + <feGaussianBlur stdDeviation="0.4"/> + </filter> + <clipPath id="clipPath4578-4"> + <rect x="392.57" y="507.8" width="32" height="32" rx="16"/> + </clipPath> + <clipPath id="clipPath4562-1"> + <rect x="392.57" y="507.8" width="32" height="32" rx="16"/> + </clipPath> + <clipPath id="clipPath4544-4"> + <rect x="392.57" y="507.8" width="32" height="32" rx="16"/> + </clipPath> + <clipPath id="clipPath4528-1-3"> + <rect x="8" y="8" width="32" height="32" rx="16"/> + </clipPath> + <clipPath id="clipPath4578-8-5"> + <rect x="392.57" y="507.8" width="32" height="32" rx="16"/> + </clipPath> + <clipPath id="clipPath4562-8-9"> + <rect x="392.57" y="507.8" width="32" height="32" rx="16"/> + </clipPath> + <clipPath id="clipPath4544-1-9"> + <rect x="392.57" y="507.8" width="32" height="32" rx="16"/> + </clipPath> + <linearGradient id="linearGradient4383" x1="8.457" x2="24.105" y1="23.998" y2="8.2363" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient4288"/> + <linearGradient id="linearGradient4389" x1="8.1923" x2="24.062" y1="24.135" y2="8.2328" gradientTransform="matrix(-1 0 0 1 432.57 499.8)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient4328"/> + <linearGradient id="linearGradient4420" x1="8.3229" x2="23.943" y1="23.961" y2="8.2551" gradientTransform="matrix(1 0 0 -1 384.57 547.8)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient4300"/> + <linearGradient id="linearGradient4422" x1="8" x2="24.272" y1="24" y2="8.3847" gradientTransform="rotate(180 216.29 273.9)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient4316"/> + <linearGradient id="linearGradient4424" x1="8" x2="24.042" y1="24" y2="8.4686" gradientTransform="matrix(-1 0 0 1 432.57 499.8)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient4328"/> + <linearGradient id="linearGradient4430" x1="8.2549" x2="24.093" y1="24.161" y2="8.4024" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient4288"/> + <linearGradient id="linearGradient4432" x1="7.4901" x2="24" y1="23.598" y2="8" gradientTransform="matrix(1 0 0 -1 384.57 547.8)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient4300"/> + <linearGradient id="linearGradient4434" x1="8.3708" x2="24" y1="24.121" y2="8" gradientTransform="rotate(180 216.29 273.9)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient4316"/> + <linearGradient id="linearGradient4436" x1="8.394" x2="24.139" y1="24.08" y2="8.3621" gradientTransform="matrix(-1 0 0 1 432.57 499.8)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient4328"/> + <linearGradient id="linearGradient4442" x1="8.2728" x2="24.149" y1="24.302" y2="8.3767" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient4288"/> + <linearGradient id="linearGradient4444" x1="8.3852" x2="24" y1="24.353" y2="8" gradientTransform="matrix(1 0 0 -1 384.57 547.8)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient4300"/> + <linearGradient id="linearGradient4446" x1="8.1255" x2="23.775" y1="24.159" y2="8.4813" gradientTransform="matrix(-1 0 0 1 432.57 499.8)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient4328"/> + <linearGradient id="linearGradient4448" x1="8.2327" x2="24" y1="24.063" y2="8" gradientTransform="rotate(180 216.29 273.9)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient4316"/> + <linearGradient id="linearGradient4454" x1="8.0589" x2="23.775" y1="23.328" y2="8.3717" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient4288"/> + </defs> + <g transform="translate(-384.57 -525.8)"> + <path transform="matrix(.77638 .17197 -.20803 .6418 381.91 516.15)" d="m24.159 10.832c-5.8377 1.5349-13.605 3.7056-14.132 4.6618-0.17286 0.31411 1.224 5.8054 1.8492 8.4676l12.123 0.038939z" clip-path="url(#clipPath4534-6)" fill="url(#linearGradient4442)"/> + <path transform="matrix(.77638 .17197 -.20803 .6418 187.31 129.24)" d="m408.57 539.8c-3.7341 0-6.8603 1.4262-7.9092-1.5963-1.3213-3.8071-3.0525-10.433-4.1987-15.28l12.108 0.87625z" clip-path="url(#clipPath4584-3)" fill="url(#linearGradient4444)"/> + <path transform="matrix(.77638 .17197 -.20803 .6418 187.31 129.24)" d="m408.55 510.76c3.7087-0.72959 7.3878-2.0776 7.7219-1.7673 0.57403 0.53321 3.2044 10.678 4.5494 15.85l-12.25-1.0466z" clip-path="url(#clipPath4550-1)" fill="url(#linearGradient4446)"/> + <path transform="matrix(.77638 .17197 -.20803 .6418 187.31 129.24)" d="m408.57 539.8c6.6454 0 13.344-4.5952 14.096-6.9192 0.31127-0.96198-1.8478-6.3568-1.8478-8.5754l-12.248-0.50534z" clip-path="url(#clipPath4568-1)" fill="url(#linearGradient4448)"/> + <path transform="matrix(.80377 0 0 .66444 376.26 519.73)" d="m23.93 11.46c-5.7622 0-10.78-0.52572-11.289 0.40776-0.33101 0.60657-0.26118 8.4264-0.26118 11.528l11.62 0.60356z" clip-path="url(#clipPath4528-10)" fill="url(#linearGradient4430)" filter="url(#filter4390-0)" opacity=".7"/> + <path transform="matrix(.80377 0 0 .66444 67.152 187.64)" d="m408.57 539.8c-5.9558 0-10.944 2.6481-11.464-4.1218-0.10411-1.3562 7e-3 -8.6883 7e-3 -11.596l11.458-0.28166z" clip-path="url(#clipPath4578-4)" fill="url(#linearGradient4432)" filter="url(#filter4390-0)" opacity=".7"/> + <path transform="matrix(.80377 0 0 .66444 67.152 187.64)" d="m408.57 539.8c8.864 0 11.666-7.0555 11.666-15.92l-11.666-0.0805z" clip-path="url(#clipPath4562-1)" fill="url(#linearGradient4434)" filter="url(#filter4390-0)" opacity=".7"/> + <path transform="matrix(.80377 0 0 .66444 67.152 187.64)" d="m408.64 511.3c8.864 0 11.597 3.4744 11.597 12.338l-11.666 0.16095z" clip-path="url(#clipPath4544-4)" fill="url(#linearGradient4436)" filter="url(#filter4390-0)" opacity=".7"/> + <path transform="matrix(.56835 .46983 -.56835 .46983 395.55 513.12)" d="m23.961 7.4697c-6.6226 3.8474-12.294 12.022-16.341 16.511l16.379 0.0189z" clip-path="url(#clipPath4528-10)" fill="url(#linearGradient4383)" opacity=".35"/> + <path transform="matrix(.56835 .46983 -.56835 .46983 461.04 97.618)" d="m408.57 539.8c-7.3371-7.3881-11.385-11.239-16-16h16z" clip-path="url(#clipPath4578-4)" fill="url(#linearGradient4278)" opacity=".35"/> + <path transform="matrix(.56835 .46983 -.56835 .46983 461.04 97.618)" d="m408.57 539.8c8.864 0 16-7.136 16-16h-16z" clip-path="url(#clipPath4562-1)" fill="url(#linearGradient4487)" opacity=".35"/> + <path transform="matrix(.56835 .46983 -.56835 .46983 461.04 97.618)" d="m408.57 507.8c6.4086 5.8696 9.8363 9.6578 16 16h-16z" clip-path="url(#clipPath4544-4)" fill="url(#linearGradient4389)" opacity=".35"/> + <path transform="matrix(.20803 .6418 -.77638 .17197 409.19 516.15)" d="m23.979 11.809c-3.2833-0.91602-8.667-2.104-8.7732-1.7106-0.7797 2.8902-3.9972 8.3736-3.9972 13.897l12.791 0.004006z" clip-path="url(#clipPath4528-1-3)" fill="url(#linearGradient4454)" opacity=".3"/> + <path transform="matrix(.20803 .6418 -.77638 .17197 717.22 183.38)" d="m409.11 535.93c-7.8189-2.0581-14.67-4.0366-14.905-4.5386-0.3514-0.7527 1.4106-5.2306 1.4106-7.5988l12.959 8.9e-4z" clip-path="url(#clipPath4578-8-5)" fill="url(#linearGradient4420)" opacity=".3"/> + <path transform="matrix(.20803 .6418 -.77638 .17197 717.22 183.38)" d="m408.75 535.72c1.9949 0 6.5348 2.4244 8.2791 2.0835 6.0063-1.1741 7.5442-7.1348 7.5442-14.004h-16z" clip-path="url(#clipPath4562-8-9)" fill="url(#linearGradient4422)" opacity=".3"/> + <path transform="matrix(.20803 .6418 -.77638 .17197 717.22 183.38)" d="m408.54 511.8c4.8895 1.3103 14.038 3.6803 14.79 4.2446 2.1929 1.645 1.2396 3.8979 1.2396 7.7566h-16z" clip-path="url(#clipPath4544-1-9)" fill="url(#linearGradient4424)" opacity=".3"/> + <path d="m386.01 527.12v19.677h19.075v-19.677zm0.59609 0.85555h17.883v15.4h-17.883z" fill="url(#linearGradient4338)" stroke-width=".71413"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/siteinfo-security.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg"> + <linearGradient id="a" x1="16" x2="16" y1="30" y2="2" gradientTransform="matrix(.73267 0 0 .71429 -.72752 -.42857)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#197cf1" offset="0"/> + <stop stop-color="#20bcfa" offset="1"/> + </linearGradient> + <linearGradient id="b" x1="14" x2="25" y1="10" y2="21" gradientTransform="matrix(.73267 0 0 .71429 -.72752 -.42857)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#292c2f" offset="0"/> + <stop stop-opacity="0" offset="1"/> + </linearGradient> + <linearGradient id="c" x1="14" x2="14" y1="21" y2="9" gradientTransform="matrix(.73267 0 0 .71429 -.72752 -.42857)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#7cbaf8" offset="0"/> + <stop stop-color="#f4fcff" offset="1"/> + </linearGradient> + <path d="m10.995 1c-2.4984 1.29-4.9968 1.8171-7.4952 2.3071v9.6164c0 2.6929 4.0487 6.37 7.4952 8.0764 3.4465-1.7064 7.4952-5.3836 7.4952-8.0764v-9.6157c-2.4984-0.49071-4.9968-1.0179-7.4952-2.3079z" fill="url(#a)" stroke-width=".72342"/> + <path d="m10.995 6-1.4653 0.71429-0.73267 1.4286v2.1429h-1.4653v4.2857l6.5941 6.4286h4.5565l0.017581-8.5714-5.9508-5.8007z" fill="url(#b)" opacity=".2" stroke-width=".72342"/> + <path d="m10.995 6a2.198 2.1429 0 0 0-2.198 2.1429v2.1429h-1.4653v4.2857h7.3267v-4.2857h-1.4653v-2.1429a2.198 2.1429 0 0 0-2.198-2.1429zm0 0.71429a1.4653 1.4286 0 0 1 1.4653 1.4286v2.1429h-2.9307v-2.1429a1.4653 1.4286 0 0 1 1.4653-1.4286z" fill="url(#c)" stroke-width=".72342"/> + <path d="m3.5 12.209v0.71428c0 2.6929 4.0487 6.37 7.4952 8.0764 3.4465-1.7064 7.4952-5.3836 7.4952-8.0764v-0.71428c0 2.6929-4.0487 6.37-7.4952 8.0764-3.4465-1.7064-7.4952-5.3836-7.4952-8.0764z" fill="#292c2f" opacity=".2" stroke-width=".72342"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/spellchecking.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m9.9331 1-6.521 17.5h2.1094l2.0874-5.5371h6.9507l1.9189 5.5371h2.1094l-6.1621-17.5zm1.2695 2.0142 2.6611 8.3423h-5.6079z" color="#eff0f1" fill="currentColor"/> + <path d="m1 19.75v1.25h20v-1.25z" fill="#2ecc71"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/spellchecking48.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="48" height="48" version="1.1" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m21.653 2-14.346 38.5h4.6406l4.5923-12.182h15.292l4.2217 12.182h4.6406l-13.557-38.5zm2.793 4.4312 5.8545 18.353h-12.337z" color="#eff0f1" fill="currentColor"/> + <path d="m2 43.25v2.75h44v-2.75z" fill="#2ecc71"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/splitHorizontal.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m1 1v20h8.75v-20h-8.75m10 0v20h10v-20h-10m-8.75 5h6.25v13.75h-6.25v-13.75m10 0h7.5v13.75h-7.5v-13.75" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/splitVertical.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m1 1v10h20v-10h-20m1.25 5h5v3.75h-5v-3.75m6.25 0h11.25v3.75h-11.25v-3.75m-7.5 7.5v7.5h20v-7.5h-20m1.25 1.25h5v5h-5v-5m6.25 0h11.25v5h-11.25v-5" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/sqlBrowser.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1 + }</style> + </defs> + <path class="ColorScheme-Text" d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 10 3.75 10 3.75 0 0 0 10-3.75v-12.5a10 3.75 0 0 0-10-3.75zm0 1.25a8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5 8.75 2.5 0 0 1 8.75-2.5zm8.75 4.3066v4.4434a8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5v-4.436a10 3.75 0 0 0 8.75 1.936 10 3.75 0 0 0 8.75-1.9434zm0 6.25v4.4434a8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5v-4.436a10 3.75 0 0 0 8.75 1.936 10 3.75 0 0 0 8.75-1.9434z" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/start.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#232629; + }</style> + </defs> + <path class="ColorScheme-Text" d="m1 1v20l20-10z" color="#232629" fill="#eff0f1"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/step.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + } + .ColorScheme-Highlight { + color:#3daee9; + }</style> + </defs> + <path class="ColorScheme-Text" d="m1 1v20h20v-20h-6.25v5h5v13.75h-17.5v-13.75h5v-5h-6.25m8.0347 7.5c-1.3326 0-1.8921 0.44031-1.8921 1.5674v1.5283c0 0.69614-0.025631 1.5015-0.76172 1.5015h-0.38086v0.80566h0.38086c0.73611 0 0.76172 0.80533 0.76172 1.5015v1.5283c0 1.1271 0.55948 1.5674 1.8921 1.5674v-0.73975c-0.8884 0-0.90088-0.29895-0.90088-1.3818v-1.2598c0-0.51932-0.15452-1.2933-0.90332-1.6138 0.7488-0.32044 0.90332-1.092 0.90332-1.6113v-1.272c0-1.0829 0.012504-1.3818 0.90088-1.3818v-0.73975m3.9209 0v0.73975c0.88841 0 0.91064 0.29895 0.91064 1.3818v1.272c0 0.51934 0.15451 1.2909 0.90332 1.6113-0.74881 0.32044-0.90332 1.0944-0.90332 1.6138v1.2598c0 1.0829-0.02213 1.3818-0.91064 1.3818v0.73975c1.3326 0 1.9018-0.44031 1.9019-1.5674v-1.5283c0-0.69614 0.0505-1.5015 0.77392-1.5015h0.36865v-0.80566h-0.36865c-0.72342 0-0.77394-0.80533-0.77392-1.5015v-1.5283c0-1.1271-0.56923-1.5674-1.9019-1.5674" color="#eff0f1" fill="currentColor"/> + <path d="M 7.5,1 11,6.25 14.5,1 Z" fill="#f60" fill-rule="evenodd" stroke-width="1.75"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/stepOut.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + } + .ColorScheme-Highlight { + color:#3daee9; + }</style> + </defs> + <path d="m15.75 8 5.25-3.5-5.25-3.5z" fill="#f60" fill-rule="evenodd" stroke-width="1.75"/> + <path class="ColorScheme-Text" d="m1 1v20h20v-12.5h-1.25v11.25h-17.5v-13.75h11.25v-5zm8.0347 7.5c-1.3326 0-1.8921 0.44031-1.8921 1.5674v1.5283c0 0.69614-0.025625 1.5015-0.76171 1.5015h-0.38086v0.80568h0.38086c0.73611 0 0.76171 0.80532 0.76171 1.5015v1.5283c0 1.1271 0.55948 1.5674 1.8921 1.5674v-0.73975c-0.8884 0-0.90088-0.29895-0.90088-1.3818v-1.2598c0-0.51932-0.15451-1.2933-0.90331-1.6138 0.7488-0.32044 0.90331-1.092 0.90331-1.6113v-1.272c0-1.0829 0.00125-1.3818 0.90088-1.3818zm3.9209 0v0.73975c0.88841 0 0.91065 0.29895 0.91065 1.3818v1.272c0 0.51934 0.15451 1.2909 0.90332 1.6113-0.74881 0.32044-0.90332 1.0944-0.90332 1.6138v1.2598c0 1.0829-0.02213 1.3818-0.91065 1.3818v0.73975c1.3326 0 1.9019-0.44031 1.9019-1.5674v-1.5283c0-0.69614 0.0505-1.5015 0.77392-1.5015h0.36865v-0.80568h-0.36865c-0.72342 0-0.77394-0.80532-0.77392-1.5015v-1.5283c0-1.1271-0.56924-1.5674-1.9019-1.5674" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/stepOver.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + } + .ColorScheme-Highlight { + color:#3daee9; + }</style> + </defs> + <path class="ColorScheme-Text" d="m1 1v20h20v-12.5h-1.25v11.25h-17.5v-13.75h11.25v-5zm8.0347 7.5c-1.3326 0-1.8921 0.44031-1.8921 1.5674v1.5283c0 0.69614-0.025631 1.5015-0.76172 1.5015h-0.38086v0.80566h0.38086c0.73611 0 0.76172 0.80533 0.76172 1.5015v1.5283c0 1.1271 0.55948 1.5674 1.8921 1.5674v-0.73975c-0.8884 0-0.90088-0.29895-0.90088-1.3818v-1.2598c0-0.51932-0.15452-1.2933-0.90332-1.6138 0.7488-0.32044 0.90332-1.092 0.90332-1.6113v-1.272c0-1.0829 0.012504-1.3818 0.90088-1.3818zm3.9209 0v0.73975c0.88841 0 0.91064 0.29896 0.91064 1.3818v1.272c0 0.51934 0.15451 1.2909 0.90332 1.6113-0.74881 0.32044-0.90332 1.0944-0.90332 1.6138v1.2598c0 1.0829-0.02212 1.3818-0.91064 1.3818v0.73975c1.3326 0 1.9019-0.44031 1.9019-1.5674v-1.5283c0-0.69614 0.0505-1.5015 0.77392-1.5015h0.36865v-0.80566h-0.36865c-0.72342 0-0.77393-0.80533-0.77392-1.5015v-1.5283c0-1.1271-0.56923-1.5674-1.9019-1.5674" color="#eff0f1" fill="currentColor"/> + <path d="M 14,1 17.5,6.25 21,1 Z" fill="#f60" fill-rule="evenodd" stroke-width="1.75"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/stepQuit.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + } + .ColorScheme-Highlight { + color:#3daee9; + }</style> + </defs> + <path d="m1 1v20h9v-1.25h-7.75v-13.75h5v-5h-6.25zm13.75 0v5h5v4h1.25v-9h-6.25zm-5.7148 7.5c-1.3326 0-1.8926 0.43933-1.8926 1.5664v1.5293c0 0.69614-0.025631 1.502-0.76172 1.502h-0.38086v0.80469h0.38086c0.73611 0 0.76172 0.80581 0.76172 1.502v1.5273c0 1.1271 0.55997 1.5684 1.8926 1.5684v-0.74023c-0.8884 0-0.90234-0.29797-0.90234-1.3809v-1.2598c0-0.51932-0.15354-1.2928-0.90234-1.6133 0.7488-0.32044 0.90234-1.092 0.90234-1.6113v-1.2734c0-1.0829 0.013969-1.3809 0.90234-1.3809v-0.74023zm3.9199 0v0.74023c0.6831 0 0.85393 0.18581 0.89648 0.75977h1.002c-0.023746-1.0747-0.59411-1.5-1.8984-1.5z" color="#eff0f1" fill="currentColor"/> + <path d="M 7.5,1 11,6.25 14.5,1 Z" fill="#f60" fill-rule="evenodd" stroke-width="1.75"/> + <path class="ColorScheme-NegativeText" d="m12.414 11-1.414 1.414 3.586 3.586-3.586 3.586 1.414 1.414 3.586-3.586 3.586 3.586 1.414-1.414-3.586-3.586 3.586-3.586-1.414-1.414-3.586 3.586z" fill="#da4453"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/stopLoading.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-NegativeText { + color:#da4453; + }</style> + </defs> + <g class="ColorScheme-NegativeText" transform="matrix(1.25 0 0 1.25 -2.75 -2.75)" color="#da4453" fill="currentColor"> + <path d="m11 3c4.432 0 8 3.568 8 8 0 1.442-0.383 2.79-1.045 3.955l-0.738-0.738a6.985 6.985 0 0 0 0.783-3.217c0-3.878-3.122-7-7-7a6.985 6.985 0 0 0-3.217 0.783l-0.738-0.738a7.982 7.982 0 0 1 3.955-1.045m-6.955 4.045 0.738 0.738a6.985 6.985 0 0 0-0.783 3.217c0 3.878 3.122 7 7 7a6.985 6.985 0 0 0 3.217-0.783l0.738 0.738a7.982 7.982 0 0 1-3.955 1.045c-4.432 0-8-3.568-8-8 0-1.442 0.383-2.79 1.045-3.955"/> + <path d="m7.5 9.998h7v2h-7z"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/stopScript.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-NegativeText { + color:#da4453; + }</style> + </defs> + <g class="ColorScheme-NegativeText" transform="matrix(1.25 0 0 1.25 -2.75 -2.75)" color="#da4453" fill="currentColor"> + <path d="m11 3c4.432 0 8 3.568 8 8 0 1.442-0.383 2.79-1.045 3.955l-0.738-0.738a6.985 6.985 0 0 0 0.783-3.217c0-3.878-3.122-7-7-7a6.985 6.985 0 0 0-3.217 0.783l-0.738-0.738a7.982 7.982 0 0 1 3.955-1.045m-6.955 4.045 0.738 0.738a6.985 6.985 0 0 0-0.783 3.217c0 3.878 3.122 7 7 7a6.985 6.985 0 0 0 3.217-0.783l0.738 0.738a7.982 7.982 0 0 1-3.955 1.045c-4.432 0-8-3.568-8-8 0-1.442 0.383-2.79 1.045-3.955"/> + <path d="m7.5 9.998h7v2h-7z"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/superMenu.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m1 3.5v2.5h20v-2.5h-20m0 6.25v2.5h20v-2.5h-20m0 6.25v2.5h20v-2.5h-20" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/symbols.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m1 1v14.375c0 3.1066 2.5184 5.625 5.625 5.625s5.625-2.5184 5.625-5.625v-8.4375l6.1328 14.062h2.6172v-15h-2.5v9.0625l-6.1328-14.062h-2.6172v14.375c0 1.7259-1.3991 3.125-3.125 3.125s-3.125-1.3991-3.125-3.125v-14.375zm17.5 0v2.5h2.5v-2.5z" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/symlink.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="12" height="12" version="1.1" viewBox="0 0 12 12" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m2 6v2h-2v1h2v2h3v-1h-2v-3h2v-1h-2zm5 0v1h2v3h-2v1h3v-2h2v-1h-2v-2h-1zm-2 2v1h2v-1z" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/sync.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path d="m1 1v20h9v-1.25h-7.75v-10h3.75v-0.011719l0.0097656 0.011719 2.5-2.5h11.24v2.75h1.25v-6.5h-8.7402l-2.5-2.5-0.0097656 0.011719v-0.011719h-8.75z" color="#eff0f1" fill="currentColor"/> + <g transform="matrix(1.6 0 0 1.6 -12.6 -12.6)" fill="#2ecc71"> + <path d="m17.875 14.75c-1.7312 0-3.125 1.3938-3.125 3.125 0 0.54178 0.14756 1.0435 0.38818 1.4868l0.94971-0.94971c-0.05129-0.17137-0.08789-0.34862-0.08789-0.53711 0-1.0388 0.83625-1.875 1.875-1.875 0.18849 0 0.36574 0.03661 0.53711 0.08789l0.94971-0.94971c-0.44331-0.24062-0.94504-0.38818-1.4868-0.38818" color="#eff0f1"/> + <path d="m20.612 16.388-0.94971 0.94971c0.05129 0.17137 0.08789 0.34862 0.08789 0.53711 0 1.0388-0.83625 1.875-1.875 1.875-0.18849 0-0.36574-0.03661-0.53711-0.08789l-0.94971 0.94971c0.44331 0.24062 0.94503 0.38818 1.4868 0.38818 1.7312 0 3.125-1.3938 3.125-3.125 0-0.54178-0.14756-1.0435-0.38818-1.4868" color="#eff0f1"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/syncCompleted.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m19.216 3.9646-11.784 12.357-4.6814-4.9089-0.79824 0.83705 4.6814 4.9089-0.00226 0.0024 0.79826 0.83704 0.00226-0.0024 0.00226 0.0024 0.79823-0.83704-0.00226-0.0024 11.784-12.357-0.79824-0.83703z" color="#eff0f1" fill="#2ecc71" stroke="#2ecc71" stroke-width="1.3788"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/syncFailed.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + } + .ColorScheme-Highlight { + color:#3daee9; + }</style> + </defs> + <path class="ColorScheme-NegativeText" d="m3.828 1-2.828 2.828 7.172 7.172-7.172 7.172 2.828 2.828 7.172-7.172 7.172 7.172 2.828-2.828-7.172-7.172 7.172-7.172-2.828-2.828-7.172 7.172z" fill="#da4453"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/syncNo.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m11 1.6977c-2.3577 0-4.5015 0.87988-6.141 2.3256-0.14679 0.12944-0.29771 0.26137-0.43605 0.39971l-0.39971 0.43605c-1.4457 1.6395-2.3256 3.7833-2.3256 6.141 0 5.1375 4.1648 9.3023 9.3023 9.3023 2.3577 0 4.5015-0.87988 6.141-2.3256l0.43605-0.39971c0.13834-0.13834 0.27027-0.28926 0.39971-0.43605 1.4457-1.6395 2.3256-3.7833 2.3256-6.141 0-5.1375-4.1648-9.3023-9.3023-9.3023m0 1.1628c4.4953 0 8.1395 3.6442 8.1395 8.1395 0 2.0391-0.75955 3.8771-1.9985 5.3052l-11.446-11.446c1.4282-1.239 3.2661-1.9985 5.3052-1.9985m-6.141 2.8343 11.446 11.446c-1.4282 1.239-3.2661 1.9985-5.3052 1.9985-4.4953 0-8.1395-3.6442-8.1395-8.1395 0-2.0391 0.75955-3.8771 1.9985-5.3052" color="#eff0f1" fill="#da4453" stroke="#da4453" stroke-width="1.3953"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/syncToc.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path d="m2 1v20h8.711v-1.25h-7.4258v-17.5h10.287v5h5.1426v3.4609h1.2852v-4.7207l-5.1328-4.9902-0.009766 0.011719v-0.011719h-12.857z" color="#eff0f1" fill="currentColor"/> + <g transform="matrix(1.6 0 0 1.6 -12.6 -12.6)" fill="#2ecc71"> + <path d="m17.875 14.75c-1.7312 0-3.125 1.3938-3.125 3.125 0 0.54178 0.14756 1.0435 0.38818 1.4868l0.94971-0.94971c-0.05129-0.17137-0.08789-0.34862-0.08789-0.53711 0-1.0388 0.83625-1.875 1.875-1.875 0.18849 0 0.36574 0.03661 0.53711 0.08789l0.94971-0.94971c-0.44331-0.24062-0.94504-0.38818-1.4868-0.38818" color="#eff0f1"/> + <path d="m20.612 16.388-0.94971 0.94971c0.05129 0.17137 0.08789 0.34862 0.08789 0.53711 0 1.0388-0.83625 1.875-1.875 1.875-0.18849 0-0.36574-0.03661-0.53711-0.08789l-0.94971 0.94971c0.44331 0.24062 0.94503 0.38818 1.4868 0.38818 1.7312 0 3.125-1.3938 3.125-3.125 0-0.54178-0.14756-1.0435-0.38818-1.4868" color="#eff0f1"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/syntaxError.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="16" height="16" fill="none" version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"> + <g transform="matrix(1.0057 0 0 1.0258 -.0057471 -.025784)" fill="#eff0f1"> + <path d="m3.02 8.5017-0.00271-0.04081c8.7e-4 0.01361 0.00178 0.02722 0.00271 0.04081z"/> + <path d="m7.2577 8.9047-1.7701-1.7791 0.59162-0.59161 1.8718 1.8812 1.8451-1.8451 0.59165 0.5916-1.77 1.77 1.7701 1.7791-0.59161 0.5916-1.8717-1.8813-1.8451 1.8451-0.59161-0.5916z"/> + <path d="m10.878 3.9183v0.58167h0.7849l1.6579-1.6579 0.5916 0.59161-1.5698 1.5698 0.0189 0.04949c0.3304 0.86212 0.5165 1.8351 0.5165 2.8653 0 0.1957-0.0067 0.38933-0.0199 0.58053l-3e-3 0.04364h2.0654v0.83666h-2.1705l-0.0061 0.03349c-0.1764 0.96445-0.5195 1.8438-0.9869 2.5838l-0.0347 0.0551 1.9964 2.0065-0.5931 0.5901-1.9098-1.9194-0.0577 0.0645c-0.8627 0.965-1.9806 1.5435-3.1984 1.5435-1.2367 0-2.3704-0.5966-3.2384-1.5887l-0.05749-0.0657-1.8717 1.8717-0.59162-0.5916 1.9632-1.9632-0.03399-0.055c-0.45068-0.729-0.782-1.5897-0.95424-2.5316l-0.00612-0.03349h-2.1688v-0.83666h2.0637l-3e-3 -0.04364c-0.01315-0.1912-0.01986-0.38483-0.01986-0.58053 0-1.0167 0.18128-1.9778 0.50362-2.8315l0.01857-0.04919-1.6109-1.619 0.59311-0.59012 1.6631 1.6715h0.83249v-0.58167c0-1.6118 1.3066-2.9183 2.9183-2.9183s2.9183 1.3066 2.9183 2.9183zm-5 0v0.58167h4.1633v-0.58167c0-1.1497-0.93196-2.0817-2.0816-2.0817s-2.0817 0.93199-2.0817 2.0817zm5.7163 1.4712-0.0199-0.0529h-7.2295l-0.0199 0.0529c-0.28341 0.75313-0.44701 1.6105-0.44701 2.5288 0 1.6099 0.50298 3.0339 1.274 4.0363 0.77037 1.0015 1.771 1.5454 2.8076 1.5454s2.0373-0.5439 2.8076-1.5454c0.7711-1.0024 1.274-2.4263 1.274-4.0363 0-0.91822-0.1636-1.7756-0.447-2.5288z" clip-rule="evenodd" fill-rule="evenodd"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/syntaxError22.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" fill="none" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <g transform="matrix(1.4368 0 0 1.4654 -.43678 -.46541)" fill="#eff0f1"> + <path d="m3.02 8.5017-0.00271-0.04081c8.7e-4 0.01361 0.00178 0.02722 0.00271 0.04081z"/> + <path d="m7.2577 8.9047-1.7701-1.7791 0.59162-0.59161 1.8718 1.8812 1.8451-1.8451 0.59165 0.5916-1.77 1.77 1.7701 1.7791-0.59161 0.5916-1.8717-1.8813-1.8451 1.8451-0.59161-0.5916z"/> + <path d="m10.878 3.9183v0.58167h0.7849l1.6579-1.6579 0.5916 0.59161-1.5698 1.5698 0.0189 0.04949c0.3304 0.86212 0.5165 1.8351 0.5165 2.8653 0 0.1957-0.0067 0.38933-0.0199 0.58053l-3e-3 0.04364h2.0654v0.83666h-2.1705l-0.0061 0.03349c-0.1764 0.96445-0.5195 1.8438-0.9869 2.5838l-0.0347 0.0551 1.9964 2.0065-0.5931 0.5901-1.9098-1.9194-0.0577 0.0645c-0.8627 0.965-1.9806 1.5435-3.1984 1.5435-1.2367 0-2.3704-0.5966-3.2384-1.5887l-0.05749-0.0657-1.8717 1.8717-0.59162-0.5916 1.9632-1.9632-0.03399-0.055c-0.45068-0.729-0.782-1.5897-0.95424-2.5316l-0.00612-0.03349h-2.1688v-0.83666h2.0637l-3e-3 -0.04364c-0.01315-0.1912-0.01986-0.38483-0.01986-0.58053 0-1.0167 0.18128-1.9778 0.50362-2.8315l0.01857-0.04919-1.6109-1.619 0.59311-0.59012 1.6631 1.6715h0.83249v-0.58167c0-1.6118 1.3066-2.9183 2.9183-2.9183s2.9183 1.3066 2.9183 2.9183zm-5 0v0.58167h4.1633v-0.58167c0-1.1497-0.93196-2.0817-2.0816-2.0817s-2.0817 0.93199-2.0817 2.0817zm5.7163 1.4712-0.0199-0.0529h-7.2295l-0.0199 0.0529c-0.28341 0.75313-0.44701 1.6105-0.44701 2.5288 0 1.6099 0.50298 3.0339 1.274 4.0363 0.77037 1.0015 1.771 1.5454 2.8076 1.5454s2.0373-0.5439 2.8076-1.5454c0.7711-1.0024 1.274-2.4263 1.274-4.0363 0-0.91822-0.1636-1.7756-0.447-2.5288z" clip-rule="evenodd" fill-rule="evenodd"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/syntaxErrorGoto.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#232629; + }</style> + </defs> + <path class="ColorScheme-Text" d="m16.406 3-0.40601 0.70703 4.188 7.293-4.188 7.293 0.40601 0.70703 4.594-8-4.594-8" color="#eff0f1" fill="#eff0f1"/> + <g transform="matrix(1.0057 0 0 1.0258 -.0057471 2.9742)" fill="#eff0f1"> + <path d="m3.02 8.5017-0.00271-0.04081c8.7e-4 0.01361 0.00178 0.02722 0.00271 0.04081z"/> + <path d="m7.2577 8.9047-1.7701-1.7791 0.59162-0.59161 1.8718 1.8812 1.8451-1.8451 0.59165 0.5916-1.77 1.77 1.7701 1.7791-0.59161 0.5916-1.8717-1.8813-1.8451 1.8451-0.59161-0.5916z"/> + <path d="m10.878 3.9183v0.58167h0.7849l1.6579-1.6579 0.5916 0.59161-1.5698 1.5698 0.0189 0.04949c0.3304 0.86212 0.5165 1.8351 0.5165 2.8653 0 0.1957-0.0067 0.38933-0.0199 0.58053l-3e-3 0.04364h2.0654v0.83666h-2.1705l-0.0061 0.03349c-0.1764 0.96445-0.5195 1.8438-0.9869 2.5838l-0.0347 0.0551 1.9964 2.0065-0.5931 0.5901-1.9098-1.9194-0.0577 0.0645c-0.8627 0.965-1.9806 1.5435-3.1984 1.5435-1.2367 0-2.3704-0.5966-3.2384-1.5887l-0.05749-0.0657-1.8717 1.8717-0.59162-0.5916 1.9632-1.9632-0.03399-0.055c-0.45068-0.729-0.782-1.5897-0.95424-2.5316l-0.00612-0.03349h-2.1688v-0.83666h2.0637l-3e-3 -0.04364c-0.01315-0.1912-0.01986-0.38483-0.01986-0.58053 0-1.0167 0.18128-1.9778 0.50362-2.8315l0.01857-0.04919-1.6109-1.619 0.59311-0.59012 1.6631 1.6715h0.83249v-0.58167c0-1.6118 1.3066-2.9183 2.9183-2.9183s2.9183 1.3066 2.9183 2.9183zm-5 0v0.58167h4.1633v-0.58167c0-1.1497-0.93196-2.0817-2.0816-2.0817s-2.0817 0.93199-2.0817 2.0817zm5.7163 1.4712-0.0199-0.0529h-7.2295l-0.0199 0.0529c-0.28341 0.75313-0.44701 1.6105-0.44701 2.5288 0 1.6099 0.50298 3.0339 1.274 4.0363 0.77037 1.0015 1.771 1.5454 2.8076 1.5454s2.0373-0.5439 2.8076-1.5454c0.7711-1.0024 1.274-2.4263 1.274-4.0363 0-0.91822-0.1636-1.7756-0.447-2.5288z" clip-rule="evenodd" fill-rule="evenodd"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/tBreak.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + } + .ColorScheme-NegativeText { + color:#da4453; + }</style> + </defs> + <path class="ColorScheme-NegativeText" d="M 8,2 A 6,6 0 0 0 2,8 6,6 0 0 0 8,14 6,6 0 0 0 14,8 6,6 0 0 0 8,2 Z M 5.70703,5 8,7.29297 10.29297,5 11,5.70703 8.70703,8 11,10.29297 10.29297,11 8,8.70703 5.70703,11 5,10.29297 7.29297,8 5,5.70703 5.70703,5 Z" fill="#00b0ff"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/tCBreak.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + } + .ColorScheme-NegativeText { + color:#da4453; + }</style> + </defs> + <path class="ColorScheme-NegativeText" d="M 8,2 A 6,6 0 0 0 2,8 6,6 0 0 0 8,14 6,6 0 0 0 14,8 6,6 0 0 0 8,2 Z M 5.70703,5 8,7.29297 10.29297,5 11,5.70703 8.70703,8 11,10.29297 10.29297,11 8,8.70703 5.70703,11 5,10.29297 7.29297,8 5,5.70703 5.70703,5 Z" fill="#00d068"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/tabClose.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path d="m1 1v20h9v-1.25h-7.75v-17.5h5v3.75h12.5v4h1.25v-5.25h-3.75v-3.75h-16.25z" color="#eff0f1" fill="currentColor"/> + <path class="ColorScheme-NegativeText" d="m12.414 11-1.414 1.414 3.586 3.586-3.586 3.586 1.414 1.414 3.586-3.586 3.586 3.586 1.414-1.414-3.586-3.586 3.586-3.586-1.414-1.414-3.586 3.586z" fill="#da4453"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/tabCloseOther.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path d="m1 1v20h9v-1.25h-7.75v-17.5h5v3.75h12.5v4h1.25v-5.25h-12.5v-3.75h-7.5zm10 0v3h10v-3h-10z" fill="#eff0f1"/> + <path class="ColorScheme-NegativeText" d="m12.414 11-1.414 1.414 3.586 3.586-3.586 3.586 1.414 1.414 3.586-3.586 3.586 3.586 1.414-1.414-3.586-3.586 3.586-3.586-1.414-1.414-3.586 3.586z" fill="#da4453"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/tabDuplicate.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m1 1v20h20v-16.25h-1.25v-2.5h-10v2.5h-1.25v-3.75h-7.5m1.25 1.25h5v3.75h12.5v13.75h-17.5v-17.5" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/tabManager.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path d="m1 1v20h10v-1.25h-8.75v-17.5h5v3.75h12.5v5h1.25v-6.25h-3.75v-3.75h-16.25z" color="#eff0f1" fill="currentColor"/> + <path d="m19.322 21c0.21918-3e-3 0.43547-0.05052 0.63585-0.13953 0.20039-0.08903 0.3807-0.21776 0.53011-0.37841 0.29072-0.26529 0.47102-0.63049 0.50499-1.0229 0.03856-0.40566-0.07887-0.81077-0.32833-1.1326-1.1203-1.1836-3.3298-3.397-4.937-4.9734 0.34198-0.92641 0.326-1.9474-0.04481-2.8626-0.30492-0.76149-0.84716-1.404-1.546-1.8319-0.54824-0.36372-1.1784-0.58475-1.8334-0.64309-0.65501-0.058331-1.3141 0.047866-1.9179 0.309l-0.57302 0.24862 2.6611 2.7452-1.1651 1.1706-2.7335-2.6762-0.24821 0.57581c-0.20921 0.48546-0.32017 1.0077-0.32639 1.5364-0.00624 0.52874 0.092391 1.0535 0.29018 1.5437 0.19611 0.48477 0.48741 0.92512 0.85661 1.2949 0.20921 0.20508 0.44042 0.38632 0.68947 0.54041 0.51526 0.34471 1.1048 0.56201 1.7202 0.63405 0.61546 0.07203 1.2392-0.0033 1.8199-0.21968 1.0195 1.0359 3.5642 3.6025 4.9387 4.8878 0.27572 0.25088 0.6341 0.39106 1.0065 0.39366zm-7.3706-12.137c0.61081-0.00156 1.2083 0.17875 1.7166 0.51797 0.19824 0.12125 0.38236 0.26429 0.54893 0.42645 0.44301 0.44737 0.73888 1.0197 0.84794 1.6403s0.02608 1.2598-0.23781 1.8318l-0.12583 0.27624 0.2163 0.2115c1.6141 1.5781 3.9641 3.9253 5.0939 5.1201 0.1006 0.15004 0.14362 0.33143 0.12112 0.51068-0.02249 0.17934-0.10898 0.34446-0.24349 0.46482-0.07751 0.08651-0.17197 0.15618-0.27749 0.20455-0.093 0.04214-0.19353 0.06502-0.29558 0.06734-0.15499-0.0039-0.30337-0.06372-0.41795-0.16827-1.4607-1.3657-4.2829-4.2215-5.1111-5.0606l-0.21286-0.21496-0.27404 0.12518c-0.47705 0.22278-1.0035 0.31815-1.5282 0.27685-0.52474-0.0413-1.0299-0.21785-1.4664-0.51252-0.19862-0.12267-0.38276-0.26746-0.54888-0.43163-0.28767-0.28736-0.51499-0.62948-0.66866-1.0062-0.15359-0.37672-0.23038-0.78044-0.22592-1.1874 0-0.20061 0.019864-0.40073 0.059514-0.59739l2.3931 2.3395 2.3689-2.3697-2.3353-2.4085c0.19871-0.038701 0.40077-0.057499 0.6032-0.056108z" fill="#eff0f1"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/tabNew.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path d="m1 1v20h10v-1.25h-8.75v-17.5h5v3.75h12.5v5h1.25v-6.25h-3.75v-3.75h-16.25z" color="#eff0f1" fill="currentColor"/> + <path d="m15 11v4h-4v2h4v4h2v-4h4v-2h-4v-4z" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/task.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="16" height="16" version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m1 1v14h14v-14h-1.75v2.625h-1.75v-2.625h-7v2.625h-1.75v-2.625h-1.75m0.875 3.5h12.25v9.625h-12.25v-9.625m9.0063 1.75-4.0178 4.0178-1.0032-1.0032-0.61865 0.61865 1.615 1.6167 0.0051267-0.006836 0.0068354 0.006836 4.6313-4.6313-0.61865-0.61865" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/taskCompleted.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m1 1v20h20v-20h-2.5v3.75h-2.5v-3.75h-10v3.75h-2.5v-3.75h-2.5m1.25 5h17.5v13.75h-17.5v-13.75m12.866 2.5-5.7397 5.7397-1.4331-1.4331-0.88379 0.88379 2.3071 2.3096 0.0073238-0.009765 0.0097649 0.009765 6.6162-6.6162-0.88379-0.88379" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/taskFixme.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg"> + <g transform="translate(0 -291.18)"> + <circle cx="2.9104" cy="294.09" r="2.4967" fill="#e00000" stroke="#e00000" stroke-width=".29819"/> + <g transform="matrix(.26458 0 0 .26458 2.3913e-7 218.42)" fill="#fafafa" stroke="#fafafa"> + <rect x="9.6756" y="278.18" width="2.6487" height="10.649" stroke-width=".35129"/> + <rect x="9.6753" y="291.18" width="2.6495" height="2.6495" stroke-width=".35051"/> + </g> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/taskNext.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#232629; + }</style> + </defs> + <path class="ColorScheme-Text" d="m1 4v14h14v-14h-1.75v2.625h-1.75v-2.625h-7v2.625h-1.75v-2.625h-1.75m0.875 3.5h12.25v9.625h-12.25v-9.625m9.0063 1.75-4.0178 4.0178-1.0032-1.0032-0.61865 0.61865 1.615 1.6167 0.0051267-0.006836 0.0068354 0.006836 4.6313-4.6313-0.61865-0.61865" color="#232629" fill="#eff0f1"/> + <path class="ColorScheme-Text" d="m16.406 3-0.40601 0.70703 4.188 7.293-4.188 7.293 0.40601 0.70703 4.594-8-4.594-8" color="#eff0f1" fill="#eff0f1"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/taskNote.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg"> + <g transform="translate(0 -291.18)"> + <circle cx="2.9104" cy="294.09" r="2.4967" fill="#09f" stroke="#009aff" stroke-width=".29819"/> + <text transform="scale(1.2383 .80759)" x="1.5444657" y="366.45264" fill="#fafafa" font-family="sans-serif" font-size="6.2235px" letter-spacing="0px" stroke-width=".15559" word-spacing="0px" style="line-height:1.25" xml:space="preserve"><tspan x="1.5444657" y="366.45264" fill="#fafafa" stroke-width=".15559">i</tspan></text> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/taskPrev.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#232629; + }</style> + </defs> + <path class="ColorScheme-Text" d="m7 4v14h14v-14h-1.75v2.625h-1.75v-2.625h-7v2.625h-1.75v-2.625h-1.75m0.875 3.5h12.25v9.625h-12.25v-9.625m9.0063 1.75-4.0178 4.0178-1.0032-1.0032-0.61865 0.61865 1.615 1.6167 0.0051-0.0068 0.0068 0.0068 4.6314-4.6313-0.61865-0.61865" color="#232629" fill="#eff0f1"/> + <path class="ColorScheme-Text" d="m5.594 3 0.40601 0.70703-4.188 7.293 4.188 7.293-0.40601 0.70703-4.594-8 4.594-8" color="#eff0f1" fill="#eff0f1"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/taskPrioHigh.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m10.333 1v9.3333h-9.3333v1.3333h9.3333v9.3333h1.3333v-9.3333h9.3333v-1.3333h-9.3333v-9.3333z" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/taskPrioLow.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m3 9.5v3h16v-3z" color="#eff0f1" fill="currentColor" stroke-width="1.5492"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/taskPriority.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m10.333 1v9.3333h-9.3333v1.3333h9.3333v9.3333h1.3333v-9.3333h9.3333v-1.3333h-9.3333v-9.3333z" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/taskTodo.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg"> + <g transform="translate(0 -291.18)"> + <path transform="matrix(.23892 .0031191 -.0027005 .27595 1.0951 215.21)" d="m0.094494 295.3 10.635-18.897 11.048 18.658-10.841 0.1192z" fill="#ffc300" stroke="#ffc300" stroke-width=".26458"/> + <g stroke="#000"> + <rect x="2.6781" y="293.06" width=".4652" height="2.0516" stroke-width=".064621"/> + <rect x="2.6767" y="295.71" width=".46735" height=".46728" stroke-width=".061821"/> + </g> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/taskWarning.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg"> + <g transform="translate(0 -291.18)"> + <path transform="matrix(.22397 .00294 -.0025315 .26011 1.2026 219.78)" d="m0.094494 295.3 10.635-18.897 11.048 18.658-10.841 0.1192z" fill="#fafafa" stroke="#f00" stroke-width="1.0911"/> + <g stroke="#000"> + <rect x="2.6781" y="293.06" width=".46458" height="2.0521" stroke-width=".064585"/> + <rect x="2.6767" y="295.71" width=".46734" height=".46734" stroke-width=".061825"/> + </g> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/templateViewer.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path d="m1.5 1v20h8.5v-1.25h-7.2324v-17.5h10.133v5h5.0664v2.75h1.2656v-4.0098l-5.0566-4.9902-0.009765 0.011719v-0.011719h-12.666z" color="#eff0f1" fill="currentColor"/> + <path d="m16 11-0.95703 2.6888-2.5781-1.224 1.224 2.5781-2.6888 0.95703 2.6888 0.95703-1.224 2.5781 2.5781-1.224 0.95703 2.6888 0.95703-2.6888 2.5781 1.224-1.224-2.5781 2.6888-0.95703-2.6888-0.95703 1.224-2.5781-2.5781 1.224z" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/terminal.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + <g class="ColorScheme-Text" transform="matrix(1.25,0,0,1.25,-2.75,-2.75)" color="#eff0f1" fill="currentColor" fill-rule="evenodd"> + <path d="m3 3v16h16v-16zm1 1h14v14h-14z"/> + <path d="m6.5 5.793-0.70703 0.70703 3.5 3.5-3.5 3.5 0.70703 0.70703 4.207-4.207-4.207-4.207z"/> + <path d="m10 15h6v1h-6z"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/textencoding.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m1 1v14.375c0 3.1066 2.5184 5.625 5.625 5.625s5.625-2.5184 5.625-5.625v-8.4375l6.1328 14.062h2.6172v-15h-2.5v9.0625l-6.1328-14.062h-2.6172v14.375c0 1.7259-1.3991 3.125-3.125 3.125s-3.125-1.3991-3.125-3.125v-14.375zm17.5 0v2.5h2.5v-2.5z" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/tineye.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <g transform="translate(0 -291.18)"> + <image y="291.18" width="5.8208" height="5.8208" preserveAspectRatio="none" xlink:href="data:image/png;base64,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 "/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/toolbarsConfigure.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg"> + <g transform="translate(0 -291.18)" fill="#eff0f1"> + <g transform="translate(1.792 -6.6889)"> + <path d="m-1.2628 298.13v1.9844h4.2333v-1.9844zm0.26458 0.26459h3.7042v1.4552h-3.7042z"/> + <g transform="matrix(1.0001 0 0 1.05 -2.0566 -14.981)"> + <path d="m1.3229 298.71v0.88194h0.88194v-0.88194z"/> + <path d="m2.4694 298.71v0.88194h0.88194v-0.88194z"/> + <path d="m3.6158 298.71v0.88194h0.88194v-0.88194z"/> + </g> + </g> + <path d="m5.1464 296.74c0.05353-7.3e-4 0.10636-0.0124 0.15529-0.0341 0.048941-0.0218 0.09298-0.0532 0.12947-0.0924 0.071003-0.0648 0.11504-0.15399 0.12333-0.24984 0.00942-0.0991-0.019262-0.19801-0.080188-0.27661-0.27361-0.28908-0.81325-0.82967-1.2058-1.2147 0.083521-0.22626 0.079619-0.47562-0.010944-0.69914-0.07447-0.18598-0.2069-0.34289-0.37758-0.4474-0.1339-0.0888-0.2878-0.14281-0.44777-0.15705-0.15997-0.0142-0.32095 0.012-0.4684 0.0755l-0.13995 0.0607 0.64992 0.67045-0.28455 0.2859-0.66761-0.65359-0.060619 0.14063c-0.051095 0.11856-0.078196 0.2461-0.079715 0.37525-0.00152 0.12912 0.022565 0.25728 0.070871 0.37701 0.047897 0.11844 0.11904 0.22594 0.20921 0.31626 0.051095 0.0502 0.10756 0.0943 0.16839 0.13199 0.12584 0.0841 0.26983 0.13726 0.42012 0.15485 0.15031 0.0176 0.30264-8e-4 0.44447-0.0536 0.24898 0.25301 0.87049 0.87984 1.2062 1.1938 0.067339 0.0613 0.15487 0.0955 0.24583 0.0961zm-1.8001-2.9642c0.14918-3.7e-4 0.2951 0.0437 0.41925 0.12652 0.048416 0.0296 0.093383 0.0646 0.13407 0.10416 0.1082 0.1092 0.18046 0.24904 0.20709 0.4006 0.026635 0.15158 0.00637 0.30768-0.05808 0.44739l-0.030731 0.0674 0.052828 0.0517c0.39421 0.3854 0.96815 0.95868 1.2441 1.2505 0.02457 0.0366 0.035077 0.081 0.029582 0.12472-0.0055 0.0438-0.026616 0.0841-0.059467 0.11352-0.01893 0.0211-0.042001 0.0382-0.067772 0.0499-0.022714 0.0108-0.047267 0.0158-0.07219 0.0164-0.037853-9.3e-4 -0.074093-0.0156-0.10208-0.041-0.35674-0.33355-1.046-1.031-1.2483-1.2359l-0.051986-0.0526-0.06693 0.0306c-0.11651 0.0544-0.24508 0.0778-0.37324 0.0677-0.12816-0.01-0.25153-0.0532-0.35814-0.12516-0.04851-0.03-0.093481-0.0654-0.13405-0.10548-0.070259-0.0702-0.12578-0.15373-0.16331-0.24575-0.03751-0.092-0.056266-0.19061-0.055177-0.28998 0-0.049 0.00486-0.0979 0.014534-0.14591l0.58447 0.57137 0.57857-0.57875-0.57036-0.58823c0.048532-0.01 0.09788-0.014 0.14732-0.0137z"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/trPreviewer.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m1 1v20h20v-20zm1.25 5h17.5v13.75h-17.5z" color="#eff0f1" fill="currentColor"/> + <g transform="matrix(.6 0 0 .6 25.375 -7.7331)"> + <path d="m-31.049 24.055c-0.17884 0-0.39742 0.09306-0.52123 0.22024-0.71841 0.72277-1.4384 1.444-2.1613 2.1637-0.12534 0.12408-0.22622 0.34742-0.22622 0.53975v0.0016c0.0031 3.3331 0.0031 10.102 0.0031 10.176v0.39706h0.3913c0.07337 0 9.8514-0.0016 14.691 0.0016 0.19565 0 0.41729-0.10236 0.54416-0.22955l0.0016-0.0016c0.71074-0.71812 1.4246-1.4331 2.1414-2.145 0.13446-0.13494 0.2277-0.36604 0.2277-0.55526-0.0031-3.3238 0-10.171 0-10.171v-0.39706zm0.01834 0.79411h14.29c0 0.49787-3e-3 6.5716 0 9.7698-0.71535 0.71036-1.4292 1.4254-2.1384 2.1419-4.7125-0.0031-13.732-0.0031-14.293-0.0016 0-0.55526 0-6.5514-0.0031-9.762 0.71688-0.71341 1.4322-1.4284 2.1445-2.1481zm3.7617 1.5882c-0.12381 0-0.24609 0.0031-0.3699 0.0077-0.29959 0.01241-0.5946 0.0636-0.88349 0.1489-0.65421 0.19698-1.1449 0.59093-1.4307 1.2191-0.09935 0.21869-0.18342 0.44669-0.25068 0.67779-0.18495 0.63281-0.22317 1.2842-0.23081 1.9372-0.0046 0.44048 0.0214 0.87942 0.08407 1.3153 0.06114 0.40792 0.15591 0.80652 0.31641 1.1896 0.29042 0.68865 0.80095 1.1214 1.5194 1.3106 0.62517 0.16596 1.2565 0.18767 1.9076 0.09617 0.32711 0.5351 0.65727 1.0779 0.99202 1.627 0.39589-0.18613 0.77191-0.36139 1.1586-0.54286-0.31946-0.51493-0.6267-1.0128-0.93088-1.5045 0.13298-0.12098 0.26444-0.228 0.3806-0.34898 0.30112-0.32106 0.48302-0.70726 0.60224-1.1276 0.16967-0.60024 0.21247-1.2175 0.22775-1.8364 0.0107-0.47926-0.01987-0.95697-0.08407-1.4316-0.06114-0.44204-0.16661-0.87322-0.34698-1.2842-0.30724-0.69795-0.82999-1.1353-1.5652-1.3277-0.36226-0.09306-0.72758-0.12408-1.096-0.12563zm4.659 0.79412v1.5882h-0.78261v1.1912h0.78261v2.7794c0 0.30555 0.06266 0.64056 0.18342 0.92595 0.10088 0.24041 0.27055 0.40947 0.50747 0.51338 0.18037 0.07756 0.36838 0.11788 0.5625 0.13649 0.37143 0.03412 0.80248-0.02636 1.1678-0.09151 0.10394-0.01861 0.20635-0.04033 0.31794-0.06203-0.01069-0.32416-0.02752-0.75844-0.05349-1.0702-0.04128-3e-3 -0.06266-0.0093-0.0856-0.0078-0.24456 0.0093-0.55333 0.04808-0.79789 0.05273-0.10547 0.0016-0.21247-0.0093-0.31641-0.03103-0.13145-0.02792-0.21858-0.11633-0.25526-0.24971-0.01376-0.05583-0.02905-0.11013-0.03211-0.16596-0.01681-0.20939-0.02293-0.53355-0.02446-0.74448-0.0046-0.75069 0-1.9853 0-1.9853h1.5652v-1.1912h-1.5652v-1.5882zm-4.6972 0.40481c0.23234 0 0.46315 0.02792 0.69395 0.08531 0.39895 0.09926 0.69701 0.31641 0.88044 0.65608 0.1605 0.29159 0.24915 0.60334 0.29042 0.9244 0.04892 0.38775 0.07184 0.7786 0.09324 1.0206-0.01987 0.67159-0.03515 1.1927-0.1819 1.703-0.03057 0.10857-0.06879 0.21559-0.11158 0.31951-0.16508 0.40946-0.49066 0.65918-0.95228 0.76775-0.4662 0.10857-0.93852 0.11012-1.4078 3e-3 -0.49219-0.11163-0.82388-0.38306-0.99813-0.81579-0.14062-0.35053-0.21552-0.71191-0.23539-1.081-0.02293-0.41412-0.0321-0.82979-0.01987-1.2439 0.0107-0.44824 0.07643-0.89183 0.23692-1.3184 0.03363-0.0884 0.0749-0.17526 0.1177-0.25902 0.18342-0.35208 0.48913-0.57232 0.89878-0.67624 0.23081-0.05739 0.46314-0.08531 0.69548-0.08531z" fill="#eff0f1" stroke-width=".39417"/> + <path d="m-13.958 35.555v6.5455l-2.5 2.4545v-2.4545h-7.5v-6.5455z" fill="#5fd38d"/> + <path d="m-14.791 36.373h-8.3333v4.9091h8.3333z" fill="#5fd38d"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/transformResize.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m1 1v3.75h3.75v-3.75h-2.5zm16.25 0v1.25h2.5v2.5h1.25v-3.75zm-15 1.25h1.25v1.25h-1.25zm3.75 1.25v1.25h2.5v-1.25zm3.75 0v1.25h2.5v-1.25zm3.75 0v1.25h2.5v-1.25zm-10 2.5v2.5h1.25v-2.5zm5 0v8.75h7.5v-1.25h-6.25v-7.5zm8.75 0v2.5h1.25v-2.5zm-13.75 3.75v2.5h1.25v-2.5zm13.75 0v2.5h1.25v-2.5zm-13.75 3.75v2.5h1.25v-2.5zm13.75 0v2.5h1.25v-2.5zm-16.25 3.75v3.75h3.75v-3.75zm5 0v1.25h2.5v-1.25zm3.75 0v1.25h2.5v-1.25zm3.75 0v1.25h2.5v-1.25zm3.75 0v3.75h3.75v-3.75h-2.5zm-15 1.25h1.25v1.25h-1.25zm16.25 0h1.25v1.25h-1.25z" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/translate.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg"> + <g transform="translate(0 -291.18)"> + <path d="m1.1786 291.97v0.92605h0.57727v0.18521h-0.96212v0.18521h0.96212v0.37041h0.19242v-0.37041h0.96212v-0.18521h-0.96212v-0.18521h0.57727v-0.92605h-1.1545zm0.19242 0.18522h0.96212v0.1852h-0.96212zm0 0.37041h0.96212v0.18521h-0.96212z" color="#000000" fill="#eff0f1"/> + <path d="m2.1351 295.48c-0.16521-0.45965-0.26582-0.69713-0.28304-0.75412-2e-6 0-0.085738 0.23749-0.276 0.75412h0.55905m0.26895 0.72755-0.20318-0.56446h-0.69294l-0.21023 0.56446h-0.20671l0.66709-1.6669h0.20788l0.64713 1.6669h-0.20906" fill="#eff0f1"/> + <g transform="matrix(.19242 0 0 .18521 -73.207 197.9)" fill="#eff0f1"> + <path d="m399.57 526.8v2.9972h2.1708c0.65505 0 1.1393-0.13463 1.4528-0.40389 0.31748-0.27327 0.47622-0.68921 0.47622-1.2478 0-0.56263-0.15874-0.67635-0.47622-0.9416-0.31347-0.26925-0.79773-0.40388-1.4528-0.40389h-2.1708m0-4.0015v3.0129h2.2199c0.59476 0 1.0707-0.11051 1.3601-0.33155 0.29336-0.22505 0.44004-0.86684 0.44006-1.325-1e-5 -0.45411-0.14669-0.7937-0.44006-1.0188-0.28936-0.22505-0.76533-0.33757-1.3601-0.33758h-2.2199m-1-1.0007h3.1105c0.92833 1e-5 1.6437 0.19291 2.146 0.5787 0.50233 0.38581 0.75351 0.93437 0.75351 1.6457 0 0.55058-0.1286 1.2888-0.3858 1.6143-0.25721 0.32553-0.63497 0.52847-1.1333 0.60884 1.247 0.30952 1.8647 1.1714 1.8928 2.0327-1e-5 0.80375-0.27328 1.4246-0.81983 1.8627-0.54656 0.43804-1.3242 0.65706-2.3329 0.65706h-3.2311v-9" fill="#eff0f1"/> + </g> + <path d="m4.065 291.97v1.4817h-0.7697v0.1852h1.7318v-0.1852h-0.7697v-0.92605h0.7697v-0.18521h-0.7697v-0.37042z" color="#000000" fill="#eff0f1"/> + <path d="m0.26458 291.44v5.2917h5.2917v-5.2917zm0.26458 0.26459h4.7625v4.7625h-4.7625z" fill="#eff0f1" stroke-width="0"/> + <path d="m3.9688 293.74h-0.70556v-0.70556h-0.70556v0.70556h-0.70556l1.0583 1.4111 1.0583-1.4111" fill="#49cff1"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/trash.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1 + }</style> + </defs> + <path class="ColorScheme-Text" d="m7.1429 1v2.5h-5.1429v1.25h1.2857v16.25h15.429v-16.25h1.2857v-1.25h-5.1429v-2.5zm1.2857 1.25h5.1429v1.25h-5.1429zm-3.8571 2.5h12.857v15h-12.857zm2.5714 3.75v7.5h1.2857v-7.5zm6.4286 0v7.5h1.2857v-7.5z" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/uiPreviewer.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m1 1v20h20v-20zm1.25 5h17.5v13.75h-17.5z" color="#eff0f1" fill="currentColor"/> + <g transform="matrix(.6 0 0 .58537 4.4 6.7073)" fill="#eff0f1"> + <path d="m3.9088 0.5c-0.17884 0-0.39742 0.093061-0.52123 0.22024-0.71841 0.72277-1.4383 1.444-2.1613 2.1637-0.12534 0.12408-0.22622 0.34743-0.22622 0.53975v0.00155c0.00306 3.3331 0.00306 10.102 0.00306 10.176v0.39706h0.3913c0.07337 0 9.8514-0.0016 14.691 0.0016 0.19565 0 0.41729-0.10236 0.54416-0.22955l0.0016-0.0016c0.71074-0.71812 1.4246-1.4331 2.1414-2.145 0.13446-0.13494 0.2277-0.36604 0.2277-0.55526-0.003058-3.3238 0-10.171 0-10.171v-0.39706zm0.018342 0.79411h14.29c0 0.49787-3e-3 6.5716 0 9.7698-0.71535 0.71036-1.4292 1.4254-2.1384 2.1419-4.7125-0.0031-13.732-0.0031-14.293-0.0016 0-0.55526 0-6.5514-0.00306-9.762 0.71688-0.71341 1.4322-1.4284 2.1445-2.1481zm3.7617 1.5882c-0.12381 0-0.24609 0.00309-0.3699 0.00775-0.29959 0.012413-0.5946 0.063596-0.88349 0.1489-0.65421 0.19698-1.1449 0.59093-1.4307 1.2191-0.099355 0.21869-0.18342 0.44669-0.25068 0.67779-0.18495 0.63281-0.22317 1.2842-0.23081 1.9372-0.00459 0.44049 0.0214 0.87942 0.084069 1.3153 0.061141 0.40791 0.15591 0.80652 0.31641 1.1896 0.29042 0.68865 0.80095 1.1214 1.5194 1.3106 0.62517 0.16596 1.2565 0.18767 1.9076 0.09617 0.32711 0.5351 0.65727 1.0779 0.99202 1.627 0.39589-0.18613 0.77191-0.36139 1.1586-0.54286-0.31946-0.51493-0.6267-1.0128-0.93088-1.5045 0.13298-0.12098 0.26444-0.228 0.3806-0.34898 0.30112-0.32106 0.48302-0.70726 0.60224-1.1276 0.16967-0.60024 0.21247-1.2175 0.22775-1.8364 0.010701-0.47926-0.019872-0.95697-0.084069-1.4316-0.061141-0.44204-0.16661-0.87322-0.34698-1.2842-0.30724-0.69795-0.82999-1.1353-1.5652-1.3277-0.36226-0.09306-0.72758-0.12408-1.096-0.12563zm4.659 0.79411v1.5882h-0.78261v1.1912h0.78261v2.7794c0 0.30555 0.06266 0.64056 0.18342 0.92595 0.10088 0.24041 0.27055 0.40947 0.50747 0.51338 0.18037 0.07756 0.36838 0.11788 0.5625 0.13649 0.37143 0.03412 0.80248-0.02636 1.1678-0.09151 0.10394-0.01861 0.20635-0.04033 0.31794-0.06203-0.01069-0.32416-0.02752-0.75844-0.05349-1.0702-0.04128-0.00304-0.06266-0.00934-0.0856-0.00776-0.24456 0.00934-0.55333 0.048083-0.79789 0.052729-0.10547 0.00158-0.21247-0.00934-0.31641-0.031028-0.13145-0.027922-0.21858-0.11633-0.25526-0.24971-0.01376-0.055834-0.02905-0.11013-0.03211-0.16596-0.01681-0.20939-0.02293-0.53355-0.02446-0.74448-0.0046-0.75069 0-1.9853 0-1.9853h1.5652v-1.1912h-1.5652v-1.5882zm-4.6972 0.40481c0.23234 0 0.46315 0.027917 0.69395 0.085305 0.39895 0.099264 0.69701 0.31641 0.88043 0.65608 0.1605 0.29159 0.24915 0.60334 0.29042 0.9244 0.048915 0.38775 0.071838 0.7786 0.09324 1.0206-0.019872 0.67159-0.035154 1.1927-0.1819 1.703-0.030573 0.10857-0.068787 0.21559-0.11158 0.31951-0.16508 0.40946-0.49066 0.65918-0.95228 0.76775-0.4662 0.10857-0.93852 0.11011-1.4078 0.0030375-0.49219-0.11163-0.82388-0.38306-0.99813-0.81579-0.14062-0.35053-0.21552-0.71191-0.23539-1.0811-0.022926-0.41412-0.032098-0.82979-0.019871-1.2439 0.010699-0.44824 0.076427-0.89183 0.23692-1.3184 0.033628-0.088402 0.074898-0.17526 0.1177-0.25902 0.18342-0.35208 0.48913-0.57232 0.89878-0.67624 0.23081-0.057387 0.46315-0.085306 0.69548-0.085306z" stroke-width=".39417"/> + <path class="ColorScheme-Text" d="m17.999 11-6.9987 6.9987v3.0013h3.0013l6.9987-6.9987zm-1.7074 2.9085 1.8001 1.8001-2.6449 2.6465v-0.56315l-0.84473 0.0179h-0.86263v-1.3509l1.2012-1.1995zm-3.3968 3.3952v1.3509h1.6895l0.0179 0.54362-0.90006 0.90169h-1.2012l-0.60059-0.60059v-1.2012z" color="#eff0f1"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/unhighlight.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <g fill="#37c837"> + <path d="m1 8.5v1.25h20v-1.25z" color="#eff0f1"/> + <path d="m1 11v1.25h9v-1.25h-9z" color="#eff0f1"/> + </g> + <g fill="#eff0f1"> + <path d="m1 1v1.25h20v-1.25z" color="#eff0f1"/> + <path d="m1 3.5v1.25h11.25v-1.25z" color="#eff0f1"/> + <path d="m1 16v1.25h9v-1.25h-9zm0 2.5v1.25h9v-1.25h-9z" color="#eff0f1"/> + </g> + <path class="ColorScheme-NegativeText" d="m12.414 11-1.414 1.414 3.586 3.586-3.586 3.586 1.414 1.414 3.586-3.586 3.586 3.586 1.414-1.414-3.586-3.586 3.586-3.586-1.414-1.414-3.586 3.586z" fill="#da4453"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/unittest.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <g transform="matrix(1.4368 0 0 1.4654 -.43678 -.4654)" fill="#da4453"> + <path d="m3.02 8.5017-0.00271-0.04081c8.7e-4 0.01361 0.00178 0.02722 0.00271 0.04081z"/> + <path d="m7.2577 8.9047-1.7701-1.7791 0.59162-0.59161 1.8718 1.8812 1.8451-1.8451 0.59165 0.5916-1.77 1.77 1.7701 1.7791-0.59161 0.5916-1.8717-1.8813-1.8451 1.8451-0.59161-0.5916z"/> + <path d="m10.878 3.9183v0.58167h0.7849l1.6579-1.6579 0.5916 0.59161-1.5698 1.5698 0.0189 0.04949c0.3304 0.86212 0.5165 1.8351 0.5165 2.8653 0 0.1957-0.0067 0.38933-0.0199 0.58053l-3e-3 0.04364h2.0654v0.83666h-2.1705l-0.0061 0.03349c-0.1764 0.96445-0.5195 1.8438-0.9869 2.5838l-0.0347 0.0551 1.9964 2.0065-0.5931 0.5901-1.9098-1.9194-0.0577 0.0645c-0.8627 0.965-1.9806 1.5435-3.1984 1.5435-1.2367 0-2.3704-0.5966-3.2384-1.5887l-0.05749-0.0657-1.8717 1.8717-0.59162-0.5916 1.9632-1.9632-0.03399-0.055c-0.45068-0.729-0.782-1.5897-0.95424-2.5316l-0.00612-0.03349h-2.1688v-0.83666h2.0637l-3e-3 -0.04364c-0.01315-0.1912-0.01986-0.38483-0.01986-0.58053 0-1.0167 0.18128-1.9778 0.50362-2.8315l0.01857-0.04919-1.6109-1.619 0.59311-0.59012 1.6631 1.6715h0.83249v-0.58167c0-1.6118 1.3066-2.9183 2.9183-2.9183s2.9183 1.3066 2.9183 2.9183zm-5 0v0.58167h4.1633v-0.58167c0-1.1497-0.93196-2.0817-2.0816-2.0817s-2.0817 0.93199-2.0817 2.0817zm5.7163 1.4712-0.0199-0.0529h-7.2295l-0.0199 0.0529c-0.28341 0.75313-0.44701 1.6105-0.44701 2.5288 0 1.6099 0.50298 3.0339 1.274 4.0363 0.77037 1.0015 1.771 1.5454 2.8076 1.5454s2.0373-0.5439 2.8076-1.5454c0.7711-1.0024 1.274-2.4263 1.274-4.0363 0-0.91822-0.1636-1.7756-0.447-2.5288z" clip-rule="evenodd" fill-rule="evenodd"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/unittestProject.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path d="m3.5 1v2.5h-2.5v3.75h2.5v7.5h-2.5v3.75h2.5v2.5h7.5v-1.25h-6.25v-13.75h15v5h1.25v-10h-17.5zm1.25 1.25h15v2.5h-15v-2.5z" color="#eff0f1" fill="currentColor"/> + <g transform="matrix(.71839 0 0 .7327 10.282 10.267)" fill="#da4453"> + <path d="m3.02 8.5017-0.00271-0.04081c8.7e-4 0.01361 0.00178 0.02722 0.00271 0.04081z"/> + <path d="m7.2577 8.9047-1.7701-1.7791 0.59162-0.59161 1.8718 1.8812 1.8451-1.8451 0.59165 0.5916-1.77 1.77 1.7701 1.7791-0.59161 0.5916-1.8717-1.8813-1.8451 1.8451-0.59161-0.5916z"/> + <path d="m10.878 3.9183v0.58167h0.7849l1.6579-1.6579 0.5916 0.59161-1.5698 1.5698 0.0189 0.04949c0.3304 0.86212 0.5165 1.8351 0.5165 2.8653 0 0.1957-0.0067 0.38933-0.0199 0.58053l-3e-3 0.04364h2.0654v0.83666h-2.1705l-0.0061 0.03349c-0.1764 0.96445-0.5195 1.8438-0.9869 2.5838l-0.0347 0.0551 1.9964 2.0065-0.5931 0.5901-1.9098-1.9194-0.0577 0.0645c-0.8627 0.965-1.9806 1.5435-3.1984 1.5435-1.2367 0-2.3704-0.5966-3.2384-1.5887l-0.05749-0.0657-1.8717 1.8717-0.59162-0.5916 1.9632-1.9632-0.03399-0.055c-0.45068-0.729-0.782-1.5897-0.95424-2.5316l-0.00612-0.03349h-2.1688v-0.83666h2.0637l-3e-3 -0.04364c-0.01315-0.1912-0.01986-0.38483-0.01986-0.58053 0-1.0167 0.18128-1.9778 0.50362-2.8315l0.01857-0.04919-1.6109-1.619 0.59311-0.59012 1.6631 1.6715h0.83249v-0.58167c0-1.6118 1.3066-2.9183 2.9183-2.9183s2.9183 1.3066 2.9183 2.9183zm-5 0v0.58167h4.1633v-0.58167c0-1.1497-0.93196-2.0817-2.0816-2.0817s-2.0817 0.93199-2.0817 2.0817zm5.7163 1.4712-0.0199-0.0529h-7.2295l-0.0199 0.0529c-0.28341 0.75313-0.44701 1.6105-0.44701 2.5288 0 1.6099 0.50298 3.0339 1.274 4.0363 0.77037 1.0015 1.771 1.5454 2.8076 1.5454s2.0373-0.5439 2.8076-1.5454c0.7711-1.0024 1.274-2.4263 1.274-4.0363 0-0.91822-0.1636-1.7756-0.447-2.5288z" clip-rule="evenodd" fill-rule="evenodd"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/unittestRerunFailed.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <g transform="matrix(.79023 0 0 .80597 .20977 .19403)" fill="#da4453"> + <path d="m3.02 8.5017-0.00271-0.04081c8.7e-4 0.01361 0.00178 0.02722 0.00271 0.04081z"/> + <path d="m7.2577 8.9047-1.7701-1.7791 0.59162-0.59161 1.8718 1.8812 1.8451-1.8451 0.59165 0.5916-1.77 1.77 1.7701 1.7791-0.59161 0.5916-1.8717-1.8813-1.8451 1.8451-0.59161-0.5916z"/> + <path d="m10.878 3.9183v0.58167h0.7849l1.6579-1.6579 0.5916 0.59161-1.5698 1.5698 0.0189 0.04949c0.3304 0.86212 0.5165 1.8351 0.5165 2.8653 0 0.1957-0.0067 0.38933-0.0199 0.58053l-3e-3 0.04364h2.0654v0.83666h-2.1705l-0.0061 0.03349c-0.1764 0.96445-0.5195 1.8438-0.9869 2.5838l-0.0347 0.0551 1.9964 2.0065-0.5931 0.5901-1.9098-1.9194-0.0577 0.0645c-0.8627 0.965-1.9806 1.5435-3.1984 1.5435-1.2367 0-2.3704-0.5966-3.2384-1.5887l-0.05749-0.0657-1.8717 1.8717-0.59162-0.5916 1.9632-1.9632-0.03399-0.055c-0.45068-0.729-0.782-1.5897-0.95424-2.5316l-0.00612-0.03349h-2.1688v-0.83666h2.0637l-3e-3 -0.04364c-0.01315-0.1912-0.01986-0.38483-0.01986-0.58053 0-1.0167 0.18128-1.9778 0.50362-2.8315l0.01857-0.04919-1.6109-1.619 0.59311-0.59012 1.6631 1.6715h0.83249v-0.58167c0-1.6118 1.3066-2.9183 2.9183-2.9183s2.9183 1.3066 2.9183 2.9183zm-5 0v0.58167h4.1633v-0.58167c0-1.1497-0.93196-2.0817-2.0816-2.0817s-2.0817 0.93199-2.0817 2.0817zm5.7163 1.4712-0.0199-0.0529h-7.2295l-0.0199 0.0529c-0.28341 0.75313-0.44701 1.6105-0.44701 2.5288 0 1.6099 0.50298 3.0339 1.274 4.0363 0.77037 1.0015 1.771 1.5454 2.8076 1.5454s2.0373-0.5439 2.8076-1.5454c0.7711-1.0024 1.274-2.4263 1.274-4.0363 0-0.91822-0.1636-1.7756-0.447-2.5288z" clip-rule="evenodd" fill-rule="evenodd"/> + </g> + <path class="ColorScheme-Text" d="m21 15.5c0 0.99118-0.26326 1.9176-0.71838 2.7191l-0.50757-0.50757 0.0013-0.0013-1.9094-1.9107 0.48608-0.48608 1.7053 1.7067c0.15993-0.47824 0.25509-0.98646 0.25509-1.52 0-2.6661-2.1464-4.8125-4.8125-4.8125-0.79922 0-1.5496 0.19651-2.2115 0.53845l-0.50757-0.50757c0.80149-0.45516 1.7279-0.71838 2.7191-0.71838 3.047 0 5.5 2.453 5.5 5.5zm-2.7809 4.7816c-0.80149 0.45516-1.7279 0.71838-2.7191 0.71838-3.047 0-5.5-2.453-5.5-5.5 0-0.99118 0.26326-1.9176 0.71838-2.7191l0.46997 0.46997 0.0013-0.0013 1.9443 1.9443-0.48608 0.48608-1.704-1.704c-0.16085 0.47939-0.2565 0.98899-0.2565 1.524 0 2.6661 2.1464 4.8125 4.8125 4.8125 0.79922 0 1.5496-0.19651 2.2115-0.53845z" color="#eff0f1" fill="#da4453" stroke-width=".6875"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/unittestRestart.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <g transform="matrix(.79023 0 0 .80597 .20977 .19403)" fill="#da4453"> + <path d="m3.02 8.5017-0.00271-0.04081c8.7e-4 0.01361 0.00178 0.02722 0.00271 0.04081z"/> + <path d="m7.2577 8.9047-1.7701-1.7791 0.59162-0.59161 1.8718 1.8812 1.8451-1.8451 0.59165 0.5916-1.77 1.77 1.7701 1.7791-0.59161 0.5916-1.8717-1.8813-1.8451 1.8451-0.59161-0.5916z"/> + <path d="m10.878 3.9183v0.58167h0.7849l1.6579-1.6579 0.5916 0.59161-1.5698 1.5698 0.0189 0.04949c0.3304 0.86212 0.5165 1.8351 0.5165 2.8653 0 0.1957-0.0067 0.38933-0.0199 0.58053l-3e-3 0.04364h2.0654v0.83666h-2.1705l-0.0061 0.03349c-0.1764 0.96445-0.5195 1.8438-0.9869 2.5838l-0.0347 0.0551 1.9964 2.0065-0.5931 0.5901-1.9098-1.9194-0.0577 0.0645c-0.8627 0.965-1.9806 1.5435-3.1984 1.5435-1.2367 0-2.3704-0.5966-3.2384-1.5887l-0.05749-0.0657-1.8717 1.8717-0.59162-0.5916 1.9632-1.9632-0.03399-0.055c-0.45068-0.729-0.782-1.5897-0.95424-2.5316l-0.00612-0.03349h-2.1688v-0.83666h2.0637l-3e-3 -0.04364c-0.01315-0.1912-0.01986-0.38483-0.01986-0.58053 0-1.0167 0.18128-1.9778 0.50362-2.8315l0.01857-0.04919-1.6109-1.619 0.59311-0.59012 1.6631 1.6715h0.83249v-0.58167c0-1.6118 1.3066-2.9183 2.9183-2.9183s2.9183 1.3066 2.9183 2.9183zm-5 0v0.58167h4.1633v-0.58167c0-1.1497-0.93196-2.0817-2.0816-2.0817s-2.0817 0.93199-2.0817 2.0817zm5.7163 1.4712-0.0199-0.0529h-7.2295l-0.0199 0.0529c-0.28341 0.75313-0.44701 1.6105-0.44701 2.5288 0 1.6099 0.50298 3.0339 1.274 4.0363 0.77037 1.0015 1.771 1.5454 2.8076 1.5454s2.0373-0.5439 2.8076-1.5454c0.7711-1.0024 1.274-2.4263 1.274-4.0363 0-0.91822-0.1636-1.7756-0.447-2.5288z" clip-rule="evenodd" fill-rule="evenodd"/> + </g> + <path class="ColorScheme-Text" d="m21 15.5c0 0.99118-0.26326 1.9176-0.71838 2.7191l-0.50757-0.50757 0.0013-0.0013-1.9094-1.9107 0.48608-0.48608 1.7053 1.7067c0.15993-0.47824 0.25509-0.98646 0.25509-1.52 0-2.6661-2.1464-4.8125-4.8125-4.8125-0.79922 0-1.5496 0.19651-2.2115 0.53845l-0.50757-0.50757c0.80149-0.45516 1.7279-0.71838 2.7191-0.71838 3.047 0 5.5 2.453 5.5 5.5zm-2.7809 4.7816c-0.80149 0.45516-1.7279 0.71838-2.7191 0.71838-3.047 0-5.5-2.453-5.5-5.5 0-0.99118 0.26326-1.9176 0.71838-2.7191l0.46997 0.46997 0.0013-0.0013 1.9443 1.9443-0.48608 0.48608-1.704-1.704c-0.16085 0.47939-0.2565 0.98899-0.2565 1.524 0 2.6661 2.1464 4.8125 4.8125 4.8125 0.79922 0 1.5496-0.19651 2.2115-0.53845z" color="#eff0f1" fill="#5fd38d" stroke-width=".6875"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/unittestScript.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg"> + <path d="m9.3333 1c-1.8467 0-3.3333 1.4867-3.3333 3.3333h5v1.6667h-6.6667c-1.8467 0-3.3333 1.4867-3.3333 3.3333v3.3333c0 1.8467 1.4867 3.3333 3.3333 3.3333v-1.6667c0-1.4812 0.64983-2.7937 1.6667-3.7077 0.00113-1e-3 0.00211-0.0023 0.00325-0.0032 0.22024-0.19762 0.45764-0.37623 0.70964-0.53385 0.00205-0.0013 0.00445-2e-3 0.00651-0.0033 0.24818-0.15476 0.50993-0.28704 0.7845-0.39715 0.049445-0.0194 0.10278-0.030962 0.15299-0.048825 0.23327-0.084875 0.47095-0.16243 0.71941-0.21159 0.31035-0.05985 0.6287-0.0944 0.95703-0.0944h6.6667v-5c0-1.8467-1.4866-3.3333-3.3333-3.3333zm0 0.83333c0.46167 0 0.83333 0.37167 0.83333 0.83333s-0.37167 0.83333-0.83333 0.83333-0.83333-0.37167-0.83333-0.83333 0.37167-0.83333 0.83333-0.83333zm8.3333 4.1667v1.6667c0 1.4812-0.65308 2.7969-1.6699 3.7109-0.22024 0.19763-0.45764 0.37622-0.70964 0.53385-2e-3 0.0013-0.0045 2e-3 -0.0065 0.0033-0.24818 0.15475-0.50993 0.28703-0.7845 0.39714-0.04945 0.0194-0.10279 0.03098-0.153 0.04883-0.23328 0.08488-0.47096 0.16244-0.71941 0.21159-0.31035 0.05985-0.6287 0.0944-0.95703 0.0944h-6.6667v5c0 1.8466 1.4866 3.3333 3.3333 3.3333h3.3333c1.8467 5e-6 3.3333-1.4867 3.3333-3.3333h-5v-1.6667h6.6667c1.8467 0 3.3333-1.4867 3.3333-3.3333v-3.3333c0-1.8467-1.4867-3.3333-3.3333-3.3333zm-5 12.5c0.46167 0 0.83333 0.37167 0.83333 0.83333 0 0.46167-0.37167 0.83333-0.83333 0.83333-0.46167 0-0.83333-0.37167-0.83333-0.83333 0-0.46167 0.37167-0.83333 0.83333-0.83333z" fill="#f59e16" stroke-width="1.6667"/> + <path d="m3.6449 15.905c-1.0799-0.23814-1.9515-0.96024-2.3667-1.9609-0.23798-0.57353-0.2435-0.6405-0.2435-2.9573 0-2.4426-4.382e-4 -2.4387 0.35679-3.1674 0.15485-0.31587 0.27272-0.47309 0.59404-0.79237 0.61042-0.60654 1.1535-0.87745 1.9611-0.97826 0.24461-0.030533 1.6685-0.0493 3.7405-0.0493h3.3455v-1.678h-5.025l0.020892-0.19809c0.043445-0.41194 0.12282-0.76663 0.2315-1.0344 0.28459-0.70131 0.91079-1.3795 1.5731-1.7036 0.70139-0.34329 0.70088-0.34322 2.9604-0.36191 1.3056-0.010799 2.1368 0.00118 2.3472 0.033828 0.74508 0.1156 1.36 0.42821 1.8771 0.95435 0.38217 0.3888 0.62886 0.78959 0.80494 1.3078l0.12671 0.37288 0.02794 5.6165-3.4628 2.797e-4c-3.7992 2.8e-4 -3.9821 0.010868-4.7579 0.27498-1.6385 0.55781-2.833 1.853-3.3061 3.5847-0.084508 0.30932-0.10069 0.52546-0.11839 1.5818l-0.020511 1.2235-0.19356-0.0037c-0.10646-2e-3 -0.31941-0.03146-0.47322-0.06537zm5.9786-12.448c0.23032-0.096235 0.37788-0.23824 0.48202-0.46388 0.10874-0.23561 0.10887-0.41585 4.85e-4 -0.65447-0.22285-0.4906-0.79509-0.6686-1.2228-0.38036-0.57245 0.38577-0.50672 1.1986 0.11993 1.4832 0.23169 0.10524 0.39574 0.10933 0.62037 0.015472z" fill="#59f" stroke="#59f" stroke-width=".18644"/> + <path d="m3.8769 16.021c-1.2932-0.19009-2.3276-1.0581-2.7783-2.3311-0.10462-0.29556-0.10766-0.35367-0.12435-2.3767-0.02134-2.5866-0.0035742-2.7756 0.32413-3.4486 0.20725-0.42558 0.2898-0.53952 0.64158-0.88559 0.46207-0.45457 0.84593-0.697 1.3787-0.87072 0.35486-0.11571 0.44157-0.12338 1.7945-0.15867 0.78189-0.020394 2.4127-0.038555 3.6239-0.040356l2.2023-0.00327v-1.4915h-5.017l0.039441-0.33792c0.082337-0.70546 0.25768-1.1849 0.61798-1.6898 0.42952-0.60191 1.1146-1.096 1.8194-1.3123 0.25572-0.078458 0.47917-0.085803 2.6102-0.085803h2.3305l0.37288 0.12699c0.53022 0.18057 0.9215 0.42591 1.3262 0.83156 0.39706 0.398 0.6012 0.71448 0.81882 1.2694l0.14988 0.38221 0.05924 5.803h-3.4512c-2.1311 0-3.6243 0.01902-3.9038 0.049728-1.8332 0.20141-3.4435 1.5466-4.0833 3.4109-0.16642 0.48492-0.2114 0.87998-0.21359 1.8762-0.00101 0.46144-0.015071 0.9491-0.031236 1.0837-0.032921 0.27408-0.022253 0.2699-0.50691 0.19866zm5.8238-12.697c0.22793-0.13357 0.39978-0.41605 0.39978-0.65711 0-0.38236-0.38671-0.76907-0.76907-0.76907-0.37964 0-0.76907 0.38942-0.76907 0.76907 0 0.22876 0.1764 0.52469 0.38858 0.65187 0.25028 0.15002 0.49975 0.15176 0.74977 0.00524z" fill="#59f" stroke="#59f" stroke-width=".18644"/> + <path d="m8.4791 20.868c-1.1305-0.3003-2.0097-1.1819-2.3497-2.3563-0.10661-0.36823-0.10735-0.38954-0.10735-3.0975v-2.7267l3.7521-0.0245c4.0868-0.02668 3.7551-0.0052 4.6099-0.299 0.68486-0.23541 1.3543-0.67684 1.9039-1.2554 0.75974-0.7998 1.219-1.7686 1.3618-2.8724 0.02487-0.19227 0.04587-0.77332 0.04666-1.2912l0.0014-0.94166 0.2447 0.025284c1.4235 0.14709 2.5831 1.1278 2.928 2.4764 0.0826 0.32295 0.09004 0.52992 0.09004 2.5022 0 2.3009-0.0047 2.3571-0.24808 2.9596-0.38832 0.96139-1.3874 1.7661-2.4289 1.9562-0.18272 0.03336-1.4679 0.0505-3.7871 0.0505h-3.5105v1.7246h4.9873v0.15458c0 0.69752-0.41873 1.6179-0.98356 2.1619-0.43106 0.41516-0.71671 0.5953-1.2587 0.79375l-0.34464 0.1262-2.2839 0.0118c-2.1321 0.01102-2.3065 0.0058-2.6234-0.07838zm4.5484-0.76527c0.14329-0.07486 0.34581-0.28173 0.42313-0.43224 0.07192-0.13999 0.06565-0.49923-0.01187-0.68041-0.23374-0.54628-0.98118-0.67393-1.3894-0.23729-0.15562 0.16644-0.22436 0.34315-0.22436 0.57672 0 0.33492 0.19378 0.64097 0.48941 0.77292 0.18463 0.08241 0.55566 0.08257 0.71312 3.26e-4z" fill="#fd5" stroke="#fd5" stroke-width=".18644"/> + <g transform="translate(25.312 -5.0097)"> + <g transform="matrix(.71839 0 0 .7327 -15.03 15.277)" fill="#da4453"> + <path d="m3.02 8.5017-0.00271-0.04081c8.7e-4 0.01361 0.00178 0.02722 0.00271 0.04081z"/> + <path d="m7.2577 8.9047-1.7701-1.7791 0.59162-0.59161 1.8718 1.8812 1.8451-1.8451 0.59165 0.5916-1.77 1.77 1.7701 1.7791-0.59161 0.5916-1.8717-1.8813-1.8451 1.8451-0.59161-0.5916z"/> + <path d="m10.878 3.9183v0.58167h0.7849l1.6579-1.6579 0.5916 0.59161-1.5698 1.5698 0.0189 0.04949c0.3304 0.86212 0.5165 1.8351 0.5165 2.8653 0 0.1957-0.0067 0.38933-0.0199 0.58053l-3e-3 0.04364h2.0654v0.83666h-2.1705l-0.0061 0.03349c-0.1764 0.96445-0.5195 1.8438-0.9869 2.5838l-0.0347 0.0551 1.9964 2.0065-0.5931 0.5901-1.9098-1.9194-0.0577 0.0645c-0.8627 0.965-1.9806 1.5435-3.1984 1.5435-1.2367 0-2.3704-0.5966-3.2384-1.5887l-0.05749-0.0657-1.8717 1.8717-0.59162-0.5916 1.9632-1.9632-0.03399-0.055c-0.45068-0.729-0.782-1.5897-0.95424-2.5316l-0.00612-0.03349h-2.1688v-0.83666h2.0637l-3e-3 -0.04364c-0.01315-0.1912-0.01986-0.38483-0.01986-0.58053 0-1.0167 0.18128-1.9778 0.50362-2.8315l0.01857-0.04919-1.6109-1.619 0.59311-0.59012 1.6631 1.6715h0.83249v-0.58167c0-1.6118 1.3066-2.9183 2.9183-2.9183s2.9183 1.3066 2.9183 2.9183zm-5 0v0.58167h4.1633v-0.58167c0-1.1497-0.93196-2.0817-2.0816-2.0817s-2.0817 0.93199-2.0817 2.0817zm5.7163 1.4712-0.0199-0.0529h-7.2295l-0.0199 0.0529c-0.28341 0.75313-0.44701 1.6105-0.44701 2.5288 0 1.6099 0.50298 3.0339 1.274 4.0363 0.77037 1.0015 1.771 1.5454 2.8076 1.5454s2.0373-0.5439 2.8076-1.5454c0.7711-1.0024 1.274-2.4263 1.274-4.0363 0-0.91822-0.1636-1.7756-0.447-2.5288z" clip-rule="evenodd" fill-rule="evenodd"/> + </g> + <path d="m-9.8052 25.081c-0.61711-0.15964-1.318-0.73256-1.7311-1.415-0.42738-0.70611-0.66952-1.654-0.67048-2.6247-4.98e-4 -0.50498 0.12445-1.3121 0.25601-1.6537l0.06981-0.18127h5.1342l0.10245 0.3131c0.26533 0.81092 0.29602 2.0225 0.073035 2.8839-0.3963 1.5309-1.4725 2.6443-2.6167 2.707-0.22854 0.01254-0.50627-6.78e-4 -0.6172-0.02937zm1.139-2.1688 0.6752 0.6729 0.46116-0.44697-1.2683-1.307 1.3016-1.3065-0.50291-0.49424-1.3097 1.3843-0.66808-0.67565c-0.36745-0.37161-0.68419-0.67565-0.70388-0.67565-0.06786 0-0.40556 0.3544-0.40556 0.42561 0 0.03925 0.28182 0.35202 0.62627 0.69503l0.62627 0.62367-1.2807 1.2855 0.4526 0.46696 1.3208-1.3208z" fill="#4d4d4d" stroke="#da4453" stroke-width=".0065917"/> + <path d="m-10.756 18.168c0.0049-1.2869 1.4169-1.9719 2.3747-1.152 0.35669 0.30531 0.52089 0.66719 0.52275 1.152l0.00145 0.37902h-2.9003z" fill="#4d4d4d" stroke="#da4453" stroke-width=".0065917"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/updateLocal.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" fill="none" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <g transform="matrix(0 1.6667 -1.6667 0 34.333 -2.3333)" clip-rule="evenodd" fill="#fd5" fill-rule="evenodd"> + <path d="m5.5625 8.5157c-2.099 0.93433-3.5625 3.0384-3.5625 5.4842 0 3.3137 2.6863 6 6 6s6-2.6863 6-6c0-2.6748-1.7503-4.9408-4.168-5.7152l-0.30231 0.9535c2.0132 0.64622 3.4703 2.5338 3.4703 4.7617 0 2.7614-2.2386 5-5 5s-5-2.2386-5-5c0-1.689 0.83742-3.1823 2.1197-4.0875z"/> + <path d="m5 9h-3v-1h3.5l0.5 0.5v3.5h-1z"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/updateRemote.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <g clip-rule="evenodd" fill="#fd5" fill-rule="evenodd" stroke-width="1.6667"> + <path d="m11 1c-5.5229 0-10 4.4771-10 10 0 4.8379 3.4355 8.8723 8 9.7988v-1.7168c-3.6348-0.89698-6.334-4.1703-6.334-8.082 0-4.6024 3.7316-8.334 8.334-8.334 2.8149 0 5.3038 1.3961 6.8125 3.5332l2.3281 0.73828c-1.5572-3.4984-5.0642-5.9375-9.1406-5.9375z"/> + <path d="m19.333 6v-5h1.6667v5.8333l-0.83333 0.83333h-5.8333v-1.6667z"/> + </g> + <path class="ColorScheme-Text" d="m13.143 9v4.5h0.78572v-3.75h3.1429v3.75h0.78572v-4.5h-3.9286zm-1.7341 5.25-0.62305 0.6123 4.7143 4.6377 4.7143-4.6377-0.62305-0.6123-4.0912 4.0254zm-1.4088 5.25v1.5h11v-1.5h-0.78571v0.75h-9.4286v-0.75z" color="#eff0f1" fill="#49cff1"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/vcsAdd.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1 + }</style> + </defs> + <path d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 9 3.7266v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 7.75 1.9121v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 8.75 1.9355 10 3.75 0 0 0 8.75-1.9434v3.4434h1.25v-5.25a10 3.75 0 0 0-10-3.75zm0 1.25a8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5 8.75 2.5 0 0 1 8.75-2.5z" color="#eff0f1" fill="currentColor"/> + <path d="m15 11v4h-4v2h4v4h2v-4h4v-2h-4v-4z" color="#eff0f1" fill="#5fd35f"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/vcsAddRemove.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1 + }</style> + </defs> + <path d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 9 3.7266v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 7.75 1.9121v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 7.75 1.9121v-1.2441a8.75 2.5 0 0 1-7.75-2.4824 8.75 2.5 0 0 1 8.75-2.5 8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-4.9512 2.25h4.1777a10 3.75 0 0 0 0.77344-0.44336v0.44336h1.25v-2.25a10 3.75 0 0 0-10-3.75z" color="#eff0f1" fill="currentColor"/> + <path d="m15 8v4h-4v2h4v4h2v-4h4v-2h-4v-4z" color="#eff0f1" fill="#5fd35f"/> + <path class="ColorScheme-Text" d="m11 19v2h10v-2z" color="#eff0f1" fill="#ff2a2a"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/vcsApplyChangegroup.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1 + }</style> + </defs> + <path d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 9 3.7266v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 7.75 1.9121v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 8.75 1.9355 10 3.75 0 0 0 8.75-1.9434v3.4434h1.25v-5.25a10 3.75 0 0 0-10-3.75zm0 1.25a8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5 8.75 2.5 0 0 1 8.75-2.5z" color="#eff0f1" fill="currentColor"/> + <path d="m15 11v4h-4v2h4v4h2v-4h4v-2h-4v-4z" color="#eff0f1" fill="#ffd42a"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/vcsBranch.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1 + }</style> + </defs> + <path class="ColorScheme-Text" d="m5 1a4 1.5 0 0 0-4 1.5v5a4 1.5 0 0 0 4 1.5 4 1.5 0 0 0 4-1.5v-5a4 1.5 0 0 0-4-1.5zm0 0.5a3.5 1 0 0 1 3.5 1 3.5 1 0 0 1-3.5 1 3.5 1 0 0 1-3.5-1 3.5 1 0 0 1 3.5-1zm3.5 1.7227v1.7773a3.5 1 0 0 1-3.5 1 3.5 1 0 0 1-3.5-1v-1.7744a4 1.5 0 0 0 3.5 0.77441 4 1.5 0 0 0 3.5-0.77734zm0 2.5v1.7773a3.5 1 0 0 1-3.5 1 3.5 1 0 0 1-3.5-1v-1.7744a4 1.5 0 0 0 3.5 0.77441 4 1.5 0 0 0 3.5-0.77734z" color="#eff0f1" fill="currentColor"/> + <path class="ColorScheme-Text" d="m17 1a4 1.5 0 0 0-4 1.5v5a4 1.5 0 0 0 4 1.5 4 1.5 0 0 0 4-1.5v-5a4 1.5 0 0 0-4-1.5zm0 0.5a3.5 1 0 0 1 3.5 1 3.5 1 0 0 1-3.5 1 3.5 1 0 0 1-3.5-1 3.5 1 0 0 1 3.5-1zm3.5 1.7227v1.7773a3.5 1 0 0 1-3.5 1 3.5 1 0 0 1-3.5-1v-1.7744a4 1.5 0 0 0 3.5 0.77441 4 1.5 0 0 0 3.5-0.77734zm0 2.5v1.7773a3.5 1 0 0 1-3.5 1 3.5 1 0 0 1-3.5-1v-1.7744a4 1.5 0 0 0 3.5 0.77441 4 1.5 0 0 0 3.5-0.77734z" color="#eff0f1" fill="currentColor"/> + <path class="ColorScheme-Text" d="m11 13a4 1.5 0 0 0-4 1.5v5a4 1.5 0 0 0 4 1.5 4 1.5 0 0 0 4-1.5v-5a4 1.5 0 0 0-4-1.5zm0 0.5a3.5 1 0 0 1 3.5 1 3.5 1 0 0 1-3.5 1 3.5 1 0 0 1-3.5-1 3.5 1 0 0 1 3.5-1zm3.5 1.7227v1.7773a3.5 1 0 0 1-3.5 1 3.5 1 0 0 1-3.5-1v-1.7744a4 1.5 0 0 0 3.5 0.77441 4 1.5 0 0 0 3.5-0.77734zm0 2.5v1.7773a3.5 1 0 0 1-3.5 1 3.5 1 0 0 1-3.5-1v-1.7744a4 1.5 0 0 0 3.5 0.77441 4 1.5 0 0 0 3.5-0.77734z" color="#eff0f1" fill="currentColor"/> + <path d="m3.9599 14.5 1.9198-2 1.9198 2 1.9198-2-1.9198-2 1.9198-2-6.7193-0.99999 0.95989 7" fill="#5fd35f"/> + <path d="m18.04 14.5-1.9198-2-1.9198 2-1.9198-2 1.9198-2-1.9198-2 6.7193-0.99999-0.95989 7" fill="#5fd35f"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/vcsChangesLists.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1 + }</style> + </defs> + <path d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 9 3.7266v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 7.75 1.9121v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 8.75 1.9355 10 3.75 0 0 0 8.75-1.9434v3.4434h1.25v-5.25a10 3.75 0 0 0-10-3.75zm0 1.25a8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5 8.75 2.5 0 0 1 8.75-2.5z" color="#eff0f1" fill="currentColor"/> + <g transform="translate(33 3.8471)"> + <circle cx="-17" cy="12.153" r="5" fill="#ffc300" stroke-width="0"/> + <text x="-19.276423" y="16.00112" fill="#000000" font-family="sans-serif" font-size="10.84px" letter-spacing="0px" stroke-width=".271" word-spacing="0px" style="line-height:1.25" xml:space="preserve"><tspan x="-19.276423" y="16.00112" stroke-width=".271">?</tspan></text> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/vcsCheckout.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1 + }</style> + </defs> + <path d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 9 3.7266v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 7.75 1.9121v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 8.75 1.9355 10 3.75 0 0 0 8.75-1.9434v3.4434h1.25v-5.25a10 3.75 0 0 0-10-3.75zm0 1.25a8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5 8.75 2.5 0 0 1 8.75-2.5z" color="#eff0f1" fill="currentColor"/> + <path d="m21 14.333h-3.3333v-3.3333h-3.3333v3.3333h-3.3333l5 6.6667 5-6.6667" fill="#5fd35f"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/vcsCommit.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1 + }</style> + </defs> + <path d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 9 3.7266v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 7.75 1.9121v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 8.75 1.9355 10 3.75 0 0 0 8.75-1.9434v3.4434h1.25v-5.25a10 3.75 0 0 0-10-3.75zm0 1.25a8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5 8.75 2.5 0 0 1 8.75-2.5z" color="#eff0f1" fill="currentColor"/> + <path d="m21 17.667h-3.3333v3.3333h-3.3333v-3.3333h-3.3333l5-6.6667 5 6.6667" fill="#ffd42a"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/vcsCreateChangegroup.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1 + }</style> + </defs> + <path d="m10 1.0195a10 3.75 0 0 0-9 3.7305v12.5a10 3.75 0 0 0 10 3.75 10 3.75 0 0 0 10-3.75v-5.25h-1.9863a8.75 2.5 0 0 1-8.0137 1.5 8.75 2.5 0 0 1-8.75-2.5v-4.4355a10 3.75 0 0 0 7.75 1.9121v-1.2441a8.75 2.5 0 0 1-7.75-2.4824 8.75 2.5 0 0 1 7.75-2.4805v-1.25zm9.75 11.787v4.4434a8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5v-4.4355a10 3.75 0 0 0 8.75 1.9355 10 3.75 0 0 0 8.75-1.9434z" color="#eff0f1" fill="currentColor"/> + <path d="m16 1-0.95703 2.6888-2.5781-1.224 1.224 2.5781-2.6888 0.95703 2.6888 0.95703-1.224 2.5781 2.5781-1.224 0.95703 2.6888 0.95703-2.6888 2.5781 1.224-1.224-2.5781 2.6888-0.95703-2.6888-0.95703 1.224-2.5781-2.5781 1.224z" fill="#ff7f2a"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/vcsDiff.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1 + }</style> + </defs> + <path d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 7 3.5723v-1.2266a8.75 2.5 0 0 1-5.75-2.3457v-4.4355a10 3.75 0 0 0 5.75 1.7578v-1.2266a8.75 2.5 0 0 1-5.75-2.3457v-4.4355a10 3.75 0 0 0 5.75 1.7578v-1.2266a8.75 2.5 0 0 1-5.75-2.3457 8.75 2.5 0 0 1 8.75-2.5 8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-1.1797 1.25h2.4297v-1.25a10 3.75 0 0 0-10-3.75z" color="#eff0f1" fill="currentColor"/> + <path d="m9 7.0001v14h7.7143v-0.875h-6.8571v-12.25h6.8571v3.5h3.4286v5.25h0.85714v-6.1319l-3.4219-3.4931-0.0067 0.0085v-0.0085h-7.7143z" fill="#eff0f1"/> + <path d="m16.714 20.581h3.8752v-3.9543" fill="none" stroke="#eff0f1" stroke-width=".82929px"/> + <path d="m13 10.504v2.0991h-2v1.3994h2v2.0991h1.3333v-2.0991h2v-1.3994h-2v-2.0991z" fill="#5fd35f" stroke-width=".68299"/> + <path d="m11 17.501v1.3994h5.3333v-1.3994z" fill="#ff2a2a" stroke-width=".68299"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/vcsEditHistory.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1 + }</style> + </defs> + <path d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 9 3.7266v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 7.75 1.9121v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 7.75 1.9121v-1.2441a8.75 2.5 0 0 1-7.75-2.4824 8.75 2.5 0 0 1 8.75-2.5 8.75 2.5 0 0 1 8.6973 2.25h1.2695a10 3.75 0 0 0-9.9668-3.5z" color="#eff0f1" fill="currentColor"/> + <path class="ColorScheme-Text" d="m16 5.5c-2.7614 0-5 2.2412-5 5.0059s2.2386 5.0059 5 5.0059 5-2.2412 5-5.0059-2.2386-5.0059-5-5.0059zm0 0.83432c2.3012 0 4.1667 1.8677 4.1667 4.1716s-1.8655 4.1716-4.1667 4.1716-4.1667-1.8677-4.1667-4.1716 1.8655-4.1716 4.1667-4.1716zm-0.83333 0.83432v4.1716h4.1667v-0.83432h-3.3333v-3.3373z" color="#eff0f1" fill="#ffc300"/> + <path class="ColorScheme-Text" d="m18.599 12.991-5.599 5.6056v2.4039h2.401l5.599-5.6056zm-1.3659 2.3296 1.4401 1.4418-2.1159 2.1197v-0.45105l-0.67578 0.01433h-0.6901v-1.082l0.96094-0.96077zm-2.7174 2.7194v1.082h1.3516l0.01432 0.43541-0.72005 0.72221h-0.96094l-0.48047-0.48104v-0.96207z" color="#eff0f1" fill="#ffc300"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/vcsExport.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1 + }</style> + </defs> + <path d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 9 3.7266v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 7.75 1.9121v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 8.75 1.9355 10 3.75 0 0 0 8.75-1.9434v3.4434h1.25v-5.25a10 3.75 0 0 0-10-3.75zm0 1.25a8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5 8.75 2.5 0 0 1 8.75-2.5z" color="#eff0f1" fill="currentColor"/> + <path d="m21 14.333h-3.3333v-3.3333h-3.3333v3.3333h-3.3333l5 6.6667 5-6.6667" fill="#ff2a2a"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/vcsExportPatch.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1 + }</style> + </defs> + <path d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 9 3.7266v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 7.75 1.9121v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 8.75 1.9355 10 3.75 0 0 0 8.75-1.9434v3.4434h1.25v-5.25a10 3.75 0 0 0-10-3.75zm0 1.25a8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5 8.75 2.5 0 0 1 8.75-2.5z" color="#eff0f1" fill="currentColor"/> + <path d="m14.333 21v-3.3333h-3.3333v-3.3333h3.3333v-3.3333l6.6667 5-6.6667 5" fill="#ff7f2a"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/vcsGraft.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1 + }</style> + </defs> + <path class="ColorScheme-Text" d="m6 6a5 1.875 0 0 0-5 1.875v6.25a5 1.875 0 0 0 5 1.875 5 1.875 0 0 0 5-1.875v-6.25a5 1.875 0 0 0-5-1.875zm0 0.625a4.375 1.25 0 0 1 4.375 1.25 4.375 1.25 0 0 1-4.375 1.25 4.375 1.25 0 0 1-4.375-1.25 4.375 1.25 0 0 1 4.375-1.25zm4.375 2.1533v2.2217a4.375 1.25 0 0 1-4.375 1.25 4.375 1.25 0 0 1-4.375-1.25v-2.218a5 1.875 0 0 0 4.375 0.96802 5 1.875 0 0 0 4.375-0.97168zm0 3.125v2.2217a4.375 1.25 0 0 1-4.375 1.25 4.375 1.25 0 0 1-4.375-1.25v-2.218a5 1.875 0 0 0 4.375 0.96802 5 1.875 0 0 0 4.375-0.97168z" color="#eff0f1" fill="currentColor"/> + <path class="ColorScheme-Text" d="m16 6a5 1.875 0 0 0-5 1.875v6.25a5 1.875 0 0 0 5 1.875 5 1.875 0 0 0 5-1.875v-6.25a5 1.875 0 0 0-5-1.875zm0 0.625a4.375 1.25 0 0 1 4.375 1.25 4.375 1.25 0 0 1-4.375 1.25 4.375 1.25 0 0 1-4.375-1.25 4.375 1.25 0 0 1 4.375-1.25zm4.375 2.1533v2.2217a4.375 1.25 0 0 1-4.375 1.25 4.375 1.25 0 0 1-4.375-1.25v-2.218a5 1.875 0 0 0 4.375 0.96802 5 1.875 0 0 0 4.375-0.97168zm0 3.125v2.2217a4.375 1.25 0 0 1-4.375 1.25 4.375 1.25 0 0 1-4.375-1.25v-2.218a5 1.875 0 0 0 4.375 0.96802 5 1.875 0 0 0 4.375-0.97168z" color="#eff0f1" fill="currentColor"/> + <path d="m12.667 16v-3.3333h3.3334v-3.3333h-3.3334v-3.3333l-6.6666 5 6.6666 5" fill="#5fd35f"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/vcsImportPatch.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1 + }</style> + </defs> + <path d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 9 3.7266v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 7.75 1.9121v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 8.75 1.9355 10 3.75 0 0 0 8.75-1.9434v3.4434h1.25v-5.25a10 3.75 0 0 0-10-3.75zm0 1.25a8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5 8.75 2.5 0 0 1 8.75-2.5z" color="#eff0f1" fill="currentColor"/> + <path d="m17.667 21v-3.3333h3.3333v-3.3333h-3.3333v-3.3333l-6.6667 5 6.6667 5" fill="#ff7f2a"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/vcsLock.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1 + }</style> + </defs> + <path d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 10 3.75 10 3.75 0 0 0 1-0.019531v-1.25a8.75 2.5 0 0 1-1 0.019531 8.75 2.5 0 0 1-8.75-2.5v-4.4355a10 3.75 0 0 0 8.75 1.9355 10 3.75 0 0 0 1-0.019531v-1.25a8.75 2.5 0 0 1-1 0.019531 8.75 2.5 0 0 1-8.75-2.5v-4.4355a10 3.75 0 0 0 8.75 1.9355 10 3.75 0 0 0 8.75-1.9434v3.4434h1.25v-5.25a10 3.75 0 0 0-10-3.75zm0 1.25a8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5 8.75 2.5 0 0 1 8.75-2.5z" color="#eff0f1" fill="currentColor"/> + <g transform="matrix(.71275 0 0 .75612 11.298 -773.67)" fill="#ff2a2a" stroke="#ff2a2a" stroke-width="1.2247"> + <path class="ColorScheme-Text" d="m8 1038.4c-1.662 0-3 1.338-3 3v3h-2v6h10v-6h-2v-3c0-1.662-1.338-3-3-3zm0 1c1.2465 0 2 0.5458 2 2v3h-4v-3c0-1.4542 0.75351-2 2-2zm-4 6h8v4h-8z" color="#eff0f1" fill="#ff2a2a" stroke="#ff2a2a" stroke-width="1.2247"/> + </g> + <path d="m13.882 18.268v-1.8147h6.2365v3.6294h-6.2365z" fill="#ff2a2a" stroke-width="0"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/vcsLog.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1 + }</style> + </defs> + <path d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 9 3.7266v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 7.75 1.9121v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 8.75 1.9355 10 3.75 0 0 0 8.75-1.9434v3.4434h1.25v-5.25a10 3.75 0 0 0-10-3.75zm0 1.25a8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5 8.75 2.5 0 0 1 8.75-2.5z" color="#eff0f1" fill="currentColor"/> + <path class="ColorScheme-Text" d="m16 11c-2.7614 0-5 2.2386-5 5s2.2386 5 5 5 5-2.2386 5-5-2.2386-5-5-5zm0 0.83333c2.3012 0 4.1667 1.8655 4.1667 4.1667s-1.8655 4.1667-4.1667 4.1667-4.1667-1.8655-4.1667-4.1667 1.8655-4.1667 4.1667-4.1667zm-0.83333 0.83333v4.1667h4.1667v-0.83333h-3.3333v-3.3333z" color="#eff0f1" fill="#ffc300"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/vcsLogin.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1 + }</style> + </defs> + <path d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 6 3.4277v-1.2109a8.75 2.5 0 0 1-4.75-2.2168v-4.4355a10 3.75 0 0 0 4.75 1.6133v-1.2109a8.75 2.5 0 0 1-4.75-2.2168v-4.4355a10 3.75 0 0 0 8.75 1.9355 10 3.75 0 0 0 8.75-1.9434v2.4434h1.25v-4.25a10 3.75 0 0 0-10-3.75zm0 1.25a8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5 8.75 2.5 0 0 1 8.75-2.5z" color="#eff0f1" fill="currentColor"/> + <path class="ColorScheme-Text" d="m8.7222 9v3h-0.72222v8.25c0 0.4155 0.32211 0.75 0.72222 0.75h12.278v-8.25c0-0.4155-0.32211-0.75-0.72222-0.75h-3.6111v-3zm0.72222 0.75h6.5v2.25h-1.8112c-0.33979-0.47049-0.87248-0.74816-1.4388-0.75-0.56782 4.6e-4 -1.1023 0.27828-1.443 0.75h-1.807zm-0.72222 3h11.556v2.25h-5.0556c-0.80022 0-1.4444 0.669-1.4444 1.5s0.64422 1.5 1.4444 1.5h5.0556v2.25h-11.556zm7.2222 3c0.39887 0 0.72222 0.33579 0.72222 0.75s-0.32335 0.75-0.72222 0.75-0.72222-0.33578-0.72222-0.75 0.32335-0.75 0.72222-0.75z" color="#eff0f1" fill="#5fd35f"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/vcsLogout.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1 + }</style> + </defs> + <path d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 6 3.4316v-1.2109a8.75 2.5 0 0 1-4.75-2.2207v-4.4355a10 3.75 0 0 0 4.75 1.6172v-1.2109a8.75 2.5 0 0 1-4.75-2.2207v-4.4355a10 3.75 0 0 0 8.75 1.9355 10 3.75 0 0 0 8.75-1.9434v4.4434h1.25v-6.25a10 3.75 0 0 0-10-3.75zm0 1.25a8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5 8.75 2.5 0 0 1 8.75-2.5z" color="#eff0f1" fill="currentColor"/> + <path class="ColorScheme-Text" d="m8 12v8.25c0 0.4155 0.32211 0.75 0.72222 0.75h12.278v-8.25c0-0.4155-0.32211-0.75-0.72222-0.75h-11.556zm0.72222 0.75h11.556v2.25h-5.0556c-0.80022 0-1.4444 0.669-1.4444 1.5s0.64422 1.5 1.4444 1.5h5.0556v2.25h-11.556zm7.2222 3c0.39887 0 0.72222 0.33579 0.72222 0.75s-0.32335 0.75-0.72222 0.75-0.72222-0.33579-0.72222-0.75 0.32335-0.75 0.72222-0.75z" color="#eff0f1" fill="#ff7f2a"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/vcsMerge.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1 + }</style> + </defs> + <path class="ColorScheme-Text" d="m5 13a4 1.5 0 0 0-4 1.5v5a4 1.5 0 0 0 4 1.5 4 1.5 0 0 0 4-1.5v-5a4 1.5 0 0 0-4-1.5zm0 0.5a3.5 1 0 0 1 3.5 1 3.5 1 0 0 1-3.5 1 3.5 1 0 0 1-3.5-1 3.5 1 0 0 1 3.5-1zm3.5 1.7227v1.7773a3.5 1 0 0 1-3.5 1 3.5 1 0 0 1-3.5-1v-1.7744a4 1.5 0 0 0 3.5 0.77441 4 1.5 0 0 0 3.5-0.77734zm0 2.5v1.7773a3.5 1 0 0 1-3.5 1 3.5 1 0 0 1-3.5-1v-1.7744a4 1.5 0 0 0 3.5 0.77441 4 1.5 0 0 0 3.5-0.77734z" color="#eff0f1" fill="currentColor"/> + <path class="ColorScheme-Text" d="m17 13a4 1.5 0 0 0-4 1.5v5a4 1.5 0 0 0 4 1.5 4 1.5 0 0 0 4-1.5v-5a4 1.5 0 0 0-4-1.5zm0 0.5a3.5 1 0 0 1 3.5 1 3.5 1 0 0 1-3.5 1 3.5 1 0 0 1-3.5-1 3.5 1 0 0 1 3.5-1zm3.5 1.7227v1.7773a3.5 1 0 0 1-3.5 1 3.5 1 0 0 1-3.5-1v-1.7744a4 1.5 0 0 0 3.5 0.77441 4 1.5 0 0 0 3.5-0.77734zm0 2.5v1.7773a3.5 1 0 0 1-3.5 1 3.5 1 0 0 1-3.5-1v-1.7744a4 1.5 0 0 0 3.5 0.77441 4 1.5 0 0 0 3.5-0.77734z" color="#eff0f1" fill="currentColor"/> + <path class="ColorScheme-Text" d="m11 1a4 1.5 0 0 0-4 1.5v5a4 1.5 0 0 0 4 1.5 4 1.5 0 0 0 4-1.5v-5a4 1.5 0 0 0-4-1.5zm0 0.5a3.5 1 0 0 1 3.5 1 3.5 1 0 0 1-3.5 1 3.5 1 0 0 1-3.5-1 3.5 1 0 0 1 3.5-1zm3.5 1.7227v1.7773a3.5 1 0 0 1-3.5 1 3.5 1 0 0 1-3.5-1v-1.7744a4 1.5 0 0 0 3.5 0.77441 4 1.5 0 0 0 3.5-0.77734zm0 2.5v1.7773a3.5 1 0 0 1-3.5 1 3.5 1 0 0 1-3.5-1v-1.7744a4 1.5 0 0 0 3.5 0.77441 4 1.5 0 0 0 3.5-0.77734z" color="#eff0f1" fill="currentColor"/> + <path d="m8.7594 14.5-1.9198-2-1.9198 2-1.9198-2 1.9198-2-1.9198-2 6.7193-0.99999-0.95989 7" fill="#5fd35f"/> + <path d="m13.241 14.5 1.9198-2 1.9198 2 1.9198-2-1.9198-2 1.9198-2-6.7193-0.99999 0.95989 7" fill="#5fd35f"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/vcsPreviewChangegroup.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1 + }</style> + </defs> + <path d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 9 3.7266v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 7.75 1.9121v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 8.75 1.9355 10 3.75 0 0 0 8.75-1.9434v3.4434h1.25v-5.25a10 3.75 0 0 0-10-3.75zm0 1.25a8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5 8.75 2.5 0 0 1 8.75-2.5z" color="#eff0f1" fill="currentColor"/> + <path d="m14.75 12.25c1.385 0 2.5 1.115 2.5 2.5s-1.115 2.5-2.5 2.5-2.5-1.115-2.5-2.5 1.115-2.5 2.5-2.5zm0-1.25c-2.0775 0-3.75 1.6725-3.75 3.75s1.6725 3.75 3.75 3.75c0.81174 0 1.575-0.26812 2.1875-0.70312l3.1641 3.2031 0.89844-0.89844-3.2031-3.1641c0.43506-0.61238 0.70312-1.3758 0.70312-2.1875 0-2.0775-1.6725-3.75-3.75-3.75z" fill="#ff7f2a"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/vcsRebase.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1 + }</style> + </defs> + <path class="ColorScheme-Text" d="m6 6a5 1.875 0 0 0-5 1.875v6.25a5 1.875 0 0 0 5 1.875 5 1.875 0 0 0 5-1.875v-6.25a5 1.875 0 0 0-5-1.875zm0 0.625a4.375 1.25 0 0 1 4.375 1.25 4.375 1.25 0 0 1-4.375 1.25 4.375 1.25 0 0 1-4.375-1.25 4.375 1.25 0 0 1 4.375-1.25zm4.375 2.1533v2.2217a4.375 1.25 0 0 1-4.375 1.25 4.375 1.25 0 0 1-4.375-1.25v-2.218a5 1.875 0 0 0 4.375 0.96802 5 1.875 0 0 0 4.375-0.97168zm0 3.125v2.2217a4.375 1.25 0 0 1-4.375 1.25 4.375 1.25 0 0 1-4.375-1.25v-2.218a5 1.875 0 0 0 4.375 0.96802 5 1.875 0 0 0 4.375-0.97168z" color="#eff0f1" fill="currentColor"/> + <path class="ColorScheme-Text" d="m16 6a5 1.875 0 0 0-5 1.875v6.25a5 1.875 0 0 0 5 1.875 5 1.875 0 0 0 5-1.875v-6.25a5 1.875 0 0 0-5-1.875zm0 0.625a4.375 1.25 0 0 1 4.375 1.25 4.375 1.25 0 0 1-4.375 1.25 4.375 1.25 0 0 1-4.375-1.25 4.375 1.25 0 0 1 4.375-1.25zm4.375 2.1533v2.2217a4.375 1.25 0 0 1-4.375 1.25 4.375 1.25 0 0 1-4.375-1.25v-2.218a5 1.875 0 0 0 4.375 0.96802 5 1.875 0 0 0 4.375-0.97168zm0 3.125v2.2217a4.375 1.25 0 0 1-4.375 1.25 4.375 1.25 0 0 1-4.375-1.25v-2.218a5 1.875 0 0 0 4.375 0.96802 5 1.875 0 0 0 4.375-0.97168z" color="#eff0f1" fill="currentColor"/> + <path d="m12.667 16v-3.3333h3.3334v-3.3333h-3.3334v-3.3333l-6.6666 5 6.6666 5" fill="#ff2a2a"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/vcsRemove.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1 + }</style> + </defs> + <path d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 9 3.7266v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 8.75 1.9355 10 3.75 0 0 0 8.75-1.9434v2.1934h1.25v-10.25a10 3.75 0 0 0-10-3.75zm0 1.25a8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5 8.75 2.5 0 0 1 8.75-2.5zm8.75 4.3066v4.4434a8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5v-4.4355a10 3.75 0 0 0 8.75 1.9355 10 3.75 0 0 0 8.75-1.9434z" color="#eff0f1" fill="currentColor"/> + <path class="ColorScheme-Text" d="m11 17v2h10v-2z" color="#eff0f1" fill="#ff2a2a"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/vcsRepo.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1 + }</style> + </defs> + <path class="ColorScheme-Text" d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 10 3.75 10 3.75 0 0 0 10-3.75v-12.5a10 3.75 0 0 0-10-3.75zm0 1.25a8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5 8.75 2.5 0 0 1 8.75-2.5zm8.75 4.3066v4.4434a8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5v-4.436a10 3.75 0 0 0 8.75 1.936 10 3.75 0 0 0 8.75-1.9434zm0 6.25v4.4434a8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5v-4.436a10 3.75 0 0 0 8.75 1.936 10 3.75 0 0 0 8.75-1.9434z" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/vcsRepoBrowser.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m1 1v20h20v-20zm1.25 5h17.5v13.75h-17.5z" color="#eff0f1" fill="currentColor"/> + <path class="ColorScheme-Text" d="m11 7a6 2.25 0 0 0-6 2.25v7.5a6 2.25 0 0 0 6 2.25 6 2.25 0 0 0 6-2.25v-7.5a6 2.25 0 0 0-6-2.25zm0 0.75a5.25 1.5 0 0 1 5.25 1.5 5.25 1.5 0 0 1-5.25 1.5 5.25 1.5 0 0 1-5.25-1.5 5.25 1.5 0 0 1 5.25-1.5zm5.25 2.584v2.666a5.25 1.5 0 0 1-5.25 1.5 5.25 1.5 0 0 1-5.25-1.5v-2.6616a6 2.25 0 0 0 5.25 1.1616 6 2.25 0 0 0 5.25-1.166zm0 3.75v2.666a5.25 1.5 0 0 1-5.25 1.5 5.25 1.5 0 0 1-5.25-1.5v-2.6616a6 2.25 0 0 0 5.25 1.1616 6 2.25 0 0 0 5.25-1.166z" color="#eff0f1" fill="#ffc300"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/vcsRevert.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1 + }</style> + </defs> + <path d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 9 3.7266v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 7.75 1.9121v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 8.75 1.9355 10 3.75 0 0 0 8.75-1.9434v2.4434h1.25v-4.25a10 3.75 0 0 0-10-3.75zm0 1.25a8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5 8.75 2.5 0 0 1 8.75-2.5z" color="#eff0f1" fill="currentColor"/> + <path class="ColorScheme-Text" d="m14.5 9-3.5 3.5 3.5 3.5 0.71875-0.71875-2.3125-2.2812h3.5938c1.933 0 3.5 1.567 3.5 3.5s-1.567 3.5-3.5 3.5h-1.5v1h1.5c2.4853 0 4.5-2.0147 4.5-4.5s-2.0147-4.5-4.5-4.5h-3.5938l2.3125-2.2812z" color="#eff0f1" fill="#ff2a2a"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/vcsSbsDiff.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1 + }</style> + </defs> + <path d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 9 3.7266v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 7.75 1.9121v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 8.75 1.9355 10 3.75 0 0 0 8.75-1.9434v2.4434h1.25v-4.25a10 3.75 0 0 0-10-3.75zm0 1.25a8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5 8.75 2.5 0 0 1 8.75-2.5z" color="#eff0f1" fill="currentColor"/> + <path d="m12.5 10a0.5 0.5 0 0 1 0.5 0.5 0.5 0.5 0 0 1-0.5 0.5 0.5 0.5 0 0 1-0.5-0.5 0.5 0.5 0 0 1 0.5-0.5zm0-1a1.5 1.5 0 0 0-1.5 1.5 1.5 1.5 0 0 0 1 1.4121v6.0879c0 1.105 0.895 2 2 2h1v1l2-1.5-2-1.5v1h-1c-0.552 0-1-0.448-1-1v-6.0879a1.5 1.5 0 0 0 1-1.4121 1.5 1.5 0 0 0-1.5-1.5z" color="#eff0f1" fill="#ffc300"/> + <path d="m19.5 19a0.5 0.5 0 0 1 0.5 0.5 0.5 0.5 0 0 1-0.5 0.5 0.5 0.5 0 0 1-0.5-0.5 0.5 0.5 0 0 1 0.5-0.5zm-2.5-10-2 1.5 2 1.5v-1h1c0.552 0 1 0.448 1 1v6.0879a1.5 1.5 0 0 0-1 1.4121 1.5 1.5 0 0 0 1.5 1.5 1.5 1.5 0 0 0 1.5-1.5 1.5 1.5 0 0 0-1-1.4121v-6.0879c0-1.105-0.895-2-2-2h-1z" color="#eff0f1" fill="#5fd35f"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/vcsStatus.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1 + }</style> + </defs> + <path d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 9 3.7266v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 7.75 1.9121v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 8.75 1.9355 10 3.75 0 0 0 8.75-1.9434v3.4434h1.25v-5.25a10 3.75 0 0 0-10-3.75zm0 1.25a8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5 8.75 2.5 0 0 1 8.75-2.5z" color="#eff0f1" fill="currentColor"/> + <circle cx="16" cy="16" r="5" fill="#87de87" stroke-width="0"/> + <text x="13.723577" y="19.848238" fill="#000000" font-family="sans-serif" font-size="10.84px" letter-spacing="0px" stroke-width=".271" word-spacing="0px" style="line-height:1.25" xml:space="preserve"><tspan x="13.723577" y="19.848238" stroke-width=".271">?</tspan></text> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/vcsSummary.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1 + }</style> + </defs> + <path d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 9 3.7266v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 7.75 1.9121v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 8.75 1.9355 10 3.75 0 0 0 8.75-1.9434v3.4434h1.25v-5.25a10 3.75 0 0 0-10-3.75zm0 1.25a8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5 8.75 2.5 0 0 1 8.75-2.5z" color="#eff0f1" fill="currentColor"/> + <path class="ColorScheme-Text" d="m10.966 11.604 2.3092 4.7085-2.3092 4.7085h9.237v-2.3543h-0.57731v1.7657h-7.5411l1.9123-4.12-1.9845-4.12h7.6133v1.7657h0.57731v-2.3543h-8.9483z" color="#eff0f1" fill="#ffc300" stroke="#ffc300" stroke-width=".58291"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/vcsSwitch.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1 + }</style> + </defs> + <path class="ColorScheme-Text" d="m6 6a5 1.875 0 0 0-5 1.875v6.25a5 1.875 0 0 0 5 1.875 5 1.875 0 0 0 5-1.875v-6.25a5 1.875 0 0 0-5-1.875zm0 0.625a4.375 1.25 0 0 1 4.375 1.25 4.375 1.25 0 0 1-4.375 1.25 4.375 1.25 0 0 1-4.375-1.25 4.375 1.25 0 0 1 4.375-1.25zm4.375 2.1533v2.2217a4.375 1.25 0 0 1-4.375 1.25 4.375 1.25 0 0 1-4.375-1.25v-2.218a5 1.875 0 0 0 4.375 0.96802 5 1.875 0 0 0 4.375-0.97168zm0 3.125v2.2217a4.375 1.25 0 0 1-4.375 1.25 4.375 1.25 0 0 1-4.375-1.25v-2.218a5 1.875 0 0 0 4.375 0.96802 5 1.875 0 0 0 4.375-0.97168z" color="#eff0f1" fill="currentColor"/> + <path class="ColorScheme-Text" d="m16 6a5 1.875 0 0 0-5 1.875v6.25a5 1.875 0 0 0 5 1.875 5 1.875 0 0 0 5-1.875v-6.25a5 1.875 0 0 0-5-1.875zm0 0.625a4.375 1.25 0 0 1 4.375 1.25 4.375 1.25 0 0 1-4.375 1.25 4.375 1.25 0 0 1-4.375-1.25 4.375 1.25 0 0 1 4.375-1.25zm4.375 2.1533v2.2217a4.375 1.25 0 0 1-4.375 1.25 4.375 1.25 0 0 1-4.375-1.25v-2.218a5 1.875 0 0 0 4.375 0.96802 5 1.875 0 0 0 4.375-0.97168zm0 3.125v2.2217a4.375 1.25 0 0 1-4.375 1.25 4.375 1.25 0 0 1-4.375-1.25v-2.218a5 1.875 0 0 0 4.375 0.96802 5 1.875 0 0 0 4.375-0.97168z" color="#eff0f1" fill="currentColor"/> + <path d="m9.3334 16v-3.3333h-3.3334v-3.3333h3.3334v-3.3333l6.6666 5-6.6666 5" fill="#5fd35f"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/vcsTag.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1 + }</style> + </defs> + <path d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 9 3.7266v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 7.75 1.9121v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 8.75 1.9355 10 3.75 0 0 0 8.75-1.9434v3.4434h1.25v-5.25a10 3.75 0 0 0-10-3.75zm0 1.25a8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5 8.75 2.5 0 0 1 8.75-2.5z" color="#eff0f1" fill="currentColor"/> + <path class="ColorScheme-Text" d="m16 11-4.9742 0.025833-0.02583 4.9742 5.4167 5 4.5833-4.5833zm-2.0833 1.6667c0.69 0 1.25 0.56 1.25 1.25s-0.56 1.25-1.25 1.25-1.25-0.56-1.25-1.25 0.56-1.25 1.25-1.25" color="#eff0f1" fill="#ffc300"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/vcsTagGlobal.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1 + }</style> + </defs> + <path d="m10 1.0195a10 3.75 0 0 0-9 3.7305v12.5a10 3.75 0 0 0 9 3.7266v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 7.75 1.9121v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 7.75 1.9121v-1.2441a8.75 2.5 0 0 1-7.75-2.4824 8.75 2.5 0 0 1 7.75-2.4805v-1.25z" color="#eff0f1" fill="currentColor"/> + <path class="ColorScheme-Text" d="m16 11-4.9742 0.025833-0.02583 4.9742 5.4167 5 4.5833-4.5833zm-2.0833 1.6667c0.69 0 1.25 0.56 1.25 1.25s-0.56 1.25-1.25 1.25-1.25-0.56-1.25-1.25 0.56-1.25 1.25-1.25" color="#eff0f1" fill="#ffc300"/> + <path d="m21 7.6667h-3.3333v3.3333h-3.3333v-3.3333h-3.3333l5-6.6667 5 6.6667" fill="#5fd35f"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/vcsTagLocal.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1 + }</style> + </defs> + <path d="m10 1.0195a10 3.75 0 0 0-9 3.7305v12.5a10 3.75 0 0 0 9 3.7266v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 7.75 1.9121v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 7.75 1.9121v-1.2441a8.75 2.5 0 0 1-7.75-2.4824 8.75 2.5 0 0 1 7.75-2.4805v-1.25z" color="#eff0f1" fill="currentColor"/> + <path class="ColorScheme-Text" d="m16 11-4.9742 0.025833-0.02583 4.9742 5.4167 5 4.5833-4.5833zm-2.0833 1.6667c0.69 0 1.25 0.56 1.25 1.25s-0.56 1.25-1.25 1.25-1.25-0.56-1.25-1.25 0.56-1.25 1.25-1.25" color="#eff0f1" fill="#ffc300"/> + <path d="m21 4.3333h-3.3333v-3.3333h-3.3333v3.3333h-3.3333l5 6.6667 5-6.6667" fill="#5fd35f"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/vcsTransplant.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1 + }</style> + </defs> + <path class="ColorScheme-Text" d="m6 6a5 1.875 0 0 0-5 1.875v6.25a5 1.875 0 0 0 5 1.875 5 1.875 0 0 0 5-1.875v-6.25a5 1.875 0 0 0-5-1.875zm0 0.625a4.375 1.25 0 0 1 4.375 1.25 4.375 1.25 0 0 1-4.375 1.25 4.375 1.25 0 0 1-4.375-1.25 4.375 1.25 0 0 1 4.375-1.25zm4.375 2.1533v2.2217a4.375 1.25 0 0 1-4.375 1.25 4.375 1.25 0 0 1-4.375-1.25v-2.218a5 1.875 0 0 0 4.375 0.96802 5 1.875 0 0 0 4.375-0.97168zm0 3.125v2.2217a4.375 1.25 0 0 1-4.375 1.25 4.375 1.25 0 0 1-4.375-1.25v-2.218a5 1.875 0 0 0 4.375 0.96802 5 1.875 0 0 0 4.375-0.97168z" color="#eff0f1" fill="currentColor"/> + <path class="ColorScheme-Text" d="m16 6a5 1.875 0 0 0-5 1.875v6.25a5 1.875 0 0 0 5 1.875 5 1.875 0 0 0 5-1.875v-6.25a5 1.875 0 0 0-5-1.875zm0 0.625a4.375 1.25 0 0 1 4.375 1.25 4.375 1.25 0 0 1-4.375 1.25 4.375 1.25 0 0 1-4.375-1.25 4.375 1.25 0 0 1 4.375-1.25zm4.375 2.1533v2.2217a4.375 1.25 0 0 1-4.375 1.25 4.375 1.25 0 0 1-4.375-1.25v-2.218a5 1.875 0 0 0 4.375 0.96802 5 1.875 0 0 0 4.375-0.97168zm0 3.125v2.2217a4.375 1.25 0 0 1-4.375 1.25 4.375 1.25 0 0 1-4.375-1.25v-2.218a5 1.875 0 0 0 4.375 0.96802 5 1.875 0 0 0 4.375-0.97168z" color="#eff0f1" fill="currentColor"/> + <path d="m12.667 16v-3.3333h3.3334v-3.3333h-3.3334v-3.3333l-6.6666 5 6.6666 5" fill="#5fd35f"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/vcsUnlock.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1 + }</style> + </defs> + <path d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 10 3.75 10 3.75 0 0 0 1-0.019531v-1.25a8.75 2.5 0 0 1-1 0.019531 8.75 2.5 0 0 1-8.75-2.5v-4.4355a10 3.75 0 0 0 8.75 1.9355 10 3.75 0 0 0 1-0.019531v-1.25a8.75 2.5 0 0 1-1 0.019531 8.75 2.5 0 0 1-8.75-2.5v-4.4355a10 3.75 0 0 0 8.75 1.9355 10 3.75 0 0 0 8.75-1.9434v3.4434h1.25v-5.25a10 3.75 0 0 0-10-3.75zm0 1.25a8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5 8.75 2.5 0 0 1 8.75-2.5z" color="#eff0f1" fill="currentColor"/> + <path class="ColorScheme-Text" d="m17 11.408c-1.1902 0-2.1551 1.0279-2.1551 2.2959v0.7653h0.71836v-0.7653c0-0.84533 0.64324-1.5306 1.4367-1.5306 0.79348 0 1.4367 0.68528 1.4367 1.5306v2.2959h-5.0285v4.5918h7.1836v-4.5918h-1.4367v-2.2959c0-1.268-0.96486-2.2959-2.1551-2.2959zm-2.8734 5.3571h5.7469v3.0612h-5.7469z" color="#eff0f1" fill="#5fd35f" stroke="#5fd35f" stroke-width=".816"/> + <path d="m13.568 18.304v-1.8147h6.2365v3.6294h-6.2365z" fill="#5fd35f" stroke-width="0"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/vcsUpdate.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1 + }</style> + </defs> + <path d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 9 3.7266v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 7.75 1.9121v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 8.75 1.9355 10 3.75 0 0 0 8.75-1.9434v3.4434h1.25v-5.25a10 3.75 0 0 0-10-3.75zm0 1.25a8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5 8.75 2.5 0 0 1 8.75-2.5z" color="#eff0f1" fill="currentColor"/> + <path d="m21 14.333h-3.3333v-3.3333h-3.3333v3.3333h-3.3333l5 6.6667 5-6.6667" fill="#ffd42a"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/viewProfileDebug.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m1 1v20h20v-20zm1.25 5h17.5v13.75h-17.5z" color="#eff0f1" fill="currentColor"/> + <path d="m15.202 18.138c-0.07511-0.02999-1.2406-1.1552-2.59-2.5004l-2.4534-2.4459-0.34085 0.13767c-0.18746 0.075727-0.52546 0.16638-0.7511 0.20146-1.1435 0.17778-2.4525-0.54012-2.9675-1.6276-0.22364-0.47216-0.33086-1.0926-0.26366-1.5256l0.043203-0.27836 2.1986 2.1668 2.1715-2.1715-1.067-1.0994c-0.58688-0.60465-1.053-1.1134-1.0358-1.1306 0.070065-0.07007 0.99143-0.02624 1.2996 0.06181 1.3575 0.38783 2.2839 1.7628 2.0905 3.1028-0.03404 0.23589-0.12096 0.5741-0.19314 0.75158l-0.13124 0.32268 2.4048 2.4259c1.3227 1.3342 2.4476 2.5085 2.4998 2.6095 0.1751 0.33861-0.04357 0.81369-0.45333 0.9849-0.2094 0.08749-0.27294 0.08948-0.46106 0.01436zm0.22843 0.83443c0.20138-0.0029 0.40011-0.0464 0.58422-0.1282 0.18411-0.08179 0.34979-0.20008 0.48706-0.34768 0.26711-0.24375 0.43277-0.57929 0.46398-0.93988 0.03543-0.37272-0.07247-0.74493-0.30166-1.0406-1.0293-1.0875-3.0594-3.1212-4.5361-4.5695 0.3142-0.85118 0.29952-1.7893-0.04117-2.6302-0.28015-0.69966-0.77836-1.29-1.4205-1.6831-0.50372-0.33418-1.0827-0.53727-1.6845-0.59087-0.60182-0.05359-1.2074 0.04398-1.7621 0.28391l-0.52649 0.22844 2.445 2.5223-1.0705 1.0755-2.5116-2.4588-0.22805 0.52905c-0.19222 0.44603-0.29417 0.92587-0.29989 1.4117-0.00573 0.4858 0.084888 0.96791 0.26662 1.4184 0.18019 0.4454 0.44783 0.84999 0.78705 1.1898 0.19222 0.18843 0.40466 0.35495 0.63348 0.49653 0.47342 0.31672 1.0151 0.51637 1.5805 0.58256 0.56548 0.06618 1.1385-3e-3 1.6721-0.20184 0.93667 0.95181 3.2748 3.3099 4.5377 4.4909 0.25333 0.2305 0.5826 0.3593 0.9248 0.3617zm-6.7721-11.151c0.56121-0.0014 1.1101 0.16423 1.5772 0.4759 0.18214 0.1114 0.35131 0.24283 0.50436 0.39182 0.40704 0.41104 0.67888 0.93691 0.77908 1.5071 0.1002 0.5702 0.02396 1.1575-0.2185 1.683l-0.11561 0.25381 0.19874 0.19432c1.483 1.4499 3.6422 3.6066 4.6802 4.7043 0.09242 0.13786 0.13196 0.30452 0.11128 0.46921-0.02066 0.16478-0.10013 0.31648-0.22372 0.42708-0.07122 0.07949-0.15801 0.1435-0.25496 0.18794-0.08545 0.03871-0.17782 0.05974-0.27158 0.06188-0.1424-0.0036-0.27874-0.05855-0.38401-0.15461-1.3421-1.2548-3.9351-3.8786-4.696-4.6496l-0.19557-0.1975-0.25179 0.11501c-0.43832 0.20468-0.922 0.29231-1.4041 0.25437-0.48212-0.037935-0.94625-0.20016-1.3473-0.4709-0.18249-0.11271-0.35168-0.24575-0.50431-0.39659-0.26431-0.26402-0.47317-0.57836-0.61436-0.9245-0.14111-0.34613-0.21167-0.71707-0.20758-1.091 0-0.18432 0.018263-0.36819 0.054693-0.54888l2.1988 2.1495 2.1766-2.1773-2.1457-2.2129c0.18258-0.03556 0.36823-0.05283 0.55422-0.05155z" fill="#eff0f1" stroke="#eff0f1" stroke-width=".055673"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/viewProfileEdit.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m1 1v20h20v-20zm1.25 5h17.5v13.75h-17.5z" color="#eff0f1" fill="currentColor"/> + <path class="ColorScheme-Text" d="m13.398 7-8.3984 8.3984v3.6016h3.6016l8.3984-8.3984zm-2.0488 3.4902 2.1602 2.1602-3.1738 3.1758v-0.67578l-1.0137 0.02148h-1.0352v-1.6211l1.4414-1.4395zm-4.0762 4.0742v1.6211h2.0273l0.021484 0.65234-1.0801 1.082h-1.4414l-0.7207-0.7207v-1.4414z" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/virtualenv.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg"> + <path d="m9.3333 1c-1.8467 0-3.3333 1.4867-3.3333 3.3333h5v1.6667h-6.6667c-1.8467 0-3.3333 1.4867-3.3333 3.3333v3.3333c0 1.8467 1.4867 3.3333 3.3333 3.3333v-1.6667c0-1.4812 0.64983-2.7937 1.6667-3.7077 0.00113-1e-3 0.00211-0.0023 0.00325-0.0032 0.22024-0.19762 0.45764-0.37623 0.70964-0.53385 0.00205-0.0013 0.00445-2e-3 0.00651-0.0033 0.24818-0.15476 0.50993-0.28704 0.7845-0.39715 0.049445-0.0194 0.10278-0.030962 0.15299-0.048825 0.23327-0.084875 0.47095-0.16243 0.71941-0.21159 0.31035-0.05985 0.6287-0.0944 0.95703-0.0944h6.6667v-5c0-1.8467-1.4866-3.3333-3.3333-3.3333zm0 0.83333c0.46167 0 0.83333 0.37167 0.83333 0.83333s-0.37167 0.83333-0.83333 0.83333-0.83333-0.37167-0.83333-0.83333 0.37167-0.83333 0.83333-0.83333zm8.3333 4.1667v1.6667c0 1.4812-0.65308 2.7969-1.6699 3.7109-0.22024 0.19763-0.45764 0.37622-0.70964 0.53385-2e-3 0.0013-0.0045 2e-3 -0.0065 0.0033-0.24818 0.15475-0.50993 0.28703-0.7845 0.39714-0.04945 0.0194-0.10279 0.03098-0.153 0.04883-0.23328 0.08488-0.47096 0.16244-0.71941 0.21159-0.31035 0.05985-0.6287 0.0944-0.95703 0.0944h-6.6667v5c0 1.8466 1.4866 3.3333 3.3333 3.3333h3.3333c1.8467 5e-6 3.3333-1.4867 3.3333-3.3333h-5v-1.6667h6.6667c1.8467 0 3.3333-1.4867 3.3333-3.3333v-3.3333c0-1.8467-1.4867-3.3333-3.3333-3.3333zm-5 12.5c0.46167 0 0.83333 0.37167 0.83333 0.83333 0 0.46167-0.37167 0.83333-0.83333 0.83333-0.46167 0-0.83333-0.37167-0.83333-0.83333 0-0.46167 0.37167-0.83333 0.83333-0.83333z" fill="#f59e16" stroke-width="1.6667"/> + <path d="m3.6449 15.905c-1.0799-0.23814-1.9515-0.96024-2.3667-1.9609-0.23798-0.57353-0.2435-0.6405-0.2435-2.9573 0-2.4426-4.382e-4 -2.4387 0.35679-3.1674 0.15485-0.31587 0.27272-0.47309 0.59404-0.79237 0.61042-0.60654 1.1535-0.87745 1.9611-0.97826 0.24461-0.030533 1.6685-0.0493 3.7405-0.0493h3.3455v-1.678h-5.025l0.020892-0.19809c0.043445-0.41194 0.12282-0.76663 0.2315-1.0344 0.28459-0.70131 0.91079-1.3795 1.5731-1.7036 0.70139-0.34329 0.70088-0.34322 2.9604-0.36191 1.3056-0.010799 2.1368 0.00118 2.3472 0.033828 0.74508 0.1156 1.36 0.42821 1.8771 0.95435 0.38217 0.3888 0.62886 0.78959 0.80494 1.3078l0.12671 0.37288 0.02794 5.6165-3.4628 2.797e-4c-3.7992 2.8e-4 -3.9821 0.010868-4.7579 0.27498-1.6385 0.55781-2.833 1.853-3.3061 3.5847-0.084508 0.30932-0.10069 0.52546-0.11839 1.5818l-0.020511 1.2235-0.19356-0.0037c-0.10646-2e-3 -0.31941-0.03146-0.47322-0.06537zm5.9786-12.448c0.23032-0.096235 0.37788-0.23824 0.48202-0.46388 0.10874-0.23561 0.10887-0.41585 4.85e-4 -0.65447-0.22285-0.4906-0.79509-0.6686-1.2228-0.38036-0.57245 0.38577-0.50672 1.1986 0.11993 1.4832 0.23169 0.10524 0.39574 0.10933 0.62037 0.015472z" fill="#59f" stroke="#59f" stroke-width=".18644"/> + <path d="m3.8769 16.021c-1.2932-0.19009-2.3276-1.0581-2.7783-2.3311-0.10462-0.29556-0.10766-0.35367-0.12435-2.3767-0.02134-2.5866-0.0035742-2.7756 0.32413-3.4486 0.20725-0.42558 0.2898-0.53952 0.64158-0.88559 0.46207-0.45457 0.84593-0.697 1.3787-0.87072 0.35486-0.11571 0.44157-0.12338 1.7945-0.15867 0.78189-0.020394 2.4127-0.038555 3.6239-0.040356l2.2023-0.00327v-1.4915h-5.017l0.039441-0.33792c0.082337-0.70546 0.25768-1.1849 0.61798-1.6898 0.42952-0.60191 1.1146-1.096 1.8194-1.3123 0.25572-0.078458 0.47917-0.085803 2.6102-0.085803h2.3305l0.37288 0.12699c0.53022 0.18057 0.9215 0.42591 1.3262 0.83156 0.39706 0.398 0.6012 0.71448 0.81882 1.2694l0.14988 0.38221 0.05924 5.803h-3.4512c-2.1311 0-3.6243 0.01902-3.9038 0.049728-1.8332 0.20141-3.4435 1.5466-4.0833 3.4109-0.16642 0.48492-0.2114 0.87998-0.21359 1.8762-0.00101 0.46144-0.015071 0.9491-0.031236 1.0837-0.032921 0.27408-0.022253 0.2699-0.50691 0.19866zm5.8238-12.697c0.22793-0.13357 0.39978-0.41605 0.39978-0.65711 0-0.38236-0.38671-0.76907-0.76907-0.76907-0.37964 0-0.76907 0.38942-0.76907 0.76907 0 0.22876 0.1764 0.52469 0.38858 0.65187 0.25028 0.15002 0.49975 0.15176 0.74977 0.00524z" fill="#59f" stroke="#59f" stroke-width=".18644"/> + <path d="m8.4791 20.868c-1.1305-0.3003-2.0097-1.1819-2.3497-2.3563-0.10661-0.36823-0.10735-0.38954-0.10735-3.0975v-2.7267l3.7521-0.0245c4.0868-0.02668 3.7551-0.0052 4.6099-0.299 0.68486-0.23541 1.3543-0.67684 1.9039-1.2554 0.75974-0.7998 1.219-1.7686 1.3618-2.8724 0.02487-0.19227 0.04587-0.77332 0.04666-1.2912l0.0014-0.94166 0.2447 0.025284c1.4235 0.14709 2.5831 1.1278 2.928 2.4764 0.0826 0.32295 0.09004 0.52992 0.09004 2.5022 0 2.3009-0.0047 2.3571-0.24808 2.9596-0.38832 0.96139-1.3874 1.7661-2.4289 1.9562-0.18272 0.03336-1.4679 0.0505-3.7871 0.0505h-3.5105v1.7246h4.9873v0.15458c0 0.69752-0.41873 1.6179-0.98356 2.1619-0.43106 0.41516-0.71671 0.5953-1.2587 0.79375l-0.34464 0.1262-2.2839 0.0118c-2.1321 0.01102-2.3065 0.0058-2.6234-0.07838zm4.5484-0.76527c0.14329-0.07486 0.34581-0.28173 0.42313-0.43224 0.07192-0.13999 0.06565-0.49923-0.01187-0.68041-0.23374-0.54628-0.98118-0.67393-1.3894-0.23729-0.15562 0.16644-0.22436 0.34315-0.22436 0.57672 0 0.33492 0.19378 0.64097 0.48941 0.77292 0.18463 0.08241 0.55566 0.08257 0.71312 3.26e-4z" fill="#fd5" stroke="#fd5" stroke-width=".18644"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/virtualenvConfig.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg"> + <path d="m9.3333 1c-1.8467 0-3.3333 1.4867-3.3333 3.3333h5v1.6667h-6.6667c-1.8467 0-3.3333 1.4867-3.3333 3.3333v3.3333c0 1.8467 1.4867 3.3333 3.3333 3.3333v-1.6667c0-1.4812 0.64983-2.7937 1.6667-3.7077 0.00113-1e-3 0.00211-0.0023 0.00325-0.0032 0.22024-0.19762 0.45764-0.37623 0.70964-0.53385 0.00205-0.0013 0.00445-2e-3 0.00651-0.0033 0.24818-0.15476 0.50993-0.28704 0.7845-0.39715 0.049445-0.0194 0.10278-0.030962 0.15299-0.048825 0.23327-0.084875 0.47095-0.16243 0.71941-0.21159 0.31035-0.05985 0.6287-0.0944 0.95703-0.0944h6.6667v-5c0-1.8467-1.4866-3.3333-3.3333-3.3333zm0 0.83333c0.46167 0 0.83333 0.37167 0.83333 0.83333s-0.37167 0.83333-0.83333 0.83333-0.83333-0.37167-0.83333-0.83333 0.37167-0.83333 0.83333-0.83333zm8.3333 4.1667v1.6667c0 1.4812-0.65308 2.7969-1.6699 3.7109-0.22024 0.19763-0.45764 0.37622-0.70964 0.53385-2e-3 0.0013-0.0045 2e-3 -0.0065 0.0033-0.24818 0.15475-0.50993 0.28703-0.7845 0.39714-0.04945 0.0194-0.10279 0.03098-0.153 0.04883-0.23328 0.08488-0.47096 0.16244-0.71941 0.21159-0.31035 0.05985-0.6287 0.0944-0.95703 0.0944h-6.6667v5c0 1.8466 1.4866 3.3333 3.3333 3.3333h3.3333c1.8467 5e-6 3.3333-1.4867 3.3333-3.3333h-5v-1.6667h6.6667c1.8467 0 3.3333-1.4867 3.3333-3.3333v-3.3333c0-1.8467-1.4867-3.3333-3.3333-3.3333zm-5 12.5c0.46167 0 0.83333 0.37167 0.83333 0.83333 0 0.46167-0.37167 0.83333-0.83333 0.83333-0.46167 0-0.83333-0.37167-0.83333-0.83333 0-0.46167 0.37167-0.83333 0.83333-0.83333z" fill="#f59e16" stroke-width="1.6667"/> + <path d="m3.6449 15.905c-1.0799-0.23814-1.9515-0.96024-2.3667-1.9609-0.23798-0.57353-0.2435-0.6405-0.2435-2.9573 0-2.4426-4.382e-4 -2.4387 0.35679-3.1674 0.15485-0.31587 0.27272-0.47309 0.59404-0.79237 0.61042-0.60654 1.1535-0.87745 1.9611-0.97826 0.24461-0.030533 1.6685-0.0493 3.7405-0.0493h3.3455v-1.678h-5.025l0.020892-0.19809c0.043445-0.41194 0.12282-0.76663 0.2315-1.0344 0.28459-0.70131 0.91079-1.3795 1.5731-1.7036 0.70139-0.34329 0.70088-0.34322 2.9604-0.36191 1.3056-0.010799 2.1368 0.00118 2.3472 0.033828 0.74508 0.1156 1.36 0.42821 1.8771 0.95435 0.38217 0.3888 0.62886 0.78959 0.80494 1.3078l0.12671 0.37288 0.02794 5.6165-3.4628 2.797e-4c-3.7992 2.8e-4 -3.9821 0.010868-4.7579 0.27498-1.6385 0.55781-2.833 1.853-3.3061 3.5847-0.084508 0.30932-0.10069 0.52546-0.11839 1.5818l-0.020511 1.2235-0.19356-0.0037c-0.10646-2e-3 -0.31941-0.03146-0.47322-0.06537zm5.9786-12.448c0.23032-0.096235 0.37788-0.23824 0.48202-0.46388 0.10874-0.23561 0.10887-0.41585 4.85e-4 -0.65447-0.22285-0.4906-0.79509-0.6686-1.2228-0.38036-0.57245 0.38577-0.50672 1.1986 0.11993 1.4832 0.23169 0.10524 0.39574 0.10933 0.62037 0.015472z" fill="#59f" stroke="#59f" stroke-width=".18644"/> + <path d="m3.8769 16.021c-1.2932-0.19009-2.3276-1.0581-2.7783-2.3311-0.10462-0.29556-0.10766-0.35367-0.12435-2.3767-0.02134-2.5866-0.0035742-2.7756 0.32413-3.4486 0.20725-0.42558 0.2898-0.53952 0.64158-0.88559 0.46207-0.45457 0.84593-0.697 1.3787-0.87072 0.35486-0.11571 0.44157-0.12338 1.7945-0.15867 0.78189-0.020394 2.4127-0.038555 3.6239-0.040356l2.2023-0.00327v-1.4915h-5.017l0.039441-0.33792c0.082337-0.70546 0.25768-1.1849 0.61798-1.6898 0.42952-0.60191 1.1146-1.096 1.8194-1.3123 0.25572-0.078458 0.47917-0.085803 2.6102-0.085803h2.3305l0.37288 0.12699c0.53022 0.18057 0.9215 0.42591 1.3262 0.83156 0.39706 0.398 0.6012 0.71448 0.81882 1.2694l0.14988 0.38221 0.05924 5.803h-3.4512c-2.1311 0-3.6243 0.01902-3.9038 0.049728-1.8332 0.20141-3.4435 1.5466-4.0833 3.4109-0.16642 0.48492-0.2114 0.87998-0.21359 1.8762-0.00101 0.46144-0.015071 0.9491-0.031236 1.0837-0.032921 0.27408-0.022253 0.2699-0.50691 0.19866zm5.8238-12.697c0.22793-0.13357 0.39978-0.41605 0.39978-0.65711 0-0.38236-0.38671-0.76907-0.76907-0.76907-0.37964 0-0.76907 0.38942-0.76907 0.76907 0 0.22876 0.1764 0.52469 0.38858 0.65187 0.25028 0.15002 0.49975 0.15176 0.74977 0.00524z" fill="#59f" stroke="#59f" stroke-width=".18644"/> + <path d="m8.4791 20.868c-1.1305-0.3003-2.0097-1.1819-2.3497-2.3563-0.10661-0.36823-0.10735-0.38954-0.10735-3.0975v-2.7267l3.7521-0.0245c4.0868-0.02668 3.7551-0.0052 4.6099-0.299 0.68486-0.23541 1.3543-0.67684 1.9039-1.2554 0.75974-0.7998 1.219-1.7686 1.3618-2.8724 0.02487-0.19227 0.04587-0.77332 0.04666-1.2912l0.0014-0.94166 0.2447 0.025284c1.4235 0.14709 2.5831 1.1278 2.928 2.4764 0.0826 0.32295 0.09004 0.52992 0.09004 2.5022 0 2.3009-0.0047 2.3571-0.24808 2.9596-0.38832 0.96139-1.3874 1.7661-2.4289 1.9562-0.18272 0.03336-1.4679 0.0505-3.7871 0.0505h-3.5105v1.7246h4.9873v0.15458c0 0.69752-0.41873 1.6179-0.98356 2.1619-0.43106 0.41516-0.71671 0.5953-1.2587 0.79375l-0.34464 0.1262-2.2839 0.0118c-2.1321 0.01102-2.3065 0.0058-2.6234-0.07838zm4.5484-0.76527c0.14329-0.07486 0.34581-0.28173 0.42313-0.43224 0.07192-0.13999 0.06565-0.49923-0.01187-0.68041-0.23374-0.54628-0.98118-0.67393-1.3894-0.23729-0.15562 0.16644-0.22436 0.34315-0.22436 0.57672 0 0.33492 0.19378 0.64097 0.48941 0.77292 0.18463 0.08241 0.55566 0.08257 0.71312 3.26e-4z" fill="#fd5" stroke="#fd5" stroke-width=".18644"/> + <path d="m15 10c2.7614 0 5 2.2386 5 5s-2.2386 5-5 5-5-2.2386-5-5 2.2386-5 5-5zm0-1c-3.3137 0-6 2.6863-6 6s2.6863 6 6 6 6-2.6863 6-6-2.6863-6-6-6z" color="#eff0f1" fill="currentColor"/> + <path class="ColorScheme-Text" d="m14.673 11.4v3.2683h-3.2727v0.65315h3.2727v3.2785h0.65454v-3.2785h3.2727v-0.65315h-3.2727v-3.2683z" fill="#eff0f1" stroke="#eff0f1"/> + <path d="m13.839 19.87c-0.93914-0.24064-1.6633-0.64934-2.348-1.3251-1.0023-0.9893-1.4752-2.1294-1.4752-3.5567 0-3.7824 3.9748-6.1595 7.3497-4.3954 0.62662 0.32753 1.5818 1.237 1.9395 1.8467 0.8584 1.4631 0.92332 3.2936 0.16987 4.7898-0.6125 1.2163-1.6352 2.0931-2.9663 2.5431-0.71943 0.24323-1.9287 0.28745-2.6696 0.0976zm1.9928-2.4264 0.01763-1.6314 3.2629-0.03526v-1.5797h-3.2958v-3.2958h-1.6479v3.2958h-3.2299v1.582h3.2299v3.2958h1.6456z" fill="#4d4d4d" stroke="#eff0f1" stroke-width=".065917"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/virustotal.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m3.4069 1.6341-1.0339 0.81345 10.665 8.3906-10.665 8.3906 1.0339 0.81345 11.699-9.2041-11.699-9.2041" color="#eff0f1" fill="#eff0f1" stroke="#eff0f1" stroke-width="1.2971"/> + <rect x="1.5001" y="1.5001" width="19" height="19" fill="none" stroke="#eff0f1" stroke-width="1.0002"/> + <path d="m2.0035 19.993c-0.00855-0.0085-0.015537-0.06684-0.015537-0.12954v-0.114l0.13881 0.10681c0.076347 0.05875 0.14513 0.11704 0.15286 0.12954 0.015795 0.02556-0.25083 0.0325-0.27613 0.0072z" fill="#eff0f1" stroke="#eff0f1" stroke-width=".023305"/> + <path d="m2.016 10.839c0-7.8083 3.952e-4 -7.8416 0.092373-7.7779 0.22157 0.15339 9.8764 7.757 9.8763 7.7779-1.75e-4 0.02076-9.6504 7.6203-9.8768 7.7779-0.091251 0.06355-0.091826 0.01482-0.091826-7.7779z" fill="#0cf" stroke="#eff0f1" stroke-width=".04661"/> + <path d="m4.6272 19.911c0.063506-0.06055 2.4332-1.9314 5.2659-4.1575s5.3974-4.2433 5.6993-4.4828l0.54891-0.43535-5.4896-4.3154c-3.0193-2.3735-5.5415-4.3653-5.6051-4.4262l-0.11547-0.11081h15.076v18.038h-15.496z" fill="#0cf" stroke="#eff0f1" stroke-width=".04661"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/w3.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <g transform="matrix(.042001 0 0 .04325 .24733 21.121)" fill="#eff0f1"> + <path d="m127.49-220.23-48.599-197.95-60.969-0.348 3.175 9.329 83.753 307 11.838 43.52h27.023l10.926-44.094 36.035-145.59-21.136-91.156-4.792-16.702-35.85 138.05z"/> + <path d="m210.44-328.39-44.636-11.049 24.863 91.075z"/> + <path d="m253.56-224.36-50.002-193.81-59.976-0.799 2.59 7.434 19.641 72.09 24.863 91.075 39.239 143.87 12.472 45.824h25.241l11.961-46.162 66.806-257.3 65.024-0.543-74.219 132.06 39.946 3.318c1.894 0.185 49.971 5.253 61.584 45.496 8.817 30.464 2.775 57.385-16.077 72.11-14.428 11.223-33.382 12.36-49.5 2.98-13.538-7.895-15.637-16.691-19.19-31.293-0.553-2.263-1.106-4.608-1.741-6.994l-49.756 13.138c0.543 1.874 0.993 3.861 1.505 6 4.311 17.776 10.793 44.667 43.213 63.56 34.181 19.906 76.196 17.244 107.09-6.82 35.502-27.678 48.538-76.329 33.925-126.94-12.298-42.66-44.319-63.386-70.134-73.4 0 0-19.292-7.475 0 0l63.385-112.8-1.874-35.901-173.3 0.656-51.353 195.2z"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/warning.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="16" height="16" version="1.1" viewBox="0 0 4.2333 4.2333" xmlns="http://www.w3.org/2000/svg"> + <g transform="translate(0 -292.77)"> + <path transform="matrix(.16728 .0021829 -.0018908 .19313 .84546 239.68)" d="m0.094494 295.3 10.635-18.897 11.048 18.658-10.841 0.1192z" fill="#ffc300" stroke="#ffc300" stroke-width=".26458"/> + <rect x="1.8802" y="293.99" width=".47288" height="1.5312" stroke="#000" stroke-width=".056285"/> + <rect x="1.883" y="295.97" width=".46734" height=".46734" stroke="#000" stroke-width=".061825"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/warning22.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg"> + <g transform="translate(0 -291.18)"> + <path transform="matrix(.23892 .0031191 -.0027005 .27595 1.0951 215.21)" d="m0.094494 295.3 10.635-18.897 11.048 18.658-10.841 0.1192z" fill="#ffc300" stroke="#ffc300" stroke-width=".26458"/> + <g stroke="#000"> + <rect x="2.6781" y="293.06" width=".4652" height="2.0516" stroke-width=".064621"/> + <rect x="2.6767" y="295.71" width=".46735" height=".46728" stroke-width=".061821"/> + </g> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/warningNext.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg"> + <g transform="translate(0 -291.18)"> + <path class="ColorScheme-Text" d="m4.3408 291.97-0.10742 0.18707 1.1081 1.9296-1.1081 1.9296 0.10742 0.18707 0.93061-1.6206 0.28488-0.49609-1.2155-2.1167" color="#eff0f1" fill="#eff0f1"/> + <path transform="matrix(.16728 .0021829 -.0018908 .19313 .84546 238.88)" d="m0.094494 295.3 10.635-18.897 11.048 18.658-10.841 0.1192z" fill="#ffc300" stroke="#ffc300" stroke-width=".26458"/> + <rect x="1.8802" y="293.19" width=".47288" height="1.5312" stroke="#000" stroke-width=".056285"/> + <rect x="1.883" y="295.18" width=".46734" height=".46734" stroke="#000" stroke-width=".061825"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/warningPrev.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg"> + <g transform="translate(0 -291.18)"> + <path class="ColorScheme-Text" d="m1.4801 291.97 0.10742 0.18707-1.1081 1.9296 0.17746 0.30902 0.93061 1.6206-0.10742 0.18707-1.2155-2.1167 1.2155-2.1167" color="#eff0f1" fill="#eff0f1"/> + <path transform="matrix(.16728 .0021829 -.0018908 .19313 2.433 238.88)" d="m0.094494 295.3 10.635-18.897 11.048 18.658-10.841 0.1192z" fill="#ffc300" stroke="#ffc300" stroke-width=".26458"/> + <rect x="3.4677" y="293.19" width=".47288" height="1.5312" stroke="#000" stroke-width=".056285"/> + <rect x="3.4705" y="295.18" width=".46734" height=".46734" stroke="#000" stroke-width=".061825"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/watchpoints.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg"> + <g transform="translate(0 -291.18)"> + <path class="ColorScheme-Text" d="m1.4549 292.5a1.36 3.175 0 0 0-1.1903 1.6468c0.019487 0.12766 0.053986 0.23891 0.09917 0.3204a1.2089 2.8222 0 0 1 1.0912-1.6144 0.60446 1.4111 0 0 0-0.60446 1.4111 0.60446 1.4111 0 0 0 0.60446 1.4111 0.60446 1.4111 0 0 0 0.60446-1.4111 0.60446 1.4111 0 0 0-0.55163-1.4049 1.2089 2.8222 0 0 1 1.0383 1.6082c0.045531-0.0827 0.080417-0.19258 0.09976-0.32383a1.36 3.175 0 0 0-1.1909-1.6433zm0 0.70555a0.45335 1.0583 0 0 1 0.45335 1.0583 0.45335 1.0583 0 0 1-0.45335 1.0584 0.45335 1.0583 0 0 1-0.45335-1.0584 0.45335 1.0583 0 0 1 0.45335-1.0583z" fill="#eff0f1"/> + <path d="m1.4549 293.56a0.30223 0.70556 0 0 0-0.30223 0.70555 0.30223 0.70556 0 0 0 0.30223 0.70556 0.30223 0.70556 0 0 0 0.30223-0.70556 0.30223 0.70556 0 0 0-0.013577-0.2073 0.15112 0.35278 0 0 1-0.13754 0.2073 0.15112 0.35278 0 0 1-0.15112-0.35278 0.15112 0.35278 0 0 1 0.089135-0.32109 0.30223 0.70556 0 0 0-0.089135-0.0318" fill="#da4453" stroke-width=".23089"/> + <path class="ColorScheme-Text" d="m4.3659 292.5a1.36 3.175 0 0 1 1.1903 1.6468c-0.019487 0.12766-0.053986 0.23891-0.09917 0.3204a1.2089 2.8222 0 0 0-1.0912-1.6144 0.60446 1.4111 0 0 1 0.60446 1.4111 0.60446 1.4111 0 0 1-0.60446 1.4111 0.60446 1.4111 0 0 1-0.60446-1.4111 0.60446 1.4111 0 0 1 0.55163-1.4049 1.2089 2.8222 0 0 0-1.0383 1.6082c-0.045531-0.08263-0.080417-0.19258-0.09976-0.32383a1.36 3.175 0 0 1 1.1909-1.6433zm0 0.70555a0.45335 1.0583 0 0 0-0.45335 1.0583 0.45335 1.0583 0 0 0 0.45335 1.0584 0.45335 1.0583 0 0 0 0.45335-1.0584 0.45335 1.0583 0 0 0-0.45335-1.0583z" fill="#eff0f1"/> + <path d="m4.3659 293.56a0.30223 0.70556 0 0 1 0.30223 0.70555 0.30223 0.70556 0 0 1-0.30223 0.70556 0.30223 0.70556 0 0 1-0.30223-0.70556 0.30223 0.70556 0 0 1 0.013577-0.2073 0.15112 0.35278 0 0 0 0.13754 0.2073 0.15112 0.35278 0 0 0 0.15112-0.35278 0.15112 0.35278 0 0 0-0.089135-0.32109 0.30223 0.70556 0 0 1 0.089135-0.0318" fill="#da4453" stroke-width=".23089"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/webInspector.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" fill="none" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <g transform="matrix(1.4368 0 0 1.4654 -.43678 -.46541)" fill="#ffc300"> + <path d="m3.02 8.5017-0.00271-0.04081c8.7e-4 0.01361 0.00178 0.02722 0.00271 0.04081z"/> + <path d="m7.2577 8.9047-1.7701-1.7791 0.59162-0.59161 1.8718 1.8812 1.8451-1.8451 0.59165 0.5916-1.77 1.77 1.7701 1.7791-0.59161 0.5916-1.8717-1.8813-1.8451 1.8451-0.59161-0.5916z"/> + <path d="m10.878 3.9183v0.58167h0.7849l1.6579-1.6579 0.5916 0.59161-1.5698 1.5698 0.0189 0.04949c0.3304 0.86212 0.5165 1.8351 0.5165 2.8653 0 0.1957-0.0067 0.38933-0.0199 0.58053l-3e-3 0.04364h2.0654v0.83666h-2.1705l-0.0061 0.03349c-0.1764 0.96445-0.5195 1.8438-0.9869 2.5838l-0.0347 0.0551 1.9964 2.0065-0.5931 0.5901-1.9098-1.9194-0.0577 0.0645c-0.8627 0.965-1.9806 1.5435-3.1984 1.5435-1.2367 0-2.3704-0.5966-3.2384-1.5887l-0.05749-0.0657-1.8717 1.8717-0.59162-0.5916 1.9632-1.9632-0.03399-0.055c-0.45068-0.729-0.782-1.5897-0.95424-2.5316l-0.00612-0.03349h-2.1688v-0.83666h2.0637l-3e-3 -0.04364c-0.01315-0.1912-0.01986-0.38483-0.01986-0.58053 0-1.0167 0.18128-1.9778 0.50362-2.8315l0.01857-0.04919-1.6109-1.619 0.59311-0.59012 1.6631 1.6715h0.83249v-0.58167c0-1.6118 1.3066-2.9183 2.9183-2.9183s2.9183 1.3066 2.9183 2.9183zm-5 0v0.58167h4.1633v-0.58167c0-1.1497-0.93196-2.0817-2.0816-2.0817s-2.0817 0.93199-2.0817 2.0817zm5.7163 1.4712-0.0199-0.0529h-7.2295l-0.0199 0.0529c-0.28341 0.75313-0.44701 1.6105-0.44701 2.5288 0 1.6099 0.50298 3.0339 1.274 4.0363 0.77037 1.0015 1.771 1.5454 2.8076 1.5454s2.0373-0.5439 2.8076-1.5454c0.7711-1.0024 1.274-2.4263 1.274-4.0363 0-0.91822-0.1636-1.7756-0.447-2.5288z" clip-rule="evenodd" fill-rule="evenodd"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/webSearch.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,28 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + <linearGradient id="d" x1="4" x2="4" y1="44" y2="4" gradientTransform="matrix(.325 0 0 .325 .7 .95)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#54d883" offset="0"/> + <stop stop-color="#abf9c7" offset="1"/> + </linearGradient> + <linearGradient id="linearGradient841" x1="34" x2="44" y1="19.008" y2="29.008" gradientTransform="matrix(.325 0 0 .325 .7 .95)" gradientUnits="userSpaceOnUse" xlink:href="#a"/> + <linearGradient id="a" x1="34" x2="44" y1="19.008" y2="29.008" gradientUnits="userSpaceOnUse"> + <stop stop-color="#292c2f" offset="0"/> + <stop stop-opacity="0" offset="1"/> + </linearGradient> + <linearGradient id="c" x1="9" x2="38" y1="9" y2="38" gradientTransform="matrix(.325 0 0 .325 .7 .95)" gradientUnits="userSpaceOnUse" xlink:href="#a"/> + <linearGradient id="b" x1="4" x2="4" y1="44" y2="4" gradientTransform="matrix(.325 0 0 .325 .7 .95)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#197cf1" offset="0"/> + <stop stop-color="#20bcfa" offset="1"/> + </linearGradient> + </defs> + <circle cx="8.5" cy="8.75" r="6.5" fill="url(#b)" stroke-width=".325"/> + <path d="m8.5 2.25a6.5 6.5 0 0 0-6.4675 5.85h0.9425l0.975 0.975 0.65 0.325 3.5649 5.8337a6.5 6.5 0 0 0 0.33507 0.01625 6.5 6.5 0 0 0 6.5-6.5 6.5 6.5 0 0 0-6.5-6.5z" fill="url(#c)" opacity=".2" stroke-width=".325"/> + <path d="m14.54 6.3557-2.1404 3.0443 2.0199 2.0199a6.5 6.5 0 0 0 0.58012-2.6699 6.5 6.5 0 0 0-0.442-2.3549 6.5 6.5 0 0 0-0.01755-0.039325z" fill="url(#linearGradient841)" fill-rule="evenodd" opacity=".2" stroke-width=".325"/> + <path d="m8.5 2.25a6.5 6.5 0 0 0-0.61815 0.03575 6.5 6.5 0 0 0-0.08255 0.00975 6.5 6.5 0 0 0-1.0462 0.20702v-0.013a6.5 6.5 0 0 0-3.1525 1.9955h0.00325a6.5 6.5 0 0 0-1.1635 1.9321l0.53462-0.26715h1.3v0.325l0.325 0.325v-0.65l0.65-0.65h0.325v-0.325l0.325-0.325 0.65-0.325 0.325-0.325 0.65-0.325v0.325l0.65-0.325h-0.325v-0.325l-0.325-0.325h1.3l-0.325 0.325 0.975 0.325-0.325-0.65v-0.65l-0.30778-0.30778a6.5 6.5 0 0 0-0.34222-0.017225zm4.875 2.2132v0.71175h0.54958a6.5 6.5 0 0 0-0.54958-0.71175zm-9.0798 0.021775h0.019825l-0.039975 0.039975 0.020475-0.039975zm9.7578 0.89765-0.35295 0.11732-0.65 0.325v0.325l-0.65 0.65-0.325 0.65v1.3l0.325 0.65 0.65 0.325 0.325 0.325 1.533-0.25513a6.5 6.5 0 0 0 6.5e-4 -0.00715 6.5 6.5 0 0 0 0.06793-0.5694 6.5 6.5 0 0 0 0.0234-0.46832 6.5 6.5 0 0 0-0.02925-0.5655 6.5 6.5 0 0 0-0.03153-0.26292 6.5 6.5 0 0 0-0.06175-0.40105 6.5 6.5 0 0 0-0.04387-0.19435 6.5 6.5 0 0 0-0.11602-0.45305 6.5 6.5 0 0 0-0.04713-0.1404 6.5 6.5 0 0 0-0.17517-0.47872 6.5 6.5 0 0 0-0.0481-0.10725 6.5 6.5 0 0 0-0.2405-0.49563 6.5 6.5 0 0 0-0.15372-0.26845zm-11.078 2.0673-0.325 0.325h-0.325l-0.21125-0.21125a6.5 6.5 0 0 0 0 0.00163 6.5 6.5 0 0 0-0.08645 0.64252 6.5 6.5 0 0 0-6.5e-4 0.00975l0.62335 0.20735 0.65 0.325 0.65 0.65h0.65v0.65l-0.325 0.325-0.325 0.65v0.325l0.65 0.65 0.325 0.65 0.325 0.325 0.65 0.325v1.404a6.5 6.5 0 0 0 0.00195 6.5e-4 6.5 6.5 0 0 0 0.55152 0.20962 6.5 6.5 0 0 0 0.0624 0.0221 6.5 6.5 0 0 0 0.49172 0.1326 6.5 6.5 0 0 0 0.14658 0.0377 6.5 6.5 0 0 0 0.429 0.0702 6.5 6.5 0 0 0 0.221 0.0338 6.5 6.5 0 0 0 0.37375 0.0234 6.5 6.5 0 0 0 0.32207 0.01593 6.5 6.5 0 0 0 0.33085-0.01203l0.31915-0.63798v-0.325l0.65-0.325 0.325-0.325 0.325-1.3 0.325-0.325v-0.65l-0.65-0.325h-0.325l-0.65-0.325h-0.325l-0.325-0.65-0.325-0.325h-0.65l-0.65-0.65h-0.65l-0.975-0.325-0.325 0.65-0.65-0.325h-0.325v-0.65l-0.65-0.325 0.325-0.65z" fill="url(#d)" stroke-width=".325"/> + <path d="m2.0166 8.5875c-0.0013 0.05525-0.016575 0.10692-0.016575 0.1625 0 3.601 2.899 6.5 6.5 6.5s6.5-2.899 6.5-6.5c0-0.055575-0.01528-0.10725-0.01658-0.1625-0.0097 0.39195-0.03932 0.77935-0.11505 1.1508a6.4642 6.4642 0 0 1-1.7683 3.2867 6.4837 6.4837 0 0 1-2.0654 1.3907 6.4405 6.4405 0 0 1-1.2213 0.37765 6.5663 6.5663 0 0 1-1.313 0.1313c-0.45012 0-0.88952-0.04518-1.313-0.1313a6.4642 6.4642 0 0 1-3.2867-1.7683 6.4837 6.4837 0 0 1-1.3907-2.0654 6.4405 6.4405 0 0 1-0.37765-1.2214c-0.075725-0.37147-0.10498-0.75887-0.11505-1.1508" opacity=".2" stroke-width=".325"/> + <path class="ColorScheme-Text" d="m8.5 1c-4.155 0-7.5 3.345-7.5 7.5s3.345 7.5 7.5 7.5c1.8515 0 3.5382-0.66835 4.8438-1.7725l6.7725 6.7725 0.88379-0.88379-6.7725-6.7725c1.1041-1.3055 1.7725-2.9922 1.7725-4.8438 0-4.155-3.345-7.5-7.5-7.5zm0 1.25c3.4625 0 6.25 2.7875 6.25 6.25s-2.7875 6.25-6.25 6.25-6.25-2.7875-6.25-6.25 2.7875-6.25 6.25-6.25z" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/whatsThis.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m10.412 1c-5.2141 0-9.4118 4.1732-9.4118 9.3569s4.1976 9.3569 9.4118 9.3569c0.39937 0 0.79046-0.03241 1.1765-0.07996v-1.181c-0.3853 0.05452-0.77555 0.09138-1.1765 0.09138-4.5624 0-8.2353-3.6515-8.2353-8.1873s3.6729-8.1873 8.2353-8.1873 8.2353 3.6515 8.2353 8.1873c0 0.81425-0.12404 1.598-0.34467 2.3392h1.2155c0.1926-0.74815 0.30561-1.5298 0.30561-2.3392 0-5.1837-4.1976-9.3569-9.4118-9.3569zm-1.1765 3.5089v2.3392h2.3529v-2.3392zm0 3.5089v8.1873h2.3529v-8.1873zm3.5294 2.3392 0.004588 10.643 3.2077-3.8469 5.023-0.24672z" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/wikipedia.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <path d="m7.5951 17.999h0.87268l2.9137-5.9693 2.397 5.9693h0.84017l4.9798-12.1c0.27915-0.6788 0.82333-1.0864 1.4017-1.1787v-0.72063h-4.0266v0.72087c0.53428 0.12551 1.1014 0.33698 1.3536 0.93245l-3.6566 8.9071c-0.66102-1.4846-1.3388-3.1069-1.9856-4.7259 0.66767-1.498 1.213-2.8895 2.032-4.2569 0.47887-0.80456 1.256-0.82347 1.6564-0.86302v-0.71463h-4.2804v0.71463c0.53404 5.597e-4 1.6454 0.050692 1.1498 1.1505l-1.2414 2.7564-1.3148-3.0661c-0.2047-0.47741 0.19293-0.79548 0.84205-0.83338l-0.0048-0.72138h-4.8172v0.71462c0.57395 0.01996 1.3832 0.016686 1.6819 0.53059 0.91979 1.7844 1.5348 3.6379 2.3733 5.4573l-2.1699 4.2851-3.6471-8.8539c-0.41098-0.99773 0.56473-1.3192 1.1986-1.4025l-0.00713-0.73134h-5.1362v0.71462c0.70919 0.24764 1.624 1.3618 1.8794 1.9257 1.9186 4.238 2.8847 7.0793 4.716 11.359z" fill="#eff0f1" stroke-width=".012104"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/windowFullscreen.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m1 1v3.75l3.75-3.75zm16.25 0 3.75 3.75v-3.75zm-12.5 3.75v12.5h12.5v-12.5h-11.25zm1.25 3.75h10v7.5h-10zm-5 8.75v3.75h3.75zm20 0-3.75 3.75h3.75z" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/windowRestore.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m8.5 1 2.5 2.5 2.5-2.5zm-3.75 3.75v12.5h12.5v-12.5h-11.25zm-3.75 3.75v5l2.5-2.5zm5 0h10v7.5h-10zm15 0-2.5 2.5 2.5 2.5zm-10 10-2.5 2.5h5z" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/wordboundary.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path d="m20.312 7.4281h-9.625v7.1429h9.625v-7.1429m0.6875-1.4281v10h-11v-10h11" fill="#eff0f1"/> + <text x="0.17117114" y="15.819819" fill="#da4453" font-family="sans-serif" font-size="18.018px" letter-spacing="0px" stroke-width=".45045" word-spacing="0px" style="line-height:1.25" xml:space="preserve"><tspan x="0.17117114" y="15.819819" fill="#da4453" stroke-width=".45045">a</tspan></text> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/xbel.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <path d="m2.6667 1v3.3333h-1.6667v3.3333h1.6667v6.6667h-1.6667v3.3333h1.6667v3.3333h18.333v-20zm1.6667 1.6667h1.6667v16.667h-1.6667zm3.3333 0h11.667v16.667h-11.667z" color="#4d4d4d" fill="#f7a01c" stroke-width="1.6667"/> + <path d="m13.415 5.8898-0.95703 2.6914-2.5781-1.2266 1.2266 2.5781-2.6914 0.95703 2.6914 0.95703-1.2266 2.5781 2.5781-1.2266 0.95703 2.6914 0.95703-2.6914 2.5781 1.2266-1.2266-2.5781 2.6914-0.95703-2.6914-0.95703 1.2266-2.5781-2.5781 1.2266z" fill="#ffd42a"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/yahoo.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m1 4 0.01709 1.0157 2.6343 0.38812c0.72227 0.70806 4.7392 5.9487 5.3516 7.2945l0.06104 3.7546c-0.39255 0.58332-2.793 0.46245-2.793 0.46245l-0.20508 1.0845s8.9962-0.20322 9.043-0.08533c-0.0225-0.13516 0.01709-1.0157 0.01709-1.0157l-2.9199-0.0881s-0.1902-2.6757-0.04883-4.2336c1.9157-2.3905 5.3345-5.0897 5.3345-5.0897l2.3218-0.44593 0.53467-1.0488-7.9053-0.055053 0.20508 1.0873s2.1619 0.19479 2.3975 0.40739c-0.03138 0.53122-3.7402 3.8812-3.7402 3.8812l-4.0552-6.1577 2.8418-0.24774 0.12451-0.76524zm17.913 6.3091 0.01953 5.731 0.8667 0.12937 1.2012-5.5411zm-0.16602 6.3641-0.1416 1.1313 1.0596 0.19544 0.15869-1.1919z" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/yandex.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg"> + <g transform="translate(0 -291.18)"> + <text transform="scale(-.98995 1.0102)" x="-5.522522" y="293.75308" fill="#eff0f1" font-family="sans-serif" font-size="7.3368px" letter-spacing="0px" stroke-width=".18342" word-spacing="0px" style="line-height:1.25" xml:space="preserve"><tspan x="-5.522522" y="293.75308" fill="#eff0f1" stroke-width=".18342">R</tspan></text> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/zoomIn.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m1 1v2.5h1.25v-1.25h1.25v-1.25zm6.25 0v1.25h2.5v-1.25zm5 0v1.25h2.5v-1.25zm6.25 0v1.25h1.25v1.25h1.25v-2.5zm-7.5 5v1.25h2.8662l-4.1162 4.1162 0.88379 0.88379 4.1162-4.1162v2.8662h1.25v-5h-1.25zm-10 1.25v2.5h1.25v-2.5zm18.75 0v2.5h1.25v-2.5zm0 5v2.5h1.25v-2.5zm-18.75 1.25v7.5h7.5v-7.5zm1.25 1.25h5v5h-5zm17.5 3.75v1.25h-1.25v1.25h2.5v-2.5z" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/zoomOut.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m1 1v8.75h1.25v-7.5h17.5v17.5h-7.5v1.25h8.75v-20h-18.75zm14.116 5-4.1162 4.1162v-2.8662h-1.25v5h5v-1.25h-2.8662l4.1162-4.1162zm-14.116 7.5v2.5h1.25v-1.25h1.25v-1.25zm5 0v1.25h1.25v1.25h1.25v-2.5zm-5 5v2.5h2.5v-1.25h-1.25v-1.25zm6.25 0v1.25h-1.25v1.25h2.5v-2.5z" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/zoomReset.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m1 1v3.75h1.25v-2.5h2.5v-1.25h-2.5zm16.25 0v1.25h2.5v2.5h1.25v-3.75h-1.25zm-13.75 2.5v15h15v-15zm1.25 1.25h12.5v12.5h-12.5zm-3.75 12.5v3.75h3.75v-1.25h-2.5v-2.5zm18.75 0v2.5h-2.5v1.25h3.75v-3.75z" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-dark/zoomTo.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m1 1v3.75h1.25v-2.5h2.5v-1.25h-2.5zm10 0-2.5 2.5h5zm6.25 0v1.25h2.5v2.5h1.25v-3.75h-1.25zm-13.75 7.5-2.5 2.5 2.5 2.5zm15 0v5l2.5-2.5zm-17.5 8.75v3.75h3.75v-1.25h-2.5v-2.5zm18.75 0v2.5h-2.5v1.25h3.75v-3.75zm-11.25 1.25 2.5 2.5 2.5-2.5z" color="#eff0f1" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/1downarrow.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m1.8838 5.5-0.88379 0.89323 10 10.107 10-10.107-0.88379-0.89323-9.1162 9.2135-9.1162-9.2135" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/1leftarrow.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m15.607 1-10.107 10 10.107 10 0.89322-0.88379-9.2135-9.1162 9.2135-9.1162-0.89322-0.88379" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/1rightarrow.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m6.3932 1-0.89323 0.88379 9.2135 9.1162-9.2135 9.1162 0.89323 0.88379 10.107-10-10.107-10" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/1uparrow.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + <path class="ColorScheme-Text" d="m1.8838 16.5-0.88375-0.89319 10-10.107 10 10.107-0.88375 0.89319-9.1162-9.2136-9.1162 9.2136" color="#eff0f1" fill="#232629" stroke-width="1.2567"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/2downarrow.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + <path class="ColorScheme-Text" d="m1.8838 2.5-0.88375 0.87685 10 9.9219 10-9.9219-0.88375-0.87685-9.1162 9.0451zm0 6.2012-0.88375 0.87685 10 9.9219 10-9.9219-0.88375-0.87685-9.1162 9.0451z" color="#eff0f1" fill="#232629" stroke-width="1.2451"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/2leftarrow.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + <path class="ColorScheme-Text" d="m19.5 1.8838-0.87685-0.88375-9.9219 10 9.9219 10 0.87685-0.88375-9.0451-9.1162zm-6.2012 0-0.87685-0.88375-9.9219 10 9.9219 10 0.87685-0.88375-9.0451-9.1162z" color="#eff0f1" fill="#232629" stroke-width="1.2451"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/2rightarrow.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + <path class="ColorScheme-Text" d="m2.5 1.8838 0.87685-0.88375 9.9219 10-9.9219 10-0.87685-0.88375 9.0451-9.1162zm6.2012 0 0.87685-0.88375 9.9219 10-9.9219 10-0.87685-0.88375 9.0451-9.1162z" color="#eff0f1" fill="#232629" stroke-width="1.2451"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/2uparrow.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + <path class="ColorScheme-Text" d="m1.8838 19.5-0.88375-0.87685 10-9.9219 10 9.9219-0.88375 0.87685-9.1162-9.0451zm0-6.2012-0.88375-0.87685 10-9.9219 10 9.9219-0.88375 0.87685-9.1162-9.0451z" color="#eff0f1" fill="#232629" stroke-width="1.2451"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/LICENSE.breeze Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,209 @@ +The Breeze Icon Theme + + Copyright (C) 2014 Uri Herrera <uri_herrera@nitrux.in> and others + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see <http://www.gnu.org/licenses/>. + +Clarification: + + The GNU Lesser General Public License or LGPL is written for + software libraries in the first place. We expressly want the LGPL to + be valid for this artwork library too. + + KDE Breeze theme icons is a special kind of software library, it is an + artwork library, it's elements can be used in a Graphical User Interface, or + GUI. + + Source code, for this library means: + - where they exist, SVG; + - otherwise, if applicable, the multi-layered formats xcf or psd, or + otherwise png. + + The LGPL in some sections obliges you to make the files carry + notices. With images this is in some cases impossible or hardly useful. + + With this library a notice is placed at a prominent place in the directory + containing the elements. You may follow this practice. + + The exception in section 5 of the GNU Lesser General Public License covers + the use of elements of this art library in a GUI. + + https://vdesign.kde.org/ + +----- + GNU LESSER GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/> + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + + This version of the GNU Lesser General Public License incorporates +the terms and conditions of version 3 of the GNU General Public +License, supplemented by the additional permissions listed below. + + 0. Additional Definitions. + + As used herein, "this License" refers to version 3 of the GNU Lesser +General Public License, and the "GNU GPL" refers to version 3 of the GNU +General Public License. + + "The Library" refers to a covered work governed by this License, +other than an Application or a Combined Work as defined below. + + An "Application" is any work that makes use of an interface provided +by the Library, but which is not otherwise based on the Library. +Defining a subclass of a class defined by the Library is deemed a mode +of using an interface provided by the Library. + + A "Combined Work" is a work produced by combining or linking an +Application with the Library. The particular version of the Library +with which the Combined Work was made is also called the "Linked +Version". + + The "Minimal Corresponding Source" for a Combined Work means the +Corresponding Source for the Combined Work, excluding any source code +for portions of the Combined Work that, considered in isolation, are +based on the Application, and not on the Linked Version. + + The "Corresponding Application Code" for a Combined Work means the +object code and/or source code for the Application, including any data +and utility programs needed for reproducing the Combined Work from the +Application, but excluding the System Libraries of the Combined Work. + + 1. Exception to Section 3 of the GNU GPL. + + You may convey a covered work under sections 3 and 4 of this License +without being bound by section 3 of the GNU GPL. + + 2. Conveying Modified Versions. + + If you modify a copy of the Library, and, in your modifications, a +facility refers to a function or data to be supplied by an Application +that uses the facility (other than as an argument passed when the +facility is invoked), then you may convey a copy of the modified +version: + + a) under this License, provided that you make a good faith effort to + ensure that, in the event an Application does not supply the + function or data, the facility still operates, and performs + whatever part of its purpose remains meaningful, or + + b) under the GNU GPL, with none of the additional permissions of + this License applicable to that copy. + + 3. Object Code Incorporating Material from Library Header Files. + + The object code form of an Application may incorporate material from +a header file that is part of the Library. You may convey such object +code under terms of your choice, provided that, if the incorporated +material is not limited to numerical parameters, data structure +layouts and accessors, or small macros, inline functions and templates +(ten or fewer lines in length), you do both of the following: + + a) Give prominent notice with each copy of the object code that the + Library is used in it and that the Library and its use are + covered by this License. + + b) Accompany the object code with a copy of the GNU GPL and this license + document. + + 4. Combined Works. + + You may convey a Combined Work under terms of your choice that, +taken together, effectively do not restrict modification of the +portions of the Library contained in the Combined Work and reverse +engineering for debugging such modifications, if you also do each of +the following: + + a) Give prominent notice with each copy of the Combined Work that + the Library is used in it and that the Library and its use are + covered by this License. + + b) Accompany the Combined Work with a copy of the GNU GPL and this license + document. + + c) For a Combined Work that displays copyright notices during + execution, include the copyright notice for the Library among + these notices, as well as a reference directing the user to the + copies of the GNU GPL and this license document. + + d) Do one of the following: + + 0) Convey the Minimal Corresponding Source under the terms of this + License, and the Corresponding Application Code in a form + suitable for, and under terms that permit, the user to + recombine or relink the Application with a modified version of + the Linked Version to produce a modified Combined Work, in the + manner specified by section 6 of the GNU GPL for conveying + Corresponding Source. + + 1) Use a suitable shared library mechanism for linking with the + Library. A suitable mechanism is one that (a) uses at run time + a copy of the Library already present on the user's computer + system, and (b) will operate properly with a modified version + of the Library that is interface-compatible with the Linked + Version. + + e) Provide Installation Information, but only if you would otherwise + be required to provide such information under section 6 of the + GNU GPL, and only to the extent that such information is + necessary to install and execute a modified version of the + Combined Work produced by recombining or relinking the + Application with a modified version of the Linked Version. (If + you use option 4d0, the Installation Information must accompany + the Minimal Corresponding Source and Corresponding Application + Code. If you use option 4d1, you must provide the Installation + Information in the manner specified by section 6 of the GNU GPL + for conveying Corresponding Source.) + + 5. Combined Libraries. + + You may place library facilities that are a work based on the +Library side by side in a single library together with other library +facilities that are not Applications and are not covered by this +License, and convey such a combined library under terms of your +choice, if you do both of the following: + + a) Accompany the combined library with a copy of the same work based + on the Library, uncombined with any other library facilities, + conveyed under the terms of this License. + + b) Give prominent notice with the combined library that part of it + is a work based on the Library, and explaining where to find the + accompanying uncombined form of the same work. + + 6. Revised Versions of the GNU Lesser General Public License. + + The Free Software Foundation may publish revised and/or new versions +of the GNU Lesser General Public License from time to time. Such new +versions will be similar in spirit to the present version, but may +differ in detail to address new problems or concerns. + + Each version is given a distinguishing version number. If the +Library as you received it specifies that a certain numbered version +of the GNU Lesser General Public License "or any later version" +applies to it, you have the option of following the terms and +conditions either of that published version or of any later version +published by the Free Software Foundation. If the Library as you +received it does not specify a version number of the GNU Lesser +General Public License, you may choose any version of the GNU Lesser +General Public License ever published by the Free Software Foundation. + + If the Library as you received it specifies that a proxy can decide +whether future versions of the GNU Lesser General Public License shall +apply, that proxy's public statement of acceptance of any version is +permanent authorization for you to choose that version for the +Library.
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/actionsToolButton.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m1 3.5v2.5h20v-2.5h-20m0 6.25v2.5h20v-2.5h-20m0 6.25v2.5h20v-2.5h-20" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/adBlockAction.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m1 3.5v2.5h20v-2.5h-20m0 6.25v2.5h20v-2.5h-20m0 6.25v2.5h20v-2.5h-20" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/adBlockPlus.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.0" xmlns="http://www.w3.org/2000/svg"> + <g transform="matrix(.08572 0 0 .085259 -6.9101 -13.5)"> + <g transform="matrix(8.259 0 0 8.259 -1246.1 -3046.4)"> + <path transform="matrix(1.2678 1.7357 -1.7357 1.2678 187.63 395.98)" d="m3.8498 13-5.7925 0.92859-4.7525-3.4393-0.92859-5.7925 3.4393-4.7525 5.7925-0.92859 4.7525 3.4393 0.92859 5.7925z" fill="#fff" stroke="#000" stroke-linecap="square" stroke-width=".23263"/> + <path transform="matrix(1.1488 1.5728 -1.5728 1.1488 186.64 396.59)" d="m3.8498 13-5.7925 0.92859-4.7525-3.4393-0.92859-5.7925 3.4393-4.7525 5.7925-0.92859 4.7525 3.4393 0.92859 5.7925z" fill="#f00"/> + <path transform="matrix(.96443 0 0 1.2232 150.79 384.56)" d="m19.535 18.613h-3.5273l-0.55664 1.5938h-2.2676l3.2402-8.748h2.6895l3.2402 8.748h-2.2676zm-2.9648-1.623h2.3965l-1.1953-3.4805zm10.441-2.1445c0.35546 5e-6 0.625-0.07812 0.80859-0.23438 0.18359-0.15624 0.27538-0.38671 0.27539-0.69141-6e-6 -0.30078-0.0918-0.53027-0.27539-0.68848-0.1836-0.1582-0.45313-0.2373-0.80859-0.2373h-1.248v1.8516zm0.07617 3.8262c0.45312 1e-6 0.79394-0.0957 1.0225-0.28711 0.22851-0.1914 0.34277-0.48047 0.34277-0.86719-6e-6 -0.3789-0.11329-0.66308-0.33984-0.85254-0.22657-0.18945-0.56836-0.28418-1.0254-0.28418h-1.3242v2.291zm2.0977-3.1465c0.48437 0.14063 0.85937 0.4004 1.125 0.7793 0.26562 0.37891 0.39843 0.84375 0.39844 1.3945-8e-6 0.84375-0.28516 1.4727-0.85547 1.8867-0.57032 0.41406-1.4375 0.62109-2.6016 0.62109h-3.7441v-8.748h3.3867c1.2148 9e-6 2.0947 0.1836 2.6396 0.55078 0.54491 0.3672 0.81738 0.95509 0.81738 1.7637-8e-6 0.42579-0.09962 0.78809-0.29883 1.0869-0.19923 0.29883-0.48829 0.52051-0.86719 0.66504zm3.4629-4.0664h3.7441c1.1133 9e-6 1.9678 0.24708 2.5635 0.74121 0.5957 0.49415 0.89355 1.1982 0.89355 2.1123-8e-6 0.91797-0.29786 1.624-0.89355 2.1182-0.59571 0.49414-1.4502 0.74121-2.5635 0.74121h-1.4883v3.0352h-2.2559zm2.2559 1.6348v2.4434h1.248c0.4375 5e-6 0.77538-0.10644 1.0137-0.31934 0.23828-0.21288 0.35742-0.51464 0.35742-0.90527-6e-6 -0.39062-0.11915-0.6914-0.35742-0.90234-0.23829-0.21093-0.57618-0.3164-1.0137-0.31641z" fill="#fff"/> + </g> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/adBlockPlus48.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="48" height="48" version="1.0" xmlns="http://www.w3.org/2000/svg"> + <g transform="matrix(.18749 0 0 .18753 -15.182 -30.267)"> + <g transform="matrix(8.259 0 0 8.259 -1246.1 -3046.4)"> + <path transform="matrix(1.2678 1.7357 -1.7357 1.2678 187.63 395.98)" d="m3.8498 13-5.7925 0.92859-4.7525-3.4393-0.92859-5.7925 3.4393-4.7525 5.7925-0.92859 4.7525 3.4393 0.92859 5.7925z" fill="#fff" stroke="#000" stroke-linecap="square" stroke-width=".23263"/> + <path transform="matrix(1.1488 1.5728 -1.5728 1.1488 186.64 396.59)" d="m3.8498 13-5.7925 0.92859-4.7525-3.4393-0.92859-5.7925 3.4393-4.7525 5.7925-0.92859 4.7525 3.4393 0.92859 5.7925z" fill="#f00"/> + <path transform="matrix(.96443 0 0 1.2232 150.79 384.56)" d="m19.535 18.613h-3.5273l-0.55664 1.5938h-2.2676l3.2402-8.748h2.6895l3.2402 8.748h-2.2676zm-2.9648-1.623h2.3965l-1.1953-3.4805zm10.441-2.1445c0.35546 5e-6 0.625-0.07812 0.80859-0.23438 0.18359-0.15624 0.27538-0.38671 0.27539-0.69141-6e-6 -0.30078-0.0918-0.53027-0.27539-0.68848-0.1836-0.1582-0.45313-0.2373-0.80859-0.2373h-1.248v1.8516zm0.07617 3.8262c0.45312 1e-6 0.79394-0.0957 1.0225-0.28711 0.22851-0.1914 0.34277-0.48047 0.34277-0.86719-6e-6 -0.3789-0.11329-0.66308-0.33984-0.85254-0.22657-0.18945-0.56836-0.28418-1.0254-0.28418h-1.3242v2.291zm2.0977-3.1465c0.48437 0.14063 0.85937 0.4004 1.125 0.7793 0.26562 0.37891 0.39843 0.84375 0.39844 1.3945-8e-6 0.84375-0.28516 1.4727-0.85547 1.8867-0.57032 0.41406-1.4375 0.62109-2.6016 0.62109h-3.7441v-8.748h3.3867c1.2148 9e-6 2.0947 0.1836 2.6396 0.55078 0.54491 0.3672 0.81738 0.95509 0.81738 1.7637-8e-6 0.42579-0.09962 0.78809-0.29883 1.0869-0.19923 0.29883-0.48829 0.52051-0.86719 0.66504zm3.4629-4.0664h3.7441c1.1133 9e-6 1.9678 0.24708 2.5635 0.74121 0.5957 0.49415 0.89355 1.1982 0.89355 2.1123-8e-6 0.91797-0.29786 1.624-0.89355 2.1182-0.59571 0.49414-1.4502 0.74121-2.5635 0.74121h-1.4883v3.0352h-2.2559zm2.2559 1.6348v2.4434h1.248c0.4375 5e-6 0.77538-0.10644 1.0137-0.31934 0.23828-0.21288 0.35742-0.51464 0.35742-0.90527-6e-6 -0.39062-0.11915-0.6914-0.35742-0.90234-0.23829-0.21093-0.57618-0.3164-1.0137-0.31641z" fill="#fff"/> + </g> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/adBlockPlusDisabled.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.0" xmlns="http://www.w3.org/2000/svg"> + <g transform="matrix(.08572 0 0 .085259 -6.9101 -13.539)" fill="#fff"> + <g transform="matrix(8.259 0 0 8.259 -1246.1 -3046.4)" fill="#fff"> + <path transform="matrix(1.2678 1.7357 -1.7357 1.2678 187.63 395.98)" d="m3.8498 13-5.7925 0.92859-4.7525-3.4393-0.92859-5.7925 3.4393-4.7525 5.7925-0.92859 4.7525 3.4393 0.92859 5.7925z" stroke="#000" stroke-linecap="square" stroke-width=".23263"/> + <path transform="matrix(1.1488 1.5728 -1.5728 1.1488 186.64 396.59)" d="m3.8498 13-5.7925 0.92859-4.7525-3.4393-0.92859-5.7925 3.4393-4.7525 5.7925-0.92859 4.7525 3.4393 0.92859 5.7925z"/> + <path transform="matrix(.96443 0 0 1.2232 150.79 384.56)" d="m19.535 18.613h-3.5273l-0.55664 1.5938h-2.2676l3.2402-8.748h2.6895l3.2402 8.748h-2.2676zm-2.9648-1.623h2.3965l-1.1953-3.4805zm10.441-2.1445c0.35546 5e-6 0.625-0.07812 0.80859-0.23438 0.18359-0.15624 0.27538-0.38671 0.27539-0.69141-6e-6 -0.30078-0.0918-0.53027-0.27539-0.68848-0.1836-0.1582-0.45313-0.2373-0.80859-0.2373h-1.248v1.8516zm0.07617 3.8262c0.45312 1e-6 0.79394-0.0957 1.0225-0.28711 0.22851-0.1914 0.34277-0.48047 0.34277-0.86719-6e-6 -0.3789-0.11329-0.66308-0.33984-0.85254-0.22657-0.18945-0.56836-0.28418-1.0254-0.28418h-1.3242v2.291zm2.0977-3.1465c0.48437 0.14063 0.85937 0.4004 1.125 0.7793 0.26562 0.37891 0.39843 0.84375 0.39844 1.3945-8e-6 0.84375-0.28516 1.4727-0.85547 1.8867-0.57032 0.41406-1.4375 0.62109-2.6016 0.62109h-3.7441v-8.748h3.3867c1.2148 9e-6 2.0947 0.1836 2.6396 0.55078 0.54491 0.3672 0.81738 0.95509 0.81738 1.7637-8e-6 0.42579-0.09962 0.78809-0.29883 1.0869-0.19923 0.29883-0.48829 0.52051-0.86719 0.66504zm3.4629-4.0664h3.7441c1.1133 9e-6 1.9678 0.24708 2.5635 0.74121 0.5957 0.49415 0.89355 1.1982 0.89355 2.1123-8e-6 0.91797-0.29786 1.624-0.89355 2.1182-0.59571 0.49414-1.4502 0.74121-2.5635 0.74121h-1.4883v3.0352h-2.2559zm2.2559 1.6348v2.4434h1.248c0.4375 5e-6 0.77538-0.10644 1.0137-0.31934 0.23828-0.21288 0.35742-0.51464 0.35742-0.90527-6e-6 -0.39062-0.11915-0.6914-0.35742-0.90234-0.23829-0.21093-0.57618-0.3164-1.0137-0.31641z"/> + </g> + </g> + <path d="m4.2005 17.894-2.8542-2.7979v-8.0811l5.6507-5.6218h8.1055l5.6507 5.6218v8.0551l-5.6507 5.6218h-8.0479zm-0.39955-3.6184 0.17601-0.64661h2.357l0.15715 0.53757c0.086434 0.29566 0.15715 0.58664 0.15715 0.64661 0 0.07044 0.29849 0.10904 0.84324 0.10904h0.84324l-0.17904-0.62174c-0.098472-0.34196-0.59761-2.043-1.1092-3.7802l-0.93016-3.1584-1.919 0.0019898-1.0797 3.7046c-0.59385 2.0375-1.0778 3.7381-1.0754 3.7792 0.00238 0.04104 0.35946 0.07461 0.79351 0.07461h0.78918zm9.1037 0.45962c0.81098-0.36632 1.2127-1.164 1.1175-2.2188-0.05776-0.63964-0.38075-1.2925-0.73191-1.4794l-0.23503-0.12508 0.24881-0.2293c0.34084-0.31412 0.44722-0.64011 0.44464-1.3625-0.003016-0.85642-0.25934-1.3837-0.81558-1.6781-0.39424-0.20866-0.58596-0.232-2.1583-0.26275l-1.7256-0.033746v7.5767l1.7256-0.0022c1.4575-0.0019 1.7884-0.03056 2.1299-0.1848zm4.0473-1.1062v-1.2932l0.72526-5.91e-4c1.0177-8.18e-4 1.4528-0.14407 1.9284-0.63507 0.47448-0.48976 0.6475-0.98944 0.6475-1.87 0-0.86515-0.22727-1.4844-0.70103-1.91-0.53308-0.47892-0.91498-0.55707-2.7252-0.55771l-1.5756-5.427e-4v7.5603h1.7006z" fill="#808080" stroke-width=".099756"/> + <path d="m4.4474 12.039c0-0.11181 0.57492-2.2623 0.66531-2.4886 0.068163-0.17065 0.061191-0.19057 0.51335 1.4673l0.30523 1.1191h-0.74194c-0.41955 0-0.74194-0.04251-0.74194-0.09782z" fill="#808080" stroke-width=".099756"/> + <path d="m10.65 9.5003v-0.74608h0.5502c0.41682 0 0.5987 0.048232 0.75027 0.19896 0.2415 0.24016 0.26307 0.76159 0.04435 1.0721-0.13122 0.1863-0.24929 0.22109-0.75027 0.22109h-0.59454z" fill="#808080" stroke-width=".099756"/> + <path d="m10.65 12.572v-0.95663l0.64457 0.04081c0.73824 0.04675 1.0036 0.22008 1.0973 0.71689 0.07476 0.39625-0.09835 0.92675-0.34529 1.0582-0.10064 0.05356-0.45603 0.09738-0.78976 0.09738h-0.60679z" fill="#808080" stroke-width=".099756"/> + <path d="m16.952 9.8484v-0.99478h0.52794c0.3119 0 0.61733 0.062262 0.74638 0.15215 0.47022 0.32752 0.47022 1.3577 0 1.6853-0.12905 0.08989-0.43448 0.15215-0.74638 0.15215h-0.52794z" fill="#808080" stroke-width=".099756"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/adBlockPlusDisabled16.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="16" height="16" version="1.0" xmlns="http://www.w3.org/2000/svg"> + <g transform="matrix(.062471 0 0 .062325 -5.0234 -9.9626)" fill="#fff"> + <g transform="matrix(8.259 0 0 8.259 -1246.1 -3046.4)" fill="#fff"> + <path transform="matrix(1.2678 1.7357 -1.7357 1.2678 187.63 395.98)" d="m3.8498 13-5.7925 0.92859-4.7525-3.4393-0.92859-5.7925 3.4393-4.7525 5.7925-0.92859 4.7525 3.4393 0.92859 5.7925z" stroke="#000" stroke-linecap="square" stroke-width=".23263"/> + <path transform="matrix(1.1488 1.5728 -1.5728 1.1488 186.64 396.59)" d="m3.8498 13-5.7925 0.92859-4.7525-3.4393-0.92859-5.7925 3.4393-4.7525 5.7925-0.92859 4.7525 3.4393 0.92859 5.7925z"/> + <path transform="matrix(.96443 0 0 1.2232 150.79 384.56)" d="m19.535 18.613h-3.5273l-0.55664 1.5938h-2.2676l3.2402-8.748h2.6895l3.2402 8.748h-2.2676zm-2.9648-1.623h2.3965l-1.1953-3.4805zm10.441-2.1445c0.35546 5e-6 0.625-0.07812 0.80859-0.23438 0.18359-0.15624 0.27538-0.38671 0.27539-0.69141-6e-6 -0.30078-0.0918-0.53027-0.27539-0.68848-0.1836-0.1582-0.45313-0.2373-0.80859-0.2373h-1.248v1.8516zm0.07617 3.8262c0.45312 1e-6 0.79394-0.0957 1.0225-0.28711 0.22851-0.1914 0.34277-0.48047 0.34277-0.86719-6e-6 -0.3789-0.11329-0.66308-0.33984-0.85254-0.22657-0.18945-0.56836-0.28418-1.0254-0.28418h-1.3242v2.291zm2.0977-3.1465c0.48437 0.14063 0.85937 0.4004 1.125 0.7793 0.26562 0.37891 0.39843 0.84375 0.39844 1.3945-8e-6 0.84375-0.28516 1.4727-0.85547 1.8867-0.57032 0.41406-1.4375 0.62109-2.6016 0.62109h-3.7441v-8.748h3.3867c1.2148 9e-6 2.0947 0.1836 2.6396 0.55078 0.54491 0.3672 0.81738 0.95509 0.81738 1.7637-8e-6 0.42579-0.09962 0.78809-0.29883 1.0869-0.19923 0.29883-0.48829 0.52051-0.86719 0.66504zm3.4629-4.0664h3.7441c1.1133 9e-6 1.9678 0.24708 2.5635 0.74121 0.5957 0.49415 0.89355 1.1982 0.89355 2.1123-8e-6 0.91797-0.29786 1.624-0.89355 2.1182-0.59571 0.49414-1.4502 0.74121-2.5635 0.74121h-1.4883v3.0352h-2.2559zm2.2559 1.6348v2.4434h1.248c0.4375 5e-6 0.77538-0.10644 1.0137-0.31934 0.23828-0.21288 0.35742-0.51464 0.35742-0.90527-6e-6 -0.39062-0.11915-0.6914-0.35742-0.90234-0.23829-0.21093-0.57618-0.3164-1.0137-0.31641z"/> + </g> + </g> + <path d="m3.0738 13.015-2.0801-2.0453v-5.9074l4.1181-4.1096h5.9071l4.1181 4.1096v5.8884l-4.1181 4.1096h-5.8652zm-0.29118-2.6451 0.12827-0.47267h1.7177l0.11453 0.39297c0.062992 0.21613 0.11453 0.42884 0.11453 0.47267 0 0.05149 0.21753 0.07971 0.61454 0.07971h0.61454l-0.13048-0.4545c-0.071764-0.24997-0.43553-1.4935-0.80836-2.7633l-0.67788-2.3088-1.3985 0.0014546-0.78688 2.7081c-0.43278 1.4894-0.78546 2.7326-0.78372 2.7626 0.00173 0.03 0.26197 0.05454 0.57829 0.05454h0.57514zm6.6346 0.33599c0.59102-0.26778 0.8838-0.8509 0.81438-1.622-0.042094-0.46758-0.27748-0.94481-0.5334-1.0814l-0.17128-0.091436 0.18132-0.16762c0.2484-0.22962 0.32593-0.46793 0.32405-0.99601-0.002198-0.62605-0.189-1.0115-0.59438-1.2267-0.28731-0.15253-0.42703-0.16959-1.5729-0.19207l-1.2576-0.024669v5.5387l1.2576-0.0016c1.0622-0.0014 1.3034-0.02234 1.5522-0.13509zm2.9496-0.80866v-0.94535l0.52856-4.321e-4c0.74165-5.979e-4 1.0588-0.10532 1.4054-0.46424 0.34579-0.35802 0.47188-0.72329 0.47188-1.367 0-0.63243-0.16563-1.0851-0.5109-1.3962-0.3885-0.35009-0.66682-0.40722-1.9861-0.40769l-1.1482-3.967e-4v5.5266h1.2394z" fill="#808080" stroke-width=".072811"/> + <path d="m3.2538 8.7348c0-0.081733 0.41899-1.6538 0.48486-1.8192 0.049676-0.12474 0.044595-0.13931 0.37412 1.0726l0.22244 0.81809h-0.54071c-0.30576 0-0.54071-0.031075-0.54071-0.071506z" fill="#808080" stroke-width=".072811"/> + <path d="m7.7738 6.8793v-0.54539h0.40097c0.30377 0 0.43632 0.035258 0.54678 0.14544 0.176 0.17556 0.19172 0.55673 0.032322 0.78373-0.095631 0.13618-0.18168 0.16162-0.54678 0.16162h-0.43329z" fill="#808080" stroke-width=".072811"/> + <path d="m7.7738 9.1251v-0.6993l0.46975 0.029832c0.53801 0.034174 0.73137 0.16088 0.79967 0.52405 0.054483 0.28966-0.071675 0.67746-0.25164 0.77353-0.07334 0.039153-0.33234 0.071185-0.57556 0.071185h-0.44222z" fill="#808080" stroke-width=".072811"/> + <path d="m12.367 7.1338v-0.72719h0.38475c0.2273 0 0.4499 0.045514 0.54395 0.11122 0.34269 0.23942 0.34269 0.99252 0 1.2319-0.09405 0.06571-0.31664 0.11122-0.54395 0.11122h-0.38475z" fill="#808080" stroke-width=".072811"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/adBlockPlusGreen.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.0" xmlns="http://www.w3.org/2000/svg"> + <g transform="matrix(.08572 0 0 .085259 -6.9101 -13.539)" fill="#fff"> + <g transform="matrix(8.259 0 0 8.259 -1246.1 -3046.4)" fill="#fff"> + <path transform="matrix(1.2678 1.7357 -1.7357 1.2678 187.63 395.98)" d="m3.8498 13-5.7925 0.92859-4.7525-3.4393-0.92859-5.7925 3.4393-4.7525 5.7925-0.92859 4.7525 3.4393 0.92859 5.7925z" stroke="#000" stroke-linecap="square" stroke-width=".23263"/> + <path transform="matrix(1.1488 1.5728 -1.5728 1.1488 186.64 396.59)" d="m3.8498 13-5.7925 0.92859-4.7525-3.4393-0.92859-5.7925 3.4393-4.7525 5.7925-0.92859 4.7525 3.4393 0.92859 5.7925z"/> + <path transform="matrix(.96443 0 0 1.2232 150.79 384.56)" d="m19.535 18.613h-3.5273l-0.55664 1.5938h-2.2676l3.2402-8.748h2.6895l3.2402 8.748h-2.2676zm-2.9648-1.623h2.3965l-1.1953-3.4805zm10.441-2.1445c0.35546 5e-6 0.625-0.07812 0.80859-0.23438 0.18359-0.15624 0.27538-0.38671 0.27539-0.69141-6e-6 -0.30078-0.0918-0.53027-0.27539-0.68848-0.1836-0.1582-0.45313-0.2373-0.80859-0.2373h-1.248v1.8516zm0.07617 3.8262c0.45312 1e-6 0.79394-0.0957 1.0225-0.28711 0.22851-0.1914 0.34277-0.48047 0.34277-0.86719-6e-6 -0.3789-0.11329-0.66308-0.33984-0.85254-0.22657-0.18945-0.56836-0.28418-1.0254-0.28418h-1.3242v2.291zm2.0977-3.1465c0.48437 0.14063 0.85937 0.4004 1.125 0.7793 0.26562 0.37891 0.39843 0.84375 0.39844 1.3945-8e-6 0.84375-0.28516 1.4727-0.85547 1.8867-0.57032 0.41406-1.4375 0.62109-2.6016 0.62109h-3.7441v-8.748h3.3867c1.2148 9e-6 2.0947 0.1836 2.6396 0.55078 0.54491 0.3672 0.81738 0.95509 0.81738 1.7637-8e-6 0.42579-0.09962 0.78809-0.29883 1.0869-0.19923 0.29883-0.48829 0.52051-0.86719 0.66504zm3.4629-4.0664h3.7441c1.1133 9e-6 1.9678 0.24708 2.5635 0.74121 0.5957 0.49415 0.89355 1.1982 0.89355 2.1123-8e-6 0.91797-0.29786 1.624-0.89355 2.1182-0.59571 0.49414-1.4502 0.74121-2.5635 0.74121h-1.4883v3.0352h-2.2559zm2.2559 1.6348v2.4434h1.248c0.4375 5e-6 0.77538-0.10644 1.0137-0.31934 0.23828-0.21288 0.35742-0.51464 0.35742-0.90527-6e-6 -0.39062-0.11915-0.6914-0.35742-0.90234-0.23829-0.21093-0.57618-0.3164-1.0137-0.31641z"/> + </g> + </g> + <path d="m4.2432 17.918-2.8802-2.8068 0.0093-4.0289 0.0093-4.0288 5.5819-5.67 8.0627-0.06316 5.7521 5.726-0.0044 3.9827-0.0044 3.9827-5.6783 5.72-7.9678-7e-3zm-0.43501-3.6523 0.18039-0.69634h2.363l0.17161 0.69634 0.17161 0.69634h1.6553l-0.64984-2.2134c-0.35741-1.2174-0.85998-2.9296-1.1168-3.805l-0.46696-1.5916-0.92247-0.028606c-0.87925-0.02727-0.927-0.01795-1.0192 0.19896-0.053196 0.12516-0.55085 1.7864-1.1059 3.6916-0.55504 1.9052-1.0338 3.528-1.064 3.6061-0.044782 0.11605 0.098473 0.142 0.78406 0.142h0.83885zm9.266 0.39666c0.64873-0.3612 0.93374-0.9188 0.93543-1.83 0.0015-0.81294-0.20249-1.3909-0.60736-1.7209l-0.26954-0.21965 0.21479-0.228c0.30819-0.32714 0.42819-0.70756 0.42819-1.3574 0-0.81655-0.3085-1.3801-0.92626-1.6921-0.43012-0.21721-0.63543-0.24524-2.1258-0.29019l-1.6497-0.04976v7.707l1.7756-0.03453c1.6773-0.03262 1.8005-0.04838 2.2245-0.28448zm3.8026-0.97973v-1.2794l0.87532-0.05063c1.0128-0.05859 1.4463-0.21349 1.9032-0.68007 0.82507-0.84255 0.82518-2.862 2e-4 -3.6406-0.64146-0.60545-0.87003-0.66556-2.7037-0.71104l-1.6756-0.04156v7.6827h1.6006z" fill="#008000" stroke-width=".099756"/> + <path d="m4.4724 11.969c0-0.19269 0.64429-2.4782 0.69861-2.4782 0.043648 0 0.20355 0.56703 0.68026 2.4123 0.039703 0.15368-0.038487 0.17408-0.66695 0.17408-0.44613 0-0.71192-0.04039-0.71192-0.10819z" fill="#008000" stroke-width=".099756"/> + <path d="m10.675 9.5401v-0.74608h0.59454c0.50098 0 0.61905 0.0348 0.75027 0.22109 0.23003 0.32658 0.19341 0.74526-0.08982 1.0269-0.19581 0.19472-0.34777 0.24417-0.75027 0.24417h-0.50472z" fill="#008000" stroke-width=".099756"/> + <path d="m10.675 12.635v-0.95663h0.58672c0.82198 0 1.1139 0.23363 1.1139 0.8915 0 0.7259-0.21348 0.92759-1.037 0.97974l-0.6636 0.04202z" fill="#008000" stroke-width=".099756"/> + <path d="m16.877 9.8247v-1.0583l0.62409 0.05627c0.79142 0.07136 1.0765 0.3439 1.0765 1.0291 0 0.36446-0.05546 0.5049-0.29241 0.74054-0.25328 0.25187-0.36707 0.29078-0.85031 0.29078h-0.55789z" fill="#008000" stroke-width=".099756"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/adBlockPlusGreen16.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="16" height="16" version="1.0" xmlns="http://www.w3.org/2000/svg"> + <g transform="matrix(.062471 0 0 .062325 -5.0234 -9.9626)" fill="#fff"> + <g transform="matrix(8.259 0 0 8.259 -1246.1 -3046.4)" fill="#fff"> + <path transform="matrix(1.2678 1.7357 -1.7357 1.2678 187.63 395.98)" d="m3.8498 13-5.7925 0.92859-4.7525-3.4393-0.92859-5.7925 3.4393-4.7525 5.7925-0.92859 4.7525 3.4393 0.92859 5.7925z" stroke="#000" stroke-linecap="square" stroke-width=".23263"/> + <path transform="matrix(1.1488 1.5728 -1.5728 1.1488 186.64 396.59)" d="m3.8498 13-5.7925 0.92859-4.7525-3.4393-0.92859-5.7925 3.4393-4.7525 5.7925-0.92859 4.7525 3.4393 0.92859 5.7925z"/> + <path transform="matrix(.96443 0 0 1.2232 150.79 384.56)" d="m19.535 18.613h-3.5273l-0.55664 1.5938h-2.2676l3.2402-8.748h2.6895l3.2402 8.748h-2.2676zm-2.9648-1.623h2.3965l-1.1953-3.4805zm10.441-2.1445c0.35546 5e-6 0.625-0.07812 0.80859-0.23438 0.18359-0.15624 0.27538-0.38671 0.27539-0.69141-6e-6 -0.30078-0.0918-0.53027-0.27539-0.68848-0.1836-0.1582-0.45313-0.2373-0.80859-0.2373h-1.248v1.8516zm0.07617 3.8262c0.45312 1e-6 0.79394-0.0957 1.0225-0.28711 0.22851-0.1914 0.34277-0.48047 0.34277-0.86719-6e-6 -0.3789-0.11329-0.66308-0.33984-0.85254-0.22657-0.18945-0.56836-0.28418-1.0254-0.28418h-1.3242v2.291zm2.0977-3.1465c0.48437 0.14063 0.85937 0.4004 1.125 0.7793 0.26562 0.37891 0.39843 0.84375 0.39844 1.3945-8e-6 0.84375-0.28516 1.4727-0.85547 1.8867-0.57032 0.41406-1.4375 0.62109-2.6016 0.62109h-3.7441v-8.748h3.3867c1.2148 9e-6 2.0947 0.1836 2.6396 0.55078 0.54491 0.3672 0.81738 0.95509 0.81738 1.7637-8e-6 0.42579-0.09962 0.78809-0.29883 1.0869-0.19923 0.29883-0.48829 0.52051-0.86719 0.66504zm3.4629-4.0664h3.7441c1.1133 9e-6 1.9678 0.24708 2.5635 0.74121 0.5957 0.49415 0.89355 1.1982 0.89355 2.1123-8e-6 0.91797-0.29786 1.624-0.89355 2.1182-0.59571 0.49414-1.4502 0.74121-2.5635 0.74121h-1.4883v3.0352h-2.2559zm2.2559 1.6348v2.4434h1.248c0.4375 5e-6 0.77538-0.10644 1.0137-0.31934 0.23828-0.21288 0.35742-0.51464 0.35742-0.90527-6e-6 -0.39062-0.11915-0.6914-0.35742-0.90234-0.23829-0.21093-0.57618-0.3164-1.0137-0.31641z"/> + </g> + </g> + <path d="m3.1049 13.032-2.099-2.0518 0.00678-2.9451 0.00678-2.9451 4.0679-4.1448 5.8759-0.046171 4.192 4.1857-0.0032 2.9114-0.0032 2.9114-4.1382 4.1813-5.8068-0.0052zm-0.31702-2.6699 0.13146-0.50903h1.7221l0.25013 1.0181h1.2063l-0.47359-1.618c-0.26048-0.8899-0.62673-2.1416-0.8139-2.7815l-0.34031-1.1635-0.67227-0.020911c-0.64078-0.019934-0.67558-0.013122-0.74276 0.14544-0.038768 0.091493-0.40145 1.3059-0.80595 2.6986-0.4045 1.3927-0.75343 2.579-0.7754 2.6361-0.032636 0.08483 0.071765 0.1038 0.5714 0.1038h0.61134zm6.7529 0.28996c0.47278-0.26404 0.68049-0.67165 0.68172-1.3378 0.001094-0.59426-0.14757-1.0168-0.44263-1.258l-0.19644-0.16056 0.15654-0.16667c0.2246-0.23914 0.31206-0.51723 0.31206-0.99226 0-0.5969-0.22483-1.0089-0.67504-1.2369-0.31346-0.15878-0.46309-0.17927-1.5492-0.21213l-1.2022-0.036375v5.6339l1.294-0.02524c1.2224-0.02385 1.3122-0.03537 1.6212-0.20795zm2.7713-0.71619v-0.93526l0.63791-0.037011c0.73812-0.04283 1.054-0.15606 1.387-0.49713 0.60129-0.61591 0.60137-2.0921 1.45e-4 -2.6613-0.46748-0.44259-0.63406-0.48653-1.9704-0.51977l-1.2211-0.030381v5.6161h1.1665z" fill="#008000" stroke-width=".072811"/> + <path d="m3.272 8.6836c0-0.14085 0.46954-1.8116 0.50913-1.8116 0.03181 0 0.14834 0.4145 0.49576 1.7634 0.028935 0.11234-0.028049 0.12726-0.48606 0.12726-0.32513 0-0.51883-0.029525-0.51883-0.079085z" fill="#008000" stroke-width=".072811"/> + <path d="m7.792 6.9084v-0.54539h0.43329c0.3651 0 0.45115 0.025439 0.54678 0.16162 0.16764 0.23873 0.14095 0.54479-0.065459 0.75067-0.1427 0.14234-0.25345 0.17849-0.54678 0.17849h-0.36783z" fill="#008000" stroke-width=".072811"/> + <path d="m7.792 9.1711v-0.6993h0.42759c0.59904 0 0.81178 0.17079 0.81178 0.65169 0 0.53064-0.15558 0.67808-0.75575 0.71619l-0.48362 0.030717z" fill="#008000" stroke-width=".072811"/> + <path d="m12.312 7.1164v-0.77365l0.45482 0.041134c0.57677 0.052164 0.78454 0.25139 0.78454 0.75226 0 0.26642-0.04042 0.36909-0.2131 0.54134-0.18459 0.18412-0.26751 0.21256-0.61969 0.21256h-0.40658z" fill="#008000" stroke-width=".072811"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/adBlockPlusGreen48.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="48" height="48" version="1.0" xmlns="http://www.w3.org/2000/svg"> + <g transform="matrix(.18749 0 0 .18753 -15.182 -30.267)" fill="#fff"> + <g transform="matrix(8.259 0 0 8.259 -1246.1 -3046.4)" fill="#fff"> + <path transform="matrix(1.2678 1.7357 -1.7357 1.2678 187.63 395.98)" d="m3.8498 13-5.7925 0.92859-4.7525-3.4393-0.92859-5.7925 3.4393-4.7525 5.7925-0.92859 4.7525 3.4393 0.92859 5.7925z" stroke="#000" stroke-linecap="square" stroke-width=".23263"/> + <path transform="matrix(1.1488 1.5728 -1.5728 1.1488 186.64 396.59)" d="m3.8498 13-5.7925 0.92859-4.7525-3.4393-0.92859-5.7925 3.4393-4.7525 5.7925-0.92859 4.7525 3.4393 0.92859 5.7925z"/> + <path transform="matrix(.96443 0 0 1.2232 150.79 384.56)" d="m19.535 18.613h-3.5273l-0.55664 1.5938h-2.2676l3.2402-8.748h2.6895l3.2402 8.748h-2.2676zm-2.9648-1.623h2.3965l-1.1953-3.4805zm10.441-2.1445c0.35546 5e-6 0.625-0.07812 0.80859-0.23438 0.18359-0.15624 0.27538-0.38671 0.27539-0.69141-6e-6 -0.30078-0.0918-0.53027-0.27539-0.68848-0.1836-0.1582-0.45313-0.2373-0.80859-0.2373h-1.248v1.8516zm0.07617 3.8262c0.45312 1e-6 0.79394-0.0957 1.0225-0.28711 0.22851-0.1914 0.34277-0.48047 0.34277-0.86719-6e-6 -0.3789-0.11329-0.66308-0.33984-0.85254-0.22657-0.18945-0.56836-0.28418-1.0254-0.28418h-1.3242v2.291zm2.0977-3.1465c0.48437 0.14063 0.85937 0.4004 1.125 0.7793 0.26562 0.37891 0.39843 0.84375 0.39844 1.3945-8e-6 0.84375-0.28516 1.4727-0.85547 1.8867-0.57032 0.41406-1.4375 0.62109-2.6016 0.62109h-3.7441v-8.748h3.3867c1.2148 9e-6 2.0947 0.1836 2.6396 0.55078 0.54491 0.3672 0.81738 0.95509 0.81738 1.7637-8e-6 0.42579-0.09962 0.78809-0.29883 1.0869-0.19923 0.29883-0.48829 0.52051-0.86719 0.66504zm3.4629-4.0664h3.7441c1.1133 9e-6 1.9678 0.24708 2.5635 0.74121 0.5957 0.49415 0.89355 1.1982 0.89355 2.1123-8e-6 0.91797-0.29786 1.624-0.89355 2.1182-0.59571 0.49414-1.4502 0.74121-2.5635 0.74121h-1.4883v3.0352h-2.2559zm2.2559 1.6348v2.4434h1.248c0.4375 5e-6 0.77538-0.10644 1.0137-0.31934 0.23828-0.21288 0.35742-0.51464 0.35742-0.90527-6e-6 -0.39062-0.11915-0.6914-0.35742-0.90234-0.23829-0.21093-0.57618-0.3164-1.0137-0.31641z"/> + </g> + </g> + <path d="m9.2135 38.923-6.2996-6.1735 0.020351-8.8615 0.020351-8.8615 12.209-12.471 17.635-0.13893 12.581 12.594-0.0096 8.7601-0.0096 8.7601-12.42 12.581-17.428-0.0154zm-0.95147-8.0334 0.39456-1.5316h5.1684l0.75069 3.0632h3.6205l-1.4214-4.8684c-0.78175-2.6776-1.881-6.4438-2.4427-8.3692l-1.0214-3.5009-2.0177-0.06292c-1.9231-0.05998-2.0276-0.03948-2.2292 0.43761-0.11635 0.27529-1.2048 3.9292-2.4189 8.1198-1.214 4.1906-2.2612 7.7598-2.3272 7.9316-0.097951 0.25526 0.21538 0.31232 1.7149 0.31232h1.8348zm20.267 0.87246c1.4189-0.79448 2.0423-2.0209 2.046-4.0252 0.0033-1.7881-0.4429-3.0594-1.3285-3.7851l-0.58955-0.48312 0.4698-0.5015c0.67408-0.71956 0.93656-1.5563 0.93656-2.9856 0-1.796-0.67477-3.0356-2.026-3.7218-0.94078-0.47775-1.3898-0.5394-4.6496-0.63827l-3.6082-0.10945v16.952l3.8838-0.07596c3.6686-0.07175 3.9382-0.10641 4.8656-0.62571zm8.3173-2.1549v-2.8141l1.9145-0.11137c2.2153-0.12887 3.1635-0.46958 4.1628-1.4958 1.8046-1.8532 1.8049-6.2949 4.37e-4 -8.0076-1.403-1.3317-1.903-1.4639-5.9137-1.5639l-3.6649-0.09141v16.898h3.5009z" fill="#008000" stroke-width=".2188"/> + <path d="m9.7149 25.838c0-0.42382 1.4092-5.4509 1.528-5.4509 0.09547 0 0.4452 1.2472 1.4879 5.306 0.08684 0.33802-0.08418 0.38291-1.4588 0.38291-0.97581 0-1.5571-0.08884-1.5571-0.23796z" fill="#008000" stroke-width=".2188"/> + <path d="m23.281 20.496v-1.641h1.3004c1.0958 0 1.354 0.07653 1.641 0.48629 0.50313 0.71831 0.42303 1.6392-0.19645 2.2587-0.42829 0.42829-0.76066 0.53706-1.641 0.53706h-1.104z" fill="#008000" stroke-width=".2188"/> + <path d="m23.281 27.305v-2.1041h1.2833c1.7979 0 2.4363 0.51388 2.4363 1.9609 0 1.5966-0.46693 2.0403-2.2682 2.155l-1.4515 0.09242z" fill="#008000" stroke-width=".2188"/> + <path d="m36.846 21.122v-2.3278l1.365 0.12378c1.731 0.15696 2.3546 0.75641 2.3546 2.2635 0 0.80164-0.12129 1.1105-0.63958 1.6288-0.55399 0.55399-0.80287 0.63958-1.8598 0.63958h-1.2202z" fill="#008000" stroke-width=".2188"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/addBookmark.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 352 352" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <g transform="matrix(21.333 0 0 21.333 -26.667 -22104)" fill="#232629"> + <path class="ColorScheme-Text" d="m8 1038.4-2 4-4 1 3 3-1 4 4-2 4 2-1-4 3-3-4-1z" color="#eff0f1" fill="#232629"/> + </g> + <path d="m288 256v32h-32v16h32v32h16v-32h32v-16h-32v-32z" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/addUser.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m9.1538 1c-2.0455 0-3.6923 1.6725-3.6923 3.75s1.6468 3.75 3.6923 3.75c2.0455 0 3.6923-1.6725 3.6923-3.75s-1.6468-3.75-3.6923-3.75zm0 10c-3.4092 0-6.1538 1.115-6.1538 2.5v7.5h8.6154v-1.25h-7.3846v-5.7153c0-0.98929 2.1957-1.7847 4.9231-1.7847 2.2094 0 4.0485 0.52585 4.6755 1.25h1.4784c0-1.385-2.7446-2.5-6.1538-2.5zm6.1538 3.75v2.5h-2.4615v1.25h2.4615v2.5h1.2308v-2.5h2.4615v-1.25h-2.4615v-2.5z" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/altn.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 352 352" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path d="m272 336v-64h64v-64h-64v-64l-128 96 128 96" fill="#232629"/> + <path d="m80 208v-64h-64v-64h64v-64l128 96-128 96" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/anychar.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m8.3131 2.3333-4.2614 12.792-0.1582 0.54167-1.8934 5.3333h2.132l2.0893-5.9167h6.986l2.0893 5.9167h2.132l-1.8934-5.3333-0.1582-0.54167-4.2614-12.792h-2.5262zm1.4213 2.5833 2.8025 8.4583h-5.6451z" color="#eff0f1" fill="#232629"/> + <path class="ColorScheme-Text" d="m18.714 1c-0.71009 0-1.2857 0.59693-1.2857 1.3333s0.57563 1.3333 1.2857 1.3333c0.71008 0 1.2857-0.59693 1.2857-1.3333s-0.57564-1.3333-1.2857-1.3333zm0 5.3333c-0.71009 0-1.2857 0.59693-1.2857 1.3333s0.57563 1.3333 1.2857 1.3333c0.71008 0 1.2857-0.59693 1.2857-1.3333s-0.57564-1.3333-1.2857-1.3333zm0 5.3333c-0.71009 0-1.2857 0.59693-1.2857 1.3333s0.57563 1.3333 1.2857 1.3333c0.71008 0 1.2857-0.59693 1.2857-1.3333s-0.57564-1.3333-1.2857-1.3333z" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/astTree.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#232629; + }</style> + </defs> + <path class="ColorScheme-Text" d="m1 1v20h20v-20zm1.25 5h17.5v13.75h-17.5zm1.25 1.25v11.25h5v-2.5h5v2.3755h5v-5h-5v1.3745h-5v-5h5v2.5h5v-5h-5v1.25h-5v-1.25zm11.25 1.25h2.5v2.5h-2.5zm0 6.1255h2.5v2.5h-2.5z" color="#232629" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/atomicgroup.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 352 352" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m102.5 48-6.4962 11.312 67.008 116.69-67.008 116.69 6.4962 11.312 73.504-128-73.504-128" color="#eff0f1" fill="#232629"/> + <path d="m55.292 52.05c-58.951 123.29-12.941 248.77-12.941 248.77" fill="none" stroke="#232629" stroke-width="18.475px"/> + <path d="m296.33 52.05c58.951 123.29 12.941 248.77 12.941 248.77" fill="none" stroke="#232629" stroke-width="18.475px"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/attribute.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m1 1v8.75h20v-8.75h-20m1.25 1.25h17.5v6.25h-17.5v-6.25m-1.25 10v6.25h2.5v-6.25h-2.5m5 0v8.75h2.5v-8.75h-2.5m5 0v3.75h2.5v-3.75h-2.5m5 0v3.75h5v-3.75h-5" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/attribute_class.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m1 1v8.75h20v-8.75h-20m1.25 1.25h17.5v6.25h-17.5v-6.25m-1.25 10v6.25h2.5v-6.25h-2.5m5 0v8.75h2.5v-8.75h-2.5m5 0v3.75h2.5v-3.75h-2.5m5 0v3.75h5v-3.75h-5" color="#eff0f1" fill="#0090ff"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/attribute_private.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path d="m2 13.222v5.5556h2.25v-5.5556h-2.25" fill="#232629"/> + <path d="m6.5 13.222v7.7778h2.25v-7.7778h-2.25" fill="#232629"/> + <path d="m11 13.222v3.3333h2.25v-3.3333h-2.25" fill="#232629"/> + <path d="m15.5 13.222v3.3333h4.5v-3.3333h-4.5" fill="#232629"/> + <g transform="matrix(.9 0 0 .92593 3.8 -960.45)" fill="#232629"> + <path class="ColorScheme-Text" d="m8 1038.4c-1.662 0-3 1.338-3 3v3h-2v6h10v-6h-2v-3c0-1.662-1.338-3-3-3zm0 1c1.2465 0 2 0.5458 2 2v3h-4v-3c0-1.4542 0.75351-2 2-2zm-4 6h8v4h-8z" color="#eff0f1" fill="#232629"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/attribute_protected.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path d="m1 13.015v5.7032h2.25v-5.7032h-2.25" fill="#232629"/> + <path d="m5.5 13.015v7.9845h2.25v-7.9845h-2.25" fill="#232629"/> + <path d="m10 13.015v3.4219h2.25v-3.4219h-2.25" fill="#232629"/> + <path d="m14.5 13.015v3.4219h4.5v-3.4219h-4.5" fill="#232629"/> + <path class="ColorScheme-Text" d="m1 1v10.266h5.625v-4.5626h7.875v2.2813h1.125v-2.2813h1.125v2.2813h1.125v-2.2813h1.125v-1.1406h-12.375v-4.5626zm1.125 1.1406h3.375v7.9845h-3.375z" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/attributes.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path d="m12.562 3.9987h7.875v4.9934h-7.875v-4.9934m-0.5625-0.99868v6.9907h9v-6.9907h-9m4 9.0093v2.996h5v-2.996h-5m-5 0v2.996h2v-2.996h-2m-5 0v6.9907h2v-6.9907h-2m-5 0v4.9934h2v-4.9934h-2m0.5625-7.9894h7.875v4.9934h-7.875v-4.9934m-0.5625-0.99868v6.9907h9v-6.9907h-9" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/attributes_class.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path d="m12.562 3.9987h7.875v4.9934h-7.875v-4.9934m-0.5625-0.99868v6.9907h9v-6.9907h-9m4 9.0093v2.996h5v-2.996h-5m-5 0v2.996h2v-2.996h-2m-5 0v6.9907h2v-6.9907h-2m-5 0v4.9934h2v-4.9934h-2m0.5625-7.9894h7.875v4.9934h-7.875v-4.9934m-0.5625-0.99868v6.9907h9v-6.9907h-9" fill="#0090ff"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/audio-video.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m9 13.8v7.2h8.4v-1.8l3.6 1.8v-7.2l-3.6 1.8v-1.8zm0.6 0.6h7.2v6h-7.2zm10.8 0.37031v5.2594l-3-1.5v-2.2594zm-6 0.22969v0.6h1.8v-0.6z" color="#eff0f1" fill="#232629"/> + <path class="ColorScheme-Text" d="m5.125 1c-1.0388 0-1.875 0.83625-1.875 1.875v4.5c0 1.0388 0.83625 1.875 1.875 1.875s1.875-0.83625 1.875-1.875v-4.5c0-1.0388-0.83625-1.875-1.875-1.875zm-4.125 5.25v0.75c6.87e-4 1.6767 1.2256 3.1492 3 3.6064v1.6436h-1.5v0.75h5.25v-0.75h-1.5v-1.645c1.7738-0.45712 2.9986-1.9289 3-3.605v-0.75h-0.75v0.75c0 1.6569-1.511 3-3.375 3-1.864 0-3.375-1.3431-3.375-3v-0.75z" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/audioMuted.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <style type="text/css">.ColorScheme-Text{color:#232629;}.ColorScheme-NegativeText{color:#da4453;}</style> + <path class="ColorScheme-NegativeText" d="m17 7a4 4 0 0 0-4 4 4 4 0 0 0 0.84375 2.4492l-0.003906 0.003906 0.033203 0.033203a4 4 0 0 0 0.66211 0.66211l0.011719 0.011718 0.001953-0.001953a4 4 0 0 0 2.4512 0.8418 4 4 0 0 0 4-4 4 4 0 0 0-0.84375-2.4492l0.003906-0.0039062-0.033203-0.033203a4 4 0 0 0-0.66211-0.66211l-0.011719-0.011719-0.001953 0.0019531a4 4 0 0 0-2.4512-0.8418zm0 1a3 3 0 0 1 1.7363 0.55664l-4.1777 4.1777a3 3 0 0 1-0.55859-1.7344 3 3 0 0 1 3-3zm2.4414 1.2656a3 3 0 0 1 0.55859 1.7344 3 3 0 0 1-3 3 3 3 0 0 1-1.7363-0.55664z" fill="currentColor"/> + <path class="ColorScheme-Text" d="m10.988 3-4.9883 4.9902v6.0195l4.9883 4.9902h1.0117v-16zm-7.9883 5v6h2v-6z" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/audioPlaying.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#232629; + }</style> + </defs> + <path class="ColorScheme-Text" d="m10.988 3-4.9883 4.9902v0.0097656 1 4 1 0.009766l4.9883 4.9902h1.0117v-0.40234-15.195-0.40234h-1.0117zm2.877 0.53711-0.24414 0.97656a7 7 0 0 1 4.3789 6.4863 7 7 0 0 1-4.3809 6.4785l0.24414 0.97461a8 8 0 0 0 5.1367-7.4531 8 8 0 0 0-5.1348-7.4629zm0.45898 3.7441-0.53906 0.86133a4 4 0 0 1 1.2148 2.8574 4 4 0 0 1-1.2109 2.8613l0.53906 0.86328a5 5 0 0 0 1.6719-3.7246 5 5 0 0 0-1.6758-3.7188zm-11.324 0.71875v1 4 1h2v-1-4-1h-2z" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/audioVolumeHigh.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#232629; + }</style> + </defs> + <path class="ColorScheme-Text" d="m10.988 3-4.9883 4.9902v0.0097656 1 4 1 0.009766l4.9883 4.9902h1.0117v-0.40234-15.195-0.40234h-1.0117zm2.877 0.53711-0.24414 0.97656a7 7 0 0 1 4.3789 6.4863 7 7 0 0 1-4.3809 6.4785l0.24414 0.97461a8 8 0 0 0 5.1367-7.4531 8 8 0 0 0-5.1348-7.4629zm0.45898 3.7441-0.53906 0.86133a4 4 0 0 1 1.2148 2.8574 4 4 0 0 1-1.2109 2.8613l0.53906 0.86328a5 5 0 0 0 1.6719-3.7246 5 5 0 0 0-1.6758-3.7188zm-11.324 0.71875v1 4 1h2v-1-4-1h-2z" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/audioVolumeMuted.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <style type="text/css">.ColorScheme-Text{color:#232629;}.ColorScheme-NegativeText{color:#da4453;}</style> + <path class="ColorScheme-NegativeText" d="m17 7a4 4 0 0 0-4 4 4 4 0 0 0 0.84375 2.4492l-0.003906 0.003906 0.033203 0.033203a4 4 0 0 0 0.66211 0.66211l0.011719 0.011718 0.001953-0.001953a4 4 0 0 0 2.4512 0.8418 4 4 0 0 0 4-4 4 4 0 0 0-0.84375-2.4492l0.003906-0.0039062-0.033203-0.033203a4 4 0 0 0-0.66211-0.66211l-0.011719-0.011719-0.001953 0.0019531a4 4 0 0 0-2.4512-0.8418zm0 1a3 3 0 0 1 1.7363 0.55664l-4.1777 4.1777a3 3 0 0 1-0.55859-1.7344 3 3 0 0 1 3-3zm2.4414 1.2656a3 3 0 0 1 0.55859 1.7344 3 3 0 0 1-3 3 3 3 0 0 1-1.7363-0.55664z" fill="currentColor"/> + <path class="ColorScheme-Text" d="m10.988 3-4.9883 4.9902v6.0195l4.9883 4.9902h1.0117v-16zm-7.9883 5v6h2v-6z" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/audiocapture.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#232629; + }</style> + </defs> + <path class="ColorScheme-Text" d="m11 3c-1.385 0-2.5 1.115-2.5 2.5v6c0 1.385 1.115 2.5 2.5 2.5s2.5-1.115 2.5-2.5v-6c0-1.385-1.115-2.5-2.5-2.5zm-5.5 7v1c9.163e-4 2.2356 1.6341 4.1989 4 4.8086v2.1914h-2v1h7v-1h-2v-2.1934c2.3651-0.6095 3.9981-2.5718 4-4.8066v-1h-1v1c0 2.2091-2.0147 4-4.5 4-2.4853 0-4.5-1.7909-4.5-4v-1h-1z" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/autoHideOff.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + <path class="ColorScheme-Text" d="M 16,1 7.0675,9.9325 4.38375,7.25 3.5,8.13375 8.24125,12.875 2.25,18.86625 3.13375,19.75 9.125,13.75875 13.86625,18.5 14.75,17.61625 12.0675,14.9325 21,6 Z" color="#eff0f1" fill="#232629" stroke-width="1.25"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/autoHideOn.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + } + .ColorScheme-NegativeText { + color:#da4453; + }</style> + <path class="ColorScheme-Text" d="m 16,1 -6.175,6.175 5,5 L 21,6 Z M 4.38375,7.25 3.5,8.13375 8.24125,12.875 2.25,18.86625 3.13375,19.75 9.125,13.75875 13.86625,18.5 14.75,17.61625 Z" color="#eff0f1" fill="#232629" stroke-width="1.25"/> + <path class="ColorScheme-NegativeText" d="M 1.88375,1 1,1.88375 20.11625,21 21,20.11625 Z" color="#da4453" fill="currentColor" stroke-width="1.25"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/autospellchecking.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#232629; + }</style> + </defs> + <path class="ColorScheme-Text" d="m10.146 3-5.2168 14h1.6875l1.6699-4.4297h5.5605l1.5352 4.4297h1.6875l-4.9297-14h-1.9941zm1.0156 1.6113 2.1289 6.6738h-4.4863l2.3574-6.6738z" fill="currentColor"/> + <path d="m3 18v1h16v-1h-16z" fill="#2ecc71"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/back.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#232629; + }</style> + </defs> + <path class="ColorScheme-Text" d="m14.293 3-8 8 8 8 0.70703-0.70703-7.293-7.293 7.293-7.293-0.70703-0.70703" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/begline.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path d="m3 8v0.375h1.2v5.25h-1.2v0.375h3v-0.375h-1.2v-5.25h1.2v-0.375zm-0.75-0.57143h17.5v7.1429h-17.5v-7.1429m-1.25-1.4286v10h20v-10h-20" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/bookmark16.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="16" height="16" version="1.1" viewBox="0 0 256 256" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <g transform="matrix(18.667 0 0 18.667 -21.333 -19367)" fill="#232629"> + <path class="ColorScheme-Text" d="m8 1038.4-2 4-4 1 3 3-1 4 4-2 4 2-1-4 3-3-4-1z" color="#eff0f1" fill="#232629"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/bookmark22.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 352 352" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <g transform="matrix(26.667 0 0 26.667 -37.333 -27674)" fill="#232629"> + <path class="ColorScheme-Text" d="m8 1038.4-2 4-4 1 3 3-1 4 4-2 4 2-1-4 3-3-4-1z" color="#eff0f1" fill="#232629"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/bookmark32.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="32" height="32" version="1.1" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <g transform="matrix(40 0 0 40 -64 -41518)" fill="#232629"> + <path class="ColorScheme-Text" d="m8 1038.4-2 4-4 1 3 3-1 4 4-2 4 2-1-4 3-3-4-1z" color="#eff0f1" fill="#232629"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/bookmarkNext.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 352 352" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <g transform="matrix(21.333 0 0 21.333 -26.667 -22104)" fill="#232629"> + <path class="ColorScheme-Text" d="m8 1038.4-2 4-4 1 3 3-1 4 4-2 4 2-1-4 3-3-4-1z" color="#eff0f1" fill="#232629"/> + </g> + <path class="ColorScheme-Text" d="m262.5 48-6.4962 11.312 67.008 116.69-67.008 116.69 6.4962 11.312 73.504-128-73.504-128" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/bookmarkPrevious.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 352 352" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <g transform="matrix(-21.333 0 0 21.333 378.67 -22104)" fill="#232629"> + <path class="ColorScheme-Text" d="m8 1038.4-2 4-4 1 3 3-1 4 4-2 4 2-1-4 3-3-4-1z" color="#eff0f1" fill="#232629"/> + </g> + <path class="ColorScheme-Text" d="m89.504 48 6.4962 11.312-67.008 116.69 67.008 116.69-6.4962 11.312-73.504-128 73.504-128" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/bookmarkToggle.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 352 352" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <g transform="matrix(22.667 0 0 22.667 -29.333 -23520)" fill="#232629"> + <path class="ColorScheme-Text" d="m8 1038.4-2 4-4 1 3 3-1 4 4-2 4 2-1-4 3-3-4-1z" color="#eff0f1" fill="#232629"/> + </g> + <path d="m352 250.67h-42.667v-42.667h-42.667v42.667h-42.667l64 85.333 64-85.333" fill="#006eff"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/break.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + } + .ColorScheme-NegativeText { + color:#da4453; + }</style> + </defs> + <path class="ColorScheme-NegativeText" d="M 8,2 A 6,6 0 0 0 2,8 6,6 0 0 0 8,14 6,6 0 0 0 14,8 6,6 0 0 0 8,2 Z M 5.70703,5 8,7.29297 10.29297,5 11,5.70703 8.70703,8 11,10.29297 10.29297,11 8,8.70703 5.70703,11 5,10.29297 7.29297,8 5,5.70703 5.70703,5 Z" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/breakDisabled.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + } + .ColorScheme-NegativeText { + color:#da4453; + }</style> + </defs> + <path class="ColorScheme-NegativeText" d="M 8,2 A 6,6 0 0 0 2,8 6,6 0 0 0 8,14 6,6 0 0 0 14,8 6,6 0 0 0 8,2 Z M 5.70703,5 8,7.29297 10.29297,5 11,5.70703 8.70703,8 11,10.29297 10.29297,11 8,8.70703 5.70703,11 5,10.29297 7.29297,8 5,5.70703 5.70703,5 Z" fill="#4d4d4d"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/breakpointNext.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 352 352" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m262.5 48-6.4962 11.312 67.008 116.69-67.008 116.69 6.4962 11.312 73.504-128-73.504-128" color="#eff0f1" fill="#232629"/> + <path class="ColorScheme-NegativeText" d="m144 48a128 128 0 0 0-128 128 128 128 0 0 0 128 128 128 128 0 0 0 128-128 128 128 0 0 0-128-128zm-48.917 64 48.917 48.917 48.917-48.917 15.083 15.083-48.917 48.917 48.917 48.917-15.083 15.083-48.917-48.917-48.917 48.917-15.083-15.083 48.917-48.917-48.917-48.917z" fill="#da4453"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/breakpointPrevious.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 352 352" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m89.504 48 6.4962 11.312-67.008 116.69 67.008 116.69-6.4962 11.312-73.504-128 73.504-128" color="#eff0f1" fill="#232629"/> + <path class="ColorScheme-NegativeText" d="m208 48a128 128 0 0 0-128 128 128 128 0 0 0 128 128 128 128 0 0 0 128-128 128 128 0 0 0-128-128zm-48.917 64 48.917 48.917 48.917-48.917 15.083 15.083-48.917 48.917 48.917 48.917-15.083 15.083-48.917-48.917-48.917 48.917-15.083-15.083 48.917-48.917-48.917-48.917z" fill="#da4453"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/breakpointToggle.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + } + .ColorScheme-NegativeText { + color:#da4453; + }</style> + </defs> + <path class="ColorScheme-NegativeText" d="m9.5 1a8.5 8.5 0 0 0-8.5 8.5 8.5 8.5 0 0 0 8.5 8.5 8.5 8.5 0 0 0 8.5-8.5 8.5 8.5 0 0 0-8.5-8.5zm-3.2484 4.25 3.2484 3.2484 3.2484-3.2484 1.0016 1.0016-3.2484 3.2484 3.2484 3.2484-1.0016 1.0016-3.2484-3.2484-3.2484 3.2484-1.0016-1.0016 3.2484-3.2484-3.2484-3.2484z" color="#da4453" fill="currentColor"/> + <path d="m22 15.667h-2.6667v-2.6667h-2.6667v2.6667h-2.6667l4 5.3333 4-5.3333" fill="#006eff"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/breakpoints.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + } + .ColorScheme-NegativeText { + color:#da4453; + }</style> + </defs> + <path class="ColorScheme-NegativeText" d="M 11,1 A 10,10 0 0 0 1,11 10,10 0 0 0 11,21 10,10 0 0 0 21,11 10,10 0 0 0 11,1 Z M 7.1783833,6 11,9.8216167 14.821617,6 16,7.1783833 12.178383,11 16,14.821617 14.821617,16 11,12.178383 7.1783833,16 6,14.821617 9.8216167,11 6,7.1783833 Z" color="#da4453" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/browser.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#232629; + }</style> + </defs> + <path class="ColorScheme-Text" d="m3 3v7h6v6h1 2v3h7v-7h-7v3h-2v-5-3h2v3h7v-7h-7v3h-2v-3h-7zm1 1h5v5h-5v-5zm9 0h5v5h-5v-5z" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/cBreak.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + } + .ColorScheme-NegativeText { + color:#da4453; + }</style> + </defs> + <path class="ColorScheme-NegativeText" d="M 8,2 A 6,6 0 0 0 2,8 6,6 0 0 0 8,14 6,6 0 0 0 14,8 6,6 0 0 0 8,2 Z M 5.70703,5 8,7.29297 10.29297,5 11,5.70703 8.70703,8 11,10.29297 10.29297,11 8,8.70703 5.70703,11 5,10.29297 7.29297,8 5,5.70703 5.70703,5 Z" fill="#ff7f2a"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/cBreakpointToggle.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + } + .ColorScheme-NegativeText { + color:#da4453; + }</style> + </defs> + <path class="ColorScheme-NegativeText" d="m9.5 1a8.5 8.5 0 0 0-8.5 8.5 8.5 8.5 0 0 0 8.5 8.5 8.5 8.5 0 0 0 8.5-8.5 8.5 8.5 0 0 0-8.5-8.5zm-3.2484 4.25 3.2484 3.2484 3.2484-3.2484 1.0016 1.0016-3.2484 3.2484 3.2484 3.2484-1.0016 1.0016-3.2484-3.2484-3.2484 3.2484-1.0016-1.0016 3.2484-3.2484-3.2484-3.2484z" color="#da4453" fill="#ff7f2a"/> + <path d="m22 15.667h-2.6667v-2.6667h-2.6667v2.6667h-2.6667l4 5.3333 4-5.3333" fill="#006eff"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/callReturn.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 352 352" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path d="m272 336v-64h64v-64h-64v-64l-128 96 128 96" fill="#232629"/> + <path d="m80 208v-64h-64v-64h64v-64l128 96-128 96" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/callStack.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + } + .ColorScheme-NeutralText { + color:#f67400; + }</style> + </defs> + <path class="ColorScheme-Text" d="m1 1v20h20v-20h-5v5h3.3333v13.333h-16.667v-13.333h3.3333v-5h-3.3333zm8.3333 6.6667c-1.7767 0-2.5228 0.58651-2.5228 2.0898 0 0-0.040416 0.97849-0.052084 1.2435-0.076666 0.615-0.29187 1.1296-0.96354 1.1296h-0.50781v1.0742h0.50781c0.98167 0 1.0156 1.0736 1.0156 2.002-0.00834 0.29 0.02263 0.61586 0.029296 0.79753 0.13833 1.1867 0.89682 1.6667 2.4935 1.6667v-0.98958c-0.75 0-1.0099-0.19376-1.1165-0.67708-0.056666-0.19334-0.061302-0.8568-0.084636-1.1751 0-0.69167-0.20609-1.725-1.2044-2.1517 0.78833-0.33833 1.0738-1.0467 1.1621-1.6667 0.04-0.17334 0.029062-0.37281 0.039064-0.50781 0-1.4433 0.01616-1.8392 1.2012-1.8392zm3.3333 0 0.0033 0.99609c1.185 0 1.2012 0.39586 1.2012 1.8392 0.01 0.135-9.38e-4 0.33448 0.03906 0.50781 0.08833 0.62 0.37378 1.3283 1.1621 1.6667-0.99833 0.42667-1.2044 1.46-1.2044 2.1517-0.02333 0.31833-0.02797 0.9818-0.08464 1.1751-0.10666 0.48333-0.36653 0.67708-1.1165 0.67708v0.98958c1.5967 0 2.3552-0.48 2.4935-1.6667 0.0067-0.18166 0.03763-0.50753 0.0293-0.79752 0-0.92833 0.03395-2.002 1.0156-2.002h0.5078v-1.0742h-0.50782c-0.67167 0-0.88688-0.51456-0.96354-1.1296-0.01166-0.265-0.05208-1.2435-0.05208-1.2435 0-1.5033-0.74612-2.0898-2.5228-2.0898z" color="#eff0f1" fill="#232629"/> + <path class="ColorScheme-NeutralText" d="m15 1-4 6-4-6z" color="#f67400" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/callTrace.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + } + .ColorScheme-NeutralText { + color:#f67400; + }</style> + </defs> + <path class="ColorScheme-Text" d="m1 1v10h10v-10h-2.5v2.5h1.6667v6.6667h-8.3333v-6.6667h1.6667v-2.5h-1.6667zm4.1667 3.3333c-0.88833 0-1.2614 0.29326-1.2614 1.0449 0 0-0.020208 0.48924-0.026042 0.62174-0.038333 0.3075-0.14594 0.56478-0.48177 0.56478h-0.25391v0.53711h0.25391c0.49083 0 0.50781 0.53681 0.50781 1.001-0.00417 0.145 0.011315 0.30793 0.014648 0.39876 0.069167 0.59333 0.44841 0.83333 1.2467 0.83333v-0.49479c-0.375 0-0.50493-0.096875-0.55827-0.33854-0.028333-0.096667-0.030651-0.4284-0.042318-0.58756 0-0.34583-0.10305-0.86251-0.60221-1.0758 0.39417-0.16917 0.53689-0.52333 0.58105-0.83333 0.02-0.086667 0.014531-0.18641 0.019532-0.25391 0-0.72167 0.00808-0.9196 0.60059-0.9196zm1.6667 0 0.00163 0.49805c0.5925 0 0.60059 0.19793 0.60059 0.9196 5e-3 0.0675-4.687e-4 0.16724 0.019532 0.25391 0.044167 0.31 0.18689 0.66417 0.58105 0.83333-0.49917 0.21333-0.60221 0.73001-0.60221 1.0758-0.011667 0.15917-0.013984 0.4909-0.042318 0.58756-0.053331 0.24167-0.18327 0.33854-0.55827 0.33854v0.49479c0.79833 0 1.1776-0.24 1.2467-0.83333 0.00333-0.090833 0.018817-0.25376 0.01465-0.39876 0-0.46417 0.016975-1.001 0.50781-1.001h0.2539v-0.53711h-0.25391c-0.33583 0-0.44344-0.25728-0.48177-0.56478-0.0058333-0.1325-0.026042-0.62174-0.026042-0.62174 0-0.75167-0.37306-1.0449-1.2614-1.0449z" color="#eff0f1" fill="#232629"/> + <path class="ColorScheme-NeutralText" d="m8 1-2 3-2-3z" color="#f67400" fill="currentColor"/> + <path class="ColorScheme-Text" d="m11 11v10h10v-10h-2.5v2.5h1.6667v6.6667h-8.3333v-6.6667h1.6667v-2.5h-1.6667zm4.1667 3.3333c-0.88833 0-1.2614 0.29326-1.2614 1.0449 0 0-0.02021 0.48924-0.02604 0.62174-0.03833 0.3075-0.14594 0.56478-0.48177 0.56478h-0.25391v0.53711h0.25391c0.49083 0 0.50781 0.53681 0.50781 1.001-0.0042 0.145 0.01132 0.30793 0.01465 0.39876 0.06917 0.59333 0.44841 0.83333 1.2467 0.83333v-0.49479c-0.375 0-0.50494-0.09688-0.55827-0.33854-0.02833-0.09667-0.03065-0.4284-0.04232-0.58756 0-0.34583-0.10305-0.86251-0.60221-1.0758 0.39417-0.16917 0.53689-0.52333 0.58106-0.83333 0.02-0.08667 0.01453-0.1864 0.01953-0.2539 0-0.72167 0.0081-0.9196 0.60059-0.9196zm1.6667 0 0.0016 0.49805c0.5925 0 0.60059 0.19793 0.60059 0.9196 5e-3 0.0675-4.68e-4 0.16724 0.01953 0.2539 0.04417 0.31 0.18689 0.66417 0.58105 0.83333-0.49917 0.21333-0.60221 0.73001-0.60221 1.0758-0.01167 0.15917-0.01398 0.4909-0.04232 0.58756-0.05333 0.24167-0.18327 0.33854-0.55827 0.33854v0.49479c0.79833 0 1.1776-0.24 1.2467-0.83333 0.0033-0.09083 0.01882-0.25376 0.01465-0.39876 0-0.46417 0.01697-1.001 0.50781-1.001h0.2539v-0.53711h-0.25391c-0.33583 0-0.44344-0.25728-0.48177-0.56478-0.0058-0.1325-0.02604-0.62174-0.02604-0.62174 0-0.75167-0.37306-1.0449-1.2614-1.0449z" color="#eff0f1" fill="#232629"/> + <path class="ColorScheme-NeutralText" d="m18 11-2 3-2-3z" color="#f67400" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/callTraceStart.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <path d="m19 11a8 8 0 0 1-8 8 8 8 0 0 1-8-8 8 8 0 0 1 8-8 8 8 0 0 1 8 8z" fill="#da4453"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/callTraceStop.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <style type="text/css">.ColorScheme-Text { + color:#232629; + }</style> + <path class="ColorScheme-Text" d="m3 3h16v16h-16z" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/camera.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#232629; + }</style> + </defs> + <path class="ColorScheme-Text" d="m1 5v12h14v-3l6 3v-12l-6 3v-3h-14zm1 1h12v10h-12v-10zm18 0.61719v8.7656l-5-2.5v-3.7656l5-2.5zm-10 0.38281v1h3v-1h-3z" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/cameraPhoto.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#232629; + }</style> + </defs> + <path class="ColorScheme-Text" d="m16 4v1h-14v13h18v-13h-1v-1h-3zm-13 2h16v11h-16v-11zm5.5 1a4.5 4.5 0 0 0-4.5 4.5 4.5 4.5 0 0 0 4.5 4.5 4.5 4.5 0 0 0 4.5-4.5 4.5 4.5 0 0 0-4.5-4.5zm0 1a3.5 3.5 0 0 1 3.5 3.5 3.5 3.5 0 0 1-3.5 3.5 3.5 3.5 0 0 1-3.5-3.5 3.5 3.5 0 0 1 3.5-3.5z" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/certificateDelete.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path d="m11 11v1.2857h5v-1.2857zm0-2.5714v1.2857h6.25v-1.2857zm0-2.5714v1.2857h7.5v-1.2857zm-4.375 0c0.34625 0 0.625 0.28671 0.625 0.64286v1.9286h-1.25v-1.9286c0-0.35614 0.27875-0.64286 0.625-0.64286zm0-1.2857c-1.0388 0-1.875 0.86014-1.875 1.9286v1.9286h-1.25v3.8571h6.25v-3.8571h-1.25v-1.9286c0-1.0684-0.83625-1.9286-1.875-1.9286zm-5.625-2.5714v15.429h12.5v-1.2857h-11.25v-12.857h17.5v10.286h1.25v-11.571z" color="#eff0f1" fill="#232629"/> + <path d="M 14.25,13.33333 15.91667,15 14.25,16.66667 15.08333,17.5 16.75,15.83333 18.41667,17.5 19.25,16.66667 17.58334,15 19.25,13.33333 18.41667,12.5 16.75,14.16667 15.08333,12.5 14.25,13.33333" fill="#da4453"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/certificateExport.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m1 3v13.714h11.111v-1.1429h-10v-11.429h15.556v5.7143h1.1111v-6.8571zm5 2.2857c-0.92333 0-1.6667 0.76457-1.6667 1.7143v1.7143h-1.1111v3.4286h5.5556v-3.4286h-1.1111v-1.7143c0-0.94971-0.74333-1.7143-1.6667-1.7143zm0 1.1429c0.30778 0 0.55556 0.25486 0.55556 0.57143v1.7143h-1.1111v-1.7143c0-0.31657 0.24778-0.57143 0.55556-0.57143zm3.8889 0v1.1429h6.6667v-1.1429zm0 2.2857v1.1429h5.5556v-1.1429zm0 2.2857v1.1429h4.4444v-1.1429zm7.2222 0-0.78559 0.80804 2.5477 2.6205h-5.651v1.1429h5.651l-2.5477 2.6205 0.78559 0.80804 3.8889-4-0.78559-0.80804z" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/certificateImport.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m1 3v13.714h11.111v-1.1429h-10v-11.429h15.556v5.7143h1.1111v-6.8571zm5 2.2857c-0.92333 0-1.6667 0.76457-1.6667 1.7143v1.7143h-1.1111v3.4286h5.5556v-3.4286h-1.1111v-1.7143c0-0.94971-0.74333-1.7143-1.6667-1.7143zm0 1.1429c0.30778 0 0.55556 0.25486 0.55556 0.57143v1.7143h-1.1111v-1.7143c0-0.31657 0.24778-0.57143 0.55556-0.57143zm3.8889 0v1.1429h6.6667v-1.1429zm0 2.2857v1.1429h5.5556v-1.1429zm0 2.2857v1.1429h4.4444v-1.1429zm7.2222 0-3.8889 4 3.8889 4 0.78559-0.80804-2.5477-2.6205h5.651v-1.1429h-5.651l2.5477-2.6205z" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/certificates.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m1 3v16h20v-16zm1.25 1.3333h17.5v13.333h-17.5zm4.375 1.3333c-1.0388 0-1.875 0.892-1.875 2v2h-1.25v4h6.25v-4h-1.25v-2c0-1.108-0.83625-2-1.875-2zm0 1.3333c0.34625 0 0.625 0.29733 0.625 0.66667v2h-1.25v-2c0-0.36933 0.27875-0.66667 0.625-0.66667zm4.375 0v1.3333h7.5v-1.3333zm0 2.6667v1.3333h6.25v-1.3333zm0 2.6667v1.3333h5v-1.3333z" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/changeNext.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,73 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <defs> + <linearGradient id="a" x2="0" y1="541.8" y2="505.8" gradientTransform="translate(-384.57,-499.8)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#bdc3c7" offset="0"/> + <stop stop-color="#eff0f1" offset="1"/> + </linearGradient> + <linearGradient id="b" x2="0" y1="542.8" y2="504.8" gradientTransform="translate(-384.57,-499.8)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#95a5a6" offset="0"/> + <stop stop-color="#8b9e9a" offset="1"/> + </linearGradient> + <linearGradient id="c" x2="0" y1="20" y2="44" gradientTransform="translate(384.57,499.8)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#eff0f1" offset="0"/> + <stop stop-color="#bdc3c7" offset="1"/> + </linearGradient> + <linearGradient id="d" x1="10.327" x2="30.491" y1="10.17" y2="29.972" gradientUnits="userSpaceOnUse"> + <stop stop-color="#292c2f" offset="0"/> + <stop stop-opacity="0" offset="1"/> + </linearGradient> + <linearGradient id="e" x1="25" x2="41.05" y1="10.227" y2="26.733" gradientUnits="userSpaceOnUse" xlink:href="#d"/> + <linearGradient id="f" x1="41" x2="5" y1="42" y2="10" gradientTransform="translate(384.57,499.8)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#2e5d89" offset="0"/> + <stop stop-color="#1b92f4" offset="1"/> + </linearGradient> + <linearGradient id="g" x1="41" x2="5" y1="42" y2="10" gradientTransform="translate(384.57,499.8)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#06a370" offset="0"/> + <stop stop-color="#22d1b0" offset="1"/> + </linearGradient> + <linearGradient id="linearGradient941" x1="10.327" x2="30.491" y1="10.17" y2="29.972" gradientUnits="userSpaceOnUse" xlink:href="#d"/> + </defs> + <g transform="matrix(.35 0 0 .35897 -135 -177.21)"> + <path transform="translate(384.57,499.8)" d="m7 5v25h34v-25z" fill="url(#b)" opacity=".5"/> + <path transform="translate(384.57,499.8)" d="m8 6v24h32v-24z" fill="url(#a)"/> + <g fill="#aeaeae"> + <rect x="394.57" y="513.8" width="2" height="1"/> + <rect x="397.57" y="513.8" width="3" height="1"/> + <rect x="401.57" y="513.8" width="5" height="1"/> + <rect x="394.57" y="515.8" width="4" height="1"/> + <rect x="399.57" y="515.8" width="2" height="1"/> + <rect x="394.57" y="519.8" width="2" height="1"/> + <rect x="397.57" y="519.8" width="3" height="1"/> + <rect x="394.57" y="521.8" width="2" height="1"/> + <rect x="397.57" y="521.8" width="5" height="1"/> + <rect x="403.57" y="521.8" width="3" height="1"/> + <rect x="394.57" y="525.8" width="6" height="1"/> + <rect x="401.57" y="525.8" width="3" height="1"/> + <rect x="394.57" y="527.8" width="5" height="1"/> + <rect x="400.57" y="527.8" width="5" height="1"/> + <rect x="409.57" y="513.8" width="2" height="1"/> + <rect x="412.57" y="513.8" width="3" height="1"/> + <rect x="416.57" y="513.8" width="5" height="1"/> + <rect x="409.57" y="515.8" width="4" height="1"/> + <rect x="414.57" y="515.8" width="2" height="1"/> + <rect x="409.57" y="519.8" width="2" height="1"/> + <rect x="409.57" y="521.8" width="2" height="1"/> + <rect x="412.57" y="521.8" width="5" height="1"/> + <rect x="418.57" y="521.8" width="3" height="1"/> + <rect x="409.57" y="525.8" width="6" height="1"/> + <rect x="409.57" y="527.8" width="5" height="1"/> + <rect x="415.57" y="527.8" width="5" height="1"/> + </g> + <path transform="translate(384.57,499.8)" d="m10 10v1.951c0.649-1.119 9.259-1.321 12.957-1.951zm13 0.043v1.957h-12.951l17.863 18h13.09v-1.818z" fill="url(#linearGradient941)" opacity=".2"/> + <path transform="translate(384.57,499.8)" d="m25 10v1.951l0.479-1.018 6.188-0.188 6.291-0.746zm13 0.043v1.957h-12.951l15.951 16.07v-15.01z" fill="url(#e)" opacity=".2"/> + <path d="m388.57 529.8v14h40v-14z" fill="url(#c)"/> + <rect x="388.57" y="542.8" width="40" height="1" rx="0" fill="#95a5a6"/> + <rect x="388.57" y="529.8" width="40" height="1" rx="0" fill="#eff0f1"/> + <g stroke-linejoin="bevel" stroke-width="2"> + <path d="m394.57 509.8v2h13v-2zm21 22-7 4 7 4.04v-2.041h10v-4h-10z" fill="url(#f)"/> + <path d="m409.57 509.8v2h13v-2zm-8 24v2h-10v4h10v2.041l7-4.04z" fill="url(#g)"/> + </g> + </g> + <path class="ColorScheme-Text" d="m16.406 3-0.40601 0.70703 4.188 7.293-4.188 7.293 0.40601 0.70703 4.594-8-4.594-8" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/changePrev.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,73 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <defs> + <linearGradient id="a" x2="0" y1="541.8" y2="505.8" gradientTransform="translate(-384.57,-499.8)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#bdc3c7" offset="0"/> + <stop stop-color="#eff0f1" offset="1"/> + </linearGradient> + <linearGradient id="b" x2="0" y1="542.8" y2="504.8" gradientTransform="translate(-384.57,-499.8)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#95a5a6" offset="0"/> + <stop stop-color="#8b9e9a" offset="1"/> + </linearGradient> + <linearGradient id="c" x2="0" y1="20" y2="44" gradientTransform="translate(384.57,499.8)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#eff0f1" offset="0"/> + <stop stop-color="#bdc3c7" offset="1"/> + </linearGradient> + <linearGradient id="d" x1="10.327" x2="30.491" y1="10.17" y2="29.972" gradientUnits="userSpaceOnUse"> + <stop stop-color="#292c2f" offset="0"/> + <stop stop-opacity="0" offset="1"/> + </linearGradient> + <linearGradient id="e" x1="25" x2="41.05" y1="10.227" y2="26.733" gradientUnits="userSpaceOnUse" xlink:href="#d"/> + <linearGradient id="f" x1="41" x2="5" y1="42" y2="10" gradientTransform="translate(384.57,499.8)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#2e5d89" offset="0"/> + <stop stop-color="#1b92f4" offset="1"/> + </linearGradient> + <linearGradient id="g" x1="41" x2="5" y1="42" y2="10" gradientTransform="translate(384.57,499.8)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#06a370" offset="0"/> + <stop stop-color="#22d1b0" offset="1"/> + </linearGradient> + <linearGradient id="linearGradient941" x1="10.327" x2="30.491" y1="10.17" y2="29.972" gradientUnits="userSpaceOnUse" xlink:href="#d"/> + </defs> + <g transform="matrix(.35 0 0 .35897 -129 -177.21)"> + <path transform="translate(384.57,499.8)" d="m7 5v25h34v-25z" fill="url(#b)" opacity=".5"/> + <path transform="translate(384.57,499.8)" d="m8 6v24h32v-24z" fill="url(#a)"/> + <g fill="#aeaeae"> + <rect x="394.57" y="513.8" width="2" height="1"/> + <rect x="397.57" y="513.8" width="3" height="1"/> + <rect x="401.57" y="513.8" width="5" height="1"/> + <rect x="394.57" y="515.8" width="4" height="1"/> + <rect x="399.57" y="515.8" width="2" height="1"/> + <rect x="394.57" y="519.8" width="2" height="1"/> + <rect x="397.57" y="519.8" width="3" height="1"/> + <rect x="394.57" y="521.8" width="2" height="1"/> + <rect x="397.57" y="521.8" width="5" height="1"/> + <rect x="403.57" y="521.8" width="3" height="1"/> + <rect x="394.57" y="525.8" width="6" height="1"/> + <rect x="401.57" y="525.8" width="3" height="1"/> + <rect x="394.57" y="527.8" width="5" height="1"/> + <rect x="400.57" y="527.8" width="5" height="1"/> + <rect x="409.57" y="513.8" width="2" height="1"/> + <rect x="412.57" y="513.8" width="3" height="1"/> + <rect x="416.57" y="513.8" width="5" height="1"/> + <rect x="409.57" y="515.8" width="4" height="1"/> + <rect x="414.57" y="515.8" width="2" height="1"/> + <rect x="409.57" y="519.8" width="2" height="1"/> + <rect x="409.57" y="521.8" width="2" height="1"/> + <rect x="412.57" y="521.8" width="5" height="1"/> + <rect x="418.57" y="521.8" width="3" height="1"/> + <rect x="409.57" y="525.8" width="6" height="1"/> + <rect x="409.57" y="527.8" width="5" height="1"/> + <rect x="415.57" y="527.8" width="5" height="1"/> + </g> + <path transform="translate(384.57,499.8)" d="m10 10v1.951c0.649-1.119 9.259-1.321 12.957-1.951zm13 0.043v1.957h-12.951l17.863 18h13.09v-1.818z" fill="url(#linearGradient941)" opacity=".2"/> + <path transform="translate(384.57,499.8)" d="m25 10v1.951l0.479-1.018 6.188-0.188 6.291-0.746zm13 0.043v1.957h-12.951l15.951 16.07v-15.01z" fill="url(#e)" opacity=".2"/> + <path d="m388.57 529.8v14h40v-14z" fill="url(#c)"/> + <rect x="388.57" y="542.8" width="40" height="1" rx="0" fill="#95a5a6"/> + <rect x="388.57" y="529.8" width="40" height="1" rx="0" fill="#eff0f1"/> + <g stroke-linejoin="bevel" stroke-width="2"> + <path d="m394.57 509.8v2h13v-2zm21 22-7 4 7 4.04v-2.041h10v-4h-10z" fill="url(#f)"/> + <path d="m409.57 509.8v2h13v-2zm-8 24v2h-10v4h10v2.041l7-4.04z" fill="url(#g)"/> + </g> + </g> + <path class="ColorScheme-Text" d="m5.594 3 0.40601 0.70703-4.188 7.293 4.188 7.293-0.40601 0.70703-4.594-8 4.594-8" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/changesetSign.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m15.995 1-14.99 14.99h-0.0048825v5.0098h5.0098v-0.0049l14.99-14.99-0.0025-0.0024375 0.0025-0.0024375-5-5-0.0025 0.00244-0.0025-0.00244m-2.4976 4.2651 3.2373 3.2373-9.4849 9.4849v-1.9873h-2.5v-1.9873l8.7476-8.7476m-9.9976 9.9976v1.9873h2.5v1.9873l-0.51258 0.51268h-1.9873l-1.25-1.25v-1.9873l1.25-1.25" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/changesetSignList.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m17.497 7-10.493 10.493h-0.0034177v3.5068h3.5068v-0.0034l10.493-10.493-0.00175-0.001706 0.00175-0.001706-3.5-3.5-0.0018 0.0017062-0.001618-0.0017167m-1.7483 2.9856 2.2661 2.2661-6.6394 6.6394v-1.3911h-1.75v-1.3911l6.1233-6.1233m-6.9983 6.9983v1.3911h1.75v1.3911l-0.35889 0.35889h-1.3911l-0.875-0.875v-1.3911l0.875-0.875" color="#eff0f1" fill="#232629"/> + <path class="ColorScheme-Text" d="m1 1v1h12v-1zm0 2v1h7v-1zm0 3v1h12v-1zm0 2v1h5v-1zm0 3v1h8v-1zm10 1v1h2v-1z" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/changesetSignVerify.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m15.995 1-14.99 14.99h-0.0048825v5.0098h5.0098v-0.0049l14.99-14.99-0.0025-0.0024375 0.0025-0.0024375-5-5-0.0025 0.00244-0.0025-0.00244m-2.4976 4.2651 3.2373 3.2373-9.4849 9.4849v-1.9873h-2.5v-1.9873l8.7476-8.7476m-9.9976 9.9976v1.9873h2.5v1.9873l-0.51258 0.51268h-1.9873l-1.25-1.25v-1.9873l1.25-1.25" color="#eff0f1" fill="#232629"/> + <path d="m20.308 15-4.494 4.5918-1.1221-1.1465-0.69197 0.70703 1.8064 1.8477 0.0058-0.0078 0.0076 0.0078 5.1802-5.293z" fill="#2ecc71"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/characters.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22mm" height="22mm" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <g transform="translate(0,-275)"> + <text transform="scale(1.0187 .98163)" x="0.98162496" y="294.30392" fill="#232629" font-family="sans-serif" font-size="10.584px" letter-spacing="0px" stroke-width=".2646" word-spacing="0px" style="line-height:1.25" xml:space="preserve"><tspan x="0.98162496" y="294.30392" fill="#232629" stroke-width=".2646">AbC</tspan></text> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/chart.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#232629; + } + .ColorScheme-Highlight { + color:#3daee9; + }</style> + </defs> + <path class="ColorScheme-Text" d="m4 3v6 1 5 1 1h-1v1h1v1h1v-1h13.293 0.70703v-0.70703-0.29297h-0.29297l-3.5762-3.5762-0.003906 0.003906-0.005859-0.003906-2.123 2.123-4.123-4.123h-0.0019531-1.873-1-1v-0.42383-1h1 1 1.873 0.0019531l4.123-4.123 2.123 2.123 0.005859-0.0039062 0.003906 0.0039062 3.8691-3.8691-0.70703-0.70703-3.166 3.166-2.127-2.125-0.001953 0.0019531-0.001953-0.0019531-1.5273 1.5273h-6.4688v-0.99219-2h-1zm1 3h6.4609l-3 3h-1.4609-1-1v-3zm0 6.4238h1 1 1.4609l3 3h-6.4609v-0.42383-2.5762zm10.127 2.4102 2.166 2.166h-12.293v-1-0.56836h6.4688l1.5273 1.5273 0.001953-0.001953 0.001953 0.001953 2.127-2.125z" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/chatBanKickUser.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-NegativeText { + color:#da4453; + }</style> + </defs> + <g class="ColorScheme-NegativeText" fill="currentColor"> + <path d="m7.8379 7.1309a5 5 0 0 0-0.70703 0.70703l3.1621 3.1621-3.1621 3.1621a5 5 0 0 0 0.70703 0.70703l3.1621-3.1621 3.1621 3.1621a5 5 0 0 0 0.70703-0.70703l-3.1621-3.1621 3.1621-3.1621a5 5 0 0 0-0.70703-0.70703l-3.1621 3.1621-3.1621-3.1621"/> + <path d="m11 3a8 8 0 0 0-8 8 8 8 0 0 0 8 8 8 8 0 0 0 8-8 8 8 0 0 0-8-8m0 1a7 7 0 0 1 7 7 7 7 0 0 1-7 7 7 7 0 0 1-7-7 7 7 0 0 1 7-7"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/chatBanUser.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#232629; + }</style> + </defs> + <path class="ColorScheme-Text" transform="translate(3 3)" d="m3 7v2h10v-2h-10z" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/chatKickUser.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-NegativeText { + color:#da4453; + }</style> + </defs> + <g class="ColorScheme-NegativeText" transform="translate(-421.71 -525.79)" fill="currentColor"> + <path d="m432.71 528.79a4 4 0 0 0-4 4 4 4 0 0 0 4 4 4 4 0 0 0 4-4 4 4 0 0 0-4-4m0 1a3 3 0 0 1 3 3 3 3 0 0 1-3 3 3 3 0 0 1-3-3 3 3 0 0 1 3-3m0 8a8 8 0 0 0-7.927 7h1.007a7 7 0 0 1 6.92-6 7 7 0 0 1 1 0.08v-1.009a8 8 0 0 0-1-0.07"/> + <circle cx="437.21" cy="541.29" r="3.5"/> + </g> + <path d="m13 15h5v1h-5z" fill="#fff"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/chatUser.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m11 3a4 4 0 0 0-4 4 4 4 0 0 0 4 4 4 4 0 0 0 4-4 4 4 0 0 0-4-4zm0 1a3 3 0 0 1 3 3 3 3 0 0 1-3 3 3 3 0 0 1-3-3 3 3 0 0 1 3-3zm0 8a8 8 0 0 0-7.9277 7h1.0078a7 7 0 0 1 6.9199-6 7 7 0 0 1 6.9219 6h1.0078a8 8 0 0 0-7.9297-7z" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/chatUser1.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m11 3a4 4 0 0 0-4 4 4 4 0 0 0 4 4 4 4 0 0 0 4-4 4 4 0 0 0-4-4zm0 1a3 3 0 0 1 3 3 3 3 0 0 1-3 3 3 3 0 0 1-3-3 3 3 0 0 1 3-3zm0 8a8 8 0 0 0-7.9277 7h1.0078a7 7 0 0 1 6.9199-6 7 7 0 0 1 6.9219 6h1.0078a8 8 0 0 0-7.9297-7z" fill="#00aad4"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/chatUser2.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m11 3a4 4 0 0 0-4 4 4 4 0 0 0 4 4 4 4 0 0 0 4-4 4 4 0 0 0-4-4zm0 1a3 3 0 0 1 3 3 3 3 0 0 1-3 3 3 3 0 0 1-3-3 3 3 0 0 1 3-3zm0 8a8 8 0 0 0-7.9277 7h1.0078a7 7 0 0 1 6.9199-6 7 7 0 0 1 6.9219 6h1.0078a8 8 0 0 0-7.9297-7z" fill="#0000e8"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/chatUser3.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m11 3a4 4 0 0 0-4 4 4 4 0 0 0 4 4 4 4 0 0 0 4-4 4 4 0 0 0-4-4zm0 1a3 3 0 0 1 3 3 3 3 0 0 1-3 3 3 3 0 0 1-3-3 3 3 0 0 1 3-3zm0 8a8 8 0 0 0-7.9277 7h1.0078a7 7 0 0 1 6.9199-6 7 7 0 0 1 6.9219 6h1.0078a8 8 0 0 0-7.9297-7z" fill="#b400b4"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/chatUser4.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m11 3a4 4 0 0 0-4 4 4 4 0 0 0 4 4 4 4 0 0 0 4-4 4 4 0 0 0-4-4zm0 1a3 3 0 0 1 3 3 3 3 0 0 1-3 3 3 3 0 0 1-3-3 3 3 0 0 1 3-3zm0 8a8 8 0 0 0-7.9277 7h1.0078a7 7 0 0 1 6.9199-6 7 7 0 0 1 6.9219 6h1.0078a8 8 0 0 0-7.9297-7z" fill="#c80000"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/chatUser5.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m11 3a4 4 0 0 0-4 4 4 4 0 0 0 4 4 4 4 0 0 0 4-4 4 4 0 0 0-4-4zm0 1a3 3 0 0 1 3 3 3 3 0 0 1-3 3 3 3 0 0 1-3-3 3 3 0 0 1 3-3zm0 8a8 8 0 0 0-7.9277 7h1.0078a7 7 0 0 1 6.9199-6 7 7 0 0 1 6.9219 6h1.0078a8 8 0 0 0-7.9297-7z" fill="#d4aa00"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/chatUser6.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m11 3a4 4 0 0 0-4 4 4 4 0 0 0 4 4 4 4 0 0 0 4-4 4 4 0 0 0-4-4zm0 1a3 3 0 0 1 3 3 3 3 0 0 1-3 3 3 3 0 0 1-3-3 3 3 0 0 1 3-3zm0 8a8 8 0 0 0-7.9277 7h1.0078a7 7 0 0 1 6.9199-6 7 7 0 0 1 6.9219 6h1.0078a8 8 0 0 0-7.9297-7z" fill="#338000"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/chrome.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,2 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg"><path d="m46 24c0 12.148-9.8516 22-22 22s-22-9.8516-22-22 9.8516-22 22-22 22 9.8516 22 22z" fill="#4caf50" stroke-width="1.1"/><path d="m24 2v22l8.8 4.4-9.7273 17.6h0.9273c12.158 0 22-9.8417 22-22s-9.8417-22-22-22z" fill="#ffc107" stroke-width="1.1"/><path d="m46 24c0 12.148-9.8516 22-22 22s-22-9.8516-22-22 9.8516-22 22-22 22 9.8516 22 22z" fill="#4caf50" stroke-width="1.1"/><path d="m24 2v22l8.8 4.4-9.7273 17.6h0.9273c12.158 0 22-9.8417 22-22s-9.8417-22-22-22z" fill="#ffc107" stroke-width="1.1"/><path d="M 43.624,14.1 H 24 V 28.4 L 20.7,27.3 5.476,12.186 H 5.454 C 9.348,6.059 16.201,2 24,2 32.58,2 40.005,6.928 43.624,14.1 Z" fill="#f44336" stroke-width="1.1"/><path d="m5.4738 12.19 9.7273 16.348 5.4989-1.2386z" fill="#dd2c00" stroke-width="1.1"/><path d="m23.073 46 9.8274-17.665-4.5001-3.2351z" fill="#558b2f" stroke-width="1.1"/><path d="m43.652 14.1h-19.652l-1.7369 5.038z" fill="#f9a825" stroke-width="1.1"/><path d="m33.9 24c0 5.4659-4.4341 9.9-9.9 9.9s-9.9-4.4341-9.9-9.9 4.4341-9.9 9.9-9.9 9.9 4.4341 9.9 9.9z" fill="#fff" stroke-width="1.1"/><path d="m31.7 24c0 4.2537-3.4463 7.7-7.7 7.7s-7.7-3.4463-7.7-7.7 3.4463-7.7 7.7-7.7 7.7 3.4463 7.7 7.7z" fill="#2196f3" stroke-width="1.1"/></svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/chromium.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,41 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="48" height="48" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <defs> + <linearGradient id="linearGradient4249"> + <stop stop-color="#79a8ca" offset="0"/> + <stop stop-color="#9ecbda" offset="1"/> + </linearGradient> + <linearGradient id="linearGradient4236" x1="44" x2="24" y1="44" y2="24" gradientTransform="matrix(1.1 0 0 1.1 382.17 497.4)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#548eb5" offset="0"/> + <stop stop-color="#68a0c4" offset="1"/> + </linearGradient> + <linearGradient id="linearGradient4255" x1="4" x2="24" y1="44" y2="24" gradientTransform="matrix(1.1 0 0 1.1 382.17 497.47)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient4249"/> + <linearGradient id="linearGradient4263" x1="44" x2="24" y1="4" y2="24" gradientTransform="matrix(1.1 0 0 1.1 382.17 497.4)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#41759c" offset="0"/> + <stop stop-color="#7faac8" offset="1"/> + </linearGradient> + <linearGradient id="linearGradient4381" x1="403.57" x2="420.57" y1="520.8" y2="537.8" gradientTransform="matrix(1.1 0 0 1.1 -40.857 -52.38)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient4227"/> + <linearGradient id="linearGradient4393" x1="402.57" x2="423.57" y1="517.8" y2="538.8" gradientTransform="matrix(1.1 0 0 1.1 -40.857 -52.38)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient4227"/> + <linearGradient id="linearGradient4407" x2="0" y1="530.8" y2="516.8" gradientTransform="matrix(1.1 0 0 1.1 -40.857 -52.38)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#8bb3d0" offset="0"/> + <stop stop-color="#a9cfe4" offset="1"/> + </linearGradient> + <linearGradient id="linearGradient4161" x2="0" y1="543.8" y2="502.8" gradientTransform="matrix(1.045 0 0 1.045 -18.386 -23.571)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient4249"/> + <linearGradient id="linearGradient4227"> + <stop stop-color="#292c2f" offset="0"/> + <stop stop-opacity="0" offset="1"/> + </linearGradient> + </defs> + <g transform="translate(-384.57 -499.8)" stroke-width="1.1"> + <rect x="387.67" y="502.9" width="41.8" height="41.8" rx="20.9" fill="url(#linearGradient4161)"/> + <path d="m409.09 513.57c-0.28778 0-0.51992 0.23215-0.51992 0.51992 0 0.28778 0.23214 0.51992 0.51992 0.51992h18.76c0.0378 0 0.0719-0.0139 0.10747-0.0215l0.2552-0.6875-0.9427-0.33085z" fill="#649cc1" opacity=".8"/> + <path d="m390.98 510.6c-2.7549 3.6741-4.4043 8.3028-4.4043 13.269 0 12.188 9.812 21.931 22 21.931l7.7-15.771-14.3-2.9288z" fill="url(#linearGradient4255)" fill-rule="evenodd"/> + <path d="m409.67 513.9 6.6 16.06-7.7 15.84c12.188 0 22-9.812 22-22 0-3.5698-0.86019-6.9247-2.3568-9.9z" fill="url(#linearGradient4236)" fill-rule="evenodd"/> + <path d="m415.94 517.2-14.74 13.2 14.041 14.371c6.528-2.0621 11.7-7.0793 14.008-13.492z" fill="url(#linearGradient4393)" fill-rule="evenodd" opacity=".2"/> + <path d="m408.57 501.8c-7.222 0-13.589 3.4611-17.596 8.8043l10.996 16.496 14.3 2.86-6.6-16.06h18.543c-3.6132-7.1829-11.025-12.1-19.643-12.1z" fill="url(#linearGradient4263)" fill-rule="evenodd"/> + <rect x="398.67" y="513.9" width="19.8" height="19.8" rx="9.9" fill="#ecf0f1"/> + <path d="m415.5 520.5-12.32 8.8 14.441 14.551c4.3811-1.9722 7.9991-5.3204 10.282-9.5176z" fill="url(#linearGradient4381)" fill-rule="evenodd" opacity=".2"/> + <rect x="400.87" y="516.1" width="15.4" height="15.4" rx="7.7" fill="url(#linearGradient4407)"/> + <path d="m386.58 523.25c-4e-3 0.18321-0.0129 0.36568-0.0129 0.55 0 12.188 9.812 22 22 22s22-9.812 22-22c0-0.18432-9e-3 -0.36679-0.0129-0.55-0.29114 11.931-9.9838 21.45-21.987 21.45-12.003 0-21.696-9.5193-21.987-21.45z" fill="#005677" fill-opacity=".23711"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/circuitPythonDevice.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,2 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="48" height="48" version="1.1" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg"><defs><clipPath id="clipPath3830"><path d="m0 612h792v-612h-792z"/></clipPath></defs><g transform="matrix(.2942 0 0 -.27257 -92.379 107.52)"><g clip-path="url(#clipPath3830)"><g transform="translate(391.04 375.59)"><path d="m0 0c5e-3 0.071 5e-3 0.141 0.013 0.208 0.395 3.404 3.474 5.845 6.875 5.45 1.539-0.179 2.861-0.925 3.835-1.984 0.127 0.037 0.256 0.083 0.394 0.156 0.457 0.236 0.883 0.653 1.163 0.997 0.281 0.349 0.431 0.622 0.431 0.622s3e-3 -0.307-0.072-0.779c-0.083-0.468-0.252-1.107-0.634-1.72-0.114-0.172-0.244-0.341-0.39-0.502 0.59-1.085 0.875-2.349 0.723-3.667-0.208-1.788-1.161-3.301-2.509-4.286 0.737 0.69 1.254 1.619 1.382 2.702 0.189 1.653-0.571 3.182-1.839 4.084-3e-3 0-0.013-1e-3 -0.013-1e-3l3e-3 0.011c-0.587 0.414-1.267 0.707-2.031 0.795-0.397 0.046-0.784 0.019-1.16-0.037 0.592-0.265 0.978-0.868 0.9-1.546-0.098-0.838-0.853-1.438-1.688-1.34-0.839 0.097-1.436 0.853-1.34 1.691 0.016 0.127 0.072 0.237 0.117 0.355-0.922-0.702-1.574-1.757-1.717-2.998-0.033-0.303-0.036-0.603-0.012-0.896l-5.744 2.301-0.018 0.016zm12.057-11.872c4.697-1.267 11.897-4.312 19.261-9.43 4.645-3.227 9.35-7.286 13.541-12.245l1.075 1.076c-0.198 0.6-0.065 1.281 0.408 1.754 0.67 0.673 1.762 0.671 2.432 1e-3 0.67-0.671 0.67-1.763-3e-3 -2.435-0.474-0.471-1.155-0.604-1.75-0.407l-1.178-1.178c1.978-2.461 3.827-5.136 5.476-8.032l2.106 1.408c-0.078 0.626 0.184 1.267 0.74 1.638 0.789 0.531 1.861 0.318 2.389-0.472 0.524-0.788 0.311-1.859-0.478-2.388-0.558-0.369-1.252-0.365-1.797-0.056l-2.217-1.482c1.457-2.723 2.742-5.632 3.798-8.736l3.176 1.315c0.047 0.629 0.431 1.206 1.049 1.462 0.878 0.366 1.885-0.052 2.249-0.93 0.36-0.875-0.058-1.884-0.933-2.248-0.623-0.254-1.3-0.114-1.776 0.296l-3.281-1.361c0.895-2.876 1.596-5.916 2.066-9.122l4.147 0.824c0.166 0.607 0.654 1.099 1.311 1.229 0.932 0.189 1.838-0.42 2.023-1.35 0.187-0.931-0.423-1.837-1.353-2.024-0.659-0.128-1.299 0.14-1.683 0.636l-4.248-0.845c0.356-2.93 0.52-5.997 0.462-9.201h4.776c0.283 0.564 0.856 0.95 1.526 0.95 0.951 3e-3 1.722-0.768 1.722-1.718 0-0.948-0.774-1.719-1.722-1.722-0.672 6e-3 -1.246 0.393-1.526 0.953h-4.809c-0.034-0.884-0.083-1.78-0.153-2.684-0.063-1.01-0.146-2.026-0.263-3.043-0.132-1.139-0.308-2.26-0.506-3.373l4.741-0.943c0.387 0.493 1.026 0.763 1.683 0.631 0.932-0.182 1.537-1.091 1.353-2.021-0.185-0.929-1.093-1.534-2.023-1.352-0.659 0.135-1.147 0.628-1.313 1.23l-4.735 0.943c-0.631-3.033-1.503-5.965-2.603-8.773l4.408-1.826c0.476 0.41 1.156 0.548 1.776 0.291 0.878-0.361 1.293-1.368 0.93-2.246-0.361-0.875-1.371-1.293-2.249-0.93-0.617 0.26-0.999 0.839-1.046 1.462l-4.409 1.826c-1.205-2.837-2.638-5.545-4.279-8.097l3.931-2.627c0.548 0.308 1.239 0.311 1.799-0.063 0.79-0.524 1.003-1.593 0.473-2.383-0.525-0.789-1.594-0.999-2.386-0.475-0.556 0.376-0.818 1.018-0.74 1.641l-3.931 2.627c-1.735-2.539-3.675-4.915-5.793-7.11l3.319-3.32c0.596 0.198 1.277 0.065 1.751-0.41 0.673-0.67 0.673-1.76 0-2.43-0.669-0.673-1.759-0.67-2.432 0-0.473 0.475-0.605 1.158-0.407 1.752l-3.317 3.316c-2.188-2.144-4.559-4.096-7.075-5.843l2.591-3.875c0.624 0.075 1.265-0.185 1.637-0.746 0.529-0.787 0.316-1.856-0.473-2.383-0.79-0.528-1.857-0.315-2.387 0.474-0.371 0.559-0.368 1.255-0.056 1.8l-2.581 3.862c-2.561-1.673-5.269-3.125-8.089-4.353l1.768-4.269c0.626-0.047 1.205-0.427 1.462-1.048 0.363-0.875-0.055-1.883-0.932-2.247-0.875-0.363-1.882 0.055-2.246 0.933-0.255 0.62-0.117 1.301 0.293 1.773l-1.76 4.25c-2.828-1.136-5.769-2.027-8.791-2.679l0.895-4.499c0.605-0.169 1.099-0.655 1.229-1.315 0.186-0.931-0.421-1.836-1.351-2.022-0.933-0.185-1.836 0.421-2.022 1.352-0.13 0.658 0.139 1.299 0.632 1.683l-0.89 4.484c-2.983-0.554-6.044-0.85-9.152-0.894v-4.579c0.56-0.283 0.95-0.857 0.95-1.53 0-0.947-0.77-1.718-1.72-1.718-0.948 0-1.719 0.771-1.719 1.718 0 0.673 0.389 1.247 0.95 1.53v4.562c-1.843 0.026-3.703 0.144-5.572 0.361-1.21 0.14-2.399 0.333-3.578 0.547l-0.891-4.478c0.492-0.387 0.761-1.028 0.628-1.688-0.181-0.932-1.087-1.532-2.022-1.347-0.925 0.183-1.532 1.088-1.348 2.017 0.13 0.66 0.624 1.15 1.231 1.317l0.888 4.473c-3.046 0.646-5.986 1.542-8.804 2.663l-1.741-4.206c0.408-0.474 0.548-1.157 0.289-1.778-0.362-0.878-1.367-1.29-2.247-0.927-0.872 0.361-1.292 1.369-0.929 2.242 0.256 0.623 0.836 1.009 1.464 1.053l1.741 4.204c-2.845 1.226-5.553 2.684-8.108 4.346l-2.534-3.793c0.308-0.545 0.312-1.241-0.062-1.8-0.527-0.792-1.593-1.002-2.385-0.472-0.785 0.525-1.001 1.594-0.475 2.381 0.374 0.558 1.016 0.823 1.642 0.746l2.535 3.793c-2.535 1.753-4.901 3.715-7.09 5.855l-3.246-3.246c0.196-0.594 0.064-1.279-0.412-1.752-0.671-0.673-1.757-0.673-2.431 2e-3 -0.668 0.668-0.67 1.758-2e-3 2.426 0.477 0.477 1.159 0.612 1.756 0.412l3.241 3.242c-2.132 2.206-4.067 4.595-5.801 7.125l-3.841-2.566c0.076-0.621-0.189-1.265-0.745-1.639-0.792-0.527-1.857-0.314-2.386 0.477-0.524 0.788-0.314 1.854 0.473 2.381 0.56 0.374 1.254 0.374 1.801 0.063l3.833 2.56c-1.657 2.57-3.09 5.288-4.3 8.116l-4.289-1.778c-0.048-0.623-0.433-1.205-1.051-1.462-0.879-0.363-1.881 0.052-2.246 0.933-0.362 0.875 0.053 1.879 0.928 2.243 0.621 0.257 1.303 0.122 1.779-0.291l4.286 1.775c-1.118 2.832-1.996 5.773-2.628 8.794l-4.587-0.913c-0.168-0.602-0.659-1.095-1.315-1.227-0.934-0.188-1.835 0.418-2.021 1.352-0.186 0.927 0.419 1.833 1.349 2.02 0.658 0.13 1.299-0.138 1.686-0.633l4.587 0.912c-0.535 2.978-0.818 6.03-0.846 9.131h-4.73c-0.283-0.559-0.859-0.947-1.529-0.95-0.951 0-1.72 0.771-1.72 1.722 0 0.947 0.772 1.715 1.72 1.718 0.67-3e-3 1.246-0.389 1.529-0.95h4.728c0.035 1.744 0.145 3.502 0.351 5.271 0.15 1.298 0.35 2.578 0.588 3.842l-4.678 0.93c-0.387-0.493-1.03-0.761-1.685-0.634-0.933 0.188-1.536 1.091-1.35 2.025 0.183 0.927 1.09 1.534 2.02 1.348 0.658-0.131 1.148-0.623 1.315-1.227l4.71-0.938c0.657 3.027 1.557 5.946 2.682 8.745l-4.462 1.847c-0.476-0.407-1.158-0.545-1.776-0.29-0.879 0.364-1.294 1.369-0.929 2.247 0.36 0.875 1.368 1.293 2.244 0.93 0.619-0.258 1.004-0.835 1.051-1.462l4.447-1.843c1.23 2.821 2.707 5.494 4.368 8.029l-4.059 2.712c-0.546-0.306-1.241-0.309-1.797 0.062-0.791 0.527-1.003 1.595-0.475 2.384 0.526 0.79 1.595 1.003 2.384 0.475 0.557-0.374 0.821-1.015 0.744-1.638l4.053-2.708c1.749 2.51 3.705 4.854 5.835 7.022l-3.486 3.485c-0.597-0.194-1.278-0.062-1.753 0.411-0.673 0.672-0.673 1.759 0 2.43 0.67 0.673 1.761 0.673 2.43 1e-3 0.473-0.473 0.608-1.155 0.411-1.754l3.493-3.493c2.194 2.113 4.548 4.055 7.061 5.774l-2.755 4.123c-0.621-0.076-1.264 0.186-1.638 0.744-0.527 0.79-0.314 1.856 0.475 2.385 0.788 0.527 1.857 0.314 2.385-0.476 0.372-0.557 0.369-1.251 0.06-1.799l2.769-4.144c2.552 1.642 5.232 3.091 8.039 4.294l-1.908 4.608c-0.626 0.047-1.206 0.43-1.462 1.051-0.364 0.877 0.053 1.882 0.93 2.244 0.877 0.365 1.883-0.053 2.248-0.93 0.254-0.619 0.117-1.299-0.294-1.777l1.915-4.624c0.829 0.327 1.654 0.661 2.499 0.947 7.183 2.439 16.515 3.455 23.007 2.585 6.492-0.869 10.104-1.057 11.145 1.146 0.673 1.423-1.229 2.255-4.061 3.355-0.22 0.083-0.425 0.164-0.638 0.244-4.763 1.825-7.562 3.189-9.12 4.051-0.372 0.208-0.672 0.385-0.914 0.533-0.609 0.376-0.839 0.57-0.839 0.57s0.277 0.256 0.883 0.538c0.301 0.135 0.678 0.286 1.122 0.408 0.442 0.147 0.951 0.228 1.508 0.35 0.559 0.094 1.166 0.148 1.813 0.232 0.644 0.025 1.324 0.053 2.03 0.083 1.393 0.025 2.867-0.031 4.311-3e-3 1.986 0.039 4.515 0.099 6.976 0.758 1.371 0.365 2.725 0.91 3.947 1.754 1.358 0.939 2.14 2.49 2.287 3.785l-3.213 0.371c-0.25-0.523-0.795-0.865-1.4-0.795-0.759 0.089-1.306 0.779-1.218 1.537 0.088 0.764 0.779 1.312 1.538 1.224 0.604-0.071 1.061-0.531 1.18-1.096l3.29-0.382c0.712 6.169-10.941 3.484-14.597 7.678 0.01 0.013 0.018 0.025 0.026 0.036 0.382 0.613 0.55 1.254 0.633 1.721 0.078 0.47 0.073 0.778 0.073 0.778s-0.148-0.272-0.431-0.619c-0.273-0.335-0.683-0.73-1.125-0.969-2.64 3.104-6.519 4.98-10.662 5.181l0.016 0.02c-0.172 0-0.349-0.012-0.52-0.015-0.464 7e-3 -0.932-5e-3 -1.399-0.041-30.502-1.205-72.86-30.931-72.86-86.589 0-41.301 33.48-74.781 74.779-74.781s74.781 33.48 74.781 74.781c0 34.896-29.613 64.808-67.271 63.242" fill="#231f20"/></g><g transform="translate(371.34 345.18)"><path d="m0 0c-2.196-1.196-4.293-2.555-6.278-4.053v-47.198h6.278z" fill="#231f20"/></g><g transform="translate(381.61 342.65)"><path d="m0 0v-25.986c0-0.252-0.196-0.451-0.443-0.47h-1.472v28.328c0.429 0.157 0.865 0.302 1.3 0.444 0.303 0.08 0.615 0.063 0.615-0.55zm6.029-32.046c0 2.716-1.656 3.596-1.656 3.596s1.656 0.88 1.656 3.596v29.098c-3e-3 2.038-1.599 3.539-3.614 3.11-0.896-0.209-1.784-0.441-2.664-0.698-0.473-0.137-0.947-0.28-1.416-0.43-2.158-0.7-4.258-1.533-6.278-2.501v-52.449h6.028v18.28h1.915v-3e-3h-0.478c0.263 0 0.478-0.213 0.478-0.478v-17.799h6.029z" fill="#231f20"/></g><g transform="translate(428.87 333.35)"><path d="m0 0v5.506c-1.966 1.714-4.063 3.279-6.278 4.677v-49.606h6.278z" fill="#231f20"/></g><g transform="translate(412.31 348.49)"><path d="m0 0c-1.961 0.686-3.97 1.263-6.029 1.705v-52.443c0-2.114 1.714-3.827 3.827-3.827h6.317c2.112 0 3.825 1.708 3.827 3.822v47.175c-1.934 1.08-3.949 2.026-6.028 2.849v-49.381c0-0.263-0.215-0.477-0.478-0.477h-0.958c-0.264 0-0.478 0.214-0.478 0.477v5.753z" fill="#231f20"/></g><g transform="translate(352.58 293.93)"><path d="m0 0h6.316c2.115 0 3.829 1.714 3.829 3.827v14.452h-6.03v-13.813c0-0.264-0.214-0.478-0.478-0.478h-0.958c-0.263 0-0.478 0.214-0.478 0.478v-0.478 24.833l2e-3 -3e-3c0 0.318 0.1 0.593 0.239 0.875 0.36 0.632 0.745 1.247 1.134 1.86 0.193 0.267 0.539 0.249 0.539-0.174v-9.111h6.03v17.617c0 3.376-2.368 3.147-3.786 1.854-0.86-0.901-1.699-1.823-2.493-2.786v-8e-3c-0.489-0.594-0.954-1.207-1.416-1.825v0.031c-1.341-1.784-2.56-3.667-3.66-5.622-2.126-3.905-2.619-5.431-2.619-8.978v-18.724c0-2.033 1.592-3.68 3.594-3.804v-0.023z" fill="#231f20"/></g><g transform="translate(402.87 250.49)"><path d="m0 0c1.541 0.224 3.063 0.509 4.557 0.868v39.071h-4.557v-15.532h-1.914v15.532h-4.558v-40.458c1.538 0.026 3.057 0.119 4.558 0.278v20.66h1.914v-3.988z" fill="#231f20"/></g><g transform="translate(421.84 257.29)"><path d="m0 0c1.586 0.962 3.104 2.025 4.568 3.153v10.475l1.913-8.95 3e-3 0.014c1.611 1.366 3.14 2.819 4.567 4.373v24.083h-4.57v-16.864l-1.913 16.864h-4.568z" fill="#231f20"/></g><g transform="translate(378.84 252.8)"><path d="m0 0v18.112l3.117 15.537v3.989h-4.57v-3.989l-0.923-11.544-0.992 11.544v3.989h-4.568v-3.989l3.117-15.537v-16.146c1.565-0.736 3.173-1.39 4.819-1.966" fill="#231f20"/></g><g transform="translate(362.8 286.45)"><path d="m0 0h1.436c0.264 0 0.478-0.214 0.478-0.478v-10.588c0-0.265-0.214-0.478-0.478-0.478h-1.436zm0.249-24.673v9.136h3.855c1.315 8e-3 2.379 1.072 2.379 2.391v14.743c0 1.322-1.071 2.391-2.392 2.391h-8.661v-24.061c1.504-1.636 3.114-3.172 4.819-4.6" fill="#231f20"/></g><g transform="translate(415.6 280.67)"><path d="m0 0v-21.356c-3e-3 -0.644-0.129-0.844-0.423-1.01-0.282-0.134-0.569-0.263-0.854-0.39-0.247-0.104-0.637-0.181-0.637 0.382v27.671c0 0.264 0.215 0.477 0.478 0.477h0.958c0.264 0 0.478-0.213 0.478-0.477zm2.09 9.763h-6.181c-1.321 0-2.391-1.07-2.391-2.392v-33.556c0-1.84 1.08-2.293 2.225-1.999 0.191 0.062 4.246 1.476 6.764 2.768 1.69 0.867 2.061 1.202 2.061 3.232v29.555c0 1.322-1.069 2.392-2.391 2.392z" fill="#231f20"/></g><g transform="translate(391.66 250.12)"><path d="m0 0v36.326h3.066v3.988h-11.053v-3.988h3.168v-35.726c1.584-0.276 3.188-0.476 4.819-0.6" fill="#231f20"/></g><g transform="translate(397.67 293.93)"><path d="m0 0h2.461c2.072 0 3.75 1.648 3.817 3.705v14.574h-6.024v-13.813c0-0.264-0.214-0.478-0.478-0.478h-0.958c-0.263 0-0.477 0.214-0.477 0.478v48.426c0 0.264 0.214 0.478 0.477 0.478 0.336-7e-3 0.674-0.016 1.009-0.03 0.239-0.023 0.427-0.202 0.427-0.448v-30.624h6.024v31.221c-0.067 2.06-1.745 3.708-3.817 3.708h0.034c-1.514 0.135-3.045 0.216-4.592 0.216-0.646 0-1.288-0.023-1.926-0.047-2.034-0.101-3.659-1.942-3.659-3.999v-49.54c0-2.043 1.606-3.698 3.622-3.806v-0.021h2.643z" fill="#231f20"/></g><g transform="translate(432.27 335.6)"><path d="m0 0v-2e-3c-0.52 0.548-1.049 1.082-1.595 1.605-0.085 0.082-0.172 0.163-0.258 0.245v-5.788c0.634-0.711 1.263-1.427 1.853-2.177v-35.557h6.278v24.966c0.379-0.889 0.738-1.784 1.062-2.698h4.22c-0.584 1.809-1.27 3.573-2.044 5.289-0.068 0.148-0.132 0.299-0.203 0.444-0.223 0.483-0.454 0.961-0.693 1.436-0.08 0.158-0.161 0.317-0.244 0.475-0.246 0.481-0.498 0.961-0.761 1.431-0.039 0.07-0.08 0.138-0.119 0.207-0.39 0.691-0.797 1.369-1.218 2.041v8e-3c-1.82 2.903-3.925 5.606-6.278 8.075" fill="#231f20"/></g></g></g></svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/class.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#232629; + }</style> + </defs> + <path class="ColorScheme-Text" d="m2.25 1v7.5h2.5v5h-3.75v7.5h7.5v-7.5h-2.5v-5h6.25v-2.5h5v8.75h-2.5v6.25h6.25v-6.25h-2.5v-10h-6.25v-3.75h-10m1.25 1.25h7.5v5h-7.5v-5m-1.25 12.5h5v5h-5v-5" color="#232629" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/class_private.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m10.688 10v4.125h1.375v2.75h-2.0625v4.125h4.125v-4.125h-1.375v-2.75h3.4375v-1.375h2.75v4.8125h-1.375v3.4375h3.4375v-3.4375h-1.375v-5.5h-3.4375v-2.0625h-5.5m0.6875 0.6875h4.125v2.75h-4.125v-2.75m-0.6875 6.875h2.75v2.75h-2.75v-2.75" color="#eff0f1" fill="#232629"/> + <g transform="matrix(.8 0 0 .83333 -1.4 -864.3)" fill="#232629"> + <path class="ColorScheme-Text" d="m8 1038.4c-1.662 0-3 1.338-3 3v3h-2v6h10v-6h-2v-3c0-1.662-1.338-3-3-3zm0 1c1.2465 0 2 0.5458 2 2v3h-4v-3c0-1.4542 0.75351-2 2-2zm-4 6h8v4h-8z" color="#eff0f1" fill="#232629"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/class_protected.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m6.625 11v3.75h1.25v2.5h-1.875v3.75h3.75v-3.75h-1.25v-2.5h3.125v-1.25h2.5v4.375h-1.25v3.125h3.125v-3.125h-1.25v-5h-3.125v-1.875h-5m0.625 0.625h3.75v2.5h-3.75v-2.5m-0.625 6.25h2.5v2.5h-2.5v-2.5" color="#eff0f1" fill="#232629"/> + <path class="ColorScheme-Text" d="m3 1v9h5v-4h7v2h1v-2h1v2h1v-2h1v-1h-11v-4zm1 1h3v7h-3z" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/clearLeft.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#232629; + }</style> + </defs> + <path class="ColorScheme-Text" d="m8 3-8 8 8 8h12.334 1.666v-16h-1.666-12.334zm3.3203 4 2.6797 2.6797 2.6797-2.6797 1.3203 1.3203-2.6797 2.6797 2.6797 2.6797-1.3203 1.3203-2.6797-2.6797-2.6797 2.6797-1.3203-1.3203 2.6797-2.6797-2.6797-2.6797 1.3203-1.3203z" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/clearPrivateData.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#232629; + }</style> + </defs> + <path class="ColorScheme-Text" d="m19.871 1-4.2313 7.1636-3.1305-1.7675-1.3235 2.1161 7.3213 4.1361 1.3235-2.1186-3.0773-1.7386 4.2465-7.1901zm-13.688 3.9942a1.2957 1.2312 0 0 0-1.2957 1.2312 1.2957 1.2312 0 0 0 1.2957 1.2312 1.2957 1.2312 0 0 0 1.2957-1.2312 1.2957 1.2312 0 0 0-1.2957-1.2312zm-4.535 1.2312a0.64786 0.61561 0 0 0-0.64786 0.61561 0.64786 0.61561 0 0 0 0.64786 0.61561 0.64786 0.61561 0 0 0 0.64786-0.61561 0.64786 0.61561 0 0 0-0.64786-0.61561zm1.9436 2.4624a1.2957 1.2312 0 0 0-1.2957 1.2312 1.2957 1.2312 0 0 0 1.2957 1.2312 1.2957 1.2312 0 0 0 1.2957-1.2312 1.2957 1.2312 0 0 0-1.2957-1.2312zm6.4786 1.2312c-1.4492 1.9259-4.1003 3.4608-9.07 3.6936v1.2312c2.7388 4.1513 6.4786 6.1561 11.661 6.1561h1.2957c1.699-1.9542 3.0547-3.7335 3.8871-6.1561v-1.2312l-6.4786-3.6936zm0.68582 1.3563 5.608 3.1983c-0.74222 1.9042-1.9073 3.575-3.3481 5.2567-4.2414 0.038476-8.0602-1.7584-10.297-5.0956 4.0403-0.38244 6.5039-1.5818 8.0375-3.3594z" color="#232629" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/clearRight.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#232629; + }</style> + </defs> + <path class="ColorScheme-Text" d="m14 3 8 8-8 8h-14v-16h1.666zm-3.3203 4-2.6797 2.6797-2.6797-2.6797-1.3203 1.3203 2.6797 2.6797-2.6797 2.6797 1.3203 1.3203 2.6797-2.6797 2.6797 2.6797 1.3203-1.3203-2.6797-2.6797 2.6797-2.6797z" color="#232629" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/close.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + } + .ColorScheme-NegativeText { + color:#da4453; + }</style> + </defs> + <path class="ColorScheme-NegativeText" d="M 11,1 A 10,10 0 0 0 1,11 10,10 0 0 0 11,21 10,10 0 0 0 21,11 10,10 0 0 0 11,1 Z M 7.1783833,6 11,9.8216167 14.821617,6 16,7.1783833 12.178383,11 16,14.821617 14.821617,16 11,12.178383 7.1783833,16 6,14.821617 9.8216167,11 6,7.1783833 Z" color="#da4453" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/closeEditor.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-NegativeText { + color:#da4453; + }</style> + </defs> + <path d="m2 1v20h9v-1.25h-7.7143v-17.5h15.429v11.25h1.2857v-12.5h-18" color="#da4453" fill="#da4453"/> + <path d="M 14.848438,15 14,15.848437 16.151563,18 14,20.151563 14.848438,21 17,18.848437 19.151563,21 20,20.151563 17.848438,18 20,15.848437 19.151563,15 17,17.151563 Z" color="#da4453" fill="#da4453"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/closeHead.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m4 3v3h14v-3z" color="#eff0f1" fill="#da4453" stroke-width="1.4491"/> + <path class="ColorScheme-Text" d="M 10.008971,19.994991 12,20 11.991029,6.0050292 10,6 Z" color="#eff0f1" fill="#232629" stroke-width="1.1803"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/codeDocuViewer.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m3 1v20h9.1429v-1.25h-8v-17.5h13.714v11.25h1.1429v-12.5h-16m10.286 10c-1.8994 0-3.4286 1.6725-3.4286 3.75s1.5291 3.75 3.4286 3.75c0.74216 0 1.4244-0.26073 1.9844-0.6958l2.9219 3.1958 0.80804-0.88379-2.9219-3.1958c0.39778-0.61247 0.63616-1.3587 0.63616-2.1704 0-2.0775-1.5291-3.75-3.4286-3.75m0 1.25c1.2663 0 2.2857 1.115 2.2857 2.5s-1.0194 2.5-2.2857 2.5c-1.2663 0-2.2857-1.115-2.2857-2.5s1.0194-2.5 2.2857-2.5" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/colorPicker.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + <path class="ColorScheme-Text" d="m19.333 1c-0.442 6.69e-5 -0.86588 0.17571-1.1784 0.48828l-2.3275 2.3275-1.3216-1.3216-1.1784 1.1784 0.95703 0.95703-10.98 10.978c-0.42479 0.42479-0.63802 0.98475-0.63802 1.5446v1.0026l-1.6667 1.6667 1.1784 1.1784 1.6667-1.6667h1.0042c0.55985 0 1.1198-0.2116 1.5446-0.63639l10.98-10.978 0.95378 0.95378 1.1784-1.1784-1.3216-1.3216 2.3275-2.3275c0.31258-0.31251 0.48822-0.73638 0.48828-1.1784v-0.41667a1.25 1.25 0 0 0-1.25-1.25zm-4.4596 4.2188 1.9108 1.9108-7.2054 7.2038h-3.8216z" color="#eff0f1" fill="#232629" stroke-width=".83333"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/comment.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <g transform="matrix(1.25 0 0 1.25 -2.75 -2.7501)" fill="#232629" stroke-width="1.2645"> + <path class="ColorScheme-Text" d="M 7.000492,18.993143 9,19 8.999508,3.00688 7,3 Z" color="#eff0f1"/> + <path class="ColorScheme-Text" d="M 13.000492,18.9931 15,19 14.999508,3.00688 13,3 Z" color="#eff0f1"/> + <path class="ColorScheme-Text" d="M 3.0039,14.999138 18.999964,15 18.996064,13.00086 3,13 Z" color="#eff0f1"/> + <path class="ColorScheme-Text" d="M 3.0039,8.999138 18.999964,9 18.996064,7.00086 3,7 Z" color="#eff0f1"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/compareFiles.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m5.375 1a1.875 1.875 0 0 0-1.875 1.875 1.875 1.875 0 0 0 1.25 1.7651v11.36a2.5 2.5 0 0 0 2.5 2.5h1.25v2.5l3.75-3.125-3.75-3.125v2.5h-1.25a1.25 1.25 0 0 1-1.25-1.25v-11.36a1.875 1.875 0 0 0 1.25-1.7651 1.875 1.875 0 0 0-1.875-1.875zm8.125 0-3.75 3.125 3.75 3.125v-2.5h1.25a1.25 1.25 0 0 1 1.25 1.25v11.36a1.875 1.875 0 0 0-1.25 1.7651 1.875 1.875 0 0 0 1.875 1.875 1.875 1.875 0 0 0 1.875-1.875 1.875 1.875 0 0 0-1.25-1.7651v-11.36a2.5 2.5 0 0 0-2.5-2.5h-1.25zm-8.125 1.25a0.625 0.625 0 0 1 0.625 0.625 0.625 0.625 0 0 1-0.625 0.625 0.625 0.625 0 0 1-0.625-0.625 0.625 0.625 0 0 1 0.625-0.625zm11.25 16.25a0.625 0.625 0 0 1 0.625 0.625 0.625 0.625 0 0 1-0.625 0.625 0.625 0.625 0 0 1-0.625-0.625 0.625 0.625 0 0 1 0.625-0.625z" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/configure.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m11.625 1c-1.5173 0-2.7738 1.0699-3.0615 2.5h-7.5635v1.25h7.5635c0.28775 1.4301 1.5442 2.5 3.0615 2.5s2.7738-1.0699 3.0615-2.5h6.3135v-1.25h-6.3135c-0.28775-1.4301-1.5442-2.5-3.0615-2.5zm-7.5 13.75c-1.7313 0-3.125 1.3938-3.125 3.125s1.3937 3.125 3.125 3.125c1.5173 0 2.7738-1.0699 3.0615-2.5h13.813v-1.25h-13.813c-0.28775-1.4301-1.5442-2.5-3.0615-2.5zm0 1.25c1.0388 0 1.875 0.83625 1.875 1.875s-0.83625 1.875-1.875 1.875-1.875-0.83625-1.875-1.875 0.83625-1.875 1.875-1.875z" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/configureExport.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <g fill="#232629"> + <path d="m11.625 1c-1.5173 0-2.7748 1.0699-3.0625 2.5h-7.5625v1.25h7.5625c0.28775 1.4301 1.5452 2.5 3.0625 2.5s2.7748-1.0699 3.0625-2.5h6.3125v-1.25h-6.3125c-0.28775-1.4301-1.5452-2.5-3.0625-2.5zm-7.5 13.75c-1.7313 0-3.125 1.3938-3.125 3.125s1.3937 3.125 3.125 3.125c1.5173 0 2.7748-1.0699 3.0625-2.5h1.0156v-0.33789c0-0.10424 3.386e-4 -0.16373 0.00391-0.2168-0.00167-6.4e-5 -0.00223 6.3e-5 -0.00391 0-0.021348-8e-4 -0.00311-0.04009 0-0.06445 2.83e-4 -0.0022 0-0.0039 0-0.0059v-0.49023c0-0.05132 0.012118-0.08917 0.017578-0.13477h-1.0332c-0.28775-1.4304-1.5452-2.5-3.0625-2.5zm0 1.25c1.0388 0 1.875 0.83625 1.875 1.875s-0.83625 1.875-1.875 1.875-1.875-0.83625-1.875-1.875 0.83625-1.875 1.875-1.875zm6.123 1.25 0.11328 0.16797c0.0052-0.05845 0.0091-0.11769 0.02148-0.16797zm1.2461 0c0.06067 0.0054 0.12062 0.02034 0.18164 0.01953 0.02216-2.93e-4 -0.04425 0.0018-0.06641 2e-3 -0.1241 0.0012-0.0033 0.06716 0.16797 0.14648-0.04667-0.05292-0.07773-0.10949-0.09375-0.16797zm-1.8984 2e-3c-0.00268 0.01191-0.00786 0.02576-0.00977 0.03516 0.00355-0.0054 0.00612-4e-3 0.00977-0.0098v-2e-3c-1.997e-4 -0.0078 1.919e-4 -0.01564 0-0.02344zm10.82 0.09375c-0.05645 0.02755-0.07149 0.05606-0.07031 0.08594 0.01412 0.0057 0.01554 0.0077 0.03125 0.01367 0.03246 0.02142 0.01318 0.0063 0.03125 0.01758 0.0026-7.56e-4 0.0052-0.0012 0.0078-2e-3zm-0.0078 0.11719c-0.01343 4e-3 -0.02592 0.01075-0.03906 0.01563 0.0035 0.0051 0.0073 0.01046 0.01172 0.01563 0.0117-0.0013 0.02343-0.0026 0.03516-0.0039v-0.02344c-0.0036-0.0022-0.0034-0.0012-0.0078-0.0039zm0.35156 0.02734c-0.02387 0.03178-0.04859 0.07815-0.07031 0.17578-0.01197 0.05382-0.06388 0.11504-0.03516 0.16211 0.07015 0.11498 0.13965 0.19571 0.20312 0.25977 0.0085-9.05e-4 0.01688-0.0031 0.02539-0.0039 0.0073-6.61e-4 -0.01129 0.01191-0.01367 0.01758 0.06374 0.06275 0.0919 0.076 0.13086 0.10156v-0.40625c-0.04056-0.09643-0.08555-0.21237-0.12305-0.26758-0.04042-0.0077-0.07835-0.02449-0.11719-0.03906zm-8.3184 0.19531c0.0081 0.19516 0.01154 0.19168 0.01758 0.30469l2e-3 2e-3c0.0052 8.4e-5 0.01043-9.3e-5 0.01562 0 0.0012-0.10564 0.0018-0.18077 0.0039-0.29883-0.0131-0.0021-0.02596-0.0056-0.03906-0.0078zm-3.3066 0.0059v0.07617c0.016438-9.65e-4 0.034849-0.0012 0.050781-2e-3 -0.011702-0.02615-0.023206-0.05342-0.037109-0.07422-0.00464 2.95e-4 -0.00905-1.81e-4 -0.013672 0zm-0.0019661 0.30851c2.996e-4 0.0127-4.41e-5 0.03228 0 0.04687 0.017797-0.0046 0.03657-0.0092 0.052734-0.01367 0.00146-0.0045 0.00244-0.0092 0.00391-0.01367-0.028108-0.013101-0.039019-0.013641-0.056644-0.01953zm0.052734 0.0332c-0.00534 0.01624-0.012259 0.03346-0.017578 0.04883 0.043156 0.02878 0.085256 0.05765 0.11133 0.06836-7.335e-4 -0.0092-0.00302-0.01807-0.00391-0.02734-0.00197-0.02059-0.00704-0.03997-0.00977-0.06055-0.00998-0.0082-0.013375-0.0178-0.025391-0.02539-0.00921-0.0058-0.017677-0.0029-0.03125-0.0098-0.00696 0.0019-0.016269 0.0039-0.023437 0.0059zm0.089844 0.08984c0.00546 0.02507 0.026277 0.02892 0.0625 0.01563-0.01169-0.02244-0.036145-0.04077-0.056641-0.06055-9.859e-4 0.01393-0.00804 0.0349-0.00586 0.04492zm-0.10742-0.04102c-0.00967-0.0064-0.021545-0.01658-0.033203-0.02539 1.23e-5 0.02263 1.118e-4 0.04089 0 0.07031 0.00379 0.0083 0.0084 0.01649 0.011719 0.02539 0.0075-0.02007 0.013945-0.04853 0.021484-0.07031zm0.24023 0c0.00139 0.01053-0.00109 0.02074 0 0.03125h0.00195c-0.00239-0.01199 0.00156-0.01517-0.00195-0.03125zm2.5098 0.20312c0.03726 0.10094 0.05302 0.15565 0.07031 0.21484h0.07031c-0.03966-0.07074-0.08137-0.14023-0.12109-0.21094-0.0068-4.84e-4 -0.01282-0.0033-0.01953-0.0039zm-2.7324 0.03516c2.447e-4 0.0014 0.00172 0.0026 0.00195 0.0039 0.028909 0.01506 0.057032 0.03183 0.085937 0.04687 9.416e-4 -0.0021 0.00292-0.0038 0.00391-0.0059-0.029956-0.01467-0.056451-0.02271-0.091797-0.04492zm1.0879 0.05859c-0.0039 0.03969-0.0017 0.08059-2e-3 0.12109h0.01172c-0.0018-0.04916-0.0034-0.10743-0.0078-0.12109zm-1.0078 0.01172c-0.022188 9.28e-4 -0.044226 0.0026-0.066406 0.0039 1.288e-4 0.01511 0.00632 0.03405 0.00391 0.04687 0.01844-0.01152 0.038873-0.01919 0.056641-0.03125 0.00204-0.0065 0.00347-0.01317 0.00586-0.01953zm-0.00586 0.01953c-0.00669 0.02149-0.01954 0.03954-0.023437 0.0625 0.010938-0.0078 0.030845-0.0118 0.037109-0.02148 0.00232-0.01402 2.855e-4 -0.03532 0.00195-0.05078-0.00499 0.0035-0.010568 0.0063-0.015625 0.0098zm-0.023437 0.0625c-0.015709 0.01123-0.036656 0.01886-0.056641 0.02734h0.048828c0.00302-9e-3 0.00617-0.01768 0.00781-0.02734zm-0.033203-0.03125c-0.022445 0.01402-0.045526 0.02626-0.068359 0.03906v0.019545h0.017578c0.023768-0.01319 0.045037-0.02813 0.050781-0.05859zm9.082 0.0098c-0.01281 0.01596-0.01365 0.03262-0.02148 0.04883h0.04687c-0.0039-0.01441-0.0089-0.02901-0.0098-0.04297-3e-3 -0.0021-0.0094-0.0035-0.01172-0.0059 2.45e-4 1.67e-4 -0.0018 1.06e-4 -0.0039 0zm-2.5977 2e-3c-0.0641 0.0064-0.12885 0.02154-0.20117 0.04687h0.375c-0.0028-0.01072-0.0029-0.03279-0.0039-0.04492-0.05866-4e-3 -0.1147-0.0074-0.16992-2e-3zm-6.1523 2e-3c0.0055 0.01463 0.00788 0.02949 0.013672 0.04492h0.072266c-0.00929-0.0077-0.036885-0.03884-0.044922-0.04492-0.011938-1.43e-4 -0.029493 6.07e-4 -0.041016 0zm4.7129 0c9.41e-4 0.01507 0.0051 0.02978 0.0039 0.04492h1.209c-0.03833-0.01463-0.07603-0.03018-0.11524-0.04297-0.02197-1e-3 -0.03379-1.03e-4 -0.05078 0-0.02643 1.6e-4 -0.16372 0.0019-0.1875 2e-3 -0.0353 1.21e-4 -0.07017 1.4e-5 -0.10547 0-0.15355-0.0022-0.28888-0.02755-0.39453 0.0059-0.12693 0.01283-0.24254 0.0072-0.35938-0.0098z" color="#eff0f1"/> + <path class="ColorScheme-Text" d="m9 9v12h12v-9.7188l-2.2812-2.2813h-8.7187zm1 1h2v4h6v-4h0.28125l1.7188 1.7188v8.2812h-1v-4h-8.0312v4h-0.96875zm3 0h1.9062v3h-1.9062zm-1 7h6v3h-6z" color="#eff0f1"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/configureImport.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path d="m11.625 1c-1.5173 0-2.7748 1.0699-3.0625 2.5h-7.5625v1.25h7.5625c0.28775 1.4301 1.5452 2.5 3.0625 2.5s2.7748-1.0699 3.0625-2.5h6.3125v-1.25h-6.3125c-0.28775-1.4301-1.5452-2.5-3.0625-2.5zm-7.5 13.75c-1.7313 0-3.125 1.3938-3.125 3.125s1.3937 3.125 3.125 3.125c1.5173 0 2.7748-1.0699 3.0625-2.5h1.0156v-0.33789c0-0.10424 3.386e-4 -0.16373 0.00391-0.2168-0.00167-6.4e-5 -0.00223 6.3e-5 -0.00391 0-0.021348-8e-4 -0.00311-0.04009 0-0.06445 2.83e-4 -0.0022 0-0.0039 0-0.0059v-0.49023c0-0.05132 0.012118-0.08917 0.017578-0.13477h-1.0332c-0.28775-1.4304-1.5452-2.5-3.0625-2.5zm0 1.25c1.0388 0 1.875 0.83625 1.875 1.875s-0.83625 1.875-1.875 1.875-1.875-0.83625-1.875-1.875 0.83625-1.875 1.875-1.875zm6.123 1.25 0.11328 0.16797c0.0052-0.05845 0.0091-0.11769 0.02148-0.16797zm1.2461 0c0.06067 0.0054 0.12062 0.02034 0.18164 0.01953 0.02216-2.93e-4 -0.04425 0.0018-0.06641 2e-3 -0.1241 0.0012-0.0033 0.06716 0.16797 0.14648-0.04667-0.05292-0.07773-0.10949-0.09375-0.16797zm-1.8984 2e-3c-0.00268 0.01191-0.00786 0.02576-0.00977 0.03516 0.00355-0.0054 0.00612-4e-3 0.00977-0.0098v-2e-3c-1.997e-4 -0.0078 1.919e-4 -0.01564 0-0.02344zm10.82 0.09375c-0.05645 0.02755-0.07149 0.05606-0.07031 0.08594 0.01412 0.0057 0.01554 0.0077 0.03125 0.01367 0.03246 0.02142 0.01318 0.0063 0.03125 0.01758 0.0026-7.56e-4 0.0052-0.0012 0.0078-2e-3zm-0.0078 0.11719c-0.01343 4e-3 -0.02592 0.01075-0.03906 0.01563 0.0035 0.0051 0.0073 0.01046 0.01172 0.01563 0.0117-0.0013 0.02343-0.0026 0.03516-0.0039v-0.02344c-0.0036-0.0022-0.0034-0.0012-0.0078-0.0039zm0.35156 0.02734c-0.02387 0.03178-0.04859 0.07815-0.07031 0.17578-0.01197 0.05382-0.06388 0.11504-0.03516 0.16211 0.07015 0.11498 0.13965 0.19571 0.20312 0.25977 0.0085-9.05e-4 0.01688-0.0031 0.02539-0.0039 0.0073-6.61e-4 -0.01129 0.01191-0.01367 0.01758 0.06374 0.06275 0.0919 0.076 0.13086 0.10156v-0.40625c-0.04056-0.09643-0.08555-0.21237-0.12305-0.26758-0.04042-0.0077-0.07835-0.02449-0.11719-0.03906zm-8.3184 0.19531c0.0081 0.19516 0.01154 0.19168 0.01758 0.30469l2e-3 2e-3c0.0052 8.4e-5 0.01043-9.3e-5 0.01562 0 0.0012-0.10564 0.0018-0.18077 0.0039-0.29883-0.0131-0.0021-0.02596-0.0056-0.03906-0.0078zm-3.3066 0.0059v0.07617c0.016438-9.65e-4 0.034849-0.0012 0.050781-2e-3 -0.011702-0.02615-0.023206-0.05342-0.037109-0.07422-0.00464 2.95e-4 -0.00905-1.81e-4 -0.013672 0zm-0.0019661 0.30851c2.996e-4 0.0127-4.41e-5 0.03228 0 0.04687 0.017797-0.0046 0.03657-0.0092 0.052734-0.01367 0.00146-0.0045 0.00244-0.0092 0.00391-0.01367-0.028108-0.013101-0.039019-0.013641-0.056644-0.01953zm0.052734 0.0332c-0.00534 0.01624-0.012259 0.03346-0.017578 0.04883 0.043156 0.02878 0.085256 0.05765 0.11133 0.06836-7.335e-4 -0.0092-0.00302-0.01807-0.00391-0.02734-0.00197-0.02059-0.00704-0.03997-0.00977-0.06055-0.00998-0.0082-0.013375-0.0178-0.025391-0.02539-0.00921-0.0058-0.017677-0.0029-0.03125-0.0098-0.00696 0.0019-0.016269 0.0039-0.023437 0.0059zm0.089844 0.08984c0.00546 0.02507 0.026277 0.02892 0.0625 0.01563-0.01169-0.02244-0.036145-0.04077-0.056641-0.06055-9.859e-4 0.01393-0.00804 0.0349-0.00586 0.04492zm-0.10742-0.04102c-0.00967-0.0064-0.021545-0.01658-0.033203-0.02539 1.23e-5 0.02263 1.118e-4 0.04089 0 0.07031 0.00379 0.0083 0.0084 0.01649 0.011719 0.02539 0.0075-0.02007 0.013945-0.04853 0.021484-0.07031zm0.24023 0c0.00139 0.01053-0.00109 0.02074 0 0.03125h0.00195c-0.00239-0.01199 0.00156-0.01517-0.00195-0.03125zm2.5098 0.20312c0.03726 0.10094 0.05302 0.15565 0.07031 0.21484h0.07031c-0.03966-0.07074-0.08137-0.14023-0.12109-0.21094-0.0068-4.84e-4 -0.01282-0.0033-0.01953-0.0039zm-2.7324 0.03516c2.447e-4 0.0014 0.00172 0.0026 0.00195 0.0039 0.028909 0.01506 0.057032 0.03183 0.085937 0.04687 9.416e-4 -0.0021 0.00292-0.0038 0.00391-0.0059-0.029956-0.01467-0.056451-0.02271-0.091797-0.04492zm1.0879 0.05859c-0.0039 0.03969-0.0017 0.08059-2e-3 0.12109h0.01172c-0.0018-0.04916-0.0034-0.10743-0.0078-0.12109zm-1.0078 0.01172c-0.022188 9.28e-4 -0.044226 0.0026-0.066406 0.0039 1.288e-4 0.01511 0.00632 0.03405 0.00391 0.04687 0.01844-0.01152 0.038873-0.01919 0.056641-0.03125 0.00204-0.0065 0.00347-0.01317 0.00586-0.01953zm-0.00586 0.01953c-0.00669 0.02149-0.01954 0.03954-0.023437 0.0625 0.010938-0.0078 0.030845-0.0118 0.037109-0.02148 0.00232-0.01402 2.855e-4 -0.03532 0.00195-0.05078-0.00499 0.0035-0.010568 0.0063-0.015625 0.0098zm-0.023437 0.0625c-0.015709 0.01123-0.036656 0.01886-0.056641 0.02734h0.048828c0.00302-9e-3 0.00617-0.01768 0.00781-0.02734zm-0.033203-0.03125c-0.022445 0.01402-0.045526 0.02626-0.068359 0.03906v0.019545h0.017578c0.023768-0.01319 0.045037-0.02813 0.050781-0.05859zm9.082 0.0098c-0.01281 0.01596-0.01365 0.03262-0.02148 0.04883h0.04687c-0.0039-0.01441-0.0089-0.02901-0.0098-0.04297-3e-3 -0.0021-0.0094-0.0035-0.01172-0.0059 2.45e-4 1.67e-4 -0.0018 1.06e-4 -0.0039 0zm-2.5977 2e-3c-0.0641 0.0064-0.12885 0.02154-0.20117 0.04687h0.375c-0.0028-0.01072-0.0029-0.03279-0.0039-0.04492-0.05866-4e-3 -0.1147-0.0074-0.16992-2e-3zm-6.1523 2e-3c0.0055 0.01463 0.00788 0.02949 0.013672 0.04492h0.072266c-0.00929-0.0077-0.036885-0.03884-0.044922-0.04492-0.011938-1.43e-4 -0.029493 6.07e-4 -0.041016 0zm4.7129 0c9.41e-4 0.01507 0.0051 0.02978 0.0039 0.04492h1.209c-0.03833-0.01463-0.07603-0.03018-0.11524-0.04297-0.02197-1e-3 -0.03379-1.03e-4 -0.05078 0-0.02643 1.6e-4 -0.16372 0.0019-0.1875 2e-3 -0.0353 1.21e-4 -0.07017 1.4e-5 -0.10547 0-0.15355-0.0022-0.28888-0.02755-0.39453 0.0059-0.12693 0.01283-0.24254 0.0072-0.35938-0.0098z" color="#eff0f1" fill="#232629"/> + <path class="ColorScheme-Text" d="m9 9v12h12v-10h-4.9922l-2-2-0.0078 0.00781v-0.00781h-4zm1 1h3.5918l1.002 1h-0.59375v0.0078l-0.0078-0.0078-2 2h-1.9922zm0 4h10v6h-10z" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/configureShortcuts.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + <g class="ColorScheme-Text" transform="matrix(1.1111 0 0 1.125 -1.2222 -1.375)" color="#eff0f1" fill="#232629"> + <path d="m13 3v2c0 0.554-0.446 1-1 1-1.108 0-2 0.892-2 2h-8v11h18v-11h-9c0-0.554 0.446-1 1-1 1.108 0 2-0.892 2-2v-2zm-10 6h16v1h-16zm0 2h16v7h-16z"/> + <path d="m4 12v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h2v-1zm-12 2v1h2v-1zm3 0v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h3v-1zm-11 2v1h2v-1zm3 0v1h8v-1zm9 0v1h2v-1z"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/configureViewProfiles.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path d="m11.625 1c-1.5173 0-2.7748 1.0699-3.0625 2.5h-7.5625v1.25h7.5625c0.28775 1.4301 1.5452 2.5 3.0625 2.5s2.7748-1.0699 3.0625-2.5h6.3125v-1.25h-6.3125c-0.28775-1.4301-1.5452-2.5-3.0625-2.5zm-7.5 13.75c-1.7313 0-3.125 1.3938-3.125 3.125s1.3937 3.125 3.125 3.125c1.5173 0 2.7748-1.0699 3.0625-2.5h1.0156v-0.33789c0-0.10424 3.386e-4 -0.16373 0.00391-0.2168-0.00167-6.4e-5 -0.00223 6.3e-5 -0.00391 0-0.021348-8e-4 -0.00311-0.04009 0-0.06445 2.83e-4 -0.0022 0-0.0039 0-0.0059v-0.49023c0-0.05132 0.012118-0.08917 0.017578-0.13477h-1.0332c-0.28775-1.4304-1.5452-2.5-3.0625-2.5zm0 1.25c1.0388 0 1.875 0.83625 1.875 1.875s-0.83625 1.875-1.875 1.875-1.875-0.83625-1.875-1.875 0.83625-1.875 1.875-1.875zm6.123 1.25 0.11328 0.16797c0.0052-0.05845 0.0091-0.11769 0.02148-0.16797zm1.2461 0c0.06067 0.0054 0.12062 0.02034 0.18164 0.01953 0.02216-2.93e-4 -0.04425 0.0018-0.06641 2e-3 -0.1241 0.0012-0.0033 0.06716 0.16797 0.14648-0.04667-0.05292-0.07773-0.10949-0.09375-0.16797zm-1.8984 2e-3c-0.00268 0.01191-0.00786 0.02576-0.00977 0.03516 0.00355-0.0054 0.00612-4e-3 0.00977-0.0098v-2e-3c-1.997e-4 -0.0078 1.919e-4 -0.01564 0-0.02344zm10.82 0.09375c-0.05645 0.02755-0.07149 0.05606-0.07031 0.08594 0.01412 0.0057 0.01554 0.0077 0.03125 0.01367 0.03246 0.02142 0.01318 0.0063 0.03125 0.01758 0.0026-7.56e-4 0.0052-0.0012 0.0078-2e-3zm-0.0078 0.11719c-0.01343 4e-3 -0.02592 0.01075-0.03906 0.01563 0.0035 0.0051 0.0073 0.01046 0.01172 0.01563 0.0117-0.0013 0.02343-0.0026 0.03516-0.0039v-0.02344c-0.0036-0.0022-0.0034-0.0012-0.0078-0.0039zm0.35156 0.02734c-0.02387 0.03178-0.04859 0.07815-0.07031 0.17578-0.01197 0.05382-0.06388 0.11504-0.03516 0.16211 0.07015 0.11498 0.13965 0.19571 0.20312 0.25977 0.0085-9.05e-4 0.01688-0.0031 0.02539-0.0039 0.0073-6.61e-4 -0.01129 0.01191-0.01367 0.01758 0.06374 0.06275 0.0919 0.076 0.13086 0.10156v-0.40625c-0.04056-0.09643-0.08555-0.21237-0.12305-0.26758-0.04042-0.0077-0.07835-0.02449-0.11719-0.03906zm-8.3184 0.19531c0.0081 0.19516 0.01154 0.19168 0.01758 0.30469l2e-3 2e-3c0.0052 8.4e-5 0.01043-9.3e-5 0.01562 0 0.0012-0.10564 0.0018-0.18077 0.0039-0.29883-0.0131-0.0021-0.02596-0.0056-0.03906-0.0078zm-3.3066 0.0059v0.07617c0.016438-9.65e-4 0.034849-0.0012 0.050781-2e-3 -0.011702-0.02615-0.023206-0.05342-0.037109-0.07422-0.00464 2.95e-4 -0.00905-1.81e-4 -0.013672 0zm-0.0019661 0.30851c2.996e-4 0.0127-4.41e-5 0.03228 0 0.04687 0.017797-0.0046 0.03657-0.0092 0.052734-0.01367 0.00146-0.0045 0.00244-0.0092 0.00391-0.01367-0.028108-0.013101-0.039019-0.013641-0.056644-0.01953zm0.052734 0.0332c-0.00534 0.01624-0.012259 0.03346-0.017578 0.04883 0.043156 0.02878 0.085256 0.05765 0.11133 0.06836-7.335e-4 -0.0092-0.00302-0.01807-0.00391-0.02734-0.00197-0.02059-0.00704-0.03997-0.00977-0.06055-0.00998-0.0082-0.013375-0.0178-0.025391-0.02539-0.00921-0.0058-0.017677-0.0029-0.03125-0.0098-0.00696 0.0019-0.016269 0.0039-0.023437 0.0059zm0.089844 0.08984c0.00546 0.02507 0.026277 0.02892 0.0625 0.01563-0.01169-0.02244-0.036145-0.04077-0.056641-0.06055-9.859e-4 0.01393-0.00804 0.0349-0.00586 0.04492zm-0.10742-0.04102c-0.00967-0.0064-0.021545-0.01658-0.033203-0.02539 1.23e-5 0.02263 1.118e-4 0.04089 0 0.07031 0.00379 0.0083 0.0084 0.01649 0.011719 0.02539 0.0075-0.02007 0.013945-0.04853 0.021484-0.07031zm0.24023 0c0.00139 0.01053-0.00109 0.02074 0 0.03125h0.00195c-0.00239-0.01199 0.00156-0.01517-0.00195-0.03125zm2.5098 0.20312c0.03726 0.10094 0.05302 0.15565 0.07031 0.21484h0.07031c-0.03966-0.07074-0.08137-0.14023-0.12109-0.21094-0.0068-4.84e-4 -0.01282-0.0033-0.01953-0.0039zm-2.7324 0.03516c2.447e-4 0.0014 0.00172 0.0026 0.00195 0.0039 0.028909 0.01506 0.057032 0.03183 0.085937 0.04687 9.416e-4 -0.0021 0.00292-0.0038 0.00391-0.0059-0.029956-0.01467-0.056451-0.02271-0.091797-0.04492zm1.0879 0.05859c-0.0039 0.03969-0.0017 0.08059-2e-3 0.12109h0.01172c-0.0018-0.04916-0.0034-0.10743-0.0078-0.12109zm-1.0078 0.01172c-0.022188 9.28e-4 -0.044226 0.0026-0.066406 0.0039 1.288e-4 0.01511 0.00632 0.03405 0.00391 0.04687 0.01844-0.01152 0.038873-0.01919 0.056641-0.03125 0.00204-0.0065 0.00347-0.01317 0.00586-0.01953zm-0.00586 0.01953c-0.00669 0.02149-0.01954 0.03954-0.023437 0.0625 0.010938-0.0078 0.030845-0.0118 0.037109-0.02148 0.00232-0.01402 2.855e-4 -0.03532 0.00195-0.05078-0.00499 0.0035-0.010568 0.0063-0.015625 0.0098zm-0.023437 0.0625c-0.015709 0.01123-0.036656 0.01886-0.056641 0.02734h0.048828c0.00302-9e-3 0.00617-0.01768 0.00781-0.02734zm-0.033203-0.03125c-0.022445 0.01402-0.045526 0.02626-0.068359 0.03906v0.019545h0.017578c0.023768-0.01319 0.045037-0.02813 0.050781-0.05859zm9.082 0.0098c-0.01281 0.01596-0.01365 0.03262-0.02148 0.04883h0.04687c-0.0039-0.01441-0.0089-0.02901-0.0098-0.04297-3e-3 -0.0021-0.0094-0.0035-0.01172-0.0059 2.45e-4 1.67e-4 -0.0018 1.06e-4 -0.0039 0zm-2.5977 2e-3c-0.0641 0.0064-0.12885 0.02154-0.20117 0.04687h0.375c-0.0028-0.01072-0.0029-0.03279-0.0039-0.04492-0.05866-4e-3 -0.1147-0.0074-0.16992-2e-3zm-6.1523 2e-3c0.0055 0.01463 0.00788 0.02949 0.013672 0.04492h0.072266c-0.00929-0.0077-0.036885-0.03884-0.044922-0.04492-0.011938-1.43e-4 -0.029493 6.07e-4 -0.041016 0zm4.7129 0c9.41e-4 0.01507 0.0051 0.02978 0.0039 0.04492h1.209c-0.03833-0.01463-0.07603-0.03018-0.11524-0.04297-0.02197-1e-3 -0.03379-1.03e-4 -0.05078 0-0.02643 1.6e-4 -0.16372 0.0019-0.1875 2e-3 -0.0353 1.21e-4 -0.07017 1.4e-5 -0.10547 0-0.15355-0.0022-0.28888-0.02755-0.39453 0.0059-0.12693 0.01283-0.24254 0.0072-0.35938-0.0098z" color="#eff0f1" fill="#232629"/> + <path class="ColorScheme-Text" d="m9 9v12h12v-12h-11zm1 3h10v8h-10zm1 1v6h2v-6zm3 1v1h5v-1zm0 3v1h5v-1z" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/continue.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m1 1v20h7.5v-1.25h-6.25v-13.75h17.5v6.25h1.25v-11.25h-20m15 12.5v2.5h-2.5v2.5h2.5v2.5l5-3.75-5-3.75" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/continueToCursor.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m14.75 1v1.25h2.5v17.5h-2.5v1.25h6.25v-1.25h-2.5v-17.5h2.5v-1.25h-6.25m-11.25 6.25v2.5h-2.5v2.5h2.5v2.5l5-3.75-5-3.75" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/cookie.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <linearGradient id="c" x1="6" x2="26" y1="6" y2="26" gradientTransform="matrix(.71428 0 0 .71429 -.42856 -.42857)" gradientUnits="userSpaceOnUse" xlink:href="#b"/> + <linearGradient id="b"> + <stop stop-color="#292c2f" offset="0"/> + <stop stop-opacity="0" offset="1"/> + </linearGradient> + <linearGradient id="d" x1="23" x2="30" y1="13" y2="20" gradientTransform="matrix(.71428 0 0 .71429 -.42856 -.42857)" gradientUnits="userSpaceOnUse" xlink:href="#b"/> + <linearGradient id="e" x1="2" x2="2" y1="30" y2="2" gradientTransform="matrix(.71428 0 0 .71429 -.42856 -.42857)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#a5a5a5" offset="0"/> + <stop stop-color="#f5f2f5" offset="1"/> + </linearGradient> + <linearGradient id="g" x2="0" y1="23" y2="9" gradientTransform="matrix(.71428 0 0 .71429 -.42856 -.42857)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#ffd42a" offset="0"/> + <stop stop-color="#ffdf62" offset="1"/> + </linearGradient> + <linearGradient id="f" x1="12" x2="25" y1="12" y2="25" gradientTransform="matrix(.71428 0 0 .71429 -.42856 -.42857)" gradientUnits="userSpaceOnUse" xlink:href="#b"/> + <rect x="1" y="1" width="20" height="20" rx="9.9999" fill="#4f575f" stroke-width=".71428"/> + <path d="m12.853 1.1771-2.125 0.27143-2.9536 1.7057-1.0728 1.8579s-1.4093 0.99286-1.6221 0.93571c-1.7978-0.020714-2.7636 0.475-3.2714 1.1057-0.215 0.50214-0.38357 1.0286-0.51428 1.5693-0.00429 0.54286 0.115 0.965 0.115 0.965 5.0428 4.5407 10.086 6.4979 15.13 9.745a9.9285 9.9286 0 0 0 0.91071-0.685l0.04929-0.04286c0.25714-0.22 0.50214-0.45429 0.73499-0.69929 0.05143-0.05429 0.1-0.11071 0.15-0.16571a9.9485 9.9486 0 0 0 1.2493-1.6964l0.03928-0.06428a9.9935 9.9936 0 0 0 1.3028-4.4871l0.0014-0.01429v-7.14e-4l-1.3028-5.4557a9.9642 9.9643 0 0 0-6.8214-4.845z" fill="url(#c)" fill-rule="evenodd" opacity=".2" stroke-width=".71428"/> + <path d="m20.294 7.3157-3.0764 4.7571 2.9428 2.9429a9.9978 9.9979 0 0 0 0.13357-7.7z" fill="url(#d)" fill-rule="evenodd" opacity=".2" stroke-width=".71428"/> + <path d="m11 1a9.9999 10 0 0 0-9.3278 6.4286h0.042142l2.1428-0.71429 1.4286 1.4286v-1.4286l1.4286-0.71429v-0.71429l1.4286-0.71429 1.4286-1.4286v0.71429l0.71428-0.71429-0.71428-0.71429h1.4286v0.71429l1.4286-0.71429-0.71428-0.71429v-0.67857a9.9999 10 0 0 0-0.71428-0.035714zm7.4107 3.3036-0.26786 0.26786v0.71429h1.0493a9.9999 10 0 0 0-0.78142-0.98214zm0.93999 1.2029-2.6364 2.6364-0.71428 2.1429v0.71429l1.4286 1.4286 1.4286 0.71429 1.9936-0.49143a9.9999 10 0 0 0 0.14928-1.6514 9.9999 10 0 0 0-1.6493-5.4936zm-16.922 3.3507-0.71428 0.71429h-0.59857c-0.035714 0.24286-0.062857 0.48643-0.080714 0.73071v0.0014l1.3936 0.69646 0.71428 0.71429 1.4286 0.71428 0.71428 0.71429-0.71428 0.71429v1.4286l0.71428 1.4286 1.4286 1.4286v1.8779a9.9999 10 0 0 0 4.2857 0.97929c0.12143-0.0021 0.24286-0.0064 0.36428-0.01286l0.35-0.70143v-0.71428l1.4286-0.71429 0.71428-0.71429v-1.4286l0.71428-0.71429v-0.71429l-0.71428-0.71428-2.1428-0.71429-1.4286-1.4286h-0.71428l-0.71428-0.71428-2.1428-0.71429-1.4286 0.71429h-1.4286v-1.4286h-0.71428v-1.4286z" fill="url(#e)" stroke-width=".71428"/> + <path d="m11.071 6-0.78571 0.71429v1.4286h-1.4286l-1.4286 1.4286v4.2857l6.6557 6.6557a9.9714 9.9714 0 0 0 6.3071-6.0929l-6.1057-6.1357-0.49428 0.45z" fill="url(#f)" fill-rule="evenodd" opacity=".2" stroke-width=".71428"/> + <path d="m11 6a1.4286 1.4286 0 0 0-1.4286 1.4286 1.4286 1.4286 0 0 0 0.022143 0.24143 4.2857 4.2857 0 0 0-2.8793 4.0443 4.2857 4.2857 0 0 0 4.2857 4.2857 4.2857 4.2857 0 0 0 4.2857-4.2857 4.2857 4.2857 0 0 0-0.81071-2.5014 0.71428 0.71429 0 0 0 0.096428-0.35571 0.71428 0.71429 0 0 0-0.71428-0.71429 0.71428 0.71429 0 0 0-0.35714 0.096429 4.2857 4.2857 0 0 0-1.0928-0.56786 1.4286 1.4286 0 0 0 0.021429-0.24286 1.4286 1.4286 0 0 0-1.4286-1.4286zm0 0.71429a0.71428 0.71429 0 0 1 0.71428 0.71429 0.71428 0.71429 0 0 1-0.0043 0.06 4.2857 4.2857 0 0 0-0.70998-0.06 4.2857 4.2857 0 0 0-0.71142 0.064286 0.71428 0.71429 0 0 1-0.0029-0.064286 0.71428 0.71429 0 0 1 0.71428-0.71429zm0 1.4286a3.5714 3.5714 0 0 1 0.315 0.015 3.5714 3.5714 0 0 1 0.04214 0.00286 3.5714 3.5714 0 0 1 0.09286 0.014286 3.5714 3.5714 0 0 1 0.22857 0.035714 3.5714 3.5714 0 0 1 0.09571 0.021429 3.5714 3.5714 0 0 1 0.26428 0.068571 3.5714 3.5714 0 0 1 0.07357 0.021429 3.5714 3.5714 0 0 1 0.0014 0 3.5714 3.5714 0 0 1 0.04428 0.017143 3.5714 3.5714 0 0 1 0.24428 0.095 3.5714 3.5714 0 0 1 0.095 0.042857 3.5714 3.5714 0 0 1 0.23428 0.11929 3.5714 3.5714 0 0 1 0.06286 0.035714 3.5714 3.5714 0 0 1 0.26071 0.16785 3.5714 3.5714 0 0 1 0.01 0.00571 3.5714 3.5714 0 0 1 0.04286 0.032143 3.5714 3.5714 0 0 1 0.035 0.025 3.5714 3.5714 0 0 1 0.70857 0.70857 3.5714 3.5714 0 0 1 0.0014 0.00286 3.5714 3.5714 0 0 1 0.19 0.27857 3.5714 3.5714 0 0 1 0.0093 0.014286 3.5714 3.5714 0 0 1 0.0057 0.011429 3.5714 3.5714 0 0 1 0.16071 0.29714 3.5714 3.5714 0 0 1 0.0029 5e-3 3.5714 3.5714 0 0 1 0.0029 0.0057 3.5714 3.5714 0 0 1 0.125 0.30143 3.5714 3.5714 0 0 1 0.01572 0.04214 3.5714 3.5714 0 0 1 0.08571 0.27714 3.5714 3.5714 0 0 1 0.02143 0.08786 3.5714 3.5714 0 0 1 0.04643 0.23071 3.5714 3.5714 0 0 1 0.02214 0.14286 3.5714 3.5714 0 0 1 0.01786 0.2 3.5714 3.5714 0 0 1 0.01286 0.24572 3.5714 3.5714 0 0 1-0.015 0.315 3.5714 3.5714 0 0 1-0.01857 0.15 3.5714 3.5714 0 0 1-0.03071 0.19643 3.5714 3.5714 0 0 1-0.03786 0.16857 3.5714 3.5714 0 0 1-0.04286 0.17286 3.5714 3.5714 0 0 1-0.06 0.17857 3.5714 3.5714 0 0 1-0.05714 0.15786 3.5714 3.5714 0 0 1-0.08571 0.18714 3.5714 3.5714 0 0 1-0.06071 0.12643 3.5714 3.5714 0 0 1-0.10357 0.18143 3.5714 3.5714 0 0 1-0.08214 0.13429 3.5714 3.5714 0 0 1-0.11286 0.15714 3.5714 3.5714 0 0 1-0.09786 0.12857 3.5714 3.5714 0 0 1-0.12428 0.14286 3.5714 3.5714 0 0 1-0.11857 0.12643 3.5714 3.5714 0 0 1-0.12714 0.11857 3.5714 3.5714 0 0 1-0.14214 0.12428 3.5714 3.5714 0 0 1-0.12857 0.09786 3.5714 3.5714 0 0 1-0.15714 0.11286 3.5714 3.5714 0 0 1-0.13428 0.08214 3.5714 3.5714 0 0 1-0.18143 0.10357 3.5714 3.5714 0 0 1-0.12643 0.06143 3.5714 3.5714 0 0 1-0.18714 0.085 3.5714 3.5714 0 0 1-0.15714 0.05714 3.5714 3.5714 0 0 1-0.17857 0.06 3.5714 3.5714 0 0 1-0.17357 0.04286 3.5714 3.5714 0 0 1-0.16857 0.03786 3.5714 3.5714 0 0 1-0.19714 0.03071 3.5714 3.5714 0 0 1-0.14928 0.01857 3.5714 3.5714 0 0 1-0.31504 0.015 3.5714 3.5714 0 0 1-0.315-0.015 3.5714 3.5714 0 0 1-0.15-0.01857 3.5714 3.5714 0 0 1-0.19643-0.03071 3.5714 3.5714 0 0 1-0.16857-0.03786 3.5714 3.5714 0 0 1-0.17286-0.04286 3.5714 3.5714 0 0 1-0.17857-0.06 3.5714 3.5714 0 0 1-0.15786-0.05714 3.5714 3.5714 0 0 1-0.18714-0.0857 3.5714 3.5714 0 0 1-0.12643-0.060716 3.5714 3.5714 0 0 1-0.18143-0.10357 3.5714 3.5714 0 0 1-0.13428-0.082142 3.5714 3.5714 0 0 1-0.15714-0.11286 3.5714 3.5714 0 0 1-0.12857-0.097857 3.5714 3.5714 0 0 1-0.14286-0.12428 3.5714 3.5714 0 0 1-0.12643-0.11857 3.5714 3.5714 0 0 1-0.11857-0.12714 3.5714 3.5714 0 0 1-0.12428-0.14214 3.5714 3.5714 0 0 1-0.097856-0.12857 3.5714 3.5714 0 0 1-0.11286-0.15714 3.5714 3.5714 0 0 1-0.082142-0.13429 3.5714 3.5714 0 0 1-0.10357-0.18143 3.5714 3.5714 0 0 1-0.061428-0.12643 3.5714 3.5714 0 0 1-0.084999-0.18714 3.5714 3.5714 0 0 1-0.057142-0.15714 3.5714 3.5714 0 0 1-0.059999-0.17857 3.5714 3.5714 0 0 1-0.042857-0.17357 3.5714 3.5714 0 0 1-0.037857-0.16857 3.5714 3.5714 0 0 1-0.030714-0.19714 3.5714 3.5714 0 0 1-0.018571-0.14928 3.5714 3.5714 0 0 1-0.015-0.315 3.5714 3.5714 0 0 1 0.015-0.315 3.5714 3.5714 0 0 1 0.017143-0.13572 3.5714 3.5714 0 0 1 0.035714-0.22714 3.5714 3.5714 0 0 1 0.022857-0.10357 3.5714 3.5714 0 0 1 0.062857-0.24429 3.5714 3.5714 0 0 1 0.033571-0.10143 3.5714 3.5714 0 0 1 0.083571-0.23 3.5714 3.5714 0 0 1 0.051428-0.11429 3.5714 3.5714 0 0 1 0.10357-0.21071 3.5714 3.5714 0 0 1 0.048571-0.087143 3.5714 3.5714 0 0 1 0.13928-0.22714 3.5714 3.5714 0 0 1 0.045-0.061428 3.5714 3.5714 0 0 1 0.17571-0.23 3.5714 3.5714 0 0 1 0.027857-0.032143 3.5714 3.5714 0 0 1 0.22428-0.24 3.5714 3.5714 0 0 1 0.26428-0.23143 3.5714 3.5714 0 0 1 0.016428-0.014286 3.5714 3.5714 0 0 1 0.26928-0.19071 3.5714 3.5714 0 0 1 0.029286-0.018571 3.5714 3.5714 0 0 1 0.29-0.16571 3.5714 3.5714 0 0 1 0.325-0.145 3.5714 3.5714 0 0 1 0.80071-0.20786 3.5714 3.5714 0 0 1 0.01857-0.00286 3.5714 3.5714 0 0 1 0.015-0.00143 3.5714 3.5714 0 0 1 0.265-0.023571 3.5714 3.5714 0 0 1 0.08143-0.00571 3.5714 3.5714 0 0 1 0.11-0.00429zm0 0.71429v2.1429a0.71428 0.71429 0 0 1 0.71428 0.71429h2.1428a2.8571 2.8571 0 0 0-0.01286-0.24143 2.8571 2.8571 0 0 0-0.01786-0.15 2.8571 2.8571 0 0 0-0.01929-0.13286 2.8571 2.8571 0 0 0-0.03643-0.15929 2.8571 2.8571 0 0 0-0.02857-0.11 2.8571 2.8571 0 0 0-0.05-0.15357 2.8571 2.8571 0 0 0-0.04713-0.12857 2.8571 2.8571 0 0 0-0.05571-0.12428 2.8571 2.8571 0 0 0-0.06428-0.13214 2.8571 2.8571 0 0 0-0.06714-0.11714 2.8571 2.8571 0 0 0-0.08214-0.13429 2.8571 2.8571 0 0 0-0.06929-0.09643 2.8571 2.8571 0 0 0-0.10072-0.13214 2.8571 2.8571 0 0 0-0.080714-0.092143 2.8571 2.8571 0 0 0-0.10643-0.11429 2.8571 2.8571 0 0 0-0.11428-0.10643 2.8571 2.8571 0 0 0-0.09214-0.080714 2.8571 2.8571 0 0 0-0.13214-0.1 2.8571 2.8571 0 0 0-0.09643-0.07 2.8571 2.8571 0 0 0-0.13429-0.082143 2.8571 2.8571 0 0 0-0.11714-0.067143 2.8571 2.8571 0 0 0-0.13214-0.064286 2.8571 2.8571 0 0 0-0.12428-0.055714 2.8571 2.8571 0 0 0-0.12857-0.047857 2.8571 2.8571 0 0 0-0.15357-0.05 2.8571 2.8571 0 0 0-0.11-0.027857 2.8571 2.8571 0 0 0-0.15928-0.035714 2.8571 2.8571 0 0 0-0.13214-0.02 2.8571 2.8571 0 0 0-0.15071-0.017858 2.8571 2.8571 0 0 0-0.24143-0.012857z" fill="url(#g)" stroke-width=".71428"/> + <path d="m20.985 10.581a9.9999 10 0 0 1-9.9849 9.7043 9.9999 10 0 0 1-9.9849-9.5814 9.9999 10 0 0 0-0.015 0.29571 9.9999 10 0 0 0 9.9999 10 9.9999 10 0 0 0 9.9999-10 9.9999 10 0 0 0-0.015-0.41857z" fill="#292c2f" opacity=".3" stroke-width=".71428"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/cooperation.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m1 2v12.857l3.75 5.1429-2.5e-5 -3.8571 2.5e-5 -1.2857h16.25v-12.857zm1.25 1.2857h17.5v10.286h-17.5z" color="#eff0f1" fill="#232629"/> + <path class="ColorScheme-Text" d="m13 5-6 1.709v3.082l0.5 0.14258v1.2168l3 0.84961v-1.2119l2.5 0.71191v-5.9785zm2.0146 0.21387-0.38574 0.31543c0.56863 0.88612 0.87096 1.9169 0.87109 2.9697-2e-3 1.0519-0.30571 2.0812-0.875 2.9658l0.3916 0.32129c0.64078-0.97662 0.98255-2.119 0.9834-3.2871-2e-3 -1.1676-0.34425-2.3093-0.98535-3.2852zm-2.5146 0.4502v5.1719l-5-1.4238v-2.3242zm1.3447 0.50781-0.39062 0.31934c0.3559 0.6094 0.54423 1.3021 0.5459 2.0078-1e-3 0.70595-0.1892 1.399-0.54492 2.0088l0.39062 0.32031c0.42662-0.70208 0.65289-1.5076 0.6543-2.3291-2e-3 -0.82096-0.22866-1.6257-0.65527-2.3271zm-7.3447 0.67969-0.5 0.14258v2.5118l0.5 0.14258v-2.6485zm1.5 3.2246 2 0.56934v0.71289l-2-0.56641z" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/cooperation48.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="48" height="48" version="1.1" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m2 4v28.571l8.2501 11.429-5.5e-5 -8.5714 5.5e-5 -2.8571h35.75v-28.571zm2.75 2.8571h38.5v22.857h-38.5z" color="#eff0f1" fill="#232629"/> + <path class="ColorScheme-Text" d="m28.4 10.667-13.2 3.7977v6.849l1.1 0.31684v2.704l6.6 1.888v-2.6931l5.5 1.582v-13.286zm4.4322 0.47526-0.84863 0.70096c1.251 1.9692 1.9161 4.2597 1.9164 6.5994-0.0044 2.3376-0.67256 4.625-1.925 6.5907l0.86152 0.71398c1.4097-2.1703 2.1616-4.709 2.1635-7.3047-0.0044-2.5947-0.75735-5.1318-2.1678-7.3004zm-5.5322 1.0004v11.493l-11-3.1641v-5.1649zm2.9584 1.1285-0.85938 0.70964c0.78297 1.3542 1.1973 2.8936 1.201 4.4618-0.0022 1.5688-0.41624 3.1089-1.1988 4.464l0.85938 0.71181c0.93855-1.5602 1.4364-3.3502 1.4395-5.1758-0.0044-1.8244-0.50305-3.6127-1.4416-5.1714zm-16.158 1.5104-1.1 0.31684v5.5817l1.1 0.31684v-5.8855zm3.3 7.1658 4.4 1.2652v1.5842l-4.4-1.2587z" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/corba48.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="48" height="48" version="1.1" viewBox="0 0 12.7 12.7" xmlns="http://www.w3.org/2000/svg"> + <g transform="translate(0 -284.3)" fill="none"> + <circle cx="6.35" cy="290.65" r="3.2684" stroke="#232629" stroke-width="1.4008"/> + <g transform="translate(-.015694 .025466)" stroke="#da4453"> + <rect x="4.259" y="290.41" width="5.9853" height=".43437" stroke-width=".8885"/> + <path transform="matrix(.99914 0 0 1.0004 .0035576 -.13862)" d="m11.471 290.65-0.86826 0.50129v-1.0026z" stroke-width=".94873"/> + <path transform="matrix(-.99914 0 0 1.0004 12.729 -.13862)" d="m11.471 290.65-0.86826 0.50129v-1.0026z" stroke-width=".94873"/> + </g> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/coverageProject.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path d="m3.5 1v2.5h-2.5v3.75h2.5v7.5h-2.5v3.75h2.5v2.5h7.7051c2.3e-5 -0.0207 8.6e-5 -0.04136 0-0.0625-5.8e-4 -0.01466-3.96e-4 -0.02022 0-0.0293-0.0084-0.01677-6.5e-5 -0.03318-2e-3 -0.05078v-2e-3 -2e-3c-0.0023-0.03103-0.0019-0.06003 0.01953-0.08594 0.0029-0.03782 0.0027-0.07654 0.02149-0.10938-9.5e-5 -0.01484-0.0029-0.03037 0-0.04492 0.0019-0.0095 0.0209-0.01883 0.02734-0.0293v-0.41212c0-0.0081-0.0013-0.07794 0-0.07813 0.0127-0.0018 0.0095-6.7e-5 0.02149-2e-3 -0.0032-0.0037-0.02149-7.09e-4 -0.02149-0.0059v-0.0059c-0.04376-0.01284-0.05153-0.02173 0-0.02148v-0.30836h-6.5214v-13.75h15v4.6621c0.02702-0.0089 0.05747-0.0055 0.08594-0.0078 0.0078 0.0014 0.01564-0.0011 0.02344 0 0.02493-0.01215 0.04362-0.0156 0.05078-0.01953 0.01348-0.0027 0.02742-0.0058 0.04102-0.0078 0.01866-0.0028 0.03785-0.0042 0.05664-0.0059 0.07299 5e-3 0.0765 5.38e-4 0.14648 0.02734 0.0092 0.0035 0.01284 0.0089 0.02539 0.01367h2e-3c0.0046 1.6e-5 0.0091 4e-6 0.01367 0 0.05806-1.7e-4 0.11577-6e-5 0.17383 0 0.04153 1e-5 0.08348-1e-6 0.125 0 0.04338 3e-6 0.08748 0 0.13086 0 0.01107 0 0.0149 0.0078 0.02148 0.0078 0.03937-0.02215 0.08282-0.04067 0.10352-0.04492 0.046-0.0095 0.07921-0.0013 0.12305 0.0039 0.05792 0.0068 0.07686 0.02731 0.08203 0.05274 0.02326 0.0022 0.02905 0.016 0.04492 0.02344v-9.705zm1.25 1.25h15v2.5h-15v-1.25zm15.949 8.4297c-0.0041-1e-4 -0.0077 0.0032-0.01172 0.0039 0.0054 0.0017 0.02919 0.0082 0.03906 0.01367 8.87e-4 4.86e-4 0.0029-5.26e-4 0.0039 0 0.0014-2e-4 0.0063-0.0017 0.0078-2e-3 -0.02008-0.0099-0.02494-0.01528-0.03906-0.01562zm-0.88867 0.31836c-0.0155 0.0092-0.04305 0.01028-0.06055 0.01563v0.01563c0.0084 9.27e-4 0.01567 7.57e-4 0.02148 2e-3 7e-3 -0.01091 0.03054-0.02094 0.04102-0.03125-8.02e-4 -4.2e-4 -8.92e-4 -0.0017-2e-3 -2e-3zm-0.05469 0.05859c-0.0018 0.0014-0.0041 0.0024-0.0059 0.0039v0.01758c0.0013-0.0012 0.0025-0.0027 0.0039-0.0039 0.0014-0.0051 4.6e-5 -0.01269 2e-3 -0.01758zm0.5625 0.03516c6.92e-4 2e-3 0.0013 0.0039 2e-3 0.0059 0.0077 4e-3 0.01826 2e-3 0.02539 0.0059 0.0087 0.0047-0.01836-0.0075-0.02734-0.01172zm-0.35938 0.0332c-0.0021 0.0064-0.0059 0.01102-0.0078 0.01758 0.02828 0.01697 0.04768 0.02954 0.07031 0.04492 0.0056-0.0085 0.0098-0.01262 0.01953-0.02539-0.07713-0.03698-0.0621-0.02856-0.08203-0.03711zm0.82031 0.04297c-0.0017 0.0053-0.0042 0.01034-0.0059 0.01563 2e-3 0.0063 5.62e-4 0.03148 0 0.04101 0.0068 0.01384 0.01477 0.03523 0.01562 0.02539 0.0049-0.05576-0.0018-0.04984-0.0039-0.07617-0.0041-0.0036-0.0015-0.0019-0.0059-0.0059zm0.06055 0.07422c0.0013-0.01789 2.2e-4 4.21e-4 -0.03711 0.01367-0.0041 0.0015-0.0059 6.12e-4 -0.0098 2e-3 0.02908 0.01714 0.07394 0.03724 0.08984 0.05274 0.0039-0.01376-0.01069-0.05458-0.01953-0.06445-0.01035-0.0029-0.03723-0.0033-0.02344-0.0039zm-0.07227 0.01953c-0.0022 0.01403-0.0074 0.04639-0.01172 0.06641 0.0037 0.0021 0.0062 0.0055 0.0098 0.0078 3.78e-4 -0.01633 8.42e-4 -0.0325 2e-3 -0.04883 8.67e-4 -0.0375 1.22e-4 -0.0294 0-0.02539zm-0.81641 8.2285c-0.01771 4.4e-5 -0.02425 3e-3 -0.03125 0.0039 0.0075 0.0031 0.02334 0.0028 0.03516 0.0078 0.01549-0.0074 0.1002-0.0076 0.11523-0.0078-0.01433-1.7e-4 -0.02882-5.02e-4 -0.04297 0-0.0073 5e-4 -0.04196-0.0041-0.07617-0.0039zm-8.2852 0.25977c0.0022 0.0032 0.0055 0.0099 0.0078 0.01367 0.0015-0.0045 0.0025-0.0092 0.0039-0.01367zm6.9453 0.01367c-0.0123 7.39e-4 -0.02482 6.43e-4 -0.03711 2e-3 -0.0069 0.06372 0.01415 0.03546 0.03711-2e-3zm0.45117 0c0.01141 0.0071 0.02306 0.01374 0.03516 0.01953 0.01024 0.0049-0.01477-0.01412-0.0098-0.01563 0.01107-0.0032 0.02175-6.12e-4 0.0332-2e-3 0.0044 5.09e-4 0.0057-0.0022 0.0098-2e-3 -0.02144 0.0015-0.04307-0.0027-0.06445 0-0.0019 2.69e-4 -0.0021-2.63e-4 -0.0039 0zm1.8887 0.32227c0.0041 0.01358 0.0075 0.02745 0.01172 0.04102 0.0035-3.69e-4 0.0097-0.0036 0.01367-0.0039-0.0089-8e-3 0.02112 0.02346-0.01758-0.01953-0.0045-5e-3 -0.0036-0.01252-0.0078-0.01758zm-5.2695 0.02734c-0.05479 8e-5 -0.15339 0.0013-0.17969 0.0039-0.0373 0.0037-0.07461 0.01171-0.11133 0.01953 0.09709-0.0061 0.19397-0.0095 0.29102-0.01563 2.63e-4 -0.0036-2.32e-4 -0.0043 0-0.0078zm-4.0801 0.20312v0.02344c0.0053 0.0051 0.0098 0.01109 0.01563 0.01563 0.0081 0.0064 0.0354 0.01799 0.0293 0.0098-0.02609-0.03563-0.0273-0.0292-0.04492-0.04883zm4.668 0.0039c-6e-3 0.0026-0.01671 0.0028-0.04883 0.01758 0.0065-0.0025 0.01267-9.67e-4 0.01953-0.0039 0.0099-0.0043 0.01957-9e-3 0.0293-0.01367z" color="#eff0f1" fill="#232629"/> + <g transform="matrix(1.8887 0 0 1.8912 10.565 -540.24)"> + <circle cx="2.9104" cy="294.09" r="2.4967" fill="#09f" stroke="#009aff" stroke-width=".29819"/> + <text transform="scale(1.2383 .80759)" x="1.5444657" y="366.45264" fill="#fafafa" font-family="sans-serif" font-size="6.2235px" letter-spacing="0px" stroke-width=".15559" word-spacing="0px" style="line-height:1.25" xml:space="preserve"><tspan x="1.5444657" y="366.45264" fill="#fafafa" stroke-width=".15559">i</tspan></text> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/coverageScript.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg"> + <path d="m9.3333 1c-1.8467 0-3.3333 1.4867-3.3333 3.3333h5v1.6667h-6.6667c-1.8467 0-3.3333 1.4867-3.3333 3.3333v3.3333c0 1.8467 1.4867 3.3333 3.3333 3.3333v-1.6667c0-1.4812 0.64983-2.7937 1.6667-3.7077 0.00113-1e-3 0.00211-0.0023 0.00325-0.0032 0.22024-0.19762 0.45764-0.37623 0.70964-0.53385 0.00205-0.0013 0.00445-2e-3 0.00651-0.0033 0.24818-0.15476 0.50993-0.28704 0.7845-0.39715 0.049445-0.0194 0.10278-0.030962 0.15299-0.048825 0.23327-0.084875 0.47095-0.16243 0.71941-0.21159 0.31035-0.05985 0.6287-0.0944 0.95703-0.0944h6.6667v-5c0-1.8467-1.4866-3.3333-3.3333-3.3333zm0 0.83333c0.46167 0 0.83333 0.37167 0.83333 0.83333s-0.37167 0.83333-0.83333 0.83333-0.83333-0.37167-0.83333-0.83333 0.37167-0.83333 0.83333-0.83333zm8.3333 4.1667v1.6667c0 1.4812-0.65308 2.7969-1.6699 3.7109-0.22024 0.19763-0.45764 0.37622-0.70964 0.53385-2e-3 0.0013-0.0045 2e-3 -0.0065 0.0033-0.24818 0.15475-0.50993 0.28703-0.7845 0.39714-0.04945 0.0194-0.10279 0.03098-0.153 0.04883-0.23328 0.08488-0.47096 0.16244-0.71941 0.21159-0.31035 0.05985-0.6287 0.0944-0.95703 0.0944h-6.6667v5c0 1.8466 1.4866 3.3333 3.3333 3.3333h3.3333c1.8467 5e-6 3.3333-1.4867 3.3333-3.3333h-5v-1.6667h6.6667c1.8467 0 3.3333-1.4867 3.3333-3.3333v-3.3333c0-1.8467-1.4867-3.3333-3.3333-3.3333zm-5 12.5c0.46167 0 0.83333 0.37167 0.83333 0.83333 0 0.46167-0.37167 0.83333-0.83333 0.83333-0.46167 0-0.83333-0.37167-0.83333-0.83333 0-0.46167 0.37167-0.83333 0.83333-0.83333z" fill="#f59e16" stroke-width="1.6667"/> + <path d="m3.6449 15.905c-1.0799-0.23814-1.9515-0.96024-2.3667-1.9609-0.23798-0.57353-0.2435-0.6405-0.2435-2.9573 0-2.4426-4.382e-4 -2.4387 0.35679-3.1674 0.15485-0.31587 0.27272-0.47309 0.59404-0.79237 0.61042-0.60654 1.1535-0.87745 1.9611-0.97826 0.24461-0.030533 1.6685-0.0493 3.7405-0.0493h3.3455v-1.678h-5.025l0.020892-0.19809c0.043445-0.41194 0.12282-0.76663 0.2315-1.0344 0.28459-0.70131 0.91079-1.3795 1.5731-1.7036 0.70139-0.34329 0.70088-0.34322 2.9604-0.36191 1.3056-0.010799 2.1368 0.00118 2.3472 0.033828 0.74508 0.1156 1.36 0.42821 1.8771 0.95435 0.38217 0.3888 0.62886 0.78959 0.80494 1.3078l0.12671 0.37288 0.02794 5.6165-3.4628 2.797e-4c-3.7992 2.8e-4 -3.9821 0.010868-4.7579 0.27498-1.6385 0.55781-2.833 1.853-3.3061 3.5847-0.084508 0.30932-0.10069 0.52546-0.11839 1.5818l-0.020511 1.2235-0.19356-0.0037c-0.10646-2e-3 -0.31941-0.03146-0.47322-0.06537zm5.9786-12.448c0.23032-0.096235 0.37788-0.23824 0.48202-0.46388 0.10874-0.23561 0.10887-0.41585 4.85e-4 -0.65447-0.22285-0.4906-0.79509-0.6686-1.2228-0.38036-0.57245 0.38577-0.50672 1.1986 0.11993 1.4832 0.23169 0.10524 0.39574 0.10933 0.62037 0.015472z" fill="#59f" stroke="#59f" stroke-width=".18644"/> + <path d="m3.8769 16.021c-1.2932-0.19009-2.3276-1.0581-2.7783-2.3311-0.10462-0.29556-0.10766-0.35367-0.12435-2.3767-0.02134-2.5866-0.0035742-2.7756 0.32413-3.4486 0.20725-0.42558 0.2898-0.53952 0.64158-0.88559 0.46207-0.45457 0.84593-0.697 1.3787-0.87072 0.35486-0.11571 0.44157-0.12338 1.7945-0.15867 0.78189-0.020394 2.4127-0.038555 3.6239-0.040356l2.2023-0.00327v-1.4915h-5.017l0.039441-0.33792c0.082337-0.70546 0.25768-1.1849 0.61798-1.6898 0.42952-0.60191 1.1146-1.096 1.8194-1.3123 0.25572-0.078458 0.47917-0.085803 2.6102-0.085803h2.3305l0.37288 0.12699c0.53022 0.18057 0.9215 0.42591 1.3262 0.83156 0.39706 0.398 0.6012 0.71448 0.81882 1.2694l0.14988 0.38221 0.05924 5.803h-3.4512c-2.1311 0-3.6243 0.01902-3.9038 0.049728-1.8332 0.20141-3.4435 1.5466-4.0833 3.4109-0.16642 0.48492-0.2114 0.87998-0.21359 1.8762-0.00101 0.46144-0.015071 0.9491-0.031236 1.0837-0.032921 0.27408-0.022253 0.2699-0.50691 0.19866zm5.8238-12.697c0.22793-0.13357 0.39978-0.41605 0.39978-0.65711 0-0.38236-0.38671-0.76907-0.76907-0.76907-0.37964 0-0.76907 0.38942-0.76907 0.76907 0 0.22876 0.1764 0.52469 0.38858 0.65187 0.25028 0.15002 0.49975 0.15176 0.74977 0.00524z" fill="#59f" stroke="#59f" stroke-width=".18644"/> + <path d="m8.4791 20.868c-1.1305-0.3003-2.0097-1.1819-2.3497-2.3563-0.10661-0.36823-0.10735-0.38954-0.10735-3.0975v-2.7267l3.7521-0.0245c4.0868-0.02668 3.7551-0.0052 4.6099-0.299 0.68486-0.23541 1.3543-0.67684 1.9039-1.2554 0.75974-0.7998 1.219-1.7686 1.3618-2.8724 0.02487-0.19227 0.04587-0.77332 0.04666-1.2912l0.0014-0.94166 0.2447 0.025284c1.4235 0.14709 2.5831 1.1278 2.928 2.4764 0.0826 0.32295 0.09004 0.52992 0.09004 2.5022 0 2.3009-0.0047 2.3571-0.24808 2.9596-0.38832 0.96139-1.3874 1.7661-2.4289 1.9562-0.18272 0.03336-1.4679 0.0505-3.7871 0.0505h-3.5105v1.7246h4.9873v0.15458c0 0.69752-0.41873 1.6179-0.98356 2.1619-0.43106 0.41516-0.71671 0.5953-1.2587 0.79375l-0.34464 0.1262-2.2839 0.0118c-2.1321 0.01102-2.3065 0.0058-2.6234-0.07838zm4.5484-0.76527c0.14329-0.07486 0.34581-0.28173 0.42313-0.43224 0.07192-0.13999 0.06565-0.49923-0.01187-0.68041-0.23374-0.54628-0.98118-0.67393-1.3894-0.23729-0.15562 0.16644-0.22436 0.34315-0.22436 0.57672 0 0.33492 0.19378 0.64097 0.48941 0.77292 0.18463 0.08241 0.55566 0.08257 0.71312 3.26e-4z" fill="#fc0" stroke="#fc0" stroke-width=".18644"/> + <g transform="matrix(1.8887 0 0 1.8912 10.5 -540.19)"> + <circle cx="2.9104" cy="294.09" r="2.4967" fill="#09f" stroke="#009aff" stroke-width=".29819"/> + <text transform="scale(1.2383 .80759)" x="1.5444657" y="366.45264" fill="#fafafa" font-family="sans-serif" font-size="6.2235px" letter-spacing="0px" stroke-width=".15559" word-spacing="0px" style="line-height:1.25" xml:space="preserve"><tspan x="1.5444657" y="366.45264" fill="#fafafa" stroke-width=".15559">i</tspan></text> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/currentLineMarker.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg"> + <g transform="translate(0 -291.18)"> + <path transform="matrix(.59533 .11776 -.068135 .73962 21.832 78.034)" d="m4.2262 291.69-5.065 3.7261-0.69439-6.2495z" fill="#008000" stroke="#006700" stroke-width=".48653"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/databaseConnection.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg"> + <g transform="translate(-326 -534.36)"> + <rect x="273.38" y="518.48" width="0" height="14.668" fill="#8e44ad"/> + <rect x="280.34" y="541.05" width="0" height="14.668" fill="#8e44ad"/> + <rect x="282.16" y="539.99" width="0" height="14.668" fill="#8e44ad"/> + <g transform="matrix(1.25 0 0 1.25 -84.25 -136.34)" fill="#232629"> + <rect x="273.38" y="518.48" width="0" height="14.668"/> + <rect x="280.34" y="541.05" width="0" height="14.668"/> + <rect x="282.16" y="539.99" width="0" height="14.668"/> + <path transform="translate(326 534.36)" d="m11 3a8 3 0 0 0-8 3v5a8 3 0 0 0 7 2.9727v2.0273h-3v-1h-4v4h4v-1h8v1h4v-4h-4v1h-3v-2.0273a8 3 0 0 0 7-2.9727v-5a8 3 0 0 0-8-3zm0 1a7 2 0 0 1 7 2 7 2 0 0 1-7 2 7 2 0 0 1-7-2 7 2 0 0 1 7-2zm7 3.4453v3.5547a7 2 0 0 1-7 2 7 2 0 0 1-7-2v-3.5488a8 3 0 0 0 7 1.5488 8 3 0 0 0 7-1.5547zm-14 8.5547h2v2h-2zm12 0h2v2h-2z" stroke-width="2"/> + </g> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/debug48.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="48" height="48" version="1.1" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg"> + <path d="m3.02 40.502-0.00271-0.04081c8.7e-4 0.01361 0.00178 0.02722 0.00271 0.04081z" fill="#c5c5c5"/> + <g transform="matrix(3.3046 0 0 3.3704 -2.3046 -111.41)" fill="#232628"> + <path d="m7.2577 40.905-1.7701-1.7791 0.59162-0.59161 1.8718 1.8812 1.8451-1.8451 0.59165 0.5916-1.77 1.77 1.7701 1.7791-0.59161 0.5916-1.8717-1.8813-1.8451 1.8451-0.59161-0.5916z"/> + <path d="m10.878 36.27v0.58167h0.7849l1.6579-1.6579 0.5916 0.59161-1.5698 1.5698 0.0189 0.04949c0.3304 0.86212 0.5165 1.8351 0.5165 2.8653 0 0.1957-0.0067 0.38933-0.0199 0.58053l-3e-3 0.04364h2.0654v0.83666h-2.1705l-0.0061 0.03349c-0.1764 0.96445-0.5195 1.8438-0.9869 2.5838l-0.0347 0.0551 1.9964 2.0065-0.5931 0.5901-1.9098-1.9194-0.0577 0.0645c-0.8627 0.965-1.9806 1.5435-3.1984 1.5435-1.2367 0-2.3704-0.5966-3.2384-1.5887l-0.05749-0.0657-1.8717 1.8717-0.59162-0.5916 1.9632-1.9632-0.03399-0.055c-0.45068-0.729-0.782-1.5897-0.95424-2.5316l-0.00612-0.03349h-2.1688v-0.83666h2.0637l-3e-3 -0.04364c-0.01315-0.1912-0.01986-0.38483-0.01986-0.58053 0-1.0167 0.18128-1.9778 0.50362-2.8315l0.01857-0.04919-1.6109-1.619 0.59311-0.59012 1.6631 1.6715h0.83249v-0.58167c0-1.6118 1.3066-2.9183 2.9183-2.9183s2.9183 1.3066 2.9183 2.9183zm-5 0v0.58167h4.1633v-0.58167c0-1.1497-0.93196-2.0817-2.0816-2.0817s-2.0817 0.93199-2.0817 2.0817zm5.7163 1.4712-0.0199-0.0529h-7.2295l-0.0199 0.0529c-0.28341 0.75313-0.44701 1.6105-0.44701 2.5288 0 1.6099 0.50298 3.0339 1.274 4.0363 0.77037 1.0015 1.771 1.5454 2.8076 1.5454s2.0373-0.5439 2.8076-1.5454c0.7711-1.0024 1.274-2.4263 1.274-4.0363 0-0.91822-0.1636-1.7756-0.447-2.5288z" clip-rule="evenodd" fill-rule="evenodd"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/debugProject.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path d="m3.5 1v2.5h-2.5v3.75h2.5v7.5h-2.5v3.75h2.5v2.5h7.7051c2.3e-5 -0.0207 8.6e-5 -0.04136 0-0.0625-5.8e-4 -0.01466-3.96e-4 -0.02022 0-0.0293-0.0084-0.01677-1.8e-5 -0.03318-2e-3 -0.05078v-4e-3c-0.0023-0.03103-0.0019-0.06003 0.01953-0.08594 0.0029-0.03782 0.0027-0.07654 0.02149-0.10938-9.5e-5 -0.01484-0.0029-0.03037 0-0.04492 0.0019-0.0095 0.0209-0.01883 0.02734-0.0293v-0.41212c0-0.0081-0.0013-0.07794 0-0.07813 0.0127-0.0018 0.0095-2e-5 0.02149-2e-3 -0.0032-0.0037-0.02149-6.69e-4 -0.02149-0.0059v-0.0059c-0.04376-0.01284-0.05153-0.02173 0-0.02148v-0.30836h-6.5214v-13.75h15v4.6621c0.02702-0.0089 0.05747-0.0055 0.08594-0.0078 0.0078 0.0014 0.01564-0.0011 0.02344 0 0.02493-0.01215 0.04362-0.0156 0.05078-0.01953 0.01348-0.0027 0.02742-0.0058 0.04102-0.0078 0.01866-0.0028 0.03785-0.0042 0.05664-0.0059 0.07299 5e-3 0.0765 5.42e-4 0.14648 0.02734 0.0092 0.0035 0.01284 0.0089 0.02539 0.01367h2e-3c0.0046 1.6e-5 0.0091 4e-6 0.01367 0 0.05806-1.7e-4 0.11577-6e-5 0.17383 0 0.04153 1e-5 0.08348-1e-6 0.125 0 0.04338 3e-6 0.08748 0 0.13086 0 0.01107 0 0.0149 0.0078 0.02148 0.0078 0.03937-0.02215 0.08282-0.04067 0.10352-0.04492 0.046-0.0095 0.07921-0.0013 0.12305 0.0039 0.05792 0.0068 0.07686 0.02731 0.08203 0.05274 0.02326 0.0022 0.02905 0.016 0.04492 0.02344v-9.705zm1.25 1.25h15v2.5h-15v-1.25zm15.949 8.4297c-0.0041-1e-4 -0.0077 0.0032-0.01172 0.0039 0.0054 0.0017 0.02919 0.0082 0.03906 0.01367 8.87e-4 4.86e-4 0.0029-5.26e-4 0.0039 0 0.0014-2e-4 0.0063-0.0017 0.0078-2e-3 -0.02008-0.0099-0.02494-0.01528-0.03906-0.01562zm-0.68359 0.4707c-0.0061 0.0076-0.01149 0.0158-0.01758 0.02344 0.0067 0.0044 0.01461 9e-3 0.02148 0.01367 0.0023-0.0071 0.0096-0.02296 0.01172-0.0293-0.01112-0.0053-0.0094-0.0049-0.01563-0.0078zm0.86523 0.15234c-0.0017 0.0012-0.0022 0.0027-0.0039 0.0039 0.0013 0.0011 0.0048 0.0029 0.0059 0.0039 4.66e-4 -0.0016-0.0019-0.0055-2e-3 -0.0078zm-0.92969 8.1875c-0.01771 4.4e-5 -0.02425 3e-3 -0.03125 0.0039 0.0075 0.0031 0.02334 0.0028 0.03516 0.0078 0.01549-0.0074 0.1002-0.0076 0.11523-0.0078-0.01433-1.7e-4 -0.02882-5.02e-4 -0.04297 0-0.0073 5e-4 -0.04196-0.0041-0.07617-0.0039zm-8.2852 0.25977c0.0022 0.0032 0.0055 0.0099 0.0078 0.01367 0.0015-0.0045 0.0025-0.0092 0.0039-0.01367zm6.9453 0.01367c-0.0123 7.39e-4 -0.02482 5.96e-4 -0.03711 2e-3 -0.0069 0.06372 0.01415 0.03551 0.03711-2e-3zm0.45117 0c0.01141 0.0071 0.02306 0.01374 0.03516 0.01953 0.01024 0.0049-0.01474-0.01412-0.0098-0.01563 0.01107-0.0032 0.02175-5.65e-4 0.0332-2e-3 0.0044 5.09e-4 0.0057-0.0022 0.0098-2e-3 -0.02144 0.0015-0.04307-0.0027-0.06445 0-0.0019 2.69e-4 -0.0021-2.63e-4 -0.0039 0zm1.8887 0.32227c0.0041 0.01358 0.0075 0.02745 0.01172 0.04102 0.0035-3.69e-4 0.0097-0.0036 0.01367-0.0039-0.0089-8e-3 0.02112 0.02346-0.01758-0.01953-0.0045-5e-3 -0.0036-0.01252-0.0078-0.01758zm-5.2695 0.02734c-0.05479 8e-5 -0.15339 0.0013-0.17969 0.0039-0.0373 0.0037-0.07461 0.01171-0.11133 0.01953 0.09709-0.0061 0.19397-0.0095 0.29102-0.01563 2.63e-4 -0.0036-2.32e-4 -0.0043 0-0.0078zm-4.0801 0.20312v0.02344c0.0053 0.0051 0.0098 0.01109 0.01563 0.01563 0.0081 0.0064 0.0354 0.01796 0.0293 0.0098-0.02609-0.03563-0.0273-0.0292-0.04492-0.04883zm4.668 0.0039c-6e-3 0.0026-0.01671 0.0028-0.04883 0.01758 0.0065-0.0025 0.01267-9.74e-4 0.01953-0.0039 0.0099-0.0043 0.01957-9e-3 0.0293-0.01367z" color="#eff0f1" fill="#232629"/> + <path d="m14.311 11.012c-0.50386-0.04487-1.0121 0.0374-1.4766 0.23828l-0.43945 0.19141 2.0469 2.1113-0.89648 0.90039-2.1035-2.0586-0.18945 0.44336c-0.16093 0.37343-0.24717 0.77491-0.25195 1.1816-0.0048 0.40672 0.07051 0.81038 0.22266 1.1875 0.15086 0.3729 0.37616 0.71164 0.66016 0.99609 0.16093 0.15776 0.33772 0.29749 0.5293 0.41602 0.39636 0.26516 0.85086 0.43092 1.3242 0.48633 0.47343 0.05541 0.95368-0.0015 1.4004-0.16797 0.7842 0.79687 2.7415 2.771 3.7988 3.7598 0.21209 0.19298 0.48694 0.30073 0.77344 0.30273 0.1686-0.0024 0.33415-0.03894 0.48828-0.10742 0.15414-0.06848 0.29327-0.16744 0.4082-0.29102 0.22363-0.20407 0.36254-0.48522 0.38867-0.78711 0.02966-0.31205-0.06007-0.62352-0.25195-0.87109-0.86176-0.91046-2.5625-2.6136-3.7988-3.8262 0.26306-0.71262 0.25203-1.4972-0.0332-2.2012-0.23455-0.58576-0.65188-1.081-1.1895-1.4102-0.42172-0.27978-0.9063-0.44927-1.4102-0.49414zm-0.27148 0.65234c0.20056-5.12e-4 0.39756 0.03098 0.58984 0.08008 0.01771 0.0039 0.05568 0.0036 0.07031 0.0078 0.12382 0.03537 0.24096 0.08479 0.35547 0.13867 0.08603 0.04049 0.16606 0.08883 0.24609 0.13867 0.01913 0.01199 0.03977 0.02064 0.05859 0.0332 0.0071 0.0044 0.01244 0.01119 0.01953 0.01563 0.08488 0.05737 0.1635 0.12056 0.24024 0.1875 0.05289 0.04335 0.11303 0.07722 0.16211 0.125 0.2951 0.298 0.49994 0.67036 0.60547 1.0742 0.0093 0.03381 0.01766 0.06738 0.02539 0.10156 0.0062 0.02903 0.01633 0.05661 0.02148 0.08594 0.01061 0.06035 0.01363 0.12097 0.01953 0.18164 0.0043 0.04239 0.0099 0.08431 0.01172 0.12695 0.01446 0.33284-0.04331 0.66356-0.16602 0.97461-0.0042 0.01138-0.0076 0.03278-0.01172 0.04297l-0.10936 0.27149 2.0137 2.0293c0.49453 0.49885 0.57035 0.59924 0.93359 0.97656 0.36433 0.37073 0.86811 0.8578 1.1152 1.1191 0.01702 0.02538 0.02444 0.05459 0.03711 0.08203 1.58e-4 2.9e-4 0.0057 0.0075 0.0059 0.0078 0.0028 0.0055 0.0013 0.01204 0.0039 0.01758 0.02351 0.05802 0.03531 0.11714 0.03906 0.17969 6.76e-4 0.01732 5e-3 0.03332 0.0039 0.05078-5.31e-4 0.01837 0.0043 0.03631 2e-3 0.05469-0.0173 0.13796-0.08403 0.26483-0.1875 0.35742-0.0028 0.0031-0.0069 0.0047-0.0098 0.0078-0.01598 0.01611-0.03706 0.02632-0.05469 0.04102-0.04668 0.04055-0.09201 0.08351-0.14844 0.10938-0.0086 0.0039-0.01857 0.0024-0.02734 0.0059 0.06696-0.02798 0.12228-0.07062 0.17578-0.11523 0.01731-0.01503 0.03901-0.02418 0.05469-0.04102 0.11686-0.11777 0.18623-0.27029 0.19531-0.41992 4.94e-4 -0.01709-0.0029-0.03379-0.0039-0.05078-0.0024-0.06198-0.01275-0.12318-0.03906-0.17969-0.0034-0.0084-0.0059-0.01711-0.0098-0.02539-0.027234-0.049702-0.70482-0.7363-1.1524-1.2012-0.91688-0.93298-1.9162-1.9497-2.8047-2.8184l-0.16602-0.16406 0.09766-0.21289c0.01881-0.04076 0.03047-0.0834 0.04687-0.125 0.05762-0.15462 0.12384-0.40199 0.15039-0.58594 0.01873-0.12979 0.0211-0.25942 0.01563-0.38867-0.0018-0.04239-0.0076-0.08462-0.01172-0.12695-0.0091-0.08974-0.02111-0.17962-0.04102-0.26758-0.0074-0.03431-0.01654-0.0677-0.02539-0.10156-0.12655-0.46017-0.39966-0.87828-0.76758-1.1992-0.07874-0.06453-0.15387-0.13343-0.24024-0.1875-0.02542-0.01718-0.05203-0.03258-0.07813-0.04883-0.08024-0.05029-0.16097-0.09856-0.24609-0.13867-0.13626-0.06421-0.28022-0.10932-0.42578-0.14648-0.27248-0.06049-0.81725-0.08652-0.95117-0.04687-0.02142 0.0032-0.04312 0.0021-0.06445 0.0059-0.01068 0.01364 0.34946 0.39846 0.73242 0.79883l1.0254 1.0586-2e-3 2e-3 2e-3 0.0039-0.9082 0.91016-0.91016 0.9082-0.0039-2e-3 -1.8379-1.7969-0.0059 0.0293c-0.02504 0.13355-0.03964 0.26842-0.04102 0.4043 9.07e-4 -0.07421 0.0015-0.14925 0.01172-0.21484l0.0293-0.18945c0.0019-0.01035 0.0018-0.02093 0.0039-0.03125l2e-3 2e-3 2e-3 -0.01563 0.91992 0.9082 0.91602 0.9043 1.8203-1.8203-0.89062-0.91602c-0.07518-0.07746-0.06345-0.07202-0.13281-0.14453l-0.76953-0.79492c0.01227-0.0024 0.02481-0.0017 0.03711-0.0039l-2e-3 -2e-3c0.0042-0.0042 0.05553-6.87e-4 0.06641-0.0039 0.1201-0.01798 0.23979-0.03404 0.36133-0.0332zm-2.377 2.3867c-1e-3 0.13154 0.0163 0.26138 0.03711 0.39062 0.03739 0.2105 0.10189 0.42363 0.1875 0.61133 0.02231 0.0481 0.04877 0.09424 0.07422 0.14062 0.04011 0.07286 0.07871 0.14669 0.12695 0.21484 0.11787 0.16652 0.26279 0.31201 0.41992 0.44531 0.05992 0.05003 0.11903 0.10062 0.18359 0.14453 0.05118 0.03607 0.10466 0.06924 0.1582 0.10156 0.12627 0.07872 0.25851 0.14604 0.39648 0.19922 0.05277 0.02068 0.10643 0.03575 0.16016 0.05273 0.14108 0.04292 0.28409 0.07608 0.43164 0.0918 0.03263 0.0038 0.06503 0.0094 0.09766 0.01172 0.1671 0.01061 0.33368-5.49e-4 0.49805-0.02539 0.11871-0.02147 0.24074-0.06151 0.36719-0.09961 0.09171-0.0297 0.1875-0.0449 0.27539-0.08594l0.21094-0.09766 0.16406 0.16602c0.06555 0.06641 0.27197 0.27282 0.36719 0.36914l1.5312 1.5273c1.1131 1.1097 2.0485 2.0095 2.1367 2.0605 0.06767 0.03622 0.14093 0.06249 0.21875 0.06445 0.06761-0.0015 0.13239-0.01861 0.19531-0.04297-0.17102 0.07102-0.22694 0.072-0.38281 0.0098-9.22e-4 -3.68e-4 -0.02994-0.03049-0.03125-0.03125-0.036-0.01927-0.07291-0.03652-0.10352-0.06445-1.008-0.94246-2.7343-2.6836-3.5645-3.5234l-0.52344-0.52148-0.28516 0.11524c-0.05208 0.02104-0.13719 0.03305-0.20898 0.05469-0.12151 0.03935-0.24118 0.08057-0.36719 0.09961-0.017 0.0031-0.03693 0.01121-0.05274 0.01367-0.14642 0.02276-0.29529 0.02246-0.44531 0.01172-0.0118-7.49e-4 -0.02336 0.0029-0.03516 2e-3 -0.02148-0.0017-0.04111-0.01139-0.0625-0.01367-0.1455-0.01707-0.28924-0.04678-0.43164-0.0918-0.05429-0.01651-0.10721-0.03233-0.16016-0.05273-0.13707-0.05372-0.26928-0.12244-0.39648-0.19922-0.02411-0.01503-0.05257-0.02118-0.07617-0.03711-0.02969-0.01834-0.0532-0.04485-0.08203-0.06445-0.06399-0.04509-0.12396-0.09394-0.18359-0.14453-0.051-0.04259-0.10891-0.07626-0.15625-0.12305-0.09851-0.09841-0.18446-0.20853-0.26367-0.32227-0.0476-0.06834-0.08685-0.14176-0.12695-0.21484-0.02068-0.03756-0.04612-0.07262-0.06445-0.11133-0.0042-0.0089-0.0056-0.02023-0.0098-0.0293-0.01544-0.0333-0.03689-0.0636-0.05078-0.09766-0.06751-0.16558-0.10842-0.33794-0.13672-0.51367-0.02409-0.13564-0.03645-0.26524-0.03711-0.39062z" fill="#232629" stroke="#232629" stroke-width=".04661"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/debugRestart.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" fill="none" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <g transform="matrix(0 1.6667 -1.6667 0 34.333 -2.3333)" clip-rule="evenodd" fill="#232629" fill-rule="evenodd"> + <path d="m5.5625 8.5157c-2.099 0.93433-3.5625 3.0384-3.5625 5.4842 0 3.3137 2.6863 6 6 6 3.3137 0 6-2.6863 6-6 0-2.6748-1.7503-4.9408-4.168-5.7152l-0.30231 0.9535c2.0132 0.64622 3.4703 2.5338 3.4703 4.7617 0 2.7614-2.2386 5-5 5-2.7614 0-5-2.2386-5-5 0-1.689 0.83742-3.1823 2.1197-4.0875z"/> + <path d="m5 9h-3v-1h3.5l0.5 0.5v3.5h-1z"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/debugScript.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg"> + <path d="m9.3333 1c-1.8467 0-3.3333 1.4867-3.3333 3.3333h5v1.6667h-6.6667c-1.8467 0-3.3333 1.4867-3.3333 3.3333v3.3333c0 1.8467 1.4867 3.3333 3.3333 3.3333v-1.6667c0-1.4812 0.64983-2.7937 1.6667-3.7077 0.00113-1e-3 0.00211-0.0023 0.00325-0.0032 0.22024-0.19762 0.45764-0.37623 0.70964-0.53385 0.00205-0.0013 0.00445-2e-3 0.00651-0.0033 0.24818-0.15476 0.50993-0.28704 0.7845-0.39715 0.049445-0.0194 0.10278-0.030962 0.15299-0.048825 0.23327-0.084875 0.47095-0.16243 0.71941-0.21159 0.31035-0.05985 0.6287-0.0944 0.95703-0.0944h6.6667v-5c0-1.8467-1.4866-3.3333-3.3333-3.3333zm0 0.83333c0.46167 0 0.83333 0.37167 0.83333 0.83333s-0.37167 0.83333-0.83333 0.83333-0.83333-0.37167-0.83333-0.83333 0.37167-0.83333 0.83333-0.83333zm8.3333 4.1667v1.6667c0 1.4812-0.65308 2.7969-1.6699 3.7109-0.22024 0.19763-0.45764 0.37622-0.70964 0.53385-2e-3 0.0013-0.0045 2e-3 -0.0065 0.0033-0.24818 0.15475-0.50993 0.28703-0.7845 0.39714-0.04945 0.0194-0.10279 0.03098-0.153 0.04883-0.23328 0.08488-0.47096 0.16244-0.71941 0.21159-0.31035 0.05985-0.6287 0.0944-0.95703 0.0944h-6.6667v5c0 1.8466 1.4866 3.3333 3.3333 3.3333h3.3333c1.8467 5e-6 3.3333-1.4867 3.3333-3.3333h-5v-1.6667h6.6667c1.8467 0 3.3333-1.4867 3.3333-3.3333v-3.3333c0-1.8467-1.4867-3.3333-3.3333-3.3333zm-5 12.5c0.46167 0 0.83333 0.37167 0.83333 0.83333 0 0.46167-0.37167 0.83333-0.83333 0.83333-0.46167 0-0.83333-0.37167-0.83333-0.83333 0-0.46167 0.37167-0.83333 0.83333-0.83333z" fill="#f59e16" stroke-width="1.6667"/> + <path d="m3.6449 15.905c-1.0799-0.23814-1.9515-0.96024-2.3667-1.9609-0.23798-0.57353-0.2435-0.6405-0.2435-2.9573 0-2.4426-4.382e-4 -2.4387 0.35679-3.1674 0.15485-0.31587 0.27272-0.47309 0.59404-0.79237 0.61042-0.60654 1.1535-0.87745 1.9611-0.97826 0.24461-0.030533 1.6685-0.0493 3.7405-0.0493h3.3455v-1.678h-5.025l0.020892-0.19809c0.043445-0.41194 0.12282-0.76663 0.2315-1.0344 0.28459-0.70131 0.91079-1.3795 1.5731-1.7036 0.70139-0.34329 0.70088-0.34322 2.9604-0.36191 1.3056-0.010799 2.1368 0.00118 2.3472 0.033828 0.74508 0.1156 1.36 0.42821 1.8771 0.95435 0.38217 0.3888 0.62886 0.78959 0.80494 1.3078l0.12671 0.37288 0.02794 5.6165-3.4628 2.797e-4c-3.7992 2.8e-4 -3.9821 0.010868-4.7579 0.27498-1.6385 0.55781-2.833 1.853-3.3061 3.5847-0.084508 0.30932-0.10069 0.52546-0.11839 1.5818l-0.020511 1.2235-0.19356-0.0037c-0.10646-2e-3 -0.31941-0.03146-0.47322-0.06537zm5.9786-12.448c0.23032-0.096235 0.37788-0.23824 0.48202-0.46388 0.10874-0.23561 0.10887-0.41585 4.85e-4 -0.65447-0.22285-0.4906-0.79509-0.6686-1.2228-0.38036-0.57245 0.38577-0.50672 1.1986 0.11993 1.4832 0.23169 0.10524 0.39574 0.10933 0.62037 0.015472z" fill="#59f" stroke="#59f" stroke-width=".18644"/> + <path d="m3.8769 16.021c-1.2932-0.19009-2.3276-1.0581-2.7783-2.3311-0.10462-0.29556-0.10766-0.35367-0.12435-2.3767-0.02134-2.5866-0.0035742-2.7756 0.32413-3.4486 0.20725-0.42558 0.2898-0.53952 0.64158-0.88559 0.46207-0.45457 0.84593-0.697 1.3787-0.87072 0.35486-0.11571 0.44157-0.12338 1.7945-0.15867 0.78189-0.020394 2.4127-0.038555 3.6239-0.040356l2.2023-0.00327v-1.4915h-5.017l0.039441-0.33792c0.082337-0.70546 0.25768-1.1849 0.61798-1.6898 0.42952-0.60191 1.1146-1.096 1.8194-1.3123 0.25572-0.078458 0.47917-0.085803 2.6102-0.085803h2.3305l0.37288 0.12699c0.53022 0.18057 0.9215 0.42591 1.3262 0.83156 0.39706 0.398 0.6012 0.71448 0.81882 1.2694l0.14988 0.38221 0.05924 5.803h-3.4512c-2.1311 0-3.6243 0.01902-3.9038 0.049728-1.8332 0.20141-3.4435 1.5466-4.0833 3.4109-0.16642 0.48492-0.2114 0.87998-0.21359 1.8762-0.00101 0.46144-0.015071 0.9491-0.031236 1.0837-0.032921 0.27408-0.022253 0.2699-0.50691 0.19866zm5.8238-12.697c0.22793-0.13357 0.39978-0.41605 0.39978-0.65711 0-0.38236-0.38671-0.76907-0.76907-0.76907-0.37964 0-0.76907 0.38942-0.76907 0.76907 0 0.22876 0.1764 0.52469 0.38858 0.65187 0.25028 0.15002 0.49975 0.15176 0.74977 0.00524z" fill="#59f" stroke="#59f" stroke-width=".18644"/> + <path d="m8.4791 20.868c-1.1305-0.3003-2.0097-1.1819-2.3497-2.3563-0.10661-0.36823-0.10735-0.38954-0.10735-3.0975v-2.7267l3.7521-0.0245c4.0868-0.02668 3.7551-0.0052 4.6099-0.299 0.68486-0.23541 1.3543-0.67684 1.9039-1.2554 0.75974-0.7998 1.219-1.7686 1.3618-2.8724 0.02487-0.19227 0.04587-0.77332 0.04666-1.2912l0.0014-0.94166 0.2447 0.025284c1.4235 0.14709 2.5831 1.1278 2.928 2.4764 0.0826 0.32295 0.09004 0.52992 0.09004 2.5022 0 2.3009-0.0047 2.3571-0.24808 2.9596-0.38832 0.96139-1.3874 1.7661-2.4289 1.9562-0.18272 0.03336-1.4679 0.0505-3.7871 0.0505h-3.5105v1.7246h4.9873v0.15458c0 0.69752-0.41873 1.6179-0.98356 2.1619-0.43106 0.41516-0.71671 0.5953-1.2587 0.79375l-0.34464 0.1262-2.2839 0.0118c-2.1321 0.01102-2.3065 0.0058-2.6234-0.07838zm4.5484-0.76527c0.14329-0.07486 0.34581-0.28173 0.42313-0.43224 0.07192-0.13999 0.06565-0.49923-0.01187-0.68041-0.23374-0.54628-0.98118-0.67393-1.3894-0.23729-0.15562 0.16644-0.22436 0.34315-0.22436 0.57672 0 0.33492 0.19378 0.64097 0.48941 0.77292 0.18463 0.08241 0.55566 0.08257 0.71312 3.26e-4z" fill="#fd5" stroke="#fd5" stroke-width=".18644"/> + <path d="m19.553 21.006c-0.13241-0.01365-0.3383-0.09165-0.46954-0.17788-0.05438-0.03573-0.21955-0.1772-0.36704-0.31438-0.30872-0.28714-1.7552-1.7102-2.4344-2.395-0.25378-0.25586-0.61823-0.61945-0.80989-0.80797l-0.34847-0.34276-0.1317 0.04161c-0.29912 0.09449-0.47318 0.11714-0.90166 0.1173-0.4451 1.75e-4 -0.60678-0.02256-0.94481-0.13289-0.34608-0.11295-0.79798-0.37095-1.1201-0.6395-0.25329-0.21115-0.51806-0.56454-0.70522-0.94128-0.23305-0.46911-0.33321-0.93509-0.31505-1.4658 0.0146-0.42666 0.07022-0.66774 0.27571-1.195 0.06372-0.16348 0.12437-0.31595 0.13479-0.33882 0.01858-0.04078 0.02703-0.03357 0.44047 0.37522 0.4259 0.42112 1.4085 1.3771 1.5925 1.5493l0.09978 0.09341 0.40676-0.4073c0.22372-0.22402 0.41877-0.42452 0.43344-0.44557 0.03166-0.04541 0.1221 0.05329-1.0069-1.0988-0.93778-0.95696-0.98042-1.0019-0.98042-1.0331 0-0.03744 0.38555-0.20888 0.74156-0.32974 0.27824-0.09446 0.42672-0.11184 0.95648-0.11195l0.45386-9.8e-5 0.20531 0.05797c0.46339 0.13083 0.77317 0.28196 1.1275 0.55006 0.3718 0.28132 0.68592 0.63532 0.87888 0.99045 0.16819 0.30953 0.30931 0.75612 0.35018 1.1082 0.04526 0.38986-0.0036 0.89153-0.12396 1.2731l-0.04159 0.13183 0.42437 0.41096c1.0549 1.0215 3.1806 3.1681 3.3677 3.4007 0.19674 0.24456 0.26761 0.44412 0.26744 0.75311-2.32e-4 0.42826-0.14143 0.71662-0.50499 1.0313-0.26508 0.22944-0.59216 0.33035-0.95091 0.29335zm-7.6792-7.2546c0-0.0031-0.01591-0.01981-0.03536-0.03708-0.03517-0.03122-0.03525-0.03119-0.0159 0.0057 0.01606 0.03061 0.05126 0.05217 0.05126 0.03139zm-0.13207-0.1165c-0.01067-0.01067-0.02182-0.01067-0.03249 0s-0.0051 0.01624 0.01624 0.01624 0.02692-0.0056 0.01624-0.01624zm7.7207 7.3495c-0.16223-0.04578-0.27553-0.09614-0.3929-0.17464-0.15469-0.10347-0.86147-0.78445-2.1861-2.1063-0.57554-0.57434-1.2064-1.203-1.4019-1.397l-0.35551-0.35269-0.09405 0.03236c-0.29704 0.1022-0.70278 0.1576-1.0571 0.14433-0.29799-0.01116-0.55235-0.05578-0.82664-0.14502-0.44536-0.14489-1.0039-0.4928-1.2992-0.80928-0.76778-0.82285-1.0383-1.9803-0.70793-3.0289 0.04292-0.13621 0.21074-0.57239 0.26768-0.69568l0.02827-0.06123 0.20606 0.2013c0.11333 0.11072 0.58375 0.57023 1.0454 1.0211 0.46163 0.45091 0.84764 0.81984 0.85781 0.81984 0.01017 0 0.21331-0.1961 0.45144-0.43579 0.32731-0.32946 0.42958-0.44182 0.41911-0.46052-0.0076-0.0136-0.44102-0.4608-0.96314-0.99378-0.52212-0.53298-0.9737-0.9973-1.0035-1.0318-0.04611-0.05338-0.05075-0.06601-0.03106-0.0844 0.03147-0.02938 0.54852-0.24344 0.73609-0.30474 0.29626-0.09681 0.39405-0.1084 0.91026-0.10784l0.46966 5.07e-4 0.22297 0.0591c0.58858 0.15599 1.0556 0.427 1.5 0.87047 0.25654 0.25598 0.41754 0.48135 0.56538 0.79145 0.34406 0.72169 0.39858 1.4622 0.16503 2.2414l-0.04206 0.14035 0.33512 0.33059c0.18432 0.18182 0.45748 0.44582 0.60703 0.58666 0.25488 0.24004 2.4656 2.4809 2.7397 2.7771 0.28014 0.30268 0.37486 0.52456 0.37486 0.87809 0 0.21586-0.03821 0.38028-0.13404 0.57677-0.05887 0.1207-0.09477 0.16647-0.25964 0.33099-0.21263 0.21217-0.2971 0.26742-0.5295 0.3464-0.13296 0.04518-0.18441 0.05389-0.34572 0.05851-0.12841 0.0037-0.21607-0.0021-0.27191-0.01782zm-7.624-7.2707c-0.11266-0.11266-0.14589-0.12186-0.14589-0.04039 0 0.03916 0.0057 0.04509 0.03751 0.03901 0.02446-0.0047 0.06603 0.01273 0.11948 0.05003 0.04508 0.03146 0.0856 0.05796 0.09005 0.05889 0.0044 9.33e-4 -0.04107-0.04746-0.10114-0.10753zm2.44-1.3368c-8.28e-4 -0.01834-0.0044-0.02109-0.0098-0.0076-0.0065 0.01626-0.01396 0.01679-0.03148 0.0023-0.01261-0.01047-0.01816-0.02675-0.01233-0.03619 0.0064-0.01029 0.0026-0.01219-0.0095-0.0047-0.0151 0.0093-0.01305 0.02021 0.0082 0.04374 0.03539 0.0391 0.05659 0.04006 0.0549 0.0025zm-0.04654-0.01043c-0.01459-0.01758-0.01316-0.025 0.0062-0.03244 0.01729-0.0066 0.02514 4.87e-4 0.02514 0.0228 0 0.03841-6e-3 0.04025-0.03136 0.0096zm5.319 8.6238c-0.2127-0.03125-0.43019-0.13269-0.59934-0.27954-0.22485-0.19521-1.3316-1.2798-2.5354-2.4845l-1.283-1.284-0.1439 0.04628c-0.34365 0.11051-0.76026 0.15961-1.1132 0.13119-0.56894-0.0458-1.029-0.20948-1.5243-0.54236-0.32745-0.22005-0.50837-0.39089-0.74409-0.70264-0.42498-0.56205-0.64785-1.3272-0.59193-2.0323 0.03033-0.38236 0.10425-0.67668 0.26761-1.0655 0.04561-0.10856 0.09756-0.23648 0.11544-0.28427 0.01788-0.04778 0.03617-0.08688 0.04065-0.08688 0.0045 0 0.47546 0.45792 1.0466 1.0176 0.57116 0.55967 1.0467 1.0205 1.0568 1.0242 0.01007 0.0036 0.2163-0.19661 0.45829-0.44494l0.43997-0.4515-0.10019-0.10711c-0.08907-0.09523-0.92168-0.94932-1.6755-1.7188-0.21401-0.21844-0.26628-0.28027-0.24719-0.29239 0.05526-0.03509 0.61113-0.26342 0.7351-0.30196 0.30714-0.09547 0.4765-0.11759 0.89583-0.11699 0.35656 5.05e-4 0.40367 0.0041 0.59421 0.04477 0.48858 0.10441 0.86763 0.28252 1.3091 0.61513 0.47092 0.35478 0.82415 0.84896 1.0121 1.4159 0.207 0.62455 0.21358 1.2838 0.01885 1.8893l-0.04662 0.14497 0.48012 0.46574c0.26407 0.25616 0.54596 0.52889 0.62644 0.60607 0.23432 0.22475 2.3355 2.36 2.5584 2.5999 0.21715 0.23369 0.302 0.37261 0.35984 0.58912 0.08387 0.31398 0.03223 0.66344-0.14192 0.96036-0.07816 0.13326-0.34323 0.39503-0.48374 0.4777-0.13594 0.07999-0.32266 0.14536-0.48026 0.16815-0.12864 0.0186-0.17423 0.0185-0.30465-6.63e-4zm-2.6467-4.9542c-0.02027-0.0039-0.05735-4e-3 -0.0824-2.24e-4 -0.02505 0.0038-0.0085 7e-3 0.03685 0.0071 0.04532 1.16e-4 0.06581-3e-3 0.04554-0.0069zm-4.5361-0.29071c0-0.0031-0.01669-0.01981-0.03708-0.03708l-0.03708-0.03139 0.03139 0.03708c0.0295 0.03484 0.04276 0.04458 0.04276 0.03139zm-0.09888-0.11504c0-3e-3 -0.02039-0.02334-0.04532-0.04532l-0.04532-0.03995 0.03995 0.04532c0.03734 0.04236 0.05068 0.05288 0.05068 0.03995zm4.0786-0.1759c-0.09029-0.09064-0.17173-0.16478-0.18096-0.16478-0.01561 1.3e-5 0.31972 0.32692 0.3372 0.32874 0.0044 4.54e-4 -0.06595-0.07333-0.15624-0.16397zm-4.2548-0.05267c-0.11112-0.16601-0.22302-0.38543-0.2967-0.58178-0.03061-0.08157-0.05112-0.12606-0.04557-0.09888 0.03485 0.17085 0.21169 0.53222 0.35686 0.7292 0.09529 0.1293 0.08782 0.10444-0.01459-0.04855zm2.1705-0.71662c0.34586-0.35113 0.4557-0.46664 0.44373-0.46664-0.0042 0-0.21516 0.20887-0.46888 0.46416-0.25372 0.25529-0.42423 0.43376-0.37891 0.39661 0.04532-0.03716 0.22714-0.21451 0.40406-0.39413zm-2.5269-0.05775c-0.0053-0.01315-0.0092-0.0092-0.01 0.01-7.15e-4 0.01737 0.0032 0.0271 0.0087 0.02163 0.0055-0.0055 0.0061-0.01969 0.0013-0.03158zm-0.01648-0.06592c-0.0053-0.01315-0.0092-0.0092-0.01 0.01-7.16e-4 0.01737 0.0032 0.02711 0.0087 0.02163 0.0055-0.0055 0.0061-0.01969 0.0013-0.03158zm4.713-0.0824c-0.0053-0.01315-0.0092-0.0092-0.01 0.01-7.16e-4 0.01737 0.0032 0.0271 0.0087 0.02163 0.0055-0.0055 0.0061-0.01969 0.0013-0.03159zm0.01658-0.12462c-0.0041-0.01586-0.0075-0.0029-0.0075 0.02884 0 0.03172 0.0034 0.0447 0.0075 0.02884s0.0041-0.04182 0-0.05768zm0.01738-0.41123c-0.0031-0.07066-0.0056-0.01723-0.0057 0.11872-1.7e-5 0.13595 0.0025 0.19376 0.0056 0.12847 0.0031-0.0653 0.0031-0.17653 5e-5 -0.24719zm-4.5113-0.12956c-0.17258-0.17383-0.24193-0.23344-0.25428-0.21859-0.0025 3e-3 -0.0094 0.03731-0.01538 0.07624-0.0102 0.06654-0.0089 0.06975 0.02135 0.05355 0.01998-0.0107 0.04666-0.01171 0.07035-0.0027 0.05128 0.01956 0.22238 0.14993 0.2927 0.22304 0.03123 0.03247 0.06078 0.05904 0.06565 0.05904 0.0049 0-0.0763-0.08577-0.18038-0.19061zm4.4915-0.11489c-0.0064-0.05103-0.01488-0.08949-0.01889-0.08548-4e-3 4e-3 -0.0024 0.04932 0.0037 0.10069 6e-3 0.05137 0.01454 0.08983 0.01889 0.08548 0.0044-0.0044 0.0027-0.04966-0.0037-0.10069zm-0.03092-0.16004c-0.0046-0.01133-0.0083-0.0021-0.0083 0.0206 0 0.02266 0.0037 0.03193 0.0083 0.0206s0.0046-0.02987 0-0.0412zm-0.01614-0.06489c-0.0053-0.01315-0.0092-0.0092-0.01 0.01-7.15e-4 0.01737 0.0032 0.02711 0.0087 0.02163 0.0055-0.0055 0.0061-0.01969 0.0013-0.03159zm-0.02067-0.08637c-0.0061-0.02415-0.0142-0.04073-0.01808-0.03685-0.0039 0.0039-0.0021 0.02682 4e-3 0.05097s0.0142 0.04073 0.01808 0.03685c0.0039-0.0039 0.0021-0.02682-4e-3 -0.05097zm-0.05449-0.15237c-0.01943-0.03341-0.02412-0.02271-0.0082 0.01873 0.0057 0.01473 0.01375 0.02331 0.01799 0.01906 0.0042-0.0042-1.48e-4 -0.02125-0.0098-0.03779zm-0.06592-0.16479c-0.01943-0.03341-0.02412-0.02271-0.0082 0.01873 0.0057 0.01473 0.01375 0.02331 0.01799 0.01906 0.0042-0.0042-1.49e-4 -0.02125-0.0098-0.03779zm-1.7488-0.4091c-0.04003-0.04079-0.07649-0.07416-0.08102-0.07416-0.0045 0 0.02451 0.03337 0.06454 0.07416s0.07649 0.07416 0.08102 0.07416c0.0045 0-0.02451-0.03337-0.06454-0.07416zm1.4502-0.08038c0-0.0034-0.01298-0.0164-0.02884-0.02884-0.02614-0.0205-0.02672-0.01992-0.0062 0.0062 0.02153 0.02745 0.03506 0.03618 0.03506 0.02262zm-1.615-0.10816c0-0.0085-0.0074-0.02009-0.01648-0.02569-0.0091-0.0056-0.01648 0.0014-0.01648 0.01551 0 0.01413 0.0074 0.02569 0.01648 0.02569 0.0091 0 0.01648-7e-3 0.01648-0.01551zm1.5326 0.01082c0-0.0026-0.04264-0.04522-0.09476-0.09476l-0.09475-0.09007 0.09007 0.09476c0.08368 0.08803 0.09944 0.1023 0.09944 0.09007zm-1.6006-0.05608c-0.02009-0.0247-0.01894-0.02643 0.01034-0.0155 0.02644 0.0099 0.02889 0.0082 0.01236-0.0084-0.01133-0.01141-0.0206-0.0386-0.0206-0.06042 0-0.0294-0.0067-0.03708-0.02607-0.02966-0.01434 0.0055-0.03288 0.01-0.0412 0.01-0.0083 0-0.01513 0.0068-0.01513 0.01521 0 0.01702 0.08038 0.11662 0.09412 0.11662 0.0048 0-0.0014-0.01251-0.01382-0.02781zm0.82608-0.49952c0-0.0091-0.0074-0.01648-0.01648-0.01648-0.0091 0-0.01648 0.0074-0.01648 0.01648 0 0.0091 0.0074 0.01648 0.01648 0.01648 0.0091 0 0.01648-0.0074 0.01648-0.01648zm-1.2344 0.08641-0.28289-0.31597 0.23557-0.0279c0.12957-0.01534 0.33291-0.01625 0.45187-2e-3 0.31497 0.0377 0.80503 0.20299 0.76998 0.2597-0.03036 0.04913-0.42147 0.23408-0.72266 0.34174l-0.16898 0.0604zm5.6453 8.2726c-0.08215-0.03572-1.0685-0.9772-2.1936-2.0937l-2.0443-2.0288-0.27675 0.1115c-0.6565 0.26449-1.3028 0.25236-1.8848-0.0354l-0.30297-0.14979 4.1468-0.0243 1.6235 1.6202c0.89292 0.89111 1.6536 1.6768 1.6904 1.7461 0.15866 0.29866 0.01683 0.66208-0.32249 0.82634-0.23264 0.11262-0.24001 0.11309-0.43576 0.02797zm-6.895-4.3523c-0.56603-0.41003-0.95382-1.1969-0.94533-1.9181 0.0051-0.43652-3e-3 -0.44067 0.95971 0.48936 0.49094 0.47428 0.91036 0.86233 0.93204 0.86233 0.06872 0 1.7986-1.758 1.7804-1.8094-0.0096-0.02703-0.26548-0.31267-0.56874-0.63476-0.45349-0.48166-0.53624-0.5907-0.4661-0.61423 0.0469-0.01574 0.24928-0.1036 0.44973-0.19526l0.36445-0.16665 0.1677 0.09031c0.09223 0.04967 0.26736 0.17992 0.38918 0.28944 0.73168 0.65784 0.96511 1.75 0.57297 2.6808l-0.12209 0.2898 0.75635 0.70955-0.24439 0.02936c-0.13441 0.01614-1.054 0.02954-2.0435 0.02976l-1.7992 4.05e-4zm7.0895 5.0657c0.1686-0.0024 0.33498-0.03885 0.48912-0.10733 0.15414-0.06848 0.29285-0.16751 0.40778-0.29108 0.22363-0.20407 0.36232-0.485 0.38845-0.78688 0.02966-0.31205-0.06067-0.62367-0.25256-0.87124-0.86176-0.91046-2.5614-2.6131-3.7977-3.8257 0.26306-0.71262 0.25076-1.498-0.03447-2.202-0.23455-0.58576-0.65166-1.08-1.1892-1.4091-0.42172-0.27978-0.90644-0.44981-1.4103-0.49468-0.50386-0.04487-1.0109 0.03682-1.4753 0.2377l-0.44078 0.19125 2.047 2.1117-0.89621 0.90047-2.1027-2.0586-0.19093 0.44293c-0.16093 0.37343-0.24629 0.77515-0.25107 1.1819-0.0048 0.40672 0.07107 0.81035 0.22322 1.1875 0.15086 0.3729 0.37493 0.71163 0.65893 0.99608 0.16093 0.15776 0.33878 0.29717 0.53036 0.4157 0.39636 0.26516 0.84986 0.43232 1.3232 0.48773 0.47343 0.05541 0.95321-0.0025 1.3999-0.16898 0.7842 0.79687 2.7417 2.7711 3.799 3.7599 0.21209 0.19298 0.48776 0.30081 0.77426 0.30282zm-5.6697-9.336c0.46986-0.0012 0.92944 0.1375 1.3205 0.39844 0.15249 0.09327 0.29412 0.2033 0.42226 0.32804 0.34078 0.34413 0.56837 0.7844 0.65226 1.2618 0.08389 0.47738 0.02006 0.96905-0.18293 1.4091l-0.09679 0.21249 0.16639 0.16269c1.2416 1.2139 3.0493 3.0195 3.9184 3.9385 0.07738 0.11542 0.11048 0.25495 0.09317 0.39283-0.0173 0.13796-0.08383 0.26496-0.1873 0.35756-0.05963 0.06655-0.13228 0.12014-0.21346 0.15735-0.07154 0.03241-0.14887 0.05002-0.22737 0.05181-0.11922-3e-3 -0.23336-0.04902-0.3215-0.12944-1.1236-1.0506-3.2946-3.2473-3.9316-3.8927l-0.16374-0.16535-0.2108 0.09629c-0.36696 0.17137-0.77192 0.24473-1.1756 0.21296-0.40364-0.03176-0.79222-0.16758-1.128-0.39425-0.15279-0.09436-0.29443-0.20574-0.42222-0.33203-0.22129-0.22104-0.39614-0.48422-0.51436-0.77401-0.11814-0.28979-0.17722-0.60034-0.17379-0.91336 0-0.15431 0.01529-0.30826 0.04579-0.45953l1.8409 1.7996 1.8223-1.8228-1.7964-1.8527c0.15286-0.02977 0.30828-0.04423 0.464-0.04316z" fill="#232629" stroke="#232629" stroke-width=".016479"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/debugViewer.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" fill="none" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <g transform="matrix(1.4368 0 0 1.4654 -.43678 -.46541)" fill="#232629"> + <path d="m3.02 8.5017-0.00271-0.04081c8.7e-4 0.01361 0.00178 0.02722 0.00271 0.04081z"/> + <path d="m7.2577 8.9047-1.7701-1.7791 0.59162-0.59161 1.8718 1.8812 1.8451-1.8451 0.59165 0.5916-1.77 1.77 1.7701 1.7791-0.59161 0.5916-1.8717-1.8813-1.8451 1.8451-0.59161-0.5916z"/> + <path d="m10.878 3.9183v0.58167h0.7849l1.6579-1.6579 0.5916 0.59161-1.5698 1.5698 0.0189 0.04949c0.3304 0.86212 0.5165 1.8351 0.5165 2.8653 0 0.1957-0.0067 0.38933-0.0199 0.58053l-3e-3 0.04364h2.0654v0.83666h-2.1705l-0.0061 0.03349c-0.1764 0.96445-0.5195 1.8438-0.9869 2.5838l-0.0347 0.0551 1.9964 2.0065-0.5931 0.5901-1.9098-1.9194-0.0577 0.0645c-0.8627 0.965-1.9806 1.5435-3.1984 1.5435-1.2367 0-2.3704-0.5966-3.2384-1.5887l-0.05749-0.0657-1.8717 1.8717-0.59162-0.5916 1.9632-1.9632-0.03399-0.055c-0.45068-0.729-0.782-1.5897-0.95424-2.5316l-0.00612-0.03349h-2.1688v-0.83666h2.0637l-3e-3 -0.04364c-0.01315-0.1912-0.01986-0.38483-0.01986-0.58053 0-1.0167 0.18128-1.9778 0.50362-2.8315l0.01857-0.04919-1.6109-1.619 0.59311-0.59012 1.6631 1.6715h0.83249v-0.58167c0-1.6118 1.3066-2.9183 2.9183-2.9183s2.9183 1.3066 2.9183 2.9183zm-5 0v0.58167h4.1633v-0.58167c0-1.1497-0.93196-2.0817-2.0816-2.0817s-2.0817 0.93199-2.0817 2.0817zm5.7163 1.4712-0.0199-0.0529h-7.2295l-0.0199 0.0529c-0.28341 0.75313-0.44701 1.6105-0.44701 2.5288 0 1.6099 0.50298 3.0339 1.274 4.0363 0.77037 1.0015 1.771 1.5454 2.8076 1.5454s2.0373-0.5439 2.8076-1.5454c0.7711-1.0024 1.274-2.4263 1.274-4.0363 0-0.91822-0.1636-1.7756-0.447-2.5288z" clip-rule="evenodd" fill-rule="evenodd"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/defaultIcon.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="48" height="48" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <linearGradient id="c" x1="9" x2="38" y1="9" y2="38" gradientUnits="userSpaceOnUse" xlink:href="#a"/> + <linearGradient id="a" x1="34" x2="44" y1="19.008" y2="29.008" gradientUnits="userSpaceOnUse"> + <stop stop-color="#292c2f" offset="0"/> + <stop stop-opacity="0" offset="1"/> + </linearGradient> + <linearGradient id="b" x1="4" x2="4" y1="44" y2="4" gradientUnits="userSpaceOnUse"> + <stop stop-color="#197cf1" offset="0"/> + <stop stop-color="#20bcfa" offset="1"/> + </linearGradient> + <linearGradient id="d" x1="4" x2="4" y1="44" y2="4" gradientUnits="userSpaceOnUse"> + <stop stop-color="#54d883" offset="0"/> + <stop stop-color="#abf9c7" offset="1"/> + </linearGradient> + <circle cx="24" cy="24" r="20" fill="url(#b)"/> + <path d="M24 4A20 20 0 0 0 4.1 22H7l3 3 2 1 10.969 17.95A20 20 0 0 0 24 44a20 20 0 0 0 20-20A20 20 0 0 0 24 4z" fill="url(#c)" opacity=".2"/> + <path d="M42.586 16.633L36 26l6.215 6.215A20 20 0 0 0 44 24a20 20 0 0 0-1.36-7.246 20 20 0 0 0-.054-.121z" fill="url(#a)" fill-rule="evenodd" opacity=".2"/> + <path d="M24 4a20 20 0 0 0-1.902.11 20 20 0 0 0-.254.03 20 20 0 0 0-3.219.637v-.04a20 20 0 0 0-9.7 6.14h.01a20 20 0 0 0-3.58 5.945L7 16h4v1l1 1v-2l1-1 1-1h1v-1l1-1 2-1 1-1 2-1v1l2-1h-1V8l-1-1h4l-1 1 3 1-1-2V5l-.947-.947A20 20 0 0 0 24 4zm15 6.81V13h1.691A20 20 0 0 0 39 10.81zm-27.938.067h.061L11 11l.063-.123zm30.024 2.762L40 14l-2 1v1l-2 2-1 2v4l1 2 2 1 1 1 4.717-.785a20 20 0 0 0 .002-.022 20 20 0 0 0 .209-1.752A20 20 0 0 0 44 24a20 20 0 0 0-.09-1.74 20 20 0 0 0-.097-.809 20 20 0 0 0-.19-1.234 20 20 0 0 0-.135-.598 20 20 0 0 0-.357-1.394 20 20 0 0 0-.145-.432 20 20 0 0 0-.539-1.473 20 20 0 0 0-.148-.33 20 20 0 0 0-.74-1.525 20 20 0 0 0-.473-.826zM7 20l-1 1H5l-.65-.65a20 20 0 0 0 0 .005 20 20 0 0 0-.266 1.977 20 20 0 0 0-.002.03L6 23l2 1 1 1 1 1h2v2l-1 1-1 2v1l1 1 1 1 1 2 1 1 2 1v4.32a20 20 0 0 0 .006.002 20 20 0 0 0 1.697.645 20 20 0 0 0 .192.068 20 20 0 0 0 1.513.408 20 20 0 0 0 .451.116 20 20 0 0 0 1.32.216 20 20 0 0 0 .68.104 20 20 0 0 0 1.15.072A20 20 0 0 0 24 44a20 20 0 0 0 1.018-.037L26 42v-1l2-1 1-1 1-4 1-1v-2l-2-1h-1l-2-1h-1l-1-2-1-1h-2l-2-2h-2l-3-1-1 2-2-1h-1v-2l-2-1 1-2z" fill="url(#d)"/> + <path d="M4.051 23.5c-.004.17-.051.329-.051.5 0 11.08 8.92 20 20 20s20-8.92 20-20c0-.171-.047-.33-.051-.5-.03 1.206-.121 2.398-.354 3.541a19.89 19.89 0 0 1-5.441 10.113 19.95 19.95 0 0 1-6.355 4.279 19.817 19.817 0 0 1-3.758 1.162 20.204 20.204 0 0 1-4.04.404c-1.385 0-2.737-.139-4.04-.404a19.89 19.89 0 0 1-10.113-5.441 19.95 19.95 0 0 1-4.279-6.355 19.817 19.817 0 0 1-1.162-3.758c-.233-1.143-.323-2.335-.354-3.541" opacity=".2"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/deleteBookmark.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 352 352" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <g transform="matrix(22.667 0 0 22.667 -29.333 -23520)" fill="#232629"> + <path class="ColorScheme-Text" d="m8 1038.4-2 4-4 1 3 3-1 4 4-2 4 2-1-4 3-3-4-1z" color="#eff0f1" fill="#232629"/> + </g> + <path d="m256 269.33 26.667 26.667-26.667 26.667 13.333 13.333 26.667-26.667 26.667 26.667 13.333-13.333-26.667-26.667 26.667-26.667-13.333-13.333-26.667 26.667-26.667-26.667-13.333 13.333" fill="#da4453" stroke-width="16"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/deleteShape.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m16 1-10 10 5 5 10-10-5-5m-12.5 12.5-2.5 2.5 5 5 2.5-2.5-5-5" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/designer4.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" fill="#000000" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <g transform="matrix(1 0 0 .97561 0 .5122)" fill="#232629"> + <path d="m3.9088 0.5c-0.17884 0-0.39742 0.093061-0.52123 0.22024-0.71841 0.72277-1.4383 1.444-2.1613 2.1637-0.12534 0.12408-0.22622 0.34743-0.22622 0.53975v0.00155c0.00306 3.3331 0.00306 10.102 0.00306 10.176v0.39706h0.3913c0.07337 0 9.8514-0.0016 14.691 0.0016 0.19565 0 0.41729-0.10236 0.54416-0.22955l0.0016-0.0016c0.71074-0.71812 1.4246-1.4331 2.1414-2.145 0.13446-0.13494 0.2277-0.36604 0.2277-0.55526-0.003058-3.3238 0-10.171 0-10.171v-0.39706zm0.018342 0.79411h14.29c0 0.49787-3e-3 6.5716 0 9.7698-0.71535 0.71036-1.4292 1.4254-2.1384 2.1419-4.7125-0.0031-13.732-0.0031-14.293-0.0016 0-0.55526 0-6.5514-0.00306-9.762 0.71688-0.71341 1.4322-1.4284 2.1445-2.1481zm3.7617 1.5882c-0.12381 0-0.24609 0.00309-0.3699 0.00775-0.29959 0.012413-0.5946 0.063596-0.88349 0.1489-0.65421 0.19698-1.1449 0.59093-1.4307 1.2191-0.099355 0.21869-0.18342 0.44669-0.25068 0.67779-0.18495 0.63281-0.22317 1.2842-0.23081 1.9372-0.00459 0.44049 0.0214 0.87942 0.084069 1.3153 0.061141 0.40791 0.15591 0.80652 0.31641 1.1896 0.29042 0.68865 0.80095 1.1214 1.5194 1.3106 0.62517 0.16596 1.2565 0.18767 1.9076 0.09617 0.32711 0.5351 0.65727 1.0779 0.99202 1.627 0.39589-0.18613 0.77191-0.36139 1.1586-0.54286-0.31946-0.51493-0.6267-1.0128-0.93088-1.5045 0.13298-0.12098 0.26444-0.228 0.3806-0.34898 0.30112-0.32106 0.48302-0.70726 0.60224-1.1276 0.16967-0.60024 0.21247-1.2175 0.22775-1.8364 0.010701-0.47926-0.019872-0.95697-0.084069-1.4316-0.061141-0.44204-0.16661-0.87322-0.34698-1.2842-0.30724-0.69795-0.82999-1.1353-1.5652-1.3277-0.36226-0.09306-0.72758-0.12408-1.096-0.12563zm4.659 0.79411v1.5882h-0.78261v1.1912h0.78261v2.7794c0 0.30555 0.06266 0.64056 0.18342 0.92595 0.10088 0.24041 0.27055 0.40947 0.50747 0.51338 0.18037 0.07756 0.36838 0.11788 0.5625 0.13649 0.37143 0.03412 0.80248-0.02636 1.1678-0.09151 0.10394-0.01861 0.20635-0.04033 0.31794-0.06203-0.01069-0.32416-0.02752-0.75844-0.05349-1.0702-0.04128-0.00304-0.06266-0.00934-0.0856-0.00776-0.24456 0.00934-0.55333 0.048083-0.79789 0.052729-0.10547 0.00158-0.21247-0.00934-0.31641-0.031028-0.13145-0.027922-0.21858-0.11633-0.25526-0.24971-0.01376-0.055834-0.02905-0.11013-0.03211-0.16596-0.01681-0.20939-0.02293-0.53355-0.02446-0.74448-0.0046-0.75069 0-1.9853 0-1.9853h1.5652v-1.1912h-1.5652v-1.5882zm-4.6972 0.40481c0.23234 0 0.46315 0.027917 0.69395 0.085305 0.39895 0.099264 0.69701 0.31641 0.88043 0.65608 0.1605 0.29159 0.24915 0.60334 0.29042 0.9244 0.048915 0.38775 0.071838 0.7786 0.09324 1.0206-0.019872 0.67159-0.035154 1.1927-0.1819 1.703-0.030573 0.10857-0.068787 0.21559-0.11158 0.31951-0.16508 0.40946-0.49066 0.65918-0.95228 0.76775-0.4662 0.10857-0.93852 0.11011-1.4078 0.0030375-0.49219-0.11163-0.82388-0.38306-0.99813-0.81579-0.14062-0.35053-0.21552-0.71191-0.23539-1.0811-0.022926-0.41412-0.032098-0.82979-0.019871-1.2439 0.010699-0.44824 0.076427-0.89183 0.23692-1.3184 0.033628-0.088402 0.074898-0.17526 0.1177-0.25902 0.18342-0.35208 0.48913-0.57232 0.89878-0.67624 0.23081-0.057387 0.46315-0.085306 0.69548-0.085306z" stroke-width=".39417"/> + <path class="ColorScheme-Text" d="m17.999 11-6.9987 6.9987v3.0013h3.0013l6.9987-6.9987zm-1.7074 2.9085 1.8001 1.8001-2.6449 2.6465v-0.56315l-0.84473 0.0179h-0.86263v-1.3509l1.2012-1.1995zm-3.3968 3.3952v1.3509h1.6895l0.0179 0.54362-0.90006 0.90169h-1.2012l-0.60059-0.60059v-1.2012z"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/designer48.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="48" height="48" fill="#000000" version="1.1" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg"> + <g transform="matrix(2.25 0 0 2.2439 -1.25 -.12195)" fill="#232629"> + <path d="m3.9088 0.5c-0.17884 0-0.39742 0.093061-0.52123 0.22024-0.71841 0.72277-1.4383 1.444-2.1613 2.1637-0.12534 0.12408-0.22622 0.34743-0.22622 0.53975v0.00155c0.00306 3.3331 0.00306 10.102 0.00306 10.176v0.39706h0.3913c0.07337 0 9.8514-0.0016 14.691 0.0016 0.19565 0 0.41729-0.10236 0.54416-0.22955l0.0016-0.0016c0.71074-0.71812 1.4246-1.4331 2.1414-2.145 0.13446-0.13494 0.2277-0.36604 0.2277-0.55526-0.003058-3.3238 0-10.171 0-10.171v-0.39706zm0.018342 0.79411h14.29c0 0.49787-3e-3 6.5716 0 9.7698-0.71535 0.71036-1.4292 1.4254-2.1384 2.1419-4.7125-0.0031-13.732-0.0031-14.293-0.0016 0-0.55526 0-6.5514-0.00306-9.762 0.71688-0.71341 1.4322-1.4284 2.1445-2.1481zm3.7617 1.5882c-0.12381 0-0.24609 0.00309-0.3699 0.00775-0.29959 0.012413-0.5946 0.063596-0.88349 0.1489-0.65421 0.19698-1.1449 0.59093-1.4307 1.2191-0.099355 0.21869-0.18342 0.44669-0.25068 0.67779-0.18495 0.63281-0.22317 1.2842-0.23081 1.9372-0.00459 0.44049 0.0214 0.87942 0.084069 1.3153 0.061141 0.40791 0.15591 0.80652 0.31641 1.1896 0.29042 0.68865 0.80095 1.1214 1.5194 1.3106 0.62517 0.16596 1.2565 0.18767 1.9076 0.09617 0.32711 0.5351 0.65727 1.0779 0.99202 1.627 0.39589-0.18613 0.77191-0.36139 1.1586-0.54286-0.31946-0.51493-0.6267-1.0128-0.93088-1.5045 0.13298-0.12098 0.26444-0.228 0.3806-0.34898 0.30112-0.32106 0.48302-0.70726 0.60224-1.1276 0.16967-0.60024 0.21247-1.2175 0.22775-1.8364 0.010701-0.47926-0.019872-0.95697-0.084069-1.4316-0.061141-0.44204-0.16661-0.87322-0.34698-1.2842-0.30724-0.69795-0.82999-1.1353-1.5652-1.3277-0.36226-0.09306-0.72758-0.12408-1.096-0.12563zm4.659 0.79411v1.5882h-0.78261v1.1912h0.78261v2.7794c0 0.30555 0.06266 0.64056 0.18342 0.92595 0.10088 0.24041 0.27055 0.40947 0.50747 0.51338 0.18037 0.07756 0.36838 0.11788 0.5625 0.13649 0.37143 0.03412 0.80248-0.02636 1.1678-0.09151 0.10394-0.01861 0.20635-0.04033 0.31794-0.06203-0.01069-0.32416-0.02752-0.75844-0.05349-1.0702-0.04128-0.00304-0.06266-0.00934-0.0856-0.00776-0.24456 0.00934-0.55333 0.048083-0.79789 0.052729-0.10547 0.00158-0.21247-0.00934-0.31641-0.031028-0.13145-0.027922-0.21858-0.11633-0.25526-0.24971-0.01376-0.055834-0.02905-0.11013-0.03211-0.16596-0.01681-0.20939-0.02293-0.53355-0.02446-0.74448-0.0046-0.75069 0-1.9853 0-1.9853h1.5652v-1.1912h-1.5652v-1.5882zm-4.6972 0.40481c0.23234 0 0.46315 0.027917 0.69395 0.085305 0.39895 0.099264 0.69701 0.31641 0.88043 0.65608 0.1605 0.29159 0.24915 0.60334 0.29042 0.9244 0.048915 0.38775 0.071838 0.7786 0.09324 1.0206-0.019872 0.67159-0.035154 1.1927-0.1819 1.703-0.030573 0.10857-0.068787 0.21559-0.11158 0.31951-0.16508 0.40946-0.49066 0.65918-0.95228 0.76775-0.4662 0.10857-0.93852 0.11011-1.4078 0.0030375-0.49219-0.11163-0.82388-0.38306-0.99813-0.81579-0.14062-0.35053-0.21552-0.71191-0.23539-1.0811-0.022926-0.41412-0.032098-0.82979-0.019871-1.2439 0.010699-0.44824 0.076427-0.89183 0.23692-1.3184 0.033628-0.088402 0.074898-0.17526 0.1177-0.25902 0.18342-0.35208 0.48913-0.57232 0.89878-0.67624 0.23081-0.057387 0.46315-0.085306 0.69548-0.085306z" stroke-width=".39417"/> + <path class="ColorScheme-Text" d="m17.999 11-6.9987 6.9987v3.0013h3.0013l6.9987-6.9987zm-1.7074 2.9085 1.8001 1.8001-2.6449 2.6465v-0.56315l-0.84473 0.0179h-0.86263v-1.3509l1.2012-1.1995zm-3.3968 3.3952v1.3509h1.6895l0.0179 0.54362-0.90006 0.90169h-1.2012l-0.60059-0.60059v-1.2012z"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/desktopAudioVideoCapture.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,31 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <defs> + <linearGradient id="linearGradient4338" x2="0" y1="538.8" y2="519.8" gradientTransform="matrix(.6875 0 0 .86466 118.12 77.347)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#2a2c2f" offset="0"/> + <stop stop-color="#424649" offset="1"/> + </linearGradient> + <linearGradient id="linearGradient4346" x2="0" y1="542.8" y2="538.8" gradientTransform="matrix(.6875 0 0 .71429 120.18 158.37)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#c6cdd1" offset="0"/> + <stop stop-color="#e0e5e7" offset="1"/> + </linearGradient> + <linearGradient id="linearGradient4358" x2="0" y1="535.8" y2="520.8" gradientTransform="matrix(.85938 0 0 .85715 51.33 81.112)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#60a5e7" stop-opacity="0" offset="0"/> + <stop stop-color="#a6f3fb" stop-opacity=".25773" offset="1"/> + </linearGradient> + <linearGradient id="linearGradient4173" x1="393.57" x2="410.57" y1="519.8" y2="536.8" gradientTransform="matrix(.6875 0 0 .71429 120.18 156.94)" gradientUnits="userSpaceOnUse"> + <stop offset="0"/> + <stop stop-opacity="0" offset="1"/> + </linearGradient> + </defs> + <g transform="translate(-384.57 -525.8)"> + <rect x="384.57" y="526.8" width="22" height="16.429" fill="url(#linearGradient4338)" stroke-width=".70077"/> + <rect x="393.51" y="543.23" width="4.125" height="2.8571" fill="url(#linearGradient4346)" stroke-width=".70077"/> + <rect x="391.45" y="546.08" width="8.25" height=".71429" fill="#99a1a7" stroke-width=".70077"/> + <path d="m385.26 540.37 2.75 2.8572h18.563v-15l-0.6875-0.71428z" fill="url(#linearGradient4173)" fill-rule="evenodd" opacity=".2" stroke-width=".70077"/> + <rect x="385.26" y="527.51" width="20.625" height="12.857" fill="#fff" stroke-width=".70077"/> + <rect x="385.26" y="527.51" width="20.625" height="12.857" fill="url(#linearGradient4358)" stroke-width=".70077"/> + <path class="ColorScheme-Text" d="m395.43 531.1v5.1429h5.775v-1.2857l2.475 1.2857v-5.1429l-2.475 1.2857v-1.2857zm0.4125 0.42857h4.95v4.2857h-4.95zm7.425 0.2645v3.7567l-2.0625-1.0714v-1.6138zm-4.125 0.16407v0.42858h1.2375v-0.42858z" color="#eff0f1" fill="#232629"/> + <path class="ColorScheme-Text" d="m390.43 529.37c-0.71415 0-1.2891 0.59732-1.2891 1.3393v3.2143c0 0.74196 0.57492 1.3393 1.2891 1.3393 0.71414 0 1.2891-0.59732 1.2891-1.3393v-3.2143c0-0.74197-0.57492-1.3393-1.2891-1.3393zm-2.836 3.75v0.53571c4.8e-4 1.1976 0.84259 2.2494 2.0625 2.576v1.174h-1.0312v0.53571h3.6094v-0.53571h-1.0313v-1.175c1.2195-0.32652 2.0615-1.3778 2.0625-2.575v-0.53571h-0.51563v0.53571c0 1.1835-1.0388 2.1429-2.3203 2.1429-1.2815 0-2.3203-0.9594-2.3203-2.1429v-0.53571z" color="#eff0f1" fill="#232629"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/desktopVideoCapture.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,30 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <defs> + <linearGradient id="linearGradient4338" x2="0" y1="538.8" y2="519.8" gradientTransform="matrix(.6875 0 0 .86466 118.12 77.347)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#2a2c2f" offset="0"/> + <stop stop-color="#424649" offset="1"/> + </linearGradient> + <linearGradient id="linearGradient4346" x2="0" y1="542.8" y2="538.8" gradientTransform="matrix(.6875 0 0 .71429 120.18 158.37)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#c6cdd1" offset="0"/> + <stop stop-color="#e0e5e7" offset="1"/> + </linearGradient> + <linearGradient id="linearGradient4358" x2="0" y1="535.8" y2="520.8" gradientTransform="matrix(.85938 0 0 .85715 51.33 81.112)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#60a5e7" stop-opacity="0" offset="0"/> + <stop stop-color="#a6f3fb" stop-opacity=".25773" offset="1"/> + </linearGradient> + <linearGradient id="linearGradient4173" x1="393.57" x2="410.57" y1="519.8" y2="536.8" gradientTransform="matrix(.6875 0 0 .71429 120.18 156.94)" gradientUnits="userSpaceOnUse"> + <stop offset="0"/> + <stop stop-opacity="0" offset="1"/> + </linearGradient> + </defs> + <g transform="translate(-384.57 -525.8)"> + <rect x="384.57" y="526.8" width="22" height="16.429" fill="url(#linearGradient4338)" stroke-width=".70077"/> + <rect x="393.51" y="543.23" width="4.125" height="2.8571" fill="url(#linearGradient4346)" stroke-width=".70077"/> + <rect x="391.45" y="546.08" width="8.25" height=".71429" fill="#99a1a7" stroke-width=".70077"/> + <path d="m385.26 540.37 2.75 2.8572h18.563v-15l-0.6875-0.71428z" fill="url(#linearGradient4173)" fill-rule="evenodd" opacity=".2" stroke-width=".70077"/> + <rect x="385.26" y="527.51" width="20.625" height="12.857" fill="#fff" stroke-width=".70077"/> + <rect x="385.26" y="527.51" width="20.625" height="12.857" fill="url(#linearGradient4358)" stroke-width=".70077"/> + <path class="ColorScheme-Text" d="m389.57 530.32v7.4808h8.4v-1.8702l3.6 1.8702v-7.4808l-3.6 1.8702v-1.8702zm0.6 0.6234h7.2v6.234h-7.2zm10.8 0.38473v5.4645l-3-1.5585v-2.3475zm-6 0.23866v0.62341h1.8v-0.62341z" color="#eff0f1" fill="#232629"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/diffFiles.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path d="m2 1v20h11.571v-1.25h-10.286v-17.5h10.286v5h5.1429v7.5h1.2857v-8.7598l-5.1328-4.9902-0.01004 0.012207v-0.012207h-11.571z" fill="#232629"/> + <path d="m13.571 20.401h5.8129v-5.6514" fill="none" stroke="#232629" stroke-width="1.2142px"/> + <g transform="translate(21.025 4.9153)" fill="#232629"> + <path d="m-13.025 1.0847v3h-3v2h3v3h2v-3h3v-2h-3v-3z"/> + <path d="m-16.025 11.085v2h8v-2z"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/dirClosed.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1 + }</style> + </defs> + <path class="ColorScheme-Text" d="m1 1v20h20v-17.5h-8.7402l-2.5-2.5-0.009765 0.0097656v-0.0097656h-7.5zm1.25 1.25h6.9824l1.2549 1.2549-5.0244 4.9951h-3.2129zm6.2598 5h11.24v12.5h-17.5v-10h3.75v-0.00975l0.0097656 0.00975z" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/dirOpen.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m1 1v20h20v-17.5h-8.7402l-2.5-2.5-0.009765 0.0097656v-0.0097656h-7.5zm7.5098 6.25h11.24v12.5h-17.5v-10h3.75v-0.00975l0.0097656 0.00975z" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/docstringError.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path d="m2 1v20h11.571v-1.25h-10.286v-17.5h10.286v5h5.1429v7.5h1.2857v-8.7598l-5.1328-4.9902-0.01004 0.012207v-0.012207h-11.571z" fill="#232629"/> + <path d="m13.571 20.401h5.8129v-5.6514" fill="none" stroke="#232629" stroke-width="1.2142px"/> + <g transform="matrix(.71839 0 0 .7327 5.2816 7.2673)" fill="#232629"> + <path d="m3.02 8.5017-0.00271-0.04081c8.7e-4 0.01361 0.00178 0.02722 0.00271 0.04081z"/> + <path d="m7.2577 8.9047-1.7701-1.7791 0.59162-0.59161 1.8718 1.8812 1.8451-1.8451 0.59165 0.5916-1.77 1.77 1.7701 1.7791-0.59161 0.5916-1.8717-1.8813-1.8451 1.8451-0.59161-0.5916z"/> + <path d="m10.878 3.9183v0.58167h0.7849l1.6579-1.6579 0.5916 0.59161-1.5698 1.5698 0.0189 0.04949c0.3304 0.86212 0.5165 1.8351 0.5165 2.8653 0 0.1957-0.0067 0.38933-0.0199 0.58053l-3e-3 0.04364h2.0654v0.83666h-2.1705l-0.0061 0.03349c-0.1764 0.96445-0.5195 1.8438-0.9869 2.5838l-0.0347 0.0551 1.9964 2.0065-0.5931 0.5901-1.9098-1.9194-0.0577 0.0645c-0.8627 0.965-1.9806 1.5435-3.1984 1.5435-1.2367 0-2.3704-0.5966-3.2384-1.5887l-0.05749-0.0657-1.8717 1.8717-0.59162-0.5916 1.9632-1.9632-0.03399-0.055c-0.45068-0.729-0.782-1.5897-0.95424-2.5316l-0.00612-0.03349h-2.1688v-0.83666h2.0637l-3e-3 -0.04364c-0.01315-0.1912-0.01986-0.38483-0.01986-0.58053 0-1.0167 0.18128-1.9778 0.50362-2.8315l0.01857-0.04919-1.6109-1.619 0.59311-0.59012 1.6631 1.6715h0.83249v-0.58167c0-1.6118 1.3066-2.9183 2.9183-2.9183s2.9183 1.3066 2.9183 2.9183zm-5 0v0.58167h4.1633v-0.58167c0-1.1497-0.93196-2.0817-2.0816-2.0817s-2.0817 0.93199-2.0817 2.0817zm5.7163 1.4712-0.0199-0.0529h-7.2295l-0.0199 0.0529c-0.28341 0.75313-0.44701 1.6105-0.44701 2.5288 0 1.6099 0.50298 3.0339 1.274 4.0363 0.77037 1.0015 1.771 1.5454 2.8076 1.5454s2.0373-0.5439 2.8076-1.5454c0.7711-1.0024 1.274-2.4263 1.274-4.0363 0-0.91822-0.1636-1.7756-0.447-2.5288z" clip-rule="evenodd" fill-rule="evenodd"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/documentFind.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m2 1v20h10.286v-1.25h-9v-17.5h15.429v11.25h1.2857v-12.5h-18m11.571 10c-2.1369 0-3.8571 1.6725-3.8571 3.75s1.7203 3.75 3.8571 3.75c0.83493 0 1.6025-0.26073 2.2324-0.6958l3.2871 3.1958 0.90904-0.88379-3.2871-3.1958c0.4475-0.61247 0.71568-1.3587 0.71568-2.1704 0-2.0775-1.7203-3.75-3.8571-3.75m0 1.25c1.4246 0 2.5714 1.115 2.5714 2.5s-1.1469 2.5-2.5714 2.5c-1.4246 0-2.5714-1.115-2.5714-2.5s1.1469-2.5 2.5714-2.5" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/documentNewView.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m2 1v17.5h5.1429v2.5h7.7143l5.1429-5v-11.25h-2.5714v-3.75h-15.429m1.2857 1.25h12.857v2.5h-9v12.5h-3.8571v-15m5.1429 3.75h10.286v8.75h-5.1429v5h-5.1429v-13.75" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/download.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m7.1429 1v7.5h1.2857v-6.25h5.1429v6.25h1.2857v-7.5h-6.4286zm-2.8376 8.75-1.0195 1.0205 7.7143 7.7295 7.7143-7.7295-1.0195-1.0205-6.6948 6.709zm-2.3052 8.75v2.5h18v-2.5h-1.2857v1.25h-15.429v-1.25z" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/downloads.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <defs> + <linearGradient id="linearGradient861" x1="34" x2="44" y1="19.008" y2="29.008" gradientTransform="matrix(1.1,0,0,1.1,-2.4,-2.4)" gradientUnits="userSpaceOnUse" xlink:href="#a"/> + </defs> + <linearGradient id="c" x1="9" x2="38" y1="9" y2="38" gradientTransform="matrix(1.1,0,0,1.1,-2.4,-2.4)" gradientUnits="userSpaceOnUse" xlink:href="#a"/> + <linearGradient id="a" x1="34" x2="44" y1="19.008" y2="29.008" gradientUnits="userSpaceOnUse"> + <stop stop-color="#292c2f" offset="0"/> + <stop stop-opacity="0" offset="1"/> + </linearGradient> + <linearGradient id="b" x1="4" x2="4" y1="44" y2="4" gradientTransform="matrix(1.1,0,0,1.1,-2.4,-2.4)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#197cf1" offset="0"/> + <stop stop-color="#20bcfa" offset="1"/> + </linearGradient> + <linearGradient id="d" x1="4" x2="4" y1="44" y2="4" gradientTransform="matrix(1.1,0,0,1.1,-2.4,-2.4)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#54d883" offset="0"/> + <stop stop-color="#abf9c7" offset="1"/> + </linearGradient> + <g transform="matrix(.45455 0 0 .45455 .090909 .090909)"> + <circle cx="24" cy="24" r="22" fill="url(#b)" stroke-width="1.1"/> + <path d="m24 2a22 22 0 0 0-21.89 19.8h3.19l3.3 3.3 2.2 1.1 12.066 19.745a22 22 0 0 0 1.1341 0.055 22 22 0 0 0 22-22 22 22 0 0 0-22-22z" fill="url(#c)" opacity=".2" stroke-width="1.1"/> + <path d="m44.445 15.896-7.2446 10.304 6.8365 6.8365a22 22 0 0 0 1.9635-9.0365 22 22 0 0 0-1.496-7.9706 22 22 0 0 0-0.0594-0.1331z" fill="url(#linearGradient861)" fill-rule="evenodd" opacity=".2" stroke-width="1.1"/> + <path d="m24 2a22 22 0 0 0-2.0922 0.121 22 22 0 0 0-0.2794 0.033 22 22 0 0 0-3.5409 0.7007v-0.044a22 22 0 0 0-10.67 6.754h0.011a22 22 0 0 0-3.938 6.5395l1.8095-0.9042h4.4v1.1l1.1 1.1v-2.2l2.2-2.2h1.1v-1.1l1.1-1.1 2.2-1.1 1.1-1.1 2.2-1.1v1.1l2.2-1.1h-1.1v-1.1l-1.1-1.1h4.4l-1.1 1.1 3.3 1.1-1.1-2.2v-2.2l-1.0417-1.0417a22 22 0 0 0-1.1583-0.0583zm16.5 7.491v2.409h1.8601a22 22 0 0 0-1.8601-2.409zm-30.732 0.0737h0.0671l-0.1353 0.1353 0.0693-0.1353zm33.026 3.0382-1.1946 0.3971-2.2 1.1v1.1l-2.2 2.2-1.1 2.2v4.4l1.1 2.2 2.2 1.1 1.1 1.1 5.1887-0.8635a22 22 0 0 0 0.0022-0.0242 22 22 0 0 0 0.2299-1.9272 22 22 0 0 0 0.0792-1.5851 22 22 0 0 0-0.099-1.914 22 22 0 0 0-0.1067-0.8899 22 22 0 0 0-0.209-1.3574 22 22 0 0 0-0.1485-0.6578 22 22 0 0 0-0.3927-1.5334 22 22 0 0 0-0.1595-0.4752 22 22 0 0 0-0.5929-1.6203 22 22 0 0 0-0.1628-0.363 22 22 0 0 0-0.814-1.6775 22 22 0 0 0-0.5203-0.9086zm-37.495 6.9971-1.1 1.1h-1.1l-0.715-0.715a22 22 0 0 0 0 0.0055 22 22 0 0 0-0.2926 2.1747 22 22 0 0 0-0.0022 0.033l2.1098 0.7018 2.2 1.1 2.2 2.2h2.2v2.2l-1.1 1.1-1.1 2.2v1.1l2.2 2.2 1.1 2.2 1.1 1.1 2.2 1.1v4.752a22 22 0 0 0 0.0066 0.0022 22 22 0 0 0 1.8667 0.7095 22 22 0 0 0 0.2112 0.0748 22 22 0 0 0 1.6643 0.4488 22 22 0 0 0 0.4961 0.1276 22 22 0 0 0 1.452 0.2376 22 22 0 0 0 0.748 0.1144 22 22 0 0 0 1.265 0.0792 22 22 0 0 0 1.0901 0.0539 22 22 0 0 0 1.1198-0.0407l1.0802-2.1593v-1.1l2.2-1.1 1.1-1.1 1.1-4.4 1.1-1.1v-2.2l-2.2-1.1h-1.1l-2.2-1.1h-1.1l-1.1-2.2-1.1-1.1h-2.2l-2.2-2.2h-2.2l-3.3-1.1-1.1 2.2-2.2-1.1h-1.1v-2.2l-2.2-1.1 1.1-2.2z" fill="url(#d)" stroke-width="1.1"/> + <path d="m2.0561 23.45c-0.0044 0.187-0.0561 0.3619-0.0561 0.55 0 12.188 9.812 22 22 22s22-9.812 22-22c0-0.1881-0.0517-0.363-0.0561-0.55-0.033 1.3266-0.1331 2.6378-0.3894 3.8951a21.879 21.879 0 0 1-5.9851 11.124 21.945 21.945 0 0 1-6.9905 4.7069 21.799 21.799 0 0 1-4.1338 1.2782 22.224 22.224 0 0 1-4.444 0.4444c-1.5235 0-3.0107-0.1529-4.444-0.4444a21.879 21.879 0 0 1-11.124-5.9851 21.945 21.945 0 0 1-4.7069-6.9905 21.799 21.799 0 0 1-1.2782-4.1338c-0.2563-1.2573-0.3553-2.5685-0.3894-3.8951" opacity=".2" stroke-width="1.1"/> + <path class="ColorScheme-Text" d="m19.314 7.4115v11.25h1.9286v-9.375h7.7143v9.375h1.9286v-11.25h-9.6429zm-4.2564 13.125-1.5293 1.5308 11.571 11.594 11.571-11.594-1.5293-1.5308-10.042 10.063zm-3.4579 13.125v3.75h27v-3.75h-1.9286v1.875h-23.143v-1.875z" color="#eff0f1"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/downloads48.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="48" height="48" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <defs> + <linearGradient id="linearGradient861" x1="34" x2="44" y1="19.008" y2="29.008" gradientTransform="matrix(1.1,0,0,1.1,-2.4,-2.4)" gradientUnits="userSpaceOnUse" xlink:href="#a"/> + </defs> + <linearGradient id="c" x1="9" x2="38" y1="9" y2="38" gradientTransform="matrix(1.1,0,0,1.1,-2.4,-2.4)" gradientUnits="userSpaceOnUse" xlink:href="#a"/> + <linearGradient id="a" x1="34" x2="44" y1="19.008" y2="29.008" gradientUnits="userSpaceOnUse"> + <stop stop-color="#292c2f" offset="0"/> + <stop stop-opacity="0" offset="1"/> + </linearGradient> + <linearGradient id="b" x1="4" x2="4" y1="44" y2="4" gradientTransform="matrix(1.1,0,0,1.1,-2.4,-2.4)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#197cf1" offset="0"/> + <stop stop-color="#20bcfa" offset="1"/> + </linearGradient> + <linearGradient id="d" x1="4" x2="4" y1="44" y2="4" gradientTransform="matrix(1.1,0,0,1.1,-2.4,-2.4)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#54d883" offset="0"/> + <stop stop-color="#abf9c7" offset="1"/> + </linearGradient> + <circle cx="24" cy="24" r="22" fill="url(#b)" stroke-width="1.1"/> + <path d="m24 2a22 22 0 0 0-21.89 19.8h3.19l3.3 3.3 2.2 1.1 12.066 19.745a22 22 0 0 0 1.1341 0.055 22 22 0 0 0 22-22 22 22 0 0 0-22-22z" fill="url(#c)" opacity=".2" stroke-width="1.1"/> + <path d="m44.445 15.896-7.2446 10.304 6.8365 6.8365a22 22 0 0 0 1.9635-9.0365 22 22 0 0 0-1.496-7.9706 22 22 0 0 0-0.0594-0.1331z" fill="url(#linearGradient861)" fill-rule="evenodd" opacity=".2" stroke-width="1.1"/> + <path d="m24 2a22 22 0 0 0-2.0922 0.121 22 22 0 0 0-0.2794 0.033 22 22 0 0 0-3.5409 0.7007v-0.044a22 22 0 0 0-10.67 6.754h0.011a22 22 0 0 0-3.938 6.5395l1.8095-0.9042h4.4v1.1l1.1 1.1v-2.2l2.2-2.2h1.1v-1.1l1.1-1.1 2.2-1.1 1.1-1.1 2.2-1.1v1.1l2.2-1.1h-1.1v-1.1l-1.1-1.1h4.4l-1.1 1.1 3.3 1.1-1.1-2.2v-2.2l-1.0417-1.0417a22 22 0 0 0-1.1583-0.0583zm16.5 7.491v2.409h1.8601a22 22 0 0 0-1.8601-2.409zm-30.732 0.0737h0.0671l-0.1353 0.1353 0.0693-0.1353zm33.026 3.0382-1.1946 0.3971-2.2 1.1v1.1l-2.2 2.2-1.1 2.2v4.4l1.1 2.2 2.2 1.1 1.1 1.1 5.1887-0.8635a22 22 0 0 0 0.0022-0.0242 22 22 0 0 0 0.2299-1.9272 22 22 0 0 0 0.0792-1.5851 22 22 0 0 0-0.099-1.914 22 22 0 0 0-0.1067-0.8899 22 22 0 0 0-0.209-1.3574 22 22 0 0 0-0.1485-0.6578 22 22 0 0 0-0.3927-1.5334 22 22 0 0 0-0.1595-0.4752 22 22 0 0 0-0.5929-1.6203 22 22 0 0 0-0.1628-0.363 22 22 0 0 0-0.814-1.6775 22 22 0 0 0-0.5203-0.9086zm-37.495 6.9971-1.1 1.1h-1.1l-0.715-0.715a22 22 0 0 0 0 0.0055 22 22 0 0 0-0.2926 2.1747 22 22 0 0 0-0.0022 0.033l2.1098 0.7018 2.2 1.1 2.2 2.2h2.2v2.2l-1.1 1.1-1.1 2.2v1.1l2.2 2.2 1.1 2.2 1.1 1.1 2.2 1.1v4.752a22 22 0 0 0 0.0066 0.0022 22 22 0 0 0 1.8667 0.7095 22 22 0 0 0 0.2112 0.0748 22 22 0 0 0 1.6643 0.4488 22 22 0 0 0 0.4961 0.1276 22 22 0 0 0 1.452 0.2376 22 22 0 0 0 0.748 0.1144 22 22 0 0 0 1.265 0.0792 22 22 0 0 0 1.0901 0.0539 22 22 0 0 0 1.1198-0.0407l1.0802-2.1593v-1.1l2.2-1.1 1.1-1.1 1.1-4.4 1.1-1.1v-2.2l-2.2-1.1h-1.1l-2.2-1.1h-1.1l-1.1-2.2-1.1-1.1h-2.2l-2.2-2.2h-2.2l-3.3-1.1-1.1 2.2-2.2-1.1h-1.1v-2.2l-2.2-1.1 1.1-2.2z" fill="url(#d)" stroke-width="1.1"/> + <path d="m2.0561 23.45c-0.0044 0.187-0.0561 0.3619-0.0561 0.55 0 12.188 9.812 22 22 22s22-9.812 22-22c0-0.1881-0.0517-0.363-0.0561-0.55-0.033 1.3266-0.1331 2.6378-0.3894 3.8951a21.879 21.879 0 0 1-5.9851 11.124 21.945 21.945 0 0 1-6.9905 4.7069 21.799 21.799 0 0 1-4.1338 1.2782 22.224 22.224 0 0 1-4.444 0.4444c-1.5235 0-3.0107-0.1529-4.444-0.4444a21.879 21.879 0 0 1-11.124-5.9851 21.945 21.945 0 0 1-4.7069-6.9905 21.799 21.799 0 0 1-1.2782-4.1338c-0.2563-1.2573-0.3553-2.5685-0.3894-3.8951" opacity=".2" stroke-width="1.1"/> + <path class="ColorScheme-Text" d="m19.314 7.4115v11.25h1.9286v-9.375h7.7143v9.375h1.9286v-11.25h-9.6429zm-4.2564 13.125-1.5293 1.5308 11.571 11.594 11.571-11.594-1.5293-1.5308-10.042 10.063zm-3.4579 13.125v3.75h27v-3.75h-1.9286v1.875h-23.143v-1.875z" color="#eff0f1"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/drawBrush.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m20.391 1.0093a2.5 11.25 44.998 0 0-9.3062 6.3722 2.5 11.25 44.998 0 0-4.4285 5.1417c1.345 0.42831 2.3938 1.4772 2.8221 2.8223a2.5 11.25 44.998 0 0 5.1413-4.4288 2.5 11.25 44.998 0 0 6.1862-9.7219 2.5 11.25 44.998 0 0-0.41502-0.18555m-14.391 13.321c-4.9998 1.3398-1.2499 4.505-4.9998 6.6701 5.004 0 7.4996-2.5011 7.4996-4.17 0-0.83112 0.084496-2.3619-2.4999-2.5001z" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/drawCircle.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m11 1c-5.54 0-10 4.46-10 10s4.46 10 10 10 10-4.46 10-10-4.46-10-10-10m0 1.25c4.8475 0 8.75 3.9025 8.75 8.75s-3.9025 8.75-8.75 8.75-8.75-3.9025-8.75-8.75 3.9025-8.75 8.75-8.75" color="#eff0f1" fill="#232629" stroke="#232629" stroke-width="1.25"/> + <path d="m9.4751 19.631c-3.6974-0.7037-6.5603-3.6101-7.1242-7.2324-0.15363-0.98686-0.057315-2.8467 0.19277-3.7225 0.87614-3.0682 3.1816-5.3201 6.3267-6.1798 1.0687-0.29209 3.205-0.28763 4.3017 0.00896 0.93131 0.25186 1.9191 0.69208 2.6746 1.192 1.3064 0.86444 2.6132 2.4312 3.2075 3.8458 0.91964 2.1888 0.9153 4.7486-0.01174 6.9272-1.0372 2.4374-3.3115 4.3767-5.8873 5.0202-0.99569 0.24872-2.7581 0.31606-3.68 0.14061z" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/drawCircleFilled.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#232629; + }</style> + </defs> + <path class="ColorScheme-Text" d="m11 1c-5.54 0-10 4.46-10 10s4.46 10 10 10 10-4.46 10-10-4.46-10-10-10m0 1.25c4.8475 0 8.75 3.9025 8.75 8.75s-3.9025 8.75-8.75 8.75-8.75-3.9025-8.75-8.75 3.9025-8.75 8.75-8.75" color="#232629" fill="currentColor" stroke-width="1.25"/> + <path class="ColorScheme-Text" d="m9.1862 20.365c-1.7329-0.34736-3.5149-1.3185-4.8089-2.6208-1.4051-1.414-2.2657-3.0999-2.6166-5.126-0.35262-2.0356-0.086781-3.8817 0.83598-5.8056 2.3359-4.87 8.3926-6.7506 13.173-4.0899 0.56364 0.31374 1.276 0.8954 2.0304 1.658 0.98825 0.9989 1.2483 1.3549 1.7372 2.3787 0.78872 1.6514 1.0226 2.8145 0.94496 4.6996-0.10652 2.5868-0.88179 4.3757-2.7009 6.2321-2.295 2.342-5.4121 3.3117-8.5948 2.6738z" color="#232629" fill="currentColor" fill-opacity=".50196" stroke-width="1.25"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/drawEllipse.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="M 11,3.5 A 10,7.5 0 0 0 1,11 10,7.5 0 0 0 11,18.5 10,7.5 0 0 0 21,11 10,7.5 0 0 0 11,3.5 m 0,1.25 A 8.75,6.25 0 0 1 19.75,11 8.75,6.25 0 0 1 11,17.25 8.75,6.25 0 0 1 2.25,11 8.75,6.25 0 0 1 11,4.75" color="#eff0f1" fill="#232629" stroke-width="1.25"/> + <path class="ColorScheme-Text" d="m9.8687 17.698c-4.1266-0.357-7.4531-2.7633-8.0473-5.8213-0.57694-2.9689 1.6968-5.8406 5.6085-7.0835 2.9613-0.9409 6.3687-0.67958 9.1254 0.69982 1.3663 0.68368 2.924 2.1834 3.4817 3.3523 0.3317 0.69518 0.36515 0.88808 0.36588 2.11 7.56e-4 1.2987-0.0155 1.3783-0.47348 2.3171-1.4577 2.9881-5.6022 4.8112-10.061 4.4255z" color="#eff0f1" fill="#232629" stroke-width="1.25"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/drawEllipseFilled.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#232629; + }</style> + </defs> + <path class="ColorScheme-Text" d="M 11,3.5 A 10,7.5 0 0 0 1,11 10,7.5 0 0 0 11,18.5 10,7.5 0 0 0 21,11 10,7.5 0 0 0 11,3.5 m 0,1.25 A 8.75,6.25 0 0 1 19.75,11 8.75,6.25 0 0 1 11,17.25 8.75,6.25 0 0 1 2.25,11 8.75,6.25 0 0 1 11,4.75" color="#232629" fill="currentColor" stroke-width="1.25"/> + <path class="ColorScheme-Text" d="m9.8687 17.698c-4.1266-0.357-7.4531-2.7633-8.0473-5.8213-0.57694-2.9689 1.6968-5.8406 5.6085-7.0835 2.9613-0.9409 6.3687-0.67958 9.1254 0.69982 1.3663 0.68368 2.924 2.1834 3.4817 3.3523 0.3317 0.69518 0.36515 0.88808 0.36588 2.11 7.56e-4 1.2987-0.0155 1.3783-0.47348 2.3171-1.4577 2.9881-5.6022 4.8112-10.061 4.4255z" color="#232629" fill="currentColor" fill-opacity=".50196" stroke-width="1.25"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/drawEraser.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m16 1-10 10 5 5 10-10-5-5m-12.5 12.5-2.5 2.5 5 5 2.5-2.5-5-5" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/drawFill.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m10.375 1c-1.7312 0-3.125 1.3938-3.125 3.125v3.125l-6.25 6.25 7.5 7.5 8.75-8.75-3.75-3.75v-4.375c0-1.7312-1.3938-3.125-3.125-3.125m0 1.25c1.0388 0 1.875 0.83625 1.875 1.875v3.125l-2.5-2.5-1.25 1.25v-1.875c0-1.0388 0.83625-1.875 1.875-1.875m-0.625 4.2676 5.6689 5.6714c-4.4192 5.0621-6.9199-2.4389-12.651 1.311l6.9824-6.9824m9.375 4.4824s-1.875 3.3395-1.875 4.375 0.83946 1.875 1.875 1.875c1.0355 0 1.875-0.8395 1.875-1.875s-1.875-4.375-1.875-4.375z" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/drawLine.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m17.25 1v2.8906l-13.359 13.359h-2.8906v3.75h3.75v-2.8906l13.359-13.359h2.8906v-3.75h-3.75m1.25 1.25h1.25v1.25h-1.25v-1.25m-16.25 16.25h1.25v1.25h-1.25v-1.25" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/drawRectangle.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m1 1v20h20v-20h-20m1.25 1.25h17.5v17.5h-17.5v-17.5" color="#eff0f1" fill="#232629" stroke-width="1.25"/> + <path class="ColorScheme-Text" d="m1.632 10.972v-9.3815h18.598v18.763h-18.598z" color="#eff0f1" fill="#232629" stroke-width="1.25"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/drawRectangleFilled.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#232629; + }</style> + </defs> + <path class="ColorScheme-Text" d="m1 1v20h20v-20h-20m1.25 1.25h17.5v17.5h-17.5v-17.5" color="#232629" fill="currentColor" stroke-width="1.25"/> + <path class="ColorScheme-Text" d="m1.632 10.972v-9.3815h18.598v18.763h-18.598z" color="#232629" fill="currentColor" fill-opacity=".50196" stroke-width="1.25"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/edit.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" fill="none" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <path d="m3.5818 21c-0.3372-0.004723-0.66996-0.077708-0.97823-0.21466-0.30829-0.13696-0.5857-0.33502-0.81556-0.58217-0.44726-0.40814-0.72464-0.96999-0.7769-1.5738-0.059321-0.6241 0.12134-1.2473 0.50511-1.7425 1.7235-1.8209 5.1228-5.2262 7.5954-7.6513-0.52611-1.4252-0.50153-2.996 0.068943-4.404 0.4691-1.1715 1.3033-2.16 2.3785-2.8183 0.84344-0.55957 1.8129-0.89962 2.8206-0.98937 1.0077-0.08974 2.0217 0.073644 2.9506 0.47539l0.88157 0.3825-4.094 4.2234 1.7924 1.8009 4.2054-4.1172 0.38186 0.88586c0.32186 0.74686 0.49257 1.5503 0.50214 2.3638 0.0096 0.81344-0.14214 1.6207-0.44643 2.3749-0.30171 0.7458-0.74986 1.4233-1.3179 1.9922-0.32186 0.31551-0.67757 0.59434-1.0607 0.8314-0.79271 0.53032-1.6997 0.86463-2.6464 0.97546-0.94686 0.11082-1.9064-5e-3 -2.7998-0.33796-1.5684 1.5937-5.4834 5.5423-7.598 7.5197-0.42419 0.38596-0.97553 0.60163-1.5485 0.60564zm11.339-18.672c-0.93972-0.00236-1.8589 0.275-2.6409 0.79687-0.30499 0.18654-0.58824 0.4066-0.84451 0.65608-0.68156 0.68825-1.1367 1.5688-1.3045 2.5236-0.16777 0.95476-0.04011 1.9381 0.36586 2.8181l0.19357 0.42499-0.33277 0.32539c-2.4832 2.4278-6.0986 6.039-7.8367 7.8771-0.15476 0.23083-0.22096 0.5099-0.18634 0.78567 0.0346 0.27591 0.16766 0.52993 0.3746 0.71511 0.11926 0.13309 0.26457 0.24028 0.42691 0.3147 0.14309 0.06483 0.29774 0.10003 0.45474 0.10361 0.23844-6e-3 0.46673-0.09803 0.643-0.25888 2.2472-2.1011 6.5891-6.4945 7.8632-7.7855l0.32747-0.33071 0.4216 0.19258c0.73393 0.34273 1.5438 0.48946 2.3511 0.42592 0.80728-0.06353 1.5844-0.33516 2.256-0.7885 0.30557-0.18872 0.58886-0.41148 0.84443-0.66405 0.44257-0.44209 0.79229-0.96843 1.0287-1.548 0.23628-0.57958 0.35443-1.2007 0.34757-1.8267 0-0.30863-0.03057-0.61651-0.09157-0.91906l-3.6817 3.5992-3.6445-3.6457 3.5928-3.7054c-0.30571-0.059533-0.61657-0.088455-0.928-0.086323z" fill="#232629" stroke-width="1.4298"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/editBookmarks.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 352 352" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <g transform="matrix(22.667 0 0 22.667 -29.333 -23520)" fill="#232629"> + <path class="ColorScheme-Text" d="m8 1038.4-2 4-4 1 3 3-1 4 4-2 4 2-1-4 3-3-4-1z" color="#eff0f1" fill="#232629"/> + </g> + <path class="ColorScheme-Text" d="m287.95 144-143.91 143.91h-0.0469v48.094h48.094v-0.0464l143.91-143.91-0.024-0.0234 0.024-0.0234-48-48-0.024 0.0234-0.024-0.0234m-23.977 40.945 31.078 31.078-91.055 91.055v-19.078h-24v-19.078l83.977-83.977m-95.977 95.977v19.078h24v19.078l-4.9207 4.9217h-19.078l-12-12v-19.078l12-12" color="#eff0f1" fill="#ff9000"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/editComment.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <g transform="matrix(1.25 0 0 1.25 -2.75 -2.7501)" fill="#232629" stroke-width="1.2645"> + <path class="ColorScheme-Text" d="M 7.000492,18.993143 9,19 8.999508,3.00688 7,3 Z" color="#eff0f1"/> + <path class="ColorScheme-Text" d="M 13.000492,18.9931 15,19 14.999508,3.00688 13,3 Z" color="#eff0f1"/> + <path class="ColorScheme-Text" d="M 3.0039,14.999138 18.999964,15 18.996064,13.00086 3,13 Z" color="#eff0f1"/> + <path class="ColorScheme-Text" d="M 3.0039,8.999138 18.999964,9 18.996064,7.00086 3,7 Z" color="#eff0f1"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/editCopy.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m2 1v17.5h5.1429v2.5h7.7143l5.1429-5v-11.25h-2.5714v-3.75h-15.429m1.2857 1.25h12.857v2.5h-9v12.5h-3.8571v-15m5.1429 3.75h10.286v8.75h-5.1429v5h-5.1429v-13.75" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/editCut.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m5.8722 1c-0.74231 1.25-1.129 1.25-0.38672 2.5l4.5527 7.6758-2.6468 4.4092c-0.57247-0.51432-1.3326-0.83496-2.1772-0.83496-1.7807 0-3.2143 1.3938-3.2143 3.125s1.4336 3.125 3.2143 3.125 3.2143-1.3938 3.2143-3.125c0-0.20888-0.02295-0.41315-0.062779-0.61035l1.4941-2.5171c1.0034-0.0013 1.1299-0.96825 1.7151-0.98144l2.0617 3.4766c-0.04268 0.2038-0.06529 0.41592-0.06529 0.63232 0 1.7312 1.4336 3.125 3.2143 3.125 1.7807 0 3.2143-1.3938 3.2143-3.125 0-1.7312-1.4336-3.125-3.2143-3.125-0.84 0-1.5957 0.31823-2.1671 0.82764l-2.6417-4.4019 4.5527-7.6758c0.74231-1.25 0.35559-1.25-0.38672-2.5l-5.1353 8.5596-5.1353-8.5596m5.1278 10c0.35614 0 0.64286 0.27875 0.64286 0.625s-0.28671 0.625-0.64286 0.625-0.64286-0.27875-0.64286-0.625 0.28671-0.625 0.64286-0.625zm-5.7857 5c1.0684 0 1.9286 0.83625 1.9286 1.875 0 1.0388-0.86014 1.875-1.9286 1.875s-1.9286-0.83625-1.9286-1.875c0-1.0387 0.86014-1.875 1.9286-1.875m11.571 0c1.0684 0 1.9286 0.83625 1.9286 1.875 0 1.0388-0.86014 1.875-1.9286 1.875-1.0684 0-1.9286-0.83625-1.9286-1.875 0-1.0387 0.86014-1.875 1.9286-1.875" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/editDelete.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <style type="text/css">.ColorScheme-NegativeText{color:#da4453;}</style> + <g class="ColorScheme-NegativeText" transform="matrix(1.25,0,0,1.25,-2.75,-2.75)" color="#da4453" fill="currentColor"> + <path d="m4 3v7h1v-6h8v4h4v2h1v-3.0078l-3.9922-3.9922-0.007812 0.009766v-0.009766z"/> + <path d="m3 11 16 1.2e-5 -1.2e-5 0.99999-16-1.2e-5z"/> + <path d="m4 13 0.99999 7.2e-5 -1.17e-5 5.9999-0.99999-7.2e-5z"/> + <path d="m6 13 0.99999 7.2e-5 -1.17e-5 5.9999-0.99999-7.2e-5z"/> + <path d="m8 13 0.99999 7.2e-5 -1.17e-5 5.9999-0.99999-7.2e-5z"/> + <path d="m10 13 0.99999 7.2e-5 -1.2e-5 5.9999-0.99999-7.2e-5z"/> + <path d="m12 13 0.99999 7.2e-5 -1.2e-5 5.9999-0.99999-7.2e-5z"/> + <path d="m14 13 0.99999 7.2e-5 -1.2e-5 5.9999-0.99999-7.2e-5z"/> + <path d="m16 13 0.99999 7.2e-5 -1.2e-5 5.9999-0.99999-7.2e-5z"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/editIndent.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m1 1v1.25h20v-1.25h-20m0 2.5v1.25h16.25v-1.25h-16.25m0 3.75v7.5l5-3.75-5-3.75m7.5 1.25v1.25h12.5v-1.25h-12.5m0 2.5v1.25h2.5v-1.25h-2.5m-7.5 5v1.25h20v-1.25h-20m0 2.5v1.25h16.25v-1.25h-16.25m17.5 1.25v1.25h2.5v-1.25h-2.5" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/editPaste.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m5.8571 1v2.5h-3.8571v17.5h18v-17.5h-3.8571v-2.5zm-2.5714 3.75h1.2857v2.5h12.857v-2.5h1.2857v15h-15.429zm2.5714 3.75v1.25h10.286v-1.25zm0 3.75v1.25h7.7143v-1.25zm0 3.75v1.25h3.8571v-1.25z" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/editRedo.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m14.196 1-0.86936 0.88379 2.8194 2.8662h-4.6542c-4.4277 0-7.9923 3.6238-7.9923 8.125s3.5646 8.125 7.9923 8.125h1.8444v-1.25h-1.8444c-3.7466 0-6.7627-3.0662-6.7627-6.875s3.0162-6.875 6.7627-6.875h4.6542l-2.8194 2.8662 0.86936 0.88379 4.3036-4.375-4.3036-4.375" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/editRename.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m15.995 1-14.99 14.99h-0.0048825v5.0098h5.0098v-0.0049l14.99-14.99-0.0025-0.0024375 0.0025-0.0024375-5-5-0.0025 0.00244-0.0025-0.00244m-2.4976 4.2651 3.2373 3.2373-9.4849 9.4849v-1.9873h-2.5v-1.9873l8.7476-8.7476m-9.9976 9.9976v1.9873h2.5v1.9873l-0.51258 0.51268h-1.9873l-1.25-1.25v-1.9873l1.25-1.25" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/editReplace.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m8.5 1c-4.155 0-7.5 3.345-7.5 7.5s3.345 7.5 7.5 7.5c1.8515 0 3.5382-0.66835 4.8438-1.7725l6.7725 6.7725 0.88379-0.88379-6.7725-6.7725c1.1041-1.3055 1.7725-2.9922 1.7725-4.8438 0-4.155-3.345-7.5-7.5-7.5zm0 1.25c3.4625 0 6.25 2.7875 6.25 6.25s-2.7875 6.25-6.25 6.25-6.25-2.7875-6.25-6.25 2.7875-6.25 6.25-6.25zm-6.25 16.25c-0.69249 0-1.25 0.55751-1.25 1.25s0.55751 1.25 1.25 1.25 1.25-0.55751 1.25-1.25-0.55751-1.25-1.25-1.25zm5 0c-0.69249 0-1.25 0.55751-1.25 1.25s0.55751 1.25 1.25 1.25 1.25-0.55751 1.25-1.25-0.55751-1.25-1.25-1.25zm5 0c-0.69249 0-1.25 0.55751-1.25 1.25s0.55751 1.25 1.25 1.25 1.25-0.55751 1.25-1.25-0.55751-1.25-1.25-1.25z" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/editReplaceAll.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <g fill="#232629"> + <path class="ColorScheme-Text" d="m4.75 1c-2.0775 0-3.75 1.6725-3.75 3.75s1.6725 3.75 3.75 3.75c0.92575 0 1.7691-0.33418 2.4219-0.88623l3.3862 3.3862 0.44189-0.4419-3.3862-3.3862c0.55205-0.65276 0.88623-1.4961 0.88623-2.4219 0-2.0775-1.6725-3.75-3.75-3.75zm0 0.625c1.7313 0 3.125 1.3937 3.125 3.125s-1.3937 3.125-3.125 3.125-3.125-1.3937-3.125-3.125 1.3937-3.125 3.125-3.125zm-3.125 8.125c-0.34625 0-0.625 0.27875-0.625 0.625s0.27875 0.625 0.625 0.625 0.625-0.27875 0.625-0.625-0.27875-0.625-0.625-0.625zm2.5 0c-0.34625 0-0.625 0.27875-0.625 0.625s0.27875 0.625 0.625 0.625 0.625-0.27875 0.625-0.625-0.27875-0.625-0.625-0.625zm2.5 0c-0.34625 0-0.625 0.27875-0.625 0.625s0.27875 0.625 0.625 0.625 0.625-0.27875 0.625-0.625-0.27875-0.625-0.625-0.625z" color="#eff0f1"/> + <path class="ColorScheme-Text" d="m14.75 11c-2.0775 0-3.75 1.6725-3.75 3.75s1.6725 3.75 3.75 3.75c0.92575 0 1.7691-0.33418 2.4219-0.88623l3.3862 3.3862 0.44189-0.4419-3.3862-3.3862c0.55205-0.65276 0.88623-1.4961 0.88623-2.4219 0-2.0775-1.6725-3.75-3.75-3.75zm0 0.625c1.7313 0 3.125 1.3937 3.125 3.125s-1.3937 3.125-3.125 3.125-3.125-1.3937-3.125-3.125 1.3937-3.125 3.125-3.125zm-3.125 8.125c-0.34625 0-0.625 0.27875-0.625 0.625s0.27875 0.625 0.625 0.625 0.625-0.27875 0.625-0.625-0.27875-0.625-0.625-0.625zm2.5 0c-0.34625 0-0.625 0.27875-0.625 0.625s0.27875 0.625 0.625 0.625 0.625-0.27875 0.625-0.625-0.27875-0.625-0.625-0.625zm2.5 0c-0.34625 0-0.625 0.27875-0.625 0.625s0.27875 0.625 0.625 0.625 0.625-0.27875 0.625-0.625-0.27875-0.625-0.625-0.625z" color="#eff0f1"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/editReplaceSearch.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m8.5 1c-4.155 0-7.5 3.345-7.5 7.5s3.345 7.5 7.5 7.5c1.8515 0 3.5382-0.66835 4.8438-1.7725l6.7725 6.7725 0.88379-0.88379-6.7725-6.7725c1.1041-1.3055 1.7725-2.9922 1.7725-4.8438 0-4.155-3.345-7.5-7.5-7.5zm0 1.25c3.4625 0 6.25 2.7875 6.25 6.25s-2.7875 6.25-6.25 6.25-6.25-2.7875-6.25-6.25 2.7875-6.25 6.25-6.25zm-6.25 16.25c-0.69249 0-1.25 0.55751-1.25 1.25s0.55751 1.25 1.25 1.25 1.25-0.55751 1.25-1.25-0.55751-1.25-1.25-1.25zm5 0c-0.69249 0-1.25 0.55751-1.25 1.25s0.55751 1.25 1.25 1.25 1.25-0.55751 1.25-1.25-0.55751-1.25-1.25-1.25zm5 0c-0.69249 0-1.25 0.55751-1.25 1.25s0.55751 1.25 1.25 1.25 1.25-0.55751 1.25-1.25-0.55751-1.25-1.25-1.25z" color="#eff0f1" fill="#232629"/> + <path d="m5 20v-2h2v-2h-2v-2l-4 3 4 3" fill="#1a9b00"/> + <path d="m17 20v-2h-2v-2h2v-2l4 3-4 3" fill="#1a9b00"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/editSelectAll.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m1 1v5h1.25v-3.75h3.75v-1.25h-5m15 0v1.25h3.75v3.75h1.25v-5zm-12.5 2.5v6.25h6.25v-6.25h-6.25m8.75 0v6.25h6.25v-6.25h-6.25m-7.5 1.25h3.75v3.75h-3.75v-3.75m8.75 0h3.75v3.75h-3.75zm-10 7.5v6.25h6.25v-6.25h-6.25m8.75 0v6.25h6.25v-6.25h-6.25m-7.5 1.25h3.75v3.75h-3.75v-3.75m8.75 0h3.75v3.75h-3.75v-3.75m-12.5 2.5v5h5v-1.25h-3.75v-3.75h-1.25m18.75 0v3.75h-3.75v1.25h5v-5h-1.25" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/editSmartIndent.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m1 1v1.25h20v-1.25h-20m0 2.5v1.25h16.25v-1.25h-16.25m0 3.75v7.5l5-3.75-5-3.75m7.5 1.25v1.25h12.5v-1.25h-12.5m0 2.5v1.25h2.5v-1.25h-2.5m-7.5 5v1.25h20v-1.25h-20m0 2.5v1.25h16.25v-1.25h-16.25m17.5 1.25v1.25h2.5v-1.25h-2.5" color="#eff0f1" fill="#01bec1"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/editToggleComment.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <g transform="matrix(.625 0 0 .625 -.875 -.87503)" fill="#232629" stroke-width="1.2645"> + <path class="ColorScheme-Text" d="M 7.000492,18.993143 9,19 8.999508,3.00688 7,3 Z" color="#eff0f1"/> + <path class="ColorScheme-Text" d="M 13.000492,18.9931 15,19 14.999508,3.00688 13,3 Z" color="#eff0f1"/> + <path class="ColorScheme-Text" d="M 3.0039,14.999138 18.999964,15 18.996064,13.00086 3,13 Z" color="#eff0f1"/> + <path class="ColorScheme-Text" d="M 3.0039,8.999138 18.999964,9 18.996064,7.00086 3,7 Z" color="#eff0f1"/> + </g> + <path class="ColorScheme-Text" d="m17.203 0.76695v2.8906l-13.359 13.359h-2.8906v3.75h3.75v-2.8906l13.359-13.359h2.8906v-3.75h-3.75m1.25 1.25h1.25v1.25h-1.25v-1.25m-16.25 16.25h1.25v1.25h-1.25v-1.25" color="#eff0f1" fill="#232629"/> + <g transform="matrix(.625 0 0 .625 9.125 9.125)" fill="#232629" stroke-width="1.2645"> + <path class="ColorScheme-Text" d="M 7.000492,18.993143 9,19 8.999508,3.00688 7,3 Z" color="#eff0f1"/> + <path class="ColorScheme-Text" d="M 13.000492,18.9931 15,19 14.999508,3.00688 13,3 Z" color="#eff0f1"/> + <path class="ColorScheme-Text" d="M 3.0039,14.999138 18.999964,15 18.996064,13.00086 3,13 Z" color="#eff0f1"/> + <path class="ColorScheme-Text" d="M 3.0039,8.999138 18.999964,9 18.996064,7.00086 3,7 Z" color="#eff0f1"/> + </g> + <path d="m15 16 2 2-2 2 1 1 2-2 2 2 1-1-2-2 2-2-1-1-2 2-2-2-1 1" fill="#da4453" stroke-width="1.2"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/editUncomment.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <g transform="matrix(1.25 0 0 1.25 -2.75 -2.75)" fill="#232629" stroke-width="1.2645"> + <path class="ColorScheme-Text" d="M 7.000492,18.993143 9,19 8.999508,3.00688 7,3 Z" color="#eff0f1"/> + <path class="ColorScheme-Text" d="M 13.000492,18.9931 15,19 14.999508,3.00688 13,3 Z" color="#eff0f1"/> + <path class="ColorScheme-Text" d="M 3.0039,14.999138 18.999964,15 18.996064,13.00086 3,13 Z" color="#eff0f1"/> + <path class="ColorScheme-Text" d="M 3.0039,8.999138 18.999964,9 18.996064,7.00086 3,7 Z" color="#eff0f1"/> + </g> + <path d="m9 11 4 4-4 4 2 2 4-4 4 4 2-2-4-4 4-4-2-2-4 4-4-4-2 2" fill="#da4453" stroke-width="2.4"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/editUndo.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m7.8036 1 0.86936 0.88379-2.8194 2.8662h4.6542c4.4277 0 7.9923 3.6238 7.9923 8.125s-3.5646 8.125-7.9923 8.125h-1.8444v-1.25h1.8444c3.7466 0 6.7627-3.0662 6.7627-6.875s-3.0162-6.875-6.7627-6.875h-4.6542l2.8194 2.8662-0.86936 0.88379-4.3036-4.375 4.3036-4.375" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/editUnindent.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m21 1v1.25h-20v-1.25h20m0 2.5v1.25h-16.25v-1.25h16.25m0 3.75v7.5l-5-3.75 5-3.75m-7.5 1.25v1.25h-12.5v-1.25h12.5m0 2.5v1.25h-2.5v-1.25h2.5m7.5 5v1.25h-20v-1.25h20m0 2.5v1.25h-16.25v-1.25h16.25m-17.5 1.25v1.25h-2.5v-1.25h2.5" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/editor.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + } + .ColorScheme-Highlight { + color:#3daee9; + }</style> + </defs> + <path class="ColorScheme-Text" d="m1 1v20h7.5v-1.25h-6.25v-15h15v5h1.25v-8.75h-2.5v1.25h-1.25v-1.25h-10v1.25h-1.25v-1.25zm2.5 5v1.25h12.5v-1.25zm0 3.75v1.25h12.5v-1.25zm15 1.25-1.2451 1.2427-0.0049-0.0049-6.25 6.2476 0.0098 0.0098-0.0049 1.2549h-0.004882v1.25h2.5l0.0123-0.0123c5e-3 -2.5e-5 0.0073 0.0025 0.01225 0.0025l-0.0074-0.0074 1.2328-1.2328 5-4.9951-0.88135-0.88623-6.2378 6.2329-0.74219-0.73975 6.2402-6.2354 0.73975 0.74219 0.88135 0.87891 1.25-1.25zm-15 2.5v1.25h8.75v-1.25z" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/empty.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,2 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg"></svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/endline.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path d="m19 8v0.375h-1.2v5.25h1.2v0.375h-3v-0.375h1.2v-5.25h-1.2v-0.375zm0.75-0.57143h-17.5v7.1429h17.5v-7.1429m1.25-1.4286v10h-20v-10h20" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/enum.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m1 1v8.75h20v-8.75h-20m1.25 1.25h17.5v6.25h-17.5v-6.25m-1.25 10v6.25h2.5v-6.25h-2.5m5 0v8.75h2.5v-8.75h-2.5m5 0v3.75h2.5v-3.75h-2.5m5 0v3.75h5v-3.75h-5" color="#eff0f1" fill="#c71df1"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/eolLinux.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,33 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <linearGradient id="a"> + <stop stop-color="#f39c1f" offset="0"/> + <stop stop-color="#fdbc4b" offset="1"/> + </linearGradient> + <linearGradient id="c" x1="17.382" x2="17.032" y1="26.933" y2="13.634" gradientTransform="matrix(.7086 0 0 .71429 -.54328 -.42881)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#fcfcfc" offset="0"/> + <stop stop-color="#eff0f1" offset="1"/> + </linearGradient> + <linearGradient id="b" x1="15" x2="15" y1="27" y2="1.999" gradientTransform="matrix(.7086 0 0 .71429 -.54328 -.42881)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#1d1e1e" offset="0"/> + <stop stop-color="#44484c" offset="1"/> + </linearGradient> + <linearGradient id="g" x1="16" x2="15.731" y1="12" y2="8.152" gradientTransform="matrix(.7086 0 0 .71429 -.54328 -.42881)" gradientUnits="userSpaceOnUse" xlink:href="#a"/> + <linearGradient id="d" x1="10" x2="10" y1="30" y2="20.999" gradientTransform="matrix(.7086 0 0 .71429 -.54328 -.42881)" gradientUnits="userSpaceOnUse" xlink:href="#a"/> + <linearGradient id="e" x1="22.778" x2="22.645" y1="29.541" y2="22.641" gradientTransform="matrix(.7086 0 0 .71429 -.54328 -.42881)" gradientUnits="userSpaceOnUse" xlink:href="#a"/> + <linearGradient id="f" x1="13.167" x2="16.667" y1="10.613" y2="14.113" gradientTransform="matrix(.7086 0 0 .71429 -.54328 -.42881)" gradientUnits="userSpaceOnUse"> + <stop offset="0"/> + <stop stop-opacity="0" offset="1"/> + </linearGradient> + <path d="m8.4042 7.037c0.2551-1.0186 0.0092-2.1015 0.04464-3.1515 0.07794-2.2929 1.3407-2.8129 2.6353-2.8807 1.4852-0.078572 3.2433 0.80858 3.3496 2.9715 0.05031 1.035-0.13109 2.1043 0.13392 3.1057 0.61719 2.3357 3.2667 4.0222 3.3049 6.4379 0.03543 2.2957-1.0133 5.0015-2.9478 6.2129-0.99913 0.62572-2.3547-0.125-3.5288-0.045-1.306 0.09-2.7586 1.2593-3.8853 0.58572-2.045-1.2236-2.6091-4.3608-2.456-6.7536 0.15589-2.4315 2.7579-4.12 3.3496-6.4829z" fill="url(#b)" stroke-width=".71144"/> + <ellipse cx="12.041" cy="5.1298" rx="1.0501" ry="1.3686" fill="#fcfcfc" fill-opacity=".941" stroke-width=".71144"/> + <ellipse cx="9.5543" cy="5.1777" rx=".74191" ry="1.1143" fill="#fcfcfc" fill-opacity=".941" stroke-width=".71144"/> + <ellipse cx="11.911" cy="5.3527" rx=".43012" ry=".71644" fill="#232629" stroke-width=".71144"/> + <ellipse cx="9.5578" cy="5.3527" rx=".32737" ry=".53358" fill="#232629" stroke-width=".71144"/> + <path d="m11.903 6.5405a3.5912 3.62 0 0 0-0.38619 0.00286c-0.87158 0.051426-1.8055 0.39643-2.2774 0.81429-0.75537 0.66929-0.30753 1.32-0.63278 2.26-0.32525 0.94001-1.1437 2.17-1.3889 3.3429-0.099204 0.47358-0.22534 0.94715-0.31178 1.4229l2.3334 2.8743c0.45846 0.56429-0.73766 0.355-1.8502-0.37143 0.78938 1.1193 2.3554 2.2286 3.9016 2.1236 1.6468-0.11143 3.5912-1.8472 4.2133-3.2665-0.60373-0.10286-1.1905-1.0186-0.70718-1.7007 0.16794-0.23643 0.52862-0.25715 0.83828-0.20714-0.18636-0.72715-0.55767-1.3786-0.74403-1.9257-0.32312-0.9543-0.69868-1.2214-1.0416-2.0686-0.34367-0.84715 0.019132-2.4143-0.94811-3.0243-0.2721-0.17143-0.62003-0.25715-0.99842-0.27643z" fill="url(#c)" stroke-width=".71144"/> + <path d="m4.6529 15.546c0.34509-0.27857 0.50665-0.84501 0.93748-0.94572 0.33729-0.07857 0.71569 0.11643 0.98283 0.33786 0.61011 0.50572 0.70293 1.4386 1.1834 2.0715 0.32029 0.42072 0.86308 0.66001 1.1168 1.125 0.26431 0.48572 0.60515 1.1272 0.35714 1.6207-0.33446 0.66501-1.2925 0.87144-2.0323 0.90001-0.44925 0.01786-0.83969-0.32858-1.2726-0.45-0.63066-0.17714-1.3584-0.067858-1.9203-0.405-0.445-0.26643-0.9722-0.67215-1.0048-1.1929-0.013463-0.20572 0.28486-0.31786 0.33446-0.51786 0.1318-0.52572-0.37343-1.1357-0.13393-1.6214 0.2551-0.51572 1.0048-0.56215 1.4519-0.92215z" fill="url(#d)" stroke-width=".71144"/> + <path d="m14.642 14.763c-0.14243 0.12857-0.26289 0.29072-0.35076 0.45143-0.38123 0.69786-0.12401 1.6-0.338 2.3665-0.14314 0.51072-0.55909 0.93572-0.62357 1.4614-0.06732 0.55001-0.14881 1.2729 0.26289 1.6393 0.55554 0.49286 1.5214 0.32643 2.2186 0.07714 0.42445-0.15143 0.659-0.61858 1.0168-0.89287 0.52012-0.4 1.2365-0.57144 1.6347-1.0936 0.31533-0.41429 0.65687-0.98715 0.49602-1.4829-0.06378-0.19572-0.38123-0.18929-0.50098-0.35643-0.31533-0.43929-0.07086-1.1929-0.47122-1.5543-0.29761-0.26786-0.73482-0.23715-1.1571-0.24857-0.20408 0.44072-0.86875 0.74072-1.3258 0.61286-0.3869-0.10857-0.77238-0.55215-0.86166-0.98001z" fill="url(#e)" stroke-width=".71144"/> + <path d="m12.92 6.2863 2.3618 2.3807-3.3063 1.7-3.1887-3.2143" fill="url(#f)" opacity=".2" stroke-width=".71144"/> + <path d="m10.604 5.3941c0.46697-0.025 0.89638 0.28 1.318 0.48358 0.40745 0.19786 1.1033 0.25715 1.1607 0.70929 0.0659 0.51358-0.65191 0.81644-1.0714 1.1143-0.37485 0.26643-0.79293 0.57858-1.2507 0.57429-0.46272-5e-3 -0.87229-0.33929-1.2507-0.60786-0.31178-0.22143-0.80285-0.42572-0.81489-0.81072-0.01346-0.41143 0.48894-0.67358 0.81489-0.92287 0.32312-0.24715 0.68876-0.51858 1.0941-0.54001z" fill="url(#g)" stroke-width=".71144"/> + <path d="m5.849 14.589a0.74687 0.75287 0 0 0-0.25864 0.01143c-0.43083 0.10072-0.5931 0.66715-0.93819 0.94572-0.44713 0.36-1.1968 0.40715-1.4519 0.92215-0.10629 0.21572-0.058105 0.45715 0.0085 0.70358 0.26077-0.50429 0.99984-0.55429 1.4434-0.91144 0.34509-0.27858 0.50736-0.84501 0.93819-0.94572 0.33729-0.07857 0.71569 0.11643 0.98283 0.33786 0.61011 0.50572 0.70293 1.4386 1.1834 2.0715 0.32029 0.42143 0.86308 0.65929 1.1168 1.1243 0.13818 0.25429 0.29265 0.55144 0.37768 0.84715 0.19487-0.485-0.124-1.0943-0.37768-1.5614-0.25368-0.46429-0.79647-0.70358-1.1168-1.1243-0.48043-0.63286-0.57326-1.5657-1.1834-2.0715-0.20053-0.16643-0.46272-0.31715-0.72419-0.34929zm-2.5673 3.5972c-0.098496 0.14357-0.29194 0.25143-0.28061 0.42143 0.00992 0.15714 0.073695 0.3 0.15802 0.43572 0.074403-0.07286 0.15235-0.14643 0.17573-0.23929 0.049602-0.19786 0.00426-0.40786-0.053145-0.61786zm11.36-3.4222c-0.14243 0.12857-0.26218 0.28929-0.35005 0.45-0.38123 0.69786-0.12542 1.6014-0.33942 2.3679-0.14314 0.51072-0.55838 0.93501-0.62286 1.4607-0.03756 0.30715-0.06944 0.66215-0.02764 0.98501 0.0092-0.09143 0.017-0.18572 0.02834-0.27143 0.06378-0.52501 0.47902-0.95001 0.62215-1.46 0.214-0.76644-0.04252-1.67 0.33942-2.3679 0.08786-0.16072 0.20762-0.32143 0.35005-0.45 0.08928 0.42786 0.47476 0.87072 0.86166 0.97858 0.45705 0.12857 1.1224-0.17143 1.3265-0.61215 0.42233 0.01143 0.85883-0.01929 1.1564 0.24857 0.40036 0.36143 0.15589 1.1143 0.47051 1.5543 0.10629 0.14786 0.35926 0.16786 0.46059 0.305 0.07512-0.22286 0.10983-0.44929 0.04039-0.66215-0.06378-0.19572-0.38123-0.19-0.50098-0.35715-0.31533-0.43929-0.07015-1.1929-0.47051-1.5543-0.29761-0.26786-0.73411-0.23715-1.1564-0.24857-0.20408 0.44072-0.86946 0.74072-1.3265 0.61286-0.3869-0.10857-0.77238-0.55143-0.86166-0.9793z" fill="#eff0f1" fill-opacity=".125" stroke-width=".71144"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/eolMac.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" fill="#000000" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <path d="m1 3v16h20v-16h-9.3247zm11.146 0.88942h7.9826v14.221h-7.4031c-0.11765-0.42248-0.20452-0.85325-0.26552-1.2846-0.04793-0.34243-0.07448-0.67606-0.09191-0.99626v-0.0044c0.0033-5.77e-4 0.0061-0.0019 0.0094-0.0027 1e-3 0.02831-0.0012 0.05405 0 0.08252 0.28758-0.01779 0.57451-0.03999 0.86209-0.07557 1.5338-0.18233 3.0458-0.59657 4.4619-1.2325l-0.34811-0.81287c-1.3028 0.58257-2.6928 0.96863-4.1045 1.1465-0.28758 0.03558-0.57952 0.06733-0.87145 0.08512-4.08e-4 0.0089 3.83e-4 0.01887 0 0.02779-0.0017-3.74e-4 -0.0034-5.34e-4 -0.0051-8.9e-4 1.03e-4 -0.0031-1.05e-4 -0.0065 0-0.0096 0-0.0089 7.4e-4 -0.01292 0.0051-0.01737-0.0044-0.03113 0-0.05844 0-0.08512 0.03922-0.75156 0.16088-1.4181 0.30467-1.9873 0.02179-0.0845 0.04374-0.16499 0.06553-0.2406 0.0044-0.0045 0.0041-0.01282 0.0085-0.02172 0.05664-0.20457 0.12197-0.39624 0.18297-0.57413l0.21361-0.59584h-3.8083c0.25272-1.7877 0.75387-3.5217 1.4859-5.1671 0.37908-0.8494 0.8146-1.6719 1.3157-2.4546zm-6.8712 2.2288h0.88762c4.357e-4 0.74978 0.00126 1.4994 0.0017 2.2496-0.29804-0.00222-0.59639-0.00427-0.89443-0.00695 0.00131-0.74756 0.00336-1.4951 0.00511-2.2427zm9.6294 0.016503v2.2105h0.81273v-2.2105zm-10.303 7.6226c1.7477 0.78714 3.5996 1.218 5.5002 1.2803 0.46318 0.01334 0.92699 0.0094 1.3897-0.02172-0.01307 0.28461-0.01307 0.58257 0 0.88942-0.31024 0.02224-0.62548 0.03127-0.93528 0.03127-0.16165 0-0.31832-0.0051-0.47998-0.0096-2.0139-0.066655-3.976-0.51974-5.8287-1.3558z" fill="#232629" stroke-width=".4402"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/eolWindows.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" fill="#000000" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <path d="m21 1-20 2.7202v14.56l20 2.7202zm-1.8182 2.081v7.0099h-9.0909v-5.7724zm-10.909 1.4844v5.5256h-5.4545v-4.7834zm-5.4545 7.3438h5.4545v5.5256l-5.4545-0.74219zm7.2727 0h9.0909v7.0099l-9.0909-1.2376z" fill="#232629" stroke-width=".90909"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/eric.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="225" height="225" version="1.1" viewBox="0 0 59.531 59.531" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <g transform="translate(0 -237.47)"> + <image y="237.47" width="59.531" height="59.531" preserveAspectRatio="none" xlink:href="data:image/png;base64,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 TGVnypE7rdaNNXYADkSA1BBjylkzJlJIlM6Yn8sK2b2ZxJMXYer0t+57zXf9ozfsAfC6xa4EYe3T GU29pbreIm6MWFtbZ7MQFg8uElVogrE9mmNcRdp6i7oZsfzcCtONNeaGAU01xULD3H5HaCOTaUua BEqXGxZNyG1+gtKbK3F46npKXbdMtrMBZhthYS4fE3cil2MZHE5hOFD6PcU7yeBK1jU/FN/bMQLN Georn8SLXKvrsFznFYVimjucGNRtQoHCawYpuWmDk+wFGMG5PFwvC6XsXHBjsu7Ym63USHm4X5ZG v4S5hUTwyrl1aEv/yfu//a0/9z1//l/+zjfu6u7F741dx5j5d49/4K9e9Vuv197+Jat7PPf4ZVbO ruCj0VYTmnpMtT3h3OPPkWo4/aJ7EPM8+9h51i6sIpaYbI3ZXNlishWJdW6mWFcrqe+U1FQp1DEY FFkVTY2y6OToOy5minlTge7xIeXzntfcFS3LnLUsQlUl6jprtcQIIeQsGiK0IddyIeaMSNcFVZcz pfdKWSi9Mm+1x26OWHihKJXUmYqKSh7ES/6e1AnOKaqKdI0hkeyP4ZzRLwU1IbSR2RnYv6RIz1id CG44s/yaN37bP/7v/8ov/vR1veB7sfsy4VYYvWU0TWd6ZZ+5/hEOzW2xUq2weXmd/jgwrdYZjWrK 4QIvv/c+Tt/xCuZmD/DcF1d56uEHuVxvMBgazXhCqoT+cIFeLzGZTJlujjI9rFSKIrf7qzpQp1zP DYY57c0C4hxb6xl4ktcPEISOh03bGrFNVJrZK7E7OloSpjEzXny3KSbdwph0hBnbyYzW1YF5WkHb xgxUoCjyLwLJDVIwwbQb/EkmAgAklJQ6tk2yLhMaSQIaQduCvheGvYQWMIoJZsrl43e8/Kdf+8Yf +in4t9+gK7sXv1/sOhBOU3wtaUDdlCztO8grXvWtVJNtHvvMR7jy1GWaaov9R/fz2m9/DSdvv4lL V59iONfjrrtvo1k7z/qF5+h7WNi3QGwL1A8g1VmJLOWB9DTmQXYpmZ1CyoadiUwZS+RslwwKp3gV QswUr7bJXVAn0MY8nFeX67XC8nO0IXdI2+55XDcXNGDnL9nhf5JB2baJEPNIw3nBdXM+29l2sNwc iiH/nFL6cjYVBch1ZNMt7pZl/kUx1MTsQClIbI4M6ysHjix+8K1/7N0/9+IXP/BHygdwt8auOo7+ 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 DgjAJvAMGYTPAZ8jH0nDH+YLftdb9r98ZK2aJYrCWFzsZ9tyAIF6CnVT0+v10vveu/ZE97BdSxj4 pgbhO995/MD/+Jf+4g9idtt7fvon/8mRg/NnFva7U05dNg0NMJ2OVh97dPvDy8vV5uOPt+fI5OOv +0309rcvzce03bv9tgMMBo4f/uHn17sPfU1f6/u+r39wOLOPatS+sTeceSWmJDEkJlISYjRbWdv6 yLmzo3Nf/GI4C0y/xucW4CDwSuAm4ABwqPv3gPdSFIXoYKBSVYnJJLXd836JnAWXgU8Dj/N1rv/e 9Kb+wVM3LlJV4fVeFl61sCjcedf8D1242Dzp4g2H+/0Cr0rZL7MVniptinhfkJKxvProyrlzWw9v bKdqPJr8ym/8xtVHute4q7L0Nw0I/+JfOnbbdNrc/r3f+7+/H+CZL32UCxc+/8nJuF/fcsu+wzee OnHmyP7bCSFSOE+MgUTiyurjPP7UhefOPvfUFx97dPsD+3vlU+//zasPkv3d/6t/e77lNfsOXdhq 5w8ckaP7ltxS08iN+xdOvfZlLzt45/LK1Y33//Lj/+Bzn5s8AXzhD/o6b31rb3+I/T/33X/i7vdc ON9+6fAxd/jmG2+dmx0cYTypwHLNNg2XeObsuUuPfv7i1lNPr3z4+eeqX3vmmeZRMki+mvuSkEF3 HDgFHCUDc3/3sSVgX/e56cCBoj5ypNx+/RsOPP/wb6098onHtj/cfY3/+p/XW/cdj5G7U0r8me/9 7veff/4Znn727MdOHDl5+OYzswdvOvnihX6xP9vfpQrHDJYSMUacc1g01DnatmVh3xz79y+wvnWJ 9dWWC1fO8eSzD37q7//40//s4sXqETKdbtcA8YXcHZUf/MGTD8zMln+y9HOH9y36l+5fuOnWeuvx ZmZYcM+dx+Q197zk7qae4eDBBVIMTKcV0QWc94ToAMdtN93Hi88UNyxvPHniMy/64hvOPXX22Zdf rX/u4sXpw1cux0+QL1YE+IV//kMG8NlHPvyvvu3b/9z3Xl3+Mhvrow/9/N/wsnSnaGTfQo/+gBsX FvafWpy58cBgZsD+pVIPLN1YH1jcP/Nvf+OD45XVz91DvrkHwKfe9icOHFdpWDrQP9Hz/bfPzS8u LS54YpzesG/x9L133HYPr7//2JkYArFtqUNg0M/dSjOj9Ddw+033Hr3/7pWjH//Up2/+D5/59P2w 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 "/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/eric256.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="256" height="256" version="1.1" viewBox="0 0 67.733 67.733" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <g transform="translate(0 -229.27)"> + <image x="13.891" y="229.27" width="39.952" height="67.733" preserveAspectRatio="none" xlink:href="data:image/png;base64,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 "/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/ericSnap.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,66 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <defs> + <linearGradient id="linearGradient4208" x2="0" y1="504.8" y2="499.8" gradientTransform="translate(0 1.9999)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient4159-5"/> + <linearGradient id="linearGradient4159-5"> + <stop stop-color="#1d1e1e" offset="0"/> + <stop stop-color="#44484c" offset="1"/> + </linearGradient> + <linearGradient id="linearGradient4617" x2="0" y1="531.8" y2="501.7" gradientTransform="matrix(1.0833 0 0 1.3356 -34.047 -170.45)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#c6cdd1" offset="0"/> + <stop stop-color="#e0e5e7" offset="1"/> + </linearGradient> + <linearGradient id="linearGradient4749" x2="0" y1="530.8" y2="528.8" gradientTransform="matrix(1.5 0 0 1.5 -182.29 -282.4)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#f33777" offset="0"/> + <stop stop-color="#fd2d65" offset="1"/> + </linearGradient> + <linearGradient id="linearGradient4735-2" x2="0" y1="519.8" y2="541.01" gradientTransform="rotate(-45 409.93 530.26)" gradientUnits="userSpaceOnUse"> + <stop offset="0"/> + <stop stop-opacity="0" offset="1"/> + </linearGradient> + <linearGradient id="linearGradient4609-6" x1="421.57" x2="398.57" y1="530.8" y2="507.8" gradientTransform="translate(-7 4.0273)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#a1adb3" offset="0"/> + <stop stop-color="#bfc7cb" offset="1"/> + </linearGradient> + <linearGradient id="linearGradient4510-5" x1="398.57" x2="418.57" y1="508.8" y2="528.8" gradientTransform="rotate(180 405.07 521.81)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient4199"/> + <linearGradient id="linearGradient4199"> + <stop stop-color="#2f3943" offset="0"/> + <stop stop-color="#4d5662" offset="1"/> + </linearGradient> + <linearGradient id="linearGradient4510-8-2" x1="398.3" x2="419.77" y1="509.53" y2="531" gradientTransform="matrix(.78571 0 0 .78571 80.551 115.41)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#18222a" offset="0"/> + <stop stop-color="#566069" offset="1"/> + </linearGradient> + <linearGradient id="linearGradient4327-2" x1="402.41" x2="415.57" y1="514.63" y2="527.8" gradientTransform="translate(-7 4.0273)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient5002"/> + <linearGradient id="linearGradient5002"> + <stop stop-color="#2e5d89" offset="0"/> + <stop stop-color="#1b92f4" offset="1"/> + </linearGradient> + <linearGradient id="linearGradient4356-76" x1="397.48" x2="415.57" y1="509.7" y2="527.8" gradientTransform="matrix(.8 0 0 .8 74.715 107.99)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient5002"/> + <linearGradient id="linearGradient4356-7-7" x1="386.06" x2="415.57" y1="498.29" y2="527.8" gradientTransform="matrix(.6 0 0 .6 156.43 211.95)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient5002"/> + <linearGradient id="linearGradient4861" x2="0" y1="41" y2="23" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient4199"/> + <linearGradient id="linearGradient4784-5" x2="0" y1="541.8" y2="543.8" gradientTransform="matrix(1.625 0 0 1 -255.36 -36.01)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient4159-5"/> + <linearGradient id="linearGradient4784-5-7" x2="0" y1="541.8" y2="543.8" gradientTransform="matrix(1.625 0 0 1 -255.36 -2.0103)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient4159-5"/> + </defs> + <g transform="translate(0 -291.18)"> + <image y="291.18" width="5.8208" height="5.8208" preserveAspectRatio="none" xlink:href="data:image/png;base64,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 "/> + <g transform="matrix(.05597 0 0 .057442 -18.744 265.64)"> + <rect x="424.57" y="503.8" width="6" height="3" fill="url(#linearGradient4208)"/> + <rect x="382.57" y="507.77" width="52" height="32.055" rx="0" fill="url(#linearGradient4617)" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/> + <path d="m426.07 510.8a1.5 1.5 0 0 0-1.5 1.5 1.5 1.5 0 0 0 1.5 1.5 1.5 1.5 0 0 0 1.5-1.5 1.5 1.5 0 0 0-1.5-1.5z" fill="url(#linearGradient4749)" stroke-linecap="square" stroke-width=".1"/> + <path d="m412.89 512.51-22.629 22.629 0.68554 0.68555h32.629v-10.629z" fill="url(#linearGradient4735-2)" opacity=".2" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/> + <circle cx="401.57" cy="523.83" r="16" fill="url(#linearGradient4609-6)" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/> + <path d="m387.57 523.83a14 14 0 0 1 14-14 14 14 0 0 1 14 14 14 14 0 0 1-14 14 14 14 0 0 1-14-14z" fill="url(#linearGradient4510-5)" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/> + <circle cx="401.57" cy="523.83" r="11" fill="url(#linearGradient4510-8-2)" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/> + <circle cx="401.57" cy="523.83" r="10" fill="url(#linearGradient4327-2)" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/> + <circle cx="401.57" cy="523.83" r="8" fill="url(#linearGradient4356-76)" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/> + <circle cx="401.57" cy="523.83" r="6" fill="url(#linearGradient4356-7-7)" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/> + <circle cx="401.57" cy="523.83" r="4" fill="#2c3e50" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/> + <circle cx="398.57" cy="520.83" r="1" fill="#84cbfe" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/> + <ellipse cx="396.57" cy="518.83" rx="1.5" ry="1.5" fill="#84cbfe" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/> + <path transform="translate(376.57 491.8)" d="m55 23c-1.108 0-2 0.89199-2 2v14c0 1.108 0.89199 2 2 2h3v-18h-2z" fill="url(#linearGradient4861)" stroke-linecap="round"/> + <rect x="382.57" y="505.8" width="52" height="2" fill="url(#linearGradient4784-5)" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/> + <rect x="382.57" y="539.8" width="52" height="2" fill="url(#linearGradient4784-5-7)" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/> + </g> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/ericSnap48.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,66 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="48" height="48" version="1.1" viewBox="0 0 12.7 12.7" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <defs> + <linearGradient id="linearGradient4208" x2="0" y1="504.8" y2="499.8" gradientTransform="translate(0 1.9999)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient4159-5"/> + <linearGradient id="linearGradient4159-5"> + <stop stop-color="#1d1e1e" offset="0"/> + <stop stop-color="#44484c" offset="1"/> + </linearGradient> + <linearGradient id="linearGradient4617" x2="0" y1="531.8" y2="501.7" gradientTransform="matrix(1.0833 0 0 1.3356 -34.047 -170.45)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#c6cdd1" offset="0"/> + <stop stop-color="#e0e5e7" offset="1"/> + </linearGradient> + <linearGradient id="linearGradient4749" x2="0" y1="530.8" y2="528.8" gradientTransform="matrix(1.5 0 0 1.5 -182.29 -282.4)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#f33777" offset="0"/> + <stop stop-color="#fd2d65" offset="1"/> + </linearGradient> + <linearGradient id="linearGradient4735-2" x2="0" y1="519.8" y2="541.01" gradientTransform="rotate(-45 409.93 530.26)" gradientUnits="userSpaceOnUse"> + <stop offset="0"/> + <stop stop-opacity="0" offset="1"/> + </linearGradient> + <linearGradient id="linearGradient4609-6" x1="421.57" x2="398.57" y1="530.8" y2="507.8" gradientTransform="translate(-7 4.0273)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#a1adb3" offset="0"/> + <stop stop-color="#bfc7cb" offset="1"/> + </linearGradient> + <linearGradient id="linearGradient4510-5" x1="398.57" x2="418.57" y1="508.8" y2="528.8" gradientTransform="rotate(180 405.07 521.81)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient4199"/> + <linearGradient id="linearGradient4199"> + <stop stop-color="#2f3943" offset="0"/> + <stop stop-color="#4d5662" offset="1"/> + </linearGradient> + <linearGradient id="linearGradient4510-8-2" x1="398.3" x2="419.77" y1="509.53" y2="531" gradientTransform="matrix(.78571 0 0 .78571 80.551 115.41)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#18222a" offset="0"/> + <stop stop-color="#566069" offset="1"/> + </linearGradient> + <linearGradient id="linearGradient4327-2" x1="402.41" x2="415.57" y1="514.63" y2="527.8" gradientTransform="translate(-7 4.0273)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient5002"/> + <linearGradient id="linearGradient5002"> + <stop stop-color="#2e5d89" offset="0"/> + <stop stop-color="#1b92f4" offset="1"/> + </linearGradient> + <linearGradient id="linearGradient4356-76" x1="397.48" x2="415.57" y1="509.7" y2="527.8" gradientTransform="matrix(.8 0 0 .8 74.715 107.99)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient5002"/> + <linearGradient id="linearGradient4356-7-7" x1="386.06" x2="415.57" y1="498.29" y2="527.8" gradientTransform="matrix(.6 0 0 .6 156.43 211.95)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient5002"/> + <linearGradient id="linearGradient4861" x2="0" y1="41" y2="23" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient4199"/> + <linearGradient id="linearGradient4784-5" x2="0" y1="541.8" y2="543.8" gradientTransform="matrix(1.625 0 0 1 -255.36 -36.01)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient4159-5"/> + <linearGradient id="linearGradient4784-5-7" x2="0" y1="541.8" y2="543.8" gradientTransform="matrix(1.625 0 0 1 -255.36 -2.0103)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient4159-5"/> + </defs> + <g transform="translate(0 -284.3)"> + <image y="284.3" width="12.7" height="12.7" preserveAspectRatio="none" xlink:href="data:image/png;base64,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 "/> + <g transform="matrix(.12212 0 0 .12533 -40.897 228.57)"> + <rect x="424.57" y="503.8" width="6" height="3" fill="url(#linearGradient4208)"/> + <rect x="382.57" y="507.77" width="52" height="32.055" rx="0" fill="url(#linearGradient4617)" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/> + <path d="m426.07 510.8a1.5 1.5 0 0 0-1.5 1.5 1.5 1.5 0 0 0 1.5 1.5 1.5 1.5 0 0 0 1.5-1.5 1.5 1.5 0 0 0-1.5-1.5z" fill="url(#linearGradient4749)" stroke-linecap="square" stroke-width=".1"/> + <path d="m412.89 512.51-22.629 22.629 0.68554 0.68555h32.629v-10.629z" fill="url(#linearGradient4735-2)" opacity=".2" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/> + <circle cx="401.57" cy="523.83" r="16" fill="url(#linearGradient4609-6)" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/> + <path d="m387.57 523.83a14 14 0 0 1 14-14 14 14 0 0 1 14 14 14 14 0 0 1-14 14 14 14 0 0 1-14-14z" fill="url(#linearGradient4510-5)" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/> + <circle cx="401.57" cy="523.83" r="11" fill="url(#linearGradient4510-8-2)" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/> + <circle cx="401.57" cy="523.83" r="10" fill="url(#linearGradient4327-2)" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/> + <circle cx="401.57" cy="523.83" r="8" fill="url(#linearGradient4356-76)" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/> + <circle cx="401.57" cy="523.83" r="6" fill="url(#linearGradient4356-7-7)" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/> + <circle cx="401.57" cy="523.83" r="4" fill="#2c3e50" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/> + <circle cx="398.57" cy="520.83" r="1" fill="#84cbfe" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/> + <ellipse cx="396.57" cy="518.83" rx="1.5" ry="1.5" fill="#84cbfe" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/> + <path transform="translate(376.57 491.8)" d="m55 23c-1.108 0-2 0.89199-2 2v14c0 1.108 0.89199 2 2 2h3v-18h-2z" fill="url(#linearGradient4861)" stroke-linecap="round"/> + <rect x="382.57" y="505.8" width="52" height="2" fill="url(#linearGradient4784-5)" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/> + <rect x="382.57" y="539.8" width="52" height="2" fill="url(#linearGradient4784-5-7)" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/> + </g> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/ericWeb.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <defs> + <linearGradient id="d" x1="4" x2="4" y1="44" y2="4" gradientTransform="matrix(.066146 0 0 .066142 2.4253 293.6)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#54d883" offset="0"/> + <stop stop-color="#abf9c7" offset="1"/> + </linearGradient> + <linearGradient id="a" x1="34" x2="44" y1="19.008" y2="29.008" gradientUnits="userSpaceOnUse"> + <stop stop-color="#292c2f" offset="0"/> + <stop stop-opacity="0" offset="1"/> + </linearGradient> + <linearGradient id="c" x1="9" x2="38" y1="9" y2="38" gradientTransform="matrix(.066146 0 0 .066142 2.4253 293.6)" gradientUnits="userSpaceOnUse" xlink:href="#a"/> + <linearGradient id="b" x1="4" x2="4" y1="44" y2="4" gradientTransform="matrix(.066146 0 0 .066142 2.4253 293.6)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#197cf1" offset="0"/> + <stop stop-color="#20bcfa" offset="1"/> + </linearGradient> + <linearGradient id="linearGradient65" x1="34" x2="44" y1="19.008" y2="29.008" gradientTransform="matrix(.066146 0 0 .066142 2.4253 293.6)" gradientUnits="userSpaceOnUse" xlink:href="#a"/> + </defs> + <g transform="translate(0 -291.18)"> + <image x=".26458" y="291.44" width="5.2917" height="5.2917" preserveAspectRatio="none" xlink:href="data:image/png;base64,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 "/> + <ellipse cx="4.0128" cy="295.19" rx="1.3229" ry="1.3228" fill="url(#b)" stroke-width=".066144"/> + <path d="m4.0128 293.87a1.3229 1.3228 0 0 0-1.3163 1.1906h0.19182l0.19844 0.19842 0.13229 0.0661 0.72555 1.1872a1.3229 1.3228 0 0 0 0.068196 3e-3 1.3229 1.3228 0 0 0 1.3229-1.3228 1.3229 1.3228 0 0 0-1.3229-1.3228z" fill="url(#c)" opacity=".2" stroke-width=".066144"/> + <path d="m5.2422 294.7-0.43564 0.61955 0.4111 0.41107a1.3229 1.3228 0 0 0 0.11807-0.54335 1.3229 1.3228 0 0 0-0.089958-0.47927 1.3229 1.3228 0 0 0-0.00358-8e-3z" fill="url(#linearGradient65)" fill-rule="evenodd" opacity=".2" stroke-width=".066144"/> + <path d="m4.0128 293.87a1.3229 1.3228 0 0 0-0.12581 7e-3 1.3229 1.3228 0 0 0-0.0168 2e-3 1.3229 1.3228 0 0 0-0.21292 0.0421v-2e-3a1.3229 1.3228 0 0 0-0.64161 0.40612h6.625e-4a1.3229 1.3228 0 0 0-0.2368 0.39321l0.10881-0.0544h0.26458v0.0661l0.066146 0.0661v-0.13228l0.13229-0.1322h0.066146v-0.0661l0.066146-0.0661 0.13229-0.0661 0.066146-0.0661 0.13229-0.0661v0.0661l0.13229-0.0661h-0.066146v-0.0661l-0.066146-0.0661h0.26458l-0.066146 0.0661 0.19844 0.0661-0.066146-0.13229v-0.13228l-0.06264-0.0626a1.3229 1.3228 0 0 0-0.069652-3e-3zm0.99219 0.45042v0.14485h0.11185a1.3229 1.3228 0 0 0-0.11185-0.14485zm-1.848 4e-3h0.00403l-0.00813 8e-3 0.00417-8e-3zm1.986 0.18268-0.071834 0.0239-0.13229 0.0661v0.0661l-0.13229 0.13229-0.066145 0.13228v0.26457l0.066145 0.13228 0.13229 0.0661 0.066145 0.0661 0.31201-0.0519a1.3229 1.3228 0 0 0 1.321e-4 -2e-3 1.3229 1.3228 0 0 0 0.013825-0.11588 1.3229 1.3228 0 0 0 0.00476-0.0953 1.3229 1.3228 0 0 0-0.00595-0.11509 1.3229 1.3228 0 0 0-0.00642-0.0535 1.3229 1.3228 0 0 0-0.012567-0.0816 1.3229 1.3228 0 0 0-0.00893-0.0395 1.3229 1.3228 0 0 0-0.023617-0.0922 1.3229 1.3228 0 0 0-0.00959-0.0286 1.3229 1.3228 0 0 0-0.035654-0.0974 1.3229 1.3228 0 0 0-0.00979-0.0218 1.3229 1.3228 0 0 0-0.048948-0.10086 1.3229 1.3228 0 0 0-0.031287-0.0546zm-2.2546 0.42074-0.066146 0.0661h-0.066146l-0.042995-0.043a1.3229 1.3228 0 0 0 0 2.5e-4 1.3229 1.3228 0 0 0-0.017595 0.13076 1.3229 1.3228 0 0 0-1.323e-4 2e-3l0.12687 0.0422 0.13229 0.0661 0.13229 0.1322h0.13229v0.13229l-0.066146 0.0662-0.066146 0.13228v0.0661l0.13229 0.1322 0.066146 0.13229 0.066146 0.0661 0.13229 0.0661v0.28573a1.3229 1.3228 0 0 0 4e-4 1.3e-4 1.3229 1.3228 0 0 0 0.11225 0.0427 1.3229 1.3228 0 0 0 0.0127 5e-3 1.3229 1.3228 0 0 0 0.10008 0.027 1.3229 1.3228 0 0 0 0.029832 8e-3 1.3229 1.3228 0 0 0 0.087312 0.0143 1.3229 1.3228 0 0 0 0.044979 7e-3 1.3229 1.3228 0 0 0 0.076068 5e-3 1.3229 1.3228 0 0 0 0.06555 3e-3 1.3229 1.3228 0 0 0 0.067337-2e-3l0.064955-0.12984v-0.0661l0.13229-0.0661 0.066146-0.0661 0.066146-0.26457 0.066146-0.0661v-0.13229l-0.13229-0.0669h-0.066146l-0.13229-0.0661h-0.066146l-0.066146-0.13233-0.066146-0.0661h-0.13229l-0.13229-0.13237h-0.13229l-0.19844-0.0661-0.066146 0.13228-0.13229-0.0661h-0.066148v-0.13228l-0.13229-0.0661 0.066146-0.13228z" fill="url(#d)" stroke-width=".066144"/> + <path d="m2.6933 295.16c-2.65e-4 0.0113-0.00338 0.0217-0.00338 0.0331 0 0.73285 0.59002 1.3228 1.3229 1.3228s1.3229-0.58998 1.3229-1.3228c0-0.0113-0.00312-0.0218-0.00338-0.0331-0.00196 0.0797-8e-3 0.1586-0.023417 0.2342a1.3156 1.3156 0 0 1-0.3599 0.66889 1.3196 1.3195 0 0 1-0.42036 0.28302 1.3108 1.3107 0 0 1-0.24858 0.0769 1.3364 1.3363 0 0 1-0.26723 0.0267c-0.091612 0-0.18104-9e-3 -0.26723-0.0267a1.3156 1.3156 0 0 1-0.66893-0.35988 1.3196 1.3195 0 0 1-0.28304-0.42033 1.3108 1.3107 0 0 1-0.076861-0.24856c-0.015412-0.0756-0.021365-0.15445-0.023416-0.2342" opacity=".2" stroke-width=".066144"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/ericWeb48.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="48" height="48" version="1.1" viewBox="0 0 12.7 12.7" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <defs> + <linearGradient id="d" x1="4" x2="4" y1="44" y2="4" gradientTransform="matrix(.15875 0 0 .15874 5.1858 289.49)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#54d883" offset="0"/> + <stop stop-color="#abf9c7" offset="1"/> + </linearGradient> + <linearGradient id="a" x1="34" x2="44" y1="19.008" y2="29.008" gradientUnits="userSpaceOnUse"> + <stop stop-color="#292c2f" offset="0"/> + <stop stop-opacity="0" offset="1"/> + </linearGradient> + <linearGradient id="c" x1="9" x2="38" y1="9" y2="38" gradientTransform="matrix(.15875 0 0 .15874 5.1858 289.49)" gradientUnits="userSpaceOnUse" xlink:href="#a"/> + <linearGradient id="b" x1="4" x2="4" y1="44" y2="4" gradientTransform="matrix(.15875 0 0 .15874 5.1858 289.49)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#197cf1" offset="0"/> + <stop stop-color="#20bcfa" offset="1"/> + </linearGradient> + <linearGradient id="linearGradient65" x1="34" x2="44" y1="19.008" y2="29.008" gradientTransform="matrix(.15875 0 0 .15874 5.1858 289.49)" gradientUnits="userSpaceOnUse" xlink:href="#a"/> + </defs> + <g transform="translate(0 -284.3)"> + <image y="284.3" width="12.7" height="12.7" preserveAspectRatio="none" xlink:href="data:image/png;base64,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 "/> + <ellipse cx="8.9958" cy="293.3" rx="3.175" ry="3.1748" fill="url(#b)" stroke-width=".15874"/> + <path d="m8.9958 290.12a3.175 3.1748 0 0 0-3.1591 2.8573h0.46037l0.47625 0.47622 0.3175 0.15874 1.7413 2.8494a3.175 3.1748 0 0 0 0.16367 8e-3 3.175 3.1748 0 0 0 3.175-3.1748 3.175 3.1748 0 0 0-3.175-3.1748z" fill="url(#c)" opacity=".2" stroke-width=".15874"/> + <path d="m11.946 292.13-1.0455 1.4869 0.98663 0.98657a3.175 3.1748 0 0 0 0.28337-1.304 3.175 3.1748 0 0 0-0.2159-1.1502 3.175 3.1748 0 0 0-0.0086-0.0192z" fill="url(#linearGradient65)" fill-rule="evenodd" opacity=".2" stroke-width=".15874"/> + <path d="m8.9958 290.12a3.175 3.1748 0 0 0-0.30194 0.0175 3.175 3.1748 0 0 0-0.04032 5e-3 3.175 3.1748 0 0 0-0.51102 0.10111v-6e-3a3.175 3.1748 0 0 0-1.5399 0.97467h0.00159a3.175 3.1748 0 0 0-0.56832 0.94371l0.26114-0.13051h0.635v0.15874l0.15875 0.15874v-0.31748l0.3175-0.31748h0.15875v-0.15874l0.15875-0.15874 0.3175-0.15874 0.15875-0.15874 0.3175-0.15874v0.15874l0.3175-0.15874h-0.15875v-0.15874l-0.15875-0.15874h0.635l-0.15875 0.15874 0.47625 0.15874-0.15875-0.31748v-0.31748l-0.15034-0.15033a3.175 3.1748 0 0 0-0.16716-8e-3zm2.3812 1.081v0.34765h0.26845a3.175 3.1748 0 0 0-0.26845-0.34765zm-4.4352 0.0106h0.00968l-0.019524 0.0195 0.010002-0.0195zm4.7663 0.43844-0.1724 0.0573-0.3175 0.15875v0.15873l-0.3175 0.31749-0.15875 0.31747v0.63498l0.15875 0.31746 0.3175 0.15875 0.15875 0.15873 0.74882-0.12461a3.175 3.1748 0 0 0 3.17e-4 -4e-3 3.175 3.1748 0 0 0 0.03318-0.27811 3.175 3.1748 0 0 0 0.01143-0.22873 3.175 3.1748 0 0 0-0.01429-0.27622 3.175 3.1748 0 0 0-0.0154-0.12843 3.175 3.1748 0 0 0-0.03016-0.19587 3.175 3.1748 0 0 0-0.02143-0.0949 3.175 3.1748 0 0 0-0.05668-0.22128 3.175 3.1748 0 0 0-0.02302-0.0686 3.175 3.1748 0 0 0-0.08557-0.23383 3.175 3.1748 0 0 0-0.0235-0.0524 3.175 3.1748 0 0 0-0.11748-0.24208 3.175 3.1748 0 0 0-0.07509-0.13112zm-5.4111 1.0098-0.15875 0.15875h-0.15875l-0.10319-0.10319a3.175 3.1748 0 0 0 0 6e-4 3.175 3.1748 0 0 0-0.042227 0.31383 3.175 3.1748 0 0 0-3.175e-4 5e-3l0.30448 0.10127 0.3175 0.15875 0.15875 0.15873 0.15875 0.15874h0.3175v0.31748l-0.15875 0.1589-0.15875 0.31748v0.15874l0.3175 0.31748 0.15875 0.31748 0.15875 0.15875 0.3175 0.15873v0.68576a3.175 3.1748 0 0 0 9.6e-4 3.1e-4 3.175 3.1748 0 0 0 0.2694 0.1024 3.175 3.1748 0 0 0 0.03048 0.0108 3.175 3.1748 0 0 0 0.24019 0.0648 3.175 3.1748 0 0 0 0.071596 0.0184 3.175 3.1748 0 0 0 0.20955 0.0343 3.175 3.1748 0 0 0 0.10795 0.0165 3.175 3.1748 0 0 0 0.18256 0.0114 3.175 3.1748 0 0 0 0.15732 8e-3 3.175 3.1748 0 0 0 0.16161-6e-3l0.15589-0.3116v-0.15875l0.3175-0.15856 0.15875-0.15875 0.15875-0.63496 0.15875-0.15874v-0.31748l-0.3175-0.15919h-0.15875l-0.3175-0.15874h-0.15875l-0.15875-0.31748-0.15875-0.15874h-0.3175l-0.3175-0.31748h-0.3175l-0.47625-0.15873-0.15875 0.31747-0.3175-0.15874h-0.15876v-0.31748l-0.3175-0.15874 0.15875-0.31748z" fill="url(#d)" stroke-width=".15874"/> + <path d="m5.8289 293.22c-6.36e-4 0.027-0.0081 0.0522-0.0081 0.0794 0 1.7588 1.416 3.1748 3.175 3.1748 1.7589 0 3.175-1.416 3.175-3.1748 0-0.0272-0.0075-0.0524-0.0081-0.0794-0.0047 0.19142-0.01921 0.38065-0.0562 0.56208a3.1575 3.1573 0 0 1-0.86376 1.6054 3.1671 3.1669 0 0 1-1.0089 0.67925 3.1459 3.1458 0 0 1-0.59658 0.18445 3.2074 3.2072 0 0 1-0.64135 0.0641c-0.21987 0-0.4345-0.0221-0.64135-0.0641a3.1575 3.1573 0 0 1-1.6054-0.8637 3.1671 3.1669 0 0 1-0.67929-1.0088 3.1459 3.1458 0 0 1-0.18447-0.59655c-0.036989-0.18143-0.051276-0.37066-0.056198-0.56208" opacity=".2" stroke-width=".15874"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/erict-bw.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="48" height="48" version="1.1" viewBox="0 0 12.7 12.7" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <g transform="translate(0 -284.3)"> + <image x="-2.7756e-17" y="284.3" width="12.7" height="12.7" preserveAspectRatio="none" xlink:href="data:image/png;base64,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 BLHRhQAAAABJRU5ErkJggg== "/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/erict-bwi.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="48" height="48" version="1.1" viewBox="0 0 12.7 12.7" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <g transform="translate(0 -284.3)"> + <image y="284.3" width="12.7" height="12.7" preserveAspectRatio="none" xlink:href="data:image/png;base64,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 "/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/erict-hc.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="48" height="48" version="1.1" viewBox="0 0 12.7 12.7" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <g transform="translate(0 -284.3)"> + <image y="284.3" width="12.7" height="12.7" preserveAspectRatio="none" xlink:href="data:image/png;base64,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 "/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/erict.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="48" height="48" version="1.1" viewBox="0 0 12.7 12.7" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <g transform="translate(0 -284.3)"> + <image y="284.3" width="12.7" height="12.7" preserveAspectRatio="none" xlink:href="data:image/png;base64,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 "/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/errorLineMarker.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg"> + <g transform="translate(0 -291.18)"> + <path transform="matrix(.59533 .11776 -.068135 .73962 21.832 78.034)" d="m4.2262 291.69-5.065 3.7261-0.69439-6.2495z" fill="#de8787" stroke="#a00" stroke-width=".48653"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/esp32Device.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="48" height="48" version="1.1" viewBox="0 0 12.7 12.7" xmlns="http://www.w3.org/2000/svg"> + <g transform="translate(0 -284.3)"> + <path d="m0 290.65v-6.35h12.7v12.7h-12.7zm12.171 0v-5.8208h-11.642v11.642h11.642zm-10.453 0.0234 0.0061-4.6442 4.5621-0.0183c2.5091-0.0101 4.5655 0.0473 4.5697 0.12759 0.0042 0.0802 0.02265 2.17 0.04105 4.6438l0.03345 4.4979-9.2185 0.0374 0.0061-4.6442zm4.3197 2.1421c0.04631-0.48245-0.07275-1.0674-0.26458-1.2998-0.2749-0.33309-0.27872-0.4462-0.01805-0.53393 0.1819-0.0612 0.33073-0.27999 0.33073-0.48614 0-0.26785-0.33981-0.37483-1.1906-0.37483-0.65484 0-1.1906 0.11907-1.1906 0.26459s0.26194 0.26458 0.58208 0.26458c0.45273 0 0.51153 0.0706 0.26458 0.3175-0.48688 0.48688-0.37772 1.0054 0.21167 1.0054 0.38806 0 0.52917 0.17639 0.52917 0.66145 0 0.72407-0.70024 0.91372-1.27 0.34396-0.24694-0.24694-0.3175-0.22734-0.3175 0.0882 0 0.62941 0.29968 0.79024 1.3135 0.70492 0.84683-0.0713 0.94348-0.16189 1.0197-0.95592zm2.6939 0.74489c0-0.14552-0.30999-0.26459-0.68887-0.26459h-0.68887l0.82116-0.93524c0.92753-1.0564 0.91978-1.0319 0.54727-1.728-0.17217-0.3217-0.5532-0.51178-1.0259-0.51178-0.79728 0-1.566 0.62656-1.1126 0.90681 0.14253 0.0881 0.33393 0.0392 0.42534-0.10874 0.0914-0.1479 0.33776-0.2689 0.54745-0.2689 0.64406 0 0.42372 0.91865-0.41249 1.7198-1.1336 1.0861-1.033 1.4552 0.39688 1.4552 0.65484 0 1.1906-0.11906 1.1906-0.26458zm-3.7042-3.9467c0-0.1334-0.14883-0.29263-0.33073-0.35385-0.25784-0.0868-0.2507-0.20827 0.0324-0.55122 0.23606-0.28597 0.25921-0.4399 0.06615-0.4399-0.16334 0-0.29698-0.17859-0.29698-0.39688 0-0.21828 0.17859-0.39687 0.39688-0.39687 0.21828 0 0.39688 0.16402 0.39688 0.36448s0.17859 0.5127 0.39688 0.69385c0.43983 0.36503 0.55086 0.92015 0.13229 0.66146-0.14552-0.0899-0.26458 0.0304-0.26458 0.26737 0 0.29552 0.18704 0.40433 0.59531 0.34635 0.72132-0.10245 0.93208-1.0407 0.3435-1.5292-0.52304-0.43408-0.53108-0.83434-0.01277-0.63545 0.21828 0.0838 0.39688 0.0301 0.39688-0.1192 0-0.1546-0.68354-0.27477-1.5875-0.27909l-1.5875-8e-3v1.3091c1e-6 1.22 0.04503 1.3091 0.66146 1.3091 0.3638 0 0.66146-0.10914 0.66146-0.24253zm2.9104-0.17808c0-0.23134 0.25798-0.62951 0.57329-0.88483 0.78089-0.63233 0.48244-1.3404-0.56498-1.3404-0.78608 0-0.80205 0.0263-0.80205 1.3229 0 0.99954 0.09701 1.3229 0.39688 1.3229 0.21828 0 0.39688-0.18927 0.39688-0.42061zm0.02089-1.5858c0.01269-0.30823 0.07539-0.37092 0.15985-0.15986 0.07643 0.191 0.06703 0.4192-0.02089 0.50712-0.08792 0.0879-0.15045-0.0684-0.13896-0.34726z" stroke-width=".26458"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/exceptions.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg"> + <g transform="translate(0 -291.18)"> + <path transform="matrix(.22397 .00294 -.0025315 .26011 1.2026 219.78)" d="m0.094494 295.3 10.635-18.897 11.048 18.658-10.841 0.1192z" fill="#fafafa" stroke="#f00" stroke-width="1.0911"/> + <g stroke="#000"> + <rect x="2.6781" y="293.06" width=".46458" height="2.0521" stroke-width=".064585"/> + <rect x="2.6767" y="295.71" width=".46734" height=".46734" stroke-width=".061825"/> + </g> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/exit.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-NegativeText { + color:#da4453; + }</style> + </defs> + <path class="ColorScheme-NegativeText" d="m1 1v20h20v-20h-20m1.25 5h17.5v13.75h-17.5v-13.75m5 5v2.5h7.5v-2.5h-7.5" color="#da4453" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/exportShortcuts.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + <g class="ColorScheme-Text" transform="matrix(.98767 0 0 1 .024667 2)" color="#eff0f1" fill="#232629"> + <path d="m13 3v2c0 0.554-0.446 1-1 1-1.108 0-2 0.892-2 2h-8v11h18v-11h-9c0-0.554 0.446-1 1-1 1.108 0 2-0.892 2-2v-2zm-10 6h16v1h-16zm0 2h16v7h-16z"/> + <path d="m4 12v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h2v-1zm-12 2v1h2v-1zm3 0v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h3v-1zm-11 2v1h2v-1zm3 0v1h8v-1zm9 0v1h2v-1z"/> + </g> + <path class="ColorScheme-Text" d="m1 1v8h8v-6.4792l-1.5208-1.5208h-5.8125zm0.66667 0.66667h1.3333v2.6667h4v-2.6667h0.1875l1.1458 1.1458v5.5208h-0.66667v-2.6667h-5.3542v2.6667h-0.64583zm2 0h1.2708v2h-1.2708zm-0.66667 4.6667h4v2h-4z" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/featurePermission.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <defs> + <linearGradient id="linearGradient841" x1="34" x2="44" y1="19.008" y2="29.008" gradientTransform="matrix(.5 0 0 .5 -1 -1)" gradientUnits="userSpaceOnUse" xlink:href="#a"/> + </defs> + <linearGradient id="c" x1="9" x2="38" y1="9" y2="38" gradientTransform="matrix(.5 0 0 .5 -1 -1)" gradientUnits="userSpaceOnUse" xlink:href="#a"/> + <linearGradient id="a" x1="34" x2="44" y1="19.008" y2="29.008" gradientUnits="userSpaceOnUse"> + <stop stop-color="#292c2f" offset="0"/> + <stop stop-opacity="0" offset="1"/> + </linearGradient> + <linearGradient id="b" x1="4" x2="4" y1="44" y2="4" gradientTransform="matrix(.5 0 0 .5 -1 -1)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#197cf1" offset="0"/> + <stop stop-color="#20bcfa" offset="1"/> + </linearGradient> + <linearGradient id="d" x1="4" x2="4" y1="44" y2="4" gradientTransform="matrix(.5 0 0 .5 -1 -1)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#54d883" offset="0"/> + <stop stop-color="#abf9c7" offset="1"/> + </linearGradient> + <circle cx="11" cy="11" r="10" fill="url(#b)" stroke-width=".5"/> + <path d="m11 1a10 10 0 0 0-9.95 9h1.45l1.5 1.5 1 0.5 5.4845 8.975a10 10 0 0 0 0.5155 0.025 10 10 0 0 0 10-10 10 10 0 0 0-10-10z" fill="url(#c)" opacity=".2" stroke-width=".5"/> + <path d="M 20.293,7.3165 17,12 20.1075,15.1075 A 10,10 0 0 0 21,11 10,10 0 0 0 20.32,7.377 10,10 0 0 0 20.293,7.3165 Z" fill="url(#linearGradient841)" fill-rule="evenodd" opacity=".2" stroke-width=".5"/> + <path d="m11 1a10 10 0 0 0-0.951 0.055 10 10 0 0 0-0.127 0.015 10 10 0 0 0-1.6095 0.3185v-0.02a10 10 0 0 0-4.85 3.07h5e-3a10 10 0 0 0-1.79 2.9725l0.8225-0.411h2v0.5l0.5 0.5v-1l1-1h0.5v-0.5l0.5-0.5 1-0.5 0.5-0.5 1-0.5v0.5l1-0.5h-0.5v-0.5l-0.5-0.5h2l-0.5 0.5 1.5 0.5-0.5-1v-1l-0.4735-0.4735a10 10 0 0 0-0.5265-0.0265zm7.5 3.405v1.095h0.8455a10 10 0 0 0-0.8455-1.095zm-13.969 0.0335h0.0305l-0.0615 0.0615 0.0315-0.0615zm15.012 1.381-0.543 0.1805-1 0.5v0.5l-1 1-0.5 1v2l0.5 1 1 0.5 0.5 0.5 2.3585-0.3925a10 10 0 0 0 1e-3 -0.011 10 10 0 0 0 0.1045-0.876 10 10 0 0 0 0.036-0.7205 10 10 0 0 0-0.045-0.87 10 10 0 0 0-0.0485-0.4045 10 10 0 0 0-0.095-0.617 10 10 0 0 0-0.0675-0.299 10 10 0 0 0-0.1785-0.697 10 10 0 0 0-0.0725-0.216 10 10 0 0 0-0.2695-0.7365 10 10 0 0 0-0.074-0.165 10 10 0 0 0-0.37-0.7625 10 10 0 0 0-0.2365-0.413zm-17.043 3.1805-0.5 0.5h-0.5l-0.325-0.325a10 10 0 0 0 0 0.0025 10 10 0 0 0-0.133 0.9885 10 10 0 0 0-1e-3 0.015l0.959 0.319 1 0.5 1 1h1v1l-0.5 0.5-0.5 1v0.5l1 1 0.5 1 0.5 0.5 1 0.5v2.16a10 10 0 0 0 3e-3 1e-3 10 10 0 0 0 0.8485 0.3225 10 10 0 0 0 0.096 0.034 10 10 0 0 0 0.7565 0.204 10 10 0 0 0 0.2255 0.058 10 10 0 0 0 0.66 0.108 10 10 0 0 0 0.34 0.052 10 10 0 0 0 0.575 0.036 10 10 0 0 0 0.4955 0.0245 10 10 0 0 0 0.509-0.0185l0.491-0.9815v-0.5l1-0.5 0.5-0.5 0.5-2 0.5-0.5v-1l-1-0.5h-0.5l-1-0.5h-0.5l-0.5-1-0.5-0.5h-1l-1-1h-1l-1.5-0.5-0.5 1-1-0.5h-0.5v-1l-1-0.5 0.5-1z" fill="url(#d)" stroke-width=".5"/> + <path d="m1.0255 10.75c-2e-3 0.085-0.0255 0.1645-0.0255 0.25 0 5.54 4.46 10 10 10s10-4.46 10-10c0-0.0855-0.0235-0.165-0.0255-0.25-0.015 0.603-0.0605 1.199-0.177 1.7705a9.945 9.945 0 0 1-2.7205 5.0565 9.975 9.975 0 0 1-3.1775 2.1395 9.9085 9.9085 0 0 1-1.879 0.581 10.102 10.102 0 0 1-2.02 0.202c-0.6925 0-1.3685-0.0695-2.02-0.202a9.945 9.945 0 0 1-5.0565-2.7205 9.975 9.975 0 0 1-2.1395-3.1775 9.9085 9.9085 0 0 1-0.581-1.879c-0.1165-0.5715-0.1615-1.1675-0.177-1.7705" opacity=".2" stroke-width=".5"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/fileD.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg"> + <g transform="translate(0 -291.18)"> + <text transform="scale(.9993 1.0007)" x="0.075912669" y="296.52783" fill="#a02c2c" font-family="sans-serif" font-size="7.4061px" letter-spacing="0px" stroke-width=".18515" word-spacing="0px" style="line-height:1.25" xml:space="preserve"><tspan x="0.075912669" y="296.52783" fill="#a02c2c" stroke-width=".18515">D</tspan></text> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/fileDelete.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-NegativeText { + color:#da4453; + }</style> + </defs> + <path class="ColorScheme-NegativeText" d="m7.1429 1v2.5h1.2857v-1.25h5.1429v1.25h1.2857v-2.5h-7.7143m-5.1429 3.75v1.25h18v-1.25h-18m2.5714 2.5v13.75h12.857v-13.75h-1.2857v12.5h-10.286v-12.5h-1.2857" color="#da4453" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/fileDeleteList.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-NegativeText { + color:#da4453; + }</style> + </defs> + <path class="ColorScheme-NegativeText" d="m7.1429 1v2.5h1.2857v-1.25h5.1429v1.25h1.2857v-2.5h-7.7143m-5.1429 3.75v1.25h18v-1.25h-18m2.5714 2.5v13.75h12.857v-13.75h-1.2857v12.5h-10.286v-12.5h-1.2857" color="#da4453" fill="currentColor"/> + <path class="ColorScheme-Text" d="m11 11v0.83333h10v-0.83333zm0 1.6667v0.83333h5.8333v-0.83333zm0 2.5v0.83333h10v-0.83333zm0 1.6667v0.83333h4.1667v-0.83333zm0 2.5v0.83333h6.6667v-0.83333zm8.3333 0.83333v0.83333h1.6667v-0.83333z" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/fileDesigner.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" fill="#000000" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <g fill="#232629"> + <path d="m3.9088 0.5c-0.17884 0-0.39742 0.093061-0.52123 0.22024-0.71841 0.72277-1.4383 1.444-2.1613 2.1637-0.12534 0.12408-0.22622 0.34743-0.22622 0.53975v0.00155c0.00306 3.3331 0.00306 10.102 0.00306 10.176v0.39706h0.3913c0.07337 0 9.8514-0.0016 14.691 0.0016 0.19565 0 0.41729-0.10236 0.54416-0.22955l0.0016-0.0016c0.71074-0.71812 1.4246-1.4331 2.1414-2.145 0.13446-0.13494 0.2277-0.36604 0.2277-0.55526-0.003058-3.3238 0-10.171 0-10.171v-0.39706zm0.018342 0.79411h14.29c0 0.49787-3e-3 6.5716 0 9.7698-0.71535 0.71036-1.4292 1.4254-2.1384 2.1419-4.7125-0.0031-13.732-0.0031-14.293-0.0016 0-0.55526 0-6.5514-0.00306-9.762 0.71688-0.71341 1.4322-1.4284 2.1445-2.1481zm3.7617 1.5882c-0.12381 0-0.24609 0.00309-0.3699 0.00775-0.29959 0.012413-0.5946 0.063596-0.88349 0.1489-0.65421 0.19698-1.1449 0.59093-1.4307 1.2191-0.099355 0.21869-0.18342 0.44669-0.25068 0.67779-0.18495 0.63281-0.22317 1.2842-0.23081 1.9372-0.00459 0.44049 0.0214 0.87942 0.084069 1.3153 0.061141 0.40791 0.15591 0.80652 0.31641 1.1896 0.29042 0.68865 0.80095 1.1214 1.5194 1.3106 0.62517 0.16596 1.2565 0.18767 1.9076 0.09617 0.32711 0.5351 0.65727 1.0779 0.99202 1.627 0.39589-0.18613 0.77191-0.36139 1.1586-0.54286-0.31946-0.51493-0.6267-1.0128-0.93088-1.5045 0.13298-0.12098 0.26444-0.228 0.3806-0.34898 0.30112-0.32106 0.48302-0.70726 0.60224-1.1276 0.16967-0.60024 0.21247-1.2175 0.22775-1.8364 0.010701-0.47926-0.019872-0.95697-0.084069-1.4316-0.061141-0.44204-0.16661-0.87322-0.34698-1.2842-0.30724-0.69795-0.82999-1.1353-1.5652-1.3277-0.36226-0.09306-0.72758-0.12408-1.096-0.12563zm4.659 0.79411v1.5882h-0.78261v1.1912h0.78261v2.7794c0 0.30555 0.06266 0.64056 0.18342 0.92595 0.10088 0.24041 0.27055 0.40947 0.50747 0.51338 0.18037 0.07756 0.36838 0.11788 0.5625 0.13649 0.37143 0.03412 0.80248-0.02636 1.1678-0.09151 0.10394-0.01861 0.20635-0.04033 0.31794-0.06203-0.01069-0.32416-0.02752-0.75844-0.05349-1.0702-0.04128-0.00304-0.06266-0.00934-0.0856-0.00776-0.24456 0.00934-0.55333 0.048083-0.79789 0.052729-0.10547 0.00158-0.21247-0.00934-0.31641-0.031028-0.13145-0.027922-0.21858-0.11633-0.25526-0.24971-0.01376-0.055834-0.02905-0.11013-0.03211-0.16596-0.01681-0.20939-0.02293-0.53355-0.02446-0.74448-0.0046-0.75069 0-1.9853 0-1.9853h1.5652v-1.1912h-1.5652v-1.5882zm-4.6972 0.40481c0.23234 0 0.46315 0.027917 0.69395 0.085305 0.39895 0.099264 0.69701 0.31641 0.88043 0.65608 0.1605 0.29159 0.24915 0.60334 0.29042 0.9244 0.048915 0.38775 0.071838 0.7786 0.09324 1.0206-0.019872 0.67159-0.035154 1.1927-0.1819 1.703-0.030573 0.10857-0.068787 0.21559-0.11158 0.31951-0.16508 0.40946-0.49066 0.65918-0.95228 0.76775-0.4662 0.10857-0.93852 0.11011-1.4078 0.0030375-0.49219-0.11163-0.82388-0.38306-0.99813-0.81579-0.14062-0.35053-0.21552-0.71191-0.23539-1.0811-0.022926-0.41412-0.032098-0.82979-0.019871-1.2439 0.010699-0.44824 0.076427-0.89183 0.23692-1.3184 0.033628-0.088402 0.074898-0.17526 0.1177-0.25902 0.18342-0.35208 0.48913-0.57232 0.89878-0.67624 0.23081-0.057387 0.46315-0.085306 0.69548-0.085306z" stroke-width=".39417"/> + <path class="ColorScheme-Text" d="m17.999 11-6.9987 6.9987v3.0013h3.0013l6.9987-6.9987zm-1.7074 2.9085 1.8001 1.8001-2.6449 2.6465v-0.56315l-0.84473 0.0179h-0.86263v-1.3509l1.2012-1.1995zm-3.3968 3.3952v1.3509h1.6895l0.0179 0.54362-0.90006 0.90169h-1.2012l-0.60059-0.60059v-1.2012z"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/fileIDL.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg"> + <g transform="translate(0 -291.18)"> + <text transform="scale(.96631 1.0349)" x="0.13057615" y="285.45972" fill="#1389ec" font-family="sans-serif" font-size="3.5808px" letter-spacing="0px" stroke-width=".08952" word-spacing="0px" style="line-height:1.25" xml:space="preserve"><tspan x="0.13057615" y="285.45972" fill="#1389ec" stroke-width=".08952">IDL</tspan></text> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/fileJavascript.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg"> + <g transform="translate(-326 -534.36)"> + <path d="m335.76 535.36c-2.3099 0-3.2779 0.88296-3.2779 3.1372v3.0518c0 1.3922-0.0444 3.0054-1.3203 3.0054h-0.66016v1.6113h0.66016c1.2759 0 1.3203 1.6131 1.3203 3.0054v3.0518c0 2.2542 0.96804 3.1372 3.2779 3.1372v-1.4795c-1.5399 0-1.5615-0.59792-1.5615-2.7637v-2.5195c0-1.0386-0.26612-2.5842-1.5641-3.2251 1.298-0.64088 1.5641-2.1888 1.5641-3.2275v-2.5415c0-2.1658 0.0216-2.7637 1.5615-2.7637zm2.4629 0v1.4795c1.5399 0 1.5818 0.59792 1.5818 2.7637v2.5415c0 1.0388 0.26612 2.5867 1.5641 3.2275-1.298 0.64087-1.5641 2.1865-1.5641 3.2251v2.5195c0 2.1658-0.0418 2.7637-1.5818 2.7637v1.4795c2.3099 0 3.2982-0.88296 3.2982-3.1372v-3.0518c0-1.3922 0.0891-3.0054 1.3432-3.0054h0.6373v-1.6113h-0.6373c-1.254 0-1.3432-1.6131-1.3432-3.0054v-3.0518c0-2.2542-0.98835-3.1372-3.2982-3.1372zm-1.2213 6.25a1.3 1.25 0 0 0-1.3 1.25 1.3 1.25 0 0 0 1.3 1.25 1.3 1.25 0 0 0 1.3-1.25 1.3 1.25 0 0 0-1.3-1.25zm0 5a1.3 1.25 0 0 0-1.3 1.25 1.3 1.25 0 0 0 1.3 1.25v1.25h0.17011c0.30846-0.32125 0.89219-1.2616 1.0588-2.0947a1.3 1.25 0 0 0 0.0711-0.36621 1.3 1.25 0 0 0 0-0.0391 1.3 1.25 0 0 0-1.3-1.25z" fill="#ffa555"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/fileLinguist.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <path d="m3.9088 0.5c-0.17884 0-0.39742 0.093061-0.52123 0.22024-0.71841 0.72277-1.4383 1.444-2.1613 2.1637-0.12534 0.12408-0.22622 0.34743-0.22622 0.53975v0.00155c0.00306 3.3331 0.00306 10.102 0.00306 10.176v0.39706h0.3913c0.07337 0 9.8514-0.0016 14.691 0.0016 0.19565 0 0.41729-0.10236 0.54416-0.22955l0.0016-0.0016c0.71074-0.71812 1.4246-1.4331 2.1414-2.145 0.13446-0.13494 0.2277-0.36604 0.2277-0.55526-0.003058-3.3238 0-10.171 0-10.171v-0.39706zm0.018342 0.79411h14.29c0 0.49787-3e-3 6.5716 0 9.7698-0.71535 0.71036-1.4292 1.4254-2.1384 2.1419-4.7125-0.0031-13.732-0.0031-14.293-0.0016 0-0.55526 0-6.5514-0.00306-9.762 0.71688-0.71341 1.4322-1.4284 2.1445-2.1481zm3.7617 1.5882c-0.12381 0-0.24609 0.00309-0.3699 0.00775-0.29959 0.012413-0.5946 0.063596-0.88349 0.1489-0.65421 0.19698-1.1449 0.59093-1.4307 1.2191-0.099355 0.21869-0.18342 0.44669-0.25068 0.67779-0.18495 0.63281-0.22317 1.2842-0.23081 1.9372-0.00459 0.44049 0.0214 0.87942 0.084069 1.3153 0.061141 0.40791 0.15591 0.80652 0.31641 1.1896 0.29042 0.68865 0.80095 1.1214 1.5194 1.3106 0.62517 0.16596 1.2565 0.18767 1.9076 0.09617 0.32711 0.5351 0.65727 1.0779 0.99202 1.627 0.39589-0.18613 0.77191-0.36139 1.1586-0.54286-0.31946-0.51493-0.6267-1.0128-0.93088-1.5045 0.13298-0.12098 0.26444-0.228 0.3806-0.34898 0.30112-0.32106 0.48302-0.70726 0.60224-1.1276 0.16967-0.60024 0.21247-1.2175 0.22775-1.8364 0.010701-0.47926-0.019872-0.95697-0.084069-1.4316-0.061141-0.44204-0.16661-0.87322-0.34698-1.2842-0.30724-0.69795-0.82999-1.1353-1.5652-1.3277-0.36226-0.09306-0.72758-0.12408-1.096-0.12563zm4.659 0.79411v1.5882h-0.78261v1.1912h0.78261v2.7794c0 0.30555 0.06266 0.64056 0.18342 0.92595 0.10088 0.24041 0.27055 0.40947 0.50747 0.51338 0.18037 0.07756 0.36838 0.11788 0.5625 0.13649 0.37143 0.03412 0.80248-0.02636 1.1678-0.09151 0.10394-0.01861 0.20635-0.04033 0.31794-0.06203-0.01069-0.32416-0.02752-0.75844-0.05349-1.0702-0.04128-0.00304-0.06266-0.00934-0.0856-0.00776-0.24456 0.00934-0.55333 0.048083-0.79789 0.052729-0.10547 0.00158-0.21247-0.00934-0.31641-0.031028-0.13145-0.027922-0.21858-0.11633-0.25526-0.24971-0.01376-0.055834-0.02905-0.11013-0.03211-0.16596-0.01681-0.20939-0.02293-0.53355-0.02446-0.74448-0.0046-0.75069 0-1.9853 0-1.9853h1.5652v-1.1912h-1.5652v-1.5882zm-4.6972 0.40481c0.23234 0 0.46315 0.027917 0.69395 0.085305 0.39895 0.099264 0.69701 0.31641 0.88043 0.65608 0.1605 0.29159 0.24915 0.60334 0.29042 0.9244 0.048915 0.38775 0.071838 0.7786 0.09324 1.0206-0.019872 0.67159-0.035154 1.1927-0.1819 1.703-0.030573 0.10857-0.068787 0.21559-0.11158 0.31951-0.16508 0.40946-0.49066 0.65918-0.95228 0.76775-0.4662 0.10857-0.93852 0.11011-1.4078 0.0030375-0.49219-0.11163-0.82388-0.38306-0.99813-0.81579-0.14062-0.35053-0.21552-0.71191-0.23539-1.0811-0.022926-0.41412-0.032098-0.82979-0.019871-1.2439 0.010699-0.44824 0.076427-0.89183 0.23692-1.3184 0.033628-0.088402 0.074898-0.17526 0.1177-0.25902 0.18342-0.35208 0.48913-0.57232 0.89878-0.67624 0.23081-0.057387 0.46315-0.085306 0.69548-0.085306z" fill="#232629" stroke-width=".39417"/> + <path d="m21 12v6.5455l-2.5 2.4545v-2.4545h-7.5v-6.5455z" fill="#d35f5f"/> + <path d="m20.167 12.818h-8.3333v4.9091h8.3333z" fill="#d35f5f"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/fileLinguist2.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <path d="m3.9088 0.5c-0.17884 0-0.39742 0.093061-0.52123 0.22024-0.71841 0.72277-1.4383 1.444-2.1613 2.1637-0.12534 0.12408-0.22622 0.34743-0.22622 0.53975v0.00155c0.00306 3.3331 0.00306 10.102 0.00306 10.176v0.39706h0.3913c0.07337 0 9.8514-0.0016 14.691 0.0016 0.19565 0 0.41729-0.10236 0.54416-0.22955l0.0016-0.0016c0.71074-0.71812 1.4246-1.4331 2.1414-2.145 0.13446-0.13494 0.2277-0.36604 0.2277-0.55526-0.003058-3.3238 0-10.171 0-10.171v-0.39706zm0.018342 0.79411h14.29c0 0.49787-3e-3 6.5716 0 9.7698-0.71535 0.71036-1.4292 1.4254-2.1384 2.1419-4.7125-0.0031-13.732-0.0031-14.293-0.0016 0-0.55526 0-6.5514-0.00306-9.762 0.71688-0.71341 1.4322-1.4284 2.1445-2.1481zm3.7617 1.5882c-0.12381 0-0.24609 0.00309-0.3699 0.00775-0.29959 0.012413-0.5946 0.063596-0.88349 0.1489-0.65421 0.19698-1.1449 0.59093-1.4307 1.2191-0.099355 0.21869-0.18342 0.44669-0.25068 0.67779-0.18495 0.63281-0.22317 1.2842-0.23081 1.9372-0.00459 0.44049 0.0214 0.87942 0.084069 1.3153 0.061141 0.40791 0.15591 0.80652 0.31641 1.1896 0.29042 0.68865 0.80095 1.1214 1.5194 1.3106 0.62517 0.16596 1.2565 0.18767 1.9076 0.09617 0.32711 0.5351 0.65727 1.0779 0.99202 1.627 0.39589-0.18613 0.77191-0.36139 1.1586-0.54286-0.31946-0.51493-0.6267-1.0128-0.93088-1.5045 0.13298-0.12098 0.26444-0.228 0.3806-0.34898 0.30112-0.32106 0.48302-0.70726 0.60224-1.1276 0.16967-0.60024 0.21247-1.2175 0.22775-1.8364 0.010701-0.47926-0.019872-0.95697-0.084069-1.4316-0.061141-0.44204-0.16661-0.87322-0.34698-1.2842-0.30724-0.69795-0.82999-1.1353-1.5652-1.3277-0.36226-0.09306-0.72758-0.12408-1.096-0.12563zm4.659 0.79411v1.5882h-0.78261v1.1912h0.78261v2.7794c0 0.30555 0.06266 0.64056 0.18342 0.92595 0.10088 0.24041 0.27055 0.40947 0.50747 0.51338 0.18037 0.07756 0.36838 0.11788 0.5625 0.13649 0.37143 0.03412 0.80248-0.02636 1.1678-0.09151 0.10394-0.01861 0.20635-0.04033 0.31794-0.06203-0.01069-0.32416-0.02752-0.75844-0.05349-1.0702-0.04128-0.00304-0.06266-0.00934-0.0856-0.00776-0.24456 0.00934-0.55333 0.048083-0.79789 0.052729-0.10547 0.00158-0.21247-0.00934-0.31641-0.031028-0.13145-0.027922-0.21858-0.11633-0.25526-0.24971-0.01376-0.055834-0.02905-0.11013-0.03211-0.16596-0.01681-0.20939-0.02293-0.53355-0.02446-0.74448-0.0046-0.75069 0-1.9853 0-1.9853h1.5652v-1.1912h-1.5652v-1.5882zm-4.6972 0.40481c0.23234 0 0.46315 0.027917 0.69395 0.085305 0.39895 0.099264 0.69701 0.31641 0.88043 0.65608 0.1605 0.29159 0.24915 0.60334 0.29042 0.9244 0.048915 0.38775 0.071838 0.7786 0.09324 1.0206-0.019872 0.67159-0.035154 1.1927-0.1819 1.703-0.030573 0.10857-0.068787 0.21559-0.11158 0.31951-0.16508 0.40946-0.49066 0.65918-0.95228 0.76775-0.4662 0.10857-0.93852 0.11011-1.4078 0.0030375-0.49219-0.11163-0.82388-0.38306-0.99813-0.81579-0.14062-0.35053-0.21552-0.71191-0.23539-1.0811-0.022926-0.41412-0.032098-0.82979-0.019871-1.2439 0.010699-0.44824 0.076427-0.89183 0.23692-1.3184 0.033628-0.088402 0.074898-0.17526 0.1177-0.25902 0.18342-0.35208 0.48913-0.57232 0.89878-0.67624 0.23081-0.057387 0.46315-0.085306 0.69548-0.085306z" fill="#232629" stroke-width=".39417"/> + <path d="m21 12v6.5455l-2.5 2.4545v-2.4545h-7.5v-6.5455z" fill="#5fd38d"/> + <path d="m20.167 12.818h-8.3333v4.9091h8.3333z" fill="#5fd38d"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/fileMisc.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path d="m2 1v20h11.571v-1.25h-10.286v-17.5h10.286v5h5.1429v7.5h1.2857v-8.7598l-5.1328-4.9902-0.01004 0.012207v-0.012207h-11.571z" fill="#232629"/> + <path d="m13.571 20.401h5.8129v-5.6514" fill="none" stroke="#232629" stroke-width="1.2142px"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/fileModified.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path d="m2 1v20h11.571v-1.25h-10.286v-17.5h10.286v5h5.1429v7.5h1.2857v-8.7598l-5.1328-4.9902-0.01004 0.012207v-0.012207h-11.571z" fill="#232629"/> + <path d="m13.571 20.401h5.8129v-5.6514" fill="none" stroke="#232629" stroke-width="1.2142px"/> + <path class="ColorScheme-Text" d="m6 8v10h10v-8.099l-1.901-1.901h-7.2656zm0.83333 0.83333h1.6667v3.3333h5v-3.3333h0.23438l1.4323 1.4323v6.901h-0.83333v-3.3333h-6.6927v3.3333h-0.80729zm2.5 0h1.5885v2.5h-1.5885zm-0.83333 5.8333h5v2.5h-5z" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/fileMultiProject.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <g fill="#232629"> + <path class="ColorScheme-Text" d="m2.1875 11.5v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/> + <path class="ColorScheme-Text" d="m2.1875 1v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/> + <path class="ColorScheme-Text" d="m12.688 11.5v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/> + <path class="ColorScheme-Text" d="m12.688 1v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/filePixmap.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg"> + <g transform="translate(-326 -534.36)"> + <rect x="326.5" y="535.99" width="0" height="11" fill="#c4bb1b"/> + <rect x="321.94" y="538.51" width="0" height="11" fill="#c4bb1b"/> + <rect x="317.44" y="526.09" width="0" height="11" fill="#c4bb1b"/> + <rect x="318.28" y="538.32" width="0" height="11" fill="#c4bb1b"/> + <rect x="313.73" y="540.84" width="0" height="11" fill="#c4bb1b"/> + <rect x="309.22" y="528.43" width="0" height="11" fill="#c4bb1b"/> + <path d="m327 537.36v1.2308 0.61538 1.8462 0.2524 0.36058 8.988 0.2452 1.2308 0.51683 0.71394h20v-0.84616-0.38461-14.769h-1.25-13.75-0.62989-0.57128-1.9238-0.625zm1.25 1.2308h2.3901a1.875 1.8462 0 0 1 0.10987 0.61538 1.875 1.8462 0 0 1-1.875 1.8462 1.875 1.8462 0 0 1-0.625-0.10818v-2.3534zm3.6841 0h0.0659 13.75v13.538h-17.5v-0.089-0.10818-0.76682l2.9077-2.8293 1.7602-1.7284 1.9556 1.7452 1.377 1.3149 4.4995-4.1827 3.75 3.5577v-1.8366l-3.75-3.6923-4.4995 4.4303-3.2495-3.1995-4.751 4.6779v-7.2043a3.125 3.0769 0 0 0 0.625 0.0649 3.125 3.0769 0 0 0 3.125-3.0769 3.125 3.0769 0 0 0-0.0659-0.61539z" color="#000000" color-rendering="auto" fill="#ff9000" image-rendering="auto" shape-rendering="auto" solid-color="#000000" style="isolation:auto;mix-blend-mode:normal"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/fileProject.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m3.5 1v2.5h-2.5v3.75h2.5v7.5h-2.5v3.75h2.5v2.5h17.5v-20zm1.25 1.25h15v2.5h-15v-1.25zm0 3.75h15v13.75h-15z" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/filePython.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg"> + <path d="m9.3333 1c-1.8467 0-3.3333 1.4867-3.3333 3.3333h5v1.6667h-6.6667c-1.8467 0-3.3333 1.4867-3.3333 3.3333v3.3333c0 1.8467 1.4867 3.3333 3.3333 3.3333v-1.6667c0-1.4812 0.64983-2.7937 1.6667-3.7077 0.00113-1e-3 0.00211-0.0023 0.00325-0.0032 0.22024-0.19762 0.45764-0.37623 0.70964-0.53385 0.00205-0.0013 0.00445-2e-3 0.00651-0.0033 0.24818-0.15476 0.50993-0.28704 0.7845-0.39715 0.049445-0.0194 0.10278-0.030962 0.15299-0.048825 0.23327-0.084875 0.47095-0.16243 0.71941-0.21159 0.31035-0.05985 0.6287-0.0944 0.95703-0.0944h6.6667v-5c0-1.8467-1.4866-3.3333-3.3333-3.3333zm0 0.83333c0.46167 0 0.83333 0.37167 0.83333 0.83333s-0.37167 0.83333-0.83333 0.83333-0.83333-0.37167-0.83333-0.83333 0.37167-0.83333 0.83333-0.83333zm8.3333 4.1667v1.6667c0 1.4812-0.65308 2.7969-1.6699 3.7109-0.22024 0.19763-0.45764 0.37622-0.70964 0.53385-2e-3 0.0013-0.0045 2e-3 -0.0065 0.0033-0.24818 0.15475-0.50993 0.28703-0.7845 0.39714-0.04945 0.0194-0.10279 0.03098-0.153 0.04883-0.23328 0.08488-0.47096 0.16244-0.71941 0.21159-0.31035 0.05985-0.6287 0.0944-0.95703 0.0944h-6.6667v5c0 1.8466 1.4866 3.3333 3.3333 3.3333h3.3333c1.8467 5e-6 3.3333-1.4867 3.3333-3.3333h-5v-1.6667h6.6667c1.8467 0 3.3333-1.4867 3.3333-3.3333v-3.3333c0-1.8467-1.4867-3.3333-3.3333-3.3333zm-5 12.5c0.46167 0 0.83333 0.37167 0.83333 0.83333 0 0.46167-0.37167 0.83333-0.83333 0.83333-0.46167 0-0.83333-0.37167-0.83333-0.83333 0-0.46167 0.37167-0.83333 0.83333-0.83333z" fill="#f59e16" stroke-width="1.6667"/> + <path d="m3.6449 15.905c-1.0799-0.23814-1.9515-0.96024-2.3667-1.9609-0.23798-0.57353-0.2435-0.6405-0.2435-2.9573 0-2.4426-4.382e-4 -2.4387 0.35679-3.1674 0.15485-0.31587 0.27272-0.47309 0.59404-0.79237 0.61042-0.60654 1.1535-0.87745 1.9611-0.97826 0.24461-0.030533 1.6685-0.0493 3.7405-0.0493h3.3455v-1.678h-5.025l0.020892-0.19809c0.043445-0.41194 0.12282-0.76663 0.2315-1.0344 0.28459-0.70131 0.91079-1.3795 1.5731-1.7036 0.70139-0.34329 0.70088-0.34322 2.9604-0.36191 1.3056-0.010799 2.1368 0.00118 2.3472 0.033828 0.74508 0.1156 1.36 0.42821 1.8771 0.95435 0.38217 0.3888 0.62886 0.78959 0.80494 1.3078l0.12671 0.37288 0.02794 5.6165-3.4628 2.797e-4c-3.7992 2.8e-4 -3.9821 0.010868-4.7579 0.27498-1.6385 0.55781-2.833 1.853-3.3061 3.5847-0.084508 0.30932-0.10069 0.52546-0.11839 1.5818l-0.020511 1.2235-0.19356-0.0037c-0.10646-2e-3 -0.31941-0.03146-0.47322-0.06537zm5.9786-12.448c0.23032-0.096235 0.37788-0.23824 0.48202-0.46388 0.10874-0.23561 0.10887-0.41585 4.85e-4 -0.65447-0.22285-0.4906-0.79509-0.6686-1.2228-0.38036-0.57245 0.38577-0.50672 1.1986 0.11993 1.4832 0.23169 0.10524 0.39574 0.10933 0.62037 0.015472z" fill="#59f" stroke="#59f" stroke-width=".18644"/> + <path d="m3.8769 16.021c-1.2932-0.19009-2.3276-1.0581-2.7783-2.3311-0.10462-0.29556-0.10766-0.35367-0.12435-2.3767-0.02134-2.5866-0.0035742-2.7756 0.32413-3.4486 0.20725-0.42558 0.2898-0.53952 0.64158-0.88559 0.46207-0.45457 0.84593-0.697 1.3787-0.87072 0.35486-0.11571 0.44157-0.12338 1.7945-0.15867 0.78189-0.020394 2.4127-0.038555 3.6239-0.040356l2.2023-0.00327v-1.4915h-5.017l0.039441-0.33792c0.082337-0.70546 0.25768-1.1849 0.61798-1.6898 0.42952-0.60191 1.1146-1.096 1.8194-1.3123 0.25572-0.078458 0.47917-0.085803 2.6102-0.085803h2.3305l0.37288 0.12699c0.53022 0.18057 0.9215 0.42591 1.3262 0.83156 0.39706 0.398 0.6012 0.71448 0.81882 1.2694l0.14988 0.38221 0.05924 5.803h-3.4512c-2.1311 0-3.6243 0.01902-3.9038 0.049728-1.8332 0.20141-3.4435 1.5466-4.0833 3.4109-0.16642 0.48492-0.2114 0.87998-0.21359 1.8762-0.00101 0.46144-0.015071 0.9491-0.031236 1.0837-0.032921 0.27408-0.022253 0.2699-0.50691 0.19866zm5.8238-12.697c0.22793-0.13357 0.39978-0.41605 0.39978-0.65711 0-0.38236-0.38671-0.76907-0.76907-0.76907-0.37964 0-0.76907 0.38942-0.76907 0.76907 0 0.22876 0.1764 0.52469 0.38858 0.65187 0.25028 0.15002 0.49975 0.15176 0.74977 0.00524z" fill="#59f" stroke="#59f" stroke-width=".18644"/> + <path d="m8.4791 20.868c-1.1305-0.3003-2.0097-1.1819-2.3497-2.3563-0.10661-0.36823-0.10735-0.38954-0.10735-3.0975v-2.7267l3.7521-0.0245c4.0868-0.02668 3.7551-0.0052 4.6099-0.299 0.68486-0.23541 1.3543-0.67684 1.9039-1.2554 0.75974-0.7998 1.219-1.7686 1.3618-2.8724 0.02487-0.19227 0.04587-0.77332 0.04666-1.2912l0.0014-0.94166 0.2447 0.025284c1.4235 0.14709 2.5831 1.1278 2.928 2.4764 0.0826 0.32295 0.09004 0.52992 0.09004 2.5022 0 2.3009-0.0047 2.3571-0.24808 2.9596-0.38832 0.96139-1.3874 1.7661-2.4289 1.9562-0.18272 0.03336-1.4679 0.0505-3.7871 0.0505h-3.5105v1.7246h4.9873v0.15458c0 0.69752-0.41873 1.6179-0.98356 2.1619-0.43106 0.41516-0.71671 0.5953-1.2587 0.79375l-0.34464 0.1262-2.2839 0.0118c-2.1321 0.01102-2.3065 0.0058-2.6234-0.07838zm4.5484-0.76527c0.14329-0.07486 0.34581-0.28173 0.42313-0.43224 0.07192-0.13999 0.06565-0.49923-0.01187-0.68041-0.23374-0.54628-0.98118-0.67393-1.3894-0.23729-0.15562 0.16644-0.22436 0.34315-0.22436 0.57672 0 0.33492 0.19378 0.64097 0.48941 0.77292 0.18463 0.08241 0.55566 0.08257 0.71312 3.26e-4z" fill="#fd5" stroke="#fd5" stroke-width=".18644"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/filePython2.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg"> + <path d="m9.3333 1c-1.8467 0-3.3333 1.4867-3.3333 3.3333h5v1.6667h-6.6667c-1.8467 0-3.3333 1.4867-3.3333 3.3333v3.3333c0 1.8467 1.4867 3.3333 3.3333 3.3333v-1.6667c0-1.4812 0.64983-2.7937 1.6667-3.7077 0.00113-1e-3 0.00211-0.0023 0.00325-0.0032 0.22024-0.19762 0.45764-0.37623 0.70964-0.53385 0.00205-0.0013 0.00445-2e-3 0.00651-0.0033 0.24818-0.15476 0.50993-0.28704 0.7845-0.39715 0.049445-0.0194 0.10278-0.030962 0.15299-0.048825 0.23327-0.084875 0.47095-0.16243 0.71941-0.21159 0.31035-0.05985 0.6287-0.0944 0.95703-0.0944h6.6667v-5c0-1.8467-1.4866-3.3333-3.3333-3.3333zm0 0.83333c0.46167 0 0.83333 0.37167 0.83333 0.83333s-0.37167 0.83333-0.83333 0.83333-0.83333-0.37167-0.83333-0.83333 0.37167-0.83333 0.83333-0.83333zm8.3333 4.1667v1.6667c0 1.4812-0.65308 2.7969-1.6699 3.7109-0.22024 0.19763-0.45764 0.37622-0.70964 0.53385-2e-3 0.0013-0.0045 2e-3 -0.0065 0.0033-0.24818 0.15475-0.50993 0.28703-0.7845 0.39714-0.04945 0.0194-0.10279 0.03098-0.153 0.04883-0.23328 0.08488-0.47096 0.16244-0.71941 0.21159-0.31035 0.05985-0.6287 0.0944-0.95703 0.0944h-6.6667v5c0 1.8466 1.4866 3.3333 3.3333 3.3333h3.3333c1.8467 5e-6 3.3333-1.4867 3.3333-3.3333h-5v-1.6667h6.6667c1.8467 0 3.3333-1.4867 3.3333-3.3333v-3.3333c0-1.8467-1.4867-3.3333-3.3333-3.3333zm-5 12.5c0.46167 0 0.83333 0.37167 0.83333 0.83333 0 0.46167-0.37167 0.83333-0.83333 0.83333-0.46167 0-0.83333-0.37167-0.83333-0.83333 0-0.46167 0.37167-0.83333 0.83333-0.83333z" fill="#f59e16" stroke-width="1.6667"/> + <path d="m3.6449 15.905c-1.0799-0.23814-1.9515-0.96024-2.3667-1.9609-0.23798-0.57353-0.2435-0.6405-0.2435-2.9573 0-2.4426-4.382e-4 -2.4387 0.35679-3.1674 0.15485-0.31587 0.27272-0.47309 0.59404-0.79237 0.61042-0.60654 1.1535-0.87745 1.9611-0.97826 0.24461-0.030533 1.6685-0.0493 3.7405-0.0493h3.3455v-1.678h-5.025l0.020892-0.19809c0.043445-0.41194 0.12282-0.76663 0.2315-1.0344 0.28459-0.70131 0.91079-1.3795 1.5731-1.7036 0.70139-0.34329 0.70088-0.34322 2.9604-0.36191 1.3056-0.010799 2.1368 0.00118 2.3472 0.033828 0.74508 0.1156 1.36 0.42821 1.8771 0.95435 0.38217 0.3888 0.62886 0.78959 0.80494 1.3078l0.12671 0.37288 0.02794 5.6165-3.4628 2.797e-4c-3.7992 2.8e-4 -3.9821 0.010868-4.7579 0.27498-1.6385 0.55781-2.833 1.853-3.3061 3.5847-0.084508 0.30932-0.10069 0.52546-0.11839 1.5818l-0.020511 1.2235-0.19356-0.0037c-0.10646-2e-3 -0.31941-0.03146-0.47322-0.06537zm5.9786-12.448c0.23032-0.096235 0.37788-0.23824 0.48202-0.46388 0.10874-0.23561 0.10887-0.41585 4.85e-4 -0.65447-0.22285-0.4906-0.79509-0.6686-1.2228-0.38036-0.57245 0.38577-0.50672 1.1986 0.11993 1.4832 0.23169 0.10524 0.39574 0.10933 0.62037 0.015472z" fill="#59f" stroke="#59f" stroke-width=".18644"/> + <path d="m3.8769 16.021c-1.2932-0.19009-2.3276-1.0581-2.7783-2.3311-0.10462-0.29556-0.10766-0.35367-0.12435-2.3767-0.02134-2.5866-0.0035742-2.7756 0.32413-3.4486 0.20725-0.42558 0.2898-0.53952 0.64158-0.88559 0.46207-0.45457 0.84593-0.697 1.3787-0.87072 0.35486-0.11571 0.44157-0.12338 1.7945-0.15867 0.78189-0.020394 2.4127-0.038555 3.6239-0.040356l2.2023-0.00327v-1.4915h-5.017l0.039441-0.33792c0.082337-0.70546 0.25768-1.1849 0.61798-1.6898 0.42952-0.60191 1.1146-1.096 1.8194-1.3123 0.25572-0.078458 0.47917-0.085803 2.6102-0.085803h2.3305l0.37288 0.12699c0.53022 0.18057 0.9215 0.42591 1.3262 0.83156 0.39706 0.398 0.6012 0.71448 0.81882 1.2694l0.14988 0.38221 0.05924 5.803h-3.4512c-2.1311 0-3.6243 0.01902-3.9038 0.049728-1.8332 0.20141-3.4435 1.5466-4.0833 3.4109-0.16642 0.48492-0.2114 0.87998-0.21359 1.8762-0.00101 0.46144-0.015071 0.9491-0.031236 1.0837-0.032921 0.27408-0.022253 0.2699-0.50691 0.19866zm5.8238-12.697c0.22793-0.13357 0.39978-0.41605 0.39978-0.65711 0-0.38236-0.38671-0.76907-0.76907-0.76907-0.37964 0-0.76907 0.38942-0.76907 0.76907 0 0.22876 0.1764 0.52469 0.38858 0.65187 0.25028 0.15002 0.49975 0.15176 0.74977 0.00524z" fill="#59f" stroke="#59f" stroke-width=".18644"/> + <path d="m8.4791 20.868c-1.1305-0.3003-2.0097-1.1819-2.3497-2.3563-0.10661-0.36823-0.10735-0.38954-0.10735-3.0975v-2.7267l3.7521-0.0245c4.0868-0.02668 3.7551-0.0052 4.6099-0.299 0.68486-0.23541 1.3543-0.67684 1.9039-1.2554 0.75974-0.7998 1.219-1.7686 1.3618-2.8724 0.02487-0.19227 0.04587-0.77332 0.04666-1.2912l0.0014-0.94166 0.2447 0.025284c1.4235 0.14709 2.5831 1.1278 2.928 2.4764 0.0826 0.32295 0.09004 0.52992 0.09004 2.5022 0 2.3009-0.0047 2.3571-0.24808 2.9596-0.38832 0.96139-1.3874 1.7661-2.4289 1.9562-0.18272 0.03336-1.4679 0.0505-3.7871 0.0505h-3.5105v1.7246h4.9873v0.15458c0 0.69752-0.41873 1.6179-0.98356 2.1619-0.43106 0.41516-0.71671 0.5953-1.2587 0.79375l-0.34464 0.1262-2.2839 0.0118c-2.1321 0.01102-2.3065 0.0058-2.6234-0.07838zm4.5484-0.76527c0.14329-0.07486 0.34581-0.28173 0.42313-0.43224 0.07192-0.13999 0.06565-0.49923-0.01187-0.68041-0.23374-0.54628-0.98118-0.67393-1.3894-0.23729-0.15562 0.16644-0.22436 0.34315-0.22436 0.57672 0 0.33492 0.19378 0.64097 0.48941 0.77292 0.18463 0.08241 0.55566 0.08257 0.71312 3.26e-4z" fill="#fd5" stroke="#fd5" stroke-width=".18644"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/fileResource.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg"> + <g transform="translate(-326 -534.36)"> + <g transform="matrix(1.25 0 0 1.25 -84.25 -136.34)" fill="#32a58d"> + <rect x="329" y="537.36" width="8" height="1"/> + <rect x="329" y="541.36" width="16" height="1"/> + <rect x="329" y="548.36" width="16" height="1"/> + <rect x="329" y="545.36" width="8" height="1"/> + <rect x="329" y="552.36" width="12" height=".99998"/> + </g> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/fileRuby.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg"> + <g transform="translate(-326 -534.36)"> + <rect x="256.23" y="514.7" width="0" height="14.668" fill="#e00a5e"/> + <rect x="263.19" y="537.27" width="0" height="14.668" fill="#e00a5e"/> + <rect x="265" y="536.21" width="0" height="14.668" fill="#e00a5e"/> + <rect x="256.23" y="514.7" width="0" height="14.668" fill="#e00a5e"/> + <rect x="263.19" y="537.27" width="0" height="14.668" fill="#e00a5e"/> + <rect x="265" y="536.21" width="0" height="14.668" fill="#e00a5e"/> + <rect x="256.23" y="514.7" width="0" height="14.668" fill="#e00a5e"/> + <rect x="263.19" y="537.27" width="0" height="14.668" fill="#e00a5e"/> + <rect x="265" y="536.21" width="0" height="14.668" fill="#e00a5e"/> + <rect x="256.23" y="514.7" width="0" height="14.668" fill="#e00a5e"/> + <rect x="263.19" y="537.27" width="0" height="14.668" fill="#e00a5e"/> + <rect x="265" y="536.21" width="0" height="14.668" fill="#e00a5e"/> + <path d="m333.88 535.36v2.5h1.25v-2.5zm5 0v2.5h1.25v-2.5zm-9.9243 1.3501-1.001 0.75195 1.5015 1.9995 0.99854-0.74951zm16.099 0-1.499 2.002 0.99853 0.74951 1.5015-1.9995zm-13.049 2.3999-5 3.75 10 12.5 10-12.5-5-3.75zm0.41747 1.25h3.9575v1.875h-6.4575zm5.2075 0h3.9575l2.5 1.875h-6.4575zm-8.5254 3.125h7.2754v9.0942zm8.5254 0h7.2754l-7.2754 9.0942z" color="#000000" color-rendering="auto" fill="#723838" fill-rule="evenodd" image-rendering="auto" shape-rendering="auto" stroke-width="1.25"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/fileSave.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m1 1v20h20v-15.872h-0.0098l0.0098-0.012206-4.1162-4.1157-0.0098 0.012211v-0.012211h-0.87399zm1.25 1.2523h3.75v6.2492h10v-6.2492h0.36621l3.3838 3.3834v14.114h-2.5v-8.7489h-12.5v8.7489h-2.5zm5 0h4.8755v4.9994h-4.8755zm-1.25 9.9988h10v7.4991h-10z" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/fileSaveAll.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <g transform="matrix(.9 0 0 .90925 -.7 2.815)" fill="#232629"> + <path d="m7 3.0039v3.9961h1v-3h2v3h1v-3h2v3h3v-3h0.58203l1.418 1.418v8.582h-2v1h3v-9.9961h-0.0039l-1.9961-2z"/> + <path d="m7 16h4v3h-4zm0-7h2v3h-2zm-3 0h2v4h6v-4h0.58203l1.418 1.418v8.582h-2v-4h-6v4h-2zm-1-1v12h12v-10h-0.0039l-1.9961-1.9961v-0.0039062z"/> + <path d="m11-1.9961v3.9961h1v-3h2v3h1v-3h2v3h3v-3h0.58203l1.418 1.418v8.582h-2v1h3v-9.9961h-0.0039l-1.9961-2z"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/fileSaveAs.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m1 2v17.993h10v-1.1245h-5.5556v-6.7467h5.5556v-1.1245h-6.6667v7.8712h-2.2222v-15.742h3.3333v5.6223h8.8889v-5.6223h0.32552l3.0078 3.0439v3.7028h1.1111v-4.1596h-0.0087l0.0087-0.010981-3.6589-3.7028-0.0087 0.010981v-0.010981h-0.77691zm5.5556 1.1266h4.3338v4.4978h-4.3338zm12.222 7.8712-1.1068 1.1179h-0.0043l-5.5556 5.6201 0.0087 0.01098-0.0043 1.1288h-0.0043v1.1245h2.2222l0.0065-0.01098h0.01515l-0.0065-0.01098 1.0959-1.1091 4.4444-4.4934-0.78342-0.79722-5.5447 5.6069-0.65972-0.66545 5.5469-5.6091 0.65755 0.66764 0.78342 0.79063 1.111-1.1245z" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/fileSaveCopy.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m6 1v4.7024h1.25v-3.5302h2.5v3.5302h1.25v-3.5302h2.5v3.5302h3.75v-3.5302h0.72754l1.7725 1.6686v10.099h-2.5v1.1767h3.75v-11.763h-0.0049l-2.4951-2.3535zm-5 5.8791v14.121h15v-11.767h-0.0049l-2.4951-2.3489v-0.0046zm1.25 1.1767h2.5v4.707h7.5v-4.707h0.72754l1.7725 1.6686v10.099h-2.5v-4.707h-7.5v4.707h-2.5zm3.75 0h2.5v3.5302h-2.5zm0 8.2372h5v3.5302h-5z" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/fileSavePixmap.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg"> + <g transform="translate(-326 -534.36)"> + <rect x="326.5" y="535.99" width="0" height="11" fill="#c4bb1b"/> + <rect x="321.94" y="538.51" width="0" height="11" fill="#c4bb1b"/> + <rect x="317.44" y="526.09" width="0" height="11" fill="#c4bb1b"/> + <rect x="318.28" y="538.32" width="0" height="11" fill="#c4bb1b"/> + <rect x="313.73" y="540.84" width="0" height="11" fill="#c4bb1b"/> + <rect x="309.22" y="528.43" width="0" height="11" fill="#c4bb1b"/> + <path transform="translate(326 534.36)" d="m1 1v1.2305 0.61523 1.8457 0.25391 0.35938 8.9883 0.24609 1.2305 0.51562 0.71484h8.1211v-1.2305h-6.8711v-0.089843-0.10742-0.76758l2.9082-2.8281 1.7598-1.7285 1.9551 1.7441 0.24805 0.23633v-1.7559l-2.1211-2.0879-4.75 4.6777v-7.2051a3.125 3.0769 0 0 0 0.625 0.066406 3.125 3.0769 0 0 0 3.125-3.0781 3.125 3.0769 0 0 0-0.066406-0.61523h0.066406 13.75v6.8906h1.25v-8.1211h-1.25-13.75-0.63086-0.57031-1.9238-0.625-1.25zm1.25 1.2305h2.3906a1.875 1.8462 0 0 1 0.10938 0.61523 1.875 1.8462 0 0 1-1.875 1.8457 1.875 1.8462 0 0 1-0.625-0.10742v-2.3535zm12.5 4.9238-1.998 1.9668h3.9961l-1.998-1.9668z" color="#000000" color-rendering="auto" fill="#ff9000" image-rendering="auto" shape-rendering="auto" solid-color="#000000" style="isolation:auto;mix-blend-mode:normal"/> + <path d="m339.67 551.7h3.6667v2.7499h-3.6667zm0-6.4164h1.8333v2.7499h-1.8333zm-2.75 0h1.8333v3.6665h5.5v-3.6665h0.53353l1.2998 1.2998v7.8665h-1.8333v-3.6665h-5.5v3.6665h-1.8333zm-0.91667-0.91663v11h11v-9.1667h-4e-3l-1.8293-1.8292v-4e-3z" fill="#232629"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/fileSaveProject.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path d="m3.5 1v1.25 1.25h-2.5v3.75h2.5v7.5h-2.5v3.75h2.5v2.5h1.25 4.8223v-1.25h-4.8223v-13.75h15v3.5723h1.25v-7.3223-1.25h-17.5zm1.25 1.25h15v2.5h-15v-1.25-1.25z" color="#eff0f1" fill="#232629"/> + <path d="m13.667 17.333h3.6667v2.7499h-3.6667zm0-6.4164h1.8333v2.7499h-1.8333zm-2.75 0h1.8333v3.6665h5.5v-3.6665h0.53353l1.2998 1.2998v7.8665h-1.8333v-3.6665h-5.5v3.6665h-1.8333zm-0.91667-0.91663v11h11v-9.1667h-4e-3l-1.8293-1.8292v-4e-3z" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/fileSaveVisiblePixmap.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg"> + <g transform="translate(-326 -534.36)"> + <rect x="326.5" y="535.99" width="0" height="11" fill="#c4bb1b"/> + <rect x="321.94" y="538.51" width="0" height="11" fill="#c4bb1b"/> + <rect x="317.44" y="526.09" width="0" height="11" fill="#c4bb1b"/> + <rect x="318.28" y="538.32" width="0" height="11" fill="#c4bb1b"/> + <rect x="313.73" y="540.84" width="0" height="11" fill="#c4bb1b"/> + <rect x="309.22" y="528.43" width="0" height="11" fill="#c4bb1b"/> + <path transform="translate(326 534.36)" d="m1 1v1.2305 0.61523 1.8457 0.25391 0.35938 8.9883 0.24609 1.2305 0.51562 0.71484h8.1211v-1.2305h-6.8711v-0.089843-0.10742-0.76758l2.9082-2.8281 1.7598-1.7285 1.9551 1.7441 0.24805 0.23633v-1.7559l-2.1211-2.0879-4.75 4.6777v-7.2051a3.125 3.0769 0 0 0 0.625 0.066406 3.125 3.0769 0 0 0 3.125-3.0781 3.125 3.0769 0 0 0-0.066406-0.61523h0.066406 13.75v6.8906h1.25v-8.1211h-1.25-13.75-0.63086-0.57031-1.9238-0.625-1.25zm1.25 1.2305h2.3906a1.875 1.8462 0 0 1 0.10938 0.61523 1.875 1.8462 0 0 1-1.875 1.8457 1.875 1.8462 0 0 1-0.625-0.10742v-2.3535zm12.5 4.9238-1.998 1.9668h3.9961l-1.998-1.9668z" color="#000000" color-rendering="auto" fill="#ff9000" image-rendering="auto" shape-rendering="auto" solid-color="#000000" style="isolation:auto;mix-blend-mode:normal"/> + <path d="m339.67 551.7h3.6667v2.7499h-3.6667zm0-6.4164h1.8333v2.7499h-1.8333zm-2.75 0h1.8333v3.6665h5.5v-3.6665h0.53353l1.2998 1.2998v7.8665h-1.8333v-3.6665h-5.5v3.6665h-1.8333zm-0.91667-0.91663v11h11v-9.1667h-4e-3l-1.8293-1.8292v-4e-3z" fill="#232629"/> + <g transform="matrix(.63461 0 0 .55556 64.3 240.26)" fill="#232629"> + <g transform="matrix(.75 0 0 .75 421.46 -241.23)" fill="#232629"> + <path class="ColorScheme-Text" transform="matrix(1.3333 0 0 1.3333 .33333 1030.7)" d="m8 3a9 9 0 0 0-7.877 4.668c0.12895 0.36375 0.35744 0.6766 0.65625 0.9082a8 8 0 0 1 7.2207-4.5762 4 4 0 0 0-4 4 4 4 0 0 0 4 4 4 4 0 0 0 4-4 4 4 0 0 0-3.6504-3.9824 8 8 0 0 1 6.8711 4.5586c0.30152-0.2337 0.53191-0.55009 0.66016-0.91797a9 9 0 0 0-7.8809-4.6582zm0 2a3 3 0 0 1 3 3 3 3 0 0 1-3 3 3 3 0 0 1-3-3 3 3 0 0 1 3-3zm0 1a2 2 0 0 0-2 2 2 2 0 0 0 2 2 2 2 0 0 0 2-2 2 2 0 0 0-0.089844-0.58789 1 1 0 0 1-0.91016 0.58789 1 1 0 0 1-1-1 1 1 0 0 1 0.58984-0.91016 2 2 0 0 0-0.58984-0.089844z" fill="#232629"/> + </g> + </g> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/fileShortcuts.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + <g class="ColorScheme-Text" transform="matrix(1.1111 0 0 1.125 -1.2222 -1.375)" color="#eff0f1" fill="#232629"> + <path d="m13 3v2c0 0.554-0.446 1-1 1-1.108 0-2 0.892-2 2h-8v11h18v-11h-9c0-0.554 0.446-1 1-1 1.108 0 2-0.892 2-2v-2zm-10 6h16v1h-16zm0 2h16v7h-16z"/> + <path d="m4 12v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h2v-1zm-12 2v1h2v-1zm3 0v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h3v-1zm-11 2v1h2v-1zm3 0v1h8v-1zm9 0v1h2v-1z"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/fileSvg.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg"> + <g transform="translate(-326 -534.36)"> + <path d="m330.65 535.36v3.5294h1.1538v3.596c-1.3405 0.27898-2.3043 1.4796-2.3077 2.8745 2e-3 1.3958 0.96641 2.5977 2.3077 2.8768v3.5938h-1.1538v3.5294h3.4615v-3.5294h-1.1538v-2.1416a11.538 10 0 0 0 10.385 5.671 11.538 10 0 0 0 1.1538-0.0506v-1.1926a10.385 8.8235 0 0 1-1.1538 0.0666 10.385 8.8235 0 0 1-9.8685-6.1121c1.078-0.4512 1.7899-1.5175 1.7916-2.7114-4.9e-4 -1.197-0.71394-2.2679-1.7961-2.7183a10.385 8.8235 0 0 1 9.873-6.1052 10.385 8.8235 0 0 1 1.1538 0.0597v-1.1765a11.538 10 0 0 0-1.1538-0.0597 11.538 10 0 0 0-10.385 5.6595v-2.1301h1.1538v-3.5294zm1.1538 1.1765h1.1538v1.1765h-1.1538zm0.57693 7.0588a1.7308 1.7647 0 0 1 1.4581 0.81802 1.7308 1.7647 0 0 1 0.19832 0.44117c4.9e-4 2e-3 2e-3 3e-3 2e-3 5e-3a1.7308 1.7647 0 0 1 0 5e-3 1.7308 1.7647 0 0 1 0.0721 0.49632 1.7308 1.7647 0 0 1-0.0721 0.50322 1.7308 1.7647 0 0 1-0.19831 0.44117c-9e-4 1e-3 -9.8e-4 3e-3 -2e-3 5e-3a1.7308 1.7647 0 0 1-2e-3 2e-3 1.7308 1.7647 0 0 1-0.30875 0.36535 1.7308 1.7647 0 0 1-1.1471 0.44807 1.7308 1.7647 0 0 1-1.3499-0.66177 1.7308 1.7647 0 0 1-0.27494-0.50092c-2e-3 -6e-3 -5e-3 -0.0121-7e-3 -0.0184a1.7308 1.7647 0 0 1-0.0992-0.58364 1.7308 1.7647 0 0 1 0.0969-0.57675c4e-3 -0.0102 8e-3 -0.0197 0.0113-0.0299a1.7308 1.7647 0 0 1 0.26818-0.48713c4.1e-4 -5.2e-4 -4e-4 -2e-3 0-2e-3a1.7308 1.7647 0 0 1 1.3544-0.66866zm-0.57693 9.4118h1.1538v1.1765h-1.1538z" color="#000000" color-rendering="auto" fill="#3583dc" image-rendering="auto" shape-rendering="auto" solid-color="#000000" style="isolation:auto;mix-blend-mode:normal"/> + <rect x="273.38" y="518.48" width="0" height="14.668" fill="#04896a"/> + <rect x="280.34" y="541.05" width="0" height="14.668" fill="#16907d"/> + <rect x="282.16" y="539.99" width="0" height="14.668" fill="#6c7a89"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/fileText.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg"> + <g transform="translate(-326 -534.36)" fill="#16907d" stroke-width="1.25"> + <rect x="327" y="535.36" width="10" height="1.25"/> + <rect x="327" y="540.36" width="20" height="1.25"/> + <rect x="327" y="549.11" width="20" height="1.25"/> + <rect x="327" y="545.36" width="10" height="1.25"/> + <rect x="327" y="554.11" width="15" height="1.25"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/filemanager.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,35 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <defs> + <linearGradient id="linearGradient4399" x1="419.46" x2="432.57" y1="499.24" y2="523.8" gradientTransform="matrix(.34462 0 0 .34601 -140.48 864.62)" gradientUnits="userSpaceOnUse"> + <stop offset="0"/> + <stop stop-opacity="0" offset="1"/> + </linearGradient> + <linearGradient id="linearGradient4178" x1="434.16" x2="397.23" y1="548.89" y2="495.31" gradientTransform="matrix(.34462 0 0 .34589 -132.55 862.95)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#127bdc" offset="0"/> + <stop stop-color="#64b4f4" offset="1"/> + </linearGradient> + <linearGradient id="linearGradient4225" x1="396.57" x2="426.57" y1="498.8" y2="511.8" gradientTransform="matrix(.34462 0 0 .34601 -132.55 864.58)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#f5f5f5" offset="0"/> + <stop stop-color="#f9f9f9" offset="1"/> + </linearGradient> + <linearGradient id="linearGradient4297" x1="388.57" x2="416.57" y1="487.8" y2="507.8" gradientTransform="matrix(.34462 0 0 .34601 -132.55 862.89)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#1d5e8c" offset="0"/> + <stop stop-color="#2675a7" offset="1"/> + </linearGradient> + <linearGradient id="linearGradient8603" x1="390.57" x2="442.57" y1="498.3" y2="498.3" gradientTransform="matrix(.34462 0 0 .34601 -132.55 2892.2)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#fff" offset="0"/> + <stop stop-color="#fff" stop-opacity=".4876" offset="1"/> + </linearGradient> + </defs> + <g transform="translate(0 -1030.4)"> + <path d="m1.0894 1042.4 19.911 0.5007v-8.497h-9.9553l-1.5814-2.0004h-8.3739z" fill="url(#linearGradient4297)" stroke-width=".99753"/> + <rect x="2.085" y="1036.4" width="17.92" height="4.9977" rx=".90879" ry=".99955" color="#000000" color-rendering="auto" fill="url(#linearGradient4225)" image-rendering="auto" shape-rendering="auto" solid-color="#000000" style="isolation:auto;mix-blend-mode:normal"/> + <path d="m9.0537 1038.4-1.9911 0.9996h-5.9732l-0.089186 1.0006-5e-7 9.4958c0 0.2698 0.24326 0.4952 0.48974 0.4952l18.926 0.01c0.25424 0.01 0.49783-0.1977 0.49783-0.4998l0.08661-11.501z" fill="url(#linearGradient4178)" stroke-width=".99753"/> + <path d="m1.0894 1039.4-0.089186 1.0006h7.0579l0.99553-1.9991-1.9911 0.9985z" fill="#fff" fill-rule="evenodd" opacity=".3" stroke-width=".99753"/> + <path d="m9.4633 1032.4 0.58586 2.9986h10.951v-0.9995h-9.9553z" fill="#fff" fill-rule="evenodd" opacity=".3" stroke-width=".99753"/> + <path d="m1.0003 1040.4h7.0579l0.99553-1.9991h11.946v11.651h-10.339z" fill="url(#linearGradient4399)" fill-rule="evenodd" opacity=".099"/> + <path d="m2.993 1036.4c-0.50347 0-0.90803 0.4458-0.90803 0.9995v0.9995c0-0.5537 0.40456-0.9995 0.90803-0.9995h16.016c0.50347 0 0.90803 0.4458 0.90803 0.9995v-0.9995c0-0.5537-0.40456-0.9995-0.90803-0.9995z" color="#000000" color-rendering="auto" fill="url(#linearGradient8603)" image-rendering="auto" opacity=".85" shape-rendering="auto" solid-color="#000000" style="isolation:auto;mix-blend-mode:normal"/> + <path d="m20.992 1038.4-0.07972 10.501c0 0.3021-0.24352 0.5098-0.49776 0.4998l-18.925-0.01c-0.24648 0-0.48999-0.2241-0.48999-0.4939v0.9995c0 0.2698 0.24351 0.4939 0.48999 0.4939l18.925 0.01c0.25424 0.01 0.49776-0.1977 0.49776-0.4998l0.0875-11.5z" color="#000000" color-rendering="auto" image-rendering="auto" opacity=".3" shape-rendering="auto" solid-color="#000000" style="isolation:auto;mix-blend-mode:normal"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/find.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m8.5 1c-4.155 0-7.5 3.345-7.5 7.5s3.345 7.5 7.5 7.5c1.8515 0 3.5382-0.66835 4.8438-1.7725l6.7725 6.7725 0.88379-0.88379-6.7725-6.7725c1.1041-1.3055 1.7725-2.9922 1.7725-4.8438 0-4.155-3.345-7.5-7.5-7.5zm0 1.25c3.4625 0 6.25 2.7875 6.25 6.25s-2.7875 6.25-6.25 6.25-6.25-2.7875-6.25-6.25 2.7875-6.25 6.25-6.25z" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/findClear.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m8.5 1c-4.155 0-7.5 3.345-7.5 7.5s3.345 7.5 7.5 7.5c1.8515 0 3.5382-0.66835 4.8438-1.7725l6.7725 6.7725 0.88379-0.88379-6.7725-6.7725c1.1041-1.3055 1.7725-2.9922 1.7725-4.8438 0-4.155-3.345-7.5-7.5-7.5zm0 1.25c3.4625 0 6.25 2.7875 6.25 6.25s-2.7875 6.25-6.25 6.25-6.25-2.7875-6.25-6.25 2.7875-6.25 6.25-6.25z" color="#eff0f1" fill="#232629"/> + <path d="m4.5 5.8333 2.6667 2.6667-2.6667 2.6667 1.3333 1.3333 2.6667-2.6667 2.6667 2.6667 1.3333-1.3333-2.6667-2.6667 2.6667-2.6667-1.3333-1.3333-2.6667 2.6667-2.6667-2.6667-1.3333 1.3333" fill="#da4453" stroke-width="1.6"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/findNext.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <path class="ColorScheme-Text" d="m16.406 3-0.40601 0.70703 4.188 7.293-4.188 7.293 0.40601 0.70703 4.594-8-4.594-8" color="#eff0f1" fill="#232629"/> + <path class="ColorScheme-Text" d="m6.25 4c-2.9085 0-5.25 2.3442-5.25 5.2483 0 2.9076 2.345 5.2483 5.25 5.2483 1.2409 0 2.3641-0.44459 3.2607-1.1595l4.6644 4.6629 0.82487-0.8246-4.6644-4.6629c0.71826-0.89778 1.1644-2.0217 1.1644-3.2642 0-2.9076-2.345-5.2483-5.25-5.2483zm0 1.1663c2.2622 0 4.0833 1.8206 4.0833 4.082 0 2.2614-1.8212 4.082-4.0833 4.082s-4.0833-1.8206-4.0833-4.082c0-2.2614 1.8212-4.082 4.0833-4.082z" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/findPrev.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <path class="ColorScheme-Text" d="m5.594 3 0.40601 0.70703-4.188 7.293 4.188 7.293-0.40601 0.70703-4.594-8 4.594-8" color="#eff0f1" fill="#232629"/> + <path class="ColorScheme-Text" d="m12.25 4c-2.9085 0-5.25 2.3442-5.25 5.2483 0 2.9076 2.345 5.2483 5.25 5.2483 1.2409 0 2.3641-0.44459 3.2607-1.1595l4.6644 4.6629 0.82487-0.8246-4.6644-4.6629c0.71826-0.89778 1.1644-2.0217 1.1644-3.2642 0-2.9076-2.345-5.2483-5.25-5.2483zm0 1.1663c2.2622 0 4.0833 1.8206 4.0833 4.082 0 2.2614-1.8212 4.082-4.0833 4.082s-4.0833-1.8206-4.0833-4.082c0-2.2614 1.8212-4.082 4.0833-4.082z" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/findWordNext.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <path class="ColorScheme-Text" d="m5.5 5c-2.493 0-4.5 2.0093-4.5 4.4985 0 2.4922 2.01 4.4985 4.5 4.4985 1.0636 0 2.0263-0.38107 2.7949-0.99382l3.998 3.9967 0.70703-0.7068-3.998-3.9967c0.61565-0.76953 0.99805-1.7329 0.99805-2.7979 0-2.4922-2.01-4.4985-4.5-4.4985zm0 0.99967c1.939 0 3.5 1.5605 3.5 3.4989 0 1.9384-1.561 3.4989-3.5 3.4989s-3.5-1.5605-3.5-3.4989c0-1.9384 1.561-3.4989 3.5-3.4989z" fill="#232629"/> + <g fill="#232629"> + <path class="ColorScheme-Text" d="m13.406 3-0.40601 0.70703 4.188 7.293-4.188 7.293 0.40601 0.70703 4.594-8-4.594-8" color="#eff0f1"/> + <path class="ColorScheme-Text" d="m16.406 3-0.40601 0.70703 4.188 7.293-4.188 7.293 0.40601 0.70703 4.594-8-4.594-8" color="#eff0f1"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/findWordPrev.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <path class="ColorScheme-Text" d="m13.5 5c-2.493 0-4.5 2.0093-4.5 4.4985 0 2.4922 2.01 4.4985 4.5 4.4985 1.0636 0 2.0263-0.38107 2.7949-0.99382l3.998 3.9967 0.70703-0.7068-3.998-3.9967c0.61565-0.76953 0.99805-1.7329 0.99805-2.7979 0-2.4922-2.01-4.4985-4.5-4.4985zm0 0.99967c1.939 0 3.5 1.5605 3.5 3.4989 0 1.9384-1.561 3.4989-3.5 3.4989s-3.5-1.5605-3.5-3.4989c0-1.9384 1.561-3.4989 3.5-3.4989z" fill="#232629"/> + <g transform="matrix(-1,0,0,1,22,0)" fill="#232629"> + <path class="ColorScheme-Text" d="m13.406 3-0.40601 0.70703 4.188 7.293-4.188 7.293 0.40601 0.70703 4.594-8-4.594-8" color="#eff0f1"/> + <path class="ColorScheme-Text" d="m16.406 3-0.40601 0.70703 4.188 7.293-4.188 7.293 0.40601 0.70703 4.594-8-4.594-8" color="#eff0f1"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/firefox.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="48px" height="48px" version="1.1" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg"> + <path d="m23.886 2a21.741 22 0 1 0 0 44 21.741 22 0 1 0 0-44z" fill="#01579b" stroke-width="1.1511"/> + <path d="m35.328 20.295c0-0.69474 0-3.3579-1.7164-5.4421-0.11443-0.11579-0.22886-0.34737-0.22886-0.46316-0.11443-0.11579-0.11443-0.23158-0.22886-0.46316l-0.45771-0.69474c-0.22886-0.34737-0.34328-0.57895-0.34328-0.57895-0.45771-0.69474-0.57214-1.6211-0.11443-2.4316 0.11443-0.23158 0.34328-0.46316 0.45771-0.69474-0.11443-0.11579-0.22886-0.23158-0.34328-0.23158h-0.11443c-0.34328-0.23158-0.68657-0.46316-0.91542-0.69474l-0.801-0.57895c-0.57214-0.34737-0.91542-0.46316-0.91542-0.57895-0.801-0.46316-1.2587-1.2737-1.1443-2.2 0.11443-0.92632 0.68657-1.7368 1.602-1.9684 0.11443 0 0.34328-0.11579 0.57214-0.11579l-0.11443-0.11579c-2.0597-0.69474-4.3483-1.0421-6.6368-1.0421-8.4677 0-15.905 4.9789-19.453 12.158v0.57895c0 8.3368 7.209 15.053 16.02 15.053 6.7512 0 12.473-3.9368 14.876-9.4947z" fill="#0277bd" stroke-width="1.1511"/> + <path d="m30.751 5.4737s0.34328-0.11579 1.0299-0.11579h1.1443c0.45771 0 0.91542 0.11579 1.4876 0.23158 0.57214 0.11579 1.1443 0.34737 1.7164 0.57895 0.57214 0.23158 1.2587 0.57895 1.8308 1.0421 0.57214 0.34737 1.1443 0.92632 1.7164 1.3895s1.0299 1.1579 1.4876 1.7368c0.34328 0.69474 0.801 1.2737 1.1443 1.9684 0.34328 0.69474 0.57214 1.3895 0.801 2.0842 0.22886 0.69474 0.34328 1.3895 0.45771 1.9684 0.11443 0.69474 0.11443 1.2737 0.11443 1.7368v0.81053c0 0.23158 0 0.46316-0.11443 0.69474 0 0.46316-0.11443 0.81053-0.11443 1.1579 0 0.57895-0.11443 0.92632-0.11443 0.92632s-0.22886-0.34737-0.45771-0.92632c-0.11443-0.23158-0.34328-0.57895-0.45771-1.0421-0.11443-0.34737-0.34328-0.81053-0.57214-1.2737-0.22886-0.46316-0.45771-0.92632-0.68657-1.5053-0.22886-0.46316-0.57214-1.0421-0.801-1.6211s-0.57214-1.0421-0.91542-1.6211c-0.34328-0.57895-0.68657-1.0421-1.0299-1.5053-0.34328-0.46316-0.68657-1.0421-1.1443-1.3895-0.45771-0.46316-0.801-0.92632-1.2587-1.2737-0.34328-0.46316-0.801-0.81053-1.2587-1.1579-0.45771-0.34737-0.801-0.69474-1.2587-0.92632-0.34328-0.34737-0.801-0.57895-1.1443-0.81053-0.34328-0.23158-0.68657-0.46316-0.91542-0.57895-0.34328-0.34737-0.68657-0.57895-0.68657-0.57895z" fill="#fff176" stroke-width="1.1511"/> + <path d="m45.741 16.589c-0.34328-2.5474-1.3731-4.8632-2.5174-6.4842-0.57214-0.81053-1.1443-1.3895-1.4876-1.7368-0.45771-0.34737-0.68657-0.57895-0.68657-0.57895s0 0.34737 0.11443 0.92632c0.11443 0.57895 0.11443 1.2737 0.22886 2.2 0.11443 0.46316 0.11443 0.92632 0.22886 1.3895-0.45771-0.69474-1.0299-1.3895-1.602-1.8526-0.57214-0.57895-1.2587-0.92632-1.602-1.1579-0.57214-0.23158-0.801-0.34737-0.801-0.34737s0.11443 0.23158 0.22886 0.69474c0.11443 0.46316 0.34328 1.0421 0.57214 1.8526 0.22886 0.81053 0.57214 1.8526 0.91542 2.8947-0.68657-0.81053-1.3731-1.5053-2.0597-1.9684-0.801-0.46316-1.4876-0.81053-2.0597-0.92632-0.68657-0.23158-1.0298-0.23158-1.0298-0.23158s0.22886 0.23158 0.45771 0.69474c0.11443 0.23158 0.34328 0.46316 0.45771 0.81053 0.22886 0.34737 0.34328 0.69474 0.57214 1.0421 0.34328 0.69474 0.801 1.5053 1.1443 2.4316 0.22886 0.46316 0.34328 0.92632 0.57214 1.3895 0.11443 0.46316 0.45771 0.92632 0.57214 1.5053 0.22886 0.46316 0.34328 0.92632 0.57214 1.5053 0.11443 0.46316 0.34328 0.92632 0.45771 1.5053 0.11443 0.46316 0.34328 0.92632 0.45771 1.3895 0.11443 0.46316 0.22886 0.92632 0.45771 1.2737 0.34328 0.81053 0.57214 1.5053 0.801 1.9684 0.22886 0.46316 0.34328 0.69474 0.34328 0.69474s0.11443-0.23158 0.34328-0.81053c0.11443-0.23158 0.22886-0.57895 0.22886-0.92632 0.11443-0.34737 0.22886-0.81053 0.22886-1.2737 0-0.34737 0.11443-0.69474 0.11443-1.0421 0.11443 0.34737 0.22886 0.57895 0.22886 0.57895s0.11443-0.23158 0.34328-0.69474c0.11443-0.23158 0.22886-0.46316 0.34328-0.81053v-0.11579c0 0.23158 0 0.57895 0.11443 0.81053 0 0.46316 0.11443 0.81053 0.11443 1.1579v1.0421c0 0.57895 0.11443 0.92632 0.11443 0.92632s0.22886-0.23158 0.57214-0.69474c0.11443-0.23158 0.34328-0.46316 0.57214-0.81053 0.22886-0.34737 0.34328-0.69474 0.57214-1.1579 0.22886-0.46316 0.34328-0.92632 0.45771-1.5053 0.11443-0.57895 0.22886-1.1579 0.34328-1.7368 0.11443-0.57895 0.11443-1.2737 0.11443-1.8526 0.11443-0.69474 0-1.3895-0.11443-1.9684z" fill="#fdd835" stroke-width="1.1511"/> + <path d="m46.886 19.137c0-0.57895-0.11443-0.92632-0.11443-0.92632s-0.22886 0.34737-0.57214 0.81053c-0.34328 0.57895-0.68657 1.2737-1.1443 2.2-0.34328 0.81053-0.801 1.7368-1.2587 2.6632 0-0.92632 0-1.7368-0.11443-2.5474-0.11443-0.69474-0.22886-1.2737-0.34328-1.8526-0.22886-0.57895-0.34328-1.1579-0.57214-1.6211-0.34328-1.0421-0.801-1.7368-1.1443-2.3158-0.34328-0.57895-0.57214-0.81053-0.57214-0.81053s-0.11443 1.3895-0.11443 3.4737c0 1.0421-0.11443 2.0842-0.22886 3.3579 0 0.57895-0.11443 1.1579-0.11443 1.8526 0 0.57895-0.11443 1.2737-0.22886 1.8526v0.46316c-0.11443-1.0421-0.45771-2.0842-0.91542-2.7789-0.34328-0.81053-0.801-1.3895-1.1443-1.7368-0.45771-0.57895-0.68657-0.69474-0.68657-0.69474v0.81053c0 0.46316 0 1.1579-0.11443 1.9684-0.11443 1.5053-0.34328 3.4737-0.57214 5.3263-0.11443 0.46316-0.22886 0.92632-0.22886 1.3895-0.11443 0.46316-0.22886 0.92632-0.22886 1.3895-0.11443 0.46316-0.22886 0.92632-0.34328 1.2737-0.11443 0.46316-0.22886 0.81053-0.22886 1.1579-0.11443 0.34737-0.11443 0.81053-0.22886 1.0421-0.11443 0.34737-0.11443 0.57895-0.22886 0.92632-0.11443 0.57895-0.11443 0.92632-0.11443 0.92632s0.22886-0.11579 0.68657-0.46316c0.45771-0.34737 1.0299-0.69474 1.602-1.3895 0.22886-0.34737 0.57214-0.69474 0.91542-1.1579 0.22886-0.46316 0.57214-0.81053 0.801-1.2737 0 0.34737-0.11443 0.69474-0.11443 1.0421-0.11443 0.34737-0.11443 0.81053-0.22886 1.0421-0.22886 0.69474-0.22886 1.0421-0.22886 1.0421 0.11443-0.11579 0.45771 0 0.801 0.11579 0 0.11579-0.11443 0.23158-0.11443 0.23158-0.11443 0.34737-0.22886 0.69474-0.34328 1.0421-0.22886 0.57895-0.34328 0.92632-0.34328 0.92632s0.34328-0.11579 0.801-0.46316c0.22886-0.23158 0.57214-0.34737 0.91542-0.69474 0.34328-0.23158 0.68657-0.57895 1.0299-1.0421 0.34328-0.34737 0.68657-0.81053 1.1443-1.2737 0.34328-0.46316 0.68657-1.0421 1.0299-1.6211 0.68657-1.1579 1.2587-2.4316 1.7164-3.7053 0.45771-1.2737 0.91542-2.6632 1.1443-3.9368 0.22886-1.2737 0.34328-2.4316 0.45771-3.4737 0-1.0421 0-1.8526-0.11443-2.5474z" fill="#ffb300" stroke-width="1.1511"/> + <path d="m43.796 31.411c-0.45771 0.23158-0.91542 0.69474-1.602 1.1579-0.91542 0.69474-1.9453 1.6211-2.9751 2.6632 0.11443-0.34737 0.34328-0.69474 0.45771-1.0421 0.34328-1.0421 0.45771-1.9684 0.57214-2.7789 0-0.81053 0-1.5053-0.11443-1.9684-0.11443-0.57895-0.22886-0.81053-0.22886-0.81053s-0.22886 0.23158-0.45771 0.57895c-0.22886 0.34737-0.68657 0.92632-1.1443 1.5053-0.45771 0.57895-0.91542 1.3895-1.3731 2.0842-0.11443 0.11579-0.11443 0.23158-0.22886 0.34737 0.22886-0.69474 0.22886-1.5053 0.22886-2.2 0-0.92632-0.22886-1.8526-0.45771-2.5474-0.22886-0.69474-0.57214-1.2737-0.801-1.6211-0.11443-0.23158-0.34328-0.46316-0.34328-0.46316s-0.11443 0.23158-0.22886 0.69474c-0.11443 0.34737-0.34328 0.92632-0.57214 1.6211-0.22886 0.57895-0.34328 1.2737-0.57214 2.0842-0.11443 0.34737-0.22886 0.69474-0.34328 1.1579-0.11443 0.34737-0.22886 0.69474-0.34328 0.92632-2.1741 2.2-4.806 2.7789-7.3234 2.8947-1.3731 0-2.6318-0.23158-3.7761-0.57895-1.7164-0.57895-3.3184-1.6211-4.806-3.0105 2.1741 0.23158 4.2338-0.23158 5.9502-1.0421l2.8607-1.8526c0.34328-0.11579 0.68657-0.11579 1.0299 0 0.68657-0.11579 0.91542-0.46316 0.68657-1.1579-0.34328-0.46316-0.91542-0.92632-1.4876-1.2737-1.4876-0.81053-2.9751-0.69474-4.5771 0.34737-1.4876 0.81053-2.8607 0.69474-4.3483-0.11579-3.5473-1.8526-2.1741-6.6 1.602-4.1684 0.22886-1.1579-0.11443-2.4316-0.801-3.7053-3.3184-6.1368 0.45771-11.116 1.7164-11.926-2.2886 0.23158-4.3483 1.2737-6.1791 3.0105-11.786-1.3895-12.816 10.189-12.816 10.305l1.3731-1.2737c-0.45771 1.2737-0.801 2.5474-0.91542 3.9368-0.45771 4.5158 0.801 8.9158 3.7761 13.316 4.5771 5.9053 11.786 9.4947 18.652 9.4947 7.7811 0 12.816-2.8947 16.134-6.6 0.22886-0.23158 0.45771-0.46316 0.68657-0.69474 0.68657-0.81053 1.3731-1.6211 1.9453-2.5474 0.57214-0.81053 0.91542-1.7368 1.2587-2.5474 0.22886-0.81053 0.45771-1.5053 0.57214-1.9684v-0.69474s-0.22886 0.11579-0.68657 0.46316z" fill="#ff9800" stroke-width="1.1511"/> + <path d="m10.154 28.632c-0.22886-8.1053 4.9204-7.4105 7.5522-6.4842-1.8308-0.34737-2.6318 1.3895-1.8308 3.0105-0.34328 0-3.8905-0.34737-5.7214 3.4737zm7.209 3.3579c2.1741 0.23158 4.2338-0.23158 5.9502-1.0421l2.8607-1.8526c0.22886-0.11579 0.57214-0.11579 0.801 0-3.3184-1.9684-6.8657 2.2-14.647 0.92632 1.9453 1.5053 5.0348 1.9684 5.0348 1.9684zm-0.22886-18.989c-0.22886 1.7368 0.11443 3.8211 1.2587 6.0211 1.602-0.92632 3.204-1.9684 3.204-1.9684s2.2886-2.3158 0-2.3158c-2.1741 0-3.6617-0.92632-4.4627-1.7368zm-8.9254-2.4316c-1.0299-0.92632-2.6318-2.7789-2.6318-5.0947 0 0-2.7463 4.5158-1.7164 8.1053 1.0299-1.2737 2.5174-2.3158 4.3483-3.0105z" fill="#ef6c00" stroke-width="1.1511"/> + <path d="m18.393 19.021c1.602-0.92632 3.204-1.9684 3.204-1.9684s0.22886-0.23158 0.45771-0.46316l-0.45771-0.69474h-4.3483c0.22886 1.0421 0.57214 2.0842 1.1443 3.1263z" fill="#ffcc80" stroke-width="1.1511"/> + <path d="m21.597 14.737c-0.34328 0-0.68657 0-1.0299-0.11579l-0.11443 0.11579s0.91542 1.5053 1.1443 2.3158c0 0 2.2886-2.3158 0-2.3158z" fill="#5d4037" stroke-width="1.1511"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/flag.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 .11 .11" xmlns="http://www.w3.org/2000/svg"> + <rect y=".0225" width=".11" height=".065" stroke-width=".021833"/> + <rect y=".044167" width=".11" height=".043333" fill="#d00" stroke-width=".021833"/> + <rect y=".065833" width=".11" height=".021667" fill="#ffce00" stroke-width=".021833"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/flagBlack.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m1 1v20h1.25v-20h-1.25" color="#eff0f1" fill="#232629"/> + <path d="m2.25 1v11.25l6.25-1.25 1.25-0.24902v2.5l11.25-2.251-2.5-1.25 2.5-1.25-11.25-3.0005v-2.5l-1.25-0.33203-6.25-1.6675" stroke-width="1.25"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/flagBlue.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m1 1v20h1.25v-20h-1.25" color="#eff0f1" fill="#232629"/> + <path d="m2.25 1v11.25l6.25-1.25 1.25-0.24902v2.5l11.25-2.251-2.5-1.25 2.5-1.25-11.25-3.0005v-2.5l-1.25-0.33203-6.25-1.6675" fill="#1d99f3" stroke-width="1.25"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/flagGreen.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m1 1v20h1.25v-20h-1.25" color="#eff0f1" fill="#232629"/> + <path d="m2.25 1v11.25l6.25-1.25 1.25-0.24902v2.5l11.25-2.251-2.5-1.25 2.5-1.25-11.25-3.0005v-2.5l-1.25-0.33203-6.25-1.6675" fill="#43be80" stroke-width="1.25"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/flagRed.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m1 1v20h1.25v-20h-1.25" color="#eff0f1" fill="#232629"/> + <path d="m2.25 1v11.25l6.25-1.25 1.25-0.24902v2.5l11.25-2.251-2.5-1.25 2.5-1.25-11.25-3.0005v-2.5l-1.25-0.33203-6.25-1.6675" fill="#da4453" stroke-width="1.25"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/flagYellow.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m1 1v20h1.25v-20h-1.25" color="#eff0f1" fill="#232629"/> + <path d="m2.25 1v11.25l6.25-1.25 1.25-0.24902v2.5l11.25-2.251-2.5-1.25 2.5-1.25-11.25-3.0005v-2.5l-1.25-0.33203-6.25-1.6675" fill="#edc11e" stroke-width="1.25"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/flashCookie.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" enable-background="new 0 0 1000 1000" version="1.1" viewBox="0 0 22 22" xml:space="preserve" xmlns="http://www.w3.org/2000/svg"> + +<g transform="matrix(.020408 0 0 .020421 .79593 .78955)" fill="#232629"><g transform="matrix(.1 0 0 -.1 0 512)" fill="#232629"><path d="m4883.8 5013.7c-47.9-3.8-197.2-17.2-335.1-26.8-551.5-46-1093.4-149.4-1332.8-254.7-126.4-55.5-798.5-450-1057-620.4-279.6-183.8-526.6-388.7-829.2-687.5-377.2-371.4-572.5-645.3-683.6-959.3-28.7-74.7-86.2-270-128.3-430.9-44-160.8-114.9-400.2-157-532.3-386.8-1216-342.8-2372.6 128.3-3366.4 118.7-250.9 183.8-358.1 417.4-712.4 520.9-783.2 968.9-1194.9 1734.9-1587.5 733.4-375.3 1371.1-540 2309.4-597.4 993.8-59.4 1639.2 53.6 2278.7 400.2 1124.1 607 1574.1 1037.9 2047.1 1960.9 262.3 509.4 360 821.5 469.2 1489.8 189.6 1173.8 199.1 1476.4 57.4 2257.7-139.8 775.5-319.8 1267.7-658.7 1800-277.7 436.6-532.3 716.2-857.9 936.4-346.6 237.5-628.1 371.5-1219.8 591.7-635.8 233.6-1118.3 329.4-1733 340.9-199.1 1.9-402.1 1.9-450-2zm1001.5-342.7c444.3-68.9 773.6-162.8 1332.8-381.1 453.8-178.1 848.3-398.3 1110.6-620.4 367.6-314.1 794.7-1005.3 986.2-1599 145.5-451.9 279.6-1216 279.6-1602.8 0-381.1-143.6-1424.7-258.5-1878.5-159-622.3-561.1-1367.2-965.1-1784.7-386.8-402.1-1313.6-974.7-1817.2-1122.1-436.6-128.3-572.6-145.5-1152.8-143.6-1081.9 3.8-1773.2 147.5-2546.8 532.4s-1196.8 771.7-1727.3 1572.1c-764.1 1154.6-915.4 2299.8-490.2 3705.3 51.7 174.3 137.9 471.1 189.6 660.6 109.1 398.3 193.4 582.1 367.7 813.8 137.9 180 566.8 607 792.8 787 344.7 273.8 1242.8 811.9 1482.1 888.5 568.6 180.1 1805.7 268.2 2416.5 172.5z"/><path d="m5425.7 4048.6c-183.8-38.3-338.9-137.9-400.2-252.8-59.4-114.9-11.5-321.7 103.4-442.3 210.6-224 622.3-174.3 748.7 90 34.5 67 44 120.6 44 239.4 0 176.2-46 289.2-137.9 337-70.7 36.4-252.6 51.7-358 28.7z"/><path d="m2957.4 3198.4c-145.5-90-245.1-298.7-245.1-517-1.9-166.6 26.8-252.8 122.6-373.4 210.6-266.2 620.4-275.7 850.2-19.2 46 51.7 97.7 134 114.9 183.8 40.2 118.7 38.3 283.4-5.7 379.1-82.3 181.9-394.5 371.5-633.8 386.8-107.3 7.8-136.1 2-203.1-40.1z"/><path d="m7488.1 2901.6c-93.8-51.7-132.1-97.7-275.8-335.1-134-222.1-151.3-289.2-99.6-392.6 68.9-130.2 291-271.9 476.8-298.7 130.2-19.2 338.9 21.1 444.3 88.1 237.5 149.4 212.5 543.8-51.7 808.1-158.9 158.9-346.6 208.7-494 130.2z"/><path d="m5395.1 2036c-287.2-97.7-436.6-287.2-379.2-478.7 47.9-160.8 285.3-338.9 492.1-371.5 191.5-28.7 350.4 78.5 392.6 266.2 32.5 145.5 15.3 409.8-32.6 490.2-76.5 132.2-256.5 168.5-472.9 93.8z"/><path d="m1666.8 1304.6c-172.3-47.9-337-193.4-384.9-335.1-32.5-97.7-13.4-321.7 36.4-417.5 107.2-208.7 369.6-279.6 561.1-153.2 120.6 80.4 158.9 191.5 166.6 473 7.7 266.2-13.4 354.3-99.6 409.8-65.2 44-176.2 51.7-279.6 23z"/><path d="m8359.4 594.1c-342.8-109.2-530.4-415.5-413.6-674 67-149.4 203-208.7 434.7-195.3 178.1 11.5 291.1 74.7 365.8 203 49.8 82.3 53.6 105.3 51.7 281.5 0 157-7.7 204.9-42.1 270-65.2 126.3-218.4 170.4-396.5 114.8z"/><path d="m3665.9 125c-130.2-78.5-183.8-203-187.7-432.8-1.9-160.9 40.2-252.8 162.8-361.9 220.2-201.1 572.6-241.3 721.9-82.3 74.7 80.4 124.5 224.1 126.4 369.6 1.9 118.7-5.7 145.5-55.5 229.8-68.9 111.1-248.9 241.3-396.4 285.3-137.8 40.1-298.7 36.3-371.5-7.7z"/><path d="m5979.1-493.5c-237.5-80.4-421.3-471.1-314.1-666.4 74.7-136 338.9-241.3 572.6-226 195.3 11.5 285.3 107.2 304.5 323.6 15.3 149.4-11.5 252.8-93.8 373.4-109.2 162.8-312.1 247.1-469.2 195.4z"/><path d="m1980.8-1347.6c-53.6-19.2-120.6-49.8-147.4-67-124.5-80.4-195.3-256.6-166.6-409.8 32.6-181.9 206.8-384.9 413.6-486.4 383-189.6 645.3-9.6 672.1 463.4 17.2 262.4-51.7 392.6-247 476.8-141.7 61.3-390.6 72.8-524.7 23z"/><path d="m7616.4-1627.2c-124.5-44-229.8-139.8-296.8-270-44-82.3-49.8-120.6-51.7-268.1 0-151.3 5.7-185.8 53.6-283.4 65.1-132.1 151.3-195.3 302.5-227.9 187.7-38.3 321.7 17.2 432.8 183.8 84.2 124.5 122.5 254.7 134 463.4 19.2 316-78.5 428.9-367.7 427-72.7 0.1-166.5-11.4-206.7-24.8z"/><path d="m4826.4-2778c-248.9-78.5-394.5-381.1-296.8-618.5 74.7-178.1 285.3-296.8 446.2-252.8 107.2 28.7 296.8 160.9 365.8 252.8 105.3 141.7 97.6 296.8-17.2 465.3-107.4 155.1-298.9 214.5-498 153.2z"/></g></g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/flashCookie128.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="128" height="128" enable-background="new 0 0 1000 1000" version="1.1" viewBox="0 0 128 128" xml:space="preserve" xmlns="http://www.w3.org/2000/svg"> + +<g transform="matrix(.12653 0 0 .12661 .73477 .69518)" fill="#232629"><g transform="matrix(.1 0 0 -.1 0 512)" fill="#232629"><path d="m4883.8 5013.7c-47.9-3.8-197.2-17.2-335.1-26.8-551.5-46-1093.4-149.4-1332.8-254.7-126.4-55.5-798.5-450-1057-620.4-279.6-183.8-526.6-388.7-829.2-687.5-377.2-371.4-572.5-645.3-683.6-959.3-28.7-74.7-86.2-270-128.3-430.9-44-160.8-114.9-400.2-157-532.3-386.8-1216-342.8-2372.6 128.3-3366.4 118.7-250.9 183.8-358.1 417.4-712.4 520.9-783.2 968.9-1194.9 1734.9-1587.5 733.4-375.3 1371.1-540 2309.4-597.4 993.8-59.4 1639.2 53.6 2278.7 400.2 1124.1 607 1574.1 1037.9 2047.1 1960.9 262.3 509.4 360 821.5 469.2 1489.8 189.6 1173.8 199.1 1476.4 57.4 2257.7-139.8 775.5-319.8 1267.7-658.7 1800-277.7 436.6-532.3 716.2-857.9 936.4-346.6 237.5-628.1 371.5-1219.8 591.7-635.8 233.6-1118.3 329.4-1733 340.9-199.1 1.9-402.1 1.9-450-2zm1001.5-342.7c444.3-68.9 773.6-162.8 1332.8-381.1 453.8-178.1 848.3-398.3 1110.6-620.4 367.6-314.1 794.7-1005.3 986.2-1599 145.5-451.9 279.6-1216 279.6-1602.8 0-381.1-143.6-1424.7-258.5-1878.5-159-622.3-561.1-1367.2-965.1-1784.7-386.8-402.1-1313.6-974.7-1817.2-1122.1-436.6-128.3-572.6-145.5-1152.8-143.6-1081.9 3.8-1773.2 147.5-2546.8 532.4s-1196.8 771.7-1727.3 1572.1c-764.1 1154.6-915.4 2299.8-490.2 3705.3 51.7 174.3 137.9 471.1 189.6 660.6 109.1 398.3 193.4 582.1 367.7 813.8 137.9 180 566.8 607 792.8 787 344.7 273.8 1242.8 811.9 1482.1 888.5 568.6 180.1 1805.7 268.2 2416.5 172.5z"/><path d="m5425.7 4048.6c-183.8-38.3-338.9-137.9-400.2-252.8-59.4-114.9-11.5-321.7 103.4-442.3 210.6-224 622.3-174.3 748.7 90 34.5 67 44 120.6 44 239.4 0 176.2-46 289.2-137.9 337-70.7 36.4-252.6 51.7-358 28.7z"/><path d="m2957.4 3198.4c-145.5-90-245.1-298.7-245.1-517-1.9-166.6 26.8-252.8 122.6-373.4 210.6-266.2 620.4-275.7 850.2-19.2 46 51.7 97.7 134 114.9 183.8 40.2 118.7 38.3 283.4-5.7 379.1-82.3 181.9-394.5 371.5-633.8 386.8-107.3 7.8-136.1 2-203.1-40.1z"/><path d="m7488.1 2901.6c-93.8-51.7-132.1-97.7-275.8-335.1-134-222.1-151.3-289.2-99.6-392.6 68.9-130.2 291-271.9 476.8-298.7 130.2-19.2 338.9 21.1 444.3 88.1 237.5 149.4 212.5 543.8-51.7 808.1-158.9 158.9-346.6 208.7-494 130.2z"/><path d="m5395.1 2036c-287.2-97.7-436.6-287.2-379.2-478.7 47.9-160.8 285.3-338.9 492.1-371.5 191.5-28.7 350.4 78.5 392.6 266.2 32.5 145.5 15.3 409.8-32.6 490.2-76.5 132.2-256.5 168.5-472.9 93.8z"/><path d="m1666.8 1304.6c-172.3-47.9-337-193.4-384.9-335.1-32.5-97.7-13.4-321.7 36.4-417.5 107.2-208.7 369.6-279.6 561.1-153.2 120.6 80.4 158.9 191.5 166.6 473 7.7 266.2-13.4 354.3-99.6 409.8-65.2 44-176.2 51.7-279.6 23z"/><path d="m8359.4 594.1c-342.8-109.2-530.4-415.5-413.6-674 67-149.4 203-208.7 434.7-195.3 178.1 11.5 291.1 74.7 365.8 203 49.8 82.3 53.6 105.3 51.7 281.5 0 157-7.7 204.9-42.1 270-65.2 126.3-218.4 170.4-396.5 114.8z"/><path d="m3665.9 125c-130.2-78.5-183.8-203-187.7-432.8-1.9-160.9 40.2-252.8 162.8-361.9 220.2-201.1 572.6-241.3 721.9-82.3 74.7 80.4 124.5 224.1 126.4 369.6 1.9 118.7-5.7 145.5-55.5 229.8-68.9 111.1-248.9 241.3-396.4 285.3-137.8 40.1-298.7 36.3-371.5-7.7z"/><path d="m5979.1-493.5c-237.5-80.4-421.3-471.1-314.1-666.4 74.7-136 338.9-241.3 572.6-226 195.3 11.5 285.3 107.2 304.5 323.6 15.3 149.4-11.5 252.8-93.8 373.4-109.2 162.8-312.1 247.1-469.2 195.4z"/><path d="m1980.8-1347.6c-53.6-19.2-120.6-49.8-147.4-67-124.5-80.4-195.3-256.6-166.6-409.8 32.6-181.9 206.8-384.9 413.6-486.4 383-189.6 645.3-9.6 672.1 463.4 17.2 262.4-51.7 392.6-247 476.8-141.7 61.3-390.6 72.8-524.7 23z"/><path d="m7616.4-1627.2c-124.5-44-229.8-139.8-296.8-270-44-82.3-49.8-120.6-51.7-268.1 0-151.3 5.7-185.8 53.6-283.4 65.1-132.1 151.3-195.3 302.5-227.9 187.7-38.3 321.7 17.2 432.8 183.8 84.2 124.5 122.5 254.7 134 463.4 19.2 316-78.5 428.9-367.7 427-72.7 0.1-166.5-11.4-206.7-24.8z"/><path d="m4826.4-2778c-248.9-78.5-394.5-381.1-296.8-618.5 74.7-178.1 285.3-296.8 446.2-252.8 107.2 28.7 296.8 160.9 365.8 252.8 105.3 141.7 97.6 296.8-17.2 465.3-107.4 155.1-298.9 214.5-498 153.2z"/></g></g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/flashCookie16.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="16" height="16" enable-background="new 0 0 1000 1000" version="1.1" viewBox="0 0 16 16" xml:space="preserve" xmlns="http://www.w3.org/2000/svg"> + +<g transform="matrix(.014286 0 0 .014295 .85715 .85268)" fill="#232629"><g transform="matrix(.1 0 0 -.1 0 512)" fill="#232629"><path d="m4883.8 5013.7c-47.9-3.8-197.2-17.2-335.1-26.8-551.5-46-1093.4-149.4-1332.8-254.7-126.4-55.5-798.5-450-1057-620.4-279.6-183.8-526.6-388.7-829.2-687.5-377.2-371.4-572.5-645.3-683.6-959.3-28.7-74.7-86.2-270-128.3-430.9-44-160.8-114.9-400.2-157-532.3-386.8-1216-342.8-2372.6 128.3-3366.4 118.7-250.9 183.8-358.1 417.4-712.4 520.9-783.2 968.9-1194.9 1734.9-1587.5 733.4-375.3 1371.1-540 2309.4-597.4 993.8-59.4 1639.2 53.6 2278.7 400.2 1124.1 607 1574.1 1037.9 2047.1 1960.9 262.3 509.4 360 821.5 469.2 1489.8 189.6 1173.8 199.1 1476.4 57.4 2257.7-139.8 775.5-319.8 1267.7-658.7 1800-277.7 436.6-532.3 716.2-857.9 936.4-346.6 237.5-628.1 371.5-1219.8 591.7-635.8 233.6-1118.3 329.4-1733 340.9-199.1 1.9-402.1 1.9-450-2zm1001.5-342.7c444.3-68.9 773.6-162.8 1332.8-381.1 453.8-178.1 848.3-398.3 1110.6-620.4 367.6-314.1 794.7-1005.3 986.2-1599 145.5-451.9 279.6-1216 279.6-1602.8 0-381.1-143.6-1424.7-258.5-1878.5-159-622.3-561.1-1367.2-965.1-1784.7-386.8-402.1-1313.6-974.7-1817.2-1122.1-436.6-128.3-572.6-145.5-1152.8-143.6-1081.9 3.8-1773.2 147.5-2546.8 532.4s-1196.8 771.7-1727.3 1572.1c-764.1 1154.6-915.4 2299.8-490.2 3705.3 51.7 174.3 137.9 471.1 189.6 660.6 109.1 398.3 193.4 582.1 367.7 813.8 137.9 180 566.8 607 792.8 787 344.7 273.8 1242.8 811.9 1482.1 888.5 568.6 180.1 1805.7 268.2 2416.5 172.5z"/><path d="m5425.7 4048.6c-183.8-38.3-338.9-137.9-400.2-252.8-59.4-114.9-11.5-321.7 103.4-442.3 210.6-224 622.3-174.3 748.7 90 34.5 67 44 120.6 44 239.4 0 176.2-46 289.2-137.9 337-70.7 36.4-252.6 51.7-358 28.7z"/><path d="m2957.4 3198.4c-145.5-90-245.1-298.7-245.1-517-1.9-166.6 26.8-252.8 122.6-373.4 210.6-266.2 620.4-275.7 850.2-19.2 46 51.7 97.7 134 114.9 183.8 40.2 118.7 38.3 283.4-5.7 379.1-82.3 181.9-394.5 371.5-633.8 386.8-107.3 7.8-136.1 2-203.1-40.1z"/><path d="m7488.1 2901.6c-93.8-51.7-132.1-97.7-275.8-335.1-134-222.1-151.3-289.2-99.6-392.6 68.9-130.2 291-271.9 476.8-298.7 130.2-19.2 338.9 21.1 444.3 88.1 237.5 149.4 212.5 543.8-51.7 808.1-158.9 158.9-346.6 208.7-494 130.2z"/><path d="m5395.1 2036c-287.2-97.7-436.6-287.2-379.2-478.7 47.9-160.8 285.3-338.9 492.1-371.5 191.5-28.7 350.4 78.5 392.6 266.2 32.5 145.5 15.3 409.8-32.6 490.2-76.5 132.2-256.5 168.5-472.9 93.8z"/><path d="m1666.8 1304.6c-172.3-47.9-337-193.4-384.9-335.1-32.5-97.7-13.4-321.7 36.4-417.5 107.2-208.7 369.6-279.6 561.1-153.2 120.6 80.4 158.9 191.5 166.6 473 7.7 266.2-13.4 354.3-99.6 409.8-65.2 44-176.2 51.7-279.6 23z"/><path d="m8359.4 594.1c-342.8-109.2-530.4-415.5-413.6-674 67-149.4 203-208.7 434.7-195.3 178.1 11.5 291.1 74.7 365.8 203 49.8 82.3 53.6 105.3 51.7 281.5 0 157-7.7 204.9-42.1 270-65.2 126.3-218.4 170.4-396.5 114.8z"/><path d="m3665.9 125c-130.2-78.5-183.8-203-187.7-432.8-1.9-160.9 40.2-252.8 162.8-361.9 220.2-201.1 572.6-241.3 721.9-82.3 74.7 80.4 124.5 224.1 126.4 369.6 1.9 118.7-5.7 145.5-55.5 229.8-68.9 111.1-248.9 241.3-396.4 285.3-137.8 40.1-298.7 36.3-371.5-7.7z"/><path d="m5979.1-493.5c-237.5-80.4-421.3-471.1-314.1-666.4 74.7-136 338.9-241.3 572.6-226 195.3 11.5 285.3 107.2 304.5 323.6 15.3 149.4-11.5 252.8-93.8 373.4-109.2 162.8-312.1 247.1-469.2 195.4z"/><path d="m1980.8-1347.6c-53.6-19.2-120.6-49.8-147.4-67-124.5-80.4-195.3-256.6-166.6-409.8 32.6-181.9 206.8-384.9 413.6-486.4 383-189.6 645.3-9.6 672.1 463.4 17.2 262.4-51.7 392.6-247 476.8-141.7 61.3-390.6 72.8-524.7 23z"/><path d="m7616.4-1627.2c-124.5-44-229.8-139.8-296.8-270-44-82.3-49.8-120.6-51.7-268.1 0-151.3 5.7-185.8 53.6-283.4 65.1-132.1 151.3-195.3 302.5-227.9 187.7-38.3 321.7 17.2 432.8 183.8 84.2 124.5 122.5 254.7 134 463.4 19.2 316-78.5 428.9-367.7 427-72.7 0.1-166.5-11.4-206.7-24.8z"/><path d="m4826.4-2778c-248.9-78.5-394.5-381.1-296.8-618.5 74.7-178.1 285.3-296.8 446.2-252.8 107.2 28.7 296.8 160.9 365.8 252.8 105.3 141.7 97.6 296.8-17.2 465.3-107.4 155.1-298.9 214.5-498 153.2z"/></g></g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/flashCookie48.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="48" height="48" enable-background="new 0 0 1000 1000" version="1.1" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg"> + +<g transform="matrix(.044898 0 0 .044926 1.551 1.537)" fill="#232629"><g transform="matrix(.1 0 0 -.1 0 512)" fill="#232629"><path d="m4883.8 5013.7c-47.9-3.8-197.2-17.2-335.1-26.8-551.5-46-1093.4-149.4-1332.8-254.7-126.4-55.5-798.5-450-1057-620.4-279.6-183.8-526.6-388.7-829.2-687.5-377.2-371.4-572.5-645.3-683.6-959.3-28.7-74.7-86.2-270-128.3-430.9-44-160.8-114.9-400.2-157-532.3-386.8-1216-342.8-2372.6 128.3-3366.4 118.7-250.9 183.8-358.1 417.4-712.4 520.9-783.2 968.9-1194.9 1734.9-1587.5 733.4-375.3 1371.1-540 2309.4-597.4 993.8-59.4 1639.2 53.6 2278.7 400.2 1124.1 607 1574.1 1037.9 2047.1 1960.9 262.3 509.4 360 821.5 469.2 1489.8 189.6 1173.8 199.1 1476.4 57.4 2257.7-139.8 775.5-319.8 1267.7-658.7 1800-277.7 436.6-532.3 716.2-857.9 936.4-346.6 237.5-628.1 371.5-1219.8 591.7-635.8 233.6-1118.3 329.4-1733 340.9-199.1 1.9-402.1 1.9-450-2zm1001.5-342.7c444.3-68.9 773.6-162.8 1332.8-381.1 453.8-178.1 848.3-398.3 1110.6-620.4 367.6-314.1 794.7-1005.3 986.2-1599 145.5-451.9 279.6-1216 279.6-1602.8 0-381.1-143.6-1424.7-258.5-1878.5-159-622.3-561.1-1367.2-965.1-1784.7-386.8-402.1-1313.6-974.7-1817.2-1122.1-436.6-128.3-572.6-145.5-1152.8-143.6-1081.9 3.8-1773.2 147.5-2546.8 532.4s-1196.8 771.7-1727.3 1572.1c-764.1 1154.6-915.4 2299.8-490.2 3705.3 51.7 174.3 137.9 471.1 189.6 660.6 109.1 398.3 193.4 582.1 367.7 813.8 137.9 180 566.8 607 792.8 787 344.7 273.8 1242.8 811.9 1482.1 888.5 568.6 180.1 1805.7 268.2 2416.5 172.5z"/><path d="m5425.7 4048.6c-183.8-38.3-338.9-137.9-400.2-252.8-59.4-114.9-11.5-321.7 103.4-442.3 210.6-224 622.3-174.3 748.7 90 34.5 67 44 120.6 44 239.4 0 176.2-46 289.2-137.9 337-70.7 36.4-252.6 51.7-358 28.7z"/><path d="m2957.4 3198.4c-145.5-90-245.1-298.7-245.1-517-1.9-166.6 26.8-252.8 122.6-373.4 210.6-266.2 620.4-275.7 850.2-19.2 46 51.7 97.7 134 114.9 183.8 40.2 118.7 38.3 283.4-5.7 379.1-82.3 181.9-394.5 371.5-633.8 386.8-107.3 7.8-136.1 2-203.1-40.1z"/><path d="m7488.1 2901.6c-93.8-51.7-132.1-97.7-275.8-335.1-134-222.1-151.3-289.2-99.6-392.6 68.9-130.2 291-271.9 476.8-298.7 130.2-19.2 338.9 21.1 444.3 88.1 237.5 149.4 212.5 543.8-51.7 808.1-158.9 158.9-346.6 208.7-494 130.2z"/><path d="m5395.1 2036c-287.2-97.7-436.6-287.2-379.2-478.7 47.9-160.8 285.3-338.9 492.1-371.5 191.5-28.7 350.4 78.5 392.6 266.2 32.5 145.5 15.3 409.8-32.6 490.2-76.5 132.2-256.5 168.5-472.9 93.8z"/><path d="m1666.8 1304.6c-172.3-47.9-337-193.4-384.9-335.1-32.5-97.7-13.4-321.7 36.4-417.5 107.2-208.7 369.6-279.6 561.1-153.2 120.6 80.4 158.9 191.5 166.6 473 7.7 266.2-13.4 354.3-99.6 409.8-65.2 44-176.2 51.7-279.6 23z"/><path d="m8359.4 594.1c-342.8-109.2-530.4-415.5-413.6-674 67-149.4 203-208.7 434.7-195.3 178.1 11.5 291.1 74.7 365.8 203 49.8 82.3 53.6 105.3 51.7 281.5 0 157-7.7 204.9-42.1 270-65.2 126.3-218.4 170.4-396.5 114.8z"/><path d="m3665.9 125c-130.2-78.5-183.8-203-187.7-432.8-1.9-160.9 40.2-252.8 162.8-361.9 220.2-201.1 572.6-241.3 721.9-82.3 74.7 80.4 124.5 224.1 126.4 369.6 1.9 118.7-5.7 145.5-55.5 229.8-68.9 111.1-248.9 241.3-396.4 285.3-137.8 40.1-298.7 36.3-371.5-7.7z"/><path d="m5979.1-493.5c-237.5-80.4-421.3-471.1-314.1-666.4 74.7-136 338.9-241.3 572.6-226 195.3 11.5 285.3 107.2 304.5 323.6 15.3 149.4-11.5 252.8-93.8 373.4-109.2 162.8-312.1 247.1-469.2 195.4z"/><path d="m1980.8-1347.6c-53.6-19.2-120.6-49.8-147.4-67-124.5-80.4-195.3-256.6-166.6-409.8 32.6-181.9 206.8-384.9 413.6-486.4 383-189.6 645.3-9.6 672.1 463.4 17.2 262.4-51.7 392.6-247 476.8-141.7 61.3-390.6 72.8-524.7 23z"/><path d="m7616.4-1627.2c-124.5-44-229.8-139.8-296.8-270-44-82.3-49.8-120.6-51.7-268.1 0-151.3 5.7-185.8 53.6-283.4 65.1-132.1 151.3-195.3 302.5-227.9 187.7-38.3 321.7 17.2 432.8 183.8 84.2 124.5 122.5 254.7 134 463.4 19.2 316-78.5 428.9-367.7 427-72.7 0.1-166.5-11.4-206.7-24.8z"/><path d="m4826.4-2778c-248.9-78.5-394.5-381.1-296.8-618.5 74.7-178.1 285.3-296.8 446.2-252.8 107.2 28.7 296.8 160.9 365.8 252.8 105.3 141.7 97.6 296.8-17.2 465.3-107.4 155.1-298.9 214.5-498 153.2z"/></g></g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/formatTextBold.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <path d="m3 1v20h10a6 6 0 0 0 6-6 6 6 0 0 0-3.082-5.2344c0.67694-0.91404 1.082-2.0409 1.082-3.2656 0-3.0376-2.4624-5.5-5.5-5.5h-4.5zm4 3h4.5c1.3807 0 2.5 1.1193 2.5 2.5s-1.1193 2.5-2.5 2.5h-4.5zm0 8h6a3 3 0 0 1 3 3 3 3 0 0 1-3 3h-6z" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/formatTextBulletedList.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m2.25 1c-0.69036 0-1.25 0.55964-1.25 1.25s0.55964 1.25 1.25 1.25 1.25-0.55964 1.25-1.25-0.55964-1.25-1.25-1.25zm7.5 0v1.25h11.25v-1.25zm0 2.5v1.25h7.5v-1.25zm-7.5 5c-0.69036 0-1.25 0.55964-1.25 1.25 0 0.69036 0.55964 1.25 1.25 1.25s1.25-0.55964 1.25-1.25c0-0.69036-0.55964-1.25-1.25-1.25zm7.5 0v1.25h11.25v-1.25zm0 2.5v1.25h2.5v-1.25zm-7.5 5c-0.69036 0-1.25 0.55964-1.25 1.25s0.55964 1.25 1.25 1.25 1.25-0.55964 1.25-1.25-0.55964-1.25-1.25-1.25zm7.5 0v1.25h11.25v-1.25zm0 2.5v1.25h7.5v-1.25zm8.75 1.25v1.25h2.5v-1.25z" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/formatTextCodeBlock.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m12.875 1-5 19.692 1.25 0.30762 5-19.692zm-6.5576 3.75-4.9683 5.8057-0.34912 0.44434 0.34912 0.44434 4.9683 5.8057 0.93262-0.88623-4.5801-5.3638 4.5801-5.3638zm9.3652 0-0.93262 0.88623 4.5801 5.3638-4.5801 5.3638 0.93262 0.88623 4.9683-5.8057 0.34912-0.44434-0.34912-0.44434z" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/formatTextHeader.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <path d="m13.214 13q0.61017 0 1.0943 0.17907 0.49079 0.17907 0.82903 0.49079 0.33825 0.30508 0.51732 0.72292 0.1857 0.4112 0.1857 0.88209 0 0.41783-0.09285 0.73618-0.08622 0.31835-0.25866 0.55711t-0.42447 0.40457q-0.25203 0.16581-0.57038 0.27192 1.5055 0.51069 1.5055 2.0361 0 0.66986-0.24539 1.1805-0.23876 0.50405-0.64996 0.84893-0.40457 0.34488-0.94842 0.51732-0.53721 0.17244-1.1341 0.17244-0.63007 0-1.1142-0.14591-0.47752-0.14591-0.8423-0.43773-0.35814-0.29845-0.62343-0.73618-0.25866-0.43773-0.44436-1.0147l0.70302-0.29845q0.27856-0.11275 0.51732-0.05306 0.2454 0.05306 0.34488 0.25866 0.11938 0.2255 0.25203 0.42447 0.13265 0.19234 0.29845 0.34488 0.17244 0.14591 0.3913 0.23213t0.50405 0.08622q0.35151 0 0.61017-0.11275 0.26529-0.11938 0.43773-0.30508 0.17244-0.19234 0.25866-0.4311t0.08622-0.47752q0-0.30508-0.05969-0.55711-0.05306-0.25203-0.25203-0.4311-0.19234-0.17907-0.57038-0.27856-0.37804-0.09948-1.028-0.09948v-1.1341q0.54385-0.0066 0.88872-0.09948 0.35151-0.09285 0.55048-0.25866 0.19897-0.17244 0.27192-0.40457 0.07296-0.23213 0.07296-0.51732 0-0.60354-0.30508-0.90862-0.29846-0.30509-0.8423-0.30509-0.48416 0-0.80914 0.27192-0.32498 0.27192-0.45099 0.66986-0.10612 0.30508-0.28519 0.39794-0.17244 0.09285-0.49742 0.03979l-0.8423-0.14591q0.09285-0.64333 0.35151-1.1209 0.25866-0.48416 0.64996-0.80251 0.3913-0.32498 0.88873-0.48416 0.50405-0.1658 1.0811-0.1658z" fill="none"/> + <path d="m4.5 1v20h2.6v-8.75h7.8v8.75h2.6v-20h-2.6v8.75h-7.8v-8.75z" fill="#232629" stroke-width="1.2748"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/formatTextHeader1.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <path d="m1 1v19.048h2.8586v-8.5714h7.623v8.5714h2.706v-0.59338a0.95298 0.95248 0 0 1 0.15261-0.51711v-4.7824c-0.05474-0.05509-0.11216-0.09424-0.16378-0.16741a0.95298 0.95248 0 0 1-0.0074-0.0093l-0.61416-0.89286a0.95298 0.95248 0 0 1 0.13958-1.2388l0.64579-0.59521v-10.251h-2.8587v7.619h-7.623v-7.619z" fill="#232629" stroke-width=".95263"/> + <text transform="scale(.96986 1.0311)" x="13.644353" y="20.366993" fill="#4d82b8" font-family="sans-serif" font-size="17.067px" letter-spacing="0" stroke-width=".95263" word-spacing="0"><tspan x="13.644353" y="20.366993" fill="#4d82b8" font-family="Carlito" font-weight="bold" stroke-width=".95263">1</tspan></text> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/formatTextHeader2.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <path d="m1 1v19.048h2.8571v-8.5714h7.619v8.5714h0.97656c0.02092-0.15953 0.0529-0.31663 0.10417-0.46503a0.95248 0.95248 0 0 1 0.0074-0.0186c0.11234-0.30421 0.30066-0.56962 0.52083-0.78125l1.2482-1.2891v-3.5175l-0.94494-0.16369a0.95248 0.95248 0 0 1-0.77939-1.0844c0.09839-0.63812 0.28047-1.2226 0.5599-1.7411l0.0019-0.0019v-0.0019c0.271-0.50774 0.62262-0.95429 1.0528-1.3114 0.03406-0.028333 0.07484-0.0472 0.10975-0.074409v-8.5974h-2.8571v7.619h-7.6191v-7.619z" fill="#232629" stroke-width=".95238"/> + <path d="m17.36 9.5714c-0.4921 0-0.95219 0.070228-1.3821 0.21205-0.42988 0.13616-0.81211 0.3433-1.1458 0.62128-0.32807 0.27231-0.60158 0.61637-0.82217 1.0305-0.2206 0.40847-0.3746 0.88758-0.45945 1.4379l1.0863 0.18787c0.2715 0.04539 0.48344 0.02734 0.63616-0.05208 0.15838-0.07942 0.28338-0.24871 0.37388-0.50967 0.05091-0.17019 0.12334-0.32869 0.21949-0.47619 0.09616-0.1475 0.21209-0.2754 0.34784-0.38318 0.13575-0.10779 0.28976-0.19429 0.45945-0.2567 0.16969-0.06241 0.35627-0.09301 0.5599-0.09301 0.47513 0 0.84286 0.13329 1.1031 0.39992 0.26019 0.26664 0.39062 0.66111 0.39062 1.183 0 0.28933-0.03808 0.5667-0.11161 0.83333-0.07353 0.26096-0.18404 0.52214-0.3311 0.78311-0.14141 0.25529-0.31892 0.5147-0.53386 0.77567-0.20928 0.26096-0.45201 0.5347-0.72917 0.82403l-3.2757 3.3798c-0.13575 0.13048-0.23175 0.27093-0.28832 0.42411-0.05091 0.14751-0.07626 0.28619-0.07626 0.41667v0.6901h7.619v-1.2258c0-0.20423-0.067-0.36812-0.20275-0.49293-0.1301-0.12481-0.30403-0.18787-0.51897-0.18787h-2.5539c-0.2206 0-0.45789 0.02344-0.71242 0.06883-0.25454 0.03971-0.50812 0.09915-0.76265 0.17857l2.3921-2.5112c0.29413-0.30635 0.57493-0.60892 0.84077-0.9096 0.26585-0.30635 0.49771-0.61794 0.69568-0.93564 0.19797-0.32337 0.35555-0.66203 0.47433-1.0138 0.11878-0.35741 0.17857-0.74285 0.17857-1.157 0-0.48222-0.08514-0.9217-0.25484-1.3188-0.16403-0.4028-0.39954-0.74685-0.70498-1.0305-0.29978-0.28366-0.66387-0.50159-1.0938-0.65476-0.42422-0.15885-0.89703-0.2381-1.4174-0.2381z" fill="#4d82b8" stroke-width=".95238"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/formatTextHeader3.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <path d="m1 1v19.048h2.8571v-8.5714h7.619v8.5714h1.8192c-0.05366-0.07836-0.11583-0.14858-0.16555-0.23066l-0.0019-0.0037-0.0037-0.0056c-0.26179-0.44319-0.47425-0.93695-0.64916-1.4806l-0.26786-0.82961 1.702-0.71987 0.0074-0.0037c0.12979-0.05255 0.27396-0.07709 0.41668-0.10417v-2.753l-1.7169-0.29576 0.13207-0.91704c0.09162-0.63506 0.27172-1.2202 0.55246-1.7392v-0.0019c0.26523-0.49481 0.61423-0.92634 1.0324-1.2741v-8.6887h-2.8571v7.619h-7.619v-7.619z" fill="#232629" stroke-width=".95238"/> + <path d="m17.464 9.5714c-0.48829 0-0.94621 0.069828-1.3728 0.21019-0.42094 0.13475-0.79609 0.34058-1.1272 0.6157-0.33114 0.2695-0.607 0.60948-0.82589 1.0193-0.21889 0.40425-0.36785 0.87837-0.44643 1.423l1.0696 0.18415c0.27502 0.04491 0.48651 0.02838 0.63244-0.05022 0.15154-0.07861 0.27106-0.24582 0.36086-0.50409 0.10664-0.33688 0.2979-0.62174 0.57292-0.85193 0.27502-0.2302 0.61707-0.34412 1.0268-0.34412 0.46023 0 0.817 0.12863 1.0696 0.3869 0.25818 0.25827 0.3869 0.64234 0.3869 1.1533 0 0.24143-0.03127 0.46011-0.09301 0.65662-0.06174 0.19651-0.17574 0.36741-0.34412 0.51339-0.16838 0.14037-0.40194 0.25064-0.69941 0.32924-0.29185 0.07863-0.667 0.1209-1.1272 0.12649v1.4397c0.55003 0 0.98403 0.04227 1.3039 0.12649 0.31992 0.08422 0.56268 0.20183 0.72545 0.35342 0.16838 0.1516 0.27504 0.33538 0.31994 0.54874 0.05051 0.21336 0.07441 0.44857 0.07441 0.70684 0 0.20213-0.03678 0.40427-0.10975 0.6064-0.07296 0.20213-0.18145 0.38405-0.32738 0.54688-0.14593 0.15721-0.33167 0.28584-0.55618 0.3869-0.21889 0.09545-0.47634 0.14323-0.77381 0.14323-0.24134 0-0.45467-0.03489-0.63988-0.10789-0.18521-0.07299-0.35073-0.17224-0.49665-0.29576-0.14031-0.12914-0.26721-0.2743-0.37946-0.43713-0.11225-0.16844-0.21891-0.34854-0.31994-0.53943-0.08419-0.17406-0.22946-0.28433-0.43713-0.32924-0.20205-0.05053-0.42089-0.02662-0.65662 0.06883l-0.89286 0.3776c0.15715 0.48847 0.34473 0.9185 0.56362 1.2891 0.2245 0.37057 0.48933 0.68298 0.79241 0.93564 0.30869 0.24704 0.6636 0.4308 1.0677 0.55432 0.40972 0.12352 0.88236 0.18601 1.4155 0.18601 0.50513 0 0.98512-0.07351 1.4397-0.21949 0.46023-0.14598 0.86113-0.36466 1.2035-0.65662 0.34798-0.29196 0.62384-0.6503 0.82589-1.077 0.20766-0.43233 0.31064-0.93218 0.31064-1.4993 0-1.2914-0.63629-2.1532-1.9103-2.5856 0.2694-0.08984 0.51031-0.20562 0.72359-0.34598 0.21328-0.14036 0.39351-0.31126 0.53943-0.51339 0.14593-0.20213 0.25442-0.43734 0.32738-0.70684 0.07857-0.2695 0.11719-0.58192 0.11719-0.93564 0-0.39864-0.07723-0.77168-0.23438-1.1198-0.15154-0.35372-0.37038-0.66063-0.65662-0.9189-0.28624-0.26389-0.6375-0.47154-1.0528-0.62314-0.40972-0.15159-0.87315-0.22693-1.3895-0.22693z" fill="#4d82b8" stroke-width=".95238"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/formatTextHorizontalLine.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path d="m2.6667 7.6668h1.6667v3.3333h1.6667v-3.3333h3.3333v3.3333h1.6667v-3.3333h3.3333v3.3333h1.6667v-3.3333h3.3333v6.6665h-16.667zm-1.6667-1.6666v9.9998h20v-9.9998z" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/formatTextHyperlink.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m2.1111 6.5c-0.61557 0-1.1111 0.50174-1.1111 1.125v6.75c0 0.62326 0.49554 1.125 1.1111 1.125h6.6667c0.61557 0 1.1111-0.50174 1.1111-1.125v-1.125h2.2222v1.125c0 0.62325 0.49554 1.125 1.1111 1.125h6.6667c0.61557 0 1.1111-0.50175 1.1111-1.125v-6.75c0-0.62325-0.49554-1.125-1.1111-1.125h-6.6667c-0.61557 0-1.1111 0.50175-1.1111 1.125v1.125h-2.2222v-1.125c0-0.62326-0.49554-1.125-1.1111-1.125zm0 1.125h6.6667v1.125c-0.61557 0-1.1111 0.50174-1.1111 1.125v2.25c0 0.62326 0.49554 1.125 1.1111 1.125v1.125h-6.6667zm11.111 0h6.6667v6.75h-6.6667v-1.125c0.61557 0 1.1111-0.50174 1.1111-1.125v-2.25c0-0.62326-0.49554-1.125-1.1111-1.125zm-4.4444 2.25h4.4444v2.25h-4.4444z" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/formatTextImage.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg"> + <g transform="translate(-326 -534.36)"> + <rect x="326.5" y="535.99" width="0" height="11" fill="#c4bb1b"/> + <rect x="321.94" y="538.51" width="0" height="11" fill="#c4bb1b"/> + <rect x="317.44" y="526.09" width="0" height="11" fill="#c4bb1b"/> + <rect x="318.28" y="538.32" width="0" height="11" fill="#c4bb1b"/> + <rect x="313.73" y="540.84" width="0" height="11" fill="#c4bb1b"/> + <rect x="309.22" y="528.43" width="0" height="11" fill="#c4bb1b"/> + <path d="m327 537.36v1.2308 0.61538 1.8462 0.2524 0.36058 8.988 0.2452 1.2308 0.51683 0.71394h20v-0.84616-0.38461-14.769h-1.25-13.75-0.62989-0.57128-1.9238-0.625zm1.25 1.2308h2.3901a1.875 1.8462 0 0 1 0.10987 0.61538 1.875 1.8462 0 0 1-1.875 1.8462 1.875 1.8462 0 0 1-0.625-0.10818v-2.3534zm3.6841 0h0.0659 13.75v13.538h-17.5v-0.089-0.10818-0.76682l2.9077-2.8293 1.7602-1.7284 1.9556 1.7452 1.377 1.3149 4.4995-4.1827 3.75 3.5577v-1.8366l-3.75-3.6923-4.4995 4.4303-3.2495-3.1995-4.751 4.6779v-7.2043a3.125 3.0769 0 0 0 0.625 0.0649 3.125 3.0769 0 0 0 3.125-3.0769 3.125 3.0769 0 0 0-0.0659-0.61539z" color="#000000" color-rendering="auto" fill="#232629" image-rendering="auto" shape-rendering="auto" solid-color="#000000" style="isolation:auto;mix-blend-mode:normal"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/formatTextInlineCode.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m12.743 7-1.9676 7.877 0.4919 0.12305 1.9676-7.877zm-2.5805 1.5-1.9551 2.3223-0.13738 0.17773 0.13738 0.17773 1.9551 2.3223 0.367-0.35449-1.8023-2.1455 1.8023-2.1455zm3.6854 0-0.367 0.35449 1.8023 2.1455-1.8023 2.1455 0.367 0.35449 1.9551-2.3223 0.13738-0.17773-0.13738-0.17773z" color="#eff0f1" fill="#232629"/> + <text transform="scale(.99752 1.0025)" x="1.0024848" y="14.962821" fill="#4d82b8" font-family="sans-serif" font-size="11.13px" letter-spacing="0px" stroke-width=".27825" word-spacing="0px" style="line-height:1.25" xml:space="preserve"><tspan x="1.0024848" y="14.962821" fill="#4d82b8" stroke-width=".27825">A</tspan></text> + <text transform="scale(.9782 1.0223)" x="15.776766" y="14.571308" fill="#4d82b8" font-family="sans-serif" font-size="10.163px" letter-spacing="0px" stroke-width=".25408" word-spacing="0px" style="line-height:1.25" xml:space="preserve"><tspan x="15.776766" y="14.571308" fill="#4d82b8" stroke-width=".25408">b</tspan></text> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/formatTextItalic.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <path d="m8.4648 1c-0.25708 0-0.46484 0.20776-0.46484 0.46484v0.070312c0 0.25708 0.20776 0.46484 0.46484 0.46484h2.5352l-2 18h-2.5352c-0.25708 0-0.46484 0.20776-0.46484 0.46484v0.07031c0 0.25708 0.20776 0.46485 0.46484 0.46485h7.0703c0.25708 0 0.46484-0.20776 0.46484-0.46484v-0.07031c0-0.25708-0.20776-0.46485-0.46484-0.46485h-2.5352l2-18h2.5352c0.25708 0 0.46484-0.20776 0.46484-0.46484v-0.070312c0-0.25708-0.20776-0.46484-0.46484-0.46484h-6.8613z" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/formatTextNumberedList.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m2.25 1v1.25h1.25v2.5h-1.25v1.25h3.75v-1.25h-1.25v-2.5h1.25v-1.25zm7.5 0v1.25h11.25v-1.25zm0 2.5v1.25h7.5v-1.25zm-8.75 5v1.25h1.25v2.5h-1.25v1.25h6.25v-1.25h-1.25v-2.5h1.25v-1.25zm8.75 0v1.25h11.25v-1.25zm-6.25 1.25h1.25v2.5h-1.25zm6.25 1.25v1.25h2.5v-1.25zm0 5v1.25h11.25v-1.25zm0 2.5v1.25h7.5v-1.25zm8.75 1.25v1.25h2.5v-1.25z" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/formatTextQuote.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#232629; + }</style> + </defs> + <path class="ColorScheme-Text" d="m7.707 3-0.70703 0.70703 7.293 7.293-7.293 7.293 0.70703 0.70703 8-8-8-8" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/formatTextStrikethrough.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <g transform="translate(-1,-1)" fill="#232629"> + <rect x="2" y="11" width="20" height="1" ry=".46404"/> + <path d="m13 2c-3.3137 0-6 2.6863-6 6 0.0027 0.6818 0.12159 1.3582 0.35156 2h3.6484c-1.4459-2.7593-0.31236-5.9297 2-6 1.3532 8.071e-4 2.6142 0.6857 3.3516 1.8203l1.293-1.6133c-1.1385-1.3954-2.8436-2.2057-4.6445-2.207z"/> + <path d="m11.995 22c3.3137-1e-6 6-2.6863 6-6-0.002702-0.6818-0.12159-1.3582-0.35156-2h-3.643c2.108 2.5861 0.40732 5.9267-2.0055 6-1.3532-8.07e-4 -2.6142-0.6857-3.3516-1.8203l-1.293 1.6133c1.1385 1.3954 2.8436 2.2057 4.6445 2.207z"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/forward.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#232629; + }</style> + </defs> + <path class="ColorScheme-Text" d="m7.707 3-0.70703 0.70703 7.293 7.293-7.293 7.293 0.70703 0.70703 8-8-8-8" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/gRPC48.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="48" height="48" version="1.1" viewBox="0 0 12.7 12.7" xmlns="http://www.w3.org/2000/svg"> + <g transform="translate(0 -284.3)"> + <path transform="matrix(0 1.0824 -1.0867 0 323.69 283.85)" d="m9.0186 296.75h-5.4694l-2.7347-4.7367 2.7347-4.7367h5.4694l2.7347 4.7367z" fill="#35a6af" stroke="#35a6af" stroke-width=".26458"/> + <g transform="matrix(1.0531 0 0 1.0178 .72897 -5.0872)" fill="#fff" stroke-width=".34158"> + <path d="m5.6954 291.9h-0.35278c-0.39088 0-0.70555-0.29501-0.70555-0.66146v-3.3073h0.70555l-0.88194-0.99219-0.88195 0.99219h0.70556v3.3073c0 0.54967 0.47202 0.99219 1.0583 0.99219h0.35278z" color="#eff0f1"/> + <path d="m4.9794 289.25h0.35278c0.39088 0 0.70555 0.29501 0.70555 0.66146v3.3073h-0.70555l0.88194 0.99219 0.88195-0.99219h-0.70556v-3.3073c0-0.54967-0.47202-0.99219-1.0583-0.99219h-0.35278z" color="#eff0f1"/> + </g> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/geolocation.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m11 1c-3.5898 1.37e-5 -6.5 2.9848-6.5 6.6667 0.00255 0.79395 0.14335 1.5811 0.41577 2.3242 0.19717 0.5589 0.59479 1.1777 0.84424 1.6048l5.24 9.4043 5.24-9.401c0.41147-0.52568 0.58978-1.082 0.84741-1.6081 0.27134-0.74337 0.41107-1.5305 0.4126-2.3242-1.3e-5 -3.6819-2.9102-6.6667-6.5-6.6667zm0 1.6667c1.4874 2.58e-5 2.8934 0.69647 3.8181 1.8913 0.20251 0.26121 0.379 0.54256 0.52686 0.83984 0.29551 0.59612 0.47142 1.247 0.51734 1.9141 0.0083 0.11808 0.01251 0.23643 0.01267 0.35482-3.82e-4 0.50109-0.0742 0.99928-0.219 1.4779-0.08027 0.25974-0.18112 0.51232-0.30151 0.75521-0.01348 0.030517-0.0272 0.060917-0.04126 0.09115-0.84164 1.6443-2.5025 2.6746-4.3132 2.6758-1.8107-0.001165-3.4715-1.0315-4.3132-2.6758-0.07228-0.14102-0.13795-0.2855-0.19678-0.43294l-0.0095226-0.022783c-0.053656-0.13773-0.10131-0.27784-0.14282-0.41992-0.00646-0.0195-0.012805-0.039017-0.019044-0.0586-0.036107-0.13318-0.066813-0.26785-0.092041-0.40364-0.0065813-0.02815-0.012935-0.056367-0.019043-0.084633-0.024913-0.14017-0.043972-0.28135-0.057128-0.42318-0.0022913-0.02385-0.0044038-0.047733-0.0063538-0.071617-0.011726-0.13531-0.018079-0.27106-0.019034-0.4069 3.805e-4 -0.16634 0.0088545-0.33257 0.02539-0.49805 0.13099-1.3446 0.787-2.5775 1.8186-3.418 0.25468-0.2077 0.529-0.38872 0.81885-0.54036 0.68527-0.35759 1.4433-0.54387 2.2122-0.54362z" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/getAs.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#232629; + }</style> + </defs> + <path class="ColorScheme-Text" d="m5.594 3 0.40601 0.70703-4.188 7.293 4.188 7.293-0.40601 0.70703-4.594-8 4.594-8" color="#eff0f1" fill="#232629"/> + <path class="ColorScheme-Text" d="m17.497 4-10.493 10.493h-0.0034125v3.5068h3.5068v-0.0034l10.493-10.493-0.00175-0.0017062 0.00175-0.0017063-3.5-3.5-0.0017 0.00171-0.0018-0.00171m-1.7483 2.9856 2.2661 2.2661-6.6394 6.6394v-1.3911h-1.75v-1.3911l6.1233-6.1233m-6.9983 6.9983v1.3911h1.75v1.3911l-0.3588 0.35888h-1.3911l-0.875-0.875v-1.3911l0.875-0.875" color="#232629" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/globalVariables.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <defs> + <linearGradient id="linearGradient841" x1="34" x2="44" y1="19.008" y2="29.008" gradientTransform="matrix(.5 0 0 .5 -1 -1)" gradientUnits="userSpaceOnUse" xlink:href="#a"/> + </defs> + <linearGradient id="c" x1="9" x2="38" y1="9" y2="38" gradientTransform="matrix(.5 0 0 .5 -1 -1)" gradientUnits="userSpaceOnUse" xlink:href="#a"/> + <linearGradient id="a" x1="34" x2="44" y1="19.008" y2="29.008" gradientUnits="userSpaceOnUse"> + <stop stop-color="#292c2f" offset="0"/> + <stop stop-opacity="0" offset="1"/> + </linearGradient> + <linearGradient id="b" x1="4" x2="4" y1="44" y2="4" gradientTransform="matrix(.5 0 0 .5 -1 -1)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#197cf1" offset="0"/> + <stop stop-color="#20bcfa" offset="1"/> + </linearGradient> + <linearGradient id="d" x1="4" x2="4" y1="44" y2="4" gradientTransform="matrix(.5 0 0 .5 -1 -1)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#54d883" offset="0"/> + <stop stop-color="#abf9c7" offset="1"/> + </linearGradient> + <circle cx="11" cy="11" r="10" fill="url(#b)" stroke-width=".5"/> + <path d="m11 1a10 10 0 0 0-9.95 9h1.45l1.5 1.5 1 0.5 5.4845 8.975a10 10 0 0 0 0.5155 0.025 10 10 0 0 0 10-10 10 10 0 0 0-10-10z" fill="url(#c)" opacity=".2" stroke-width=".5"/> + <path d="M 20.293,7.3165 17,12 20.1075,15.1075 A 10,10 0 0 0 21,11 10,10 0 0 0 20.32,7.377 10,10 0 0 0 20.293,7.3165 Z" fill="url(#linearGradient841)" fill-rule="evenodd" opacity=".2" stroke-width=".5"/> + <path d="m11 1a10 10 0 0 0-0.951 0.055 10 10 0 0 0-0.127 0.015 10 10 0 0 0-1.6095 0.3185v-0.02a10 10 0 0 0-4.85 3.07h5e-3a10 10 0 0 0-1.79 2.9725l0.8225-0.411h2v0.5l0.5 0.5v-1l1-1h0.5v-0.5l0.5-0.5 1-0.5 0.5-0.5 1-0.5v0.5l1-0.5h-0.5v-0.5l-0.5-0.5h2l-0.5 0.5 1.5 0.5-0.5-1v-1l-0.4735-0.4735a10 10 0 0 0-0.5265-0.0265zm7.5 3.405v1.095h0.8455a10 10 0 0 0-0.8455-1.095zm-13.969 0.0335h0.0305l-0.0615 0.0615 0.0315-0.0615zm15.012 1.381-0.543 0.1805-1 0.5v0.5l-1 1-0.5 1v2l0.5 1 1 0.5 0.5 0.5 2.3585-0.3925a10 10 0 0 0 1e-3 -0.011 10 10 0 0 0 0.1045-0.876 10 10 0 0 0 0.036-0.7205 10 10 0 0 0-0.045-0.87 10 10 0 0 0-0.0485-0.4045 10 10 0 0 0-0.095-0.617 10 10 0 0 0-0.0675-0.299 10 10 0 0 0-0.1785-0.697 10 10 0 0 0-0.0725-0.216 10 10 0 0 0-0.2695-0.7365 10 10 0 0 0-0.074-0.165 10 10 0 0 0-0.37-0.7625 10 10 0 0 0-0.2365-0.413zm-17.043 3.1805-0.5 0.5h-0.5l-0.325-0.325a10 10 0 0 0 0 0.0025 10 10 0 0 0-0.133 0.9885 10 10 0 0 0-1e-3 0.015l0.959 0.319 1 0.5 1 1h1v1l-0.5 0.5-0.5 1v0.5l1 1 0.5 1 0.5 0.5 1 0.5v2.16a10 10 0 0 0 3e-3 1e-3 10 10 0 0 0 0.8485 0.3225 10 10 0 0 0 0.096 0.034 10 10 0 0 0 0.7565 0.204 10 10 0 0 0 0.2255 0.058 10 10 0 0 0 0.66 0.108 10 10 0 0 0 0.34 0.052 10 10 0 0 0 0.575 0.036 10 10 0 0 0 0.4955 0.0245 10 10 0 0 0 0.509-0.0185l0.491-0.9815v-0.5l1-0.5 0.5-0.5 0.5-2 0.5-0.5v-1l-1-0.5h-0.5l-1-0.5h-0.5l-0.5-1-0.5-0.5h-1l-1-1h-1l-1.5-0.5-0.5 1-1-0.5h-0.5v-1l-1-0.5 0.5-1z" fill="url(#d)" stroke-width=".5"/> + <path d="m1.0255 10.75c-2e-3 0.085-0.0255 0.1645-0.0255 0.25 0 5.54 4.46 10 10 10s10-4.46 10-10c0-0.0855-0.0235-0.165-0.0255-0.25-0.015 0.603-0.0605 1.199-0.177 1.7705a9.945 9.945 0 0 1-2.7205 5.0565 9.975 9.975 0 0 1-3.1775 2.1395 9.9085 9.9085 0 0 1-1.879 0.581 10.102 10.102 0 0 1-2.02 0.202c-0.6925 0-1.3685-0.0695-2.02-0.202a9.945 9.945 0 0 1-5.0565-2.7205 9.975 9.975 0 0 1-2.1395-3.1775 9.9085 9.9085 0 0 1-0.581-1.879c-0.1165-0.5715-0.1615-1.1675-0.177-1.7705" opacity=".2" stroke-width=".5"/> + <path class="ColorScheme-Text" d="m8.75 5s-3.75 1e-5 -3.75 3.75c0.74912-1.4982 1.4652-1.717 3.709-1.7188-9e-3 8.2027-2.2071 8.2379-2.209 9.5469 1.1256 0.86407 2.8845 0.38512 3.0137-1.3125l0.67578-8.2578 2.9883-0.01172-0.67773 8.3164c0 2.25 3 2.25 3.75 0l0.75-2.25c-0.75 1.5-2.9994 3.7505-2.9336 1.4609l0.63477-7.5156 2.2988-0.0078v-2z" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/google.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <path d="m20.806 9.0415h-0.8055v-0.0415h-9v4h5.6515c-0.8245 2.3285-3.04 4-5.6515 4-3.3135 0-6-2.6865-6-6s2.6865-6 6-6c1.5295 0 2.921 0.577 3.9805 1.5195l2.8285-2.8285c-1.786-1.6645-4.175-2.691-6.809-2.691-5.5225 0-10 4.4775-10 10s4.4775 10 10 10 10-4.4775 10-10c0-0.6705-0.069-1.325-0.1945-1.9585z" fill="#ffc107" stroke-width=".5"/> + <path d="M 2.153,6.3455 5.4385,8.755 C 6.3275,6.554 8.4805,5 11,5 c 1.5295,0 2.921,0.577 3.9805,1.5195 L 17.809,3.691 C 16.023,2.0265 13.634,1 11,1 7.159,1 3.828,3.1685 2.153,6.3455 Z" fill="#ff3d00" stroke-width=".5"/> + <path d="m11 21c2.583 0 4.93-0.9885 6.7045-2.596l-3.095-2.619c-1.004 0.7605-2.252 1.215-3.6095 1.215-2.601 0-4.8095-1.6585-5.6415-3.973l-3.261 2.5125c1.655 3.2385 5.016 5.4605 8.9025 5.4605z" fill="#4caf50" stroke-width=".5"/> + <path d="m20.806 9.0415h-0.8055v-0.0415h-9v4h5.6515c-0.396 1.1185-1.1155 2.083-2.0435 2.7855 5e-4 -5e-4 1e-3 -5e-4 0.0015-1e-3l3.095 2.619c-0.219 0.199 3.2955-2.4035 3.2955-7.4035 0-0.6705-0.069-1.325-0.1945-1.9585z" fill="#1976d2" stroke-width=".5"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/goto.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg"> + <g transform="translate(0 -291.18)"> + <g fill="#232629"> + <path d="m4.0398 296.39a0.26458 0.26458 0 0 0-0.26458-0.26458 0.26458 0.26458 0 0 0-0.26458 0.26458 0.26458 0.26458 0 0 0 0.26458 0.26459 0.26458 0.26458 0 0 0 0.26458-0.26459z" stroke-width=".26458"/> + <path d="m3.7752 295.78-1.5875-1.5875 0.18706-0.18706 1.4004 1.4004 1.4004-1.4004 0.18706 0.18706z" stroke-width=".26458"/> + <path d="m1.3229 292.77a0.52917 0.52916 0 0 0-0.52917-0.52915 0.52917 0.52916 0 0 0-0.52917 0.52915 0.52917 0.52916 0 0 0 0.52917 0.52918 0.52917 0.52916 0 0 0 0.52917-0.52918z" stroke-width=".52917"/> + <path d="m3.175 291.97a0.52917 0.52916 0 0 0-0.52917-0.52915 0.52917 0.52916 0 0 0-0.52917 0.52915 0.52917 0.52916 0 0 0 0.52917 0.52918 0.52917 0.52916 0 0 0 0.52917-0.52918z" stroke-width=".52917"/> + <path d="m4.2333 293.56a0.52917 0.52916 0 0 0-0.52917-0.52915 0.52917 0.52916 0 0 0-0.52917 0.52915 0.52917 0.52916 0 0 0 0.52917 0.52918 0.52917 0.52916 0 0 0 0.52917-0.52918z" stroke-width=".52917"/> + </g> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/gotoBrace.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg"> + <g transform="translate(0 -291.18)"> + <g fill="#232629"> + <path d="m4.0398 296.39a0.26458 0.26458 0 0 0-0.26458-0.26458 0.26458 0.26458 0 0 0-0.26458 0.26458 0.26458 0.26458 0 0 0 0.26458 0.26459 0.26458 0.26458 0 0 0 0.26458-0.26459z" stroke-width=".26458"/> + <path d="m3.7752 295.78-1.5875-1.5875 0.18706-0.18706 1.4004 1.4004 1.4004-1.4004 0.18706 0.18706z" stroke-width=".26458"/> + <path d="m1.3229 292.77a0.52917 0.52916 0 0 0-0.52917-0.52915 0.52917 0.52916 0 0 0-0.52917 0.52915 0.52917 0.52916 0 0 0 0.52917 0.52918 0.52917 0.52916 0 0 0 0.52917-0.52918z" stroke-width=".52917"/> + <path d="m3.175 291.97a0.52917 0.52916 0 0 0-0.52917-0.52915 0.52917 0.52916 0 0 0-0.52917 0.52915 0.52917 0.52916 0 0 0 0.52917 0.52918 0.52917 0.52916 0 0 0 0.52917-0.52918z" stroke-width=".52917"/> + <path d="m4.2333 293.56a0.52917 0.52916 0 0 0-0.52917-0.52915 0.52917 0.52916 0 0 0-0.52917 0.52915 0.52917 0.52916 0 0 0 0.52917 0.52918 0.52917 0.52916 0 0 0 0.52917-0.52918z" stroke-width=".52917"/> + <text transform="scale(.81839 1.2219)" x="0.22397032" y="242.45308" font-family="sans-serif" font-size="2.4832px" letter-spacing="0px" stroke-width=".062079" word-spacing="0px" style="line-height:1.25" xml:space="preserve"><tspan x="0.22397032" y="242.45308" fill="#232629" stroke-width=".062079">()</tspan></text> + </g> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/gotoLastEditPosition.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m1 1v20h1.25v-10h6.25v1.25h6.25v-8.75h-6.25v-1.25h-6.25v-1.25zm17.5 3.75-2.5 2.5 2.5 2.5v-1.6064c0.78052 1.1788 1.25 2.5798 1.25 4.1064 0 4.155-3.345 7.5-7.5 7.5v1.25c4.8475 0 8.75-3.9025 8.75-8.75 0-2.3864-0.95963-4.5298-2.5-6.1035z" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/greaseMonkey.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,59 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <defs> + <linearGradient id="6" x1="53.32" x2="61.34" y1="43.621" y2="63.1" gradientTransform="translate(0,-52)" gradientUnits="userSpaceOnUse" xlink:href="#4"/> + <linearGradient id="5" x1="40.979" x2="36.682" y1="52.17" y2="49" gradientUnits="userSpaceOnUse"> + <stop stop-color="#e6ffe6" offset="0"/> + <stop stop-color="#d0e6d0" offset=".343"/> + <stop stop-color="#d0e6d0" offset=".694"/> + <stop stop-color="#e6ffe6" offset="1"/> + </linearGradient> + <linearGradient id="4" x1="34.425" x2="42.44" y1="45.09" y2="64.57" gradientUnits="userSpaceOnUse"> + <stop stop-color="#346732" offset="0"/> + <stop stop-color="#021301" offset="1"/> + </linearGradient> + <linearGradient id="7" x1="59.877" x2="55.58" y1="50.704" y2="47.536" gradientTransform="translate(0,-52)" gradientUnits="userSpaceOnUse" xlink:href="#5"/> + <radialGradient id="2" cx="52.3" cy="69.33" r="69.44" fx="52.29" fy="69.34" gradientUnits="userSpaceOnUse"> + <stop stop-color="#efddb5" offset="0"/> + <stop stop-color="#efd092" offset=".407"/> + <stop stop-color="#cca76e" offset=".678"/> + <stop stop-color="#8d4600" offset="1"/> + </radialGradient> + <radialGradient id="1" cx="17.393" cy="51.796" r="12.71" fx="15.645" fy="58.2" gradientUnits="userSpaceOnUse" xlink:href="#0"/> + <radialGradient id="3" cx="50.45" cy="50.737" r="35.867" fx="50.44" fy="50.745" gradientTransform="translate(0,-52)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#570503" offset=".631"/> + <stop stop-color="#710603" offset=".796"/> + <stop stop-color="#680603" offset=".889"/> + <stop stop-color="#570503" offset="1"/> + </radialGradient> + <radialGradient id="0" cx="84.12" cy="46.615" r="12.71" fx="86.83" fy="52.673" gradientUnits="userSpaceOnUse"> + <stop stop-color="#957c53" offset="0"/> + <stop stop-color="#d3af75" offset=".762"/> + <stop stop-color="#c8a66f" offset="1"/> + </radialGradient> + <radialGradient id="radialGradient888" cx="84.12" cy="46.615" r="12.71" fx="86.83" fy="52.673" gradientUnits="userSpaceOnUse" xlink:href="#0"/> + <linearGradient id="linearGradient890" x1="34.425" x2="42.44" y1="45.09" y2="64.57" gradientTransform="translate(0,-52)" gradientUnits="userSpaceOnUse" xlink:href="#4"/> + <linearGradient id="linearGradient892" x1="40.979" x2="36.682" y1="52.17" y2="49" gradientTransform="translate(0,-52)" gradientUnits="userSpaceOnUse" xlink:href="#5"/> + </defs> + <g transform="matrix(.20263 0 0 .2 .86938 11.4)" fill-rule="evenodd"> + <g transform="translate(0,-52)"> + <path d="m81.36 31.525c6.531-8.512 15.93-1.201 17.17 5.45 2.992 16-2.674 22.442-9.592 25.98-3.176 1.625-7.01-6.986-8.08-11.378-1.42-5.855-3.277-15.14 0.496-20.05" fill="#874300"/> + <path d="m85.69 35.2c3.825-2.297 6.425 2.427 7.427 5.426 1.304 3.901 0.397 8.84-0.146 11.02-0.763 3.06-3.049 6.806-4.356 6.327-2.221-0.814-3.794-4.688-4.165-7.575-0.649-5.05-0.463-14.172 1.24-15.195" fill="url(#radialGradient888)"/> + </g> + <g transform="translate(0,-52)"> + <path d="m17.637 36.473c-8.124-7.374-16.72 1.334-16.959 8.102-0.573 16.275 6.326 21.742 14.065 24.141 3.553 1.102 6.17-8.01 6.581-12.516 0.548-6.009 1.006-15.469-3.687-19.728z" fill="#874300"/> + <path d="m14.07 40.757c-4.134-1.68-5.973 3.39-6.5 6.507-0.687 4.055 0.971 8.794 1.844 10.862 1.226 2.906 4.063 6.254 5.28 5.579 2.07-1.148 3.03-5.217 2.946-8.127-0.138-5.087-1.73-14.07-3.57-14.821" fill="url(#1)"/> + </g> + <g transform="translate(0,-52)"> + <path d="m54.676 99.64c9.827-0.763 17.826-2.384 25.552-5.986 7.725-3.602 14.15-11.11 15.441-20.21 1.294-9.107-2.308-16.833-6.517-19.506-0.773-9.947-0.936-14-4.606-20.656-4.333-7.855-11.414-18.13-36.28-16.195h-0.01c-24.863 1.928-30.27 13.174-33.34 21.602-2.599 7.14-2.134 11.172-1.362 21.12-3.746 3.291-6.112 11.48-3.428 20.278s10.187 15.22 18.376 17.586 16.342 2.734 26.17 1.97h5e-3" fill="#874300"/> + <path d="m74.952 0c-11.627 4.906-24.934 13.944-33.19 23.592 10.863-1.845 16.677-4.297 26.469-7.06z" fill="#613000"/> + <path d="m14.92 38.687c3.202-10.257 8.85-27.712 60.03-38.687-13.539 6.05-23.94 13.867-33.19 23.592 10.863-1.845 19.583-5.524 26.469-7.06 6.885-1.534 15.76-3.224 15.76-3.224-1.835 2.144-3.593 5.282-6.268 9.493 2.144 1.835 5.514 6.576 6.818 10.48l-69.62 5.406" fill="#874300"/> + <path d="m49.962 38.968c3.43-12.31 19.465-21.35 28.766-3.234 2.843 5.533 2.898 11.552 3.457 18.744 4.328 4.219 6.755 6.507 6.285 16.522-0.377 8.03-7.281 13.746-12.69 16.996-5.736 3.447-14.159 5.102-21.573 5.678-7.413 0.575-15.991 0.24-22.19-2.28-5.846-2.376-13.549-6.953-15.16-14.833-2-9.824 0.035-12.459 3.66-17.295-0.558-7.191-1.432-13.147 0.522-19.05 6.393-19.335 23.631-12.878 28.92-1.245" fill="url(#2)"/> + </g> + <path d="m52.42 24.1c-3.982 0.31-7.99 0.687-11.975 0.43-3.1-0.2-6.307-0.528-9.145-1.791-1.52-0.677-2.606-2.923-3.293-3.747-0.6-1.071-1.845-1.55-2.067-0.84-0.595 1.904-0.462 4.2 0.464 5.968 0.982 1.874 2.888 3.272 4.823 4.128 2.695 1.192 5.712 1.583 8.648 1.83 4.32 0.363 8.685 0.326 13.01-0.01 4.323-0.335 8.64-0.972 12.854-1.998 2.862-0.697 5.783-1.55 8.261-3.143 1.78-1.145 3.448-2.82 4.129-4.824 0.641-1.89 0.419-4.178-0.463-5.968-0.33-0.667-1.485-1e-3 -1.913 1.15-0.552 0.92-1.278 3.307-2.675 4.21-2.608 1.686-5.727 2.505-8.759 3.181-3.898 0.87-7.915 1.115-11.897 1.425" fill="url(#3)"/> + <path d="m35.2 3.12c-0.538-6.966 2.122-10.17 5.693-10.45 3.57-0.274 6.7 2.48 7.237 9.444 0.538 6.963-2.122 10.17-5.693 10.45-3.57 0.274-6.7-2.483-7.237-9.444" fill="url(#linearGradient890)"/> + <path d="m37 0.48c-0.193-2.484 0.724-3.558 1.719-3.635s2.067 0.842 2.26 3.327c0.193 2.488-0.725 3.555-1.72 3.636-0.994 0.08-2.065-0.84-2.259-3.328" fill="url(#linearGradient892)"/> + <path d="m54.1 1.655c-0.537-6.965 2.122-10.17 5.693-10.45 3.57-0.274 6.7 2.48 7.237 9.445 0.538 6.962-2.122 10.17-5.692 10.45-3.571 0.274-6.7-2.484-7.238-9.445" fill="url(#6)"/> + <path d="m55.898-0.99c-0.193-2.485 0.725-3.559 1.72-3.636 0.994-0.076 2.066 0.842 2.259 3.328 0.193 2.487-0.724 3.554-1.719 3.635-0.994 0.081-2.066-0.839-2.26-3.327" fill="url(#7)"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/greaseMonkey48.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,59 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="48" height="48" version="1.1" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <defs> + <linearGradient id="6" x1="53.32" x2="61.34" y1="43.621" y2="63.1" gradientTransform="translate(0,-52)" gradientUnits="userSpaceOnUse" xlink:href="#4"/> + <linearGradient id="5" x1="40.979" x2="36.682" y1="52.17" y2="49" gradientUnits="userSpaceOnUse"> + <stop stop-color="#e6ffe6" offset="0"/> + <stop stop-color="#d0e6d0" offset=".343"/> + <stop stop-color="#d0e6d0" offset=".694"/> + <stop stop-color="#e6ffe6" offset="1"/> + </linearGradient> + <linearGradient id="4" x1="34.425" x2="42.44" y1="45.09" y2="64.57" gradientUnits="userSpaceOnUse"> + <stop stop-color="#346732" offset="0"/> + <stop stop-color="#021301" offset="1"/> + </linearGradient> + <linearGradient id="7" x1="59.877" x2="55.58" y1="50.704" y2="47.536" gradientTransform="translate(0,-52)" gradientUnits="userSpaceOnUse" xlink:href="#5"/> + <radialGradient id="2" cx="52.3" cy="69.33" r="69.44" fx="52.29" fy="69.34" gradientUnits="userSpaceOnUse"> + <stop stop-color="#efddb5" offset="0"/> + <stop stop-color="#efd092" offset=".407"/> + <stop stop-color="#cca76e" offset=".678"/> + <stop stop-color="#8d4600" offset="1"/> + </radialGradient> + <radialGradient id="1" cx="17.393" cy="51.796" r="12.71" fx="15.645" fy="58.2" gradientUnits="userSpaceOnUse" xlink:href="#0"/> + <radialGradient id="3" cx="50.45" cy="50.737" r="35.867" fx="50.44" fy="50.745" gradientTransform="translate(0,-52)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#570503" offset=".631"/> + <stop stop-color="#710603" offset=".796"/> + <stop stop-color="#680603" offset=".889"/> + <stop stop-color="#570503" offset="1"/> + </radialGradient> + <radialGradient id="0" cx="84.12" cy="46.615" r="12.71" fx="86.83" fy="52.673" gradientUnits="userSpaceOnUse"> + <stop stop-color="#957c53" offset="0"/> + <stop stop-color="#d3af75" offset=".762"/> + <stop stop-color="#c8a66f" offset="1"/> + </radialGradient> + <radialGradient id="radialGradient888" cx="84.12" cy="46.615" r="12.71" fx="86.83" fy="52.673" gradientUnits="userSpaceOnUse" xlink:href="#0"/> + <linearGradient id="linearGradient890" x1="34.425" x2="42.44" y1="45.09" y2="64.57" gradientTransform="translate(0,-52)" gradientUnits="userSpaceOnUse" xlink:href="#4"/> + <linearGradient id="linearGradient892" x1="40.979" x2="36.682" y1="52.17" y2="49" gradientTransform="translate(0,-52)" gradientUnits="userSpaceOnUse" xlink:href="#5"/> + </defs> + <g transform="matrix(.45591 0 0 .45999 1.2061 24.92)" fill-rule="evenodd"> + <g transform="translate(0,-52)"> + <path d="m81.36 31.525c6.531-8.512 15.93-1.201 17.17 5.45 2.992 16-2.674 22.442-9.592 25.98-3.176 1.625-7.01-6.986-8.08-11.378-1.42-5.855-3.277-15.14 0.496-20.05" fill="#874300"/> + <path d="m85.69 35.2c3.825-2.297 6.425 2.427 7.427 5.426 1.304 3.901 0.397 8.84-0.146 11.02-0.763 3.06-3.049 6.806-4.356 6.327-2.221-0.814-3.794-4.688-4.165-7.575-0.649-5.05-0.463-14.172 1.24-15.195" fill="url(#radialGradient888)"/> + </g> + <g transform="translate(0,-52)"> + <path d="m17.637 36.473c-8.124-7.374-16.72 1.334-16.959 8.102-0.573 16.275 6.326 21.742 14.065 24.141 3.553 1.102 6.17-8.01 6.581-12.516 0.548-6.009 1.006-15.469-3.687-19.728z" fill="#874300"/> + <path d="m14.07 40.757c-4.134-1.68-5.973 3.39-6.5 6.507-0.687 4.055 0.971 8.794 1.844 10.862 1.226 2.906 4.063 6.254 5.28 5.579 2.07-1.148 3.03-5.217 2.946-8.127-0.138-5.087-1.73-14.07-3.57-14.821" fill="url(#1)"/> + </g> + <g transform="translate(0,-52)"> + <path d="m54.676 99.64c9.827-0.763 17.826-2.384 25.552-5.986 7.725-3.602 14.15-11.11 15.441-20.21 1.294-9.107-2.308-16.833-6.517-19.506-0.773-9.947-0.936-14-4.606-20.656-4.333-7.855-11.414-18.13-36.28-16.195h-0.01c-24.863 1.928-30.27 13.174-33.34 21.602-2.599 7.14-2.134 11.172-1.362 21.12-3.746 3.291-6.112 11.48-3.428 20.278s10.187 15.22 18.376 17.586 16.342 2.734 26.17 1.97h5e-3" fill="#874300"/> + <path d="m74.952 0c-11.627 4.906-24.934 13.944-33.19 23.592 10.863-1.845 16.677-4.297 26.469-7.06z" fill="#613000"/> + <path d="m14.92 38.687c3.202-10.257 8.85-27.712 60.03-38.687-13.539 6.05-23.94 13.867-33.19 23.592 10.863-1.845 19.583-5.524 26.469-7.06 6.885-1.534 15.76-3.224 15.76-3.224-1.835 2.144-3.593 5.282-6.268 9.493 2.144 1.835 5.514 6.576 6.818 10.48l-69.62 5.406" fill="#874300"/> + <path d="m49.962 38.968c3.43-12.31 19.465-21.35 28.766-3.234 2.843 5.533 2.898 11.552 3.457 18.744 4.328 4.219 6.755 6.507 6.285 16.522-0.377 8.03-7.281 13.746-12.69 16.996-5.736 3.447-14.159 5.102-21.573 5.678-7.413 0.575-15.991 0.24-22.19-2.28-5.846-2.376-13.549-6.953-15.16-14.833-2-9.824 0.035-12.459 3.66-17.295-0.558-7.191-1.432-13.147 0.522-19.05 6.393-19.335 23.631-12.878 28.92-1.245" fill="url(#2)"/> + </g> + <path d="m52.42 24.1c-3.982 0.31-7.99 0.687-11.975 0.43-3.1-0.2-6.307-0.528-9.145-1.791-1.52-0.677-2.606-2.923-3.293-3.747-0.6-1.071-1.845-1.55-2.067-0.84-0.595 1.904-0.462 4.2 0.464 5.968 0.982 1.874 2.888 3.272 4.823 4.128 2.695 1.192 5.712 1.583 8.648 1.83 4.32 0.363 8.685 0.326 13.01-0.01 4.323-0.335 8.64-0.972 12.854-1.998 2.862-0.697 5.783-1.55 8.261-3.143 1.78-1.145 3.448-2.82 4.129-4.824 0.641-1.89 0.419-4.178-0.463-5.968-0.33-0.667-1.485-1e-3 -1.913 1.15-0.552 0.92-1.278 3.307-2.675 4.21-2.608 1.686-5.727 2.505-8.759 3.181-3.898 0.87-7.915 1.115-11.897 1.425" fill="url(#3)"/> + <path d="m35.2 3.12c-0.538-6.966 2.122-10.17 5.693-10.45 3.57-0.274 6.7 2.48 7.237 9.444 0.538 6.963-2.122 10.17-5.693 10.45-3.57 0.274-6.7-2.483-7.237-9.444" fill="url(#linearGradient890)"/> + <path d="m37 0.48c-0.193-2.484 0.724-3.558 1.719-3.635s2.067 0.842 2.26 3.327c0.193 2.488-0.725 3.555-1.72 3.636-0.994 0.08-2.065-0.84-2.259-3.328" fill="url(#linearGradient892)"/> + <path d="m54.1 1.655c-0.537-6.965 2.122-10.17 5.693-10.45 3.57-0.274 6.7 2.48 7.237 9.445 0.538 6.962-2.122 10.17-5.692 10.45-3.571 0.274-6.7-2.484-7.238-9.445" fill="url(#6)"/> + <path d="m55.898-0.99c-0.193-2.485 0.725-3.559 1.72-3.636 0.994-0.076 2.066 0.842 2.259 3.328 0.193 2.487-0.724 3.554-1.719 3.635-0.994 0.081-2.066-0.839-2.26-3.327" fill="url(#7)"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/greaseMonkeyScript.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="32" height="32" enable-background="new 0 0 1000 1000" version="1.1" viewBox="0 0 32 32" xml:space="preserve" xmlns="http://www.w3.org/2000/svg"> +<g transform="matrix(.030612 0 0 .030607 .69388 .69628)" fill="#232629"><g transform="matrix(.1 0 0 -.1 0 512)" fill="#232629"><path d="m2677.4 5008.9c-567.2-84.3-1052-504-1247.5-1078.9-107.3-310.4-103.5-218.5-103.5-3359.2v-2901.2h-484.8c-463.7 0-488.7-1.9-569.1-42.2-105.4-53.6-172.5-170.5-172.5-302.7 0-381.3 128.4-835.5 331.5-1178.5 107.3-185.9 373.7-473.3 536.6-582.6 253-170.5 571.1-287.4 894.9-327.7 132.2-15.3 829.7-19.2 2539.1-15.3 2205.6 5.7 2364.7 9.6 2472 42.2 546.1 164.8 935.1 561.5 1115.3 1136.3l53.6 168.6 9.6 3008.6 9.6 3008.5 827.8 9.6c797.2 9.6 829.7 11.5 879.6 49.8 118.8 88.2 132.2 126.5 130.3 358.3-7.7 536.6-185.9 1078.9-475.3 1444.9-151.4 189.7-314.3 323.8-519.3 425.4-316.2 157.1-32.6 143.7-3257.7 147.6-1580.9 1.9-2918.5-3.8-2970.2-11.5zm6045.8-741.6c323.8-161 551.9-515.5 561.5-870 3.8-105.4-1.9-120.7-49.8-162.9l-53.7-46h-1128.7v293.2c0 463.7 40.2 619 189.7 743.5 155.3 132.3 281.7 143.8 481 42.2zm-5104.9-2345.5c151.4-72.8 214.6-264.4 138-410.1-17.2-30.7-264.4-289.4-551.9-573l-521.2-515.5 538.5-538.5c584.5-584.5 599.8-605.5 557.6-756.9-38.3-147.6-151.4-235.7-297-235.7-46 0-103.5 11.5-130.3 26.8-74.7 40.2-1347.1 1301.1-1381.6 1370.1-38.3 74.7-40.2 178.2-3.8 260.6 36.4 84.3 1305 1345.2 1391.2 1381.6 91.8 40.4 164.7 38.5 260.5-9.4zm2418.3 7.7c32.6-19.2 358.3-331.5 722.4-695.6 555.7-555.7 665-672.6 682.2-737.8 44.1-159 34.5-170.5-678.3-887.2-360.3-362.2-680.3-672.6-712.9-687.9-126.5-69-310.4-24.9-398.6 93.9-53.7 72.8-65.2 222.3-23 310.4 21.1 42.2 243.4 276 557.6 582.6l525.1 513.6-528.9 525c-289.4 289.4-540.4 550-555.7 578.7-34.5 65.2-34.5 193.5 0 260.6 80.5 155.2 266.4 220.3 410.1 143.7zm-415.8-4928.7c49.8-49.8 55.6-70.9 55.6-170.5 0-189.7 93.9-350.7 346.8-601.7 136.1-134.1 208.9-218.4 208.9-245.3 0-23-24.9-67.1-55.6-97.7l-55.6-55.6h-2188.4c-2441.3 0-2351.3-3.8-2634.9 134.1-331.5 161-555.7 490.6-576.8 843.2-9.6 149.5 1.9 182 78.6 226.1 28.7 15.3 661.1 21.1 2401.1 23h2364.7z" fill="#232629"/></g></g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/greaseMonkeyTrash.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m7.1429 1v2.5h1.2857v-1.25h5.1429v1.25h1.2857v-2.5zm-5.1429 3.75v1.25h18v-1.25zm2.5714 2.5v13.75h12.857v-13.75h-1.2857v12.5h-10.286v-12.5z" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/greyscale.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#232629; + }</style> + </defs> + <g transform="matrix(1.625 0 0 1.6667 -2.5 -12.333)" fill="currentColor"> + <path class="ColorScheme-Text" d="m8 8c-0.166 0.569-0.389 1.125-0.631 1.67-1.232 2.7-3.162 4.548-3.348 6.252-5e-3 0.025-0.017 0.053-0.021 0.078l0.016 6e-3c-4e-3 0.059-0.016 0.117-0.016 0.176 0 2.109 1.791 3.818 4 3.818s4-1.71 4-3.818c0-0.058-0.012-0.117-0.016-0.176l0.016-6e-3c-4e-3 -0.025-0.016-0.053-0.021-0.078-0.186-1.704-2.115-3.552-3.348-6.252-0.242-0.545-0.465-1.101-0.631-1.67m0 1.465c0.58 1.366 1.338 2.51 1.996 3.506 0.446 0.694 0.95 1.454 1.287 2.299 0.09 0.295 0.144 0.601 0.145 0.912 0 1.807-1.534 3.273-3.428 3.273s-3.428-1.466-3.428-3.273c0-0.311 0.054-0.617 0.145-0.912 0.337-0.844 0.842-1.605 1.287-2.299 0.658-0.996 1.416-2.14 1.996-3.506" color="#232629"/> + <path class="ColorScheme-Text" d="m8 9.47c-0.58 1.366-1.338 2.51-1.996 3.506-0.446 0.694-0.95 1.454-1.287 2.299-0.09 0.295-0.144 0.601-0.145 0.912 0 1.081 0.556 2.033 1.402 2.629 0.28955 0.06377 0.58565 0.09654 0.88281 0.0977 2.2084 0 3.999-1.7084 4-3.8164-0.0016-0.28942-0.03761-0.57773-0.10742-0.85938 0.0345 0.04669 0.06771 0.09423 0.0996 0.14258-0.272-0.496-0.572-0.966-0.854-1.404-0.658-0.996-1.416-2.14-1.996-3.506" color="#232629" fill-opacity=".5"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/grid.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m1 1v1.25h1.25v-1.25zm6.25 0v1.25h1.25v-1.25zm6.25 0v1.25h1.25v-1.25zm6.25 0v1.25h1.25v-1.25zm-18.75 3.75v1.25h1.25v-1.25zm6.25 0v1.25h1.25v-1.25zm6.25 0v1.25h1.25v-1.25zm6.25 0v1.25h1.25v-1.25zm-18.75 3.75v1.25h1.25v-1.25zm6.25 0v1.25h1.25v-1.25zm6.25 0v1.25h1.25v-1.25zm6.25 0v1.25h1.25v-1.25zm-18.75 3.75v1.25h1.25v-1.25zm6.25 0v1.25h1.25v-1.25zm6.25 0v1.25h1.25v-1.25zm6.25 0v1.25h1.25v-1.25zm-18.75 3.75v1.25h1.25v-1.25zm6.25 0v1.25h1.25v-1.25zm6.25 0v1.25h1.25v-1.25zm6.25 0v1.25h1.25v-1.25zm-18.75 3.75v1.25h1.25v-1.25zm6.25 0v1.25h1.25v-1.25zm6.25 0v1.25h1.25v-1.25zm6.25 0v1.25h1.25v-1.25z" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/group.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <g fill="#232629"> + <path d="m15.375 7.4281h-8.75v7.1429h8.75v-7.1429m0.625-1.4281v10h-10v-10h10"/> + <text transform="scale(.97356 1.0272)" x="0.58056539" y="13.812991" font-family="sans-serif" font-size="11.165px" letter-spacing="0px" stroke-width=".27912" word-spacing="0px" style="line-height:1.25" xml:space="preserve"><tspan x="0.58056539" y="13.812991" fill="#232629" stroke-width=".27912">(</tspan></text> + <text transform="scale(-.97356 1.0272)" x="-22.016829" y="13.812991" font-family="sans-serif" font-size="11.165px" letter-spacing="0px" stroke-width=".27912" word-spacing="0px" style="line-height:1.25" xml:space="preserve"><tspan x="-22.016829" y="13.812991" fill="#232629" stroke-width=".27912">(</tspan></text> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/help.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m11 1c-2.3476 0-4.4962 0.8063-6.1987 2.1509-0.00639 0.00504-0.013162 0.00959-0.019531 0.014649-0.066309 0.05263-0.13284 0.10442-0.19775 0.15869l-1.0742-1.0742h-2.5098v2.5098l1.3037 1.3037c-0.82525 1.4557-1.3037 3.1371-1.3037 4.9365 0 1.7995 0.47846 3.4808 1.3037 4.9365l-1.3037 1.3037v2.5098h2.5098l1.0742-1.0742c0.064916 0.05426 0.13145 0.10606 0.19775 0.15869 0.00637 5e-3 0.013147 0.0096 0.019531 0.01465 1.7026 1.3446 3.8511 2.1509 6.1987 2.1509 2.4481 0 4.6814-0.8741 6.416-2.3242l1.0742 1.0742h2.5098v-2.5098l-1.3037-1.3037c0.82525-1.4557 1.3037-3.1371 1.3037-4.9365 0-1.7995-0.47846-3.4808-1.3037-4.9365l1.3037-1.3037v-2.5098h-2.5098l-1.0742 1.0742c-0.064911-0.054269-0.13144-0.10606-0.19775-0.15869-0.0064-0.00505-0.01314-0.00961-0.01954-0.014649-1.7025-1.3446-3.8511-2.1509-6.1987-2.1509zm0 1.25c1.5506 0 3.0023 0.40171 4.2627 1.1035l-2.8662 2.8662c-0.44556-0.12938-0.9081-0.21973-1.3965-0.21973s-0.95093 0.090344-1.3965 0.21973l-2.8662-2.8662c1.2604-0.70181 2.7121-1.1035 4.2627-1.1035zm-8.374 0.88379 1.0547 1.0547c-0.17844 0.19174-0.3521 0.38785-0.51514 0.59326-0.00505 0.00638-0.00961 0.013147-0.014649 0.019531-0.05046 0.063894-0.097569 0.13016-0.14648 0.19531l-1.1206-1.1206zm16.748 0 0.74219 0.74219-1.1206 1.1206c-0.21137-0.28153-0.43689-0.55089-0.67627-0.80811zm-16.021 3.6035 2.8662 2.8662c-0.12938 0.44555-0.21973 0.90809-0.21973 1.3965s0.090344 0.95093 0.21973 1.3965l-2.8662 2.8662c-0.70181-1.2604-1.1035-2.7121-1.1035-4.2627 0-1.5506 0.40171-3.0023 1.1035-4.2627zm15.293 0c0.70181 1.2604 1.1035 2.7121 1.1035 4.2627 0 1.5506-0.40171 3.0023-1.1035 4.2627l-2.8662-2.8662c0.12938-0.44556 0.21973-0.9081 0.21973-1.3965s-0.090344-0.95093-0.21973-1.3965zm-7.6465 0.5127c0.11396 0 0.22072 0.024325 0.33203 0.034175 0.49343 0.043687 0.95542 0.17805 1.3745 0.39307 0.69627 0.35723 1.259 0.91994 1.6162 1.6162 0.21502 0.41909 0.34938 0.88108 0.39307 1.3745 0.0099 0.11132 0.03418 0.21808 0.03418 0.33204 0 0.11396-0.02432 0.22072-0.03417 0.33203-0.04369 0.49343-0.17805 0.95542-0.39307 1.3745-0.35723 0.69627-0.91995 1.259-1.6162 1.6162-0.41909 0.21502-0.88108 0.34938-1.3745 0.39307-0.11132 0.009856-0.21808 0.03418-0.33204 0.03418s-0.22072-0.02432-0.33203-0.03418c-0.49343-0.043689-0.95542-0.17805-1.3745-0.39307-0.69627-0.35723-1.259-0.91994-1.6162-1.6162-0.21502-0.41909-0.34938-0.88108-0.39307-1.3745-0.0098562-0.11131-0.03418-0.21807-0.03418-0.33203 0-0.11396 0.024324-0.22072 0.03418-0.33203 0.043689-0.49343 0.17805-0.95542 0.39307-1.3745 0.35723-0.69627 0.91994-1.259 1.6162-1.6162 0.41909-0.21502 0.88108-0.34938 1.3745-0.39307 0.11131-0.0098563 0.21807-0.03418 0.33203-0.03418zm-1.3965 8.5303c0.44555 0.12938 0.9081 0.21973 1.3965 0.21973s0.95093-0.09034 1.3965-0.21973l2.8662 2.8662c-1.2604 0.70181-2.7121 1.1035-4.2627 1.1035-1.5506 0-3.0023-0.40171-4.2627-1.1035l1.3965-1.3965zm-6.5991 1.2231c0.21137 0.28153 0.43689 0.55089 0.67627 0.80811l-1.0547 1.0547-0.74219-0.74219zm15.991 0 1.1206 1.1206-0.74219 0.74219-1.0547-1.0547c0.23938-0.25722 0.4649-0.52657 0.67627-0.80811z" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/helpAbout.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m11 1c-5.54 0-10 4.46-10 10s4.46 10 10 10 10-4.46 10-10-4.46-10-10-10zm0 1.25c4.8475 0 8.75 3.9025 8.75 8.75s-3.9025 8.75-8.75 8.75-8.75-3.9025-8.75-8.75 3.9025-8.75 8.75-8.75zm-1.25 2.5v2.5h2.5v-2.5zm0 3.75v8.75h2.5v-8.75z" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/helpAboutQt.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" fill="#000000" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <path d="m4.232 3.5c-0.19871 0-0.44158 0.1034-0.57914 0.24471-0.79823 0.80307-1.5982 1.6044-2.4015 2.4041-0.13927 0.13787-0.25136 0.38603-0.25136 0.59972v0.00172c0.0034 3.7035 0.0034 11.224 0.0034 11.307v0.44117h0.43478c0.081522 0 10.946-0.0018 16.323 0.0018 0.21739 0 0.46366-0.11374 0.60462-0.25505l0.0018-0.0018c0.78969-0.7979 1.5828-1.5924 2.3794-2.3834 0.1494-0.14993 0.253-0.40671 0.253-0.61696-0.003398-3.6931 0-11.302 0-11.302v-0.44117zm0.02038 0.88235h15.878c0 0.55319-0.0033 7.3018 0 10.855-0.79484 0.78929-1.588 1.5837-2.376 2.3799-5.2361-0.0034-15.258-0.0034-15.881-0.0018 0-0.61695 0-7.2794-0.0034-10.847 0.79654-0.79266 1.5914-1.5871 2.3828-2.3867zm4.1797 1.7647c-0.13757 0-0.27344 0.00343-0.41101 0.00861-0.33288 0.013793-0.66067 0.070664-0.98166 0.16545-0.7269 0.21886-1.2721 0.65659-1.5897 1.3545-0.11039 0.24299-0.2038 0.49632-0.27853 0.7531-0.2055 0.70312-0.24796 1.4269-0.25645 2.1524-0.0051 0.48943 0.023778 0.97713 0.09341 1.4614 0.067934 0.45324 0.17323 0.89614 0.35156 1.3218 0.32269 0.76516 0.88995 1.246 1.6882 1.4562 0.69463 0.1844 1.3961 0.20852 2.1196 0.10686 0.36345 0.59455 0.7303 1.1977 1.1022 1.8078 0.43988-0.20681 0.85768-0.40154 1.2874-0.60318-0.35496-0.57215-0.69633-1.1253-1.0343-1.6716 0.14776-0.13442 0.29382-0.25333 0.42289-0.38775 0.33458-0.35673 0.53668-0.78584 0.66916-1.2529 0.18852-0.66693 0.23607-1.3528 0.25306-2.0404 0.01189-0.53251-0.02208-1.0633-0.09341-1.5906-0.06794-0.49115-0.18512-0.97024-0.38553-1.4269-0.34137-0.7755-0.92222-1.2615-1.7391-1.4752-0.40251-0.1034-0.80842-0.13787-1.2177-0.13959zm5.1766 0.88235v1.7647h-0.86957v1.3235h0.86957v3.0882c0 0.3395 0.06962 0.71174 0.2038 1.0288 0.11209 0.26712 0.30061 0.45496 0.56386 0.57042 0.20041 0.08618 0.40931 0.13097 0.625 0.15165 0.4127 0.03791 0.89164-0.02929 1.2976-0.10168 0.11549-0.02068 0.22928-0.04481 0.35326-0.06892-0.01188-0.36018-0.03058-0.84271-0.05943-1.1891-0.04587-0.0034-0.06962-0.01038-0.09511-0.0086-0.27174 0.01038-0.61481 0.05343-0.88655 0.05859-0.11719 0.0018-0.23607-0.01038-0.35156-0.03447-0.14606-0.03102-0.24287-0.12925-0.28363-0.27746-0.01529-0.06204-0.03228-0.12236-0.03568-0.1844-0.01868-0.23265-0.02548-0.59283-0.02718-0.8272-0.0051-0.83409 0-2.2059 0-2.2059h1.7391v-1.3235h-1.7391v-1.7647zm-5.2191 0.44979c0.25815 0 0.51461 0.031019 0.77106 0.094783 0.44327 0.11029 0.77446 0.35156 0.97826 0.72897 0.17833 0.32399 0.27683 0.67038 0.32269 1.0271 0.05435 0.43083 0.07982 0.86511 0.1036 1.134-0.02208 0.74621-0.03906 1.3252-0.20211 1.8922-0.03397 0.12064-0.07643 0.23954-0.12398 0.35501-0.18342 0.45496-0.54518 0.73242-1.0581 0.85305-0.518 0.12064-1.0428 0.12235-1.5642 0.0034-0.54687-0.12406-0.91542-0.42565-1.109-0.90646-0.15625-0.38947-0.23947-0.79101-0.26155-1.2012-0.025474-0.46013-0.035665-0.92198-0.022079-1.3821 0.011888-0.49804 0.084919-0.99092 0.26325-1.4648 0.037365-0.098225 0.08322-0.19474 0.13077-0.2878 0.2038-0.3912 0.54348-0.63591 0.99864-0.75138 0.25645-0.063763 0.51461-0.094784 0.77276-0.094784z" fill="#232629" stroke-width=".43797"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/hexEditor.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <g transform="translate(0 -291.18)"> + <image y="291.18" width="5.8208" height="5.8208" preserveAspectRatio="none" xlink:href="data:image/png;base64,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 "/> + <path transform="matrix(0 .28236 -.28349 0 87.106 293.37)" d="m9.0186 296.75h-5.4694l-2.7347-4.7367 2.7347-4.7367h5.4694l2.7347 4.7367z" fill="#35a6af" stroke="#35a6af" stroke-width=".26458"/> + <path class="ColorScheme-Text" d="m4.6995 294.32-1.111 1.111v0.47645h0.47646l1.111-1.111zm-0.27104 0.46173 0.28577 0.28577-0.41987 0.42013v-0.0894l-0.1341 3e-3h-0.13694v-0.21444l0.19069-0.19042zm-0.53924 0.53899v0.21445h0.2682l0.00284 0.0863-0.14289 0.14315h-0.19068l-0.095343-0.0953v-0.19069z" fill="currentColor"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/hidePassword.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m18.507 2.5-16.011 16.249 0.74021 0.75122 16.011-16.249zm-7.6352 3.1875a10.469 10.625 0 0 0-9.1217 5.4391c0.18767 0.31992 0.45425 0.58385 0.77497 0.76575a9.4223 9.5625 0 0 1 8.3467-5.1423 4.1877 4.25 0 0 0-4.1877 4.25 4.1877 4.25 0 0 0 0.37419 1.7452l0.80973-0.82178a3.1408 3.1875 0 0 1-0.137-0.92346 3.1408 3.1875 0 0 1 3.1408-3.1875 3.1408 3.1875 0 0 1 0.90992 0.13904l0.80768-0.8197a4.1877 4.25 0 0 0-1.3577-0.36316 9.4223 9.5625 0 0 1 1.5213 0.19714l0.88334-0.89648a10.469 10.625 0 0 0-2.7645-0.38184zm5.6579 1.6954-0.7627 0.77405a9.4223 9.5625 0 0 1 3.4536 3.7333c0.32259-0.1836 0.59162-0.44887 0.77906-0.77197a10.469 10.625 0 0 0-3.47-3.7354zm-5.6579 1.4921a2.0938 2.125 0 0 0-2.0938 2.125zm3.8135 0.37976-0.80973 0.82178a3.1408 3.1875 0 0 1 0.137 0.92346 3.1408 3.1875 0 0 1-3.1408 3.1875 3.1408 3.1875 0 0 1-0.90992-0.13904l-0.80973 0.82178a4.1877 4.25 0 0 0 1.7196 0.37976 4.1877 4.25 0 0 0 4.1877-4.25 4.1877 4.25 0 0 0-0.37419-1.7452zm-1.7196 1.7452-2.0938 2.125a2.0938 2.125 0 0 0 2.0938-2.125zm-12.563 2.125c-0.69795 6.375-0.34897 3.1875 0 0z" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/history.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m11 1c-5.54 0-10 4.46-10 10 0 5.54 4.46 10 10 10 5.54 0 10-4.46 10-10 0-5.54-4.46-10-10-10m0 1.25c4.8475 0 8.75 3.9025 8.75 8.75 0 4.8475-3.9025 8.75-8.75 8.75-4.8475 0-8.75-3.9025-8.75-8.75 0-4.8475 3.9025-8.75 8.75-8.75m-1.25 1.25v8.75h7.5v-1.25h-6.25v-7.5h-1.25" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/historyClear.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#232629; + }</style> + </defs> + <path class="ColorScheme-Text" d="m19.871 1-4.2313 7.1636-3.1305-1.7675-1.3235 2.1161 7.3213 4.1361 1.3235-2.1186-3.0773-1.7386 4.2465-7.1901zm-13.688 3.9942a1.2957 1.2312 0 0 0-1.2957 1.2312 1.2957 1.2312 0 0 0 1.2957 1.2312 1.2957 1.2312 0 0 0 1.2957-1.2312 1.2957 1.2312 0 0 0-1.2957-1.2312zm-4.535 1.2312a0.64786 0.61561 0 0 0-0.64786 0.61561 0.64786 0.61561 0 0 0 0.64786 0.61561 0.64786 0.61561 0 0 0 0.64786-0.61561 0.64786 0.61561 0 0 0-0.64786-0.61561zm1.9436 2.4624a1.2957 1.2312 0 0 0-1.2957 1.2312 1.2957 1.2312 0 0 0 1.2957 1.2312 1.2957 1.2312 0 0 0 1.2957-1.2312 1.2957 1.2312 0 0 0-1.2957-1.2312zm6.4786 1.2312c-1.4492 1.9259-4.1003 3.4608-9.07 3.6936v1.2312c2.7388 4.1513 6.4786 6.1561 11.661 6.1561h1.2957c1.699-1.9542 3.0547-3.7335 3.8871-6.1561v-1.2312l-6.4786-3.6936zm0.68582 1.3563 5.608 3.1983c-0.74222 1.9042-1.9073 3.575-3.3481 5.2567-4.2414 0.038476-8.0602-1.7584-10.297-5.0956 4.0403-0.38244 6.5039-1.5818 8.0375-3.3594z" color="#232629" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/home.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m11 1-10 10 0.88379 0.88379 0.36621-0.36621v9.4824h17.5v-9.4824l0.36621 0.36621 0.88379-0.88379-3.75-3.75v-3.75h-3.75l-2.5-2.5m0 1.7676 7.5 7.5v9.4824h-5v-6.25h-5v6.25h-5v-9.4824l7.5-7.5" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/html.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="48" height="48" version="1.1" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <g transform="matrix(2.75 0 0 2.75 -1166 -1452.2)" fill="#232629"> + <rect class="ColorScheme-Text" x="383.46" y="518.13" width="0" height="11" color="#eff0f1"/> + <path class="ColorScheme-Text" d="m432.72 528.79c-0.31896 0-0.62792 0.026-0.93788 0.063-0.30396 0.036-0.61392 0.087-0.90589 0.1559-0.094 0.022-0.18497 0.067-0.28096 0.094-0.084 0.023-0.16698 0.037-0.24997 0.063-0.10499 0.033-0.21397 0.059-0.31296 0.094-0.10699 0.038-0.20697 0.083-0.31296 0.1249-0.20597 0.083-0.39695 0.182-0.59393 0.2809-0.071 0.036-0.14898 0.056-0.21897 0.094-0.22997 0.1209-0.44094 0.2629-0.65592 0.4058-0.082 0.055-0.16997 0.098-0.24996 0.1559-0.033 0.024-0.061 0.038-0.094 0.063-0.094 0.071-0.19098 0.1418-0.28097 0.2188-0.10698 0.089-0.20997 0.1869-0.31296 0.2809-0.032 0.03-0.062 0.064-0.094 0.094l-0.031 0.031c-0.016 0.016-0.015 0.047-0.031 0.063-0.20997 0.2039-0.43894 0.3988-0.62492 0.6247-5e-3 0.01 5e-3 0.025 0 0.031-0.18098 0.2199-0.34296 0.4478-0.49994 0.6877-0.021 0.032-0.042 0.061-0.063 0.094-0.015 0.024-0.047 0.037-0.063 0.063-0.06 0.098-0.10099 0.209-0.15598 0.3129-0.018 0.033-0.045 0.061-0.063 0.094-0.075 0.1459-0.14998 0.2898-0.21897 0.4378-4e-3 0.01 4e-3 0.023 0 0.031-0.11699 0.2528-0.22198 0.5136-0.31296 0.7805-0.019 0.053-0.045 0.103-0.063 0.156-3e-3 0.01 3e-3 0.022 0 0.031-0.02 0.062-0.044 0.125-0.063 0.188-0.073 0.2568-0.13998 0.5137-0.18798 0.7806-0.034 0.1919-0.074 0.3968-0.094 0.5938-0.027 0.2648-0.031 0.5417-0.031 0.8125 0 0.4038 0.036 0.7996 0.094 1.1875 6e-3 0.041-7e-3 0.085 0 0.1249 0.044 0.2659 0.11798 0.5248 0.18798 0.7807 0.026 0.096 0.064 0.1859 0.094 0.2809 0.04 0.1289 0.079 0.2489 0.12499 0.3748 0.077 0.2119 0.15598 0.4218 0.24997 0.6246 0.05 0.106 0.10198 0.2099 0.15598 0.3129 0.15198 0.2919 0.31496 0.5747 0.49993 0.8436 0.016 0.024 0.046 0.039 0.063 0.063 0.19797 0.2809 0.39395 0.5597 0.62492 0.8126 0.04 0.044 0.084 0.082 0.12498 0.125 0.04 0.042 0.084 0.084 0.12499 0.1249 0.21397 0.2139 0.45094 0.4048 0.68791 0.5938 0.30596 0.2438 0.62892 0.4587 0.96888 0.6556 0.012 0.01 0.019 0.024 0.031 0.031 0.053 0.03 0.10299 0.065 0.15598 0.094 0.31596 0.156 0.69192 0.3249 0.93788 0.4378 0.10999 0.042 0.23098 0.057 0.34396 0.094 0.053 0.018 0.10299 0.046 0.15598 0.063 0.13598 0.041 0.26797 0.09 0.40595 0.1249 0.042 0.011 0.083 0.021 0.12499 0.031 0.29196 0.069 0.60192 0.1209 0.90588 0.1559 0.30896 0.036 0.61792 0.063 0.93788 0.063 0.33996 0 0.67092-0.021 0.99988-0.063 0.36495-0.048 0.68091-0.1239 0.99987-0.1879 1.6978-0.4358 3.1616-1.4213 4.2185-2.7487 0.028-0.035 0.067-0.058 0.094-0.094 9e-3 -0.012 0.022-0.02 0.031-0.031 0.014-0.018 0.018-0.044 0.031-0.063 0.62292-0.8246 1.0769-1.7801 1.3438-2.8117 0.056-0.2169 0.11799-0.4318 0.15598-0.6557 5e-3 -0.03-5e-3 -0.063 0-0.094 6e-3 -0.04 0.025-0.079 0.031-0.125 6e-3 -0.043 0.026-0.082 0.031-0.1249h-0.031c0.044-0.3289 0.094-0.6587 0.094-0.9996 0-0.5517-0.05-1.1034-0.15598-1.6242-9e-3 -0.043-0.022-0.082-0.031-0.1249-0.046-0.2079-0.12398-0.4229-0.18798-0.6248-3e-3 -0.01 3e-3 -0.022 0-0.031-0.012-0.038-0.018-0.056-0.031-0.094-0.039-0.119-0.081-0.2579-0.12498-0.3748-0.012-0.032-0.018-0.064-0.031-0.094-0.043-0.109-0.10799-0.2059-0.15598-0.3128-2e-3 0 2e-3 -0.026 0-0.031-0.025-0.054-0.068-0.1029-0.094-0.1559-0.098-0.2029-0.19797-0.3998-0.31296-0.5937-0.058-0.098-0.094-0.2169-0.15598-0.3129-0.024-0.036-0.069-0.058-0.094-0.094-0.067-0.099-0.14698-0.185-0.21897-0.2809-0.08-0.1-0.13999-0.2159-0.21898-0.3129-5e-3 -0.01 5e-3 -0.025 0-0.031-0.17197-0.2089-0.36995-0.4028-0.56292-0.5937-0.093-0.092-0.18398-0.1939-0.28097-0.2809-0.028-0.025-0.065-0.038-0.094-0.063-0.20897-0.1819-0.42994-0.3398-0.65592-0.4996-0.055-0.038-0.10098-0.088-0.15598-0.125-0.07-0.046-0.14798-0.081-0.21897-0.1249-0.13498-0.084-0.26597-0.174-0.40595-0.2499-0.12298-0.067-0.24797-0.127-0.37495-0.1879-0.21397-0.102-0.43195-0.198-0.65592-0.2809-0.26596-0.099-0.53393-0.1799-0.8129-0.2499-0.24496-0.062-0.49693-0.118-0.7499-0.1559-0.39695-0.061-0.8049-0.094-1.2188-0.094m0 0.9996c0.29896 0 0.58493 0.027 0.87489 0.063 0.17998 0.023 0.35496 0.058 0.53093 0.094h0.031c0.16598 0.035 0.33796 0.079 0.49994 0.1249 0.096 0.027 0.18698 0.063 0.28097 0.094 0.17197 0.057 0.33395 0.1169 0.49993 0.1879 0.19398 0.08 0.37896 0.1528 0.56293 0.2498-0.031 0.01-0.063 0.021-0.094 0.031-0.047 0.017-0.11298 0.096-0.12498 0.1249-0.02 0.048 5e-3 0.115 0 0.188 0.038 0.017 0.06 0.089 0.12498 0.1249 0.025 0.014 0.041-0.01 0.063 0 0.038 0.021 0.07 0.087 0.063 0.1249-0.011 0.055-0.088 0.022-0.12498 0.063 6e-3 0.078-0.043 0.105-0.063 0.1559 0.012 0.033 0.057 0.024 0.063 0.063-7e-3 0.043-0.079 0.049-0.063 0.094 0.072 0.056 0.15098-0.022 0.21897-0.031 0.14898-0.019 0.28297 0.041 0.37495-0.031-0.012-0.071 0.10099-0.092 0.094-0.1559-6e-3 -0.048-0.09-0.061-0.12498-0.094-0.019-0.018-0.04-0.059-0.063-0.094-0.026-0.04-0.064-0.087-0.094-0.125-0.039-0.052-0.12498-0.1169-0.12498-0.1559 1e-3 -0.045 0.052-0.063 0.063-0.125-0.012-0.057-0.11699 0-0.12499-0.063 2e-3 -0.019 0.021-0.051 0.031-0.063 0.14998 0.082 0.29796 0.1789 0.43795 0.2809 0.032 0.021 0.062 0.041 0.094 0.063 0.10798 0.081 0.20697 0.17 0.31296 0.2499-0.067 0.012-0.10099 0.09-0.15598 0.156-0.038 0.046-0.099 0.1009-0.15598 0.1249-0.028 0.012-0.068-0.016-0.094 0-0.037 0.025-0.051 0.096-0.094 0.125-0.031 0.021-0.12399 0.094-0.15598 0.094-0.038 1e-3 -0.098-0.04-0.12499-0.031-0.04 0.013-0.017 0.077-0.063 0.094-0.088 0.031-0.24997-0.069-0.28096 0.063 0.038 0.076 0.15298 0.051 0.21897 0.094 0.042 0.026 0.11399 0.143 0.12498 0.1879 0.01 0.038 0.015 0.179 0 0.2189-0.041 0.106-0.15898 0.097-0.28096 0.094-0.034-1e-3 -0.063 0-0.094 0-0.20697-0.014-0.40695-0.085-0.49994 0.063 7e-3 0.1129 0.025 0.1829 0 0.2808-0.018 0.072-0.097 0.125-0.094 0.188 2e-3 0.032 0.055 0.082 0.063 0.1249 5e-3 0.023-0.011 0.073 0 0.094 0.034 0.066 0.12699-0.01 0.18798 0 0.059 0.01 0.12598 0.1209 0.12498 0.1879-1e-3 0.046-0.033 0.1119-0.063 0.1559-0.058 0.089-0.16698 0.077-0.24997 0.1249-0.07 0.039-0.084 0.1189-0.12498 0.1879-0.044 0.074-0.081 0.1109-0.063 0.2189-0.06 0.1179-0.12598 0.1939-0.24997 0.2499-0.037 0.017-0.092 0.039-0.12498 0.063-0.027 0.019-0.056 0.051-0.094 0.094-0.047 0.052-0.1 0.085-0.12499 0.125-0.019 0.031-0.01 0.084-0.031 0.1249-0.029 0.056-0.088 0.1-0.12498 0.1559-0.017 0.026-0.043 0.059-0.063 0.094-0.042 0.077-0.10099 0.1509-0.094 0.2189 7e-3 0.066 0.089 0.068 0.094 0.1249 4e-3 0.032-0.033 0.059-0.031 0.094 1e-3 0.051 0.027 0.086 0.031 0.1249 0.01 0.099-0.044 0.12-0.063 0.188-9e-3 0.032 8e-3 0.068 0 0.094-0.016 0.05-0.093 0.098-0.094 0.156-1e-3 0.042 0.059 0.097 0.063 0.1559 2e-3 0.04-0.038 0.057-0.031 0.094 0.014 0.073 0.16198 0.162 0.21897 0.2189 0.075 0.075 0.15498 0.139 0.18798 0.219 0.027 0.067 0.041 0.1678 0.094 0.2188 0.039 0.037 0.10598 0.054 0.15598 0.094 0.047 0.036 0.10698 0.055 0.15598 0.094 0.081 0.064 0.18297 0.1969 0.31296 0.1879 0.068-0.01 0.14198-0.05 0.21897-0.063 0.079-0.014 0.16998-0.039 0.24997-0.031 0.061 0.01 0.12398 0.066 0.18797 0.063 0.067 0 0.14299-0.061 0.21898-0.094 0.13198-0.057 0.33896-0.1529 0.53093-0.1249 0.14598 0.021 0.14898 0.2169 0.24997 0.2809 0.11798 0.01 0.21897-0.054 0.31296-0.031 0.07 0.017 0.14898 0.1319 0.15598 0.1879 7e-3 0.058-0.054 0.121-0.063 0.1559-0.018 0.078-0.017 0.169-0.031 0.2189-0.011 0.038-0.032 0.086-0.031 0.125 0 0.035 0.058 0.1419 0.094 0.1879 0.044 0.056 0.10299 0.096 0.15598 0.1559 0.087 0.109 0.15498 0.2359 0.21897 0.3749 0.017 0.037-0.016 0.077 0 0.1249-0.029 0.2239-0.10298 0.3769-0.24997 0.6247-0.069 0.08-0.15798 0.15-0.15598 0.2499-5e-3 0.2399 0.13599 0.3928 0.12499 0.6247-0.024 0.3118 0.024 0.3328 0 0.4997 0.10499 0.053 0.031 0.2329 0 0.3439-0.045 0.1319-0.1 0.1619-0.12499 0.2499 0.071 0.031 0.17098 0.019 0.24997 0 0 0 0.096 0.4008 0.094 0.4058-0.8069 0.7967-1.8188 1.3874-2.9376 1.7182-0.54993 0.1329-0.71291 0.1329-0.96888 0.1879-0.33395 0.055-0.68291 0.094-1.0309 0.094-0.24296 0-0.48293-0.01-0.71891-0.031-0.18197-0.018-0.35395-0.062-0.53093-0.094-0.053-0.01-0.10398-0.02-0.15598-0.031-0.16298-0.055-0.35095-0.088-0.49994-0.1249-0.16997-0.048-0.33495-0.096-0.49993-0.156 0.014-0.013 0.027-0.011 0.031-0.031 9e-3 -0.04 2e-3 -0.062 0-0.1249 0.015-0.065 0.08-0.058 0.094-0.1249-0.028-0.048-0.083-0.038-0.12498-0.063-0.041-0.024-0.068-0.074-0.063-0.125 0.07-0.029 0.19997 0.066 0.24996-0.031 0.025-0.046-0.034-0.1409 0-0.1879 0.023-0.031 0.16898-0.055 0.21898-0.063 0.071-0.012 0.14798-0.01 0.18797-0.031 0.044-0.029 0.10099-0.105 0.094-0.188-4e-3 -0.039-0.033-0.059-0.063-0.094-0.025-0.029-0.013-0.066-0.031-0.094-0.031-0.047-0.08-0.058-0.094-0.1249 0.096-0.019 0.23597 0.1019 0.37496 0.063 0.066-0.019 0.15698-0.188 0.18797-0.2499 0.01-0.019-0.01-0.04 0-0.063 0.012-0.026 0.059-0.049 0.063-0.063 0.01-0.036-8e-3 -0.071 0-0.094 0.024-0.068 0.085-0.075 0.12498-0.125 0.03-0.038 0.065-0.087 0.094-0.1249 0.031-0.041 0.042-0.089 0.063-0.125 0.02-0.1219-0.06-0.2059-0.031-0.3128 0.032-0.12 0.19598-0.165 0.31296-0.2189 0.04-0.019 0.092-0.05 0.12499-0.063 0.08-0.028 0.17598-0.036 0.24997-0.063 0.12498-0.046 0.15698-0.1669 0.21897-0.2809 0.029-0.054 0.057-0.1179 0.063-0.1559 5e-3 -0.035-7e-3 -0.053 0-0.094 6e-3 -0.04 0.02-0.081 0.031-0.1248 0.014-0.058 0.031-0.1539 0.031-0.2189 0-0.053-0.029-0.078-0.031-0.1249-9e-3 -0.173 0.061-0.218 0.12498-0.3129 0.032-0.047 0.04-0.091 0.063-0.125 0.10799-0.1609 0.29497-0.2259 0.28097-0.4688-5e-3 -0.08-0.035-0.2558-0.094-0.2808-0.034-0.015-0.10699-0.011-0.15598-0.031-0.15798-0.059-0.27397-0.2689-0.43795-0.2809-0.035 0-0.055 0.031-0.094 0.031-0.065 0-0.14698-0.053-0.21897-0.063-0.046-0.01-0.12898 0.013-0.15598 0-0.042-0.02-0.029-0.1019-0.063-0.1249-0.027-0.018-0.084-0.015-0.12498-0.031-0.066-0.025-0.11199-0.056-0.18798-0.063-0.023-1e-3 -0.067 0-0.094 0-0.042-0.01-0.086-0.04-0.12498-0.063-0.048-0.029-0.074-0.052-0.094-0.094 0.044-0.1439-0.096-0.1669-0.12498-0.2499-0.014-0.039 0.013-0.09 0-0.1249-0.017-0.05-0.071-0.084-0.12499-0.125-0.097-0.074-0.17398-0.1389-0.31296-0.1559-0.061-0.01-0.14498 0-0.21897 0-0.078-0.01-0.16098-0.058-0.21897-0.125-0.056-0.065-0.076-0.1249-0.12499-0.1559-0.047-0.03-0.12398-0.031-0.15598-0.063-0.014-0.014-0.017-0.031-0.031-0.063-0.023-0.048-0.061-0.098-0.031-0.156-0.053-0.027-0.035 0.072-0.094 0.063-0.052-0.074-0.10099-0.115-0.21897-0.094-0.054 0.01-0.093 0.06-0.15598 0.063-0.052 0-0.088-0.053-0.15598-0.063-0.052-0.01-0.11999 0.036-0.15598 0.031-0.057-0.011-0.073-0.059-0.12499-0.094-0.038-0.025-0.10398-0.095-0.12498-0.094-0.067 0-0.12598 0.1429-0.21897 0.094-0.045-0.057 0.085-0.071 0.031-0.125-0.04-0.041-0.061 0.01-0.094 0.031-0.037 0.025-0.084 0.047-0.12499 0.063-0.092 0.034-0.14698 0.025-0.21897 0.063-0.066 0.034-0.087 0.088-0.12499 0.156-0.031 0.056-0.079 0.1529-0.12498 0.1559-0.056 0-0.10599-0.072-0.15598-0.094-0.15298-0.066-0.24797 0.03-0.37495 0.031-0.11799 0-0.28697-0.1709-0.28097-0.2808 4e-3 -0.067 0.054-0.166 0.063-0.2499 6e-3 -0.066 0.062-0.127 0.063-0.1879 1e-3 -0.081-0.13499-0.147-0.18798-0.156-0.12498-0.023-0.29496 0.061-0.43794 0-0.027-0.045 0.047-0.081 0.063-0.1249 9e-3 -0.025-9e-3 -0.034 0-0.063 0.016-0.042 0.074-0.08 0.094-0.1249 0.015-0.034 0.016-0.082 0.031-0.125 0.017-0.049 0.059-0.091 0.063-0.1249 5e-3 -0.045-0.027-0.095-0.063-0.125-0.11098 0.01-0.18697 0-0.24997 0.031-0.14398 0.066-0.10598 0.2659-0.24997 0.3129-0.05 0.016-0.13298 0.021-0.18797 0.031-0.047 0.01-0.10699 0.032-0.15598 0.031-0.058-1e-3 -0.15298-0.057-0.18798-0.094-9e-3 -0.01-0.024-0.036-0.031-0.063 2e-3 -0.01-2e-3 -0.021 0-0.031 0.046-0.2229 0.093-0.4438 0.15598-0.6557 3e-3 -0.01-3e-3 -0.022 0-0.031 0.042-0.1389 0.10298-0.2699 0.15598-0.4058 0.013-0.01 0.019-0.023 0.031-0.031 0.077-0.053 0.15598-0.1189 0.24997-0.1249 0.057 0 0.16398 0.02 0.21897 0.031 0.05 0.01 0.082 0.059 0.12499 0.063 0.12298 0.01 0.14898-0.1029 0.24997-0.1559 0.10398 0.015 0.15598-0.01 0.24996 0 0.064 0.01 0.13799 0.09 0.18798 0.094 0.042 0 0.053-0.069 0.094-0.063 0.04 0.01 0.11898 0.1079 0.12498 0.1559 7e-3 0.06-0.048 0.122-0.031 0.1879 0.063 0.064 0.19097 0.056 0.28096 0.094 0.059-0.048 9e-3 -0.118 0-0.1879-2e-3 -0.031 4e-3 -0.066 0-0.094-6e-3 -0.048-0.031-0.084-0.031-0.1249-1e-3 -0.1899 0.15398-0.2999 0.28096-0.3749 0.055-0.033 0.10799-0.069 0.15598-0.094 0.067-0.034 0.1-0.063 0.15598-0.094 0.10099-0.057 0.20198-0.092 0.28097-0.1559 0.037-0.086-4e-3 -0.1959 0-0.2809 0.037-0.022 0.055 0 0.094 0 0.061-0.013 0.09-0.091 0.12499-0.1249 0.02-0.02 0.069-0.043 0.094-0.063 0.061-0.048 0.072-0.104 0.12498-0.125 0.019-0.01 0.064-0.017 0.094-0.031 0.04-0.011 0.092-0.04 0.15598-0.063 0.042-0.014 0.13998-0.015 0.15598-0.031 0.02-0.02-6e-3 -0.095 0-0.1249 0.032-0.151 0.27196-0.168 0.40595-0.2189 0.094-0.036 0.17798-0.114 0.28096-0.094-0.02 0.072-0.10998 0.038-0.094 0.1249 0.023 0.121 0.17598-0.013 0.21898-0.031 0.081-0.034 0.23697-0.055 0.34395-0.094 0.094-0.034 0.24497-0.08 0.15598-0.1879-0.074 0-0.092 0.066-0.15598 0.094-0.044 0.01-0.056-0.027-0.094-0.031-0.036 0-0.057 0.038-0.094 0.031-0.037-0.01-0.088-0.082-0.094-0.1249-0.015-0.111 0.10999-0.136 0.15598-0.2189-0.03-0.101-0.16598-0.024-0.24997-0.063 9e-3 -0.06 0.055-0.1139 0.12499-0.1249 0.057-0.01 0.18497 0.01 0.21897 0.031 0.02 0.017 0 0.066 0.031 0.094 0.034 0.031 0.081 0.01 0.12499 0 0.016-0.076-0.10599-0.043-0.094-0.094 0.09-0.059 0.26497-0.016 0.37495-0.031 0.063-0.01 0.13099-0.062 0.18798-0.094 0.054-0.03 0.099-0.081 0.15598-0.031 0.016 0.054-0.032 0.066-0.063 0.094-0.10199 0.091-0.20198 0.2069-0.28097 0.3128 0.049 0.048 0.13599 0.022 0.21898 0.031 0.032 0 0.06 0.025 0.094 0.031 0.04 0.01 0.094-0.012 0.12499 0 0.056 0.014 0.07 0.094 0.12498 0.094 0.091 0 0.083-0.125 0.031-0.1879 0.016-0.063 0.053-0.08 0.031-0.125-0.041-0.082-0.21097 0.014-0.21897-0.094-5e-3 -0.067 0.07-0.075 0.094-0.125-0.011-0.1289 0.10598-0.1349 0.094-0.2499-6e-3 -0.048-0.06-0.049-0.094-0.094-0.017-0.023-0.01-0.076-0.031-0.094-0.07-0.059-0.20997-0.044-0.21897-0.1559-4e-3 -0.066 0.01-0.115 0-0.1879-9e-3 -0.067-0.066-0.2679-0.12498-0.2809-0.075-0.016-0.12899 0.1139-0.21898 0.1559-0.049 0.023-0.13898 0.04-0.18797 0.031-0.032-0.01-0.089-0.032-0.094-0.094-6e-3 -0.07 0.05-0.082 0.063-0.1558-0.011-0.044-0.051-0.029-0.094-0.063-0.049-0.037-0.091-0.1159-0.15598-0.1249-0.033 0-0.093 0.029-0.12498 0.031-0.06 0-0.10599-0.015-0.15598-0.031 0.021-0.01 0.041-0.024 0.063-0.031 0.12198-0.042 0.24997-0.059 0.37495-0.094 0.022-0.01 0.041-0.025 0.063-0.031 0.031 0.033 0.056 0.1029 0.094 0.1249 0.025 0.014 0.063-0.01 0.094 0 0.098 0.03 0.17398 0.085 0.28097 0.063 0.037-0.065-0.074-0.074-0.031-0.125 0.072 0.01 0.13198 0.04 0.18798 0.063 0.077-0.056 0.12798-0.066 0.12498-0.1559-1e-3 -0.046-0.062-0.063-0.094-0.094 0.063-0.011 0.12399-0.022 0.18798-0.031 5e-3 0.017 0.021 0.03 0.031 0.031 0.038 0.01 0.16498-0.051 0.18797-0.063 4e-3 0-6e-3 -0.027 0-0.031 0.25297-0.027 0.52094-0.031 0.7809-0.031m-2.4997 0.4688c-0.023 0.043-0.047 0.079-0.094 0.094 0.012 0.065-0.084 0.1049-0.094 0.1558-6e-3 0.035-2e-3 0.094 0 0.125 0.02 0.3189-0.25096 0.4768-0.56293 0.4688-0.061 0.058-0.029 0.1699-0.063 0.2499-0.028 0.067-0.11998 0.1309-0.18797 0.1249-0.05 0-0.12499-0.079-0.12499-0.1249 0-0.057 0.081-0.091 0.031-0.156 7e-3 -0.044 0.10598-0.086 0.094-0.1559-0.012-0.074-0.096-0.019-0.18798-0.031-0.052-0.01-0.13298-0.037-0.18798-0.063 0.10099-0.067 0.20498-0.126 0.31296-0.188 0.094-0.056 0.18498-0.1049 0.28097-0.1559 0.25197-0.1269 0.52193-0.2438 0.7809-0.3437m5.3743 0.7495c-0.027 0-0.04 0.018-0.063 0.031-0.051 0.031-0.054 0.079-0.094 0.094-0.054 0.021-0.11698 0.01-0.12498 0.063-6e-3 0.041 0.033 0.055 0.031 0.094-0.02 0.049-0.053 0.066-0.063 0.1249 0.068 0.11 0.22897-0.01 0.31296-0.031 0.038-0.011 0.073 0 0.094-0.031 0.023-0.035 0.013-0.105 0.031-0.156 0.019-0.056 0.069-0.043 0.063-0.094-6e-3 -0.05-0.10599-0.102-0.18797-0.094m-7.3121 0.7807c0.061 0.016 0.19597 0.1929 0.063 0.2499-0.013 0.01-0.18698 0.036-0.21897 0.031-0.046-0.01-0.078-0.086-0.12499-0.094-0.092-0.016-0.21797 0.101-0.28096 0 0.016-0.059 0.086-0.043 0.15598-0.063 0.12498-0.034 0.29796-0.1529 0.40595-0.1249m0.24996 0.3128c0.031 0 0.056 0.059 0.094 0.063 0.036 0 0.072-0.036 0.094-0.031 0.056 0.015 0.084 0.115 0.031 0.156-0.044 0-0.061-0.037-0.094-0.031-0.091 0.016-0.11999 0.1929-0.18798 0.1879-0.064-0.01-0.096-0.1409-0.031-0.1879 2e-3 -0.04-0.033-0.054-0.031-0.094 0.02-0.025 0.072-0.066 0.12498-0.063m-0.31296 0.031c0.019 1e-3 0.024 0 0.031 0-9e-3 0.071-0.039 0.091-0.094 0.125-0.095 0.057-0.15698 0.1279-0.18797 0.2499-9e-3 0.036-0.11099 0.1339-0.15598 0.1249-0.10599-0.022 0.038-0.2199 0.063-0.2499 0.027-0.033 0.062-0.056 0.094-0.094 0.03-0.037 0.033-0.105 0.063-0.125 0.032-0.022 0.13198-0.033 0.18797-0.031m9.4988 0.031c0.048 0.013 0.058 0.069 0.094 0.094 0.027 0.018 0.064 0.012 0.094 0.031 0.035 0.022 0.054 0.06 0.094 0.094 0.056 0.047 0.13998 0.088 0.21897 0.125 0.016 0.01 0.044 0.023 0.063 0.031 0.055 0.071 0.10399 0.1449 0.15598 0.2189 6e-3 0.04 0.012 0.099 0.031 0.1249 0.052 0.071 0.13098 0.1319 0.18798 0.2189-1e-3 0.083 0.036 0.133 0.094 0.1559 0.073 0.124 0.14898 0.2479 0.21897 0.3748 0.029 0.058 0.035 0.1289 0.063 0.1879-0.021 0-0.043 0.01-0.063 0-0.066-0.116-0.40895-0.1389-0.43795 0.031-0.013 0.075 0.049 0.1749-0.063 0.1879-0.071 0.01-0.15298-0.073-0.24997-0.094-0.04-0.01-0.094 0.014-0.12498 0-0.073-0.025-0.062-0.1119-0.12498-0.1559-0.036-0.025-0.12999-0.056-0.18798-0.063h-0.094c-0.045-0.01-0.11798-0.01-0.15598-0.031-0.036-0.022-0.11599-0.062-0.12498-0.094-0.014-0.049 0.09-0.1139 0.094-0.1558 2e-3 -0.031-0.023-0.045-0.031-0.094-5e-3 -0.029 6e-3 -0.074 0-0.094-0.01-0.034-0.071-0.062-0.12499-0.063-0.048 0-0.084 0.03-0.12498 0.031-0.059 1e-3 -0.17698-0.037-0.24997-0.031-0.044 0-0.084 0.028-0.12499 0.031-0.11598 0.01-0.19097-0.01-0.28096 0-0.066 0-0.18898 0.034-0.24997 0.063-0.031 0.014-0.054 0.043-0.094 0.063-0.018 0.01-0.039 0.021-0.063 0.031-0.038 0.017-0.089 0.053-0.12498 0.063-0.052 0.013-0.12399 0-0.21898 0-0.068 0-0.18697-0.014-0.18797-0.094-1e-3 -0.1229 0.22697-0.072 0.34396-0.094 0.044-0.01 0.073-0.063 0.12498-0.094 0.025-0.015 0.039-0.015 0.063-0.031 0.04-0.028 0.11898-0.093 0.12498-0.1249 6e-3 -0.03-0.035-0.072-0.031-0.094 5e-3 -0.028 0.057-0.058 0.094-0.094 0.056-0.055 0.087-0.1199 0.15598-0.1559 0.047-0.025 0.13499-0.024 0.15599-0.063 5e-3 -0.043-1e-3 -0.055 0-0.094 0.029-0.027 0.038-0.058 0.063-0.063 0.072-0.016 0.13498 0.035 0.21897 0.031 0.036 0 0.086-0.01 0.12498-0.031 0.033-0.022 0.062-0.045 0.094-0.063 0.035-0.018 0.051-0.059 0.094-0.063 0.10499-0.01 0.17098 0.1239 0.21897 0.1879 0.04 0.053 0.15299 0.1189 0.21898 0.1559 0.037 0.021 0.084 0.045 0.12498 0.063 0.087 0.039 0.24697 0.1649 0.24997 0.2499 2e-3 0.042-0.038 0.054-0.031 0.094 0.066 0.011 0.12298-0.059 0.12498-0.1249 1e-3 -0.041-0.039-0.05-0.031-0.094 0.031-0.066 0.14798-0.01 0.18798-0.031-7e-3 -0.075-0.12398-0.086-0.18798-0.1249-0.034-0.021-0.058-0.048-0.094-0.063-0.052-0.021-0.11598-0.032-0.15598-0.063-0.038-0.029-0.057-0.08-0.094-0.1249-0.054-0.064-0.15798-0.073-0.12498-0.2189 0.016-0.022 0.037-0.069 0.063-0.063m-8.8119 0.2189h0.094c0.034 1e-3 0.08-0.018 0.094 0-0.022 0.088-0.21197 0.063-0.28096 0.031 4e-3 -0.033 0.05-0.027 0.094-0.031m-0.31296 0.156c0.023 0 0.039-0.01 0.063 0-0.062 0.052-0.14398 0.092-0.24997 0.1249-0.051 0.016-0.11598 0.025-0.12498-0.031-0.011-0.069 0.047-0.056 0.094-0.063 0.058-0.01 0.14999-0.029 0.21898-0.031m8.6869 0c-0.043 0.014-0.066 0.1129 0 0.1249 0.031-0.018 0.039-0.068 0.031-0.1249-0.017-0.018-0.017 0-0.031 0m-0.031 0.1879c-0.021 0.01-0.04 0.01-0.063 0.031 1e-3 0.075 0.015 0.1229 0 0.1879 0.043 0.082 0.13398 0.026 0.15598-0.031 0.026-0.1389-0.03-0.2049-0.094-0.1879m0.43795 0.3748c0.049 0.08 0.14098 0.137 0.24997 0.1559 0.04-0.03 0.044-0.1049 0.063-0.1559-0.047 1e-3 -0.097 0-0.15598 0-0.059 0-0.12198-0.028-0.15598 0m-11.687 2.6867c0.16398-0.01 0.21197 0.2159 0.34395 0.2809 0.033 0.017 0.082 0.022 0.12499 0.031 0.035 0.01 0.061 0.02 0.094 0.031 0.071 0.024 0.16198 0.01 0.21897 0.031 0.085 0.038 0.14598 0.2069 0.21897 0.2499 4e-3 0.043-0.013 0.093 0 0.1249 0.035 0.047 0.099 0.064 0.15598 0.094 0.068 0.037 0.092 0.1269 0.15598 0.1559 0.022 0.01 0.059-0.01 0.094 0 0.088 0.027 0.11199 0.1468 0.18798 0.1248 0.05-0.014 0.055-0.078 0.063-0.1248 0.033-0.036 0.074-0.093 0.12498-0.094 0.083 0 0.095 0.075 0.12499 0.1559 0.017 0.046 0.051 0.1079 0.063 0.1559 0.021 0.083 0.017 0.3249 0 0.3748-0.021 0.061-0.10599 0.089-0.15598 0.156-0.024 0.031-0.044 0.071-0.063 0.094-0.032 0.04-0.069 0.057-0.094 0.094-0.014 0.021-0.018 0.066-0.031 0.094-0.04 0.085-0.096 0.148-0.063 0.2499 0.014 0.042 0.062 0.076 0.063 0.125 0 0.058-0.11498 0.093-0.12498 0.1559-7e-3 0.047 0.048 0.126 0.063 0.1879 0.011 0.047 0.097 0.094 0.12498 0.125 0.047 0.053 0.082 0.1209 0.12499 0.1879 0.085 0.1299 0.13598 0.2799 0.21897 0.4058 0.043 0.066 0.12698 0.119 0.15598 0.1879 0.015 0.035-0.014 0.094 0 0.125 0.048 0.1079 0.26597 0.2279 0.37495 0.2809 0.051 0.025 0.10999 0 0.15598 0.031 0.071 0.039 0.21398 0.1569 0.24997 0.2189 0.032 0.056 0.047 0.1929 0.063 0.2808 0.021 0.117-5e-3 0.2169 0 0.3439 4e-3 0.069 0.03 0.1189 0.031 0.1879 0 0.024 1e-3 0.07 0 0.094-2e-3 0.083 7e-3 0.1659 0 0.2498-4e-3 0.046-3e-3 0.087 0 0.125 4e-3 0.041 0.028 0.057 0.031 0.094 2e-3 0.039-0.035 0.095-0.031 0.125 9e-3 0.084 0.077 0.1419 0.094 0.2189 0.013 0.061 0.039 0.2079 0.031 0.2809-5e-3 0.039-0.025 0.083-0.031 0.1249-4e-3 0.033 5e-3 0.062 0 0.094-6e-3 0.047-0.034 0.081-0.031 0.1249 6e-3 0.09 0.08 0.16 0.094 0.2499 5e-3 0.03-1e-3 0.065 0 0.094 1e-3 0.027 0.023 0.038 0.031 0.063-0.26297-0.1499-0.50894-0.3178-0.74991-0.4997-0.22897-0.173-0.45094-0.3639-0.65592-0.5628l-0.031-0.031c-0.20698-0.2039-0.41395-0.4278-0.59393-0.6557-0.10398-0.1319-0.21797-0.2669-0.31296-0.4058-0.056-0.083-0.10399-0.1639-0.15598-0.2499-0.032-0.051-0.063-0.104-0.094-0.1559-0.089-0.153-0.17297-0.3078-0.24997-0.4687-0.049-0.101-0.081-0.2079-0.12498-0.3129-0.10499-0.2479-0.20497-0.4888-0.28096-0.7497-0.054-0.1849-0.086-0.3708-0.12499-0.5627-0.03-0.146-0.073-0.2889-0.094-0.4378-0.011-0.081-0.023-0.168-0.031-0.2499-0.024-0.2349-0.031-0.4768-0.031-0.7186 0-0.3019 0.026-0.5837 0.063-0.8746 1e-3 -0.01-1e-3 -0.021 0-0.031 0.063 0 0.14899-0.092 0.21898-0.094m2.6877 0.7497c0.064-0.029 0.084 0.117 0.031 0.125-0.05 0.01-0.08-0.102-0.031-0.125" color="#eff0f1"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/iconEditor.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,47 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <g transform="translate(0 -291.18)"> + <image y="291.18" width="5.8208" height="5.8208" preserveAspectRatio="none" xlink:href="data:image/png;base64,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 "/> + <g transform="matrix(.22049 0 0 .22049 -90.512 176.4)" color="#000000"> + <path d="m425.71 535.79h2v2h-2z" fill="#f47750"/> + <path d="m423.71 539.79h2v2h-2z" fill="#2ecc71"/> + <path d="m431.71 535.79h2v2h-2z" fill="#fdbc4b"/> + <path d="m423.71 535.79h2v2h-2z" fill="#1d99f3"/> + <path d="m429.71 535.79h2v2h-2z" fill="#da4453"/> + <path d="m427.71 535.79h2v2h-2z" fill="#2ecc71"/> + <path d="m427.71 537.79h2v2h-2z" fill="#fdbc4b"/> + <path d="m425.71 537.79h2v2h-2z" fill="#1d99f3"/> + <path d="m423.71 537.79h2v2h-2z" fill="#da4453"/> + <path d="m431.71 537.79h2v2h-2z" fill="#2ecc71"/> + <path d="m429.71 537.79h2v2h-2z" fill="#f47750"/> + <path d="m431.71 539.79h2v2h-2z" fill="#fdbc4b"/> + <path d="m429.71 539.79h2v2h-2z" fill="#1d99f3"/> + <path d="m427.71 539.79h2v2h-2z" fill="#da4453"/> + <path d="m425.71 539.79h2v2h-2z" fill="#f47750"/> + <path d="m429.71 541.79h2v2h-2z" fill="#fdbc4b"/> + <path d="m427.71 541.79h2v2h-2z" fill="#1d99f3"/> + <path d="m425.71 541.79h2v2h-2z" fill="#da4453"/> + <path d="m431.71 541.79h2v2h-2z" fill="#2ecc71"/> + <path d="m425.71 543.79h2v2h-2z" fill="#fdbc4b"/> + <path d="m423.71 543.79h2v2h-2z" fill="#1d99f3"/> + <path d="m433.71 537.79h2v2h-2z" fill="#da4453"/> + <path d="m433.71 539.79h2v2h-2z" fill="#1d99f3"/> + <path d="m423.71 541.79h2v2h-2z" fill="#f47750"/> + <path d="m433.71 535.79h2v2h-2z" fill="#2ecc71"/> + <path d="m423.71 533.79h2v2h-2z" fill="#fdbc4b"/> + <path d="m427.71 533.79h2v2h-2z" fill="#1d99f3"/> + <path d="m425.71 533.79h2v2h-2z" fill="#da4453"/> + <path d="m431.71 533.79h2v2h-2z" fill="#2ecc71"/> + <path d="m433.71 533.79h2v2h-2z" fill="#f47750"/> + <path d="m429.71 533.79h2v2h-2z" fill="#fdbc4b"/> + <path d="m433.71 541.79h2v2h-2z" fill="#da4453"/> + <path d="m431.71 543.79h2v2h-2z" fill="#fdbc4b"/> + <path d="m429.71 543.79h2v2h-2z" fill="#da4453"/> + <g fill="#2ecc71"> + <path d="m427.71 543.79h2v2h-2z"/> + <path d="m433.71 543.79h2v2h-2z"/> + </g> + </g> + <path class="ColorScheme-Text" d="m4.5605 294.51-0.74591 0.7459-0.4797 0.47972v0.52559h0.52559l1.2256-1.2256zm-0.29899 0.50934 0.31524 0.31524-0.46317 0.46345v-0.0986l-0.14793 3e-3h-0.15106v-0.23646l0.21035-0.20991zm-0.59485 0.59458v0.23656h0.29586l0.00313 0.0952-0.15762 0.15791h-0.21034l-0.10517-0.10513v-0.21035z" fill="currentColor"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/icons.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m1 1v8.75h8.75v-8.75zm11.25 0v8.75h8.75v-8.75zm-10 1.25h6.25v6.25h-6.25zm-1.25 10v8.75h8.75v-8.75zm11.25 0v8.75h8.75v-8.75zm1.25 1.25h6.25v6.25h-6.25z" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/importShortcuts.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + <g class="ColorScheme-Text" transform="matrix(.98767 0 0 1 .024667 2)" color="#eff0f1" fill="#232629"> + <path d="m13 3v2c0 0.554-0.446 1-1 1-1.108 0-2 0.892-2 2h-8v11h18v-11h-9c0-0.554 0.446-1 1-1 1.108 0 2-0.892 2-2v-2zm-10 6h16v1h-16zm0 2h16v7h-16z"/> + <path d="m4 12v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h2v-1zm-12 2v1h2v-1zm3 0v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h3v-1zm-11 2v1h2v-1zm3 0v1h8v-1zm9 0v1h2v-1z"/> + </g> + <path class="ColorScheme-Text" d="m1 1v8h8v-6.6667h-3.3281l-1.3333-1.3333-0.0052 0.005207v-0.005207h-2.6667zm0.66667 0.66667h2.3945l0.66797 0.66667h-0.39583v0.00521l-0.0052-0.00521-1.3333 1.3333h-1.3281zm0 2.6667h6.6667v4h-6.6667z" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/importedModule.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m11 1c-5.54 0-10 4.46-10 10s4.46 10 10 10 10-4.46 10-10-4.46-10-10-10zm0 1.25c4.8475 0 8.75 3.9025 8.75 8.75s-3.9025 8.75-8.75 8.75-8.75-3.9025-8.75-8.75 3.9025-8.75 8.75-8.75zm-1.25 2.5v2.5h2.5v-2.5zm0 3.75v8.75h2.5v-8.75z" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/importedName.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <g fill="#232629"> + <path d="m9.75 8.5v8.75h2.5v-8.75zm0-3.75v2.5h2.5v-2.5zm1.25-2.5c0.41864 0.0015 0.83695 0.034215 1.25 0.095215v1.2622a7.5 7.5 0 0 1 3.0884 1.2866l0.08056-0.080566 0.81299-0.81299 0.0025-0.00244c0.67168 0.50084 1.2674 1.0948 1.77 1.7651l-0.0049 0.00489-0.81299 0.81299-0.07813 0.078125a7.5 7.5 0 0 1 1.2793 3.0908h1.2695c0.06037 0.41382 0.09215 0.83069 0.09277 1.25-0.0015 0.41864-0.03421 0.83694-0.09521 1.25h-1.2622a7.5 7.5 0 0 1-1.2866 3.0884l0.89605 0.89605c-0.50084 0.67168-1.0948 1.2674-1.7651 1.77l-0.89602-0.89602a7.5 7.5 0 0 1-3.0908 1.2793v1.2695c-0.41382 0.060357-0.83069 0.092131-1.25 0.092756-0.41931-6.25e-4 -0.83618-0.0324-1.25-0.092775v-1.2695a7.5 7.5 0 0 1-3.0908-1.2793l-0.078125 0.07813-0.81299 0.81299-0.00489 0.0049c-0.67037-0.5026-1.2643-1.0984-1.7651-1.77l0.00244-0.0025 0.81299-0.81299 0.080566-0.08056a7.5 7.5 0 0 1-1.2866-3.0883h-1.2622c-0.061-0.41306-0.093715-0.83136-0.095215-1.25 6.25e-4 -0.41931 0.032399-0.83618 0.092774-1.25h1.2695a7.5 7.5 0 0 1 1.2793-3.0908l-0.89111-0.89111-0.00489-0.0048875c0.50259-0.67037 1.0984-1.2643 1.77-1.7651l0.89599 0.89599a7.5 7.5 0 0 1 3.0884-1.2866v-1.2622c0.41305-0.061 0.83136-0.093715 1.25-0.095215zm0-1.25c-0.84401 5e-3 -1.684 0.11624-2.5 0.33203v1.3062a8.75 8.75 0 0 0-1.6455 0.68115l-0.92529-0.92529c-1.4587 0.86006-2.6751 2.0765-3.5352 3.5352l0.92529 0.92529a8.75 8.75 0 0 0-0.6836 1.6455h-1.311c-0.21328 0.8163-0.32237 1.6563-0.32471 2.5 5e-3 0.84401 0.11626 1.684 0.33203 2.5h1.3062a8.75 8.75 0 0 0 0.68115 1.6455l-0.92529 0.92529c0.86006 1.4587 2.0765 2.6751 3.5352 3.5352l0.92529-0.92529a8.75 8.75 0 0 0 1.6455 0.68359v1.311c0.8163 0.21328 1.6563 0.32237 2.5 0.32471 0.8437-0.0024 1.6837-0.11144 2.5-0.32471v-1.311a8.75 8.75 0 0 0 1.6455-0.68359l0.92529 0.92529c1.4587-0.86006 2.6751-2.0765 3.5352-3.5352l-0.92529-0.92529a8.75 8.75 0 0 0 0.68115-1.6455h1.3062c0.21579-0.81599 0.32703-1.656 0.33203-2.5-0.002375-0.84369-0.11144-1.6837-0.32471-2.5h-1.311a8.75 8.75 0 0 0-0.6836-1.6455l0.92529-0.92529c-0.86006-1.4587-2.0765-2.6751-3.5352-3.5352l-0.91553 0.91553-0.0098 0.00976a8.75 8.75 0 0 0-1.6455-0.68115v-1.3062c-0.81599-0.21579-1.656-0.32703-2.5-0.33203z" color="#eff0f1" fill="#232629"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/imports.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <g> + <path d="m11 1c-5.54 0-10 4.46-10 10s4.46 10 10 10 10-4.46 10-10-4.46-10-10-10z" color="#eff0f1" fill="#232629"/> + <path d="m11 2.25c4.8475 0 8.75 3.9025 8.75 8.75s-3.9025 8.75-8.75 8.75-8.75-3.9025-8.75-8.75 3.9025-8.75 8.75-8.75z" color="#eff0f1" fill="#232629"/> + <path d="m9.75 4.75v2.5h2.5v-2.5z" color="#eff0f1" fill="#eff0f1"/> + <path d="m9.75 8.5v8.75h2.5v-8.75z" color="#eff0f1" fill="#eff0f1"/> + <path d="m9.9855 19.7c-1.0165-0.12302-1.7475-0.33636-2.714-0.79214-2.788-1.3148-4.6293-3.8942-4.9726-6.9661-0.49907-4.4661 2.5202-8.6093 6.9371-9.5194 0.89581-0.18458 2.5391-0.19141 3.4449-0.014312 3.3088 0.64694 5.9098 3.0917 6.8067 6.3979 0.29865 1.1009 0.30128 3.3218 0.0052 4.3936-0.87439 3.1654-3.3702 5.5992-6.4751 6.3141-0.95834 0.22065-2.146 0.29367-3.0322 0.18642zm2.2143-6.7986v-4.3814h-2.4237v8.7627h2.4237zm0-6.8983v-1.2119h-2.4237v2.4237h2.4237z" fill="#c83737" stroke="#232629" stroke-width=".09322"/> + <path d="m10.242 19.646c-2.0486-0.23176-3.9528-1.1198-5.3472-2.4938-1.0558-1.0403-1.9098-2.5406-2.3137-4.0644-0.29075-1.0971-0.29037-3.146 7.789e-4 -4.2214 0.82403-3.0435 3.1108-5.3672 6.1417-6.2407 0.62133-0.17908 0.9479-0.20926 2.2642-0.20926 1.3217 0 1.6431 0.029942 2.2839 0.2128 2.852 0.81383 5.0725 2.9496 6.0105 5.7812 0.29777 0.89888 0.42336 2.4236 0.29969 3.6382-0.36224 3.5579-3.2268 6.7114-6.7297 7.4083-0.76099 0.15141-2.0912 0.24774-2.6102 0.18902zm2.0508-6.7447v-4.4746h-2.6102v8.9492h2.6102zm0-6.8983v-1.3051h-2.6102v2.6102h2.6102z" fill="#ff2a2a" stroke="#232629" stroke-width=".09322"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/incomingBookmark.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 352 352" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <g transform="matrix(21.333 0 0 21.333 5.3333 -22136)"> + <path class="ColorScheme-Text" d="m8 1038.4-2 4-4 1 3 3-1 4 4-2 4 2-1-4 3-3-4-1z" color="#eff0f1" fill="#232629"/> + </g> + <path class="ColorScheme-Text" d="m304 262.5-11.312-6.4962-116.69 67.008-116.69-67.008-11.312 6.4962 128 73.504 128-73.504" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/info.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m11 1c-5.54 0-10 4.46-10 10s4.46 10 10 10 10-4.46 10-10-4.46-10-10-10zm0 1.25c4.8475 0 8.75 3.9025 8.75 8.75s-3.9025 8.75-8.75 8.75-8.75-3.9025-8.75-8.75 3.9025-8.75 8.75-8.75zm-1.25 2.5v2.5h2.5v-2.5zm0 3.75v8.75h2.5v-8.75z" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/internet_explorer.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,44 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="48" height="48" version="1.1" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg"> +<style type="text/css"> + .st0{fill:url(#SVGID_1_);stroke:#2064A9;stroke-miterlimit:10;} + .st1{fill:url(#SVGID_2_);fill-opacity:0.95;} + .st2{fill:#FFB700;fill-opacity:0.95;} + .st3{filter:url(#AI_GaussianBlur_4);} + .st4{fill:#FFFFA6;} + .st5{fill:url(#SVGID_3_);fill-opacity:0.95;} +</style> +<filter id="AI_GaussianBlur_4"> + <feGaussianBlur stdDeviation="4"/> +</filter> +<g transform="matrix(.18258 0 0 .1848 .79865 1.8084)"> + + <radialGradient id="SVGID_1_" cx="143.52" cy="115.76" r="104.43" fx="138.95" fy="113.59" gradientTransform="matrix(.6237 .7816 -.7859 .6271 144.97 -69.011)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#89EAFE" offset="0"/> + <stop stop-color="#86E8FD" offset=".2624"/> + <stop stop-color="#7DDFF9" offset=".4357"/> + <stop stop-color="#6ED2F2" offset=".5832"/> + <stop stop-color="#59BEE9" offset=".7163"/> + <stop stop-color="#3EA5DD" offset=".8397"/> + <stop stop-color="#1C87CF" offset=".9544"/> + <stop stop-color="#0D79C8" offset="1"/> + </radialGradient> + <path class="st0" d="m100.5 117.8c2.6-23.3 21-42 43.9-42 25.7 0 43.4 18 45 42zm84.2 49.2c-6.5 13.4-20 22.1-40.4 22.6-28.3 0.7-43.2-23.4-43.9-44.1h145.8c0.5-4.2 0.8-8.4 0.8-12.8 0-56.4-45.7-102.1-102.1-102.1s-102.1 45.7-102.1 102.1 45.7 102.1 102.1 102.1c44.4 0 82.1-28.3 96.2-67.8z" fill="url(#SVGID_1_)" stroke="#2064a9" stroke-miterlimit="10"/> +</g> +<g transform="matrix(.18258 0 0 .1848 .79865 1.8084)"> + <linearGradient id="SVGID_2_" x1="237.88" x2="234.56" y1="64.28" y2="79.694" gradientUnits="userSpaceOnUse"> + <stop stop-color="#FFB700" offset="0"/> + <stop stop-color="#FFB700" stop-opacity="0" offset=".8599"/> + </linearGradient> + <path class="st1" d="m235.5 63.7c-0.8 3.1-1.6 5.8-2.1 8.1-0.4 1.8-0.6 7.1-0.6 7.1s3.8-2.4 4.7-3.6c0.8-1.1 1.9-5.8 2.9-10.5z" fill="url(#SVGID_2_)" fill-opacity=".95"/> + <path class="st2" d="m240.6 65c0.7-3.1 1.3-6.3 1.6-8.5 1.3-8.1 4-51.3-53.7-39-77.4 16.4-120.2 77.1-127 85.5-12.9 16-51.3 77.8-41.2 115.8 5.9 22.2 29.5 22.1 46.7 18.6l-1.2-6.1c-29.2 4.7-33.6-17.5-29.6-34.8 4.9-21.6 20.8-57.1 72.2-107.1 45.6-44.4 94-69.2 119.2-56.9 13.4 6.5 10.8 20.6 7.9 31.4z" fill="#ffb700" fill-opacity=".95"/> + <g class="st3" filter="url(#AI_GaussianBlur_4)"> + <path class="st4" d="m188.5 17.5c-77.4 16.4-120.2 77.1-127 85.5-8.1 10-26.1 38-36 66.8-0.6 2.3-1.3 4.6-2.1 6.6 31.8-81.5 110.8-139.2 168.2-159.5-1 0.2-2.1 0.4-3.1 0.6z" fill="#ffffa6"/> + </g> + <linearGradient id="SVGID_3_" x1="66.431" x2="87.933" y1="235.13" y2="226.5" gradientUnits="userSpaceOnUse"> + <stop stop-color="#FFB700" offset="0"/> + <stop stop-color="#FFB700" stop-opacity="0" offset="1"/> + </linearGradient> + <path class="st5" d="m67 237.3c9.4-2 17.1-5 18.8-5.9 1.6-0.9 7.1-3.9 12.1-6.9l-4.4-2.5c-2.4 0.9-5.2 2-8.3 3.3-7.3 3-13.9 4.9-19.4 5.7z" fill="url(#SVGID_3_)" fill-opacity=".95"/> +</g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/irc.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <defs> + <linearGradient id="a" x2="0" y1="34" y2="4" gradientUnits="userSpaceOnUse"> + <stop stop-color="#7cbaf8" offset="0"/> + <stop stop-color="#f4fcff" offset="1"/> + </linearGradient> + <linearGradient id="b" x1="405.57" x2="427.57" y1="509.8" y2="533.8" gradientUnits="userSpaceOnUse"> + <stop stop-opacity=".286" offset="0"/> + <stop stop-opacity="0" offset="1"/> + </linearGradient> + <linearGradient id="c" x1="412.57" x2="425.57" y1="514.8" y2="527.8" gradientUnits="userSpaceOnUse" xlink:href="#b"/> + <linearGradient id="d" x2="0" y1="44" y2="4" gradientTransform="matrix(-1,0,0,1,432.57,499.8)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#2f74c8" offset="0"/> + <stop stop-color="#4699d7" offset="1"/> + </linearGradient> + <linearGradient id="linearGradient841" x1="405.57" x2="427.57" y1="509.8" y2="533.8" gradientUnits="userSpaceOnUse" xlink:href="#b"/> + </defs> + <g transform="matrix(.5 0 0 .5 -193.28 -250.9)" fill-rule="evenodd"> + <path d="m428.57 503.8v30h-20l-11 10v-10h-9v-30z" fill="url(#d)"/> + <path d="m402.57 534.8-6-6v-3l-3-3v-9h4l1 1v-1l20-6 10 7.461v18.539h-26z" fill="url(#linearGradient841)" opacity=".2"/> + <path d="m419.57 521.8 9 9v-11l-5-5h-4z" fill="url(#c)" opacity=".2"/> + <path transform="translate(384.57,499.8)" d="m34 8-20 6v9l20 6v-15zm-25 6v9h4v-9zm26 1v7h4v-7zm-23 9v5h3v-5z" fill="url(#a)"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/irc128.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="128" height="128" version="1.1" viewBox="0 0 128 128" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <defs> + <linearGradient id="a" x2="0" y1="34" y2="4" gradientUnits="userSpaceOnUse"> + <stop stop-color="#7cbaf8" offset="0"/> + <stop stop-color="#f4fcff" offset="1"/> + </linearGradient> + <linearGradient id="b" x1="405.57" x2="427.57" y1="509.8" y2="533.8" gradientUnits="userSpaceOnUse"> + <stop stop-opacity=".286" offset="0"/> + <stop stop-opacity="0" offset="1"/> + </linearGradient> + <linearGradient id="c" x1="412.57" x2="425.57" y1="514.8" y2="527.8" gradientUnits="userSpaceOnUse" xlink:href="#b"/> + <linearGradient id="d" x2="0" y1="44" y2="4" gradientTransform="matrix(-1,0,0,1,432.57,499.8)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#2f74c8" offset="0"/> + <stop stop-color="#4699d7" offset="1"/> + </linearGradient> + <linearGradient id="linearGradient841" x1="405.57" x2="427.57" y1="509.8" y2="533.8" gradientUnits="userSpaceOnUse" xlink:href="#b"/> + </defs> + <g transform="matrix(3 0 0 3 -1161.7 -1507.4)" fill-rule="evenodd"> + <path d="m428.57 503.8v30h-20l-11 10v-10h-9v-30z" fill="url(#d)"/> + <path d="m402.57 534.8-6-6v-3l-3-3v-9h4l1 1v-1l20-6 10 7.461v18.539h-26z" fill="url(#linearGradient841)" opacity=".2"/> + <path d="m419.57 521.8 9 9v-11l-5-5h-4z" fill="url(#c)" opacity=".2"/> + <path transform="translate(384.57,499.8)" d="m34 8-20 6v9l20 6v-15zm-25 6v9h4v-9zm26 1v7h4v-7zm-23 9v5h3v-5z" fill="url(#a)"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/irc48.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="48" height="48" version="1.1" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <defs> + <linearGradient id="a" x2="0" y1="34" y2="4" gradientUnits="userSpaceOnUse"> + <stop stop-color="#7cbaf8" offset="0"/> + <stop stop-color="#f4fcff" offset="1"/> + </linearGradient> + <linearGradient id="b" x1="405.57" x2="427.57" y1="509.8" y2="533.8" gradientUnits="userSpaceOnUse"> + <stop stop-opacity=".286" offset="0"/> + <stop stop-opacity="0" offset="1"/> + </linearGradient> + <linearGradient id="c" x1="412.57" x2="425.57" y1="514.8" y2="527.8" gradientUnits="userSpaceOnUse" xlink:href="#b"/> + <linearGradient id="d" x2="0" y1="44" y2="4" gradientTransform="matrix(-1,0,0,1,432.57,499.8)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#2f74c8" offset="0"/> + <stop stop-color="#4699d7" offset="1"/> + </linearGradient> + <linearGradient id="linearGradient841" x1="405.57" x2="427.57" y1="509.8" y2="533.8" gradientUnits="userSpaceOnUse" xlink:href="#b"/> + </defs> + <g transform="matrix(1.1 0 0 1.1 -425.43 -552.18)" fill-rule="evenodd"> + <path d="m428.57 503.8v30h-20l-11 10v-10h-9v-30z" fill="url(#d)"/> + <path d="m402.57 534.8-6-6v-3l-3-3v-9h4l1 1v-1l20-6 10 7.461v18.539h-26z" fill="url(#linearGradient841)" opacity=".2"/> + <path d="m419.57 521.8 9 9v-11l-5-5h-4z" fill="url(#c)" opacity=".2"/> + <path transform="translate(384.57,499.8)" d="m34 8-20 6v9l20 6v-15zm-25 6v9h4v-9zm26 1v7h4v-7zm-23 9v5h3v-5z" fill="url(#a)"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/ircAdmin.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m10.999 1a5.0449 5 0 0 0-5.045 5 5.0449 5 0 0 0 5.045 5 5.0449 5 0 0 0 5.045-5 5.0449 5 0 0 0-5.045-5zm0 1.25a3.7837 3.75 0 0 1 3.7837 3.75 3.7837 3.75 0 0 1-3.7837 3.75 3.7837 3.75 0 0 1-3.7837-3.75 3.7837 3.75 0 0 1 3.7837-3.75zm0 10a10.09 10 0 0 0-9.9988 8.75h1.2711a8.8286 8.75 0 0 1 8.7277-7.5 8.8286 8.75 0 0 1 8.7301 7.5h1.2711a10.09 10 0 0 0-10.001-8.75z" color="#eff0f1" fill="#95f"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/ircAway.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="16" height="16" version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path d="m12 9.375c1.4542 0 2.625 1.1708 2.625 2.625 0 1.4542-1.1708 2.625-2.625 2.625s-2.625-1.1708-2.625-2.625c0-1.4542 1.1708-2.625 2.625-2.625m0-0.375c-1.662 0-3 1.338-3 3s1.338 3 3 3 3-1.338 3-3-1.338-3-3-3" color="#eff0f1" fill="#232629"/> + <path d="m11.625 9.75v2.625h2.25v-0.375h-1.875v-2.25h-0.375" color="#eff0f1"/> + <path d="m11.676 14.609c-0.98596-0.11724-1.8391-0.81419-2.1675-1.7707-0.085023-0.24762-0.10104-0.34997-0.11494-0.7343-0.013821-0.38222-0.00604-0.48655 0.053982-0.72391 0.31598-1.2495 1.451-2.0848 2.7166-1.9992 0.95688 0.064746 1.761 0.60101 2.183 1.4558 0.18682 0.37842 0.24603 0.60733 0.26894 1.0397 0.04233 0.79897-0.2394 1.4823-0.84592 2.0517-0.54678 0.51333-1.3385 0.77073-2.0941 0.68088zm2.218-2.4292 0.0098-0.20599h-1.8818v-2.2443l-0.41198 0.01962-0.0086 1.2853c-0.0047 0.70691-0.0014 1.3041 0.0074 1.327 0.01257 0.03275 0.25855 0.03985 1.1457 0.03304l1.1297-0.0087z" fill="#fff" stroke="#232629" stroke-width=".032958"/> + <path d="m11.703 14.574c-0.98355-0.090547-1.8772-0.8374-2.1839-1.8252-0.10396-0.33484-0.12883-0.9398-0.052908-1.2873 0.16507-0.75558 0.69558-1.4375 1.3916-1.7888 0.60674-0.30625 1.3231-0.34421 2.0134-0.10672 0.34839 0.11985 0.58439 0.26258 0.87099 0.52673 0.26792 0.24695 0.44825 0.50058 0.6203 0.87247 0.17382 0.37573 0.2126 0.56642 0.21191 1.0421-7.15e-4 0.49575-0.05105 0.71329-0.26692 1.1535-0.13267 0.27058-0.19874 0.35838-0.48646 0.64649-0.29947 0.29988-0.36768 0.35016-0.67864 0.50024-0.48668 0.23488-0.917 0.31454-1.4394 0.26645zm2.1154-2.1671c0.09672-0.02057 0.09909-0.02589 0.10862-0.24329l0.0097-0.22226h-1.8816v-2.2442l-0.44494 0.0195-0.02228 0.14831c-0.03041 0.20249-0.03216 2.446-0.0019 2.4933 0.01332 0.02083 0.06129 0.04477 0.10661 0.05319 0.12597 0.02341 2.0134 0.01938 2.1258-0.0045z" fill="#fff" stroke="#232629" stroke-width=".032958"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/ircCloseChannel.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-NegativeText { + color:#da4453; + }</style> + </defs> + <g class="ColorScheme-NegativeText" transform="matrix(1.25 0 0 1.25 -2.75 -2.75)" color="#da4453" fill="currentColor"> + <path d="m11 3c4.432 0 8 3.568 8 8 0 1.442-0.383 2.79-1.045 3.955l-0.738-0.738a6.985 6.985 0 0 0 0.783-3.217c0-3.878-3.122-7-7-7a6.985 6.985 0 0 0-3.217 0.783l-0.738-0.738a7.982 7.982 0 0 1 3.955-1.045m-6.955 4.045 0.738 0.738a6.985 6.985 0 0 0-0.783 3.217c0 3.878 3.122 7 7 7a6.985 6.985 0 0 0 3.217-0.783l0.738 0.738a7.982 7.982 0 0 1-3.955 1.045c-4.432 0-8-3.568-8-8 0-1.442 0.383-2.79 1.045-3.955"/> + <path d="m7.5 9.998h7v2h-7z"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/ircConfigure.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" fill="none" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <path d="m3.5818 21c-0.3372-0.004723-0.66996-0.077708-0.97823-0.21466-0.30829-0.13696-0.5857-0.33502-0.81556-0.58217-0.44726-0.40814-0.72464-0.96999-0.7769-1.5738-0.059321-0.6241 0.12134-1.2473 0.50511-1.7425 1.7235-1.8209 5.1228-5.2262 7.5954-7.6513-0.52611-1.4252-0.50153-2.996 0.068943-4.404 0.4691-1.1715 1.3033-2.16 2.3785-2.8183 0.84344-0.55957 1.8129-0.89962 2.8206-0.98937 1.0077-0.08974 2.0217 0.073644 2.9506 0.47539l0.88157 0.3825-4.094 4.2234 1.7924 1.8009 4.2054-4.1172 0.38186 0.88586c0.32186 0.74686 0.49257 1.5503 0.50214 2.3638 0.0096 0.81344-0.14214 1.6207-0.44643 2.3749-0.30171 0.7458-0.74986 1.4233-1.3179 1.9922-0.32186 0.31551-0.67757 0.59434-1.0607 0.8314-0.79271 0.53032-1.6997 0.86463-2.6464 0.97546-0.94686 0.11082-1.9064-5e-3 -2.7998-0.33796-1.5684 1.5937-5.4834 5.5423-7.598 7.5197-0.42419 0.38596-0.97553 0.60163-1.5485 0.60564zm11.339-18.672c-0.93972-0.00236-1.8589 0.275-2.6409 0.79687-0.30499 0.18654-0.58824 0.4066-0.84451 0.65608-0.68156 0.68825-1.1367 1.5688-1.3045 2.5236-0.16777 0.95476-0.04011 1.9381 0.36586 2.8181l0.19357 0.42499-0.33277 0.32539c-2.4832 2.4278-6.0986 6.039-7.8367 7.8771-0.15476 0.23083-0.22096 0.5099-0.18634 0.78567 0.0346 0.27591 0.16766 0.52993 0.3746 0.71511 0.11926 0.13309 0.26457 0.24028 0.42691 0.3147 0.14309 0.06483 0.29774 0.10003 0.45474 0.10361 0.23844-6e-3 0.46673-0.09803 0.643-0.25888 2.2472-2.1011 6.5891-6.4945 7.8632-7.7855l0.32747-0.33071 0.4216 0.19258c0.73393 0.34273 1.5438 0.48946 2.3511 0.42592 0.80728-0.06353 1.5844-0.33516 2.256-0.7885 0.30557-0.18872 0.58886-0.41148 0.84443-0.66405 0.44257-0.44209 0.79229-0.96843 1.0287-1.548 0.23628-0.57958 0.35443-1.2007 0.34757-1.8267 0-0.30863-0.03057-0.61651-0.09157-0.91906l-3.6817 3.5992-3.6445-3.6457 3.5928-3.7054c-0.30571-0.059533-0.61657-0.088455-0.928-0.086323z" fill="#232629" stroke-width="1.4298"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/ircConnect.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m20.116 1-4.375 4.375-1.875-1.875-9.1162 9.1162 1.875 1.875-5.625 5.625 0.88379 0.88379 5.625-5.625 1.875 1.875 9.1162-9.1162-1.875-1.875 4.375-4.375z" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/ircDisconnect.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + } + .ColorScheme-NegativeText { + color:#da4453; + }</style> + </defs> + <path class="ColorScheme-Text" d="m20.116 1-4.375 4.375-1.875-1.875-4.7412 4.7412 4.6338 4.6338 4.7412-4.7412-1.875-1.875 4.375-4.375zm-11.875 8.125-3.4912 3.4912 1.875 1.875-5.625 5.625 0.88379 0.88379 5.625-5.625 1.875 1.875 3.4912-3.4912-2.7588-2.7588z" color="#eff0f1" fill="#232629"/> + <path class="ColorScheme-NegativeText" d="M 14.334374,13 13,14.334374 15.665626,17 13,19.665626 14.334374,21 17,18.334374 19.665626,21 21,19.665626 18.334374,17 21,14.334374 19.665626,13 17,15.665626 Z" color="#da4453" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/ircEditTopic.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m6 1v5h-5v1.25h5v7.5h-5v1.25h5v5h1.25v-5h3.75v-1.25h-3.75v-7.5h7.5v3.75h1.25v-3.75h5v-1.25h-5v-5h-1.25v5h-7.5v-5z" color="#eff0f1" fill="#232629"/> + <path class="ColorScheme-Text" d="m18.374 12.25-6.1239 6.1239v2.6261h2.6261l6.1239-6.1239zm-1.4939 2.545 1.5751 1.5751-2.3142 2.3157v-0.49276l-0.73914 0.01566h-0.7548v-1.182l1.051-1.0496zm-2.9722 2.9708v1.182h1.4783l0.01566 0.47567-0.78756 0.78898h-1.051l-0.52551-0.52551v-1.051z" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/ircHalfOp.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path d="m10.998 1a5.0449 5 0 0 0-5.0449 5 5.0449 5 0 0 0 5.0449 5 5.0449 5 0 0 0 5.0449-5 5.0449 5 0 0 0-5.0449-5zm0 1.25a3.7837 3.75 0 0 1 3.7852 3.75 3.7837 3.75 0 0 1-3.7852 3.75 3.7837 3.75 0 0 1-3.7832-3.75 3.7837 3.75 0 0 1 3.7832-3.75zm0 10a10.09 10 0 0 0-9.998 8.75h1.2715a8.8286 8.75 0 0 1 8.7266-7.5 8.8286 8.75 0 0 1 3.9805 0.95312h2.3125a10.09 10 0 0 0-6.293-2.2031z" color="#eff0f1" fill="#2ca05a"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/ircJoinChannel.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m6 1v5h-5v1.25h5v7.5h-5v1.25h5v5h1.25v-5h3.75v-1.25h-3.75v-7.5h7.5v3.75h1.25v-3.75h5v-1.25h-5v-5h-1.25v5h-7.5v-5z" color="#eff0f1" fill="#232629"/> + <path d="m16.625 12.25c-2.4238 0-4.375 1.9512-4.375 4.375s1.9512 4.375 4.375 4.375 4.375-1.9512 4.375-4.375-1.9512-4.375-4.375-4.375z" fill="#2ecc71"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/ircNormal.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m10.999 1a5.0449 5 0 0 0-5.045 5 5.0449 5 0 0 0 5.045 5 5.0449 5 0 0 0 5.045-5 5.0449 5 0 0 0-5.045-5zm0 1.25a3.7837 3.75 0 0 1 3.7837 3.75 3.7837 3.75 0 0 1-3.7837 3.75 3.7837 3.75 0 0 1-3.7837-3.75 3.7837 3.75 0 0 1 3.7837-3.75zm0 10a10.09 10 0 0 0-9.9988 8.75h1.2711a8.8286 8.75 0 0 1 8.7277-7.5 8.8286 8.75 0 0 1 8.7301 7.5h1.2711a10.09 10 0 0 0-10.001-8.75z" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/ircOp.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m10.999 1a5.0449 5 0 0 0-5.045 5 5.0449 5 0 0 0 5.045 5 5.0449 5 0 0 0 5.045-5 5.0449 5 0 0 0-5.045-5zm0 1.25a3.7837 3.75 0 0 1 3.7837 3.75 3.7837 3.75 0 0 1-3.7837 3.75 3.7837 3.75 0 0 1-3.7837-3.75 3.7837 3.75 0 0 1 3.7837-3.75zm0 10a10.09 10 0 0 0-9.9988 8.75h1.2711a8.8286 8.75 0 0 1 8.7277-7.5 8.8286 8.75 0 0 1 8.7301 7.5h1.2711a10.09 10 0 0 0-10.001-8.75z" color="#eff0f1" fill="#2ca05a"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/ircOwner.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m10.999 1a5.0449 5 0 0 0-5.045 5 5.0449 5 0 0 0 5.045 5 5.0449 5 0 0 0 5.045-5 5.0449 5 0 0 0-5.045-5zm0 1.25a3.7837 3.75 0 0 1 3.7837 3.75 3.7837 3.75 0 0 1-3.7837 3.75 3.7837 3.75 0 0 1-3.7837-3.75 3.7837 3.75 0 0 1 3.7837-3.75zm0 10a10.09 10 0 0 0-9.9988 8.75h1.2711a8.8286 8.75 0 0 1 8.7277-7.5 8.8286 8.75 0 0 1 8.7301 7.5h1.2711a10.09 10 0 0 0-10.001-8.75z" color="#eff0f1" fill="#c83737"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/ircUserAway.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <g transform="matrix(1.2557 0 0 1.25 -532.39 -659.97)" fill="#ff9000"> + <path d="m432.71 528.79a4 4 0 0 0-4 4 4 4 0 0 0 4 4 4 4 0 0 0 4-4 4 4 0 0 0-4-4m0 1a3 3 0 0 1 3 3 3 3 0 0 1-3 3 3 3 0 0 1-3-3 3 3 0 0 1 3-3"/> + <path transform="translate(420.71 524.79)" d="m12 13a8 8 0 0 0-7.9277 7h1.0078a7 7 0 0 1 6.9199-6 7 7 0 0 1 1 0.08008v-1.0098a8 8 0 0 0-1-0.07031"/> + <path d="m440.71 536.79-8 4 2 1 1 3 1-2 2 1z" fill-rule="evenodd"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/ircUserPresent.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <g transform="matrix(1.2557 0 0 1.25 -532.39 -659.97)"> + <g fill="#43be80"> + <path d="m432.71 528.79a4 4 0 0 0-4 4 4 4 0 0 0 4 4 4 4 0 0 0 4-4 4 4 0 0 0-4-4m0 1a3 3 0 0 1 3 3 3 3 0 0 1-3 3 3 3 0 0 1-3-3 3 3 0 0 1 3-3"/> + <path transform="translate(421.71 525.79)" d="m11 12a8 8 0 0 0-7.9277 7h1.0078a7 7 0 0 1 6.9199-6 7 7 0 0 1 1 0.08008v-1.0098a8 8 0 0 0-1-0.07031"/> + <circle cx="437.21" cy="541.29" r="3.5"/> + </g> + <path d="m438.71 539.79 1 1-3 3-2-2 1-1 1 1z" fill="#fff" fill-rule="evenodd"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/ircVoice.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m15 4-12 3.418v1.043 4.5391 0.58203l1 0.28516v2.1328 0.30078l6 1.6992v-1-1.4238l5 1.4238v-1.043-10.914-1.043zm4.0293 0.42773-0.77148 0.63086c1.1373 1.7722 1.7419 3.8337 1.7422 5.9395-4e-3 2.1039-0.61142 4.1625-1.75 5.9316l0.7832 0.64258c1.2816-1.9532 1.9651-4.2381 1.9668-6.5742-4e-3 -2.3352-0.6885-4.6186-1.9707-6.5703zm-5.0293 0.90039v10.344l-10-2.8477v-4.6484l10-2.8477zm2.6895 1.0156-0.78125 0.63867c0.71179 1.2188 1.0885 2.6042 1.0918 4.0156-2e-3 1.4119-0.3784 2.798-1.0898 4.0176l0.78125 0.64062c0.85323-1.4042 1.3058-3.0151 1.3086-4.6582-4e-3 -1.6419-0.45732-3.2515-1.3105-4.6543zm-14.689 1.3594-1 0.28516v0.011719 1 3 1 0.011719l1 0.28516v-0.29688-0.74609-3.5078-0.74609-0.29688zm3 6.4492 4 1.1387v1.4258l-4-1.1328v-1.4316z" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/issueFixable.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg"> + <g transform="translate(0 -291.18)"> + <rect x=".39644" y="291.58" width="5.028" height="5.028" fill="#ffd750" stroke="#ffd750" stroke-width=".2637"/> + <g transform="matrix(.26458 0 0 -.26458 3.25e-8 297)"> + <path d="m9.75 4.75v2.5h2.5v-2.5z" color="#eff0f1"/> + <path d="m9.75 8.5v8.75h2.5v-8.75z" color="#eff0f1"/> + </g> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/issueFixed.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg"> + <g transform="translate(0 -291.18)"> + <rect x=".39644" y="291.58" width="5.028" height="5.028" fill="#89a02c" stroke="#89a02c" stroke-width=".2637"/> + <path d="m4.3963 292.5-2.3781 2.4298-0.59376-0.60667-0.36617 0.37412 0.95588 0.97773 0.00303-5e-3 0.00405 5e-3 2.7412-2.8009-0.36617-0.37413" color="#eff0f1" fill="currentColor"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/keywords.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + } + .ColorScheme-Highlight { + color:#3daee9; + }</style> + </defs> + <path class="ColorScheme-Text" d="m1 5v12h6.25v-5.3333h8.75v2.6667h1.25v-2.6667h1.25v2.6667h1.25v-2.6667h1.25v-1.3333h-13.75v-5.3333zm1.25 1.3333h3.75v9.3333h-3.75z" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/konqueror.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,34 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="48" height="48" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <defs> + <linearGradient id="a" x1="-44.39" x2="-14.394" gradientTransform="translate(58.788 33.941)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#b0b8b8" offset="0"/> + <stop stop-color="#eff1f1" offset="1"/> + </linearGradient> + <linearGradient id="b" x1="17.428" x2="36.551" y1="12.997" y2="32.13" gradientUnits="userSpaceOnUse"> + <stop stop-color="#abf9c7" offset="0"/> + <stop stop-color="#54d883" offset="1"/> + </linearGradient> + <linearGradient id="c" x1="33.405" x2="17.759" y1="32.721" y2="12.32" gradientUnits="userSpaceOnUse"> + <stop stop-color="#197cf1" offset="0"/> + <stop stop-color="#20bcfa" offset="1"/> + </linearGradient> + <linearGradient id="d" x1="3.242" x2="40" y1="15.778" y2="37" gradientTransform="matrix(-.96593 -.25882 .25882 -.96593 40.971 53.39)" gradientUnits="userSpaceOnUse" xlink:href="#a"/> + <linearGradient id="e" x1="24" x2="40" y1="23" y2="39" gradientUnits="userSpaceOnUse"> + <stop stop-color="#292c2f" offset="0"/> + <stop stop-opacity="0" offset="1"/> + </linearGradient> + <linearGradient id="linearGradient854" x1="-44.39" x2="-14.394" gradientTransform="translate(58.788,33.941)" gradientUnits="userSpaceOnUse" xlink:href="#a"/> + </defs> + <g transform="matrix(1.1004 0 0 1.1004 -2.4103 -2.4104)" color="#000000"> + <g stroke-linejoin="round" stroke-width="3"> + <circle transform="rotate(15)" cx="29.394" cy="16.971" r="15" fill="url(#linearGradient854)" stroke-linecap="round"/> + <path d="m21.952 43.884a20 20 0 0 0 4.0971 0.0059l0.475-3.1a17 17 0 0 0 3.6873-0.98547l1.956 2.441a20 20 0 0 0 3.549-2.0538l-1.135-2.911a17 17 0 0 0 2.7098-2.6952l2.893 1.127a20 20 0 0 0 2.0501-3.5534l-2.422-1.941a17 17 0 0 0 0.60859-1.8185 17 17 0 0 0 0.36937-1.8765l3.094-0.475a20 20 0 0 0 0.0059-4.0971l-3.1-0.475a17 17 0 0 0-0.98547-3.6873l2.441-1.956a20 20 0 0 0-2.0538-3.549l-2.911 1.135a17 17 0 0 0-2.6949-2.7096l1.1271-2.8928a20 20 0 0 0-3.5535-2.0501l-1.9395 2.4221a17 17 0 0 0-1.8201-0.60874 17 17 0 0 0-1.8765-0.36937l-0.47338-3.0939a20 20 0 0 0-4.0971-0.00591l-0.47694 3.0999a17 17 0 0 0-3.687 0.98574l-1.956-2.4407a20 20 0 0 0-3.549 2.0538l1.135 2.911a17 17 0 0 0-2.7098 2.6952l-2.8932-1.128a20 20 0 0 0-2.0501 3.5534l2.422 1.941a17 17 0 0 0-0.60859 1.8185 17 17 0 0 0-0.36937 1.8765l-3.094 0.475a20 20 0 0 0-0.00591 4.0971l3.1 0.475a17 17 0 0 0 0.98548 3.6873l-2.441 1.956a20 20 0 0 0 2.0538 3.549l2.911-1.135a17 17 0 0 0 2.6952 2.7098l-1.127 2.893a20 20 0 0 0 3.5534 2.0501l1.941-2.422a17 17 0 0 0 1.8185 0.60859 17 17 0 0 0 1.8765 0.36937zm-1.5754-6.3608a14 14 0 0 1-9.8995-17.146 14 14 0 0 1 17.146-9.8995 14 14 0 0 1 9.8995 17.146 14 14 0 0 1-17.146 9.8995" fill="url(#d)"/> + </g> + <path d="m33.19 14.807-18.387 18.387 10.736 10.734c0.169-0.013 0.338-0.02 0.506-0.037l0.475-3.102c1.262-0.189 2.499-0.519 3.688-0.984l1.957 2.441c1.25-0.561 2.439-1.25 3.549-2.055l-1.135-2.91c1-0.794 1.91-1.698 2.709-2.695l2.893 1.127c0.803-1.111 1.491-2.301 2.051-3.553l-2.422-1.941c0.237-0.594 0.439-1.201 0.607-1.818 0.158-0.618 0.283-1.245 0.371-1.877l3.092-0.475c0.018-0.17 0.028-0.34 0.041-0.51z" color-rendering="auto" fill="url(#e)" fill-rule="evenodd" image-rendering="auto" opacity=".2" shape-rendering="auto"/> + <path d="m41.883 15.12-2.078 1.666c0.096 0.259 0.186 0.52 0.27 0.783l2.172-1.74c-0.116-0.239-0.237-0.475-0.363-0.709m-35.758 6e-3c-0.124 0.235-0.244 0.472-0.359 0.711l2.154 1.727c0.083-0.264 0.172-0.526 0.268-0.785zm-2.092 8.361c-0.029 0.854-4e-3 1.708 0.076 2.559l3.102 0.475c0.152 0.987 0.392 1.959 0.715 2.904l0.27-0.217c-0.466-1.188-0.796-2.425-0.984-3.688l-3.102-0.475c-0.046-0.518-0.071-1.038-0.076-1.559m39.934 0.02c-8e-3 0.514-0.036 1.027-0.084 1.539l-3.092 0.475c-0.088 0.632-0.212 1.259-0.371 1.877-0.168 0.617-0.371 1.224-0.607 1.818l0.268 0.215c0.124-0.341 0.238-0.685 0.34-1.033 0.159-0.618 0.283-1.245 0.371-1.877l3.092-0.475c0.082-0.844 0.11-1.692 0.084-2.539m-2.092 8.361c-0.484 0.992-1.05 1.943-1.691 2.842l-2.893-1.127c-0.799 0.997-1.708 1.902-2.709 2.695l0.291 0.744c0.886-0.729 1.696-1.547 2.418-2.439l2.893 1.127c0.804-1.111 1.491-2.301 2.051-3.553zm-35.758 6e-3 -0.363 0.291c0.561 1.25 1.25 2.439 2.055 3.549l2.91-1.135c0.715 0.901 1.519 1.728 2.4 2.467l0.295-0.758c-0.997-0.799-1.902-1.708-2.695-2.709l-2.91 1.135c-0.641-0.898-1.207-1.848-1.691-2.84m24.09 6.928c-1.188 0.465-2.425 0.796-3.688 0.984l-0.475 3.102c-1.363 0.138-2.736 0.135-4.098-8e-3l-0.475-3.092c-0.632-0.088-1.259-0.212-1.877-0.371-0.617-0.168-1.224-0.371-1.818-0.607l-1.941 2.422c-1.136-0.513-2.221-1.132-3.242-1.848l-0.311 0.797c1.111 0.804 2.301 1.491 3.553 2.051l1.941-2.422c0.594 0.237 1.201 0.439 1.818 0.607 0.618 0.159 1.245 0.283 1.877 0.371l0.475 3.092c1.362 0.143 2.735 0.145 4.098 8e-3l0.475-3.102c1.262-0.189 2.499-0.519 3.688-0.984l1.957 2.441c1.25-0.561 2.439-1.25 3.549-2.055l-0.311-0.795c-1.019 0.716-2.104 1.335-3.238 1.85z" fill="#172525" opacity=".2" stroke-linejoin="round" stroke-width="3"/> + </g> + <rect x="11" y="11" width="26" height="26" rx="13" fill="url(#c)"/> + <path d="m24 11c-.944 0-1.862.104-2.747.293l-1.153 2.307-1.742-1.306c-3.124 1.502-5.544 4.207-6.665 7.53l2.557-1.023 1.95 1.3.65-1.95 8.45-4.55-.515-2.575c-.26-.015-.521-.025-.785-.025m9.627 4.269l-.527 1.581.65.65-2.6 3.9 1.3 4.55 4.311.54c.155-.806.239-1.637.239-2.49 0-2.226-.557-4.316-1.535-6.145l-1.065-.355.387-.776c-.348-.516-.744-.995-1.16-1.455m-22.369 6.131c-.143.712-.225 1.448-.248 2.198l4.54 1.702-.65-1.95-1.3-1.95zm4.292 3.9l3.25 7.8v2.82c1.592.692 3.348 1.08 5.2 1.08.129 0 .256-.005.385-.009l4.165-7.141-10.4-5.85z" fill="url(#b)" fill-rule="evenodd"/> + <path d="m11.03 23.5c-.006.167-.025.331-.025.5 0 7.202 5.798 13 13 13 7.202 0 13-5.798 13-13 0-.169-.019-.333-.025-.5-.263 6.966-5.942 12.5-12.975 12.5-7.03 0-12.711-5.534-12.975-12.5" fill="#172525" opacity=".2"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/languages/lexerBash.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg"> + <g transform="translate(-326 -534.36)"> + <rect x="256.23" y="514.7" width="0" height="14.668" fill="#6c7a89"/> + <rect x="263.19" y="537.27" width="0" height="14.668" fill="#6c7a89"/> + <rect x="265" y="536.21" width="0" height="14.668" fill="#6c7a89"/> + <rect x="256.23" y="514.7" width="0" height="14.668" fill="#6c7a89"/> + <rect x="263.19" y="537.27" width="0" height="14.668" fill="#6c7a89"/> + <rect x="265" y="536.21" width="0" height="14.668" fill="#6c7a89"/> + <rect x="256.23" y="514.7" width="0" height="14.668" fill="#6c7a89"/> + <rect x="263.19" y="537.27" width="0" height="14.668" fill="#6c7a89"/> + <rect x="265" y="536.21" width="0" height="14.668" fill="#6c7a89"/> + <rect x="256.23" y="514.7" width="0" height="14.668" fill="#6c7a89"/> + <rect x="263.19" y="537.27" width="0" height="14.668" fill="#6c7a89"/> + <rect x="265" y="536.21" width="0" height="14.668" fill="#6c7a89"/> + <path d="m328.09 535.36-1.0938 0.86496 6.7243 7.7065-6.7243 7.7065 1.0938 0.86496 7.4777-8.5714zm7.4777 18.571v1.4286h11.429v-1.4286z" color="#000000" color-rendering="auto" fill="#232629" fill-rule="evenodd" image-rendering="auto" shape-rendering="auto" stroke-width="1.4286"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/languages/lexerBatch.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <text transform="scale(.97773 1.0228)" x="-0.16767628" y="15.154785" fill="#0000ff" font-family="sans-serif" font-size="12.273px" letter-spacing="0px" stroke-width=".30682" word-spacing="0px" style="line-height:1.25" xml:space="preserve"><tspan x="-0.16767628" y="15.154785" fill="#0000ff" stroke-width=".30682">BAT</tspan></text> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/languages/lexerCMake.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,28 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <defs> + <linearGradient id="linearGradient4333" x1="44" x2="4" gradientTransform="matrix(.49954 0 0 .5 325.02 533.36)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#42a603" offset="0"/> + <stop stop-color="#78da06" offset="1"/> + </linearGradient> + <linearGradient id="linearGradient4315" x1="24" x2="4" y1="4" y2="44" gradientTransform="matrix(.49954 0 0 .5 325.02 533.36)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#197cf1" offset="0"/> + <stop stop-color="#20bcfa" offset="1"/> + </linearGradient> + <linearGradient id="linearGradient4325" x1="44" x2="24" y1="44" y2="4" gradientTransform="matrix(.49954 0 0 .5 325.02 533.36)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#c61423" offset="0"/> + <stop stop-color="#dc2b41" offset="1"/> + </linearGradient> + </defs> + <g transform="translate(-326 -534.36)"> + <rect x="326.5" y="535.99" width="0" height="11" fill="#22a7f0"/> + <rect x="321.94" y="538.51" width="0" height="11" fill="#22a7f0"/> + <rect x="317.44" y="526.09" width="0" height="11" fill="#22a7f0"/> + <rect x="318.28" y="538.32" width="0" height="11" fill="#22a7f0"/> + <rect x="313.73" y="540.84" width="0" height="11" fill="#22a7f0"/> + <rect x="309.22" y="528.43" width="0" height="11" fill="#22a7f0"/> + <path d="m337.01 535.36 1.4674 16.648 8.5234 3.3516z" fill="url(#linearGradient4325)" fill-rule="evenodd" stroke-width="1.2533"/> + <path d="m337.01 535.36-9.9908 20 10.887-9.834z" fill="url(#linearGradient4315)" fill-rule="evenodd" stroke-width="1.2533"/> + <path d="m333.08 549.89-6.0589 5.4717 19.98 1e-3 -13.921-5.4736zm-6.0432 5.4385-0.036 0.0332h0.0195l0.0167-0.0332z" fill="url(#linearGradient4333)" fill-rule="evenodd" stroke-width="1.2533"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/languages/lexerCPP.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg"> + <g transform="matrix(1.25,0,0,1.25,-2.75,-2.75)" fill="#1e7bff"> + <path d="m16 3v2h-2v1h2v2h1v-2h2v-1h-2v-2zm-6 0v2h-2v1h2v2h1v-2h2v-1h-2v-2z"/> + <path d="m8 9a5 5 0 0 0-5 5 5 5 0 0 0 5 5 5 5 0 0 0 3.533-1.467l-0.707-0.707a4 4 0 0 1-2.826 1.174 4 4 0 0 1-4-4 4 4 0 0 1 4-4 4 4 0 0 1 2.826 1.174l0.707-0.707a5 5 0 0 0-3.533-1.467z" fill-rule="evenodd"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/languages/lexerCSS.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg"> + <g transform="translate(-326 -534.36)"> + <path d="m337 535.36c-2.1778 0.0159-3.0957 0.90106-3.0957 3.1352v3.0521c0 1.3924-0.0427 3.0057-1.2695 3.0057h-0.63477v1.6115h0.63477c1.2268 0 1.2695 1.6133 1.2695 3.0057v3.0521c0 2.2341 0.91796 3.1192 3.0957 3.1352v-1.4797c-1.4187-0.017-1.4453-0.62651-1.4453-2.7616v-2.5198c0-1.0388-0.25589-2.5845-1.5039-3.2255 1.248-0.64096 1.5039-2.1891 1.5039-3.2279v-2.5418c0-2.1351 0.0266-2.7445 1.4453-2.7616zm2.5 2e-3v1.4797c1.3982 0.023 1.4453 0.6349 1.4453 2.7591v2.5418c0 1.0389 0.25588 2.587 1.5039 3.2279-1.248 0.64095-1.5039 2.1867-1.5039 3.2255v2.5198c0 2.1242-0.0471 2.7362-1.4453 2.7591v1.4797c2.1632-0.0214 3.0957-0.90576 3.0957-3.1327v-3.0521c0-1.3924 0.0857-3.0057 1.2915-3.0057h0.6128v-1.6115h-0.6128c-1.2057 0-1.2915-1.6133-1.2915-3.0057v-3.0521c0-2.227-0.93247-3.1113-3.0957-3.1327zm-10 18.748v1.2502h1.25v-1.2502z" fill="#f27915"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/languages/lexerCoffeeScript.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" preserveAspectRatio="xMinYMin meet" version="1.1" viewBox="0 0 2.2528 2.2525" xmlns="http://www.w3.org/2000/svg"> + <path d="m0.91531 0.37935c0.001864 0.011112-0.003728 0.020378-0.022352 0.029637-0.024216-0.012965-0.076384-0.020378-0.11922-0.016672-0.046576 0.003707-0.085696 0.018525-0.080104 0.050008 0.007448 0.03149 0.05216 0.050016 0.13226 0.042602 0.1956-0.016672 0.19374-0.14818 0.48062-0.17411 0.22354-0.02037 0.34835 0.048162 0.36512 0.13151 0.01304 0.064826-0.040984 0.12781-0.20306 0.14077-0.14344 0.012965-0.22727-0.02593-0.23472-0.064826-0.00373-0.020378 0.00745-0.050016 0.076375-0.057421 0.00745 0.03149 0.046576 0.064826 0.13972 0.055568 0.067065-0.00556 0.12294-0.029637 0.1155-0.066679-0.00745-0.038896-0.07824-0.061128-0.19002-0.051861-0.22727 0.02037-0.28315 0.14447-0.4769 0.16114-0.13785 0.012965-0.24962-0.037058-0.26453-0.11114-0.005585-0.027784-0.005585-0.09261 0.13972-0.10558 0.074512-0.00556 0.13413 0.007405 0.14158 0.037042zm-0.72652 0.77422c-0.063336 0.079645-0.09128 0.17225-0.085696 0.26301 0.005592 0.090757 0.050296 0.16484 0.12109 0.22226 0.074512 0.057413 0.15462 0.074085 0.2459 0.057413 0.035392-0.00555 0.074512-0.024077 0.1099-0.035189-0.074512 0-0.13785-0.024077-0.20119-0.074085-0.06892-0.050016-0.1155-0.12039-0.12667-0.2056-0.016768-0.079645 0-0.15373 0.044712-0.21856 0.050296-0.062973 0.1155-0.09817 0.20118-0.10928 0.085696-0.00555 0.16021 0.016672 0.23472 0.068533-0.01676-0.024077-0.040976-0.040749-0.063328-0.062973-0.07452-0.050016-0.15462-0.074093-0.25336-0.050016-0.089416 0.018533-0.16393 0.064826-0.22726 0.14448zm0.9985-0.42786c-0.24032 0-0.45454-0.024077-0.60917-0.057421-0.16579-0.040749-0.25335-0.085197-0.25335-0.14262 0-0.024077 0.011184-0.044456 0.04472-0.068533-0.10433 0.040749-0.16022 0.074093-0.16022 0.12595 0.005592 0.057413 0.098736 0.11483 0.28874 0.15929 0.17884 0.044448 0.40798 0.068525 0.68368 0.068525 0.2813 0 0.50484-0.024077 0.68368-0.068525 0.19001-0.044456 0.28129-0.10372 0.28129-0.15929 0-0.040749-0.040984-0.079645-0.1155-0.10928 0.016768 0.011112 0.029808 0.029637 0.029808 0.050008 0 0.057421-0.085696 0.10372-0.25894 0.14262-0.16021 0.035197-0.36512 0.059274-0.61474 0.059274zm0.68554 0.15929c-0.17884 0.040749-0.40797 0.068533-0.68368 0.068533-0.28129 0-0.51042-0.029637-0.68926-0.068533-0.16021-0.040749-0.24589-0.085205-0.2757-0.13151 0.029808 0.20004 0.098736 0.38896 0.19002 0.55566 0.068928 0.10372 0.13785 0.19448 0.20678 0.29265 0.029808 0.057413 0.050296 0.11483 0.063336 0.17225 0.044712 0.062973 0.10992 0.10372 0.19002 0.12595 0.098736 0.035189 0.20119 0.050008 0.30552 0.044457h0.011168c0.10432 0.00555 0.21424-0.011121 0.31483-0.044457 0.074512-0.024077 0.13785-0.062973 0.18442-0.12595h0.00558c0.011178-0.057429 0.02981-0.11484 0.057754-0.17225 0.068928-0.09817 0.13786-0.18893 0.20678-0.29265 0.09128-0.16485 0.15462-0.35377 0.19002-0.55566-0.037256 0.051861-0.12295 0.096317-0.27757 0.13151z" fill="#232629" stroke-width=".007977"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/languages/lexerCsharp.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg"> + <g transform="translate(-326 -534.36)"> + <rect x="326.5" y="535.99" width="0" height="11" fill="#22a7f0"/> + <rect x="321.94" y="538.51" width="0" height="11" fill="#22a7f0"/> + <rect x="317.44" y="526.09" width="0" height="11" fill="#22a7f0"/> + <rect x="318.28" y="538.32" width="0" height="11" fill="#22a7f0"/> + <rect x="313.73" y="540.84" width="0" height="11" fill="#22a7f0"/> + <rect x="309.22" y="528.43" width="0" height="11" fill="#22a7f0"/> + <g transform="matrix(1.25 0 0 1.25 -84.25 -136.34)" fill="#008000" stroke-width="2"> + <rect x="333" y="537.36" width="1" height="16"/> + <rect x="340" y="537.36" width="1" height="16"/> + <rect transform="rotate(90)" x="541.36" y="-345" width="1" height="16"/> + <rect transform="rotate(90)" x="548.36" y="-345" width="1" height="16"/> + </g> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/languages/lexerCython.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg"> + <path d="m12.46 1a9.9605 10 0 0 0-9.9605 10 9.9605 10 0 0 0 9.9605 10 9.9605 10 0 0 0 7.0395-2.9325l-0.88026-0.88375a8.7154 8.75 0 0 1-6.1593 2.5662 8.7154 8.75 0 0 1-8.7154-8.75 8.7154 8.75 0 0 1 8.7154-8.75 8.7154 8.75 0 0 1 6.1593 2.5662l0.88026-0.88375a9.9605 10 0 0 0-7.0395-2.9325z" fill="#0004ff" fill-rule="evenodd" stroke-width="1.2475"/> + <g transform="matrix(.64426 0 0 .64519 5.4364 4.0477)"> + <path d="m9.3333 1c-1.8467 0-3.3333 1.4867-3.3333 3.3333h5v1.6667h-6.6667c-1.8467 0-3.3333 1.4867-3.3333 3.3333v3.3333c0 1.8467 1.4867 3.3333 3.3333 3.3333v-1.6667c0-1.4812 0.64983-2.7937 1.6667-3.7077 0.00113-1e-3 0.00211-0.0023 0.00325-0.0032 0.22024-0.19762 0.45764-0.37623 0.70964-0.53385 0.00205-0.0013 0.00445-2e-3 0.00651-0.0033 0.24818-0.15476 0.50993-0.28704 0.7845-0.39715 0.049445-0.0194 0.10278-0.030962 0.15299-0.048825 0.23327-0.084875 0.47095-0.16243 0.71941-0.21159 0.31035-0.05985 0.6287-0.0944 0.95703-0.0944h6.6667v-5c0-1.8467-1.4866-3.3333-3.3333-3.3333zm0 0.83333c0.46167 0 0.83333 0.37167 0.83333 0.83333s-0.37167 0.83333-0.83333 0.83333-0.83333-0.37167-0.83333-0.83333 0.37167-0.83333 0.83333-0.83333zm8.3333 4.1667v1.6667c0 1.4812-0.65308 2.7969-1.6699 3.7109-0.22024 0.19763-0.45764 0.37622-0.70964 0.53385-2e-3 0.0013-0.0045 2e-3 -0.0065 0.0033-0.24818 0.15475-0.50993 0.28703-0.7845 0.39714-0.04945 0.0194-0.10279 0.03098-0.153 0.04883-0.23328 0.08488-0.47096 0.16244-0.71941 0.21159-0.31035 0.05985-0.6287 0.0944-0.95703 0.0944h-6.6667v5c0 1.8466 1.4866 3.3333 3.3333 3.3333h3.3333c1.8467 5e-6 3.3333-1.4867 3.3333-3.3333h-5v-1.6667h6.6667c1.8467 0 3.3333-1.4867 3.3333-3.3333v-3.3333c0-1.8467-1.4867-3.3333-3.3333-3.3333zm-5 12.5c0.46167 0 0.83333 0.37167 0.83333 0.83333 0 0.46167-0.37167 0.83333-0.83333 0.83333-0.46167 0-0.83333-0.37167-0.83333-0.83333 0-0.46167 0.37167-0.83333 0.83333-0.83333z" fill="#f59e16" stroke-width="1.6667"/> + <path d="m3.6449 15.905c-1.0799-0.23814-1.9515-0.96024-2.3667-1.9609-0.23798-0.57353-0.2435-0.6405-0.2435-2.9573 0-2.4426-4.382e-4 -2.4387 0.35679-3.1674 0.15485-0.31587 0.27272-0.47309 0.59404-0.79237 0.61042-0.60654 1.1535-0.87745 1.9611-0.97826 0.24461-0.030533 1.6685-0.0493 3.7405-0.0493h3.3455v-1.678h-5.025l0.020892-0.19809c0.043445-0.41194 0.12282-0.76663 0.2315-1.0344 0.28459-0.70131 0.91079-1.3795 1.5731-1.7036 0.70139-0.34329 0.70088-0.34322 2.9604-0.36191 1.3056-0.010799 2.1368 0.00118 2.3472 0.033828 0.74508 0.1156 1.36 0.42821 1.8771 0.95435 0.38217 0.3888 0.62886 0.78959 0.80494 1.3078l0.12671 0.37288 0.02794 5.6165-3.4628 2.797e-4c-3.7992 2.8e-4 -3.9821 0.010868-4.7579 0.27498-1.6385 0.55781-2.833 1.853-3.3061 3.5847-0.084508 0.30932-0.10069 0.52546-0.11839 1.5818l-0.020511 1.2235-0.19356-0.0037c-0.10646-2e-3 -0.31941-0.03146-0.47322-0.06537zm5.9786-12.448c0.23032-0.096235 0.37788-0.23824 0.48202-0.46388 0.10874-0.23561 0.10887-0.41585 4.85e-4 -0.65447-0.22285-0.4906-0.79509-0.6686-1.2228-0.38036-0.57245 0.38577-0.50672 1.1986 0.11993 1.4832 0.23169 0.10524 0.39574 0.10933 0.62037 0.015472z" fill="#59f" stroke="#59f" stroke-width=".18644"/> + <path d="m3.8769 16.021c-1.2932-0.19009-2.3276-1.0581-2.7783-2.3311-0.10462-0.29556-0.10766-0.35367-0.12435-2.3767-0.02134-2.5866-0.0035742-2.7756 0.32413-3.4486 0.20725-0.42558 0.2898-0.53952 0.64158-0.88559 0.46207-0.45457 0.84593-0.697 1.3787-0.87072 0.35486-0.11571 0.44157-0.12338 1.7945-0.15867 0.78189-0.020394 2.4127-0.038555 3.6239-0.040356l2.2023-0.00327v-1.4915h-5.017l0.039441-0.33792c0.082337-0.70546 0.25768-1.1849 0.61798-1.6898 0.42952-0.60191 1.1146-1.096 1.8194-1.3123 0.25572-0.078458 0.47917-0.085803 2.6102-0.085803h2.3305l0.37288 0.12699c0.53022 0.18057 0.9215 0.42591 1.3262 0.83156 0.39706 0.398 0.6012 0.71448 0.81882 1.2694l0.14988 0.38221 0.05924 5.803h-3.4512c-2.1311 0-3.6243 0.01902-3.9038 0.049728-1.8332 0.20141-3.4435 1.5466-4.0833 3.4109-0.16642 0.48492-0.2114 0.87998-0.21359 1.8762-0.00101 0.46144-0.015071 0.9491-0.031236 1.0837-0.032921 0.27408-0.022253 0.2699-0.50691 0.19866zm5.8238-12.697c0.22793-0.13357 0.39978-0.41605 0.39978-0.65711 0-0.38236-0.38671-0.76907-0.76907-0.76907-0.37964 0-0.76907 0.38942-0.76907 0.76907 0 0.22876 0.1764 0.52469 0.38858 0.65187 0.25028 0.15002 0.49975 0.15176 0.74977 0.00524z" fill="#59f" stroke="#59f" stroke-width=".18644"/> + <path d="m8.4791 20.868c-1.1305-0.3003-2.0097-1.1819-2.3497-2.3563-0.10661-0.36823-0.10735-0.38954-0.10735-3.0975v-2.7267l3.7521-0.0245c4.0868-0.02668 3.7551-0.0052 4.6099-0.299 0.68486-0.23541 1.3543-0.67684 1.9039-1.2554 0.75974-0.7998 1.219-1.7686 1.3618-2.8724 0.02487-0.19227 0.04587-0.77332 0.04666-1.2912l0.0014-0.94166 0.2447 0.025284c1.4235 0.14709 2.5831 1.1278 2.928 2.4764 0.0826 0.32295 0.09004 0.52992 0.09004 2.5022 0 2.3009-0.0047 2.3571-0.24808 2.9596-0.38832 0.96139-1.3874 1.7661-2.4289 1.9562-0.18272 0.03336-1.4679 0.0505-3.7871 0.0505h-3.5105v1.7246h4.9873v0.15458c0 0.69752-0.41873 1.6179-0.98356 2.1619-0.43106 0.41516-0.71671 0.5953-1.2587 0.79375l-0.34464 0.1262-2.2839 0.0118c-2.1321 0.01102-2.3065 0.0058-2.6234-0.07838zm4.5484-0.76527c0.14329-0.07486 0.34581-0.28173 0.42313-0.43224 0.07192-0.13999 0.06565-0.49923-0.01187-0.68041-0.23374-0.54628-0.98118-0.67393-1.3894-0.23729-0.15562 0.16644-0.22436 0.34315-0.22436 0.57672 0 0.33492 0.19378 0.64097 0.48941 0.77292 0.18463 0.08241 0.55566 0.08257 0.71312 3.26e-4z" fill="#fd5" stroke="#fd5" stroke-width=".18644"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/languages/lexerD.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg"> + <g transform="translate(0 -291.18)"> + <text transform="scale(.9993 1.0007)" x="0.075912669" y="296.52783" fill="#c83737" font-family="sans-serif" font-size="7.4061px" letter-spacing="0px" stroke-width=".18515" word-spacing="0px" style="line-height:1.25" xml:space="preserve"><tspan x="0.075912669" y="296.52783" fill="#c83737" stroke-width=".18515">D</tspan></text> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/languages/lexerDiff.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <g transform="matrix(1.625 0 0 1.6666 30.541 -.80779)" fill="#232629"> + <path d="m-13.025 1.0847v3h-3v2h3v3h2v-3h3v-2h-3v-3z"/> + <path d="m-16.025 11.085v2h8v-2z"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/languages/lexerFortran.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg"> + <path d="m1.5 18.805h1.6813c0.93205 0 1.8486-0.51418 1.8486-1.791v-12.027c0-1.6177-0.5529-1.791-2.27-1.791h-1.1546v-2.1954h18.895v7.9792h-2.203c0-1.9066-0.22339-3.2995-0.78192-4.3394-0.61441-1.1555-1.8743-1.4443-4.0805-1.4443h-4.4939v6.3619h0.87203c2.546 0 3.2207-0.62189 3.1677-3.9354h1.9866v10.323h-1.9866c-0.17765-3.322-0.36841-4.5078-3.5595-4.4715h-0.53286v5.5403c0 1.6177 0.68786 1.791 2.4049 1.791h1.2334v2.1954h-11.026z" fill="#232629" stroke-width=".039738"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/languages/lexerGettext.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg"> + <g transform="translate(-326 -534.36)"> + <rect x="326.5" y="535.99" width="0" height="11" fill="#6c7a89"/> + <rect x="321.94" y="538.51" width="0" height="11" fill="#6c7a89"/> + <rect x="317.44" y="526.09" width="0" height="11" fill="#6c7a89"/> + <g transform="matrix(1.25 0 0 1.25 -84.25 -136.34)" fill="#232629"> + <path d="m329 537.36v16h16v-16zm1 4h14v11h-14z"/> + <path d="m337.47 548.52-1.4271-1.4103 0.0168-0.0168c0.97764-1.09 1.6744-2.343 2.0845-3.669h1.6463v-1.1237h-3.933v-1.1237h-1.1237v1.1237h-3.933v1.1181h6.276c-0.37645 1.0844-0.97202 2.1126-1.7811 3.0116-0.52254-0.57872-0.95516-1.2136-1.2979-1.8822h-1.1237c0.41016 0.91584 0.97203 1.7811 1.6744 2.5621l-2.8599 2.8206 0.79786 0.79783 2.8093-2.8093 1.7474 1.7474 0.42701-1.1462zm3.1633-2.8486h-1.1237l-2.5284 6.7423h1.1237l0.62929-1.6856h2.6688l0.6349 1.6856h1.1237zm-1.4721 3.933 0.91021-2.4328 0.91022 2.4328z"/> + </g> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/languages/lexerHTML.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <g transform="matrix(1.25 0 0 1.25 -529.89 -659.99)" fill="#232629"> + <rect class="ColorScheme-Text" x="383.46" y="518.13" width="0" height="11" color="#eff0f1"/> + <path class="ColorScheme-Text" d="m432.72 528.79c-0.31896 0-0.62792 0.026-0.93788 0.063-0.30396 0.036-0.61392 0.087-0.90589 0.1559-0.094 0.022-0.18497 0.067-0.28096 0.094-0.084 0.023-0.16698 0.037-0.24997 0.063-0.10499 0.033-0.21397 0.059-0.31296 0.094-0.10699 0.038-0.20697 0.083-0.31296 0.1249-0.20597 0.083-0.39695 0.182-0.59393 0.2809-0.071 0.036-0.14898 0.056-0.21897 0.094-0.22997 0.1209-0.44094 0.2629-0.65592 0.4058-0.082 0.055-0.16997 0.098-0.24996 0.1559-0.033 0.024-0.061 0.038-0.094 0.063-0.094 0.071-0.19098 0.1418-0.28097 0.2188-0.10698 0.089-0.20997 0.1869-0.31296 0.2809-0.032 0.03-0.062 0.064-0.094 0.094l-0.031 0.031c-0.016 0.016-0.015 0.047-0.031 0.063-0.20997 0.2039-0.43894 0.3988-0.62492 0.6247-5e-3 0.01 5e-3 0.025 0 0.031-0.18098 0.2199-0.34296 0.4478-0.49994 0.6877-0.021 0.032-0.042 0.061-0.063 0.094-0.015 0.024-0.047 0.037-0.063 0.063-0.06 0.098-0.10099 0.209-0.15598 0.3129-0.018 0.033-0.045 0.061-0.063 0.094-0.075 0.1459-0.14998 0.2898-0.21897 0.4378-4e-3 0.01 4e-3 0.023 0 0.031-0.11699 0.2528-0.22198 0.5136-0.31296 0.7805-0.019 0.053-0.045 0.103-0.063 0.156-3e-3 0.01 3e-3 0.022 0 0.031-0.02 0.062-0.044 0.125-0.063 0.188-0.073 0.2568-0.13998 0.5137-0.18798 0.7806-0.034 0.1919-0.074 0.3968-0.094 0.5938-0.027 0.2648-0.031 0.5417-0.031 0.8125 0 0.4038 0.036 0.7996 0.094 1.1875 6e-3 0.041-7e-3 0.085 0 0.1249 0.044 0.2659 0.11798 0.5248 0.18798 0.7807 0.026 0.096 0.064 0.1859 0.094 0.2809 0.04 0.1289 0.079 0.2489 0.12499 0.3748 0.077 0.2119 0.15598 0.4218 0.24997 0.6246 0.05 0.106 0.10198 0.2099 0.15598 0.3129 0.15198 0.2919 0.31496 0.5747 0.49993 0.8436 0.016 0.024 0.046 0.039 0.063 0.063 0.19797 0.2809 0.39395 0.5597 0.62492 0.8126 0.04 0.044 0.084 0.082 0.12498 0.125 0.04 0.042 0.084 0.084 0.12499 0.1249 0.21397 0.2139 0.45094 0.4048 0.68791 0.5938 0.30596 0.2438 0.62892 0.4587 0.96888 0.6556 0.012 0.01 0.019 0.024 0.031 0.031 0.053 0.03 0.10299 0.065 0.15598 0.094 0.31596 0.156 0.69192 0.3249 0.93788 0.4378 0.10999 0.042 0.23098 0.057 0.34396 0.094 0.053 0.018 0.10299 0.046 0.15598 0.063 0.13598 0.041 0.26797 0.09 0.40595 0.1249 0.042 0.011 0.083 0.021 0.12499 0.031 0.29196 0.069 0.60192 0.1209 0.90588 0.1559 0.30896 0.036 0.61792 0.063 0.93788 0.063 0.33996 0 0.67092-0.021 0.99988-0.063 0.36495-0.048 0.68091-0.1239 0.99987-0.1879 1.6978-0.4358 3.1616-1.4213 4.2185-2.7487 0.028-0.035 0.067-0.058 0.094-0.094 9e-3 -0.012 0.022-0.02 0.031-0.031 0.014-0.018 0.018-0.044 0.031-0.063 0.62292-0.8246 1.0769-1.7801 1.3438-2.8117 0.056-0.2169 0.11799-0.4318 0.15598-0.6557 5e-3 -0.03-5e-3 -0.063 0-0.094 6e-3 -0.04 0.025-0.079 0.031-0.125 6e-3 -0.043 0.026-0.082 0.031-0.1249h-0.031c0.044-0.3289 0.094-0.6587 0.094-0.9996 0-0.5517-0.05-1.1034-0.15598-1.6242-9e-3 -0.043-0.022-0.082-0.031-0.1249-0.046-0.2079-0.12398-0.4229-0.18798-0.6248-3e-3 -0.01 3e-3 -0.022 0-0.031-0.012-0.038-0.018-0.056-0.031-0.094-0.039-0.119-0.081-0.2579-0.12498-0.3748-0.012-0.032-0.018-0.064-0.031-0.094-0.043-0.109-0.10799-0.2059-0.15598-0.3128-2e-3 0 2e-3 -0.026 0-0.031-0.025-0.054-0.068-0.1029-0.094-0.1559-0.098-0.2029-0.19797-0.3998-0.31296-0.5937-0.058-0.098-0.094-0.2169-0.15598-0.3129-0.024-0.036-0.069-0.058-0.094-0.094-0.067-0.099-0.14698-0.185-0.21897-0.2809-0.08-0.1-0.13999-0.2159-0.21898-0.3129-5e-3 -0.01 5e-3 -0.025 0-0.031-0.17197-0.2089-0.36995-0.4028-0.56292-0.5937-0.093-0.092-0.18398-0.1939-0.28097-0.2809-0.028-0.025-0.065-0.038-0.094-0.063-0.20897-0.1819-0.42994-0.3398-0.65592-0.4996-0.055-0.038-0.10098-0.088-0.15598-0.125-0.07-0.046-0.14798-0.081-0.21897-0.1249-0.13498-0.084-0.26597-0.174-0.40595-0.2499-0.12298-0.067-0.24797-0.127-0.37495-0.1879-0.21397-0.102-0.43195-0.198-0.65592-0.2809-0.26596-0.099-0.53393-0.1799-0.8129-0.2499-0.24496-0.062-0.49693-0.118-0.7499-0.1559-0.39695-0.061-0.8049-0.094-1.2188-0.094m0 0.9996c0.29896 0 0.58493 0.027 0.87489 0.063 0.17998 0.023 0.35496 0.058 0.53093 0.094h0.031c0.16598 0.035 0.33796 0.079 0.49994 0.1249 0.096 0.027 0.18698 0.063 0.28097 0.094 0.17197 0.057 0.33395 0.1169 0.49993 0.1879 0.19398 0.08 0.37896 0.1528 0.56293 0.2498-0.031 0.01-0.063 0.021-0.094 0.031-0.047 0.017-0.11298 0.096-0.12498 0.1249-0.02 0.048 5e-3 0.115 0 0.188 0.038 0.017 0.06 0.089 0.12498 0.1249 0.025 0.014 0.041-0.01 0.063 0 0.038 0.021 0.07 0.087 0.063 0.1249-0.011 0.055-0.088 0.022-0.12498 0.063 6e-3 0.078-0.043 0.105-0.063 0.1559 0.012 0.033 0.057 0.024 0.063 0.063-7e-3 0.043-0.079 0.049-0.063 0.094 0.072 0.056 0.15098-0.022 0.21897-0.031 0.14898-0.019 0.28297 0.041 0.37495-0.031-0.012-0.071 0.10099-0.092 0.094-0.1559-6e-3 -0.048-0.09-0.061-0.12498-0.094-0.019-0.018-0.04-0.059-0.063-0.094-0.026-0.04-0.064-0.087-0.094-0.125-0.039-0.052-0.12498-0.1169-0.12498-0.1559 1e-3 -0.045 0.052-0.063 0.063-0.125-0.012-0.057-0.11699 0-0.12499-0.063 2e-3 -0.019 0.021-0.051 0.031-0.063 0.14998 0.082 0.29796 0.1789 0.43795 0.2809 0.032 0.021 0.062 0.041 0.094 0.063 0.10798 0.081 0.20697 0.17 0.31296 0.2499-0.067 0.012-0.10099 0.09-0.15598 0.156-0.038 0.046-0.099 0.1009-0.15598 0.1249-0.028 0.012-0.068-0.016-0.094 0-0.037 0.025-0.051 0.096-0.094 0.125-0.031 0.021-0.12399 0.094-0.15598 0.094-0.038 1e-3 -0.098-0.04-0.12499-0.031-0.04 0.013-0.017 0.077-0.063 0.094-0.088 0.031-0.24997-0.069-0.28096 0.063 0.038 0.076 0.15298 0.051 0.21897 0.094 0.042 0.026 0.11399 0.143 0.12498 0.1879 0.01 0.038 0.015 0.179 0 0.2189-0.041 0.106-0.15898 0.097-0.28096 0.094-0.034-1e-3 -0.063 0-0.094 0-0.20697-0.014-0.40695-0.085-0.49994 0.063 7e-3 0.1129 0.025 0.1829 0 0.2808-0.018 0.072-0.097 0.125-0.094 0.188 2e-3 0.032 0.055 0.082 0.063 0.1249 5e-3 0.023-0.011 0.073 0 0.094 0.034 0.066 0.12699-0.01 0.18798 0 0.059 0.01 0.12598 0.1209 0.12498 0.1879-1e-3 0.046-0.033 0.1119-0.063 0.1559-0.058 0.089-0.16698 0.077-0.24997 0.1249-0.07 0.039-0.084 0.1189-0.12498 0.1879-0.044 0.074-0.081 0.1109-0.063 0.2189-0.06 0.1179-0.12598 0.1939-0.24997 0.2499-0.037 0.017-0.092 0.039-0.12498 0.063-0.027 0.019-0.056 0.051-0.094 0.094-0.047 0.052-0.1 0.085-0.12499 0.125-0.019 0.031-0.01 0.084-0.031 0.1249-0.029 0.056-0.088 0.1-0.12498 0.1559-0.017 0.026-0.043 0.059-0.063 0.094-0.042 0.077-0.10099 0.1509-0.094 0.2189 7e-3 0.066 0.089 0.068 0.094 0.1249 4e-3 0.032-0.033 0.059-0.031 0.094 1e-3 0.051 0.027 0.086 0.031 0.1249 0.01 0.099-0.044 0.12-0.063 0.188-9e-3 0.032 8e-3 0.068 0 0.094-0.016 0.05-0.093 0.098-0.094 0.156-1e-3 0.042 0.059 0.097 0.063 0.1559 2e-3 0.04-0.038 0.057-0.031 0.094 0.014 0.073 0.16198 0.162 0.21897 0.2189 0.075 0.075 0.15498 0.139 0.18798 0.219 0.027 0.067 0.041 0.1678 0.094 0.2188 0.039 0.037 0.10598 0.054 0.15598 0.094 0.047 0.036 0.10698 0.055 0.15598 0.094 0.081 0.064 0.18297 0.1969 0.31296 0.1879 0.068-0.01 0.14198-0.05 0.21897-0.063 0.079-0.014 0.16998-0.039 0.24997-0.031 0.061 0.01 0.12398 0.066 0.18797 0.063 0.067 0 0.14299-0.061 0.21898-0.094 0.13198-0.057 0.33896-0.1529 0.53093-0.1249 0.14598 0.021 0.14898 0.2169 0.24997 0.2809 0.11798 0.01 0.21897-0.054 0.31296-0.031 0.07 0.017 0.14898 0.1319 0.15598 0.1879 7e-3 0.058-0.054 0.121-0.063 0.1559-0.018 0.078-0.017 0.169-0.031 0.2189-0.011 0.038-0.032 0.086-0.031 0.125 0 0.035 0.058 0.1419 0.094 0.1879 0.044 0.056 0.10299 0.096 0.15598 0.1559 0.087 0.109 0.15498 0.2359 0.21897 0.3749 0.017 0.037-0.016 0.077 0 0.1249-0.029 0.2239-0.10298 0.3769-0.24997 0.6247-0.069 0.08-0.15798 0.15-0.15598 0.2499-5e-3 0.2399 0.13599 0.3928 0.12499 0.6247-0.024 0.3118 0.024 0.3328 0 0.4997 0.10499 0.053 0.031 0.2329 0 0.3439-0.045 0.1319-0.1 0.1619-0.12499 0.2499 0.071 0.031 0.17098 0.019 0.24997 0 0 0 0.096 0.4008 0.094 0.4058-0.8069 0.7967-1.8188 1.3874-2.9376 1.7182-0.54993 0.1329-0.71291 0.1329-0.96888 0.1879-0.33395 0.055-0.68291 0.094-1.0309 0.094-0.24296 0-0.48293-0.01-0.71891-0.031-0.18197-0.018-0.35395-0.062-0.53093-0.094-0.053-0.01-0.10398-0.02-0.15598-0.031-0.16298-0.055-0.35095-0.088-0.49994-0.1249-0.16997-0.048-0.33495-0.096-0.49993-0.156 0.014-0.013 0.027-0.011 0.031-0.031 9e-3 -0.04 2e-3 -0.062 0-0.1249 0.015-0.065 0.08-0.058 0.094-0.1249-0.028-0.048-0.083-0.038-0.12498-0.063-0.041-0.024-0.068-0.074-0.063-0.125 0.07-0.029 0.19997 0.066 0.24996-0.031 0.025-0.046-0.034-0.1409 0-0.1879 0.023-0.031 0.16898-0.055 0.21898-0.063 0.071-0.012 0.14798-0.01 0.18797-0.031 0.044-0.029 0.10099-0.105 0.094-0.188-4e-3 -0.039-0.033-0.059-0.063-0.094-0.025-0.029-0.013-0.066-0.031-0.094-0.031-0.047-0.08-0.058-0.094-0.1249 0.096-0.019 0.23597 0.1019 0.37496 0.063 0.066-0.019 0.15698-0.188 0.18797-0.2499 0.01-0.019-0.01-0.04 0-0.063 0.012-0.026 0.059-0.049 0.063-0.063 0.01-0.036-8e-3 -0.071 0-0.094 0.024-0.068 0.085-0.075 0.12498-0.125 0.03-0.038 0.065-0.087 0.094-0.1249 0.031-0.041 0.042-0.089 0.063-0.125 0.02-0.1219-0.06-0.2059-0.031-0.3128 0.032-0.12 0.19598-0.165 0.31296-0.2189 0.04-0.019 0.092-0.05 0.12499-0.063 0.08-0.028 0.17598-0.036 0.24997-0.063 0.12498-0.046 0.15698-0.1669 0.21897-0.2809 0.029-0.054 0.057-0.1179 0.063-0.1559 5e-3 -0.035-7e-3 -0.053 0-0.094 6e-3 -0.04 0.02-0.081 0.031-0.1248 0.014-0.058 0.031-0.1539 0.031-0.2189 0-0.053-0.029-0.078-0.031-0.1249-9e-3 -0.173 0.061-0.218 0.12498-0.3129 0.032-0.047 0.04-0.091 0.063-0.125 0.10799-0.1609 0.29497-0.2259 0.28097-0.4688-5e-3 -0.08-0.035-0.2558-0.094-0.2808-0.034-0.015-0.10699-0.011-0.15598-0.031-0.15798-0.059-0.27397-0.2689-0.43795-0.2809-0.035 0-0.055 0.031-0.094 0.031-0.065 0-0.14698-0.053-0.21897-0.063-0.046-0.01-0.12898 0.013-0.15598 0-0.042-0.02-0.029-0.1019-0.063-0.1249-0.027-0.018-0.084-0.015-0.12498-0.031-0.066-0.025-0.11199-0.056-0.18798-0.063-0.023-1e-3 -0.067 0-0.094 0-0.042-0.01-0.086-0.04-0.12498-0.063-0.048-0.029-0.074-0.052-0.094-0.094 0.044-0.1439-0.096-0.1669-0.12498-0.2499-0.014-0.039 0.013-0.09 0-0.1249-0.017-0.05-0.071-0.084-0.12499-0.125-0.097-0.074-0.17398-0.1389-0.31296-0.1559-0.061-0.01-0.14498 0-0.21897 0-0.078-0.01-0.16098-0.058-0.21897-0.125-0.056-0.065-0.076-0.1249-0.12499-0.1559-0.047-0.03-0.12398-0.031-0.15598-0.063-0.014-0.014-0.017-0.031-0.031-0.063-0.023-0.048-0.061-0.098-0.031-0.156-0.053-0.027-0.035 0.072-0.094 0.063-0.052-0.074-0.10099-0.115-0.21897-0.094-0.054 0.01-0.093 0.06-0.15598 0.063-0.052 0-0.088-0.053-0.15598-0.063-0.052-0.01-0.11999 0.036-0.15598 0.031-0.057-0.011-0.073-0.059-0.12499-0.094-0.038-0.025-0.10398-0.095-0.12498-0.094-0.067 0-0.12598 0.1429-0.21897 0.094-0.045-0.057 0.085-0.071 0.031-0.125-0.04-0.041-0.061 0.01-0.094 0.031-0.037 0.025-0.084 0.047-0.12499 0.063-0.092 0.034-0.14698 0.025-0.21897 0.063-0.066 0.034-0.087 0.088-0.12499 0.156-0.031 0.056-0.079 0.1529-0.12498 0.1559-0.056 0-0.10599-0.072-0.15598-0.094-0.15298-0.066-0.24797 0.03-0.37495 0.031-0.11799 0-0.28697-0.1709-0.28097-0.2808 4e-3 -0.067 0.054-0.166 0.063-0.2499 6e-3 -0.066 0.062-0.127 0.063-0.1879 1e-3 -0.081-0.13499-0.147-0.18798-0.156-0.12498-0.023-0.29496 0.061-0.43794 0-0.027-0.045 0.047-0.081 0.063-0.1249 9e-3 -0.025-9e-3 -0.034 0-0.063 0.016-0.042 0.074-0.08 0.094-0.1249 0.015-0.034 0.016-0.082 0.031-0.125 0.017-0.049 0.059-0.091 0.063-0.1249 5e-3 -0.045-0.027-0.095-0.063-0.125-0.11098 0.01-0.18697 0-0.24997 0.031-0.14398 0.066-0.10598 0.2659-0.24997 0.3129-0.05 0.016-0.13298 0.021-0.18797 0.031-0.047 0.01-0.10699 0.032-0.15598 0.031-0.058-1e-3 -0.15298-0.057-0.18798-0.094-9e-3 -0.01-0.024-0.036-0.031-0.063 2e-3 -0.01-2e-3 -0.021 0-0.031 0.046-0.2229 0.093-0.4438 0.15598-0.6557 3e-3 -0.01-3e-3 -0.022 0-0.031 0.042-0.1389 0.10298-0.2699 0.15598-0.4058 0.013-0.01 0.019-0.023 0.031-0.031 0.077-0.053 0.15598-0.1189 0.24997-0.1249 0.057 0 0.16398 0.02 0.21897 0.031 0.05 0.01 0.082 0.059 0.12499 0.063 0.12298 0.01 0.14898-0.1029 0.24997-0.1559 0.10398 0.015 0.15598-0.01 0.24996 0 0.064 0.01 0.13799 0.09 0.18798 0.094 0.042 0 0.053-0.069 0.094-0.063 0.04 0.01 0.11898 0.1079 0.12498 0.1559 7e-3 0.06-0.048 0.122-0.031 0.1879 0.063 0.064 0.19097 0.056 0.28096 0.094 0.059-0.048 9e-3 -0.118 0-0.1879-2e-3 -0.031 4e-3 -0.066 0-0.094-6e-3 -0.048-0.031-0.084-0.031-0.1249-1e-3 -0.1899 0.15398-0.2999 0.28096-0.3749 0.055-0.033 0.10799-0.069 0.15598-0.094 0.067-0.034 0.1-0.063 0.15598-0.094 0.10099-0.057 0.20198-0.092 0.28097-0.1559 0.037-0.086-4e-3 -0.1959 0-0.2809 0.037-0.022 0.055 0 0.094 0 0.061-0.013 0.09-0.091 0.12499-0.1249 0.02-0.02 0.069-0.043 0.094-0.063 0.061-0.048 0.072-0.104 0.12498-0.125 0.019-0.01 0.064-0.017 0.094-0.031 0.04-0.011 0.092-0.04 0.15598-0.063 0.042-0.014 0.13998-0.015 0.15598-0.031 0.02-0.02-6e-3 -0.095 0-0.1249 0.032-0.151 0.27196-0.168 0.40595-0.2189 0.094-0.036 0.17798-0.114 0.28096-0.094-0.02 0.072-0.10998 0.038-0.094 0.1249 0.023 0.121 0.17598-0.013 0.21898-0.031 0.081-0.034 0.23697-0.055 0.34395-0.094 0.094-0.034 0.24497-0.08 0.15598-0.1879-0.074 0-0.092 0.066-0.15598 0.094-0.044 0.01-0.056-0.027-0.094-0.031-0.036 0-0.057 0.038-0.094 0.031-0.037-0.01-0.088-0.082-0.094-0.1249-0.015-0.111 0.10999-0.136 0.15598-0.2189-0.03-0.101-0.16598-0.024-0.24997-0.063 9e-3 -0.06 0.055-0.1139 0.12499-0.1249 0.057-0.01 0.18497 0.01 0.21897 0.031 0.02 0.017 0 0.066 0.031 0.094 0.034 0.031 0.081 0.01 0.12499 0 0.016-0.076-0.10599-0.043-0.094-0.094 0.09-0.059 0.26497-0.016 0.37495-0.031 0.063-0.01 0.13099-0.062 0.18798-0.094 0.054-0.03 0.099-0.081 0.15598-0.031 0.016 0.054-0.032 0.066-0.063 0.094-0.10199 0.091-0.20198 0.2069-0.28097 0.3128 0.049 0.048 0.13599 0.022 0.21898 0.031 0.032 0 0.06 0.025 0.094 0.031 0.04 0.01 0.094-0.012 0.12499 0 0.056 0.014 0.07 0.094 0.12498 0.094 0.091 0 0.083-0.125 0.031-0.1879 0.016-0.063 0.053-0.08 0.031-0.125-0.041-0.082-0.21097 0.014-0.21897-0.094-5e-3 -0.067 0.07-0.075 0.094-0.125-0.011-0.1289 0.10598-0.1349 0.094-0.2499-6e-3 -0.048-0.06-0.049-0.094-0.094-0.017-0.023-0.01-0.076-0.031-0.094-0.07-0.059-0.20997-0.044-0.21897-0.1559-4e-3 -0.066 0.01-0.115 0-0.1879-9e-3 -0.067-0.066-0.2679-0.12498-0.2809-0.075-0.016-0.12899 0.1139-0.21898 0.1559-0.049 0.023-0.13898 0.04-0.18797 0.031-0.032-0.01-0.089-0.032-0.094-0.094-6e-3 -0.07 0.05-0.082 0.063-0.1558-0.011-0.044-0.051-0.029-0.094-0.063-0.049-0.037-0.091-0.1159-0.15598-0.1249-0.033 0-0.093 0.029-0.12498 0.031-0.06 0-0.10599-0.015-0.15598-0.031 0.021-0.01 0.041-0.024 0.063-0.031 0.12198-0.042 0.24997-0.059 0.37495-0.094 0.022-0.01 0.041-0.025 0.063-0.031 0.031 0.033 0.056 0.1029 0.094 0.1249 0.025 0.014 0.063-0.01 0.094 0 0.098 0.03 0.17398 0.085 0.28097 0.063 0.037-0.065-0.074-0.074-0.031-0.125 0.072 0.01 0.13198 0.04 0.18798 0.063 0.077-0.056 0.12798-0.066 0.12498-0.1559-1e-3 -0.046-0.062-0.063-0.094-0.094 0.063-0.011 0.12399-0.022 0.18798-0.031 5e-3 0.017 0.021 0.03 0.031 0.031 0.038 0.01 0.16498-0.051 0.18797-0.063 4e-3 0-6e-3 -0.027 0-0.031 0.25297-0.027 0.52094-0.031 0.7809-0.031m-2.4997 0.4688c-0.023 0.043-0.047 0.079-0.094 0.094 0.012 0.065-0.084 0.1049-0.094 0.1558-6e-3 0.035-2e-3 0.094 0 0.125 0.02 0.3189-0.25096 0.4768-0.56293 0.4688-0.061 0.058-0.029 0.1699-0.063 0.2499-0.028 0.067-0.11998 0.1309-0.18797 0.1249-0.05 0-0.12499-0.079-0.12499-0.1249 0-0.057 0.081-0.091 0.031-0.156 7e-3 -0.044 0.10598-0.086 0.094-0.1559-0.012-0.074-0.096-0.019-0.18798-0.031-0.052-0.01-0.13298-0.037-0.18798-0.063 0.10099-0.067 0.20498-0.126 0.31296-0.188 0.094-0.056 0.18498-0.1049 0.28097-0.1559 0.25197-0.1269 0.52193-0.2438 0.7809-0.3437m5.3743 0.7495c-0.027 0-0.04 0.018-0.063 0.031-0.051 0.031-0.054 0.079-0.094 0.094-0.054 0.021-0.11698 0.01-0.12498 0.063-6e-3 0.041 0.033 0.055 0.031 0.094-0.02 0.049-0.053 0.066-0.063 0.1249 0.068 0.11 0.22897-0.01 0.31296-0.031 0.038-0.011 0.073 0 0.094-0.031 0.023-0.035 0.013-0.105 0.031-0.156 0.019-0.056 0.069-0.043 0.063-0.094-6e-3 -0.05-0.10599-0.102-0.18797-0.094m-7.3121 0.7807c0.061 0.016 0.19597 0.1929 0.063 0.2499-0.013 0.01-0.18698 0.036-0.21897 0.031-0.046-0.01-0.078-0.086-0.12499-0.094-0.092-0.016-0.21797 0.101-0.28096 0 0.016-0.059 0.086-0.043 0.15598-0.063 0.12498-0.034 0.29796-0.1529 0.40595-0.1249m0.24996 0.3128c0.031 0 0.056 0.059 0.094 0.063 0.036 0 0.072-0.036 0.094-0.031 0.056 0.015 0.084 0.115 0.031 0.156-0.044 0-0.061-0.037-0.094-0.031-0.091 0.016-0.11999 0.1929-0.18798 0.1879-0.064-0.01-0.096-0.1409-0.031-0.1879 2e-3 -0.04-0.033-0.054-0.031-0.094 0.02-0.025 0.072-0.066 0.12498-0.063m-0.31296 0.031c0.019 1e-3 0.024 0 0.031 0-9e-3 0.071-0.039 0.091-0.094 0.125-0.095 0.057-0.15698 0.1279-0.18797 0.2499-9e-3 0.036-0.11099 0.1339-0.15598 0.1249-0.10599-0.022 0.038-0.2199 0.063-0.2499 0.027-0.033 0.062-0.056 0.094-0.094 0.03-0.037 0.033-0.105 0.063-0.125 0.032-0.022 0.13198-0.033 0.18797-0.031m9.4988 0.031c0.048 0.013 0.058 0.069 0.094 0.094 0.027 0.018 0.064 0.012 0.094 0.031 0.035 0.022 0.054 0.06 0.094 0.094 0.056 0.047 0.13998 0.088 0.21897 0.125 0.016 0.01 0.044 0.023 0.063 0.031 0.055 0.071 0.10399 0.1449 0.15598 0.2189 6e-3 0.04 0.012 0.099 0.031 0.1249 0.052 0.071 0.13098 0.1319 0.18798 0.2189-1e-3 0.083 0.036 0.133 0.094 0.1559 0.073 0.124 0.14898 0.2479 0.21897 0.3748 0.029 0.058 0.035 0.1289 0.063 0.1879-0.021 0-0.043 0.01-0.063 0-0.066-0.116-0.40895-0.1389-0.43795 0.031-0.013 0.075 0.049 0.1749-0.063 0.1879-0.071 0.01-0.15298-0.073-0.24997-0.094-0.04-0.01-0.094 0.014-0.12498 0-0.073-0.025-0.062-0.1119-0.12498-0.1559-0.036-0.025-0.12999-0.056-0.18798-0.063h-0.094c-0.045-0.01-0.11798-0.01-0.15598-0.031-0.036-0.022-0.11599-0.062-0.12498-0.094-0.014-0.049 0.09-0.1139 0.094-0.1558 2e-3 -0.031-0.023-0.045-0.031-0.094-5e-3 -0.029 6e-3 -0.074 0-0.094-0.01-0.034-0.071-0.062-0.12499-0.063-0.048 0-0.084 0.03-0.12498 0.031-0.059 1e-3 -0.17698-0.037-0.24997-0.031-0.044 0-0.084 0.028-0.12499 0.031-0.11598 0.01-0.19097-0.01-0.28096 0-0.066 0-0.18898 0.034-0.24997 0.063-0.031 0.014-0.054 0.043-0.094 0.063-0.018 0.01-0.039 0.021-0.063 0.031-0.038 0.017-0.089 0.053-0.12498 0.063-0.052 0.013-0.12399 0-0.21898 0-0.068 0-0.18697-0.014-0.18797-0.094-1e-3 -0.1229 0.22697-0.072 0.34396-0.094 0.044-0.01 0.073-0.063 0.12498-0.094 0.025-0.015 0.039-0.015 0.063-0.031 0.04-0.028 0.11898-0.093 0.12498-0.1249 6e-3 -0.03-0.035-0.072-0.031-0.094 5e-3 -0.028 0.057-0.058 0.094-0.094 0.056-0.055 0.087-0.1199 0.15598-0.1559 0.047-0.025 0.13499-0.024 0.15599-0.063 5e-3 -0.043-1e-3 -0.055 0-0.094 0.029-0.027 0.038-0.058 0.063-0.063 0.072-0.016 0.13498 0.035 0.21897 0.031 0.036 0 0.086-0.01 0.12498-0.031 0.033-0.022 0.062-0.045 0.094-0.063 0.035-0.018 0.051-0.059 0.094-0.063 0.10499-0.01 0.17098 0.1239 0.21897 0.1879 0.04 0.053 0.15299 0.1189 0.21898 0.1559 0.037 0.021 0.084 0.045 0.12498 0.063 0.087 0.039 0.24697 0.1649 0.24997 0.2499 2e-3 0.042-0.038 0.054-0.031 0.094 0.066 0.011 0.12298-0.059 0.12498-0.1249 1e-3 -0.041-0.039-0.05-0.031-0.094 0.031-0.066 0.14798-0.01 0.18798-0.031-7e-3 -0.075-0.12398-0.086-0.18798-0.1249-0.034-0.021-0.058-0.048-0.094-0.063-0.052-0.021-0.11598-0.032-0.15598-0.063-0.038-0.029-0.057-0.08-0.094-0.1249-0.054-0.064-0.15798-0.073-0.12498-0.2189 0.016-0.022 0.037-0.069 0.063-0.063m-8.8119 0.2189h0.094c0.034 1e-3 0.08-0.018 0.094 0-0.022 0.088-0.21197 0.063-0.28096 0.031 4e-3 -0.033 0.05-0.027 0.094-0.031m-0.31296 0.156c0.023 0 0.039-0.01 0.063 0-0.062 0.052-0.14398 0.092-0.24997 0.1249-0.051 0.016-0.11598 0.025-0.12498-0.031-0.011-0.069 0.047-0.056 0.094-0.063 0.058-0.01 0.14999-0.029 0.21898-0.031m8.6869 0c-0.043 0.014-0.066 0.1129 0 0.1249 0.031-0.018 0.039-0.068 0.031-0.1249-0.017-0.018-0.017 0-0.031 0m-0.031 0.1879c-0.021 0.01-0.04 0.01-0.063 0.031 1e-3 0.075 0.015 0.1229 0 0.1879 0.043 0.082 0.13398 0.026 0.15598-0.031 0.026-0.1389-0.03-0.2049-0.094-0.1879m0.43795 0.3748c0.049 0.08 0.14098 0.137 0.24997 0.1559 0.04-0.03 0.044-0.1049 0.063-0.1559-0.047 1e-3 -0.097 0-0.15598 0-0.059 0-0.12198-0.028-0.15598 0m-11.687 2.6867c0.16398-0.01 0.21197 0.2159 0.34395 0.2809 0.033 0.017 0.082 0.022 0.12499 0.031 0.035 0.01 0.061 0.02 0.094 0.031 0.071 0.024 0.16198 0.01 0.21897 0.031 0.085 0.038 0.14598 0.2069 0.21897 0.2499 4e-3 0.043-0.013 0.093 0 0.1249 0.035 0.047 0.099 0.064 0.15598 0.094 0.068 0.037 0.092 0.1269 0.15598 0.1559 0.022 0.01 0.059-0.01 0.094 0 0.088 0.027 0.11199 0.1468 0.18798 0.1248 0.05-0.014 0.055-0.078 0.063-0.1248 0.033-0.036 0.074-0.093 0.12498-0.094 0.083 0 0.095 0.075 0.12499 0.1559 0.017 0.046 0.051 0.1079 0.063 0.1559 0.021 0.083 0.017 0.3249 0 0.3748-0.021 0.061-0.10599 0.089-0.15598 0.156-0.024 0.031-0.044 0.071-0.063 0.094-0.032 0.04-0.069 0.057-0.094 0.094-0.014 0.021-0.018 0.066-0.031 0.094-0.04 0.085-0.096 0.148-0.063 0.2499 0.014 0.042 0.062 0.076 0.063 0.125 0 0.058-0.11498 0.093-0.12498 0.1559-7e-3 0.047 0.048 0.126 0.063 0.1879 0.011 0.047 0.097 0.094 0.12498 0.125 0.047 0.053 0.082 0.1209 0.12499 0.1879 0.085 0.1299 0.13598 0.2799 0.21897 0.4058 0.043 0.066 0.12698 0.119 0.15598 0.1879 0.015 0.035-0.014 0.094 0 0.125 0.048 0.1079 0.26597 0.2279 0.37495 0.2809 0.051 0.025 0.10999 0 0.15598 0.031 0.071 0.039 0.21398 0.1569 0.24997 0.2189 0.032 0.056 0.047 0.1929 0.063 0.2808 0.021 0.117-5e-3 0.2169 0 0.3439 4e-3 0.069 0.03 0.1189 0.031 0.1879 0 0.024 1e-3 0.07 0 0.094-2e-3 0.083 7e-3 0.1659 0 0.2498-4e-3 0.046-3e-3 0.087 0 0.125 4e-3 0.041 0.028 0.057 0.031 0.094 2e-3 0.039-0.035 0.095-0.031 0.125 9e-3 0.084 0.077 0.1419 0.094 0.2189 0.013 0.061 0.039 0.2079 0.031 0.2809-5e-3 0.039-0.025 0.083-0.031 0.1249-4e-3 0.033 5e-3 0.062 0 0.094-6e-3 0.047-0.034 0.081-0.031 0.1249 6e-3 0.09 0.08 0.16 0.094 0.2499 5e-3 0.03-1e-3 0.065 0 0.094 1e-3 0.027 0.023 0.038 0.031 0.063-0.26297-0.1499-0.50894-0.3178-0.74991-0.4997-0.22897-0.173-0.45094-0.3639-0.65592-0.5628l-0.031-0.031c-0.20698-0.2039-0.41395-0.4278-0.59393-0.6557-0.10398-0.1319-0.21797-0.2669-0.31296-0.4058-0.056-0.083-0.10399-0.1639-0.15598-0.2499-0.032-0.051-0.063-0.104-0.094-0.1559-0.089-0.153-0.17297-0.3078-0.24997-0.4687-0.049-0.101-0.081-0.2079-0.12498-0.3129-0.10499-0.2479-0.20497-0.4888-0.28096-0.7497-0.054-0.1849-0.086-0.3708-0.12499-0.5627-0.03-0.146-0.073-0.2889-0.094-0.4378-0.011-0.081-0.023-0.168-0.031-0.2499-0.024-0.2349-0.031-0.4768-0.031-0.7186 0-0.3019 0.026-0.5837 0.063-0.8746 1e-3 -0.01-1e-3 -0.021 0-0.031 0.063 0 0.14899-0.092 0.21898-0.094m2.6877 0.7497c0.064-0.029 0.084 0.117 0.031 0.125-0.05 0.01-0.08-0.102-0.031-0.125" color="#eff0f1"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/languages/lexerIDL.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg"> + <g transform="translate(0 -291.18)" fill="none"> + <circle cx="2.9101" cy="294.07" r="1.4302" stroke="#232629" stroke-width=".61294"/> + <g transform="matrix(.43758 0 0 .43758 .12457 166.9)" stroke="#da4453"> + <rect x="4.259" y="290.41" width="5.9853" height=".43437" stroke-width=".8885"/> + <path transform="matrix(.99914 0 0 1.0004 .0035576 -.13862)" d="m11.471 290.65-0.86826 0.50129v-1.0026z" stroke-width=".94873"/> + <path transform="matrix(-.99914 0 0 1.0004 12.729 -.13862)" d="m11.471 290.65-0.86826 0.50129v-1.0026z" stroke-width=".94873"/> + </g> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/languages/lexerJSON.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg"> + <g transform="translate(-326 -534.36)"> + <rect x="276.23" y="514.7" width="0" height="14.668" fill="#cf000f"/> + <rect x="283.19" y="537.27" width="0" height="14.668" fill="#cf000f"/> + <rect x="285" y="536.21" width="0" height="14.668" fill="#cf000f"/> + <rect x="276.23" y="514.7" width="0" height="14.668" fill="#cf000f"/> + <rect x="283.19" y="537.27" width="0" height="14.668" fill="#cf000f"/> + <rect x="285" y="536.21" width="0" height="14.668" fill="#cf000f"/> + <rect x="276.23" y="514.7" width="0" height="14.668" fill="#cf000f"/> + <rect x="283.19" y="537.27" width="0" height="14.668" fill="#cf000f"/> + <rect x="285" y="536.21" width="0" height="14.668" fill="#cf000f"/> + <rect x="276.23" y="514.7" width="0" height="14.668" fill="#cf000f"/> + <rect x="283.19" y="537.27" width="0" height="14.668" fill="#cf000f"/> + <rect x="285" y="536.21" width="0" height="14.668" fill="#cf000f"/> + <rect x="293.38" y="518.48" width="0" height="14.668" fill="#cf000f"/> + <rect x="300.34" y="541.05" width="0" height="14.668" fill="#cf000f"/> + <rect x="302.16" y="539.99" width="0" height="14.668" fill="#cf000f"/> + <path d="m335.76 535.36c-2.3099 0-3.2779 0.88296-3.2779 3.1372v3.0518c0 1.3922-0.0444 3.0054-1.3203 3.0054h-0.66015v1.6113h0.66015c1.2759 0 1.3203 1.6131 1.3203 3.0054v3.0518c0 2.2542 0.96804 3.1372 3.2779 3.1372v-1.4795c-1.5399 0-1.5615-0.59792-1.5615-2.7637v-2.5195c0-1.0386-0.26613-2.5842-1.5641-3.2251 1.298-0.64087 1.5641-2.1888 1.5641-3.2276v-2.5415c0-2.1658 0.0216-2.7637 1.5615-2.7637zm2.4629 0v1.4795c1.5399 0 1.5818 0.59792 1.5818 2.7637v2.5415c0 1.0388 0.26612 2.5867 1.5641 3.2276-1.2979 0.64088-1.5641 2.1865-1.5641 3.2251v2.5195c0 2.1658-0.0419 2.7637-1.5818 2.7637v1.4795c2.3099 0 3.2982-0.88296 3.2982-3.1372v-3.0518c0-1.3922 0.0891-3.0054 1.3432-3.0054h0.6373v-1.6113h-0.6373c-1.2539 0-1.3432-1.6131-1.3432-3.0054v-3.0518c0-2.2542-0.98836-3.1372-3.2982-3.1372z" fill="#cf74e0"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/languages/lexerJava.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <g transform="translate(-326 -534.36)"> + <rect x="256.23" y="514.7" width="0" height="14.668" fill="#16907d"/> + <rect x="263.19" y="537.27" width="0" height="14.668" fill="#16907d"/> + <rect x="265" y="536.21" width="0" height="14.668" fill="#16907d"/> + <rect x="256.23" y="514.7" width="0" height="14.668" fill="#16907d"/> + <rect x="263.19" y="537.27" width="0" height="14.668" fill="#16907d"/> + <rect x="265" y="536.21" width="0" height="14.668" fill="#16907d"/> + <rect x="256.23" y="514.7" width="0" height="14.668" fill="#16907d"/> + <rect x="263.19" y="537.27" width="0" height="14.668" fill="#16907d"/> + <rect x="265" y="536.21" width="0" height="14.668" fill="#16907d"/> + <rect x="256.23" y="514.7" width="0" height="14.668" fill="#16907d"/> + <rect x="263.19" y="537.27" width="0" height="14.668" fill="#16907d"/> + <rect x="265" y="536.21" width="0" height="14.668" fill="#16907d"/> + <rect x="273.38" y="518.48" width="0" height="14.668" fill="#16907d"/> + <rect x="280.34" y="541.05" width="0" height="14.668" fill="#16907d"/> + <rect x="282.16" y="539.99" width="0" height="14.668" fill="#16907d"/> + <path d="m333.25 535.36v4.9999h1.25v-4.9999zm2.5 1.25v3.75h1.25v-3.75zm-5 1.25v2.5h1.25v-2.5zm7.5 0v2.5h1.25v-2.5zm-10 1.25v1.25h1.25v-1.25zm12.5 0v1.25h1.25v-1.25zm-13.75 2.5v7.4999a5 4.9867 0 0 0 0 0.0125 5 4.9867 0 0 0 5 4.9877h-3.75v1.25h13.75v-1.25h-3.75a5 4.9867 0 0 0 5-4.9877 5 4.9867 0 0 0 0-0.0125h2.5c0.69251 0 1.25-0.55748 1.25-1.25v-3.75c0-0.6925-0.55749-1.25-1.25-1.25h-2.5v-1.25zm1.25 1.25h13.75v6.2499a3.75 3.7499 0 0 1-3.75 3.75h-6.25a3.75 3.7499 0 0 1-3.75-3.75zm15 1.25h2.5v3.75h-2.5z" fill="#f27935" stroke-width="7.4999"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/languages/lexerJavaScript.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg"> + <g transform="translate(-326 -534.36)" fill="#f97000"> + <path d="m335.76 535.36c-2.3099 0-3.2779 0.88296-3.2779 3.1372v3.0518c0 1.3922-0.0444 3.0054-1.3203 3.0054h-0.66016v1.6113h0.66016c1.2759 0 1.3203 1.6131 1.3203 3.0054v3.0518c0 2.2542 0.96804 3.1372 3.2779 3.1372v-1.4795c-1.5399 0-1.5615-0.59792-1.5615-2.7637v-2.5195c0-1.0386-0.26612-2.5842-1.5641-3.2251 1.298-0.64088 1.5641-2.1888 1.5641-3.2275v-2.5415c0-2.1658 0.0216-2.7637 1.5615-2.7637zm2.4629 0v1.4795c1.5399 0 1.5818 0.59792 1.5818 2.7637v2.5415c0 1.0388 0.26612 2.5867 1.5641 3.2275-1.298 0.64087-1.5641 2.1865-1.5641 3.2251v2.5195c0 2.1658-0.0418 2.7637-1.5818 2.7637v1.4795c2.3099 0 3.2982-0.88296 3.2982-3.1372v-3.0518c0-1.3922 0.0891-3.0054 1.3432-3.0054h0.6373v-1.6113h-0.6373c-1.254 0-1.3432-1.6131-1.3432-3.0054v-3.0518c0-2.2542-0.98835-3.1372-3.2982-3.1372zm-1.2213 6.25a1.3 1.25 0 0 0-1.3 1.25 1.3 1.25 0 0 0 1.3 1.25 1.3 1.25 0 0 0 1.3-1.25 1.3 1.25 0 0 0-1.3-1.25zm0 5a1.3 1.25 0 0 0-1.3 1.25 1.3 1.25 0 0 0 1.3 1.25v1.25h0.17011c0.30846-0.32125 0.89219-1.2616 1.0588-2.0947a1.3 1.25 0 0 0 0.0711-0.36621 1.3 1.25 0 0 0 0-0.0391 1.3 1.25 0 0 0-1.3-1.25z" fill="#f97000"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/languages/lexerLua.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <path d="m18.5 1a2.5 2.5 0 0 0-2.5 2.5 2.5 2.5 0 0 0 2.5 2.5 2.5 2.5 0 0 0 2.5-2.5 2.5 2.5 0 0 0-2.5-2.5m-8.3333 1.6667a9.1667 9.1667 0 0 0-9.1667 9.1667 9.1667 9.1667 0 0 0 9.1667 9.1667 9.1667 9.1667 0 0 0 9.1667-9.1667 9.1667 9.1667 0 0 0-2.1387-5.8724 3.3333 3.3333 0 0 1 0.472 1.7057 3.3333 3.3333 0 0 1-3.3333 3.3333 3.3333 3.3333 0 0 1-3.3333-3.3333 3.3333 3.3333 0 0 1 3.3333-3.3333 3.3333 3.3333 0 0 1 1.7546 0.50456 9.1667 9.1667 0 0 0-5.9212-2.1712" color="#4d4d4d" color-rendering="auto" fill="#3a7dc1" image-rendering="auto" shape-rendering="auto" stroke-width="1.6667"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/languages/lexerMakefile.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg"> + <g transform="translate(-326 -534.36)"> + <rect x="326.5" y="535.99" width="0" height="11" fill="#6c7a89"/> + <rect x="321.94" y="538.51" width="0" height="11" fill="#6c7a89"/> + <rect x="317.44" y="526.09" width="0" height="11" fill="#6c7a89"/> + <path d="m339.64 542.1c0.0248-0.1964 0.0434-0.39587 0.0434-0.5984 0-0.20255-0.0185-0.40201-0.0434-0.5984l1.3113-1.0158c0.1178-0.0921 0.15191-0.25777 0.0744-0.39279l-1.24-2.1266c-0.0776-0.13195-0.23869-0.18719-0.37819-0.13195l-1.5438 0.61681c-0.31931-0.24243-0.66963-0.44803-1.0478-0.60454l-0.2325-1.6264c-0.028-0.14423-0.15502-0.25777-0.31002-0.25777h-2.48c-0.15502 0-0.28211 0.11349-0.30692 0.25777l-0.2325 1.6264c-0.37821 0.15651-0.72853 0.35904-1.0478 0.60454l-1.5438-0.61681c-0.13949-0.0522-0.3007 0-0.37819 0.13195l-1.24 2.1266c-0.0775 0.13194-0.0434 0.29766 0.0746 0.39279l1.3082 1.0158c-0.0247 0.19639-0.0434 0.39585-0.0434 0.5984 0 0.20253 0.0185 0.402 0.0434 0.5984l-1.3082 1.0158c-0.1178 0.0921-0.1519 0.25777-0.0746 0.39279l1.24 2.1266c0.0775 0.13196 0.2387 0.1872 0.37819 0.13196l1.5438-0.61682c0.31929 0.24243 0.66961 0.44803 1.0478 0.60455l0.2325 1.6264c0.0249 0.14423 0.1519 0.25779 0.30692 0.25779h2.48c0.155 0 0.28211-0.1135 0.30691-0.25779l0.23251-1.6264c0.3782-0.15652 0.72851-0.35906 1.0478-0.60455l1.5438 0.61682c0.13951 0.0522 0.30072 0 0.3782-0.13196l1.24-2.1266c0.0775-0.13196 0.0434-0.29766-0.0745-0.39279l-1.3082-1.0158zm-4.6067 1.5497c-1.1997 0-2.17-0.96051-2.17-2.1481 0-1.1876 0.97033-2.1481 2.17-2.1481 1.1997 0 2.1701 0.9605 2.1701 2.1481 0 1.1876-0.97032 2.1481-2.1701 2.1481z" fill="#232629" stroke-width="1.2522"/> + <path d="m343.19 552.94c0.0856-0.1176 0.16815-0.23934 0.23992-0.36949 0.0717-0.13016 0.13048-0.26481 0.18413-0.39964l1.2026-0.1975c0.10836-0.0183 0.18895-0.11287 0.18698-0.22661l-0.0434-1.7972c-2e-3 -0.11175-0.0871-0.20318-0.19631-0.21611l-1.2107-0.13961c-0.11932-0.26667-0.2716-0.52042-0.4592-0.75231l0.42685-1.126c0.0332-0.10241-7e-3 -0.21949-0.10786-0.2733l-1.5938-0.86105c-0.0995-0.0538-0.22153-0.0249-0.28858 0.0592l-0.72569 0.96452c-0.29851-0.0308-0.59541-0.0222-0.8876 0.0247l-0.77361-0.93241c-0.0711-0.082-0.19324-0.1044-0.28981-0.0465l-1.5504 0.93616c-0.0966 0.0578-0.13337 0.17625-0.0913 0.27828l0.48086 1.107c-0.0856 0.11761-0.16815 0.23933-0.23993 0.3695-0.0717 0.13016-0.13048 0.26481-0.18412 0.39964l-1.2006 0.19858c-0.10836 0.0183-0.18895 0.11287-0.18699 0.2266l0.0434 1.7972c2e-3 0.11175 0.0871 0.20318 0.1963 0.21612l1.2107 0.1396c0.1193 0.26666 0.27157 0.52042 0.4592 0.7523l-0.42686 1.126c-0.0352 0.10128 6e-3 0.2184 0.10584 0.27221l1.5938 0.86106c0.0995 0.0538 0.22152 0.0249 0.28857-0.0592l0.72569-0.96453c0.29853 0.0308 0.59541 0.0222 0.88759-0.0247l0.77362 0.93241c0.0711 0.082 0.19327 0.1044 0.28982 0.0465l1.5504-0.93617c0.0966-0.0579 0.13337-0.17624 0.0913-0.27827zm-3.5096-0.60347c-0.77101-0.41652-1.0543-1.3707-0.63349-2.1339 0.42078-0.76323 1.3847-1.0436 2.1557-0.6271s1.0543 1.3707 0.63349 2.1339c-0.42079 0.76324-1.3847 1.0436-2.1557 0.62709z" fill="#232629" stroke-width="1.2522"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/languages/lexerMarkdown.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg"> + <g transform="translate(-326 -534.36)"> + <rect x="326.5" y="535.99" width="0" height="11" fill="#6c7a89"/> + <rect x="321.94" y="538.51" width="0" height="11" fill="#6c7a89"/> + <rect x="317.44" y="526.09" width="0" height="11" fill="#6c7a89"/> + <path transform="translate(326 534.36)" d="m0 5v12.1h22v-12.1zm1 1h20v10.1h-20z" fill="#232629"/> + <path d="m328 541.36v0.82617 7.1738h2v-5.1738l2 2 2-2v5.1738h2v-7.1738-0.82617h-2.002l-1.998 1.998-1.998-1.998h-2.002zm13 0v4h-3l4 4 4-4h-3v-4h-2z" fill="#232629"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/languages/lexerMatlab.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,48 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <defs> + <linearGradient id="0" x1="375.8" x2="382.68" y1="522.29" y2="549.47" gradientTransform="matrix(1.1196 -.015866 .015866 1.1196 -15.14 -88.436)" gradientUnits="userSpaceOnUse" xlink:href="#1"/> + <linearGradient id="1"> + <stop stop-color="#fff80f" offset="0"/> + <stop stop-color="#fff80f" stop-opacity="0" offset="1"/> + </linearGradient> + <linearGradient id="2" x1="37.971" x2="35.118" y1="24.451" y2="25.031" gradientTransform="matrix(1.1197 0 0 1.1197 381.69 496.71)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#af270f" offset="0"/> + <stop stop-color="#d86c3b" stop-opacity="0" offset="1"/> + </linearGradient> + <linearGradient id="4" x1="36.213" x2="33.719" y1="8.638" y2="17.945" gradientTransform="matrix(1.1197 0 0 1.1197 381.69 496.71)" gradientUnits="userSpaceOnUse" xlink:href="#5"/> + <linearGradient id="5"> + <stop stop-color="#771a0f" offset="0"/> + <stop stop-color="#92280f" stop-opacity="0" offset="1"/> + </linearGradient> + <linearGradient id="6" x2="0" y1="4.135" y2="22.616" gradientTransform="matrix(1.1197 0 0 1.1197 381.69 496.71)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#a0240f" offset="0"/> + <stop stop-color="#bc4a0f" stop-opacity="0" offset="1"/> + </linearGradient> + <linearGradient id="8" x1="22.858" x2="22.274" y1="43.732" y2="36.825" gradientTransform="matrix(1.1197 0 0 1.1197 381.69 496.71)" gradientUnits="userSpaceOnUse" xlink:href="#1"/> + <linearGradient id="9" x1="21.824" x2="27.722" y1="22.849" y2="24.063" gradientTransform="matrix(1.1197 0 0 1.1197 381.69 496.71)" gradientUnits="userSpaceOnUse" xlink:href="#5"/> + <linearGradient id="A" x1="20.616" x2="19.831" y1="25.815" y2="21.263" gradientTransform="matrix(1.1197 0 0 1.1197 381.69 496.71)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#4a2834" offset="0"/> + <stop stop-color="#512531" stop-opacity="0" offset="1"/> + </linearGradient> + <linearGradient id="C" x1="20.626" x2="18.225" y1="24.225" y2="21.824" gradientTransform="matrix(1.1197 0 0 1.1197 381.69 496.71)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#6d9990" offset="0"/> + <stop stop-color="#6dcec5" offset="1"/> + </linearGradient> + </defs> + <g transform="matrix(.50052 0 0 .49613 -193.5 -248.88)"> + <path d="m415.29 506.12c-0.21279-0.0132-0.43353 0.0149-0.63204 0.0831-0.28649 0.0984-0.42098 0.16636-0.53801 0.27776-0.0342 0.0326-0.16694 0.14802-0.29742 0.25586-0.18834 0.15566-0.42772 0.44798-0.69985 0.82232-0.3214 0.44212-0.69395 1.0115-1.146 1.778-0.25391 0.4306-0.60385 1.0044-0.77856 1.275-0.1747 0.27066-0.3754 0.59128-0.44616 0.71296-0.2865 0.49266-1.2371 1.7895-1.9858 2.7097-0.63386 0.77903-1.8358 1.8953-2.2898 2.1258-0.0861 0.0437-0.23838 0.13284-0.33679 0.19901-0.22078 0.14843-0.62894 0.30939-1.1766 0.46583-0.46307 0.13229-1.3315 0.56164-1.7037 0.842-0.6369 0.47971-2.0614 2.0149-2.655 2.8606-0.0923 0.13155-0.23401 0.31002-0.31492 0.39804-0.0808 0.0881-0.18581 0.21375-0.23401 0.27775-0.054 0.0717-0.23394 0.17599-0.46802 0.27118-0.20915 0.0851-0.56149 0.23455-0.78295 0.33243-0.22145 0.0979-0.83567 0.34355-1.3647 0.54675s-1.1741 0.46738-1.4325 0.58612c-0.25836 0.11873-0.62984 0.27521-0.82668 0.34773-0.54703 0.20151-1.7145 0.6709-1.8961 0.76325-0.089 0.0453-0.78562 0.32903-1.5484 0.62767-0.76275 0.29866-1.5388 0.61149-1.7234 0.69766-0.18453 0.0863-0.57737 0.25394-0.87262 0.37179-0.7091 0.28307-0.71399 0.31356-0.1334 0.69547 0.20216 0.13297 0.91089 0.6413 1.6052 1.1525 0.14495 0.10672 0.39727 0.28675 0.55987 0.39804 0.16262 0.1113 0.48577 0.34201 0.71953 0.51394 0.23374 0.17191 0.51078 0.36799 0.61454 0.43522 0.17146 0.11108 0.87556 0.61616 1.5506 1.1132 0.14496 0.10672 0.39726 0.28658 0.55987 0.39803 0.27551 0.18882 0.87774 0.6221 1.4981 1.0782 0.50347 0.37016 1.0156 0.70858 1.0716 0.70858 0.0574 0 0.7799-0.28064 0.91636-0.35648 0.16972-0.0942 0.5406-0.18937 0.83543-0.21214 0.0477-4e-3 0.10032 0.0159 0.14435 0.0153 0.17561-2e-3 0.32838 1.9e-4 0.57299 0.0613 0.63837 0.15941 0.82928 0.28052 1.4128 0.88574 0.45239 0.46922 0.58372 0.64305 1.0607 1.4128 0.59745 0.96416 0.83527 1.4148 1.0585 1.9945 0.0812 0.21092 0.29332 0.68506 0.4702 1.0541 0.17686 0.36909 0.40746 0.90239 0.51395 1.1854s0.28886 0.7258 0.4046 0.98415c0.11573 0.25835 0.34798 0.81285 0.51612 1.2335 0.16814 0.4206 0.37562 0.91824 0.46146 1.1066 0.11085 0.24337 0.18093 0.34354 0.23838 0.34336 0.10392-3.6e-4 0.75944-0.15778 1.1132-0.26681 0.26628-0.0821 1.0836-0.48064 1.7627-0.8595 0.18455-0.10291 0.53729-0.34558 0.78295-0.54018 0.51198-0.40556 1.907-1.6473 2.0514-1.8262 0.0532-0.0659 0.36767-0.42005 0.69983-0.78733 0.33218-0.36727 0.85594-0.95838 1.1635-1.3122 0.30757-0.35379 0.71123-0.81504 0.89667-1.0257 0.18543-0.21065 0.54099-0.62326 0.78951-0.91853 0.61687-0.73293 1.9528-2.042 2.4954-2.4429 0.98927-0.73077 1.6352-1.0486 2.4298-1.2007 0.59224-0.11336 1.0742-0.0705 1.754 0.15966 0.55422 0.18763 0.72297 0.27063 1.1416 0.55331 0.17223 0.11629 0.36875 0.24497 0.4374 0.2865 0.32691 0.19766 1.3404 1.0619 2.047 1.7474 1.5413 1.4953 3.073 2.7816 3.1821 2.6725 0.0473-0.0473-0.11753-0.45825-0.61237-1.5309-0.16458-0.35677-0.38622-0.88052-0.49207-1.1635-0.10581-0.28295-0.33708-0.85673-0.51393-1.275-0.17686-0.41829-0.40786-1.0016-0.51395-1.2969-0.10604-0.29527-0.3375-0.8786-0.51395-1.2969-0.17644-0.4183-0.42879-1.0421-0.55987-1.3866-0.13107-0.34446-0.37749-0.98958-0.54894-1.4325-0.35827-0.92547-1.1646-3.2359-2.4035-6.889-1.2341-3.6389-1.8362-5.3326-2.5413-7.158-0.60001-1.5535-1.72-3.8574-2.3204-4.772-0.42197-0.64282-1.2388-1.493-1.6402-1.708-0.17057-0.0914-0.37551-0.14644-0.58831-0.15965z" fill-opacity=".235"/> + <path d="m399.08 531.24c0.1756-2e-3 0.32786-1e-5 0.57248 0.061 0.63837 0.15942 0.83066 0.27979 1.4142 0.885 0.45239 0.46923 0.58275 0.64229 1.0597 1.412 0.59745 0.96417 0.8365 1.4148 1.0597 1.9945 0.0812 0.21092 0.29262 0.68567 0.46949 1.0548 0.17687 0.36908 0.40846 0.90249 0.51495 1.1854 0.10648 0.28296 0.28842 0.72609 0.40415 0.98444 0.11574 0.25835 0.34823 0.81385 0.51637 1.2345 0.16814 0.42061 0.37585 0.91823 0.46168 1.1066 0.11086 0.24336 0.17908 0.34253 0.23653 0.34235 0.10391-3.6e-4 0.76137-0.15732 1.1151-0.26635 0.26628-0.0821 1.0831-0.48059 1.7622-0.85944 0.18455-0.1029 0.53636-0.34593 0.78202-0.54053 0.51198-0.40555 1.9069-1.648 2.0513-1.8268 0.0533-0.0659 0.36888-0.42042 0.70105-0.78769 0.33217-0.36728 0.85516-0.95667 1.1627-1.3105s0.71093-0.81569 0.89638-1.0264c0.18543-0.21065 0.5406-0.62454 0.78911-0.9198 0.61687-0.73293 1.954-2.0404 2.4966-2.4412 0.98927-0.73077 1.6338-1.0497 2.4284-1.2018 0.59225-0.11336 1.0761-0.0689 1.7558 0.16123 0.55422 0.18764 0.72206 0.2685 1.1407 0.55117 0.17223 0.1163 0.36888 0.24544 0.43752 0.28696 0.32692 0.19766 1.3397 1.0632 2.0463 1.7487 1.5413 1.4953 3.073 2.7818 3.182 2.6728 0.0473-0.0473-0.11744-0.45942-0.61226-1.5321-0.16459-0.35677-0.38566-0.88047-0.49151-1.1634-0.10581-0.28296-0.33739-0.85666-0.51424-1.275s-0.40814-1.0017-0.51424-1.297c-0.10604-0.29526-0.33709-0.87938-0.51353-1.2977-0.17645-0.41828-0.42863-1.042-0.5597-1.3865-0.13108-0.34447-0.37831-0.98901-0.54975-1.4319-0.35827-0.92548-1.1647-3.2365-2.4036-6.8897-1.2341-3.6389-1.8349-5.332-2.5399-7.1575-0.60002-1.5535-1.7201-3.857-2.3205-4.7716-0.42197-0.64282-1.2386-1.4938-1.64-1.7089-0.34113-0.18278-0.82325-0.2124-1.2203-0.076-0.28649 0.0984-0.42065 0.16776-0.53767 0.27915-0.0342 0.0326-0.16855 0.14714-0.29904 0.25499-0.18833 0.15566-0.42821 0.44745-0.70032 0.82179-0.10996 0.41264-0.17094 0.82196-0.29052 1.2345-0.56123 1.9364-1.2293 3.8684-2.0051 5.7674-0.77582 1.8991-1.6597 3.7653-2.6529 5.5707-0.49661 0.90273-1.0204 1.7906-1.5718 2.6593-0.55149 0.86873-1.1306 1.7186-1.7373 2.5463s-1.2412 1.6332-1.9035 2.4128c-0.66231 0.77963-1.3522 1.5328-2.0705 2.2573-0.58001 0.58507-1.1917 1.137-1.8084 1.682z" fill="#d5600f"/> + <path d="m399.08 531.24c0.61669-0.54497 1.2284-1.0969 1.8084-1.682 0.71824-0.72448 1.4082-1.4776 2.0705-2.2572 0.6623-0.77963 1.2968-1.5851 1.9035-2.4128 0.60672-0.82771 1.1858-1.6776 1.7373-2.5464 0.55148-0.86872 1.0752-1.7566 1.5718-2.6593 0.99322-1.8054 1.8771-3.6716 2.6529-5.5707 0.77583-1.8991 1.4439-3.8311 2.0051-5.7675 0.11958-0.4125 0.18061-0.82182 0.29052-1.2345-0.32141 0.44212-0.69293 1.0113-1.145 1.7778-0.25391 0.43059-0.60445 1.005-0.77917 1.2757-0.1747 0.27065-0.37529 0.59142-0.44605 0.71311-0.28651 0.49266-1.2365 1.7888-1.9852 2.709-0.63386 0.77902-1.8359 1.8947-2.2899 2.1252-0.0861 0.0437-0.23754 0.13342-0.33596 0.19959-0.22078 0.14842-0.62998 0.31091-1.1776 0.46736-0.46306 0.13229-1.331 0.56133-1.7032 0.84168-0.6369 0.47971-2.0614 2.0139-2.655 2.8596-0.0923 0.13154-0.23444 0.31115-0.31536 0.39917-0.0808 0.088-0.18618 0.213-0.23439 0.27701-0.0539 0.0716-0.23399 0.17543-0.46807 0.27061-0.20915 0.0851-0.56128 0.23454-0.78272 0.33242-0.22145 0.0979-0.83544 0.34441-1.3644 0.54762-0.52901 0.2032-1.1736 0.46654-1.4319 0.58527s-0.63063 0.27552-0.82748 0.34803c-0.54702 0.20153-1.7148 0.67191-1.8964 0.76426-0.089 0.0453-0.78562 0.32711-1.5484 0.62576-0.76275 0.29864-1.5379 0.61345-1.7224 0.69962-0.18454 0.0863-0.57697 0.25291-0.87222 0.37076-0.70909 0.28308-0.71483 0.31276-0.13424 0.69465 0.20216 0.13299 0.91087 0.64296 1.6052 1.1542 0.14496 0.10672 0.39709 0.28505 0.55969 0.39634 0.16263 0.1113 0.48647 0.34303 0.72024 0.51496 0.23374 0.17192 0.5099 0.36745 0.61367 0.43469 0.17146 0.11107 0.87621 0.61739 1.5512 1.1144 0.14495 0.10672 0.39709 0.28489 0.55969 0.39634 0.27552 0.18882 0.87905 0.62353 1.4994 1.0796 0.50346 0.37015 1.0151 0.70885 1.0711 0.70885 0.0575 0 0.7791-0.28215 0.91555-0.35798 0.16972-0.0942 0.54118-0.18819 0.836-0.21095 0.0478-4e-3 0.0994 0.0163 0.14348 0.0157z" fill="#6dd6cd"/> + <path d="m411.94 511.13c-1.4767 1.6662-6.6742 10.053-9.625 9.9771-3.4379-0.0882-12.606 4.4943-12.606 4.4943s0.82513 1.0241 1.9464 2.2964c0.0848 0.0611 0.15503 0.10916 0.22963 0.16402 0.23375 0.17192 0.51078 0.36799 0.61454 0.43521 0.17146 0.11108 0.87555 0.61616 1.5506 1.1132 0.14495 0.10672 0.39726 0.2866 0.55987 0.39804 0.27551 0.18883 0.87774 0.6221 1.4981 1.0782 0.50348 0.37017 1.0156 0.7086 1.0716 0.7086 0.0574 0 0.7799-0.28065 0.91636-0.35649 0.16972-0.0942 0.5406-0.18938 0.83543-0.21214 0.0477-4e-3 0.10031 0.0159 0.14434 0.0153 0.6167-0.54497 1.2286-1.0967 1.8086-1.6818 0.71824-0.72448 1.4066-1.4774 2.0689-2.257 0.6623-0.77963 1.2982-1.5846 1.9049-2.4123 0.60673-0.82771 1.185-1.6769 1.7365-2.5457 0.55149-0.86873 1.0758-1.7567 1.5724-2.6594 0.99323-1.8054 1.877-3.6734 2.6528-5.5725 0.40318-0.9869 0.77466-1.9824 1.1198-2.9831z" fill="url(#C)"/> + <path d="m409.28 517.52c-1.9651 0.90851-6.4461 2.8345-9.4128 3.3439-0.0861 0.0548-0.1409 0.1066-0.28212 0.16402-0.028 0.0114-0.0726 0.0303-0.10498 0.0438 2.8482 0.92241 4.6172 2.17 5.6665 3.403 0.50006-0.69847 0.9908-1.4034 1.4522-2.1301 0.55149-0.86873 1.0758-1.7567 1.5724-2.6594 0.39086-0.71047 0.75176-1.4376 1.1088-2.1651z" fill="url(#A)"/> + <path d="m415.29 505.67c-0.2128-0.0132-0.43354 0.0149-0.63204 0.0831-0.28649 0.0984-0.42098 0.16636-0.53801 0.27775-0.0342 0.0326-0.16694 0.14803-0.29742 0.25588-0.18834 0.15566-0.42773 0.44797-0.69985 0.82231-0.10996 0.41264-0.1713 0.82097-0.29087 1.2335-0.56123 1.9364-1.2296 3.868-2.0055 5.7671-0.77582 1.8991-1.6596 3.767-2.6528 5.5725-0.4966 0.90272-1.021 1.7907-1.5724 2.6594-0.55148 0.86873-1.1298 1.718-1.7365 2.5457-0.60672 0.8277-1.2426 1.6326-1.9049 2.4123-0.66231 0.77962-1.3507 1.5325-2.0689 2.257-0.58002 0.58508-1.192 1.1368-1.8086 1.6818 0.17562-2e-3 0.32839 1.9e-4 0.57299 0.0612 0.63838 0.15941 0.82929 0.28051 1.4128 0.88573 0.45238 0.46923 0.58371 0.64306 1.0607 1.4128 0.59745 0.96416 0.83528 1.4148 1.0585 1.9945 0.0812 0.21091 0.29333 0.68505 0.4702 1.0541 0.0513 0.10688 0.0927 0.21896 0.14872 0.34335 8.6822-6.2627 10.382-19.508 12.112-28.053-0.25789-0.49289-0.41499-1.1125-0.60293-1.3988-0.42198-0.64281 0.96493-1.493 0.56351-1.708-0.17056-0.0914-0.3755-0.14644-0.5883-0.15965z" fill="url(#9)"/> + <path d="m415.06 505.68c-0.13992 0.01-0.27933 0.032-0.40897 0.0766-0.28649 0.0984-0.42098 0.16636-0.53801 0.27775-0.0342 0.0326-0.16694 0.14803-0.29742 0.25588-0.18834 0.15566-0.42773 0.44797-0.69985 0.82231-0.10996 0.41264-0.1713 0.82097-0.29087 1.2335-0.56123 1.9364-1.2296 3.868-2.0055 5.7671-0.77582 1.8991-1.6596 3.767-2.6528 5.5725-0.4966 0.90272-1.021 1.7907-1.5724 2.6594-0.55148 0.86873-1.1298 1.718-1.7365 2.5457-0.60672 0.8277-1.2426 1.6326-1.9049 2.4123-0.66231 0.77962-1.3507 1.5325-2.0689 2.257-0.58002 0.58508-1.192 1.1368-1.8086 1.6818 0.17562-2e-3 0.32839 1.9e-4 0.57299 0.0612 0.4203 0.10496 0.65039 0.20585 0.92292 0.42647 0.14701-0.14182 0.2979-0.27915 0.44177-0.42428 0.80802-0.81505 1.5841-1.662 2.3292-2.5391 0.74507-0.87708 1.4585-1.7851 2.1411-2.7163 0.68257-0.93117 1.3347-1.8854 1.9552-2.8628 0.62043-0.97732 1.2084-1.9762 1.7671-2.9918 1.1174-2.0311 2.1125-4.1314 2.9853-6.2679 0.87281-2.1365 1.6256-4.3104 2.257-6.4888 0.13452-0.46408 0.20215-0.92452 0.32586-1.3887 0.10227-0.14069 0.19313-0.25189 0.2865-0.3696zm9.555 26.723c0.25268 0.22544 0.51194 0.4508 0.73482 0.66703 1.5413 1.4953 3.073 2.7816 3.1821 2.6725 0.0307-0.0307-0.0749-0.30557-0.25588-0.72608-0.76769-0.72237-1.7092-1.5296-2.0405-1.7299-0.0772-0.0467-0.29832-0.19284-0.49209-0.32367-0.4188-0.28278-0.65189-0.39205-1.1285-0.55987z" fill-opacity=".235"/> + <path d="m408.02 535.81c-1.2682-0.0367-2.7543 0.14897-4.4702 0.59923 0.0412 0.0891 0.0653 0.15355 0.10497 0.2362 0.17687 0.36909 0.40746 0.90239 0.51395 1.1854s0.28886 0.72579 0.4046 0.98416c0.11573 0.25834 0.34798 0.81284 0.51612 1.2334 0.16814 0.42062 0.37562 0.91825 0.46146 1.1066 0.11085 0.24336 0.18094 0.34354 0.23839 0.34336 0.10391-3.6e-4 0.75943-0.15777 1.1132-0.26682 0.26629-0.0821 1.0836-0.48063 1.7627-0.85948 0.18454-0.10291 0.53729-0.3456 0.78295-0.5402 0.51197-0.40554 1.907-1.6473 2.0514-1.8261 0.0532-0.0659 0.36767-0.42004 0.69984-0.78732 0.03-0.0331 0.0723-0.0817 0.10498-0.1181-1.0678-0.73837-2.4575-1.2375-4.2843-1.2903z" fill="url(#8)"/> + <path d="m415.29 505.67c-0.2128-0.0132-0.43354 0.0149-0.63204 0.0831-0.28649 0.0984-0.42098 0.16636-0.53801 0.27775-0.0342 0.0326-0.16694 0.14803-0.29742 0.25588-0.18834 0.15566-0.42773 0.44797-0.69985 0.82231-0.10996 0.41264-0.1713 0.82097-0.29087 1.2335-0.56123 1.9364-1.2296 3.868-2.0055 5.7671-0.77582 1.8991-1.6596 3.767-2.6528 5.5725-0.4966 0.90272-1.021 1.7907-1.5724 2.6594-0.55148 0.86873-1.1298 1.718-1.7365 2.5457-0.60672 0.8277-1.2426 1.6326-1.9049 2.4123-0.11518 0.13559-0.23525 0.26624-0.3521 0.40021 9.9246-3.5501 16.972-3.5446 21.962-1.9574-0.39901-1.0678-1.0608-2.9472-2.1892-6.2745-1.2341-3.6389-1.8362-5.3326-2.5413-7.158-0.60001-1.5535-1.72-3.8574-2.3204-4.772-0.42197-0.64281-1.2388-1.493-1.6402-1.708-0.17056-0.0914-0.3755-0.14644-0.5883-0.15965z" fill="url(#6)"/> + <path d="m415.29 505.67c-0.2128-0.0132-0.43354 0.0149-0.63204 0.0831-0.28649 0.0984-0.42098 0.16636-0.53801 0.27775-0.0342 0.0326-0.16694 0.14803-0.29742 0.25588-0.18834 0.15566-0.42773 0.44797-0.69985 0.82231-0.10996 0.41264-0.1713 0.82097-0.29087 1.2335-0.56123 1.9364-1.2296 3.868-2.0055 5.7671-0.77582 1.8991-1.6596 3.767-2.6528 5.5725-0.4966 0.90272-1.021 1.7907-1.5724 2.6594-0.14026 0.22094-0.29794 0.42889-0.44177 0.64735 17.276-10.936 13.158 5.4278 18.686 3.5276-0.0207-0.0536-0.0421-0.11029-0.0612-0.15966-0.35828-0.92547-1.1646-3.2359-2.4035-6.889-1.2341-3.6389-1.8362-5.3326-2.5413-7.158-0.60001-1.5535-1.72-3.8574-2.3204-4.772-0.42197-0.64281-1.2388-1.493-1.6402-1.708-0.17056-0.0914-0.3755-0.14644-0.5883-0.15965z" fill="url(#4)"/> + <path d="m415.29 505.67c-0.2128-0.0132-0.43354 0.0149-0.63204 0.0831-0.24981 0.0859-0.37771 0.15182-0.48551 0.24057 6.7988 9.32 7.7946 17.939 7.0181 24.337 0.16983 0.0361 0.34532 0.0827 0.54018 0.14871 0.55422 0.18764 0.72297 0.27065 1.1416 0.55331 0.17223 0.1163 0.36874 0.24498 0.4374 0.2865 0.3269 0.19767 1.3404 1.0619 2.047 1.7474 1.5413 1.4953 3.073 2.7816 3.1821 2.6725 0.0473-0.0473-0.11753-0.45825-0.61236-1.5309-0.16459-0.35678-0.38623-0.88053-0.49208-1.1635-0.10581-0.28296-0.33709-0.85673-0.51393-1.275-0.17686-0.41829-0.40785-1.0016-0.51395-1.2969-0.10604-0.29527-0.33751-0.8786-0.51395-1.2969-0.17645-0.41829-0.4288-1.0421-0.55987-1.3866-0.13108-0.34447-0.37749-0.98958-0.54893-1.4325-0.35828-0.92547-1.1646-3.2359-2.4035-6.889-1.2341-3.6389-1.8362-5.3326-2.5413-7.158-0.60001-1.5535-1.72-3.8574-2.3204-4.772-0.42197-0.64281-1.2388-1.493-1.6402-1.708-0.17056-0.0914-0.3755-0.14644-0.5883-0.15965z" fill="url(#2)"/> + <path d="m389.23 525.26c-0.0329 0.0134-0.0608 0.0269-0.0919 0.0394-0.7091 0.28307-0.71398 0.31356-0.1334 0.69547 0.20216 0.13298 0.91089 0.6413 1.6052 1.1525 0.14496 0.10672 0.39727 0.28675 0.55987 0.39804 0.16263 0.11131 0.48577 0.34202 0.71953 0.51394 0.23375 0.17192 0.51078 0.36799 0.61454 0.43521 0.17146 0.11108 0.87555 0.61616 1.5506 1.1132 0.14495 0.10672 0.39726 0.2866 0.55987 0.39804 0.27551 0.18883 0.87775 0.6221 1.4981 1.0782 0.50348 0.37017 1.0156 0.70859 1.0716 0.70859 0.0574 0 0.7799-0.28064 0.91636-0.35648 0.16972-0.0942 0.5406-0.18938 0.83543-0.21214 0.0477-4e-3 0.10031 0.0159 0.14434 0.0153 0.17562-2e-3 0.32839 1.9e-4 0.57299 0.0612 0.63838 0.15942 0.82929 0.28052 1.4128 0.88574 0.45238 0.46923 0.58371 0.64305 1.0607 1.4128 0.59745 0.96417 0.83528 1.4148 1.0585 1.9946 0.0812 0.21091 0.29333 0.68505 0.47021 1.0541 0.17686 0.36909 0.40745 0.90239 0.51394 1.1854s0.28886 0.72579 0.4046 0.98416c0.11573 0.25834 0.34798 0.81284 0.51612 1.2334 0.16814 0.42062 0.37562 0.91825 0.46146 1.1066 0.11085 0.24336 0.18094 0.34354 0.23839 0.34336 0.10391-3.6e-4 0.75943-0.15777 1.1132-0.26682 0.26629-0.0821 1.0836-0.48063 1.7627-0.85948 0.18454-0.10291 0.53729-0.3456 0.78295-0.5402 0.51197-0.40555 1.907-1.6473 2.0514-1.8261 0.0533-0.0659 0.36767-0.42004 0.69984-0.78732s0.85592-0.95839 1.1635-1.3122c0.30758-0.35379 0.71123-0.81504 0.89667-1.0257 0.18543-0.21066 0.541-0.62327 0.78951-0.91854 0.61687-0.73293 1.9528-2.042 2.4954-2.4429 0.98927-0.73076 1.6352-1.0486 2.4298-1.2007 0.59224-0.11336 1.0742-0.0705 1.754 0.15965 0.55422 0.18764 0.72297 0.27065 1.1416 0.55331 0.17223 0.1163 0.36874 0.24498 0.4374 0.2865 0.3269 0.19767 1.3404 1.0619 2.047 1.7474 1.5413 1.4953 3.073 2.7816 3.1821 2.6725 0.0394-0.0394-0.1201-0.43026-0.44396-1.1482-0.57911-0.42661-1.6443-1.3598-2.7381-2.421-0.70659-0.68551-1.7201-1.5497-2.047-1.7474-0.0687-0.0416-0.26517-0.1702-0.4374-0.2865-0.41865-0.28266-0.5874-0.36567-1.1416-0.55331-0.67975-0.23008-1.1617-0.273-1.754-0.15965-0.79461 0.15211-1.4405 0.4699-2.4298 1.2007-0.5426 0.40084-1.8785 1.71-2.4954 2.4429-0.24851 0.29527-0.60408 0.70788-0.78951 0.91854-0.18544 0.21066-0.58909 0.67191-0.89667 1.0257-0.30756 0.35381-0.83131 0.94492-1.1635 1.3122s-0.64654 0.72137-0.69984 0.78732c-0.14442 0.17885-1.5394 1.4206-2.0514 1.8261-0.24566 0.1946-0.59841 0.43729-0.78295 0.5402-0.67913 0.37885-1.4964 0.77741-1.7627 0.85948-0.35375 0.10905-1.0093 0.26646-1.1132 0.26682-0.0575 1.8e-4 -0.12754-0.1-0.23839-0.34336-0.0859-0.18838-0.29332-0.68601-0.46146-1.1066-0.16814-0.42061-0.40039-0.97512-0.51612-1.2335-0.11574-0.25836-0.29811-0.70119-0.4046-0.98415s-0.33708-0.81626-0.51394-1.1854c-0.17688-0.36907-0.38903-0.84322-0.47021-1.0541-0.22323-0.57973-0.46106-1.0304-1.0585-1.9946-0.47698-0.76975-0.60831-0.94358-1.0607-1.4128-0.58352-0.60522-0.77443-0.72632-1.4128-0.88574-0.2446-0.0611-0.39737-0.0634-0.57299-0.0612-0.044 5.6e-4 -0.0966-0.0186-0.14434-0.0153-0.29483 0.0227-0.66571 0.11786-0.83543 0.21214-0.13646 0.0758-0.85891 0.35649-0.91636 0.35649-0.056 0-0.56815-0.33843-1.0716-0.7086-0.62034-0.45609-1.2226-0.88936-1.4981-1.0782-0.16261-0.11143-0.41492-0.29132-0.55987-0.39803-0.67504-0.49703-1.3791-1.0021-1.5506-1.1132-0.10376-0.0672-0.38079-0.26329-0.61454-0.43521-0.23376-0.17192-0.5569-0.40263-0.71953-0.51394-0.1626-0.11129-0.41491-0.29132-0.55987-0.39804-0.5969-0.43949-1.0928-0.79212-1.38-0.9907z" fill="#0f0f0f" fill-opacity=".314"/> + <path d="m414.98 508.31c0 8.6574-1.7432 16.183-5.7278 22.83-2.0206 1.6536-1.9444 0.72252-1.5374 2.5632s9.9154-6.0504 10.454-6.058c0.48527-7e-3 1.7031 0.66333 2.2001-0.5555 0.64244-8.5875-2.0876-14.664-5.3888-18.78z" fill="url(#0)"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/languages/lexerOctave.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <defs> + <linearGradient id="linearGradient4265" x1="26" x2="26" y1="44" y2="4" gradientTransform="translate(0,-26)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#197cf1" offset="0"/> + <stop stop-color="#20bcfa" offset="1"/> + </linearGradient> + </defs> + <g transform="matrix(.49924 0 0 .5 -.99698 12)"> + <path d="m11.014-17.845c-6.2008 6.7385-4.698 19.296 3.3548 28.047 8.0527 8.7511 19.606 10.382 25.807 3.6436 6.2008-6.7385 4.7023-19.297-3.3505-28.048-8.0527-8.7511-19.611-10.382-25.812-3.6431zm5.6227 2.7992c4.8722-5.2947 13.83-4.1429 20.01 2.5729 6.18 6.7159 7.2398 16.451 2.3676 21.746-4.8722 5.2947-13.833 4.1455-20.013-2.5704-6.18-6.7159-7.2374-16.454-2.3653-21.748z" fill="url(#linearGradient4265)"/> + <rect x="33.498" y="-15.502" width="5.0034" height="5.0034" rx=".88521" ry=".88521" fill="#f4754e" stroke="#35383b" stroke-width=".99665"/> + <rect x="4.4954" y="-8.5046" width="12.009" height="12.009" rx="2.1247" ry="2.1247" fill="#f4754e" stroke="#35383b" stroke-width=".99087"/> + <rect x="36.499" y="7.4989" width="7.0022" height="7.0022" rx="1.2388" ry="1.2388" fill="#f4754e" stroke="#35383b" stroke-width=".99783"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/languages/lexerPHP.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <g transform="translate(-326 -534.36)"> + <path d="m338.88 535.36-5 19.692 1.25 0.30761 5-19.692zm-6.5576 3.75-4.9683 5.8057-0.34913 0.44434 0.34913 0.44434 4.9683 5.8057 0.93261-0.88622-4.5801-5.3638 4.5801-5.3638zm11.558 0a3.125 3.125 0 0 0-3.125 3.125v1.875h1.25v-1.875a1.875 1.875 0 0 1 1.875-1.875 1.875 1.875 0 0 1 1.875 1.875v3.125h-0.625a3.125 3.125 0 0 0-3.125 3.125v0.625h1.25v-0.625a1.875 1.875 0 0 1 1.875-1.875h1.25 0.625v-4.375a3.125 3.125 0 0 0-3.125-3.125zm-1.25 11.25a0.625 0.625 0 0 0-0.625 0.625 0.625 0.625 0 0 0 0.625 0.625 0.625 0.625 0 0 0 0.625-0.625 0.625 0.625 0 0 0-0.625-0.625z" color="#000000" fill="#a55aff" style="text-decoration-line:none;text-indent:0;text-transform:none"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/languages/lexerPOV.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <g transform="translate(0 -291.18)"> + <image x="1.0583" y="291.44" width="3.7042" height="5.2917" preserveAspectRatio="none" xlink:href="data:image/png;base64,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 QmCC "/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/languages/lexerPascal.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg"> + <g transform="translate(-326 -534.36)" fill="#e00a5e"> + <rect x="256.23" y="514.7" width="0" height="14.668"/> + <rect x="263.19" y="537.27" width="0" height="14.668"/> + <rect x="265" y="536.21" width="0" height="14.668"/> + <rect x="256.23" y="514.7" width="0" height="14.668"/> + <rect x="263.19" y="537.27" width="0" height="14.668"/> + <rect x="265" y="536.21" width="0" height="14.668"/> + <rect x="256.23" y="514.7" width="0" height="14.668"/> + <rect x="263.19" y="537.27" width="0" height="14.668"/> + <rect x="265" y="536.21" width="0" height="14.668"/> + <rect x="256.23" y="514.7" width="0" height="14.668"/> + <rect x="263.19" y="537.27" width="0" height="14.668"/> + <rect x="265" y="536.21" width="0" height="14.668"/> + <g transform="matrix(1.4615 0 0 1.4232 -154.81 -230.77)"> + <path transform="translate(326 534.36)" d="m9 3.9473v14.053h1v-7.3613c0.75804 0.86363 1.8509 1.3595 3 1.3613 2.2091 0 4-1.7909 4-4s-1.7909-4-4-4c-1.1491 2e-3 -2.242 0.4977-3 1.3613v-1.4141zm4 1.0527c1.6568 0 3 1.3432 3 3s-1.3432 3-3 3-3-1.3432-3-3 1.3432-3 3-3z"/> + <circle cx="331" cy="544.36" r="1" stroke-width="2"/> + </g> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/languages/lexerPerl.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg"> + <g transform="translate(-326 -534.36)"> + <rect x="273.38" y="518.48" width="0" height="14.668" fill="#04896a"/> + <rect x="280.34" y="541.05" width="0" height="14.668" fill="#16907d"/> + <rect x="282.16" y="539.99" width="0" height="14.668" fill="#6c7a89"/> + <path d="m332.53 555.19c-0.40334-0.10334-0.36274-0.21534 0.30229-0.82936 1.1452-1.0577 1.336-2.1114 1.01-5.5791-0.25992-2.7647-0.31823-2.9766-0.75573-2.7451-0.94667 0.50085-2.1296-0.145-3.4726-1.8962-0.66405-0.86585-0.72707-1.1194-0.61304-2.4687 0.0699-0.82702 0.21271-1.8254 0.31735-2.2186 0.1607-0.60351 0.10882-0.71451-0.33391-0.71451-0.28832 0-0.67333-0.17768-0.85554-0.39468-0.45884-0.54651 0.359-1.4245 1.327-1.4245 0.39365 0 0.86297-0.17533 1.043-0.38967 0.46467-0.55368 1.1753-0.48318 1.9731 0.19517 0.84812 0.72118 1.1369 2.3911 0.66034 3.8186-0.53866 1.6135-0.16452 1.7717 0.58903 0.24901 0.42167-0.85202 1.017-1.5952 1.5071-1.8814 0.44558-0.26017 1.0967-0.92202 1.447-1.4704 0.35025-0.54868 0.78949-1.094 0.97605-1.212 0.57275-0.36234 2.1486-0.86035 2.7354-0.86469 0.80044-0.0167 1.874 0.92069 2.0653 1.7819 0.0904 0.40684 0.57267 1.3662 1.0717 2.1319 0.49901 0.76586 0.90731 1.5264 0.90731 1.6902 0 0.16334 0.35488 0.73919 0.78863 1.2789 0.64957 0.80802 0.78666 1.2152 0.77759 2.3096-0.0124 1.501-0.83029 3.4144-1.1297 2.6431-0.0944-0.24334-0.0549-0.65835 0.0881-0.92236 0.29852-0.55151 0.0349-2.9981-0.28853-2.6784-0.22567 0.22317-0.37312 2.6099-0.30983 5.015 0.0822 3.1231-0.0715 6.0675-0.32052 6.146-0.63682 0.20017-0.91515-0.31901-0.65381-1.2199 0.39365-1.357 0.31274-4.9646-0.12416-5.5346-0.20182-0.26351-0.44495-0.93519-0.54026-1.493-0.0953-0.55768-0.27628-1.077-0.40213-1.1539-0.41439-0.25317-1.0398 1.3859-1.0398 2.7251 0 1.0482-0.1598 1.5325-0.78864 2.3909-0.88983 1.2144-0.95944 1.5739-0.3943 2.0376 0.44076 0.36168 0.5264 1.188 0.14711 1.4199-0.13596 0.0833-0.49085-0.10667-0.78862-0.42351-0.42105-0.44685-0.54143-0.48368-0.54143-0.16667 0 0.47534-0.97444 0.79752-1.5123 0.49984-0.28784-0.15834-0.21993-0.30067 0.30877-0.64318 0.94163-0.61002 0.85085-1.1104-0.40778-2.2477-0.98106-0.88652-1.0684-1.065-0.90758-1.854 0.50901-2.4969 0.50696-2.5622-0.0811-2.5622-0.38515 0-0.5545 0.16333-0.5545 0.53684 0 0.29518-0.13056 0.77785-0.29011 1.0727-0.28152 0.52002-0.36548 0.93819-1.0466 5.2121-0.33943 2.1299-0.42322 2.2112-1.8895 1.8337zm7.0582-4.5364c0.34141-0.65269 0.39098-1.2115 0.24461-2.7561-0.19452-2.052-0.33728-2.1236-0.906-0.45335-0.19468 0.57168-0.57371 1.3184-0.84228 1.6592-0.62555 0.79402-0.61427 1.0334 0.0832 1.7674 0.74667 0.78568 0.90876 0.76085 1.4204-0.21717z" fill="#22a7f0" stroke-width="1.6763"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/languages/lexerPostscript.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg"> + <g transform="translate(-326 -534.36)" fill="#f62459"> + <path d="m329.5 535.36v6.25h-2.5v10h5v3.75h10v-3.75h5v-10h-2.5v-6.25zm1.25 1.25h12.5v5h-1.25v-1.25h-10v1.25h-1.25zm1.25 1.25v1.25h10v-1.25zm-3.75 5h17.5v7.5h-2.5v-2.5h-12.5v2.5h-2.5zm12.5 1.25v1.25h3.75v-1.25zm-7.5 7.5h7.5v2.5h-7.5z" stroke-width="1.25"/> + <rect x="318.28" y="538.32" width="0" height="11"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/languages/lexerProperties.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg"> + <g transform="translate(-326 -534.36)" fill="#217844"> + <g transform="matrix(1.25 0 0 1.25 -84.25 -136.34)" fill="#217844"> + <rect x="329" y="537.36" width="8" height="1"/> + <rect x="329" y="541.36" width="16" height="1"/> + <rect x="329" y="548.36" width="16" height="1"/> + <rect x="329" y="545.36" width="8" height="1"/> + <rect x="329" y="552.36" width="12" height=".99998"/> + </g> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/languages/lexerPython.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg"> + <path d="m9.3333 1c-1.8467 0-3.3333 1.4867-3.3333 3.3333h5v1.6667h-6.6667c-1.8467 0-3.3333 1.4867-3.3333 3.3333v3.3333c0 1.8467 1.4867 3.3333 3.3333 3.3333v-1.6667c0-1.4812 0.64983-2.7937 1.6667-3.7077 0.00113-1e-3 0.00211-0.0023 0.00325-0.0032 0.22024-0.19762 0.45764-0.37623 0.70964-0.53385 0.00205-0.0013 0.00445-2e-3 0.00651-0.0033 0.24818-0.15476 0.50993-0.28704 0.7845-0.39715 0.049445-0.0194 0.10278-0.030962 0.15299-0.048825 0.23327-0.084875 0.47095-0.16243 0.71941-0.21159 0.31035-0.05985 0.6287-0.0944 0.95703-0.0944h6.6667v-5c0-1.8467-1.4866-3.3333-3.3333-3.3333zm0 0.83333c0.46167 0 0.83333 0.37167 0.83333 0.83333s-0.37167 0.83333-0.83333 0.83333-0.83333-0.37167-0.83333-0.83333 0.37167-0.83333 0.83333-0.83333zm8.3333 4.1667v1.6667c0 1.4812-0.65308 2.7969-1.6699 3.7109-0.22024 0.19763-0.45764 0.37622-0.70964 0.53385-2e-3 0.0013-0.0045 2e-3 -0.0065 0.0033-0.24818 0.15475-0.50993 0.28703-0.7845 0.39714-0.04945 0.0194-0.10279 0.03098-0.153 0.04883-0.23328 0.08488-0.47096 0.16244-0.71941 0.21159-0.31035 0.05985-0.6287 0.0944-0.95703 0.0944h-6.6667v5c0 1.8466 1.4866 3.3333 3.3333 3.3333h3.3333c1.8467 5e-6 3.3333-1.4867 3.3333-3.3333h-5v-1.6667h6.6667c1.8467 0 3.3333-1.4867 3.3333-3.3333v-3.3333c0-1.8467-1.4867-3.3333-3.3333-3.3333zm-5 12.5c0.46167 0 0.83333 0.37167 0.83333 0.83333 0 0.46167-0.37167 0.83333-0.83333 0.83333-0.46167 0-0.83333-0.37167-0.83333-0.83333 0-0.46167 0.37167-0.83333 0.83333-0.83333z" fill="#f59e16" stroke-width="1.6667"/> + <path d="m3.6449 15.905c-1.0799-0.23814-1.9515-0.96024-2.3667-1.9609-0.23798-0.57353-0.2435-0.6405-0.2435-2.9573 0-2.4426-4.382e-4 -2.4387 0.35679-3.1674 0.15485-0.31587 0.27272-0.47309 0.59404-0.79237 0.61042-0.60654 1.1535-0.87745 1.9611-0.97826 0.24461-0.030533 1.6685-0.0493 3.7405-0.0493h3.3455v-1.678h-5.025l0.020892-0.19809c0.043445-0.41194 0.12282-0.76663 0.2315-1.0344 0.28459-0.70131 0.91079-1.3795 1.5731-1.7036 0.70139-0.34329 0.70088-0.34322 2.9604-0.36191 1.3056-0.010799 2.1368 0.00118 2.3472 0.033828 0.74508 0.1156 1.36 0.42821 1.8771 0.95435 0.38217 0.3888 0.62886 0.78959 0.80494 1.3078l0.12671 0.37288 0.02794 5.6165-3.4628 2.797e-4c-3.7992 2.8e-4 -3.9821 0.010868-4.7579 0.27498-1.6385 0.55781-2.833 1.853-3.3061 3.5847-0.084508 0.30932-0.10069 0.52546-0.11839 1.5818l-0.020511 1.2235-0.19356-0.0037c-0.10646-2e-3 -0.31941-0.03146-0.47322-0.06537zm5.9786-12.448c0.23032-0.096235 0.37788-0.23824 0.48202-0.46388 0.10874-0.23561 0.10887-0.41585 4.85e-4 -0.65447-0.22285-0.4906-0.79509-0.6686-1.2228-0.38036-0.57245 0.38577-0.50672 1.1986 0.11993 1.4832 0.23169 0.10524 0.39574 0.10933 0.62037 0.015472z" fill="#59f" stroke="#59f" stroke-width=".18644"/> + <path d="m3.8769 16.021c-1.2932-0.19009-2.3276-1.0581-2.7783-2.3311-0.10462-0.29556-0.10766-0.35367-0.12435-2.3767-0.02134-2.5866-0.0035742-2.7756 0.32413-3.4486 0.20725-0.42558 0.2898-0.53952 0.64158-0.88559 0.46207-0.45457 0.84593-0.697 1.3787-0.87072 0.35486-0.11571 0.44157-0.12338 1.7945-0.15867 0.78189-0.020394 2.4127-0.038555 3.6239-0.040356l2.2023-0.00327v-1.4915h-5.017l0.039441-0.33792c0.082337-0.70546 0.25768-1.1849 0.61798-1.6898 0.42952-0.60191 1.1146-1.096 1.8194-1.3123 0.25572-0.078458 0.47917-0.085803 2.6102-0.085803h2.3305l0.37288 0.12699c0.53022 0.18057 0.9215 0.42591 1.3262 0.83156 0.39706 0.398 0.6012 0.71448 0.81882 1.2694l0.14988 0.38221 0.05924 5.803h-3.4512c-2.1311 0-3.6243 0.01902-3.9038 0.049728-1.8332 0.20141-3.4435 1.5466-4.0833 3.4109-0.16642 0.48492-0.2114 0.87998-0.21359 1.8762-0.00101 0.46144-0.015071 0.9491-0.031236 1.0837-0.032921 0.27408-0.022253 0.2699-0.50691 0.19866zm5.8238-12.697c0.22793-0.13357 0.39978-0.41605 0.39978-0.65711 0-0.38236-0.38671-0.76907-0.76907-0.76907-0.37964 0-0.76907 0.38942-0.76907 0.76907 0 0.22876 0.1764 0.52469 0.38858 0.65187 0.25028 0.15002 0.49975 0.15176 0.74977 0.00524z" fill="#59f" stroke="#59f" stroke-width=".18644"/> + <path d="m8.4791 20.868c-1.1305-0.3003-2.0097-1.1819-2.3497-2.3563-0.10661-0.36823-0.10735-0.38954-0.10735-3.0975v-2.7267l3.7521-0.0245c4.0868-0.02668 3.7551-0.0052 4.6099-0.299 0.68486-0.23541 1.3543-0.67684 1.9039-1.2554 0.75974-0.7998 1.219-1.7686 1.3618-2.8724 0.02487-0.19227 0.04587-0.77332 0.04666-1.2912l0.0014-0.94166 0.2447 0.025284c1.4235 0.14709 2.5831 1.1278 2.928 2.4764 0.0826 0.32295 0.09004 0.52992 0.09004 2.5022 0 2.3009-0.0047 2.3571-0.24808 2.9596-0.38832 0.96139-1.3874 1.7661-2.4289 1.9562-0.18272 0.03336-1.4679 0.0505-3.7871 0.0505h-3.5105v1.7246h4.9873v0.15458c0 0.69752-0.41873 1.6179-0.98356 2.1619-0.43106 0.41516-0.71671 0.5953-1.2587 0.79375l-0.34464 0.1262-2.2839 0.0118c-2.1321 0.01102-2.3065 0.0058-2.6234-0.07838zm4.5484-0.76527c0.14329-0.07486 0.34581-0.28173 0.42313-0.43224 0.07192-0.13999 0.06565-0.49923-0.01187-0.68041-0.23374-0.54628-0.98118-0.67393-1.3894-0.23729-0.15562 0.16644-0.22436 0.34315-0.22436 0.57672 0 0.33492 0.19378 0.64097 0.48941 0.77292 0.18463 0.08241 0.55566 0.08257 0.71312 3.26e-4z" fill="#fd5" stroke="#fd5" stroke-width=".18644"/> + <text transform="scale(1.0362 .96506)" x="12.8238" y="21.760387" fill="#232629" font-family="sans-serif" font-size="14.312px" letter-spacing="0px" stroke-width=".35781" word-spacing="0px" style="line-height:1.25" xml:space="preserve"><tspan x="12.8238" y="21.760387" fill="#232629" stroke-width=".35781">2</tspan></text> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/languages/lexerPython3.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg"> + <path d="m9.3333 1c-1.8467 0-3.3333 1.4867-3.3333 3.3333h5v1.6667h-6.6667c-1.8467 0-3.3333 1.4867-3.3333 3.3333v3.3333c0 1.8467 1.4867 3.3333 3.3333 3.3333v-1.6667c0-1.4812 0.64983-2.7937 1.6667-3.7077 0.00113-1e-3 0.00211-0.0023 0.00325-0.0032 0.22024-0.19762 0.45764-0.37623 0.70964-0.53385 0.00205-0.0013 0.00445-2e-3 0.00651-0.0033 0.24818-0.15476 0.50993-0.28704 0.7845-0.39715 0.049445-0.0194 0.10278-0.030962 0.15299-0.048825 0.23327-0.084875 0.47095-0.16243 0.71941-0.21159 0.31035-0.05985 0.6287-0.0944 0.95703-0.0944h6.6667v-5c0-1.8467-1.4866-3.3333-3.3333-3.3333zm0 0.83333c0.46167 0 0.83333 0.37167 0.83333 0.83333s-0.37167 0.83333-0.83333 0.83333-0.83333-0.37167-0.83333-0.83333 0.37167-0.83333 0.83333-0.83333zm8.3333 4.1667v1.6667c0 1.4812-0.65308 2.7969-1.6699 3.7109-0.22024 0.19763-0.45764 0.37622-0.70964 0.53385-2e-3 0.0013-0.0045 2e-3 -0.0065 0.0033-0.24818 0.15475-0.50993 0.28703-0.7845 0.39714-0.04945 0.0194-0.10279 0.03098-0.153 0.04883-0.23328 0.08488-0.47096 0.16244-0.71941 0.21159-0.31035 0.05985-0.6287 0.0944-0.95703 0.0944h-6.6667v5c0 1.8466 1.4866 3.3333 3.3333 3.3333h3.3333c1.8467 5e-6 3.3333-1.4867 3.3333-3.3333h-5v-1.6667h6.6667c1.8467 0 3.3333-1.4867 3.3333-3.3333v-3.3333c0-1.8467-1.4867-3.3333-3.3333-3.3333zm-5 12.5c0.46167 0 0.83333 0.37167 0.83333 0.83333 0 0.46167-0.37167 0.83333-0.83333 0.83333-0.46167 0-0.83333-0.37167-0.83333-0.83333 0-0.46167 0.37167-0.83333 0.83333-0.83333z" fill="#f59e16" stroke-width="1.6667"/> + <path d="m3.6449 15.905c-1.0799-0.23814-1.9515-0.96024-2.3667-1.9609-0.23798-0.57353-0.2435-0.6405-0.2435-2.9573 0-2.4426-4.382e-4 -2.4387 0.35679-3.1674 0.15485-0.31587 0.27272-0.47309 0.59404-0.79237 0.61042-0.60654 1.1535-0.87745 1.9611-0.97826 0.24461-0.030533 1.6685-0.0493 3.7405-0.0493h3.3455v-1.678h-5.025l0.020892-0.19809c0.043445-0.41194 0.12282-0.76663 0.2315-1.0344 0.28459-0.70131 0.91079-1.3795 1.5731-1.7036 0.70139-0.34329 0.70088-0.34322 2.9604-0.36191 1.3056-0.010799 2.1368 0.00118 2.3472 0.033828 0.74508 0.1156 1.36 0.42821 1.8771 0.95435 0.38217 0.3888 0.62886 0.78959 0.80494 1.3078l0.12671 0.37288 0.02794 5.6165-3.4628 2.797e-4c-3.7992 2.8e-4 -3.9821 0.010868-4.7579 0.27498-1.6385 0.55781-2.833 1.853-3.3061 3.5847-0.084508 0.30932-0.10069 0.52546-0.11839 1.5818l-0.020511 1.2235-0.19356-0.0037c-0.10646-2e-3 -0.31941-0.03146-0.47322-0.06537zm5.9786-12.448c0.23032-0.096235 0.37788-0.23824 0.48202-0.46388 0.10874-0.23561 0.10887-0.41585 4.85e-4 -0.65447-0.22285-0.4906-0.79509-0.6686-1.2228-0.38036-0.57245 0.38577-0.50672 1.1986 0.11993 1.4832 0.23169 0.10524 0.39574 0.10933 0.62037 0.015472z" fill="#59f" stroke="#59f" stroke-width=".18644"/> + <path d="m3.8769 16.021c-1.2932-0.19009-2.3276-1.0581-2.7783-2.3311-0.10462-0.29556-0.10766-0.35367-0.12435-2.3767-0.02134-2.5866-0.0035742-2.7756 0.32413-3.4486 0.20725-0.42558 0.2898-0.53952 0.64158-0.88559 0.46207-0.45457 0.84593-0.697 1.3787-0.87072 0.35486-0.11571 0.44157-0.12338 1.7945-0.15867 0.78189-0.020394 2.4127-0.038555 3.6239-0.040356l2.2023-0.00327v-1.4915h-5.017l0.039441-0.33792c0.082337-0.70546 0.25768-1.1849 0.61798-1.6898 0.42952-0.60191 1.1146-1.096 1.8194-1.3123 0.25572-0.078458 0.47917-0.085803 2.6102-0.085803h2.3305l0.37288 0.12699c0.53022 0.18057 0.9215 0.42591 1.3262 0.83156 0.39706 0.398 0.6012 0.71448 0.81882 1.2694l0.14988 0.38221 0.05924 5.803h-3.4512c-2.1311 0-3.6243 0.01902-3.9038 0.049728-1.8332 0.20141-3.4435 1.5466-4.0833 3.4109-0.16642 0.48492-0.2114 0.87998-0.21359 1.8762-0.00101 0.46144-0.015071 0.9491-0.031236 1.0837-0.032921 0.27408-0.022253 0.2699-0.50691 0.19866zm5.8238-12.697c0.22793-0.13357 0.39978-0.41605 0.39978-0.65711 0-0.38236-0.38671-0.76907-0.76907-0.76907-0.37964 0-0.76907 0.38942-0.76907 0.76907 0 0.22876 0.1764 0.52469 0.38858 0.65187 0.25028 0.15002 0.49975 0.15176 0.74977 0.00524z" fill="#59f" stroke="#59f" stroke-width=".18644"/> + <path d="m8.4791 20.868c-1.1305-0.3003-2.0097-1.1819-2.3497-2.3563-0.10661-0.36823-0.10735-0.38954-0.10735-3.0975v-2.7267l3.7521-0.0245c4.0868-0.02668 3.7551-0.0052 4.6099-0.299 0.68486-0.23541 1.3543-0.67684 1.9039-1.2554 0.75974-0.7998 1.219-1.7686 1.3618-2.8724 0.02487-0.19227 0.04587-0.77332 0.04666-1.2912l0.0014-0.94166 0.2447 0.025284c1.4235 0.14709 2.5831 1.1278 2.928 2.4764 0.0826 0.32295 0.09004 0.52992 0.09004 2.5022 0 2.3009-0.0047 2.3571-0.24808 2.9596-0.38832 0.96139-1.3874 1.7661-2.4289 1.9562-0.18272 0.03336-1.4679 0.0505-3.7871 0.0505h-3.5105v1.7246h4.9873v0.15458c0 0.69752-0.41873 1.6179-0.98356 2.1619-0.43106 0.41516-0.71671 0.5953-1.2587 0.79375l-0.34464 0.1262-2.2839 0.0118c-2.1321 0.01102-2.3065 0.0058-2.6234-0.07838zm4.5484-0.76527c0.14329-0.07486 0.34581-0.28173 0.42313-0.43224 0.07192-0.13999 0.06565-0.49923-0.01187-0.68041-0.23374-0.54628-0.98118-0.67393-1.3894-0.23729-0.15562 0.16644-0.22436 0.34315-0.22436 0.57672 0 0.33492 0.19378 0.64097 0.48941 0.77292 0.18463 0.08241 0.55566 0.08257 0.71312 3.26e-4z" fill="#fd5" stroke="#fd5" stroke-width=".18644"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/languages/lexerRuby.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg"> + <g transform="translate(-326 -534.36)"> + <rect x="256.23" y="514.7" width="0" height="14.668" fill="#e00a5e"/> + <rect x="263.19" y="537.27" width="0" height="14.668" fill="#e00a5e"/> + <rect x="265" y="536.21" width="0" height="14.668" fill="#e00a5e"/> + <rect x="256.23" y="514.7" width="0" height="14.668" fill="#e00a5e"/> + <rect x="263.19" y="537.27" width="0" height="14.668" fill="#e00a5e"/> + <rect x="265" y="536.21" width="0" height="14.668" fill="#e00a5e"/> + <rect x="256.23" y="514.7" width="0" height="14.668" fill="#e00a5e"/> + <rect x="263.19" y="537.27" width="0" height="14.668" fill="#e00a5e"/> + <rect x="265" y="536.21" width="0" height="14.668" fill="#e00a5e"/> + <rect x="256.23" y="514.7" width="0" height="14.668" fill="#e00a5e"/> + <rect x="263.19" y="537.27" width="0" height="14.668" fill="#e00a5e"/> + <rect x="265" y="536.21" width="0" height="14.668" fill="#e00a5e"/> + <path d="m333.88 535.36v2.5h1.25v-2.5zm5 0v2.5h1.25v-2.5zm-9.9243 1.3501-1.001 0.75195 1.5015 1.9995 0.99854-0.74951zm16.099 0-1.499 2.002 0.99853 0.74951 1.5015-1.9995zm-13.049 2.3999-5 3.75 10 12.5 10-12.5-5-3.75zm0.41747 1.25h3.9575v1.875h-6.4575zm5.2075 0h3.9575l2.5 1.875h-6.4575zm-8.5254 3.125h7.2754v9.0942zm8.5254 0h7.2754l-7.2754 9.0942z" color="#000000" color-rendering="auto" fill="#e41616" fill-rule="evenodd" image-rendering="auto" shape-rendering="auto" stroke-width="1.25"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/languages/lexerSQL.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg"> + <g transform="translate(-326 -534.36)"> + <rect x="273.38" y="518.48" width="0" height="14.668" fill="#04896a"/> + <rect x="280.34" y="541.05" width="0" height="14.668" fill="#16907d"/> + <rect x="282.16" y="539.99" width="0" height="14.668" fill="#6c7a89"/> + <path d="m337 535.36a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 10 3.75 10 3.75 0 0 0 10-3.75v-12.5a10 3.75 0 0 0-10-3.75zm0 1.25a8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5 8.75 2.5 0 0 1 8.75-2.5zm8.75 4.3066v4.4434a8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5v-4.436a10 3.75 0 0 0 8.75 1.936 10 3.75 0 0 0 8.75-1.9434zm0 6.25v4.4434a8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5v-4.436a10 3.75 0 0 0 8.75 1.936 10 3.75 0 0 0 8.75-1.9434z" fill="#a55aff" stroke-width="2.5"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/languages/lexerTCL.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg"> + <g transform="translate(-326 -534.36)"> + <rect x="256.23" y="514.7" width="0" height="14.668" fill="#6c7a89"/> + <rect x="263.19" y="537.27" width="0" height="14.668" fill="#6c7a89"/> + <rect x="265" y="536.21" width="0" height="14.668" fill="#6c7a89"/> + <rect x="256.23" y="514.7" width="0" height="14.668" fill="#6c7a89"/> + <rect x="263.19" y="537.27" width="0" height="14.668" fill="#6c7a89"/> + <rect x="265" y="536.21" width="0" height="14.668" fill="#6c7a89"/> + <rect x="256.23" y="514.7" width="0" height="14.668" fill="#6c7a89"/> + <rect x="263.19" y="537.27" width="0" height="14.668" fill="#6c7a89"/> + <rect x="265" y="536.21" width="0" height="14.668" fill="#6c7a89"/> + <rect x="256.23" y="514.7" width="0" height="14.668" fill="#6c7a89"/> + <rect x="263.19" y="537.27" width="0" height="14.668" fill="#6c7a89"/> + <rect x="265" y="536.21" width="0" height="14.668" fill="#6c7a89"/> + <path d="m328.09 535.36-1.0937 0.86496 6.7243 7.7065-6.7243 7.7065 1.0937 0.86496 7.4777-8.5714zm7.4777 18.571v1.4286h11.429v-1.4286z" color="#000000" color-rendering="auto" fill="#f97000" fill-rule="evenodd" image-rendering="auto" shape-rendering="auto" stroke-width="1.4286"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/languages/lexerTeX.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <path d="m1 1v1.25h20v-1.25zm7.5 3.3325v1.2817l5.3589 7.0532-5.3589 6.4111v1.9214h12.5v-5h-0.70557c0 0.9255 2e-3 1.87-0.81055 2.4243-0.89069 0.60816-2.0641 0.72266-3.0957 0.72266h-4.9121l4.7607-6.4795-4.7607-7.4097h2.7979c1.9848 0 4.8103-0.17856 5.5957 2.1411 0.13426 0.396 0.22256 1.9349 0.25635 2.3511h0.87402v-5.4175zm-7.5 1.6675v1.25h6.25v-1.25zm0 3.75v1.25h8.75v-1.25zm0 3.75v1.25h8.75v-1.25zm0 3.75v1.25h6.25v-1.25z" fill="#9378c5" stroke-width="1.25"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/languages/lexerVHDL.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,36 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg"> + <g transform="translate(0 -291.18)"> + <g transform="translate(-6.8792)" fill="none" stroke="#232629"> + <rect x="8.167" y="292.47" width="3.2452" height="3.2452" stroke-width=".45896"/> + <g stroke-width=".25636"> + <path d="m8.4765 295.94-0.013938 0.78939"/> + <path d="m9.1365 295.94-0.013938 0.78939"/> + <path d="m9.7966 295.94-0.013938 0.78939"/> + <path d="m10.457 295.94-0.01394 0.78939"/> + <path d="m11.117 295.94-0.01393 0.78939"/> + </g> + <g transform="translate(-4.3735e-8 -4.4979)" stroke-width=".25636"> + <path d="m8.4765 295.94-0.013938 0.78939"/> + <path d="m9.1365 295.94-0.013938 0.78939"/> + <path d="m9.7966 295.94-0.013938 0.78939"/> + <path d="m10.457 295.94-0.01394 0.78939"/> + <path d="m11.117 295.94-0.01393 0.78939"/> + </g> + <g transform="rotate(-90 7.5407 296.34)" stroke-width=".25636"> + <path d="m8.4765 295.94-0.013938 0.78939"/> + <path d="m9.1365 295.94-0.013938 0.78939"/> + <path d="m9.7966 295.94-0.013938 0.78939"/> + <path d="m10.457 295.94-0.01394 0.78939"/> + <path d="m11.117 295.94-0.01393 0.78939"/> + </g> + <g transform="rotate(-90 9.7897 294.09)" stroke-width=".25636"> + <path d="m8.4765 295.94-0.013938 0.78939"/> + <path d="m9.1365 295.94-0.013938 0.78939"/> + <path d="m9.7966 295.94-0.013938 0.78939"/> + <path d="m10.457 295.94-0.01394 0.78939"/> + <path d="m11.117 295.94-0.01393 0.78939"/> + </g> + </g> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/languages/lexerXML.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <g transform="translate(-326 -534.36)"> + <rect x="256.23" y="514.7" width="0" height="14.668" fill="#cf000f"/> + <rect x="263.19" y="537.27" width="0" height="14.668" fill="#cf000f"/> + <rect x="265" y="536.21" width="0" height="14.668" fill="#cf000f"/> + <rect x="256.23" y="514.7" width="0" height="14.668" fill="#cf000f"/> + <rect x="263.19" y="537.27" width="0" height="14.668" fill="#cf000f"/> + <rect x="265" y="536.21" width="0" height="14.668" fill="#cf000f"/> + <rect x="256.23" y="514.7" width="0" height="14.668" fill="#cf000f"/> + <rect x="263.19" y="537.27" width="0" height="14.668" fill="#cf000f"/> + <rect x="265" y="536.21" width="0" height="14.668" fill="#cf000f"/> + <rect x="256.23" y="514.7" width="0" height="14.668" fill="#cf000f"/> + <rect x="263.19" y="537.27" width="0" height="14.668" fill="#cf000f"/> + <rect x="265" y="536.21" width="0" height="14.668" fill="#cf000f"/> + <rect x="273.38" y="518.48" width="0" height="14.668" fill="#cf000f"/> + <rect x="280.34" y="541.05" width="0" height="14.668" fill="#cf000f"/> + <rect x="282.16" y="539.99" width="0" height="14.668" fill="#cf000f"/> + <g transform="matrix(1.25 0 0 1.25 -365.86 -227.95)" fill="#cf45e0"> + <path d="m563.79 610.65-4 15.754 1 0.24616 4-15.754z" color="#000000"/> + <path d="m566.03 613.65-0.74534 0.70967 3.6646 4.2903-3.6646 4.2903 0.74534 0.70968 3.9752-4.6452 0.27951-0.35485-0.27951-0.35483z" color="#000000"/> + <path d="m558.54 613.65 0.74534 0.70967-3.6646 4.2903 3.6646 4.2903-0.74534 0.70968-3.9752-4.6452-0.27951-0.35485 0.27951-0.35483z" color="#000000"/> + </g> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/languages/lexerYAML.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg"> + <g transform="translate(0 -291.18)"> + <text transform="scale(.99793 1.0021)" x="-8.8817842e-16" y="294.5368" fill="#f97000" font-family="sans-serif" font-size="2.9584px" letter-spacing="0px" stroke-width=".07396" word-spacing="0px" style="line-height:1.25" xml:space="preserve"><tspan x="-8.8817842e-16" y="294.5368" fill="#f97000" stroke-width=".07396">YML</tspan></text> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/linguist4.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <path d="m3.9088 0.5c-0.17884 0-0.39742 0.093061-0.52123 0.22024-0.71841 0.72277-1.4383 1.444-2.1613 2.1637-0.12534 0.12408-0.22622 0.34743-0.22622 0.53975v0.00155c0.00306 3.3331 0.00306 10.102 0.00306 10.176v0.39706h0.3913c0.07337 0 9.8514-0.0016 14.691 0.0016 0.19565 0 0.41729-0.10236 0.54416-0.22955l0.0016-0.0016c0.71074-0.71812 1.4246-1.4331 2.1414-2.145 0.13446-0.13494 0.2277-0.36604 0.2277-0.55526-0.003058-3.3238 0-10.171 0-10.171v-0.39706zm0.018342 0.79411h14.29c0 0.49787-3e-3 6.5716 0 9.7698-0.71535 0.71036-1.4292 1.4254-2.1384 2.1419-4.7125-0.0031-13.732-0.0031-14.293-0.0016 0-0.55526 0-6.5514-0.00306-9.762 0.71688-0.71341 1.4322-1.4284 2.1445-2.1481zm3.7617 1.5882c-0.12381 0-0.24609 0.00309-0.3699 0.00775-0.29959 0.012413-0.5946 0.063596-0.88349 0.1489-0.65421 0.19698-1.1449 0.59093-1.4307 1.2191-0.099355 0.21869-0.18342 0.44669-0.25068 0.67779-0.18495 0.63281-0.22317 1.2842-0.23081 1.9372-0.00459 0.44049 0.0214 0.87942 0.084069 1.3153 0.061141 0.40791 0.15591 0.80652 0.31641 1.1896 0.29042 0.68865 0.80095 1.1214 1.5194 1.3106 0.62517 0.16596 1.2565 0.18767 1.9076 0.09617 0.32711 0.5351 0.65727 1.0779 0.99202 1.627 0.39589-0.18613 0.77191-0.36139 1.1586-0.54286-0.31946-0.51493-0.6267-1.0128-0.93088-1.5045 0.13298-0.12098 0.26444-0.228 0.3806-0.34898 0.30112-0.32106 0.48302-0.70726 0.60224-1.1276 0.16967-0.60024 0.21247-1.2175 0.22775-1.8364 0.010701-0.47926-0.019872-0.95697-0.084069-1.4316-0.061141-0.44204-0.16661-0.87322-0.34698-1.2842-0.30724-0.69795-0.82999-1.1353-1.5652-1.3277-0.36226-0.09306-0.72758-0.12408-1.096-0.12563zm4.659 0.79411v1.5882h-0.78261v1.1912h0.78261v2.7794c0 0.30555 0.06266 0.64056 0.18342 0.92595 0.10088 0.24041 0.27055 0.40947 0.50747 0.51338 0.18037 0.07756 0.36838 0.11788 0.5625 0.13649 0.37143 0.03412 0.80248-0.02636 1.1678-0.09151 0.10394-0.01861 0.20635-0.04033 0.31794-0.06203-0.01069-0.32416-0.02752-0.75844-0.05349-1.0702-0.04128-0.00304-0.06266-0.00934-0.0856-0.00776-0.24456 0.00934-0.55333 0.048083-0.79789 0.052729-0.10547 0.00158-0.21247-0.00934-0.31641-0.031028-0.13145-0.027922-0.21858-0.11633-0.25526-0.24971-0.01376-0.055834-0.02905-0.11013-0.03211-0.16596-0.01681-0.20939-0.02293-0.53355-0.02446-0.74448-0.0046-0.75069 0-1.9853 0-1.9853h1.5652v-1.1912h-1.5652v-1.5882zm-4.6972 0.40481c0.23234 0 0.46315 0.027917 0.69395 0.085305 0.39895 0.099264 0.69701 0.31641 0.88043 0.65608 0.1605 0.29159 0.24915 0.60334 0.29042 0.9244 0.048915 0.38775 0.071838 0.7786 0.09324 1.0206-0.019872 0.67159-0.035154 1.1927-0.1819 1.703-0.030573 0.10857-0.068787 0.21559-0.11158 0.31951-0.16508 0.40946-0.49066 0.65918-0.95228 0.76775-0.4662 0.10857-0.93852 0.11011-1.4078 0.0030375-0.49219-0.11163-0.82388-0.38306-0.99813-0.81579-0.14062-0.35053-0.21552-0.71191-0.23539-1.0811-0.022926-0.41412-0.032098-0.82979-0.019871-1.2439 0.010699-0.44824 0.076427-0.89183 0.23692-1.3184 0.033628-0.088402 0.074898-0.17526 0.1177-0.25902 0.18342-0.35208 0.48913-0.57232 0.89878-0.67624 0.23081-0.057387 0.46315-0.085306 0.69548-0.085306z" fill="#232629" stroke-width=".39417"/> + <path d="m21 12v6.5455l-2.5 2.4545v-2.4545h-7.5v-6.5455z" fill="#5fd38d"/> + <path d="m20.167 12.818h-8.3333v4.9091h8.3333z" fill="#5fd38d"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/linguist48.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="48" height="48" version="1.1" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg"> + <path d="m8.3994 2c-0.39344 0-0.87432 0.19974-1.1467 0.47272-1.5805 1.5513-3.1644 3.0993-4.755 4.6439-0.27575 0.26632-0.49769 0.74569-0.49769 1.1585v0.00322c0.00673 7.154 0.00673 21.682 0.00673 21.841v0.85233h0.86087c0.16141 0 21.673-0.0034 32.32 0.0034 0.43043 0 0.91804-0.21971 1.1971-0.49269l0.0035-0.0034c1.5637-1.5413 3.1341-3.076 4.7112-4.604 0.29582-0.28962 0.50094-0.78564 0.50094-1.1918-0.0067-7.134 0-21.831 0-21.831v-0.85222zm0.040352 1.7044h31.439c0 1.0686-0.0066 14.105 0 20.969-1.5738 1.5247-3.1442 3.0593-4.7045 4.5973-10.367-0.0067-30.211-0.0067-31.445-0.0034 0-1.1918 0-14.062-0.00673-20.953 1.5771-1.5312 3.1509-3.0659 4.718-4.6105zm8.2758 3.4089c-0.27238 0-0.54141 0.00665-0.81379 0.016742-0.6591 0.026636-1.3081 0.13651-1.9437 0.31959-1.4393 0.42278-2.5187 1.2683-3.1476 2.6166-0.21858 0.46939-0.40353 0.95875-0.55149 1.4548-0.4069 1.3582-0.49097 2.7564-0.50778 4.1579-0.010098 0.94543 0.04708 1.8875 0.18495 2.823 0.13451 0.87552 0.343 1.7311 0.69609 2.5533 0.63893 1.4781 1.7621 2.4069 3.3426 2.813 1.3754 0.3562 2.7642 0.40281 4.1967 0.20641 0.71963 1.1485 1.446 2.3136 2.1824 3.4921 0.87096-0.39949 1.6982-0.77567 2.549-1.1652-0.70282-1.1052-1.3787-2.1738-2.0479-3.2291 0.29256-0.25966 0.58176-0.48936 0.83733-0.74902 0.66247-0.6891 1.0626-1.518 1.3249-2.4202 0.37327-1.2883 0.46742-2.6133 0.50105-3.9415 0.02354-1.0287-0.04371-2.054-0.18495-3.0727-0.13451-0.94876-0.36654-1.8742-0.76335-2.7564-0.67592-1.4982-1.826-2.4369-3.4435-2.8497-0.79698-0.19974-1.6007-0.26632-2.4111-0.26965zm10.25 1.7044v3.4089h-1.7217v2.5567h1.7217v5.9655c0 0.65581 0.13785 1.3749 0.40353 1.9874 0.22193 0.51599 0.59521 0.87885 1.1164 1.1019 0.39681 0.16647 0.81043 0.253 1.2375 0.29295 0.81715 0.07323 1.7655-0.05658 2.5692-0.19641 0.22867-0.03994 0.45398-0.08656 0.69946-0.13314-0.02352-0.69576-0.06054-1.6279-0.11768-2.297-0.09082-0.0064-0.13785-0.01996-0.18832-0.01674-0.53804 0.01996-1.2173 0.1032-1.7554 0.11318-0.23203 0.0034-0.46743-0.01996-0.6961-0.0666-0.2892-0.05993-0.48087-0.24967-0.56158-0.53596-0.03027-0.11983-0.06391-0.23637-0.07064-0.3562-0.03698-0.44941-0.05045-1.1452-0.05381-1.5979-0.01012-1.6112 0-4.2611 0-4.2611h3.4435v-2.5567h-3.4435v-3.4089zm-10.334 0.86886c0.51114 0 1.0189 0.059926 1.5267 0.18308 0.87768 0.21305 1.5334 0.67912 1.937 1.4082 0.35309 0.62585 0.54813 1.295 0.63893 1.9841 0.10762 0.83225 0.15805 1.6712 0.20513 2.1905-0.04371 1.4415-0.07733 2.56-0.40017 3.6552-0.06725 0.23304-0.15134 0.46273-0.24548 0.68577-0.36318 0.87885-1.0794 1.4148-2.095 1.6478-1.0256 0.23304-2.0647 0.23634-3.0971 0.0064-1.0828-0.23951-1.8125-0.82209-2.1959-1.7509-0.30938-0.75235-0.47415-1.528-0.51787-2.3203-0.05044-0.88884-0.07062-1.781-0.04372-2.6698 0.02354-0.96208 0.16814-1.9142 0.52123-2.8296 0.07398-0.18974 0.16478-0.37617 0.25893-0.55594 0.40353-0.75568 1.0761-1.2284 1.9773-1.4514 0.50778-0.12318 1.0189-0.1831 1.5301-0.1831z" fill="#232629" stroke-width=".85654"/> + <path d="m46 26.683v14.049l-5.5 5.2683v-5.2683h-16.5v-14.049z" fill="#5fd38d"/> + <path d="m44.167 28.439h-18.333v10.537h18.333z" fill="#5fd38d"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/linkConnect.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m20.116 1-4.375 4.375-1.875-1.875-9.1162 9.1162 1.875 1.875-5.625 5.625 0.88379 0.88379 5.625-5.625 1.875 1.875 9.1162-9.1162-1.875-1.875 4.375-4.375z" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/linkDisconnect.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + } + .ColorScheme-NegativeText { + color:#da4453; + }</style> + </defs> + <path class="ColorScheme-Text" d="m20.116 1-4.375 4.375-1.875-1.875-4.7412 4.7412 4.6338 4.6338 4.7412-4.7412-1.875-1.875 4.375-4.375zm-11.875 8.125-3.4912 3.4912 1.875 1.875-5.625 5.625 0.88379 0.88379 5.625-5.625 1.875 1.875 3.4912-3.4912-2.7588-2.7588z" color="#eff0f1" fill="#232629"/> + <path class="ColorScheme-NegativeText" d="m14.834 14-0.83398 0.83398 1.666 1.666-1.666 1.666 0.83398 0.83398 1.666-1.666 1.666 1.666 0.83398-0.83398-1.666-1.666 1.666-1.666-0.83398-0.83398-1.666 1.666-1.666-1.666z" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/listBookmarks.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 352 352" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path d="m240 320v16h96v-16zm0-32v16h96v-16zm0-32v16h96v-16zm-96-240-42.667 85.333-85.333 21.333 64 64-21.333 85.333 85.333-42.667 85.333 42.667-21.333-85.333 64-64-85.333-21.333z" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/listSelection.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m1 1v1.25h20v-1.25zm0 2.5v1.25h11.25v-1.25zm0 5v1.25h20v-1.25zm0 2.5v1.25h12.5v-1.25zm0 5v1.25h20v-1.25zm0 2.5v1.25h16.25v-1.25zm17.5 1.25v1.25h2.5v-1.25z" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/loading.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#bebebe; + }</style> + </defs> + <path class="ColorScheme-Text" d="m1 9v4h4v-4zm8 0v4h4v-4zm8 0v4h4v-4z" color="#bebebe" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/localVariables.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path d="m2 1v20h11.571v-1.25h-10.286v-17.5h10.286v5h5.1429v7.5h1.2857v-8.7598l-5.1328-4.9902-0.01004 0.012207v-0.012207h-11.571z" fill="#232629"/> + <path d="m13.571 20.401h5.8129v-5.6514" fill="none" stroke="#232629" stroke-width="1.2142px"/> + <path class="ColorScheme-Text" d="m9.125 8s-3.125 7.5e-6 -3.125 3.125c0.62426-1.2485 1.221-1.4309 3.0908-1.4323-0.0075 6.8355-1.8393 6.8649-1.8408 7.9557 0.93802 0.72006 2.4038 0.32093 2.5114-1.0938l0.56315-6.8815 2.4902-0.0098-0.56478 6.9303c0 1.875 2.5 1.875 3.125 0l0.625-1.875c-0.625 1.25-2.4995 3.1254-2.4447 1.2174l0.52897-6.263 1.9157-0.0065v-1.6666z" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/logViewer.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,33 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg"> + <linearGradient id="b" x1="386.57" x2="386.57" y1="527.13" y2="504.91" gradientTransform="matrix(.71429 0 0 .70714 -276.55 -352.47)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#1d1e1e" offset="0"/> + <stop stop-color="#44484c" offset="1"/> + </linearGradient> + <linearGradient id="a" x1="-2" x2="-2" y1="30" y2="2" gradientTransform="matrix(.71429 0 0 .71429 -.42857 -.42857)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#c6cdd1" offset="0"/> + <stop stop-color="#e0e5e7" offset="1"/> + </linearGradient> + <rect x="1.9656" y="1.9656" width="18.069" height="18.069" fill="#232629" stroke="#232629" stroke-width="1.9313"/> + <g transform="matrix(.8 0 0 .8 2.1835 2.2852)"> + <path d="m1 1v20h20v-20z" fill="url(#a)" stroke-width=".71429"/> + <path d="m1 4.5714h20v14.286h-20z" fill="url(#b)" stroke-width=".71429"/> + <path d="m1 1h20v2.8571h-20z" fill="#566069" stroke-width=".71429"/> + <path d="m1 3.8571h20v0.71429h-20z" fill="#3daee9" stroke-width=".71429"/> + <rect x="18.857" y="1.7143" width="1.4286" height="1.4286" rx=".71429" fill="#eff0f1" stroke-width=".71429"/> + <circle cx="4.9286" cy="14.929" r="2.5" fill="#eff0f1" stroke-width=".71429"/> + <circle cx="4.9286" cy="14.929" r="1.7857" fill="#3daefd" stroke-width=".71429"/> + <path d="m8.8571 7.4286h1.4286v0.71429h-1.4286zm2.1429 0h2.1429v0.71429h-2.1429z" fill="#da4453" stroke-width=".71429"/> + <path d="m15.286 7.4286h2.1429v0.71429h-2.1429zm0 1.4286h4.2857v0.71429h-4.2857zm2.8571-1.4286h1.4286v0.71429h-1.4286z" fill="#95a5a6" stroke-width=".71429"/> + <path d="m8.8571 8.8571h2.8571v0.71429h-2.8571zm3.5714 0h1.4286v0.71429h-1.4286z" fill="#bdc3c7" stroke-width=".71429"/> + <path d="m8.8571 13.857h1.4286v0.71429h-1.4286zm2.1429 0h2.1429v0.71429h-2.1429z" fill="#3daefd" stroke-width=".71429"/> + <path d="m15.286 13.857h2.8571v0.71429h-2.8571z" fill="#95a5a6" stroke-width=".71429"/> + <path d="m8.8571 15.286h2.1429v0.71429h-2.1429z" fill="#bdc3c7" stroke-width=".71429"/> + <path d="m15.286 15.286h2.1429v0.71429h-2.1429zm2.8571 0h0.71429v0.71429h-0.71429zm0.71429-1.4286h0.71429v0.71429h-0.71429z" fill="#95a5a6" stroke-width=".71429"/> + <g transform="matrix(.71429 0 0 .71429 -.42857 -.42857)" fill-rule="evenodd"> + <path d="m7.5 8.92-3.501 1.467s0.416 1.902 0.867 3c0.225 0.551 0.5 1.121 0.889 1.617s0.965 0.99 1.745 0.99 1.354-0.494 1.743-0.99 0.664-1.066 0.889-1.617c0.451-1.102 0.869-3 0.869-3z" fill="#eff0f1"/> + <path d="m5 11 2.5-1 2.5 1s-0.928 4-2.5 4-2.5-4-2.5-4" fill="#da4453"/> + </g> + <path d="m1 20.286h20v0.71429h-20z" fill="#99a1a7" stroke-width=".71429"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/mailSend.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m6.4545 4v0.875h12.306l-6.8519 6.595-5.4545-5.25v1.2373l2.7486 2.6472-2.7486 2.6455v1.2373l3.3913-3.2642 2.0632 1.9841 2.0632-1.9841 6.1186 5.8892v0.5127h-13.636v0.875h14.545v-14h-0.90909zm13.592 0.875h0.04439v10.5l-5.4759-5.2705zm-19.047 4.375v0.875h4.5455v-0.875zm1.8182 2.625v0.875h2.7273v-0.875z" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/makefile.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <g transform="matrix(1.6857 0 0 1.6686 -2.5294 -1731.6)" fill="#232629"> + <path d="m9.592 1042.4c0.015-0.118 0.026-0.237 0.026-0.359 0-0.121-0.011-0.241-0.026-0.359l0.778-0.609c0.07-0.055 0.09-0.154 0.044-0.235l-0.736-1.274c-0.046-0.079-0.142-0.112-0.224-0.079l-0.916 0.37c-0.189-0.145-0.397-0.268-0.622-0.362l-0.138-0.975c-0.017-0.086-0.092-0.154-0.184-0.154h-1.471c-0.092 0-0.167 0.068-0.182 0.154l-0.138 0.975c-0.224 0.094-0.432 0.215-0.622 0.362l-0.916-0.37c-0.083-0.031-0.178 0-0.224 0.079l-0.736 1.274c-0.046 0.079-0.026 0.178 0.044 0.235l0.776 0.609c-0.015 0.118-0.026 0.237-0.026 0.359 0 0.121 0.011 0.241 0.026 0.359l-0.776 0.609c-0.07 0.055-0.09 0.155-0.044 0.235l0.736 1.274c0.046 0.079 0.142 0.112 0.224 0.079l0.916-0.37c0.189 0.145 0.397 0.268 0.622 0.362l0.138 0.975c0.015 0.086 0.09 0.155 0.182 0.155h1.471c0.092 0 0.167-0.068 0.182-0.155l0.138-0.975c0.224-0.094 0.432-0.215 0.622-0.362l0.916 0.37c0.083 0.031 0.178 0 0.224-0.079l0.736-1.274c0.046-0.079 0.026-0.178-0.044-0.235zm-2.732 0.929c-0.712 0-1.287-0.576-1.287-1.287 0-0.712 0.576-1.287 1.287-1.287 0.712 0 1.287 0.575 1.287 1.287s-0.576 1.287-1.287 1.287"/> + <path d="m11.697 1048.9c0.051-0.07 0.1-0.143 0.142-0.221 0.043-0.078 0.077-0.159 0.109-0.239l0.713-0.118c0.064-0.011 0.112-0.068 0.111-0.136l-0.026-1.077c-2e-3 -0.067-0.052-0.122-0.116-0.13l-0.718-0.084c-0.071-0.16-0.161-0.312-0.272-0.451l0.253-0.675c0.02-0.061-5e-3 -0.131-0.064-0.164l-0.945-0.516c-0.059-0.032-0.131-0.015-0.171 0.036l-0.43 0.578c-0.177-0.019-0.353-0.013-0.526 0.015l-0.459-0.559c-0.042-0.049-0.115-0.063-0.172-0.028l-0.92 0.561c-0.057 0.034-0.079 0.106-0.054 0.167l0.285 0.663c-0.051 0.07-0.1 0.143-0.142 0.222-0.043 0.078-0.077 0.159-0.109 0.239l-0.712 0.119c-0.064 0.011-0.112 0.068-0.111 0.136l0.026 1.077c1e-3 0.067 0.052 0.122 0.116 0.13l0.718 0.084c0.071 0.16 0.161 0.312 0.272 0.451l-0.253 0.675c-0.021 0.06 4e-3 0.131 0.063 0.163l0.945 0.516c0.059 0.032 0.131 0.015 0.171-0.035l0.43-0.578c0.177 0.019 0.353 0.014 0.526-0.015l0.459 0.559c0.042 0.049 0.115 0.063 0.172 0.028l0.92-0.561c0.057-0.034 0.079-0.106 0.054-0.167zm-2.082-0.362c-0.457-0.249-0.625-0.821-0.376-1.278 0.25-0.457 0.821-0.625 1.279-0.376 0.457 0.249 0.625 0.821 0.376 1.279-0.25 0.457-0.821 0.625-1.279 0.376"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/makefile48.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="48" height="48" version="1.1" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg"> + <g transform="matrix(3.7928 0 0 3.6709 -6.4411 -3809.7)" fill="#232629"> + <path d="m9.592 1042.4c0.015-0.118 0.026-0.237 0.026-0.359 0-0.121-0.011-0.241-0.026-0.359l0.778-0.609c0.07-0.055 0.09-0.154 0.044-0.235l-0.736-1.274c-0.046-0.079-0.142-0.112-0.224-0.079l-0.916 0.37c-0.189-0.145-0.397-0.268-0.622-0.362l-0.138-0.975c-0.017-0.086-0.092-0.154-0.184-0.154h-1.471c-0.092 0-0.167 0.068-0.182 0.154l-0.138 0.975c-0.224 0.094-0.432 0.215-0.622 0.362l-0.916-0.37c-0.083-0.031-0.178 0-0.224 0.079l-0.736 1.274c-0.046 0.079-0.026 0.178 0.044 0.235l0.776 0.609c-0.015 0.118-0.026 0.237-0.026 0.359 0 0.121 0.011 0.241 0.026 0.359l-0.776 0.609c-0.07 0.055-0.09 0.155-0.044 0.235l0.736 1.274c0.046 0.079 0.142 0.112 0.224 0.079l0.916-0.37c0.189 0.145 0.397 0.268 0.622 0.362l0.138 0.975c0.015 0.086 0.09 0.155 0.182 0.155h1.471c0.092 0 0.167-0.068 0.182-0.155l0.138-0.975c0.224-0.094 0.432-0.215 0.622-0.362l0.916 0.37c0.083 0.031 0.178 0 0.224-0.079l0.736-1.274c0.046-0.079 0.026-0.178-0.044-0.235zm-2.732 0.929c-0.712 0-1.287-0.576-1.287-1.287 0-0.712 0.576-1.287 1.287-1.287 0.712 0 1.287 0.575 1.287 1.287s-0.576 1.287-1.287 1.287"/> + <path d="m11.697 1048.9c0.051-0.07 0.1-0.143 0.142-0.221 0.043-0.078 0.077-0.159 0.109-0.239l0.713-0.118c0.064-0.011 0.112-0.068 0.111-0.136l-0.026-1.077c-2e-3 -0.067-0.052-0.122-0.116-0.13l-0.718-0.084c-0.071-0.16-0.161-0.312-0.272-0.451l0.253-0.675c0.02-0.061-5e-3 -0.131-0.064-0.164l-0.945-0.516c-0.059-0.032-0.131-0.015-0.171 0.036l-0.43 0.578c-0.177-0.019-0.353-0.013-0.526 0.015l-0.459-0.559c-0.042-0.049-0.115-0.063-0.172-0.028l-0.92 0.561c-0.057 0.034-0.079 0.106-0.054 0.167l0.285 0.663c-0.051 0.07-0.1 0.143-0.142 0.222-0.043 0.078-0.077 0.159-0.109 0.239l-0.712 0.119c-0.064 0.011-0.112 0.068-0.111 0.136l0.026 1.077c1e-3 0.067 0.052 0.122 0.116 0.13l0.718 0.084c0.071 0.16 0.161 0.312 0.272 0.451l-0.253 0.675c-0.021 0.06 4e-3 0.131 0.063 0.163l0.945 0.516c0.059 0.032 0.131 0.015 0.171-0.035l0.43-0.578c0.177 0.019 0.353 0.014 0.526-0.015l0.459 0.559c0.042 0.049 0.115 0.063 0.172 0.028l0.92-0.561c0.057-0.034 0.079-0.106 0.054-0.167zm-2.082-0.362c-0.457-0.249-0.625-0.821-0.376-1.278 0.25-0.457 0.821-0.625 1.279-0.376 0.457 0.249 0.625 0.821 0.376 1.279-0.25 0.457-0.821 0.625-1.279 0.376"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/masterProject.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m3.5 1v2.5h-2.5v3.75h2.5v7.5h-2.5v3.75h2.5v2.5h17.5v-20zm1.25 1.25h15v2.5h-15v-1.25zm0 3.75h15v13.75h-15z" color="#eff0f1" fill="#232629"/> + <path d="m17.122 8.0064-7.653 7.653-1.9108-1.9108-1.1784 1.1784 3.0762 3.0794 0.0097-0.01296 0.01296 0.01296 8.8216-8.8216-1.1784-1.1784" color="#eff0f1" fill="#0a0"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/mediaPlaybackPause.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m1 1v20h20v-20zm1.6667 1.6667h16.667v16.667h-16.667zm3.3333 3.3333v10h3.3333v-10zm6.6667 0v10h3.3333v-10z" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/mediaPlaybackStart.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m1 1v20h20v-20zm1.6667 1.6667h16.667v16.667h-16.667zm5 3.3333v10l6.6667-5z" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/method.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <g fill="#232629"> + <path d="m2.25 2.25h17.5v6.25h-17.5v-6.25m-1.25-1.25v8.75h20v-8.75h-20" color="#eff0f1"/> + <path class="ColorScheme-Text" d="m4.4 11c-0.88362 0-1.6 0.74623-1.6 1.6667v2.5c0 0.23012-0.17909 0.41667-0.4 0.41667h-0.4v0.83333h0.4c0.22091 0 0.4 0.18654 0.4 0.41667v2.5c0 0.9205 0.71634 1.6667 1.6 1.6667h0.8v-0.83333h-0.8c-0.44183 0-0.8-0.37308-0.8-0.83333v-2.5c0-0.31875-0.11143-0.61252-0.3-0.83333 0.18857-0.22081 0.3-0.51458 0.3-0.83333v-2.5c0-0.46025 0.35822-0.83333 0.8-0.83333h0.8v-0.83333zm2.4 0v0.83333h0.8c0.44178 0 0.8 0.37308 0.8 0.83333v2.5c0 0.31875 0.11143 0.61252 0.3 0.83333-0.18857 0.22081-0.3 0.51458-0.3 0.83333v2.5c0 0.46025-0.35817 0.83333-0.8 0.83333h-0.8v0.83333h0.8c0.88366 0 1.6-0.74617 1.6-1.6667v-2.5c0-0.23012 0.17909-0.41667 0.4-0.41667h0.4v-0.83333h-0.4c-0.22091 0-0.4-0.18654-0.4-0.41667v-2.5c0-0.92044-0.71638-1.6667-1.6-1.6667z" color="#eff0f1"/> + <path class="ColorScheme-Text" d="m14.4 11c-0.88362 0-1.6 0.74623-1.6 1.6667v2.5c0 0.23012-0.17909 0.41667-0.4 0.41667h-0.4v0.83333h0.4c0.22092 0 0.4 0.18654 0.4 0.41667v2.5c0 0.9205 0.71634 1.6667 1.6 1.6667h0.8v-0.83333h-0.8c-0.44183 0-0.8-0.37308-0.8-0.83333v-2.5c0-0.31875-0.11143-0.61252-0.3-0.83333 0.18857-0.22081 0.3-0.51458 0.3-0.83333v-2.5c0-0.46025 0.35822-0.83333 0.8-0.83333h0.8v-0.83333zm2.4 0v0.83333h0.8c0.44178 0 0.8 0.37308 0.8 0.83333v2.5c0 0.31875 0.11143 0.61252 0.3 0.83333-0.18857 0.22081-0.3 0.51458-0.3 0.83333v2.5c0 0.46025-0.35817 0.83333-0.8 0.83333h-0.8v0.83333h0.8c0.88366 0 1.6-0.74617 1.6-1.6667v-2.5c0-0.23012 0.17909-0.41667 0.4-0.41667h0.4v-0.83333h-0.4c-0.22091 0-0.4-0.18654-0.4-0.41667v-2.5c0-0.92044-0.71638-1.6667-1.6-1.6667z" color="#eff0f1"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/method_class.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <g fill="#006fff"> + <path d="m2.25 2.25h17.5v6.25h-17.5v-6.25m-1.25-1.25v8.75h20v-8.75h-20" color="#eff0f1"/> + <path class="ColorScheme-Text" d="m4.4 11c-0.88362 0-1.6 0.74623-1.6 1.6667v2.5c0 0.23012-0.17909 0.41667-0.4 0.41667h-0.4v0.83333h0.4c0.22091 0 0.4 0.18654 0.4 0.41667v2.5c0 0.9205 0.71634 1.6667 1.6 1.6667h0.8v-0.83333h-0.8c-0.44183 0-0.8-0.37308-0.8-0.83333v-2.5c0-0.31875-0.11143-0.61252-0.3-0.83333 0.18857-0.22081 0.3-0.51458 0.3-0.83333v-2.5c0-0.46025 0.35822-0.83333 0.8-0.83333h0.8v-0.83333zm2.4 0v0.83333h0.8c0.44178 0 0.8 0.37308 0.8 0.83333v2.5c0 0.31875 0.11143 0.61252 0.3 0.83333-0.18857 0.22081-0.3 0.51458-0.3 0.83333v2.5c0 0.46025-0.35817 0.83333-0.8 0.83333h-0.8v0.83333h0.8c0.88366 0 1.6-0.74617 1.6-1.6667v-2.5c0-0.23012 0.17909-0.41667 0.4-0.41667h0.4v-0.83333h-0.4c-0.22091 0-0.4-0.18654-0.4-0.41667v-2.5c0-0.92044-0.71638-1.6667-1.6-1.6667z" color="#eff0f1"/> + <path class="ColorScheme-Text" d="m14.4 11c-0.88362 0-1.6 0.74623-1.6 1.6667v2.5c0 0.23012-0.17909 0.41667-0.4 0.41667h-0.4v0.83333h0.4c0.22092 0 0.4 0.18654 0.4 0.41667v2.5c0 0.9205 0.71634 1.6667 1.6 1.6667h0.8v-0.83333h-0.8c-0.44183 0-0.8-0.37308-0.8-0.83333v-2.5c0-0.31875-0.11143-0.61252-0.3-0.83333 0.18857-0.22081 0.3-0.51458 0.3-0.83333v-2.5c0-0.46025 0.35822-0.83333 0.8-0.83333h0.8v-0.83333zm2.4 0v0.83333h0.8c0.44178 0 0.8 0.37308 0.8 0.83333v2.5c0 0.31875 0.11143 0.61252 0.3 0.83333-0.18857 0.22081-0.3 0.51458-0.3 0.83333v2.5c0 0.46025-0.35817 0.83333-0.8 0.83333h-0.8v0.83333h0.8c0.88366 0 1.6-0.74617 1.6-1.6667v-2.5c0-0.23012 0.17909-0.41667 0.4-0.41667h0.4v-0.83333h-0.4c-0.22091 0-0.4-0.18654-0.4-0.41667v-2.5c0-0.92044-0.71638-1.6667-1.6-1.6667z" color="#eff0f1"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/method_private.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m4.4 11c-0.88362 0-1.6 0.74623-1.6 1.6667v2.5c0 0.23012-0.17909 0.41667-0.4 0.41667h-0.4v0.83333h0.4c0.22091 0 0.4 0.18654 0.4 0.41667v2.5c0 0.9205 0.71634 1.6667 1.6 1.6667h0.8v-0.83333h-0.8c-0.44183 0-0.8-0.37308-0.8-0.83333v-2.5c0-0.31875-0.11143-0.61252-0.3-0.83333 0.18857-0.22081 0.3-0.51458 0.3-0.83333v-2.5c0-0.46025 0.35822-0.83333 0.8-0.83333h0.8v-0.83333zm2.4 0v0.83333h0.8c0.44178 0 0.8 0.37308 0.8 0.83333v2.5c0 0.31875 0.11143 0.61252 0.3 0.83333-0.18857 0.22081-0.3 0.51458-0.3 0.83333v2.5c0 0.46025-0.35817 0.83333-0.8 0.83333h-0.8v0.83333h0.8c0.88366 0 1.6-0.74617 1.6-1.6667v-2.5c0-0.23012 0.17909-0.41667 0.4-0.41667h0.4v-0.83333h-0.4c-0.22091 0-0.4-0.18654-0.4-0.41667v-2.5c0-0.92044-0.71638-1.6667-1.6-1.6667z" color="#eff0f1" fill="#232629"/> + <path class="ColorScheme-Text" d="m14.4 11c-0.88362 0-1.6 0.74623-1.6 1.6667v2.5c0 0.23012-0.17909 0.41667-0.4 0.41667h-0.4v0.83333h0.4c0.22092 0 0.4 0.18654 0.4 0.41667v2.5c0 0.9205 0.71634 1.6667 1.6 1.6667h0.8v-0.83333h-0.8c-0.44183 0-0.8-0.37308-0.8-0.83333v-2.5c0-0.31875-0.11143-0.61252-0.3-0.83333 0.18857-0.22081 0.3-0.51458 0.3-0.83333v-2.5c0-0.46025 0.35822-0.83333 0.8-0.83333h0.8v-0.83333zm2.4 0v0.83333h0.8c0.44178 0 0.8 0.37308 0.8 0.83333v2.5c0 0.31875 0.11143 0.61252 0.3 0.83333-0.18857 0.22081-0.3 0.51458-0.3 0.83333v2.5c0 0.46025-0.35817 0.83333-0.8 0.83333h-0.8v0.83333h0.8c0.88366 0 1.6-0.74617 1.6-1.6667v-2.5c0-0.23012 0.17909-0.41667 0.4-0.41667h0.4v-0.83333h-0.4c-0.22091 0-0.4-0.18654-0.4-0.41667v-2.5c0-0.92044-0.71638-1.6667-1.6-1.6667z" color="#eff0f1" fill="#232629"/> + <g transform="matrix(.8 0 0 .66667 4.6 -691.24)" fill="#232629"> + <path class="ColorScheme-Text" d="m8 1038.4c-1.662 0-3 1.338-3 3v3h-2v6h10v-6h-2v-3c0-1.662-1.338-3-3-3zm0 1c1.2465 0 2 0.5458 2 2v3h-4v-3c0-1.4542 0.75351-2 2-2zm-4 6h8v4h-8z" color="#eff0f1" fill="#232629"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/method_protected.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <g> + <path class="ColorScheme-Text" d="m4.4 11c-0.88362 0-1.6 0.74623-1.6 1.6667v2.5c0 0.23012-0.17909 0.41667-0.4 0.41667h-0.4v0.83333h0.4c0.22091 0 0.4 0.18654 0.4 0.41667v2.5c0 0.9205 0.71634 1.6667 1.6 1.6667h0.8v-0.83333h-0.8c-0.44183 0-0.8-0.37308-0.8-0.83333v-2.5c0-0.31875-0.11143-0.61252-0.3-0.83333 0.18857-0.22081 0.3-0.51458 0.3-0.83333v-2.5c0-0.46025 0.35822-0.83333 0.8-0.83333h0.8v-0.83333zm2.4 0v0.83333h0.8c0.44178 0 0.8 0.37308 0.8 0.83333v2.5c0 0.31875 0.11143 0.61252 0.3 0.83333-0.18857 0.22081-0.3 0.51458-0.3 0.83333v2.5c0 0.46025-0.35817 0.83333-0.8 0.83333h-0.8v0.83333h0.8c0.88366 0 1.6-0.74617 1.6-1.6667v-2.5c0-0.23012 0.17909-0.41667 0.4-0.41667h0.4v-0.83333h-0.4c-0.22091 0-0.4-0.18654-0.4-0.41667v-2.5c0-0.92044-0.71638-1.6667-1.6-1.6667z" color="#eff0f1"/> + <path class="ColorScheme-Text" d="m14.4 11c-0.88362 0-1.6 0.74623-1.6 1.6667v2.5c0 0.23012-0.17909 0.41667-0.4 0.41667h-0.4v0.83333h0.4c0.22092 0 0.4 0.18654 0.4 0.41667v2.5c0 0.9205 0.71634 1.6667 1.6 1.6667h0.8v-0.83333h-0.8c-0.44183 0-0.8-0.37308-0.8-0.83333v-2.5c0-0.31875-0.11143-0.61252-0.3-0.83333 0.18857-0.22081 0.3-0.51458 0.3-0.83333v-2.5c0-0.46025 0.35822-0.83333 0.8-0.83333h0.8v-0.83333zm2.4 0v0.83333h0.8c0.44178 0 0.8 0.37308 0.8 0.83333v2.5c0 0.31875 0.11143 0.61252 0.3 0.83333-0.18857 0.22081-0.3 0.51458-0.3 0.83333v2.5c0 0.46025-0.35817 0.83333-0.8 0.83333h-0.8v0.83333h0.8c0.88366 0 1.6-0.74617 1.6-1.6667v-2.5c0-0.23012 0.17909-0.41667 0.4-0.41667h0.4v-0.83333h-0.4c-0.22091 0-0.4-0.18654-0.4-0.41667v-2.5c0-0.92044-0.71638-1.6667-1.6-1.6667z" color="#eff0f1"/> + <path class="ColorScheme-Text" d="m2 1v8h5.625v-3.5556h7.875v1.7778h1.125v-1.7778h1.125v1.7778h1.125v-1.7778h1.125v-0.88889h-12.375v-3.5556zm1.125 0.88889h3.375v6.2222h-3.375z" color="#eff0f1"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/method_static.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <g fill="#00a300"> + <path d="m2.25 2.25h17.5v6.25h-17.5v-6.25m-1.25-1.25v8.75h20v-8.75h-20" color="#eff0f1"/> + <path class="ColorScheme-Text" d="m4.4 11c-0.88362 0-1.6 0.74623-1.6 1.6667v2.5c0 0.23012-0.17909 0.41667-0.4 0.41667h-0.4v0.83333h0.4c0.22091 0 0.4 0.18654 0.4 0.41667v2.5c0 0.9205 0.71634 1.6667 1.6 1.6667h0.8v-0.83333h-0.8c-0.44183 0-0.8-0.37308-0.8-0.83333v-2.5c0-0.31875-0.11143-0.61252-0.3-0.83333 0.18857-0.22081 0.3-0.51458 0.3-0.83333v-2.5c0-0.46025 0.35822-0.83333 0.8-0.83333h0.8v-0.83333zm2.4 0v0.83333h0.8c0.44178 0 0.8 0.37308 0.8 0.83333v2.5c0 0.31875 0.11143 0.61252 0.3 0.83333-0.18857 0.22081-0.3 0.51458-0.3 0.83333v2.5c0 0.46025-0.35817 0.83333-0.8 0.83333h-0.8v0.83333h0.8c0.88366 0 1.6-0.74617 1.6-1.6667v-2.5c0-0.23012 0.17909-0.41667 0.4-0.41667h0.4v-0.83333h-0.4c-0.22091 0-0.4-0.18654-0.4-0.41667v-2.5c0-0.92044-0.71638-1.6667-1.6-1.6667z" color="#eff0f1"/> + <path class="ColorScheme-Text" d="m14.4 11c-0.88362 0-1.6 0.74623-1.6 1.6667v2.5c0 0.23012-0.17909 0.41667-0.4 0.41667h-0.4v0.83333h0.4c0.22092 0 0.4 0.18654 0.4 0.41667v2.5c0 0.9205 0.71634 1.6667 1.6 1.6667h0.8v-0.83333h-0.8c-0.44183 0-0.8-0.37308-0.8-0.83333v-2.5c0-0.31875-0.11143-0.61252-0.3-0.83333 0.18857-0.22081 0.3-0.51458 0.3-0.83333v-2.5c0-0.46025 0.35822-0.83333 0.8-0.83333h0.8v-0.83333zm2.4 0v0.83333h0.8c0.44178 0 0.8 0.37308 0.8 0.83333v2.5c0 0.31875 0.11143 0.61252 0.3 0.83333-0.18857 0.22081-0.3 0.51458-0.3 0.83333v2.5c0 0.46025-0.35817 0.83333-0.8 0.83333h-0.8v0.83333h0.8c0.88366 0 1.6-0.74617 1.6-1.6667v-2.5c0-0.23012 0.17909-0.41667 0.4-0.41667h0.4v-0.83333h-0.4c-0.22091 0-0.4-0.18654-0.4-0.41667v-2.5c0-0.92044-0.71638-1.6667-1.6-1.6667z" color="#eff0f1"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/microbitDevice.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="48" height="48" version="1.1" viewBox="0 0 12.7 12.7" xmlns="http://www.w3.org/2000/svg"> + <g transform="translate(0 -284.3)" stroke="#232629"> + <rect x=".78637" y="288" width="11.132" height="5.3112" ry="2.6556" fill="none" stroke-width=".50959"/> + <g fill="#232629" stroke-width=".50065"> + <ellipse cx="2.747" cy="290.65" rx=".51892" ry=".50925"/> + <ellipse cx="9.8545" cy="290.65" rx=".51892" ry=".50925"/> + </g> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/micropython.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg"> + <path d="m1 1h8v17h2.5v-17h9.5v20h-4l1-17h-3.5v17h-8.5v-17h-2v17h-3zm19 16.257h-1.5v1.9883h1.5z" fill="#232629" stroke-width=".05848"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/micropython48.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="48" height="48" version="1.1" xmlns="http://www.w3.org/2000/svg"> + <path d="m2 2h17.6v37.4h5.5v-37.4h20.9v44h-8.3v-37.4h-6v37.4h-18.7v-37.4h-4.4v37.4h-6.6zm41.8 35.766h-3.3v4.3743h3.3z" fill="#232629" stroke-width=".12866"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/miniconda.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <style>.st0{fill:#43b02a}</style> + <path class="st0" d="m2.3887 14.044c-0.36349 0.72642-0.65775 1.4874-0.90008 2.2657 0.81353 0.22484 1.6271 0.3805 2.4579 0.44968 0.017304-0.65723 0.069237-1.2799 0.15578-1.9025-0.58851-0.22484-1.1597-0.50157-1.7136-0.81289zm3.3234-8.3711c-0.48466 0-0.952 0.03459-1.4367 0.10377 0.069237 0.48428 0.13847 0.95126 0.25964 1.4355 0.32887-0.55346 0.72699-1.055 1.177-1.5047zm-3.8946 11.398c0.62313 0.95126 1.402 1.7987 2.2848 2.5079-0.086546-0.74371-0.15578-1.4528-0.15578-2.162-0.72699-0.06918-1.4367-0.19025-2.129-0.34591zm5.6255-16.483c-0.86546 0.29403-1.6617 0.69182-2.4233 1.1761 0.5712 0.10377 1.1251 0.22484 1.679 0.3978 0.20771-0.53616 0.46735-1.055 0.74429-1.5739zm3.5657-0.58805c-0.43273 0-0.84815 0.034592-1.2636 0.069182 0.58851 0.41509 1.1424 0.84748 1.679 1.3318l0.43273 0.3978-0.43273 0.43239c-0.36349 0.34591-0.70968 0.70912-1.0386 1.1069v0.017297s-0.06924 0.069182-0.17309 0.19025c0.25964-0.034588 0.51928-0.034588 0.79622-0.034588 4.1369 0 7.4949 3.3553 7.4949 7.489s-3.358 7.489-7.4949 7.489c-1.4367 0-2.7868-0.3978-3.9292-1.1069-0.5712 0.06918-1.1251 0.10377-1.6963 0.10377-0.25964 0-0.51928 0-0.79622-0.0173 0.017311 0.84748 0.10386 1.7296 0.24233 2.6462 1.7655 1.1934 3.8773 1.8852 6.1621 1.8852 6.0755 0 11.009-4.9292 11.009-11 0.017309-6.0708-4.9158-11-10.991-11z" fill="#232629" stroke-width=".17302"/> + <path class="st0" d="m9.5374 2.5943c0.22502-0.25943 0.45004-0.51887 0.67506-0.76101-0.51928-0.43239-1.0559-0.84748-1.6271-1.1934-0.34618 0.58805-0.65775 1.2107-0.91739 1.8333 0.50197 0.19025 0.98662 0.3978 1.454 0.62264 0.22502-0.27673 0.3808-0.44969 0.41542-0.50157zm-6.1794 3.3035c-0.81353 0.13836-1.6098 0.36321-2.3887 0.63994 0.31157 0.7956 0.70968 1.5739 1.1597 2.3003 0.51928-0.36321 1.0559-0.70912 1.6098-1.0031-0.17309-0.63994-0.29426-1.2799-0.3808-1.9371zm-1.4367 4.1509c-0.58851 0.48428-1.1424 1.0031-1.6617 1.5912 0.5712 0.50157 1.177 0.95126 1.8175 1.3664 0.29426-0.51887 0.62313-1.0377 0.96931-1.522-0.3808-0.44968-0.7616-0.93396-1.1251-1.4355zm2.8041 5.0503c-0.069236 0.55346-0.12116 1.1242-0.13847 1.7123 0.55389 0.03459 1.1078 0.03459 1.6617 0-0.58851-0.48428-1.1078-1.055-1.5232-1.7123zm1.6098-11.969c-0.69237-0.19025-1.402-0.34591-2.1117-0.43239-0.069237 0.72642-0.069237 1.4355-0.017311 2.1447 0.5712-0.069182 1.1251-0.10377 1.6963-0.10377 0.10386-0.55346 0.25964-1.0896 0.43273-1.6085zm0.98662 0.31132c-0.13847 0.41509-0.25964 0.83019-0.36349 1.2453 0.48466-0.31132 1.0039-0.57076 1.5405-0.76101-0.3808-0.17296-0.77891-0.32862-1.177-0.48428zm-7.2352 9.0283c0.13847 1.0723 0.43273 2.0928 0.86546 3.0267 0.22502-0.62264 0.48466-1.2453 0.77891-1.8333-0.5712-0.36321-1.1078-0.76101-1.6444-1.1934zm3.1676-9.2704c-0.65775 0.65723-1.229 1.3836-1.7136 2.1792 0.5712-0.17296 1.1424-0.31132 1.7309-0.41509-0.034616-0.58805-0.051927-1.1761-0.017311-1.7642zm-0.65775 6.3475c0.27695 0.3978 0.58851 0.7956 0.91739 1.1761 0.034616-0.69182 0.13847-1.3491 0.34618-1.989-0.43273 0.24214-0.86546 0.51887-1.2636 0.81289zm0.13847 3.8223c0.46735 0.25943 0.93469 0.50157 1.4367 0.70912-0.29426-0.63994-0.48466-1.3145-0.58851-2.0409-0.31157 0.43239-0.58851 0.88208-0.84815 1.3318zm-1.2809-4.0126c-0.34618-0.55346-0.65775-1.1242-0.9347-1.7296-0.31156 0.96855-0.50197 2.0063-0.51928 3.0613 0.46735-0.48428 0.952-0.93396 1.454-1.3318z" fill="#232629" stroke-width=".17302"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/miniconda48.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="48" height="48" version="1.1" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg"> + <style>.st0{fill:#43b02a}</style> + <path class="st0" d="m5.2116 30.642c-0.79307 1.5849-1.4351 3.2453-1.9638 4.9434 1.775 0.49057 3.55 0.83019 5.3627 0.98113 0.03776-1.434 0.15106-2.7925 0.33989-4.1509-1.284-0.49057-2.5303-1.0943-3.7388-1.7736zm7.251-18.264c-1.0574 0-2.0771 0.07547-3.1345 0.22642 0.15106 1.0566 0.30212 2.0755 0.56648 3.1321 0.71754-1.2075 1.5861-2.3019 2.5681-3.283zm-8.4972 24.868c1.3596 2.0755 3.059 3.9245 4.985 5.4717-0.18883-1.6226-0.33989-3.1698-0.33989-4.717-1.5862-0.15094-3.1345-0.41509-4.6452-0.75472zm12.274-35.962c-1.8883 0.64151-3.6255 1.5094-5.2872 2.566 1.2463 0.22642 2.4548 0.49057 3.6632 0.86792 0.45319-1.1698 1.0197-2.3019 1.6239-3.434zm7.7797-1.283c-0.94414 0-1.8505 0.075472-2.7569 0.15094 1.284 0.90566 2.4925 1.8491 3.6632 2.9057l0.94414 0.86792-0.94414 0.9434c-0.79308 0.75472-1.5484 1.5472-2.2659 2.4151v0.03774s-0.15106 0.15094-0.37765 0.41509c0.56648-0.07547 1.133-0.07547 1.7372-0.07547 9.0259 0 16.352 7.3208 16.352 16.34s-7.3265 16.34-16.352 16.34c-3.1345 0-6.0802-0.86792-8.5728-2.4151-1.2463 0.15094-2.4548 0.22642-3.701 0.22642-0.56648 0-1.133 0-1.7372-0.03774 0.03777 1.8491 0.22659 3.7736 0.52872 5.7736 3.8521 2.6038 8.4595 4.1132 13.445 4.1132 13.256 0 24.019-10.755 24.019-24 0.037765-13.245-10.725-24-23.981-24z" fill="#232629" stroke-width=".37751"/> + <path class="st0" d="m20.809 5.6604c0.49095-0.56604 0.9819-1.1321 1.4729-1.6604-1.133-0.9434-2.3037-1.8491-3.55-2.6038-0.75531 1.283-1.4351 2.6415-2.0016 4 1.0952 0.4151 2.1526 0.86792 3.1723 1.3585 0.49095-0.60377 0.83084-0.98113 0.90637-1.0943zm-13.482 7.2075c-1.775 0.30189-3.5122 0.79245-5.2116 1.3962 0.67978 1.7358 1.5484 3.434 2.5303 5.0189 1.133-0.79245 2.3037-1.5472 3.5122-2.1887-0.37765-1.3962-0.64201-2.7925-0.83084-4.2264zm-3.1345 9.0566c-1.284 1.0566-2.4925 2.1887-3.6255 3.4717 1.2463 1.0943 2.5681 2.0755 3.9654 2.9811 0.64201-1.1321 1.3596-2.2642 2.1149-3.3208-0.83084-0.98113-1.6617-2.0377-2.4548-3.1321zm6.118 11.019c-0.15106 1.2075-0.26436 2.4528-0.30212 3.7358 1.2085 0.07547 2.417 0.07547 3.6255 0-1.284-1.0566-2.417-2.3019-3.3234-3.7358zm3.5122-26.113c-1.5106-0.4151-3.059-0.75472-4.6074-0.9434-0.15106 1.5849-0.15106 3.1321-0.03777 4.6792 1.2463-0.15094 2.4548-0.22642 3.701-0.22642 0.22659-1.2075 0.56648-2.3774 0.94414-3.5094zm2.1526 0.67924c-0.30212 0.90566-0.56648 1.8113-0.79308 2.717 1.0574-0.67924 2.1904-1.2453 3.3611-1.6604-0.83084-0.37736-1.6994-0.71698-2.5681-1.0566zm-15.786 19.698c0.30212 2.3396 0.94414 4.566 1.8883 6.6038 0.49095-1.3585 1.0574-2.717 1.6994-4-1.2463-0.79245-2.417-1.6604-3.5877-2.6038zm6.9111-20.226c-1.4351 1.434-2.6813 3.0189-3.7388 4.7547 1.2463-0.37736 2.4925-0.67924 3.7765-0.90566-0.07553-1.283-0.1133-2.566-0.03777-3.8491zm-1.4351 13.849c0.60425 0.86792 1.284 1.7358 2.0016 2.566 0.07553-1.5094 0.30212-2.9434 0.75531-4.3396-0.94414 0.5283-1.8883 1.1321-2.7569 1.7736zm0.30212 8.3396c1.0197 0.56604 2.0393 1.0943 3.1345 1.5472-0.64201-1.3962-1.0574-2.8679-1.284-4.4528-0.67978 0.9434-1.284 1.9245-1.8505 2.9057zm-2.7946-8.7547c-0.75531-1.2075-1.4351-2.4528-2.0393-3.7736-0.67978 2.1132-1.0952 4.3774-1.133 6.6792 1.0197-1.0566 2.0771-2.0377 3.1723-2.9057z" fill="#232629" stroke-width=".37751"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/minus.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#232629; + }</style> + </defs> + <path class="ColorScheme-Text" transform="translate(3 3)" d="m3 7v2h10v-2h-10z" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/module.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m2.25 1v7.5h2.5v5h-3.75v7.5h7.5v-7.5h-2.5v-5h6.25v-2.5h5v8.75h-2.5v6.25h6.25v-6.25h-2.5v-10h-6.25v-3.75h-10m1.25 1.25h7.5v5h-7.5v-5m-1.25 12.5h5v5h-5v-5" color="#eff0f1" fill="#c83737"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/mouse.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg"> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + <path class="ColorScheme-Text" d="m9.6667 1a6.6667 6.25 0 0 0-6.6667 6.25v7.5a6.6667 6.25 0 0 0 6.6667 6.25h2.6667a6.6667 6.25 0 0 0 6.6667-6.25v-7.5a6.6667 6.25 0 0 0-6.6667-6.25zm0 1.25h2.6667a5.3333 5 0 0 1 5.3333 5v7.5a5.3333 5 0 0 1-5.3333 5h-2.6667a5.3333 5 0 0 1-5.3333-5v-7.5a5.3333 5 0 0 1 5.3333-5zm0 1.25v6.25h2.6667v-6.25z" color="#eff0f1" fill="#232629" stroke-width="1.291"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/moveBookmark.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 352 352" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <g transform="matrix(24 0 0 24 -32 -24873)" fill="#232629"> + <path class="ColorScheme-Text" d="m8 1038.4-2 4-4 1 3 3-1 4 4-2 4 2-1-4 3-3-4-1z" color="#eff0f1" fill="#232629"/> + </g> + <path d="m304 160v-32h32v-32h-32v-32l-64 48 64 48" fill="#49cf00"/> + <path d="m218.31 112v-32h-32v-32h32v-32l64 48-64 48" fill="#49cf00"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/moveInstructionPointer.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m14.75 1v1.25h2.5v17.5h-2.5v1.25h6.25v-1.25h-2.5v-17.5h2.5v-1.25h-6.25m-13.75 5v10h1.25v-3.75h5v2.5l5-3.75-5-3.75v2.5h-5v-3.75h-1.25" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/multiProjectClose.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <g fill="#232629"> + <path class="ColorScheme-Text" d="m2.1875 11.5v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/> + <path class="ColorScheme-Text" d="m2.1875 1v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/> + <path class="ColorScheme-Text" d="m12.688 1v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/> + </g> + <path class="ColorScheme-NegativeText" d="M 13.2726,12 12,13.2726 15.2274,16.500002 12,19.7274 13.2726,21 16.500002,17.7726 19.7274,21 21,19.7274 17.7726,16.500002 21,13.2726 19.7274,12 16.500002,15.2274 Z" fill="#da4453"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/multiProjectNew.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <g fill="#232629"> + <path class="ColorScheme-Text" d="m2.1875 11.5v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/> + <path class="ColorScheme-Text" d="m2.1875 1v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/> + <path class="ColorScheme-Text" d="m12.688 1v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/> + </g> + <path d="m15.6 12v3.6h-3.6v1.8h3.6v3.6h1.8v-3.6h3.6v-1.8h-3.6v-3.6z" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/multiProjectOpen.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <g fill="#232629"> + <path class="ColorScheme-Text" d="m2.1875 11.5v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/> + <path class="ColorScheme-Text" d="m2.1875 1v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/> + <path class="ColorScheme-Text" d="m12.688 1v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/> + </g> + <path class="ColorScheme-Text" d="m12 12v9h9v-7.5h-3.7441l-1.5-1.5-0.0059 0.0059v-0.0059h-3zm0.75 0.75h2.6938l0.75146 0.75h-0.44531v0.0059l-0.0058-0.0059-1.5 1.5h-1.4941zm0 3h7.5v4.5h-7.5z" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/multiProjectProps.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <g fill="#232629"> + <path class="ColorScheme-Text" d="m2.1875 11.5v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/> + <path class="ColorScheme-Text" d="m2.1875 1v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/> + <path class="ColorScheme-Text" d="m12.688 1v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/> + </g> + <path d="m19.838 21c0.15174-0.0021 0.30148-0.03496 0.4402-0.0966 0.13874-0.06164 0.26356-0.15076 0.367-0.26198 0.20126-0.18366 0.32609-0.4365 0.3496-0.70819 0.0267-0.28084-0.0546-0.5613-0.2273-0.78412-0.77558-0.81941-2.3053-2.3518-3.4179-3.4431 0.23675-0.64136 0.22569-1.3482-0.03102-1.9818-0.2111-0.52719-0.58649-0.972-1.0703-1.2682-0.37955-0.25181-0.8158-0.40483-1.2693-0.44522-0.45347-0.04038-0.90977 0.03313-1.3278 0.21392l-0.39671 0.17212 1.8423 1.9005-0.80659 0.81042-1.8924-1.8527-0.17184 0.39864c-0.14484 0.33608-0.22166 0.69764-0.22596 1.0637-0.0044 0.36605 0.06396 0.72932 0.20089 1.0687 0.13576 0.33561 0.33744 0.64047 0.59304 0.89648 0.14484 0.14198 0.30491 0.26745 0.47732 0.37413 0.35672 0.23864 0.76487 0.38908 1.1909 0.43896 0.42609 0.04988 0.85789-0.0023 1.2599-0.15208 0.70578 0.71718 2.4675 2.494 3.4191 3.3839 0.19088 0.17368 0.43899 0.27073 0.69683 0.27254zm-5.1027-8.4024c0.42287-0.0011 0.83649 0.12375 1.1884 0.35859 0.13725 0.08394 0.26471 0.18297 0.38003 0.29524 0.3067 0.30971 0.51154 0.70596 0.58703 1.1356 0.0755 0.42964 0.01805 0.87215-0.16464 1.2682l-0.08711 0.19125 0.14974 0.14643c1.1174 1.0925 2.7444 2.7175 3.5265 3.5447 0.06965 0.10388 0.09943 0.22945 0.08385 0.35355-0.01557 0.12416-0.07545 0.23847-0.16857 0.3218-0.05367 0.0599-0.11906 0.10812-0.19211 0.14162-0.0644 0.02917-0.13398 0.04501-0.20464 0.04662-0.1073-0.0027-0.21003-0.04411-0.28935-0.11649-1.0112-0.9455-2.9651-2.9225-3.5384-3.5035l-0.14736-0.14882-0.18972 0.08666c-0.33027 0.15423-0.69472 0.22026-1.058 0.19166-0.36328-0.02859-0.71299-0.15082-1.0152-0.35482-0.1375-0.08492-0.26498-0.18517-0.37999-0.29882-0.19916-0.19894-0.35653-0.43579-0.46292-0.69661-0.10634-0.26081-0.15949-0.54031-0.15641-0.82202 0-0.13888 0.0138-0.27743 0.0412-0.41358l1.6568 1.6196 1.64-1.6406-1.6168-1.6674c0.13756-0.02679 0.27746-0.03981 0.4176-0.03885z" fill="#232629" stroke-width=".64342"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/multiProjectSave.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <g fill="#232629"> + <path class="ColorScheme-Text" d="m2.1875 11.5v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/> + <path class="ColorScheme-Text" d="m2.1875 1v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/> + <path class="ColorScheme-Text" d="m12.688 1v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/> + </g> + <path class="ColorScheme-Text" d="m12 12v9h9v-7.1424h-0.0044l0.0044-0.0055-1.8523-1.8521-0.0044 0.0055v-0.0055h-0.3933zm0.5625 0.56353h1.6875v2.8122h4.5v-2.8122h0.1648l1.5227 1.5225v6.3515h-1.125v-3.937h-5.625v3.937h-1.125zm2.25 0h2.194v2.2497h-2.194zm-0.5625 4.4995h4.5v3.3746h-4.5z" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/multiProjectSaveAs.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <g fill="#232629"> + <path class="ColorScheme-Text" d="m2.1875 11.5v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/> + <path class="ColorScheme-Text" d="m2.1875 1v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/> + <path class="ColorScheme-Text" d="m12.688 1v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/> + </g> + <path class="ColorScheme-Text" d="m12 12.9v8.097h4.5v-0.506h-2.5v-3.036h2.5v-0.506h-3v3.542h-1v-7.084h1.5v2.53h4v-2.53h0.14648l1.3535 1.3698v1.6663h0.5v-1.8718h-0.0039l0.0039-0.0049-1.6465-1.6663-0.0039 0.0049v-0.0049h-0.34961zm2.5 0.50699h1.9502v2.024h-1.9502zm5.5 3.542-0.49805 0.50304h-0.0019l-2.5 2.529 0.0039 0.0049-0.0019 0.50798h-0.0019v0.50596h1l0.0029-0.0049h0.0068l-0.0029-0.0049 0.49316-0.49908 2-2.022-0.35254-0.35875-2.4951 2.5231-0.29688-0.29945 2.4961-2.5241 0.2959 0.30044 0.35254 0.35578 0.49996-0.506z" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/multiProjectViewer.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <g fill="#232629"> + <path class="ColorScheme-Text" d="m2.1875 11.5v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/> + <path class="ColorScheme-Text" d="m2.1875 1v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/> + <path class="ColorScheme-Text" d="m12.688 11.5v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/> + <path class="ColorScheme-Text" d="m12.688 1v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/namedgroup.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path d="m17 7.4281h-7v7.1429h7v-7.1429m0.5-1.4281v10h-8v-10h8" fill="#232629"/> + <text transform="scale(.97356 1.0272)" x="0.58056539" y="13.812991" fill="#232629" font-family="sans-serif" font-size="11.165px" letter-spacing="0px" stroke-width=".27912" word-spacing="0px" style="line-height:1.25" xml:space="preserve"><tspan x="0.58056539" y="13.812991" fill="#232629" stroke-width=".27912">(</tspan></text> + <text transform="scale(-.97356 1.0272)" x="-22.016829" y="13.812991" fill="#232629" font-family="sans-serif" font-size="11.165px" letter-spacing="0px" stroke-width=".27912" word-spacing="0px" style="line-height:1.25" xml:space="preserve"><tspan x="-22.016829" y="13.812991" fill="#232629" stroke-width=".27912">(</tspan></text> + <path d="m8.5 6v0.625h-1.6v8.75h1.6v0.625h-4v-0.625h1.6v-8.75h-1.6v-0.625z" fill="#da4453"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/namedreference.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path d="m16.25 7.4281h-10.5v7.1429h10.5v-7.1429m0.75-1.4281v10h-12v-10h12" fill="#232629"/> + <text transform="scale(.97356 1.0272)" x="0.58056539" y="13.812991" fill="#232629" font-family="sans-serif" font-size="11.165px" letter-spacing="0px" stroke-width=".27912" word-spacing="0px" style="line-height:1.25" xml:space="preserve"><tspan x="0.58056539" y="13.812991" fill="#232629" stroke-width=".27912">(</tspan></text> + <text transform="scale(-.97356 1.0272)" x="-22.016829" y="13.812991" fill="#232629" font-family="sans-serif" font-size="11.165px" letter-spacing="0px" stroke-width=".27912" word-spacing="0px" style="line-height:1.25" xml:space="preserve"><tspan x="-22.016829" y="13.812991" fill="#232629" stroke-width=".27912">(</tspan></text> + <path d="m12.5 8v0.375h-1.2v5.25h1.2v0.375h-3v-0.375h1.2v-5.25h-1.2v-0.375z" fill="#da4453"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/namingError.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m9.9331 1-6.521 17.5h2.1094l2.0874-5.5371h6.9507l1.9189 5.5371h2.1094l-6.1621-17.5zm1.2695 2.0142 2.6611 8.3423h-5.6079z" color="#eff0f1" fill="#232629"/> + <path d="m1 19.75v1.25h20v-1.25z" fill="#2ecc71"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/neglookahead.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path d="m8.5 7.4281h-7v7.1429h7v-7.1429m0.5-1.4281v10h-8v-10h8" fill="#232629"/> + <path d="m21 6v0.625h-1.6v8.75h1.6v0.625h-4v-0.625h1.6v-8.75h-1.6v-0.625z" fill="#da4453"/> + <path class="ColorScheme-Text" d="m11 10v2h6v-2z" color="#eff0f1" fill="#da4453" stroke-width=".7746"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/neglookbehind.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path d="m20.5 7.4281h-7v7.1429h7v-7.1429m0.5-1.4281v10h-8v-10h8" fill="#232629"/> + <g transform="translate(-10)" fill="#da4453"> + <path d="m21 6v0.625h-1.6v8.75h1.6v0.625h-4v-0.625h1.6v-8.75h-1.6v-0.625z"/> + <path class="ColorScheme-Text" d="m11 10v2h6v-2z" color="#eff0f1" stroke-width=".7746"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/network-offline.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#4d4d4d; + } + .ColorScheme-NegativeText { + color:#da4453; + }</style> + </defs> + <path class="ColorScheme-NegativeText" d="m1 1v7.5h2.5v8.75c0 2.0775 1.6725 3.75 3.75 3.75h8.75v-1.25h-2.5v-2.5h7.5v-16.25h-12.5v1.25h11.25v12.5h-13.75v2.5h2.5v2.5h-1.25c-1.385 0-2.5-1.115-2.5-2.5v-8.75h2.5v-7.5zm1.25 1.25h3.75v5h-3.75zm1.25 1.25v2.5h1.25v-2.5zm-2.5 6.25v7.5h1.25v-7.5z" color="#da4453" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/network-online.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg id="svg6" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs id="defs3051"> + <style id="current-color-scheme" type="text/css">.ColorScheme-Text { + color:#4d4d4d; + } + .ColorScheme-NegativeText { + color:#da4453; + }</style> + </defs> + <path id="path4" class="ColorScheme-NegativeText" d="m1 1v7.5h2.5v8.75c0 2.0775 1.6725 3.75 3.75 3.75h8.75v-1.25h-2.5v-2.5h7.5v-16.25h-12.5v1.25h11.25v12.5h-13.75v2.5h2.5v2.5h-1.25c-1.385 0-2.5-1.115-2.5-2.5v-8.75h2.5v-7.5zm1.25 1.25h3.75v5h-3.75zm1.25 1.25v2.5h1.25v-2.5zm-2.5 6.25v7.5h1.25v-7.5z" color="#da4453" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/network-server.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1 + }</style> + </defs> + <path class="ColorScheme-Text" d="m1 1v20h20v-20zm13.75 1.25h5v1.25h-5zm-12.5 3.75h17.5v1.25h-17.5zm12.5 3.75h5v1.25h-5zm-12.5 3.75h17.5v1.25h-17.5zm12.5 3.75h5v1.25h-5z" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/new.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m2 1v20h11.571v-1.25h-10.286v-17.5h10.286v5h5.1429v7.5h1.2857v-8.7598l-5.1328-4.9902-0.010044 0.012207v-0.012207h-11.571zm14.143 13.75v2.5h-2.5714v1.25h2.5714v2.5h1.2857v-2.5h2.5714v-1.25h-2.5714v-2.5z" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/newWindow.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m1 1v20h12.5v-1.25h-11.25v-13.75h17.5v7.5h1.25v-12.5h-20m16.25 13.75v2.5h-2.5v1.25h2.5v2.5h1.25v-2.5h2.5v-1.25h-2.5v-2.5h-1.25" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/nongroup.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <text transform="scale(.97356 1.0272)" x="0.58056539" y="13.812991" fill="#232629" font-family="sans-serif" font-size="11.165px" letter-spacing="0px" stroke-width=".27912" word-spacing="0px" style="line-height:1.25" xml:space="preserve"><tspan x="0.58056539" y="13.812991" fill="#232629" stroke-width=".27912">(</tspan></text> + <text transform="scale(-.97356 1.0272)" x="-22.016829" y="13.812991" fill="#232629" font-family="sans-serif" font-size="11.165px" letter-spacing="0px" stroke-width=".27912" word-spacing="0px" style="line-height:1.25" xml:space="preserve"><tspan x="-22.016829" y="13.812991" fill="#232629" stroke-width=".27912">(</tspan></text> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/nonwordboundary.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path d="m20.5 7.4281h-7v7.1429h7v-7.1429m0.5-1.4281v10h-8v-10h8" fill="#232629"/> + <text transform="scale(.98849 1.0116)" x="0.80468601" y="15.681291" fill="#da4453" font-family="sans-serif" font-size="13.449px" letter-spacing="0px" stroke-width=".33622" word-spacing="0px" style="line-height:1.25" xml:space="preserve"><tspan x="0.80468601" y="15.681291" fill="#da4453" stroke-width=".33622">&</tspan></text> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/notcovered.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m1 1v20h1.25v-20h-1.25" color="#eff0f1" fill="#232629"/> + <path d="m2.25 1v11.25l6.25-1.25 1.25-0.24902v2.5l11.25-2.251-2.5-1.25 2.5-1.25-11.25-3.0005v-2.5l-1.25-0.33203-6.25-1.6675" fill="#da4453" stroke-width="1.25"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/notcoveredNext.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m1 4v14h0.875v-14h-0.875" color="#eff0f1" fill="#232629"/> + <path d="m1.875 4v7.875l4.375-0.875 0.875-0.17432v1.75l7.875-1.5757-1.75-0.875 1.75-0.875-7.875-2.1003v-1.75l-0.875-0.23242-4.375-1.1672" fill="#da4453" stroke-width=".875"/> + <path class="ColorScheme-Text" d="m16.406 3-0.40601 0.70703 4.188 7.293-4.188 7.293 0.40601 0.70703 4.594-8-4.594-8" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/notcoveredPrev.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m7 4v14h0.875v-14h-0.875" color="#eff0f1" fill="#232629"/> + <path d="m7.875 4v7.875l4.375-0.875 0.875-0.17432v1.75l7.875-1.5757-1.75-0.875 1.75-0.875-7.875-2.1003v-1.75l-0.875-0.23242-4.375-1.1672" fill="#da4453" stroke-width=".875"/> + <path class="ColorScheme-Text" d="m5.594 3 0.40601 0.70703-4.188 7.293 4.188 7.293-0.40601 0.70703-4.594-8 4.594-8" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/notification.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,28 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg"> + <defs> + <radialGradient id="radialGradient3671" cx="7.1588" cy="6.2412" r="9.5" gradientTransform="matrix(1.7168 5.9456e-8 -4.4492e-8 1.2835 -6.5558 -1.2667)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#eeeeec" offset="0"/> + <stop stop-color="#babdb6" offset=".7922"/> + <stop stop-color="#a1a59b" offset="1"/> + </radialGradient> + <linearGradient id="linearGradient3687" x1="9.0511" x2="11.285" y1="5.8686" y2="22.993" gradientTransform="matrix(.95283 0 0 .95238 -.9355 .077221)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#fff" offset="0"/> + <stop stop-color="#fff" stop-opacity="0" offset="1"/> + </linearGradient> + <linearGradient id="linearGradient9127" x1="24.104" x2="24.104" y1="15.169" y2="32.485" gradientTransform="matrix(.46913 0 0 .4663 18.849 37.308)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#d7e866" offset="0"/> + <stop stop-color="#8cab2a" offset="1"/> + </linearGradient> + <linearGradient id="linearGradient2875" x1="24.139" x2="24.139" y1="7.0479" y2="47.273" gradientTransform="matrix(.2818 0 0 .2801 23.345 41.515)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#fff" stop-opacity=".4" offset="0"/> + <stop stop-color="#fff" stop-opacity="0" offset="1"/> + </linearGradient> + </defs> + <path d="m1.4763 11.381v-3.4286c0-3.4286 2.8585-4.4762 4.5736-4.5714h8.0038c1.7151 0.13095 4.5736 1.1429 4.5736 4.5714v3.4286c0 3.4286-1.731 4.381-3.4302 4.381-2.7398-0.01618-0.59017 3.304 0 4.7619h-0.76226l-4.9547-4.7619h-3.4302c-1.7468-0.035715-4.5736-0.95238-4.5736-4.381z" fill="url(#radialGradient3671)" stroke="#888a86" stroke-width=".95261"/> + <path d="m6.1214 4.3629c-0.68606 0.038096-1.6865 0.28438-2.4118 0.83334-0.7253 0.54895-1.2506 1.328-1.2506 2.7678v3.4227c0 1.4429 0.51436 2.1458 1.2208 2.6488 0.69849 0.49731 1.671 0.72514 2.3821 0.74405h3.4242a0.98447 0.984 0 0 1 0.68485 0.26786l2.8288 2.7084c-0.15102-0.5919-0.26466-1.2616 0.08933-1.9345 0.37045-0.70418 1.2311-1.0469 2.1141-1.0417 0.66676 0 1.2162-0.15961 1.6377-0.59524 0.42153-0.43563 0.80395-1.2483 0.80395-2.7976v-3.4227c-2e-6 -1.4398-0.52472-2.1922-1.2506-2.7381-0.72588-0.54591-1.7367-0.80928-2.4416-0.8631h-7.8311z" fill="none" opacity=".6" stroke="url(#linearGradient3687)" stroke-width=".95261"/> + <g transform="matrix(.95283 0 0 .95238 -12.491 -39.476)"> + <path d="m27.649 46v-3h4v3h3v4h-3v3h-4v-3h-2.9895v-4z" fill="url(#linearGradient9127)" fill-rule="evenodd" stroke="#699536" stroke-linejoin="round"/> + <path d="m28.649 47v-3h2v3h3v2h-3v3h-2v-3h-3v-2z" fill="none" stroke="url(#linearGradient2875)"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/notification48.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,28 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="48" height="48" version="1.1" xmlns="http://www.w3.org/2000/svg"> + <defs> + <radialGradient id="radialGradient3671" cx="7.1588" cy="6.2412" r="9.5" gradientTransform="matrix(3.777 1.3081e-7 -9.7884e-8 2.8238 -14.623 -2.9876)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#eeeeec" offset="0"/> + <stop stop-color="#babdb6" offset=".7922"/> + <stop stop-color="#a1a59b" offset="1"/> + </radialGradient> + <linearGradient id="linearGradient3687" x1="9.0511" x2="11.285" y1="5.8686" y2="22.993" gradientTransform="matrix(2.0962 0 0 2.0953 -2.2581 -.030805)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#fff" offset="0"/> + <stop stop-color="#fff" stop-opacity="0" offset="1"/> + </linearGradient> + <linearGradient id="linearGradient9127" x1="24.104" x2="24.104" y1="15.169" y2="32.485" gradientTransform="matrix(.46913 0 0 .4663 18.849 37.308)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#d7e866" offset="0"/> + <stop stop-color="#8cab2a" offset="1"/> + </linearGradient> + <linearGradient id="linearGradient2875" x1="24.139" x2="24.139" y1="7.0479" y2="47.273" gradientTransform="matrix(.2818 0 0 .2801 23.345 41.515)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#fff" stop-opacity=".4" offset="0"/> + <stop stop-color="#fff" stop-opacity="0" offset="1"/> + </linearGradient> + </defs> + <path d="m3.0479 24.837v-7.543c0-7.543 6.2887-9.8478 10.062-10.057h17.608c3.7732 0.2881 10.062 2.5143 10.062 10.057v7.543c0 7.543-3.8083 9.6383-7.5465 9.6383-6.0276-0.0356-1.2984 7.2689 0 10.476h-1.677l-10.9-10.476h-7.5465c-3.8431-0.078575-10.062-2.0953-10.062-9.6383z" fill="url(#radialGradient3671)" stroke="#888a86" stroke-width="2.0958"/> + <path d="m13.267 9.3978c-1.5093 0.08382-3.7104 0.62565-5.306 1.8334-1.5957 1.2077-2.7513 2.9217-2.7513 6.0893v7.53c0 3.1743 1.1316 4.7209 2.6857 5.8274 1.5367 1.0941 3.6762 1.5953 5.2406 1.6369h7.5334a2.1658 2.1648 0 0 1 1.5067 0.5893l6.2233 5.9585c-0.33226-1.3022-0.58225-2.7756 0.19653-4.2559 0.815-1.5492 2.7084-2.3031 4.6512-2.2918 1.4669 0 2.6757-0.35114 3.603-1.3095 0.92738-0.9584 1.7687-2.7463 1.7687-6.1549v-7.53c-5e-6 -3.1676-1.1544-4.8229-2.7513-6.0239-1.5969-1.201-3.8208-1.7804-5.3716-1.8988h-17.229z" fill="none" opacity=".6" stroke="url(#linearGradient3687)" stroke-width="2.0958"/> + <g transform="matrix(2.0962 0 0 2.0953 -27.681 -87.05)"> + <path d="m27.649 46v-3h4v3h3v4h-3v3h-4v-3h-2.9895v-4z" fill="url(#linearGradient9127)" fill-rule="evenodd" stroke="#699536" stroke-linejoin="round"/> + <path d="m28.649 47v-3h2v3h3v2h-3v3h-2v-3h-3v-2z" fill="none" stroke="url(#linearGradient2875)"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/numbers.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m7.25 1s-6.25 0-6.25 6.25c1.2485-2.4971 2.4981-3.7471 6.2378-3.75-0.014948 13.671-3.7347 14.615-3.7378 16.797 1.876 1.4401 4.8067 0.64188 5.022-2.1875l1.2207-14.609h4.9805l-1.2231 14.688c0 3.75 5 3.75 6.25 0l1.25-3.75c-1.25 2.5-4.9998 6.25-4.8901 2.4341l1.1133-13.372h3.7769v-2.5z" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/open.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m1 1v20h20v-17.5h-8.7402l-2.5-2.5-0.009765 0.0097662v-0.0097662h-8.75m7.5098 6.25h11.24v12.5h-17.5v-10h3.75v-0.00975l0.0097662 0.00975 2.5-2.5" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/openNewTab.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m1 1v20h12.5v-1.25h-11.25v-17.5h5v3.75h12.5v7.5h1.25v-8.75h-3.75v-3.75h-15zm16.25 13.75v2.5h-2.5v1.25h2.5v2.5h1.25v-2.5h2.5v-1.25h-2.5v-2.5z" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/openQM.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m1 1v20h20v-17.5h-8.7402l-2.5-2.5-0.009765 0.0097662v-0.0097662h-8.75m7.5098 6.25h11.24v12.5h-17.5v-10h3.75v-0.00975l0.0097662 0.00975 2.5-2.5" color="#eff0f1" fill="#232629"/> + <g transform="matrix(1.2 0 0 1.2 -3.0119 -2.961)"> + <path d="m10.454 9c-0.089419 0-0.19871 0.045396-0.26062 0.10744-0.35921 0.35257-0.71917 0.70438-1.0807 1.0554-0.06267 0.060527-0.11311 0.16948-0.11311 0.26329v7.56e-4c0.00153 1.6259 0.00153 4.9277 0.00153 4.964v0.19369h0.19565c0.036685 0 4.9257-7.8e-4 7.3454 7.81e-4 0.09783 0 0.20864-0.04993 0.27208-0.11198l8e-4 -7.81e-4c0.35537-0.3503 0.71228-0.69909 1.0707-1.0464 0.067231-0.065823 0.11385-0.17856 0.11385-0.27086-0.001529-1.6214 0-4.9617 0-4.9617v-0.19369zm0.0092 0.38737h7.1451c0 0.24286-0.0015 3.2057 0 4.7657-0.35768 0.34652-0.71459 0.6953-1.0692 1.0448-2.3562-0.0015-6.8662-0.0015-7.1467-7.81e-4 0-0.27086 0-3.1958-0.00153-4.762 0.35844-0.34801 0.71612-0.69679 1.0723-1.0478zm1.8809 0.77475c-0.0619 0-0.12305 0.0015-0.18495 0.0038-0.1498 0.0061-0.2973 0.03102-0.44175 0.07263-0.32711 0.09609-0.57244 0.28826-0.71535 0.59468-0.04968 0.10668-0.09171 0.2179-0.12534 0.33063-0.09248 0.30869-0.11158 0.62645-0.1154 0.94498-0.0023 0.21487 0.0107 0.42898 0.04203 0.64159 0.03057 0.19898 0.07796 0.39343 0.1582 0.5803 0.14521 0.33593 0.40048 0.54701 0.75968 0.63932 0.31258 0.08095 0.62823 0.09155 0.9538 0.04691 0.16355 0.26102 0.32863 0.52583 0.49601 0.79366 0.19795-0.09079 0.38596-0.17629 0.57932-0.26481-0.15973-0.25119-0.31335-0.49405-0.46544-0.73389 0.06649-0.05901 0.13222-0.11122 0.1903-0.17023 0.15056-0.15661 0.24151-0.345 0.30112-0.55004 0.08483-0.2928 0.10623-0.59392 0.11388-0.8958 0.0054-0.23379-0.0099-0.46682-0.04203-0.69833-0.0306-0.21564-0.08333-0.42597-0.17352-0.62647-0.15362-0.34046-0.415-0.55382-0.78261-0.64764-0.18113-0.0454-0.36379-0.06053-0.54798-0.06128zm2.3295 0.38737v0.77475h-0.3913v0.58106h0.3913v1.3558c0 0.14905 0.03133 0.31247 0.09171 0.45168 0.05044 0.11727 0.13528 0.19974 0.25374 0.25043 0.09018 0.03783 0.18419 0.0575 0.28125 0.06658 0.18572 0.01664 0.40124-0.01286 0.5839-0.04464 0.05197-0.0091 0.10318-0.01967 0.15897-0.03026-0.0053-0.15813-0.01376-0.36997-0.02675-0.52205-0.02064-0.0015-0.03133-0.0046-0.0428-0.0038-0.12228 0.0046-0.27666 0.02346-0.39895 0.02572-0.05274 7.71e-4 -0.10623-0.0046-0.1582-0.01514-0.06573-0.01362-0.10929-0.05674-0.12763-0.12181-0.0069-0.02724-0.01453-0.05372-0.01605-0.08095-0.0084-0.10214-0.01147-0.26027-0.01223-0.36316-0.0023-0.36619 0-0.96843 0-0.96843h0.78261v-0.58106h-0.78261v-0.77475zm-2.3486 0.19747c0.11617 0 0.23157 0.01362 0.34698 0.04161 0.19947 0.04842 0.3485 0.15434 0.44022 0.32004 0.08025 0.14224 0.12458 0.29431 0.14521 0.45093 0.02446 0.18915 0.03592 0.37981 0.04662 0.49784-0.0099 0.3276-0.01758 0.58182-0.09095 0.83073-0.01529 0.05296-0.03439 0.10517-0.05579 0.15586-0.08254 0.19974-0.24533 0.32155-0.47614 0.37451-0.2331 0.05296-0.46926 0.05372-0.70389 0.0015-0.24609-0.05446-0.41194-0.18686-0.49906-0.39795-0.07031-0.17099-0.10776-0.34727-0.1177-0.52734-0.01146-0.20201-0.01605-0.40477-0.0099-0.60678 0.0053-0.21865 0.03821-0.43504 0.11846-0.6431 0.01682-0.04312 0.03745-0.08549 0.05885-0.12635 0.09171-0.17175 0.24456-0.27918 0.44939-0.32987 0.1154-0.02799 0.23157-0.04161 0.34774-0.04161z" fill="#232629" stroke-width=".19467"/> + <path class="ColorScheme-Text" d="m19 14.61v3.1929l-1.25 1.1973v-1.1973h-3.75v-3.1929zm-0.41667 0.39911h-4.1667v2.3947h4.1667z" color="#eff0f1" fill="#5fd38d"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/openUI.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m1 1v20h20v-17.5h-8.7402l-2.5-2.5-0.009765 0.0097662v-0.0097662h-8.75m7.5098 6.25h11.24v12.5h-17.5v-10h3.75v-0.00975l0.0097662 0.00975 2.5-2.5" color="#eff0f1" fill="#232629"/> + <g transform="matrix(.6 0 0 .58537 7.2051 7.3726)" fill="#232629"> + <path d="m3.9088 0.5c-0.17884 0-0.39742 0.093061-0.52123 0.22024-0.71841 0.72277-1.4383 1.444-2.1613 2.1637-0.12534 0.12408-0.22622 0.34743-0.22622 0.53975v0.00155c0.00306 3.3331 0.00306 10.102 0.00306 10.176v0.39706h0.3913c0.07337 0 9.8514-0.0016 14.691 0.0016 0.19565 0 0.41729-0.10236 0.54416-0.22955l0.0016-0.0016c0.71074-0.71812 1.4246-1.4331 2.1414-2.145 0.13446-0.13494 0.2277-0.36604 0.2277-0.55526-0.003058-3.3238 0-10.171 0-10.171v-0.39706zm0.018342 0.79411h14.29c0 0.49787-3e-3 6.5716 0 9.7698-0.71535 0.71036-1.4292 1.4254-2.1384 2.1419-4.7125-0.0031-13.732-0.0031-14.293-0.0016 0-0.55526 0-6.5514-0.00306-9.762 0.71688-0.71341 1.4322-1.4284 2.1445-2.1481zm3.7617 1.5882c-0.12381 0-0.24609 0.00309-0.3699 0.00775-0.29959 0.012413-0.5946 0.063596-0.88349 0.1489-0.65421 0.19698-1.1449 0.59093-1.4307 1.2191-0.099355 0.21869-0.18342 0.44669-0.25068 0.67779-0.18495 0.63281-0.22317 1.2842-0.23081 1.9372-0.00459 0.44049 0.0214 0.87942 0.084069 1.3153 0.061141 0.40791 0.15591 0.80652 0.31641 1.1896 0.29042 0.68865 0.80095 1.1214 1.5194 1.3106 0.62517 0.16596 1.2565 0.18767 1.9076 0.09617 0.32711 0.5351 0.65727 1.0779 0.99202 1.627 0.39589-0.18613 0.77191-0.36139 1.1586-0.54286-0.31946-0.51493-0.6267-1.0128-0.93088-1.5045 0.13298-0.12098 0.26444-0.228 0.3806-0.34898 0.30112-0.32106 0.48302-0.70726 0.60224-1.1276 0.16967-0.60024 0.21247-1.2175 0.22775-1.8364 0.010701-0.47926-0.019872-0.95697-0.084069-1.4316-0.061141-0.44204-0.16661-0.87322-0.34698-1.2842-0.30724-0.69795-0.82999-1.1353-1.5652-1.3277-0.36226-0.09306-0.72758-0.12408-1.096-0.12563zm4.659 0.79411v1.5882h-0.78261v1.1912h0.78261v2.7794c0 0.30555 0.06266 0.64056 0.18342 0.92595 0.10088 0.24041 0.27055 0.40947 0.50747 0.51338 0.18037 0.07756 0.36838 0.11788 0.5625 0.13649 0.37143 0.03412 0.80248-0.02636 1.1678-0.09151 0.10394-0.01861 0.20635-0.04033 0.31794-0.06203-0.01069-0.32416-0.02752-0.75844-0.05349-1.0702-0.04128-0.00304-0.06266-0.00934-0.0856-0.00776-0.24456 0.00934-0.55333 0.048083-0.79789 0.052729-0.10547 0.00158-0.21247-0.00934-0.31641-0.031028-0.13145-0.027922-0.21858-0.11633-0.25526-0.24971-0.01376-0.055834-0.02905-0.11013-0.03211-0.16596-0.01681-0.20939-0.02293-0.53355-0.02446-0.74448-0.0046-0.75069 0-1.9853 0-1.9853h1.5652v-1.1912h-1.5652v-1.5882zm-4.6972 0.40481c0.23234 0 0.46315 0.027917 0.69395 0.085305 0.39895 0.099264 0.69701 0.31641 0.88043 0.65608 0.1605 0.29159 0.24915 0.60334 0.29042 0.9244 0.048915 0.38775 0.071838 0.7786 0.09324 1.0206-0.019872 0.67159-0.035154 1.1927-0.1819 1.703-0.030573 0.10857-0.068787 0.21559-0.11158 0.31951-0.16508 0.40946-0.49066 0.65918-0.95228 0.76775-0.4662 0.10857-0.93852 0.11011-1.4078 0.0030375-0.49219-0.11163-0.82388-0.38306-0.99813-0.81579-0.14062-0.35053-0.21552-0.71191-0.23539-1.0811-0.022926-0.41412-0.032098-0.82979-0.019871-1.2439 0.010699-0.44824 0.076427-0.89183 0.23692-1.3184 0.033628-0.088402 0.074898-0.17526 0.1177-0.25902 0.18342-0.35208 0.48913-0.57232 0.89878-0.67624 0.23081-0.057387 0.46315-0.085306 0.69548-0.085306z" stroke-width=".39417"/> + <path class="ColorScheme-Text" d="m17.999 11-6.9987 6.9987v3.0013h3.0013l6.9987-6.9987zm-1.7074 2.9085 1.8001 1.8001-2.6449 2.6465v-0.56315l-0.84473 0.0179h-0.86263v-1.3509l1.2012-1.1995zm-3.3968 3.3952v1.3509h1.6895l0.0179 0.54362-0.90006 0.90169h-1.2012l-0.60059-0.60059v-1.2012z" color="#eff0f1"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/opera.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="48" height="48" version="1.1" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg"> +<path d="m24 0c-12.13 0-22 10.766-22 24s9.87 24 22 24c12.13 0 22-10.766 22-24s-9.87-24-22-24zm7.966 37.252c-0.63422 3.4462-3.3882 6.1087-6.854 6.626-0.36506 0.08156-0.738 0.12244-1.112 0.12197-0.39788-0.0011-0.79425-0.04678-1.182-0.13603-3.4392-0.53409-6.1628-3.1878-6.786-6.612-1.2327-4.3141-1.9155-8.7668-2.032-13.252 0.11747-4.4854 0.80091-8.9379 2.034-13.252 0.63497-3.4455 3.3889-6.107 6.854-6.624 0.75497-0.16406 1.5368-0.16003 2.29 0.012 3.4447 0.52997 6.1747 3.1853 6.8 6.614 1.229 4.314 1.9084 8.7658 2.022 13.25-0.11719 4.4856-0.80063 8.9381-2.034 13.252z" fill="#f44336" stroke-width=".09375"/> + + + + + + + + + + + + + + + +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/outgoingBookmark.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 352 352" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <g transform="matrix(21.333 0 0 21.333 5.3333 -22072)" fill="#232629"> + <path class="ColorScheme-Text" d="m8 1038.4-2 4-4 1 3 3-1 4 4-2 4 2-1-4 3-3-4-1z" color="#eff0f1" fill="#232629"/> + </g> + <path class="ColorScheme-Text" d="m304 89.504-11.312 6.4962-116.69-67.008-116.69 67.008-11.312-6.4962 128-73.504 128 73.504" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/passwords.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path d="m11 3.5a2.5 2.5 0 0 1 2.5 2.5v5h-5v-5a2.5 2.5 0 0 1 2.5-2.5zm0-2.5a5 5 0 0 0-5 5v5h-2.5v10h15v-10h-2.5v-5a5 5 0 0 0-5-5z" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/pause.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m1 1v20h20v-20zm1.6667 1.6667h16.667v16.667h-16.667zm3.3333 3.3333v10h3.3333v-10zm6.6667 0v10h3.3333v-10z" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/pim.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" enable-background="new 0 0 1000 1000" version="1.1" viewBox="0 0 22 22" xml:space="preserve" xmlns="http://www.w3.org/2000/svg"> + +<g transform="matrix(.020408 0 0 .020372 .79592 .81408)" fill="#232629"><g transform="matrix(.1 0 0 -.1 0 511)" fill="#232629"><path d="m587.1 3769.9c-195.6-51.8-347.1-182.2-437.2-375.9l-49.9-105.5v-6348l55.6-118.9c65.2-143.8 182.2-257 333.7-327.9 103.6-49.9 126.6-51.8 466-57.5l356.7-7.7 11.5 90.1c28.8 197.5 172.6 391.2 354.8 475.6 126.6 59.5 379.7 59.5 506.3 0 182.2-82.5 326-278.1 352.9-473.7l13.4-88.2h4894.2l23 115.1c86.3 450.7 621.4 650.1 981.9 364.4 118.9-94 189.9-212.9 218.6-366.3l23-115.1 354.8 5.8 356.7 5.8 126.6 63.3c147.7 72.9 249.3 176.4 320.3 328l49.9 107.4v6348l-63.3 128.5c-72.9 147.7-176.4 249.3-328 320.3l-107.4 49.9-4363 3.8c-3415.5 1.7-4382-2.1-4451.1-21.3zm2612.1-1231.2c460.3-78.6 864.9-295.3 1191-636.7 255.1-266.6 425.7-571.5 527.4-935.9 49.9-176.4 53.7-216.7 53.7-544.7s-3.8-368.2-53.7-544.7c-101.7-364.4-272.3-669.3-527.4-935.9-836.2-876.4-2213.2-889.8-3072.4-32.5-1041.4 1035.6-742.2 2792.3 584.9 3442.4 398.9 197.6 855.4 262.8 1296.5 188zm5954.8-632.9c101.7-74.8 132.3-136.2 132.3-257s-30.7-182.2-132.3-257c-51.8-40.3-65.2-40.3-1704.9-40.3h-1653.2l-65.2 46c-182.2 130.4-164.9 414.2 30.7 517.8 71 38.4 103.6 38.4 1706.9 34.5 1616.6-3.7 1633.9-3.7 1685.7-44zm0-1227.4c101.7-74.8 132.3-136.2 132.3-257s-30.7-182.2-132.3-257c-51.8-40.3-65.2-40.3-1706.9-40.3h-1655l-67.1 51.8c-180.3 136.2-157.3 410.4 42.2 517.8 63.3 32.6 138.1 34.5 1701.1 30.7 1614.7-5.7 1633.9-5.7 1685.7-46zm-32.6-1217.8c99.7-55.6 141.9-122.7 151.5-237.8 11.5-134.2-34.5-226.3-140-287.7l-80.6-47.9h-3233.4l-80.5 47.9c-193.7 113.1-193.7 402.7-1.9 517.8l78.6 47.9h1618.6c1599.4 0.1 1618.6 0.1 1687.7-40.2z"/><path d="m2629.6 1907.7c-243.6-53.7-469.9-211-563.8-391.2-59.5-118.9-111.2-337.5-124.7-540.8-36.4-498.7 124.7-974.3 439.2-1298.4l97.8-101.7-46-80.5c-140-245.5-224.4-303-546.6-368.2-134.2-26.9-270.4-59.5-303-72.9l-61.4-25 161.1-120.8c609.9-458.3 1380.8-527.4 2052.1-182.2 145.8 74.8 423.8 272.3 437.3 312.6 5.8 15.4-88.2 40.3-379.7 99.7-107.4 23-211 55.6-251.2 84.4-82.5 53.7-187.9 180.3-241.6 285.7l-38.4 74.8 65.2 57.5c176.4 155.3 370.1 517.8 427.7 801.6 72.9 347.1 42.2 784.4-71 1037.5-149.7 337.8-610 523.8-1053 427.9z"/></g></g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/pim48.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="48" height="48" enable-background="new 0 0 1000 1000" version="1.1" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg"> + +<g transform="matrix(.044898 0 0 .044818 1.551 1.591)" fill="#232629"><g transform="matrix(.1 0 0 -.1 0 511)" fill="#232629"><path d="m587.1 3769.9c-195.6-51.8-347.1-182.2-437.2-375.9l-49.9-105.5v-6348l55.6-118.9c65.2-143.8 182.2-257 333.7-327.9 103.6-49.9 126.6-51.8 466-57.5l356.7-7.7 11.5 90.1c28.8 197.5 172.6 391.2 354.8 475.6 126.6 59.5 379.7 59.5 506.3 0 182.2-82.5 326-278.1 352.9-473.7l13.4-88.2h4894.2l23 115.1c86.3 450.7 621.4 650.1 981.9 364.4 118.9-94 189.9-212.9 218.6-366.3l23-115.1 354.8 5.8 356.7 5.8 126.6 63.3c147.7 72.9 249.3 176.4 320.3 328l49.9 107.4v6348l-63.3 128.5c-72.9 147.7-176.4 249.3-328 320.3l-107.4 49.9-4363 3.8c-3415.5 1.7-4382-2.1-4451.1-21.3zm2612.1-1231.2c460.3-78.6 864.9-295.3 1191-636.7 255.1-266.6 425.7-571.5 527.4-935.9 49.9-176.4 53.7-216.7 53.7-544.7s-3.8-368.2-53.7-544.7c-101.7-364.4-272.3-669.3-527.4-935.9-836.2-876.4-2213.2-889.8-3072.4-32.5-1041.4 1035.6-742.2 2792.3 584.9 3442.4 398.9 197.6 855.4 262.8 1296.5 188zm5954.8-632.9c101.7-74.8 132.3-136.2 132.3-257s-30.7-182.2-132.3-257c-51.8-40.3-65.2-40.3-1704.9-40.3h-1653.2l-65.2 46c-182.2 130.4-164.9 414.2 30.7 517.8 71 38.4 103.6 38.4 1706.9 34.5 1616.6-3.7 1633.9-3.7 1685.7-44zm0-1227.4c101.7-74.8 132.3-136.2 132.3-257s-30.7-182.2-132.3-257c-51.8-40.3-65.2-40.3-1706.9-40.3h-1655l-67.1 51.8c-180.3 136.2-157.3 410.4 42.2 517.8 63.3 32.6 138.1 34.5 1701.1 30.7 1614.7-5.7 1633.9-5.7 1685.7-46zm-32.6-1217.8c99.7-55.6 141.9-122.7 151.5-237.8 11.5-134.2-34.5-226.3-140-287.7l-80.6-47.9h-3233.4l-80.5 47.9c-193.7 113.1-193.7 402.7-1.9 517.8l78.6 47.9h1618.6c1599.4 0.1 1618.6 0.1 1687.7-40.2z"/><path d="m2629.6 1907.7c-243.6-53.7-469.9-211-563.8-391.2-59.5-118.9-111.2-337.5-124.7-540.8-36.4-498.7 124.7-974.3 439.2-1298.4l97.8-101.7-46-80.5c-140-245.5-224.4-303-546.6-368.2-134.2-26.9-270.4-59.5-303-72.9l-61.4-25 161.1-120.8c609.9-458.3 1380.8-527.4 2052.1-182.2 145.8 74.8 423.8 272.3 437.3 312.6 5.8 15.4-88.2 40.3-379.7 99.7-107.4 23-211 55.6-251.2 84.4-82.5 53.7-187.9 180.3-241.6 285.7l-38.4 74.8 65.2 57.5c176.4 155.3 370.1 517.8 427.7 801.6 72.9 347.1 42.2 784.4-71 1037.5-149.7 337.8-610 523.8-1053 427.9z"/></g></g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/plugin.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m4.3333 3v1.6h-3.3333v14.4h20v-14.4h-3.3333v-1.6h-5v1.6h-3.3333v-1.6zm-1.6667 3.2h16.667v11.2h-16.667z" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/plugin48.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="48" height="48" version="1.1" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m9.3333 5.5v3.5h-7.3333v31.5h44v-31.5h-7.3333v-3.5h-11v3.5h-7.3333v-3.5zm-3.6667 7h36.667v24.5h-36.667z" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/pluginArchive.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg"> + <g transform="translate(-326 -534.36)"> + <rect x="326.5" y="535.99" width="0" height="11" fill="#22a7f0"/> + <rect x="321.94" y="538.51" width="0" height="11" fill="#22a7f0"/> + <rect x="317.44" y="526.09" width="0" height="11" fill="#22a7f0"/> + <rect x="318.28" y="538.32" width="0" height="11" fill="#22a7f0"/> + <rect x="313.73" y="540.84" width="0" height="11" fill="#22a7f0"/> + <rect x="309.22" y="528.43" width="0" height="11" fill="#22a7f0"/> + <path d="m327 535.36v20h20v-20zm1.25 1.25h7.5v1.25h1.25v-1.25h8.75v17.5h-17.5zm8.75 1.25v1.25h1.25v-1.25zm0 1.25h-1.25v1.25h1.25zm0 1.25v1.25h1.25v-1.25zm0 1.25h-1.25v1.25h1.25zm0 1.25v1.25h1.25v-1.25zm0 1.25h-1.25v1.25h1.25zm0 1.25v1.25h1.25v-1.25zm0 1.25h-1.25v2.5h2.5v-1.25h-1.25z" fill="#232629" stroke-width="2.5"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/pluginArchive48.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="48" height="48" version="1.1" xmlns="http://www.w3.org/2000/svg"> + <g transform="translate(-326 -508.36)"> + <rect x="326.5" y="535.99" width="0" height="11" fill="#22a7f0"/> + <rect x="321.94" y="538.51" width="0" height="11" fill="#22a7f0"/> + <rect x="317.44" y="526.09" width="0" height="11" fill="#22a7f0"/> + <rect x="318.28" y="538.32" width="0" height="11" fill="#22a7f0"/> + <rect x="313.73" y="540.84" width="0" height="11" fill="#22a7f0"/> + <rect x="309.22" y="528.43" width="0" height="11" fill="#22a7f0"/> + <path d="m328 510.36v44h44v-44zm2.75 2.75h16.5v2.75h2.75v-2.75h19.25v38.5h-38.5zm19.25 2.75v2.75h2.75v-2.75zm0 2.75h-2.75v2.75h2.75zm0 2.75v2.75h2.75v-2.75zm0 2.75h-2.75v2.75h2.75zm0 2.75v2.75h2.75v-2.75zm0 2.75h-2.75v2.75h2.75zm0 2.75v2.75h2.75v-2.75zm0 2.75h-2.75v5.5h5.5v-2.75h-2.75z" fill="#232629" stroke-width="5.5"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/pluginArchiveList.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg"> + <g transform="translate(-326 -534.36)"> + <rect x="326.5" y="535.99" width="0" height="11" fill="#22a7f0"/> + <rect x="321.94" y="538.51" width="0" height="11" fill="#22a7f0"/> + <rect x="317.44" y="526.09" width="0" height="11" fill="#22a7f0"/> + <rect x="318.28" y="538.32" width="0" height="11" fill="#22a7f0"/> + <rect x="313.73" y="540.84" width="0" height="11" fill="#22a7f0"/> + <rect x="309.22" y="528.43" width="0" height="11" fill="#22a7f0"/> + <path d="m327 535.36v20h20v-20zm1.25 1.25h7.5v1.25h1.25v-1.25h8.75v17.5h-17.5zm8.75 1.25v1.25h1.25v-1.25zm0 1.25h-1.25v1.25h1.25zm0 1.25v1.25h1.25v-1.25zm0 1.25h-1.25v1.25h1.25zm0 1.25v1.25h1.25v-1.25zm0 1.25h-1.25v1.25h1.25zm0 1.25v1.25h1.25v-1.25zm0 1.25h-1.25v2.5h2.5v-1.25h-1.25z" fill="#232629" stroke-width="2.5"/> + <g transform="translate(35.39 -10.347)" fill="#4d82b8"> + <path d="m303.61 562.71v1h6v-1z"/> + <path d="m303.61 560.71v1h6v-1z"/> + <path d="m303.61 558.71v1h6v-1z"/> + </g> + <g transform="translate(25.39 -10.347)" fill="#4d82b8"> + <path d="m303.61 562.71v1h6v-1z"/> + <path d="m303.61 560.71v1h6v-1z"/> + <path d="m303.61 558.71v1h6v-1z"/> + </g> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/pluginArchiveSnapshot.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg"> + <g transform="translate(-326 -534.36)"> + <rect x="326.5" y="535.99" width="0" height="11" fill="#22a7f0"/> + <rect x="321.94" y="538.51" width="0" height="11" fill="#22a7f0"/> + <rect x="317.44" y="526.09" width="0" height="11" fill="#22a7f0"/> + <rect x="318.28" y="538.32" width="0" height="11" fill="#22a7f0"/> + <rect x="313.73" y="540.84" width="0" height="11" fill="#22a7f0"/> + <rect x="309.22" y="528.43" width="0" height="11" fill="#22a7f0"/> + <path d="m327 535.36v20h20v-20zm1.25 1.25h7.5v1.25h1.25v-1.25h8.75v17.5h-17.5zm8.75 1.25v1.25h1.25v-1.25zm0 1.25h-1.25v1.25h1.25zm0 1.25v1.25h1.25v-1.25zm0 1.25h-1.25v1.25h1.25zm0 1.25v1.25h1.25v-1.25zm0 1.25h-1.25v1.25h1.25zm0 1.25v1.25h1.25v-1.25zm0 1.25h-1.25v2.5h2.5v-1.25h-1.25z" fill="#232629" stroke-width="2.5"/> + <path class="ColorScheme-Text" d="m339.57 542.36v0.90906h-8.5714v9.0909h12v-9.0909h-0.85714v-0.90906zm-7.7143 1.8182h10.286v7.2728h-10.286zm3.4286 0.9091a2.5714 2.7273 0 0 0-2.5714 2.7273 2.5714 2.7273 0 0 0 2.5714 2.7273 2.5714 2.7273 0 0 0 2.5714-2.7273 2.5714 2.7273 0 0 0-2.5714-2.7273zm0 0.9091a1.7143 1.8182 0 0 1 1.7143 1.8182 1.7143 1.8182 0 0 1-1.7143 1.8182 1.7143 1.8182 0 0 1-1.7143-1.8182 1.7143 1.8182 0 0 1 1.7143-1.8182z" fill="#4d82b8"/> + <path transform="translate(326 534.36)" d="m8.7905 15.162c-0.16085-0.05167-0.41324-0.19733-0.56087-0.3237-0.82094-0.7027-0.82136-2.0736-8.43e-4 -2.7759 0.25642-0.21948 0.75637-0.41978 1.0478-0.41978 0.30068 0 0.82726 0.21073 1.0544 0.42194l0.23662 0.22006-0.80686 0.0034v2.4529h0.33065c0.29342 0 0.32116 0.01143 0.24638 0.10154-0.27073 0.32621-1.035 0.48403-1.5472 0.3195z" fill="#4d82b8" stroke="#4d82b8" stroke-width=".1291"/> + <path transform="translate(326 534.36)" d="m9.8253 13.515v-1.1619h0.82492l0.13024 0.27708c0.2741 0.58312 0.23896 1.3106-0.08716 1.8046-0.15241 0.23088-0.17615 0.24206-0.5139 0.24206h-0.35411z" fill="#4d82b8" stroke="#4d82b8" stroke-width=".1291"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/pluginInstall.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m4.3333 3v1.6h-3.3333v14.4h20v-14.4h-3.3333v-1.6h-5v1.6h-3.3333v-1.6zm-1.6667 3.2h16.667v11.2h-16.667z" color="#eff0f1" fill="#232629"/> + <path d="m10.6 7v3.6h-3.6v1.8h3.6v3.6h1.8v-3.6h3.6v-1.8h-3.6v-3.6z" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/pluginRepository.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,30 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + <linearGradient id="a" x1="34" x2="44" y1="19.008" y2="29.008" gradientUnits="userSpaceOnUse"> + <stop stop-color="#292c2f" offset="0"/> + <stop stop-opacity="0" offset="1"/> + </linearGradient> + <linearGradient id="d" x1="4" x2="4" y1="44" y2="4" gradientTransform="matrix(.25 0 0 .24998 -12.847 15.052)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#54d883" offset="0"/> + <stop stop-color="#abf9c7" offset="1"/> + </linearGradient> + <linearGradient id="linearGradient65" x1="34" x2="44" y1="19.008" y2="29.008" gradientTransform="matrix(.25 0 0 .24998 -12.847 15.052)" gradientUnits="userSpaceOnUse" xlink:href="#a"/> + <linearGradient id="c-7" x1="9" x2="38" y1="9" y2="38" gradientTransform="matrix(.25 0 0 .24998 -12.847 15.052)" gradientUnits="userSpaceOnUse" xlink:href="#a"/> + <linearGradient id="b" x1="4" x2="4" y1="44" y2="4" gradientTransform="matrix(.25 0 0 .24998 -12.847 15.052)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#197cf1" offset="0"/> + <stop stop-color="#20bcfa" offset="1"/> + </linearGradient> + </defs> + <path class="ColorScheme-Text" d="m4.3333 3v1.6h-3.3333v14.4h20v-14.4h-3.3333v-1.6h-5v1.6h-3.3333v-1.6zm-1.6667 3.2h16.667v11.2h-16.667z" color="#eff0f1" fill="#232629"/> + <g transform="matrix(.9 0 0 .89986 17.663 -7.4428)" stroke-width=".24999"> + <ellipse cx="-6.8474" cy="21.051" rx="5" ry="4.9997" fill="url(#b)"/> + <path d="m-6.8474 16.051a5 4.9997 0 0 0-4.975 4.4997h0.725l0.75 0.74993 0.5 0.24983 2.7422 4.4872a5 4.9997 0 0 0 0.25775 0.01134 5 4.9997 0 0 0 5-4.9997 5 4.9997 0 0 0-5-4.9997z" fill="url(#c-7)" opacity=".2"/> + <path d="m-2.2009 19.21-1.6465 2.3416 1.5537 1.5536a5 4.9997 0 0 0 0.44625-2.0536 5 4.9997 0 0 0-0.34-1.8114 5 4.9997 0 0 0-0.013531-0.03024z" fill="url(#linearGradient65)" fill-rule="evenodd" opacity=".2"/> + <path d="m-6.8474 16.051a5 4.9997 0 0 0-0.4755 0.02646 5 4.9997 0 0 0-0.063496 0.0076 5 4.9997 0 0 0-0.80475 0.15912v-0.0076a5 4.9997 0 0 0-2.425 1.5349h0.0025a5 4.9997 0 0 0-0.895 1.4861l0.41125-0.20561h1v0.24983l0.25 0.24983v-0.49996l0.5-0.49965h0.25v-0.24983l0.25-0.24983 0.5-0.24983 0.25-0.24983 0.5-0.24983v0.24983l0.5-0.24983h-0.25v-0.24983l-0.25-0.24983h1l-0.25 0.24983 0.75 0.24983-0.25-0.49999v-0.49996l-0.23675-0.2366a5 4.9997 0 0 0-0.26325-0.01134zm3.75 1.7024v0.54746h0.42275a5 4.9997 0 0 0-0.42275-0.54746zm-6.9845 0.01512h0.01523l-0.03073 0.03024 0.01576-0.03024zm7.506 0.69044-0.2715 0.09033-0.5 0.24983v0.24983l-0.5 0.49999-0.25 0.49996v0.99995l0.25 0.49996 0.5 0.24983 0.25 0.24983 1.1793-0.19616a5 4.9997 0 0 0 4.993e-4 -0.0076 5 4.9997 0 0 0 0.052252-0.43797 5 4.9997 0 0 0 0.01799-0.36019 5 4.9997 0 0 0-0.022488-0.43498 5 4.9997 0 0 0-0.024265-0.2022 5 4.9997 0 0 0-0.047497-0.30841 5 4.9997 0 0 0-0.033751-0.14929 5 4.9997 0 0 0-0.089261-0.34847 5 4.9997 0 0 0-0.036246-0.10809 5 4.9997 0 0 0-0.13476-0.36813 5 4.9997 0 0 0-0.037002-0.08239 5 4.9997 0 0 0-0.185-0.3812 5 4.9997 0 0 0-0.11825-0.20636zm-8.5215 1.5902-0.25 0.24983h-0.25l-0.1625-0.16252a5 4.9997 0 0 0 0 9.45e-4 5 4.9997 0 0 0-0.0665 0.49421 5 4.9997 0 0 0-5e-4 0.0076l0.4795 0.1595 0.5 0.24983 0.5 0.49965h0.5v0.49999l-0.25 0.2502-0.25 0.49996v0.24983l0.5 0.49965 0.25 0.49999 0.25 0.24983 0.5 0.24983v1.0799a5 4.9997 0 0 0 0.00151 4.91e-4 5 4.9997 0 0 0 0.42425 0.16139 5 4.9997 0 0 0 0.048 0.0189 5 4.9997 0 0 0 0.37825 0.10205 5 4.9997 0 0 0 0.11275 0.03024 5 4.9997 0 0 0 0.33 0.05405 5 4.9997 0 0 0 0.17 0.02646 5 4.9997 0 0 0 0.2875 0.0189 5 4.9997 0 0 0 0.24775 0.01134 5 4.9997 0 0 0 0.2545-0.0076l0.2455-0.49073v-0.24983l0.5-0.24983 0.25-0.24983 0.25-0.99995 0.25-0.24983v-0.49999l-0.5-0.25285h-0.25l-0.5-0.24983h-0.25l-0.25-0.50014-0.25-0.24983h-0.5l-0.5-0.5003h-0.5l-0.75-0.24983-0.25 0.49996-0.5-0.24983h-0.25001v-0.49996l-0.5-0.24983 0.25-0.49996z" fill="url(#d)"/> + <path d="m-11.835 20.926c-1e-3 0.04271-0.01277 0.08202-0.01277 0.1251 0 2.7698 2.23 4.9997 5 4.9997 2.77 0 5-2.2298 5-4.9997 0-0.04271-0.011792-0.08239-0.012775-0.1251-0.00741 0.30123-0.030236 0.59943-0.088505 0.88516a4.9725 4.9722 0 0 1-1.3602 2.5281 4.9875 4.9872 0 0 1-1.5887 1.0697 4.9542 4.9539 0 0 1-0.9395 0.29065 5.051 5.0507 0 0 1-1.01 0.10091c-0.34625 0-0.68425-0.03402-1.01-0.10091a4.9725 4.9722 0 0 1-2.5283-1.3602 4.9875 4.9872 0 0 1-1.0697-1.5886 4.9542 4.9539 0 0 1-0.2905-0.93944c-0.05825-0.28573-0.08075-0.58375-0.0885-0.88516" opacity=".2"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/pluginUninstall.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m4.3333 3v1.6h-3.3333v14.4h20v-14.4h-3.3333v-1.6h-5v1.6h-3.3333v-1.6zm-1.6667 3.2h16.667v11.2h-16.667z" color="#eff0f1" fill="#232629"/> + <path class="ColorScheme-NegativeText" d="M 8.2726,7 7,8.2726 10.2274,11.500002 7,14.7274 8.2726,16 11.500002,12.7726 14.7274,16 16,14.7274 12.7726,11.500002 16,8.2726 14.7274,7 11.500002,10.2274 Z" fill="#da4453"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/plus.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#232629; + }</style> + </defs> + <path class="ColorScheme-Text" d="m10 4v7h-7v1h7v7h1v-7h7v-1h-7v-7h-1z" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/poslookahead.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path d="m8.5 7.4281h-7v7.1429h7v-7.1429m0.5-1.4281v10h-8v-10h8" fill="#232629"/> + <path d="m21 6v0.625h-1.6v8.75h1.6v0.625h-4v-0.625h1.6v-8.75h-1.6v-0.625z" fill="#da4453"/> + <path d="m13.4 8v2.4h-2.4v1.2h2.4v2.4h1.2v-2.4h2.4v-1.2h-2.4v-2.4z" color="#eff0f1" fill="#da4453"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/poslookbehind.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path d="m20.5 7.4281h-7v7.1429h7v-7.1429m0.5-1.4281v10h-8v-10h8" fill="#232629"/> + <path d="m11 6v0.625h-1.6v8.75h1.6v0.625h-4v-0.625h1.6v-8.75h-1.6v-0.625z" fill="#da4453"/> + <path d="m3.4 8v2.4h-2.4v1.2h2.4v2.4h1.2v-2.4h2.4v-1.2h-2.4v-2.4z" color="#eff0f1" fill="#da4453"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/preferences-api.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg"> + <g transform="translate(-326 -534.36)"> + <path class="ColorScheme-Text" d="m329.5 535.36v2.5h-2.5v3.75h2.5v7.5h-2.5v3.75h2.5v2.5h17.5v-20h-17.5m1.25 1.25h2.5v17.5h-2.5v-17.5m3.75 0h11.25v17.5h-11.25v-17.5" fill="#ff9000"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/preferences-application.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg"> + <path d="m11 1-3.0902 6.5836-6.9098 1.0557 5 5.1246-1.1803 7.2361 6.1803-3.4164 6.1803 3.4164-1.1803-7.2361 5-5.1246-6.9098-1.0557z" fill="#ff9000" stroke-width=".80391"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/preferences-autocompletion.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m2.875 1-0.66406 1.2109-1.2109 0.66406 1.2109 0.66406 0.66406 1.2109 0.66406-1.2109 1.2109-0.66406-1.2109-0.66406zm6.25 0-0.66406 1.2109-1.2109 0.66406 1.2109 0.66406 0.66406 1.2109 0.66406-1.2109 1.2109-0.66406-1.2109-0.66406zm8.3398 0-16.465 16.465 3.5352 3.5352 16.465-16.465zm-0.08545 1.853 1.7676 1.7676-3.8721 3.8745-1.77-1.77zm-12.004 3.147-0.66406 1.2109-1.2109 0.66406 1.2109 0.66406 0.66406 1.2109 0.66406-1.2109 1.2109-0.66406-1.2109-0.66406z" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/preferences-calltips.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg"> + <defs> + <linearGradient id="a" x1="13" x2="36" y1="1016.4" y2="1040.4" gradientUnits="userSpaceOnUse"> + <stop stop-color="#292c2f" offset="0"/> + <stop stop-opacity="0" offset="1"/> + </linearGradient> + <linearGradient id="b" x2="0" y1="44" y2="4" gradientUnits="userSpaceOnUse"> + <stop stop-color="#7cbaf8" offset="0"/> + <stop stop-color="#f4fcff" offset="1"/> + </linearGradient> + <linearGradient id="c" x2="0" y1="39" y2="9" gradientTransform="matrix(1.0286 0 0 1.2 -5.314 -4.8)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#197cf1" offset="0"/> + <stop stop-color="#20bcfa" offset="1"/> + </linearGradient> + </defs> + <g transform="matrix(.4878 0 0 .5 -.95122 -503.18)" fill-rule="evenodd"> + <g color="#000000" stroke-width="2"> + <path transform="translate(0 1004.4)" d="m44 24a20 20 0 1 1-40 0 20 20 0 1 1 40 0" fill="url(#b)"/> + <path transform="translate(0 1004.4)" d="m24 6c-9.941 0-18 8.06-18 18 0 9.941 8.06 18 18 18 9.941 0 18-8.06 18-18 0-9.941-8.06-18-18-18m-2 6h4v4h-4zm0 8h4v16h-4v-12z" fill="url(#c)"/> + </g> + <path d="m26 1020.4h-4l4 4v16h-4l8 8h15v-14l-19-18z" fill="url(#a)" opacity=".2"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/preferences-colours.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,123 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <defs> + <linearGradient id="linearGradient4149" x2="0" y1="545.8" y2="517.8" gradientTransform="translate(1.45e-4,5.74e-4)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#1d1e1e" offset="0"/> + <stop stop-color="#44484c" offset="1"/> + </linearGradient> + <linearGradient id="linearGradient4274" x1="8" x2="24" y1="24" y2="8" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient4288"/> + <linearGradient id="linearGradient4288"> + <stop stop-color="#e81877" offset="0"/> + <stop stop-color="#dd1d8c" offset=".3125"/> + <stop stop-color="#6d57b1" offset=".5625"/> + <stop stop-color="#2a78c1" offset=".75"/> + <stop stop-color="#018dcb" offset="1"/> + </linearGradient> + <clipPath id="clipPath4534"> + <rect x="8" y="8" width="32" height="32" rx="16"/> + </clipPath> + <linearGradient id="linearGradient4278" x1="8" x2="24" y1="24" y2="8" gradientTransform="matrix(1 0 0 -1 384.57 547.8)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient4300"/> + <linearGradient id="linearGradient4300"> + <stop stop-color="#e51561" offset="0"/> + <stop stop-color="#e4156c" offset=".3125"/> + <stop stop-color="#e71e2c" offset=".5625"/> + <stop stop-color="#e8301e" offset=".75"/> + <stop stop-color="#e6320e" offset="1"/> + </linearGradient> + <clipPath id="clipPath4584"> + <rect x="392.57" y="507.8" width="32" height="32" rx="16"/> + </clipPath> + <linearGradient id="linearGradient4284" x1="8" x2="24" y1="24" y2="8" gradientTransform="matrix(-1 0 0 1 432.57 499.8)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient4328"/> + <linearGradient id="linearGradient4328"> + <stop stop-color="#bec900" offset="0"/> + <stop stop-color="#9ec80a" offset=".3125"/> + <stop stop-color="#71b93d" offset=".5625"/> + <stop stop-color="#35a48f" offset=".75"/> + <stop stop-color="#018fca" offset="1"/> + </linearGradient> + <clipPath id="clipPath4550"> + <rect x="392.57" y="507.8" width="32" height="32" rx="16"/> + </clipPath> + <linearGradient id="linearGradient4286" x1="8" x2="24" y1="24" y2="8" gradientTransform="rotate(180 216.29 273.9)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient4316"/> + <linearGradient id="linearGradient4316"> + <stop stop-color="#c1cc00" offset="0"/> + <stop stop-color="#dfcd00" offset=".3125"/> + <stop stop-color="#f0cc00" offset=".5625"/> + <stop stop-color="#fd8c08" offset=".75"/> + <stop stop-color="#f25c13" offset="1"/> + </linearGradient> + <clipPath id="clipPath4568"> + <rect x="392.57" y="507.8" width="32" height="32" rx="16"/> + </clipPath> + <clipPath id="clipPath4528"> + <rect x="8" y="8" width="32" height="32" rx="16"/> + </clipPath> + <filter id="filter4390" x="-.06" y="-.06" width="1.12" height="1.12" color-interpolation-filters="sRGB"> + <feGaussianBlur stdDeviation="0.4"/> + </filter> + <clipPath id="clipPath4578"> + <rect x="392.57" y="507.8" width="32" height="32" rx="16"/> + </clipPath> + <clipPath id="clipPath4562"> + <rect x="392.57" y="507.8" width="32" height="32" rx="16"/> + </clipPath> + <clipPath id="clipPath4544"> + <rect x="392.57" y="507.8" width="32" height="32" rx="16"/> + </clipPath> + <clipPath id="clipPath4528-1"> + <rect x="8" y="8" width="32" height="32" rx="16"/> + </clipPath> + <clipPath id="clipPath4578-8"> + <rect x="392.57" y="507.8" width="32" height="32" rx="16"/> + </clipPath> + <clipPath id="clipPath4562-8"> + <rect x="392.57" y="507.8" width="32" height="32" rx="16"/> + </clipPath> + <clipPath id="clipPath4544-1"> + <rect x="392.57" y="507.8" width="32" height="32" rx="16"/> + </clipPath> + <linearGradient id="linearGradient4314" x2="0" y1="543.8" y2="503.8" gradientTransform="matrix(.2 0 0 .2 318.86 -636.56)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#2a2c2f" offset="0"/> + <stop stop-color="#424649" offset="1"/> + </linearGradient> + <linearGradient id="linearGradient4917" x2="0" y1="524.8" y2="522.8" gradientTransform="translate(-8,8)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#989a9b" offset="0"/> + <stop stop-color="#f6f6f7" offset="1"/> + </linearGradient> + <linearGradient id="linearGradient4499" x1="393.57" x2="407.57" y1="524.8" y2="538.8" gradientTransform="translate(-384.57 -515.8)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#292c2f" offset="0"/> + <stop stop-opacity="0" offset="1"/> + </linearGradient> + <linearGradient id="linearGradient913" x1="8" x2="24" y1="24" y2="8" gradientTransform="rotate(180 216.29 273.9)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient4316"/> + </defs> + <g transform="translate(-384.57 -525.8)"> + <g transform="matrix(.71429 0 0 .71429 109.45 156.94)"> + <rect x="386.57" y="517.8" width="28" height="28" rx="14" fill="url(#linearGradient4149)"/> + <g transform="matrix(.66347 .17778 -.17778 .66347 222.62 111.64)" stroke-opacity=".55027" stroke-width="2.8"> + <path transform="translate(384.57 499.8)" d="m24 8c-8.864 0-16 7.136-16 16h16z" clip-path="url(#clipPath4534)" fill="url(#linearGradient4274)"/> + <path d="m408.57 539.8c-8.864 0-16-7.136-16-16h16z" clip-path="url(#clipPath4584)" fill="url(#linearGradient4278)"/> + <path d="m408.57 507.8c8.864 0 16 7.136 16 16h-16z" clip-path="url(#clipPath4550)" fill="url(#linearGradient4284)"/> + <path d="m408.57 539.8c8.864 0 16-7.136 16-16h-16z" clip-path="url(#clipPath4568)" fill="url(#linearGradient913)"/> + </g> + <g transform="matrix(.68688 0 0 .68688 119.93 172.01)" opacity=".7" stroke-opacity=".55027" stroke-width="2.8"> + <path transform="translate(384.57 499.8)" d="m24 8c-8.864 0-16 7.136-16 16h16z" clip-path="url(#clipPath4528)" fill="url(#linearGradient4274)" filter="url(#filter4390)" opacity="1"/> + <path d="m408.57 539.8c-8.864 0-16-7.136-16-16h16z" clip-path="url(#clipPath4578)" fill="url(#linearGradient4278)" filter="url(#filter4390)" opacity="1"/> + <path d="m408.57 539.8c8.864 0 16-7.136 16-16h-16z" clip-path="url(#clipPath4562)" fill="url(#linearGradient913)" filter="url(#filter4390)" opacity="1"/> + <path d="m408.57 507.8c8.864 0 16 7.136 16 16h-16z" clip-path="url(#clipPath4544)" fill="url(#linearGradient4284)" filter="url(#filter4390)" opacity="1"/> + </g> + <path transform="matrix(.48569 .48569 -.48569 .48569 400.57 508.48)" d="m24 8c-8.864 0-16 7.136-16 16h16z" clip-path="url(#clipPath4528)" fill="url(#linearGradient4274)" opacity=".35" stroke-opacity=".55027" stroke-width="2.8"/> + <path transform="matrix(.48569 .48569 -.48569 .48569 456.54 78.951)" d="m408.57 539.8c-8.864 0-16-7.136-16-16h16z" clip-path="url(#clipPath4578)" fill="url(#linearGradient4278)" opacity=".35" stroke-opacity=".55027" stroke-width="2.8"/> + <path transform="matrix(.48569 .48569 -.48569 .48569 456.54 78.951)" d="m408.57 539.8c8.864 0 16-7.136 16-16h-16z" clip-path="url(#clipPath4562)" fill="url(#linearGradient913)" opacity=".35" stroke-opacity=".55027" stroke-width="2.8"/> + <path transform="matrix(.48569 .48569 -.48569 .48569 456.54 78.951)" d="m408.57 507.8c8.864 0 16 7.136 16 16h-16z" clip-path="url(#clipPath4544)" fill="url(#linearGradient4284)" opacity=".35" stroke-opacity=".55027" stroke-width="2.8"/> + <g transform="matrix(.17778 .66347 -.66347 .17778 675.46 167.6)" stroke-opacity=".55027" stroke-width="2.8"> + <path transform="translate(384.57 499.8)" d="m24 8c-8.864 0-16 7.136-16 16h16z" clip-path="url(#clipPath4528-1)" fill="url(#linearGradient4274)" opacity=".3"/> + <path transform="translate(-6e-6,1e-5)" d="m408.57 539.8c-8.864 0-16-7.136-16-16h16z" clip-path="url(#clipPath4578-8)" fill="url(#linearGradient4278)" opacity=".3"/> + <path transform="translate(-6e-6,1e-5)" d="m408.57 539.8c8.864 0 16-7.136 16-16h-16z" clip-path="url(#clipPath4562-8)" fill="url(#linearGradient4286)" opacity=".3"/> + <path transform="translate(-6e-6,1e-5)" d="m408.57 507.8c8.864 0 16 7.136 16 16h-16z" clip-path="url(#clipPath4544-1)" fill="url(#linearGradient4284)" opacity=".3"/> + </g> + <path transform="translate(384.57 515.8)" d="m18.699 13-5.3496 6 9.3203 9.3203c2.4018-1.2982 4.3739-3.278 5.666-5.6836z" fill="url(#linearGradient4499)" fill-rule="evenodd" opacity=".2"/> + <rect transform="scale(1,-1)" x="396.57" y="-535.8" width="8" height="8" rx="4" fill="url(#linearGradient4314)" stroke-opacity=".55027" stroke-width="2.8"/> + <path d="m399.57 532.8 1-2 0.99999 2z" fill="url(#linearGradient4917)" fill-rule="evenodd"/> + </g> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/preferences-cooperation.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m1 2v12.857l3.75 5.1429-2.5e-5 -3.8571 2.5e-5 -1.2857h16.25v-12.857zm1.25 1.2857h17.5v10.286h-17.5z" color="#eff0f1" fill="#232629"/> + <path class="ColorScheme-Text" d="m13 5-6 1.709v3.082l0.5 0.14258v1.2168l3 0.84961v-1.2119l2.5 0.71191v-5.9785zm2.0146 0.21387-0.38574 0.31543c0.56863 0.88612 0.87096 1.9169 0.87109 2.9697-2e-3 1.0519-0.30571 2.0812-0.875 2.9658l0.3916 0.32129c0.64078-0.97662 0.98255-2.119 0.9834-3.2871-2e-3 -1.1676-0.34425-2.3093-0.98535-3.2852zm-2.5146 0.4502v5.1719l-5-1.4238v-2.3242zm1.3447 0.50781-0.39062 0.31934c0.3559 0.6094 0.54423 1.3021 0.5459 2.0078-1e-3 0.70595-0.1892 1.399-0.54492 2.0088l0.39062 0.32031c0.42662-0.70208 0.65289-1.5076 0.6543-2.3291-2e-3 -0.82096-0.22866-1.6257-0.65527-2.3271zm-7.3447 0.67969-0.5 0.14258v2.5118l0.5 0.14258v-2.6485zm1.5 3.2246 2 0.56934v0.71289l-2-0.56641z" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/preferences-debugger.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <path d="m3.02 14.502-0.00271-0.04081c8.7e-4 0.01361 0.00178 0.02722 0.00271 0.04081z" fill="#c5c5c5"/> + <g transform="matrix(1.4368 0 0 1.4654 -.43678 -47.874)" fill="#232629"> + <path d="m7.2577 40.905-1.7701-1.7791 0.59162-0.59161 1.8718 1.8812 1.8451-1.8451 0.59165 0.5916-1.77 1.77 1.7701 1.7791-0.59161 0.5916-1.8717-1.8813-1.8451 1.8451-0.59161-0.5916z"/> + <path d="m10.878 36.27v0.58167h0.7849l1.6579-1.6579 0.5916 0.59161-1.5698 1.5698 0.0189 0.04949c0.3304 0.86212 0.5165 1.8351 0.5165 2.8653 0 0.1957-0.0067 0.38933-0.0199 0.58053l-3e-3 0.04364h2.0654v0.83666h-2.1705l-0.0061 0.03349c-0.1764 0.96445-0.5195 1.8438-0.9869 2.5838l-0.0347 0.0551 1.9964 2.0065-0.5931 0.5901-1.9098-1.9194-0.0577 0.0645c-0.8627 0.965-1.9806 1.5435-3.1984 1.5435-1.2367 0-2.3704-0.5966-3.2384-1.5887l-0.05749-0.0657-1.8717 1.8717-0.59162-0.5916 1.9632-1.9632-0.03399-0.055c-0.45068-0.729-0.782-1.5897-0.95424-2.5316l-0.00612-0.03349h-2.1688v-0.83666h2.0637l-3e-3 -0.04364c-0.01315-0.1912-0.01986-0.38483-0.01986-0.58053 0-1.0167 0.18128-1.9778 0.50362-2.8315l0.01857-0.04919-1.6109-1.619 0.59311-0.59012 1.6631 1.6715h0.83249v-0.58167c0-1.6118 1.3066-2.9183 2.9183-2.9183s2.9183 1.3066 2.9183 2.9183zm-5 0v0.58167h4.1633v-0.58167c0-1.1497-0.93196-2.0817-2.0816-2.0817s-2.0817 0.93199-2.0817 2.0817zm5.7163 1.4712-0.0199-0.0529h-7.2295l-0.0199 0.0529c-0.28341 0.75313-0.44701 1.6105-0.44701 2.5288 0 1.6099 0.50298 3.0339 1.274 4.0363 0.77037 1.0015 1.771 1.5454 2.8076 1.5454s2.0373-0.5439 2.8076-1.5454c0.7711-1.0024 1.274-2.4263 1.274-4.0363 0-0.91822-0.1636-1.7756-0.447-2.5288z" clip-rule="evenodd" fill-rule="evenodd"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/preferences-editor.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + } + .ColorScheme-Highlight { + color:#3daee9; + }</style> + </defs> + <path class="ColorScheme-Text" d="m1 1v20h7.5v-1.25h-6.25v-15h15v5h1.25v-8.75h-2.5v1.25h-1.25v-1.25h-10v1.25h-1.25v-1.25zm2.5 5v1.25h12.5v-1.25zm0 3.75v1.25h12.5v-1.25zm15 1.25-1.2451 1.2427-0.0049-0.0049-6.25 6.2476 0.0098 0.0098-0.0049 1.2549h-0.004882v1.25h2.5l0.0123-0.0123c5e-3 -2.5e-5 0.0073 0.0025 0.01225 0.0025l-0.0074-0.0074 1.2328-1.2328 5-4.9951-0.88135-0.88623-6.2378 6.2329-0.74219-0.73975 6.2402-6.2354 0.73975 0.74219 0.88135 0.87891 1.25-1.25zm-15 2.5v1.25h8.75v-1.25z" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/preferences-exporters.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m2 1v16.25h6.8052l-2.9481 2.8662 0.90904 0.88379 4.5-4.375-4.5-4.375-0.90904 0.88379 2.9481 2.8662h-5.5195v-13.75h15.429v17.5h-7.7143v1.25h9v-20h-1.2857z" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/preferences-filehandling.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m1 1v20h20v-15.872h-0.0098l0.0098-0.012206-4.1162-4.1157-0.0098 0.012211v-0.012211h-0.87399zm1.25 1.2523h3.75v6.2492h10v-6.2492h0.36621l3.3838 3.3834v14.114h-2.5v-8.7489h-12.5v8.7489h-2.5zm5 0h4.8755v4.9994h-4.8755zm-1.25 9.9988h10v7.4991h-10z" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/preferences-general.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" fill="none" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <path d="m18.418 21c0.3372-0.0047 0.66996-0.07771 0.97823-0.21466 0.30829-0.13696 0.5857-0.33502 0.81556-0.58217 0.44726-0.40814 0.72464-0.96999 0.7769-1.5738 0.05932-0.6241-0.12134-1.2473-0.50511-1.7425-1.7235-1.8209-5.1228-5.2262-7.5954-7.6513 0.52611-1.4252 0.50153-2.996-0.068943-4.404-0.4691-1.1715-1.3033-2.16-2.3785-2.8183-0.84344-0.55957-1.8129-0.89962-2.8206-0.98937-1.0077-0.08974-2.0217 0.073644-2.9506 0.47539l-0.88157 0.3825 4.094 4.2234-1.7924 1.8009-4.2054-4.1172-0.38186 0.88586c-0.32186 0.74686-0.49257 1.5503-0.50214 2.3638-0.0096 0.81344 0.14214 1.6207 0.44643 2.3749 0.30171 0.7458 0.74986 1.4233 1.3179 1.9922 0.32186 0.31551 0.67757 0.59434 1.0607 0.8314 0.79271 0.53032 1.6997 0.86463 2.6464 0.97546 0.94686 0.11082 1.9064-5e-3 2.7998-0.33796 1.5684 1.5937 5.4834 5.5423 7.598 7.5197 0.42419 0.38596 0.97553 0.60163 1.5485 0.60564zm-11.339-18.672c0.93972-0.00236 1.8589 0.275 2.6409 0.79687 0.30499 0.18654 0.58824 0.4066 0.84451 0.65608 0.68156 0.68825 1.1367 1.5688 1.3045 2.5236 0.16777 0.95476 0.04011 1.9381-0.36586 2.8181l-0.19357 0.42499 0.33277 0.32539c2.4832 2.4278 6.0986 6.039 7.8367 7.8771 0.15476 0.23083 0.22096 0.5099 0.18634 0.78567-0.0346 0.27591-0.16766 0.52993-0.3746 0.71511-0.11926 0.13309-0.26457 0.24028-0.42692 0.3147-0.14309 0.06483-0.29774 0.10003-0.45474 0.10361-0.23844-6e-3 -0.46673-0.09803-0.643-0.25888-2.2472-2.1011-6.5891-6.4945-7.8632-7.7855l-0.32747-0.33071-0.4216 0.19258c-0.73393 0.34273-1.5438 0.48946-2.3511 0.42592-0.80728-0.06353-1.5844-0.33516-2.256-0.7885-0.30557-0.18872-0.58886-0.41148-0.84443-0.66405-0.44257-0.44209-0.79229-0.96843-1.0287-1.548-0.23628-0.57958-0.35443-1.2007-0.34757-1.8267 0-0.30863 0.03057-0.61651 0.09157-0.91906l3.6817 3.5992 3.6445-3.6457-3.5928-3.7054c0.30571-0.059533 0.61657-0.088455 0.928-0.086323z" fill="#232629" stroke-width="1.4298"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/preferences-graphics.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m1 1v20h20v-20zm1.25 1.25h17.5v17.5h-17.5zm4.375 1.25c-1.7312 0-3.125 1.3938-3.125 3.125s1.3938 3.125 3.125 3.125 3.125-1.3938 3.125-3.125-1.3938-3.125-3.125-3.125zm0 1.25c1.0388 0 1.875 0.83625 1.875 1.875s-0.83625 1.875-1.875 1.875-1.875-0.83625-1.875-1.875 0.83625-1.875 1.875-1.875zm8.1177 5-4.1821 4.1797-1.6772-1.6797-0.0073243 0.009765-0.0097655-0.009765-5.3662 5.3662 0.88379 0.88379 4.4897-4.4897 1.687 1.687 4.1895-4.1895 2.8662 2.8662 0.88379-0.88379-3.7402-3.7402-0.009765 0.009765z" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/preferences-help.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m11 1c-2.3476 0-4.4962 0.8063-6.1987 2.1509-0.00639 0.00504-0.013162 0.00959-0.019531 0.014649-0.066309 0.05263-0.13284 0.10442-0.19775 0.15869l-1.0742-1.0742h-2.5098v2.5098l1.3037 1.3037c-0.82525 1.4557-1.3037 3.1371-1.3037 4.9365 0 1.7995 0.47846 3.4808 1.3037 4.9365l-1.3037 1.3037v2.5098h2.5098l1.0742-1.0742c0.064916 0.05426 0.13145 0.10606 0.19775 0.15869 0.00637 5e-3 0.013147 0.0096 0.019531 0.01465 1.7026 1.3446 3.8511 2.1509 6.1987 2.1509 2.4481 0 4.6814-0.8741 6.416-2.3242l1.0742 1.0742h2.5098v-2.5098l-1.3037-1.3037c0.82525-1.4557 1.3037-3.1371 1.3037-4.9365 0-1.7995-0.47846-3.4808-1.3037-4.9365l1.3037-1.3037v-2.5098h-2.5098l-1.0742 1.0742c-0.064911-0.054269-0.13144-0.10606-0.19775-0.15869-0.0064-0.00505-0.01314-0.00961-0.01954-0.014649-1.7025-1.3446-3.8511-2.1509-6.1987-2.1509zm0 1.25c1.5506 0 3.0023 0.40171 4.2627 1.1035l-2.8662 2.8662c-0.44556-0.12938-0.9081-0.21973-1.3965-0.21973s-0.95093 0.090344-1.3965 0.21973l-2.8662-2.8662c1.2604-0.70181 2.7121-1.1035 4.2627-1.1035zm-8.374 0.88379 1.0547 1.0547c-0.17844 0.19174-0.3521 0.38785-0.51514 0.59326-0.00505 0.00638-0.00961 0.013147-0.014649 0.019531-0.05046 0.063894-0.097569 0.13016-0.14648 0.19531l-1.1206-1.1206zm16.748 0 0.74219 0.74219-1.1206 1.1206c-0.21137-0.28153-0.43689-0.55089-0.67627-0.80811zm-16.021 3.6035 2.8662 2.8662c-0.12938 0.44555-0.21973 0.90809-0.21973 1.3965s0.090344 0.95093 0.21973 1.3965l-2.8662 2.8662c-0.70181-1.2604-1.1035-2.7121-1.1035-4.2627 0-1.5506 0.40171-3.0023 1.1035-4.2627zm15.293 0c0.70181 1.2604 1.1035 2.7121 1.1035 4.2627 0 1.5506-0.40171 3.0023-1.1035 4.2627l-2.8662-2.8662c0.12938-0.44556 0.21973-0.9081 0.21973-1.3965s-0.090344-0.95093-0.21973-1.3965zm-7.6465 0.5127c0.11396 0 0.22072 0.024325 0.33203 0.034175 0.49343 0.043687 0.95542 0.17805 1.3745 0.39307 0.69627 0.35723 1.259 0.91994 1.6162 1.6162 0.21502 0.41909 0.34938 0.88108 0.39307 1.3745 0.0099 0.11132 0.03418 0.21808 0.03418 0.33204 0 0.11396-0.02432 0.22072-0.03417 0.33203-0.04369 0.49343-0.17805 0.95542-0.39307 1.3745-0.35723 0.69627-0.91995 1.259-1.6162 1.6162-0.41909 0.21502-0.88108 0.34938-1.3745 0.39307-0.11132 0.009856-0.21808 0.03418-0.33204 0.03418s-0.22072-0.02432-0.33203-0.03418c-0.49343-0.043689-0.95542-0.17805-1.3745-0.39307-0.69627-0.35723-1.259-0.91994-1.6162-1.6162-0.21502-0.41909-0.34938-0.88108-0.39307-1.3745-0.0098562-0.11131-0.03418-0.21807-0.03418-0.33203 0-0.11396 0.024324-0.22072 0.03418-0.33203 0.043689-0.49343 0.17805-0.95542 0.39307-1.3745 0.35723-0.69627 0.91994-1.259 1.6162-1.6162 0.41909-0.21502 0.88108-0.34938 1.3745-0.39307 0.11131-0.0098563 0.21807-0.03418 0.33203-0.03418zm-1.3965 8.5303c0.44555 0.12938 0.9081 0.21973 1.3965 0.21973s0.95093-0.09034 1.3965-0.21973l2.8662 2.8662c-1.2604 0.70181-2.7121 1.1035-4.2627 1.1035-1.5506 0-3.0023-0.40171-4.2627-1.1035l1.3965-1.3965zm-6.5991 1.2231c0.21137 0.28153 0.43689 0.55089 0.67627 0.80811l-1.0547 1.0547-0.74219-0.74219zm15.991 0 1.1206 1.1206-0.74219 0.74219-1.0547-1.0547c0.23938-0.25722 0.4649-0.52657 0.67627-0.80811z" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/preferences-helpdocumentation.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m3.5 1v2.5h-2.5v3.75h2.5v7.5h-2.5v3.75h2.5v2.5h17.5v-20h-17.5m1.25 1.25h2.5v17.5h-2.5v-17.5m3.75 0h11.25v17.5h-11.25v-17.5" color="#eff0f1" fill="#232629"/> + <path class="ColorScheme-Text" d="m14 7a4 4 0 0 0-4 4 4 4 0 0 0 4 4 4 4 0 0 0 4-4 4 4 0 0 0-4-4zm-4 0.66667v1.3333l1.3333-1.3333zm4 0a3.3333 3.3333 0 0 1 1.5938 0.40625l-1.0143 1.0143a2 2 0 0 0-0.57943-0.08724 2 2 0 0 0-0.57943 0.08724l-1.0117-1.0117a3.3333 3.3333 0 0 1 1.5911-0.40885zm2.6667 0 1.3333 1.3333v-1.3333zm-5.5938 1.7396 1.0143 1.0143a2 2 0 0 0-0.087239 0.57943 2 2 0 0 0 0.08724 0.57943l-1.0117 1.0117a3.3333 3.3333 0 0 1-0.40886-1.5911 3.3333 3.3333 0 0 1 0.40625-1.5938zm5.8516 0.0026a3.3333 3.3333 0 0 1 0.40885 1.5911 3.3333 3.3333 0 0 1-0.40625 1.5938l-1.0143-1.0143a2 2 0 0 0 0.08724-0.57943 2 2 0 0 0-0.08724-0.57943zm-2.9245 0.25781a1.3333 1.3333 0 0 1 1.3333 1.3333 1.3333 1.3333 0 0 1-1.3333 1.3333 1.3333 1.3333 0 0 1-1.3333-1.3333 1.3333 1.3333 0 0 1 1.3333-1.3333zm-0.57943 3.2461a2 2 0 0 0 0.57943 0.08724 2 2 0 0 0 0.57943-0.08724l1.0117 1.0117a3.3333 3.3333 0 0 1-1.5911 0.40885 3.3333 3.3333 0 0 1-1.5938-0.40625zm-3.4206 0.08724v1.3333h1.3333zm8 0-1.3333 1.3333h1.3333z" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/preferences-helpviewers.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m1 1v14.286l3.75 5.7143-2.5e-5 -4.2857 2.5e-5 -1.4286h16.25v-14.286zm1.25 1.4286h17.5v11.429h-17.5z" color="#eff0f1" fill="#232629"/> + <path class="ColorScheme-Text" d="m11 3a5 5 0 0 0-5 5 5 5 0 0 0 5 5 5 5 0 0 0 5-5 5 5 0 0 0-5-5zm-5 0.83333v1.6667l1.6667-1.6667zm5 0a4.1667 4.1667 0 0 1 1.9922 0.50781l-1.2679 1.2679a2.5 2.5 0 0 0-0.72428-0.10905 2.5 2.5 0 0 0-0.72428 0.10905l-1.2646-1.2646a4.1667 4.1667 0 0 1 1.9889-0.51107zm3.3333 0 1.6667 1.6667v-1.6667zm-6.9922 2.1745 1.2679 1.2679a2.5 2.5 0 0 0-0.10905 0.72428 2.5 2.5 0 0 0 0.10905 0.72428l-1.2646 1.2646a4.1667 4.1667 0 0 1-0.51107-1.9889 4.1667 4.1667 0 0 1 0.50781-1.9922zm7.3145 0.00325a4.1667 4.1667 0 0 1 0.51107 1.9889 4.1667 4.1667 0 0 1-0.50781 1.9922l-1.2679-1.2679a2.5 2.5 0 0 0 0.10905-0.72429 2.5 2.5 0 0 0-0.10905-0.72428zm-3.6556 0.32226a1.6667 1.6667 0 0 1 1.6667 1.6667 1.6667 1.6667 0 0 1-1.6667 1.6667 1.6667 1.6667 0 0 1-1.6667-1.6667 1.6667 1.6667 0 0 1 1.6667-1.6667zm-0.72428 4.0576a2.5 2.5 0 0 0 0.72428 0.10905 2.5 2.5 0 0 0 0.72428-0.10905l1.2646 1.2646a4.1667 4.1667 0 0 1-1.9889 0.51107 4.1667 4.1667 0 0 1-1.9922-0.50781zm-4.2757 0.10905v1.6667h1.6667zm10 0-1.6667 1.6667h1.6667z" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/preferences-highlighter-association.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,32 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <defs> + <linearGradient id="linearGradient4217" x2="0" y1="543.8" y2="503.8" gradientTransform="matrix(.5 0 0 .5 191.29 274.9)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#197cf1" offset="0"/> + <stop stop-color="#21c9fb" offset="1"/> + </linearGradient> + <linearGradient id="linearGradient4296" x2="0" y1="22" y2="10" gradientTransform="matrix(.71429 0 0 .71429 384.14 525.37)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#7cbaf8" offset="0"/> + <stop stop-color="#f4fcff" offset="1"/> + </linearGradient> + <linearGradient id="linearGradient4304" x2="0" y1="545.8" y2="517.8" gradientTransform="matrix(.71429 0 0 .71429 109.45 156.94)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#42a603" offset="0"/> + <stop stop-color="#78da06" offset="1"/> + </linearGradient> + <linearGradient id="linearGradient4227"> + <stop stop-color="#292c2f" offset="0"/> + <stop stop-opacity="0" offset="1"/> + </linearGradient> + <linearGradient id="linearGradient4385" x1="401.57" x2="408.57" y1="524.8" y2="531.8" gradientTransform="matrix(.71429 0 0 .71429 109.45 156.94)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient4227"/> + <linearGradient id="linearGradient4389" x1="401.57" x2="408.57" y1="524.8" y2="531.8" gradientTransform="matrix(.71429 0 0 .71429 113.73 156.94)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient4227"/> + </defs> + <g transform="translate(-384.57 -525.8)" stroke-width=".71429"> + <path d="m389.86 526.8v20h15.714v-15l-5-5z" fill="url(#linearGradient4304)"/> + <path d="m405.57 531.8-5-5v5z" fill="#313437" fill-rule="evenodd"/> + <path d="m385.57 526.8v20h15.714v-15l-5-5z" fill="url(#linearGradient4217)"/> + <path d="m401.29 531.8-5-5v5z" fill="#313437" fill-rule="evenodd"/> + <path d="m391.29 532.51c-0.39572 0-0.71429 0.31857-0.71429 0.71428 0 0.39572 0.31857 0.71429 0.71429 0.71429 0.39571 0 0.71428-0.31857 0.71428-0.71429 0-0.39571-0.31857-0.71428-0.71428-0.71428zm3.5714 0-1.4286 1.4286 1.4286 1.4286-1.4286 1.4286 1.4286 1.4286 2.8571-2.8571-1.4286-1.4286zm-5 4.2857c-0.39572 0-0.71429 0.31857-0.71429 0.71429 0 0.39571 0.31857 0.71428 0.71429 0.71428 0.39571 0 0.71428-0.31857 0.71428-0.71428 0-0.39572-0.31857-0.71429-0.71428-0.71429zm2.8571 2.8571c-0.39571 0-0.71429 0.31857-0.71429 0.71429 0 0.39571 0.31858 0.71428 0.71429 0.71428s0.71429-0.31857 0.71429-0.71428c0-0.39572-0.31858-0.71429-0.71429-0.71429z" fill="url(#linearGradient4296)"/> + <path d="m396.29 531.8 5 5v-5z" fill="url(#linearGradient4385)" fill-rule="evenodd" opacity=".2"/> + <path d="m400.57 531.8 5 5v-5z" fill="url(#linearGradient4389)" fill-rule="evenodd" opacity=".2"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/preferences-highlighting-styles.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <path d="m9.5837 1-7.5837 20h2.1696c0.2359 0 0.43607-0.06584 0.60017-0.19775 0.17436-0.13191 0.29254-0.28404 0.35407-0.45654l1.7076-4.7949h3.8622l2.0366-1.9775h-5.1906l2.8602-8.0371c0.092301-0.24353 0.18873-0.52734 0.29129-0.85205 0.10256-0.32471 0.20631-0.6813 0.30887-1.0669l3.0234 8.6987 1.0321-1.001c0.12526-0.12114 0.27486-0.21588 0.43945-0.27832 0.06448-0.14962 0.1583-0.28562 0.27623-0.40039l0.2235-0.21728-3.5633-9.4189zm8.8569 15.879-2.0717 2.0264 0.52232 1.4551c0.082049 0.18265 0.19542 0.33478 0.33901 0.45654 0.15384 0.12176 0.35401 0.1831 0.60017 0.1831h2.1696z" fill="#232629" stroke-width="1.2677"/> + <path class="ColorScheme-Text" d="m16.999 11-6.9987 6.9987v3.0013h3.0013l6.9987-6.9987zm-1.7074 2.9085 1.8001 1.8001-2.6449 2.6465v-0.56315l-0.84473 0.0179h-0.86263v-1.3509l1.2012-1.1995zm-3.3968 3.3952v1.3509h1.6895l0.0179 0.54362-0.90006 0.90169h-1.2012l-0.60059-0.60059v-1.2012z" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/preferences-html5.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <g transform="matrix(1.25 0 0 1.25 -529.89 -659.99)" fill="#232629"> + <rect class="ColorScheme-Text" x="383.46" y="518.13" width="0" height="11" color="#eff0f1"/> + <path class="ColorScheme-Text" d="m432.72 528.79c-0.31896 0-0.62792 0.026-0.93788 0.063-0.30396 0.036-0.61392 0.087-0.90589 0.1559-0.094 0.022-0.18497 0.067-0.28096 0.094-0.084 0.023-0.16698 0.037-0.24997 0.063-0.10499 0.033-0.21397 0.059-0.31296 0.094-0.10699 0.038-0.20697 0.083-0.31296 0.1249-0.20597 0.083-0.39695 0.182-0.59393 0.2809-0.071 0.036-0.14898 0.056-0.21897 0.094-0.22997 0.1209-0.44094 0.2629-0.65592 0.4058-0.082 0.055-0.16997 0.098-0.24996 0.1559-0.033 0.024-0.061 0.038-0.094 0.063-0.094 0.071-0.19098 0.1418-0.28097 0.2188-0.10698 0.089-0.20997 0.1869-0.31296 0.2809-0.032 0.03-0.062 0.064-0.094 0.094l-0.031 0.031c-0.016 0.016-0.015 0.047-0.031 0.063-0.20997 0.2039-0.43894 0.3988-0.62492 0.6247-5e-3 0.01 5e-3 0.025 0 0.031-0.18098 0.2199-0.34296 0.4478-0.49994 0.6877-0.021 0.032-0.042 0.061-0.063 0.094-0.015 0.024-0.047 0.037-0.063 0.063-0.06 0.098-0.10099 0.209-0.15598 0.3129-0.018 0.033-0.045 0.061-0.063 0.094-0.075 0.1459-0.14998 0.2898-0.21897 0.4378-4e-3 0.01 4e-3 0.023 0 0.031-0.11699 0.2528-0.22198 0.5136-0.31296 0.7805-0.019 0.053-0.045 0.103-0.063 0.156-3e-3 0.01 3e-3 0.022 0 0.031-0.02 0.062-0.044 0.125-0.063 0.188-0.073 0.2568-0.13998 0.5137-0.18798 0.7806-0.034 0.1919-0.074 0.3968-0.094 0.5938-0.027 0.2648-0.031 0.5417-0.031 0.8125 0 0.4038 0.036 0.7996 0.094 1.1875 6e-3 0.041-7e-3 0.085 0 0.1249 0.044 0.2659 0.11798 0.5248 0.18798 0.7807 0.026 0.096 0.064 0.1859 0.094 0.2809 0.04 0.1289 0.079 0.2489 0.12499 0.3748 0.077 0.2119 0.15598 0.4218 0.24997 0.6246 0.05 0.106 0.10198 0.2099 0.15598 0.3129 0.15198 0.2919 0.31496 0.5747 0.49993 0.8436 0.016 0.024 0.046 0.039 0.063 0.063 0.19797 0.2809 0.39395 0.5597 0.62492 0.8126 0.04 0.044 0.084 0.082 0.12498 0.125 0.04 0.042 0.084 0.084 0.12499 0.1249 0.21397 0.2139 0.45094 0.4048 0.68791 0.5938 0.30596 0.2438 0.62892 0.4587 0.96888 0.6556 0.012 0.01 0.019 0.024 0.031 0.031 0.053 0.03 0.10299 0.065 0.15598 0.094 0.31596 0.156 0.69192 0.3249 0.93788 0.4378 0.10999 0.042 0.23098 0.057 0.34396 0.094 0.053 0.018 0.10299 0.046 0.15598 0.063 0.13598 0.041 0.26797 0.09 0.40595 0.1249 0.042 0.011 0.083 0.021 0.12499 0.031 0.29196 0.069 0.60192 0.1209 0.90588 0.1559 0.30896 0.036 0.61792 0.063 0.93788 0.063 0.33996 0 0.67092-0.021 0.99988-0.063 0.36495-0.048 0.68091-0.1239 0.99987-0.1879 1.6978-0.4358 3.1616-1.4213 4.2185-2.7487 0.028-0.035 0.067-0.058 0.094-0.094 9e-3 -0.012 0.022-0.02 0.031-0.031 0.014-0.018 0.018-0.044 0.031-0.063 0.62292-0.8246 1.0769-1.7801 1.3438-2.8117 0.056-0.2169 0.11799-0.4318 0.15598-0.6557 5e-3 -0.03-5e-3 -0.063 0-0.094 6e-3 -0.04 0.025-0.079 0.031-0.125 6e-3 -0.043 0.026-0.082 0.031-0.1249h-0.031c0.044-0.3289 0.094-0.6587 0.094-0.9996 0-0.5517-0.05-1.1034-0.15598-1.6242-9e-3 -0.043-0.022-0.082-0.031-0.1249-0.046-0.2079-0.12398-0.4229-0.18798-0.6248-3e-3 -0.01 3e-3 -0.022 0-0.031-0.012-0.038-0.018-0.056-0.031-0.094-0.039-0.119-0.081-0.2579-0.12498-0.3748-0.012-0.032-0.018-0.064-0.031-0.094-0.043-0.109-0.10799-0.2059-0.15598-0.3128-2e-3 0 2e-3 -0.026 0-0.031-0.025-0.054-0.068-0.1029-0.094-0.1559-0.098-0.2029-0.19797-0.3998-0.31296-0.5937-0.058-0.098-0.094-0.2169-0.15598-0.3129-0.024-0.036-0.069-0.058-0.094-0.094-0.067-0.099-0.14698-0.185-0.21897-0.2809-0.08-0.1-0.13999-0.2159-0.21898-0.3129-5e-3 -0.01 5e-3 -0.025 0-0.031-0.17197-0.2089-0.36995-0.4028-0.56292-0.5937-0.093-0.092-0.18398-0.1939-0.28097-0.2809-0.028-0.025-0.065-0.038-0.094-0.063-0.20897-0.1819-0.42994-0.3398-0.65592-0.4996-0.055-0.038-0.10098-0.088-0.15598-0.125-0.07-0.046-0.14798-0.081-0.21897-0.1249-0.13498-0.084-0.26597-0.174-0.40595-0.2499-0.12298-0.067-0.24797-0.127-0.37495-0.1879-0.21397-0.102-0.43195-0.198-0.65592-0.2809-0.26596-0.099-0.53393-0.1799-0.8129-0.2499-0.24496-0.062-0.49693-0.118-0.7499-0.1559-0.39695-0.061-0.8049-0.094-1.2188-0.094m0 0.9996c0.29896 0 0.58493 0.027 0.87489 0.063 0.17998 0.023 0.35496 0.058 0.53093 0.094h0.031c0.16598 0.035 0.33796 0.079 0.49994 0.1249 0.096 0.027 0.18698 0.063 0.28097 0.094 0.17197 0.057 0.33395 0.1169 0.49993 0.1879 0.19398 0.08 0.37896 0.1528 0.56293 0.2498-0.031 0.01-0.063 0.021-0.094 0.031-0.047 0.017-0.11298 0.096-0.12498 0.1249-0.02 0.048 5e-3 0.115 0 0.188 0.038 0.017 0.06 0.089 0.12498 0.1249 0.025 0.014 0.041-0.01 0.063 0 0.038 0.021 0.07 0.087 0.063 0.1249-0.011 0.055-0.088 0.022-0.12498 0.063 6e-3 0.078-0.043 0.105-0.063 0.1559 0.012 0.033 0.057 0.024 0.063 0.063-7e-3 0.043-0.079 0.049-0.063 0.094 0.072 0.056 0.15098-0.022 0.21897-0.031 0.14898-0.019 0.28297 0.041 0.37495-0.031-0.012-0.071 0.10099-0.092 0.094-0.1559-6e-3 -0.048-0.09-0.061-0.12498-0.094-0.019-0.018-0.04-0.059-0.063-0.094-0.026-0.04-0.064-0.087-0.094-0.125-0.039-0.052-0.12498-0.1169-0.12498-0.1559 1e-3 -0.045 0.052-0.063 0.063-0.125-0.012-0.057-0.11699 0-0.12499-0.063 2e-3 -0.019 0.021-0.051 0.031-0.063 0.14998 0.082 0.29796 0.1789 0.43795 0.2809 0.032 0.021 0.062 0.041 0.094 0.063 0.10798 0.081 0.20697 0.17 0.31296 0.2499-0.067 0.012-0.10099 0.09-0.15598 0.156-0.038 0.046-0.099 0.1009-0.15598 0.1249-0.028 0.012-0.068-0.016-0.094 0-0.037 0.025-0.051 0.096-0.094 0.125-0.031 0.021-0.12399 0.094-0.15598 0.094-0.038 1e-3 -0.098-0.04-0.12499-0.031-0.04 0.013-0.017 0.077-0.063 0.094-0.088 0.031-0.24997-0.069-0.28096 0.063 0.038 0.076 0.15298 0.051 0.21897 0.094 0.042 0.026 0.11399 0.143 0.12498 0.1879 0.01 0.038 0.015 0.179 0 0.2189-0.041 0.106-0.15898 0.097-0.28096 0.094-0.034-1e-3 -0.063 0-0.094 0-0.20697-0.014-0.40695-0.085-0.49994 0.063 7e-3 0.1129 0.025 0.1829 0 0.2808-0.018 0.072-0.097 0.125-0.094 0.188 2e-3 0.032 0.055 0.082 0.063 0.1249 5e-3 0.023-0.011 0.073 0 0.094 0.034 0.066 0.12699-0.01 0.18798 0 0.059 0.01 0.12598 0.1209 0.12498 0.1879-1e-3 0.046-0.033 0.1119-0.063 0.1559-0.058 0.089-0.16698 0.077-0.24997 0.1249-0.07 0.039-0.084 0.1189-0.12498 0.1879-0.044 0.074-0.081 0.1109-0.063 0.2189-0.06 0.1179-0.12598 0.1939-0.24997 0.2499-0.037 0.017-0.092 0.039-0.12498 0.063-0.027 0.019-0.056 0.051-0.094 0.094-0.047 0.052-0.1 0.085-0.12499 0.125-0.019 0.031-0.01 0.084-0.031 0.1249-0.029 0.056-0.088 0.1-0.12498 0.1559-0.017 0.026-0.043 0.059-0.063 0.094-0.042 0.077-0.10099 0.1509-0.094 0.2189 7e-3 0.066 0.089 0.068 0.094 0.1249 4e-3 0.032-0.033 0.059-0.031 0.094 1e-3 0.051 0.027 0.086 0.031 0.1249 0.01 0.099-0.044 0.12-0.063 0.188-9e-3 0.032 8e-3 0.068 0 0.094-0.016 0.05-0.093 0.098-0.094 0.156-1e-3 0.042 0.059 0.097 0.063 0.1559 2e-3 0.04-0.038 0.057-0.031 0.094 0.014 0.073 0.16198 0.162 0.21897 0.2189 0.075 0.075 0.15498 0.139 0.18798 0.219 0.027 0.067 0.041 0.1678 0.094 0.2188 0.039 0.037 0.10598 0.054 0.15598 0.094 0.047 0.036 0.10698 0.055 0.15598 0.094 0.081 0.064 0.18297 0.1969 0.31296 0.1879 0.068-0.01 0.14198-0.05 0.21897-0.063 0.079-0.014 0.16998-0.039 0.24997-0.031 0.061 0.01 0.12398 0.066 0.18797 0.063 0.067 0 0.14299-0.061 0.21898-0.094 0.13198-0.057 0.33896-0.1529 0.53093-0.1249 0.14598 0.021 0.14898 0.2169 0.24997 0.2809 0.11798 0.01 0.21897-0.054 0.31296-0.031 0.07 0.017 0.14898 0.1319 0.15598 0.1879 7e-3 0.058-0.054 0.121-0.063 0.1559-0.018 0.078-0.017 0.169-0.031 0.2189-0.011 0.038-0.032 0.086-0.031 0.125 0 0.035 0.058 0.1419 0.094 0.1879 0.044 0.056 0.10299 0.096 0.15598 0.1559 0.087 0.109 0.15498 0.2359 0.21897 0.3749 0.017 0.037-0.016 0.077 0 0.1249-0.029 0.2239-0.10298 0.3769-0.24997 0.6247-0.069 0.08-0.15798 0.15-0.15598 0.2499-5e-3 0.2399 0.13599 0.3928 0.12499 0.6247-0.024 0.3118 0.024 0.3328 0 0.4997 0.10499 0.053 0.031 0.2329 0 0.3439-0.045 0.1319-0.1 0.1619-0.12499 0.2499 0.071 0.031 0.17098 0.019 0.24997 0 0 0 0.096 0.4008 0.094 0.4058-0.8069 0.7967-1.8188 1.3874-2.9376 1.7182-0.54993 0.1329-0.71291 0.1329-0.96888 0.1879-0.33395 0.055-0.68291 0.094-1.0309 0.094-0.24296 0-0.48293-0.01-0.71891-0.031-0.18197-0.018-0.35395-0.062-0.53093-0.094-0.053-0.01-0.10398-0.02-0.15598-0.031-0.16298-0.055-0.35095-0.088-0.49994-0.1249-0.16997-0.048-0.33495-0.096-0.49993-0.156 0.014-0.013 0.027-0.011 0.031-0.031 9e-3 -0.04 2e-3 -0.062 0-0.1249 0.015-0.065 0.08-0.058 0.094-0.1249-0.028-0.048-0.083-0.038-0.12498-0.063-0.041-0.024-0.068-0.074-0.063-0.125 0.07-0.029 0.19997 0.066 0.24996-0.031 0.025-0.046-0.034-0.1409 0-0.1879 0.023-0.031 0.16898-0.055 0.21898-0.063 0.071-0.012 0.14798-0.01 0.18797-0.031 0.044-0.029 0.10099-0.105 0.094-0.188-4e-3 -0.039-0.033-0.059-0.063-0.094-0.025-0.029-0.013-0.066-0.031-0.094-0.031-0.047-0.08-0.058-0.094-0.1249 0.096-0.019 0.23597 0.1019 0.37496 0.063 0.066-0.019 0.15698-0.188 0.18797-0.2499 0.01-0.019-0.01-0.04 0-0.063 0.012-0.026 0.059-0.049 0.063-0.063 0.01-0.036-8e-3 -0.071 0-0.094 0.024-0.068 0.085-0.075 0.12498-0.125 0.03-0.038 0.065-0.087 0.094-0.1249 0.031-0.041 0.042-0.089 0.063-0.125 0.02-0.1219-0.06-0.2059-0.031-0.3128 0.032-0.12 0.19598-0.165 0.31296-0.2189 0.04-0.019 0.092-0.05 0.12499-0.063 0.08-0.028 0.17598-0.036 0.24997-0.063 0.12498-0.046 0.15698-0.1669 0.21897-0.2809 0.029-0.054 0.057-0.1179 0.063-0.1559 5e-3 -0.035-7e-3 -0.053 0-0.094 6e-3 -0.04 0.02-0.081 0.031-0.1248 0.014-0.058 0.031-0.1539 0.031-0.2189 0-0.053-0.029-0.078-0.031-0.1249-9e-3 -0.173 0.061-0.218 0.12498-0.3129 0.032-0.047 0.04-0.091 0.063-0.125 0.10799-0.1609 0.29497-0.2259 0.28097-0.4688-5e-3 -0.08-0.035-0.2558-0.094-0.2808-0.034-0.015-0.10699-0.011-0.15598-0.031-0.15798-0.059-0.27397-0.2689-0.43795-0.2809-0.035 0-0.055 0.031-0.094 0.031-0.065 0-0.14698-0.053-0.21897-0.063-0.046-0.01-0.12898 0.013-0.15598 0-0.042-0.02-0.029-0.1019-0.063-0.1249-0.027-0.018-0.084-0.015-0.12498-0.031-0.066-0.025-0.11199-0.056-0.18798-0.063-0.023-1e-3 -0.067 0-0.094 0-0.042-0.01-0.086-0.04-0.12498-0.063-0.048-0.029-0.074-0.052-0.094-0.094 0.044-0.1439-0.096-0.1669-0.12498-0.2499-0.014-0.039 0.013-0.09 0-0.1249-0.017-0.05-0.071-0.084-0.12499-0.125-0.097-0.074-0.17398-0.1389-0.31296-0.1559-0.061-0.01-0.14498 0-0.21897 0-0.078-0.01-0.16098-0.058-0.21897-0.125-0.056-0.065-0.076-0.1249-0.12499-0.1559-0.047-0.03-0.12398-0.031-0.15598-0.063-0.014-0.014-0.017-0.031-0.031-0.063-0.023-0.048-0.061-0.098-0.031-0.156-0.053-0.027-0.035 0.072-0.094 0.063-0.052-0.074-0.10099-0.115-0.21897-0.094-0.054 0.01-0.093 0.06-0.15598 0.063-0.052 0-0.088-0.053-0.15598-0.063-0.052-0.01-0.11999 0.036-0.15598 0.031-0.057-0.011-0.073-0.059-0.12499-0.094-0.038-0.025-0.10398-0.095-0.12498-0.094-0.067 0-0.12598 0.1429-0.21897 0.094-0.045-0.057 0.085-0.071 0.031-0.125-0.04-0.041-0.061 0.01-0.094 0.031-0.037 0.025-0.084 0.047-0.12499 0.063-0.092 0.034-0.14698 0.025-0.21897 0.063-0.066 0.034-0.087 0.088-0.12499 0.156-0.031 0.056-0.079 0.1529-0.12498 0.1559-0.056 0-0.10599-0.072-0.15598-0.094-0.15298-0.066-0.24797 0.03-0.37495 0.031-0.11799 0-0.28697-0.1709-0.28097-0.2808 4e-3 -0.067 0.054-0.166 0.063-0.2499 6e-3 -0.066 0.062-0.127 0.063-0.1879 1e-3 -0.081-0.13499-0.147-0.18798-0.156-0.12498-0.023-0.29496 0.061-0.43794 0-0.027-0.045 0.047-0.081 0.063-0.1249 9e-3 -0.025-9e-3 -0.034 0-0.063 0.016-0.042 0.074-0.08 0.094-0.1249 0.015-0.034 0.016-0.082 0.031-0.125 0.017-0.049 0.059-0.091 0.063-0.1249 5e-3 -0.045-0.027-0.095-0.063-0.125-0.11098 0.01-0.18697 0-0.24997 0.031-0.14398 0.066-0.10598 0.2659-0.24997 0.3129-0.05 0.016-0.13298 0.021-0.18797 0.031-0.047 0.01-0.10699 0.032-0.15598 0.031-0.058-1e-3 -0.15298-0.057-0.18798-0.094-9e-3 -0.01-0.024-0.036-0.031-0.063 2e-3 -0.01-2e-3 -0.021 0-0.031 0.046-0.2229 0.093-0.4438 0.15598-0.6557 3e-3 -0.01-3e-3 -0.022 0-0.031 0.042-0.1389 0.10298-0.2699 0.15598-0.4058 0.013-0.01 0.019-0.023 0.031-0.031 0.077-0.053 0.15598-0.1189 0.24997-0.1249 0.057 0 0.16398 0.02 0.21897 0.031 0.05 0.01 0.082 0.059 0.12499 0.063 0.12298 0.01 0.14898-0.1029 0.24997-0.1559 0.10398 0.015 0.15598-0.01 0.24996 0 0.064 0.01 0.13799 0.09 0.18798 0.094 0.042 0 0.053-0.069 0.094-0.063 0.04 0.01 0.11898 0.1079 0.12498 0.1559 7e-3 0.06-0.048 0.122-0.031 0.1879 0.063 0.064 0.19097 0.056 0.28096 0.094 0.059-0.048 9e-3 -0.118 0-0.1879-2e-3 -0.031 4e-3 -0.066 0-0.094-6e-3 -0.048-0.031-0.084-0.031-0.1249-1e-3 -0.1899 0.15398-0.2999 0.28096-0.3749 0.055-0.033 0.10799-0.069 0.15598-0.094 0.067-0.034 0.1-0.063 0.15598-0.094 0.10099-0.057 0.20198-0.092 0.28097-0.1559 0.037-0.086-4e-3 -0.1959 0-0.2809 0.037-0.022 0.055 0 0.094 0 0.061-0.013 0.09-0.091 0.12499-0.1249 0.02-0.02 0.069-0.043 0.094-0.063 0.061-0.048 0.072-0.104 0.12498-0.125 0.019-0.01 0.064-0.017 0.094-0.031 0.04-0.011 0.092-0.04 0.15598-0.063 0.042-0.014 0.13998-0.015 0.15598-0.031 0.02-0.02-6e-3 -0.095 0-0.1249 0.032-0.151 0.27196-0.168 0.40595-0.2189 0.094-0.036 0.17798-0.114 0.28096-0.094-0.02 0.072-0.10998 0.038-0.094 0.1249 0.023 0.121 0.17598-0.013 0.21898-0.031 0.081-0.034 0.23697-0.055 0.34395-0.094 0.094-0.034 0.24497-0.08 0.15598-0.1879-0.074 0-0.092 0.066-0.15598 0.094-0.044 0.01-0.056-0.027-0.094-0.031-0.036 0-0.057 0.038-0.094 0.031-0.037-0.01-0.088-0.082-0.094-0.1249-0.015-0.111 0.10999-0.136 0.15598-0.2189-0.03-0.101-0.16598-0.024-0.24997-0.063 9e-3 -0.06 0.055-0.1139 0.12499-0.1249 0.057-0.01 0.18497 0.01 0.21897 0.031 0.02 0.017 0 0.066 0.031 0.094 0.034 0.031 0.081 0.01 0.12499 0 0.016-0.076-0.10599-0.043-0.094-0.094 0.09-0.059 0.26497-0.016 0.37495-0.031 0.063-0.01 0.13099-0.062 0.18798-0.094 0.054-0.03 0.099-0.081 0.15598-0.031 0.016 0.054-0.032 0.066-0.063 0.094-0.10199 0.091-0.20198 0.2069-0.28097 0.3128 0.049 0.048 0.13599 0.022 0.21898 0.031 0.032 0 0.06 0.025 0.094 0.031 0.04 0.01 0.094-0.012 0.12499 0 0.056 0.014 0.07 0.094 0.12498 0.094 0.091 0 0.083-0.125 0.031-0.1879 0.016-0.063 0.053-0.08 0.031-0.125-0.041-0.082-0.21097 0.014-0.21897-0.094-5e-3 -0.067 0.07-0.075 0.094-0.125-0.011-0.1289 0.10598-0.1349 0.094-0.2499-6e-3 -0.048-0.06-0.049-0.094-0.094-0.017-0.023-0.01-0.076-0.031-0.094-0.07-0.059-0.20997-0.044-0.21897-0.1559-4e-3 -0.066 0.01-0.115 0-0.1879-9e-3 -0.067-0.066-0.2679-0.12498-0.2809-0.075-0.016-0.12899 0.1139-0.21898 0.1559-0.049 0.023-0.13898 0.04-0.18797 0.031-0.032-0.01-0.089-0.032-0.094-0.094-6e-3 -0.07 0.05-0.082 0.063-0.1558-0.011-0.044-0.051-0.029-0.094-0.063-0.049-0.037-0.091-0.1159-0.15598-0.1249-0.033 0-0.093 0.029-0.12498 0.031-0.06 0-0.10599-0.015-0.15598-0.031 0.021-0.01 0.041-0.024 0.063-0.031 0.12198-0.042 0.24997-0.059 0.37495-0.094 0.022-0.01 0.041-0.025 0.063-0.031 0.031 0.033 0.056 0.1029 0.094 0.1249 0.025 0.014 0.063-0.01 0.094 0 0.098 0.03 0.17398 0.085 0.28097 0.063 0.037-0.065-0.074-0.074-0.031-0.125 0.072 0.01 0.13198 0.04 0.18798 0.063 0.077-0.056 0.12798-0.066 0.12498-0.1559-1e-3 -0.046-0.062-0.063-0.094-0.094 0.063-0.011 0.12399-0.022 0.18798-0.031 5e-3 0.017 0.021 0.03 0.031 0.031 0.038 0.01 0.16498-0.051 0.18797-0.063 4e-3 0-6e-3 -0.027 0-0.031 0.25297-0.027 0.52094-0.031 0.7809-0.031m-2.4997 0.4688c-0.023 0.043-0.047 0.079-0.094 0.094 0.012 0.065-0.084 0.1049-0.094 0.1558-6e-3 0.035-2e-3 0.094 0 0.125 0.02 0.3189-0.25096 0.4768-0.56293 0.4688-0.061 0.058-0.029 0.1699-0.063 0.2499-0.028 0.067-0.11998 0.1309-0.18797 0.1249-0.05 0-0.12499-0.079-0.12499-0.1249 0-0.057 0.081-0.091 0.031-0.156 7e-3 -0.044 0.10598-0.086 0.094-0.1559-0.012-0.074-0.096-0.019-0.18798-0.031-0.052-0.01-0.13298-0.037-0.18798-0.063 0.10099-0.067 0.20498-0.126 0.31296-0.188 0.094-0.056 0.18498-0.1049 0.28097-0.1559 0.25197-0.1269 0.52193-0.2438 0.7809-0.3437m5.3743 0.7495c-0.027 0-0.04 0.018-0.063 0.031-0.051 0.031-0.054 0.079-0.094 0.094-0.054 0.021-0.11698 0.01-0.12498 0.063-6e-3 0.041 0.033 0.055 0.031 0.094-0.02 0.049-0.053 0.066-0.063 0.1249 0.068 0.11 0.22897-0.01 0.31296-0.031 0.038-0.011 0.073 0 0.094-0.031 0.023-0.035 0.013-0.105 0.031-0.156 0.019-0.056 0.069-0.043 0.063-0.094-6e-3 -0.05-0.10599-0.102-0.18797-0.094m-7.3121 0.7807c0.061 0.016 0.19597 0.1929 0.063 0.2499-0.013 0.01-0.18698 0.036-0.21897 0.031-0.046-0.01-0.078-0.086-0.12499-0.094-0.092-0.016-0.21797 0.101-0.28096 0 0.016-0.059 0.086-0.043 0.15598-0.063 0.12498-0.034 0.29796-0.1529 0.40595-0.1249m0.24996 0.3128c0.031 0 0.056 0.059 0.094 0.063 0.036 0 0.072-0.036 0.094-0.031 0.056 0.015 0.084 0.115 0.031 0.156-0.044 0-0.061-0.037-0.094-0.031-0.091 0.016-0.11999 0.1929-0.18798 0.1879-0.064-0.01-0.096-0.1409-0.031-0.1879 2e-3 -0.04-0.033-0.054-0.031-0.094 0.02-0.025 0.072-0.066 0.12498-0.063m-0.31296 0.031c0.019 1e-3 0.024 0 0.031 0-9e-3 0.071-0.039 0.091-0.094 0.125-0.095 0.057-0.15698 0.1279-0.18797 0.2499-9e-3 0.036-0.11099 0.1339-0.15598 0.1249-0.10599-0.022 0.038-0.2199 0.063-0.2499 0.027-0.033 0.062-0.056 0.094-0.094 0.03-0.037 0.033-0.105 0.063-0.125 0.032-0.022 0.13198-0.033 0.18797-0.031m9.4988 0.031c0.048 0.013 0.058 0.069 0.094 0.094 0.027 0.018 0.064 0.012 0.094 0.031 0.035 0.022 0.054 0.06 0.094 0.094 0.056 0.047 0.13998 0.088 0.21897 0.125 0.016 0.01 0.044 0.023 0.063 0.031 0.055 0.071 0.10399 0.1449 0.15598 0.2189 6e-3 0.04 0.012 0.099 0.031 0.1249 0.052 0.071 0.13098 0.1319 0.18798 0.2189-1e-3 0.083 0.036 0.133 0.094 0.1559 0.073 0.124 0.14898 0.2479 0.21897 0.3748 0.029 0.058 0.035 0.1289 0.063 0.1879-0.021 0-0.043 0.01-0.063 0-0.066-0.116-0.40895-0.1389-0.43795 0.031-0.013 0.075 0.049 0.1749-0.063 0.1879-0.071 0.01-0.15298-0.073-0.24997-0.094-0.04-0.01-0.094 0.014-0.12498 0-0.073-0.025-0.062-0.1119-0.12498-0.1559-0.036-0.025-0.12999-0.056-0.18798-0.063h-0.094c-0.045-0.01-0.11798-0.01-0.15598-0.031-0.036-0.022-0.11599-0.062-0.12498-0.094-0.014-0.049 0.09-0.1139 0.094-0.1558 2e-3 -0.031-0.023-0.045-0.031-0.094-5e-3 -0.029 6e-3 -0.074 0-0.094-0.01-0.034-0.071-0.062-0.12499-0.063-0.048 0-0.084 0.03-0.12498 0.031-0.059 1e-3 -0.17698-0.037-0.24997-0.031-0.044 0-0.084 0.028-0.12499 0.031-0.11598 0.01-0.19097-0.01-0.28096 0-0.066 0-0.18898 0.034-0.24997 0.063-0.031 0.014-0.054 0.043-0.094 0.063-0.018 0.01-0.039 0.021-0.063 0.031-0.038 0.017-0.089 0.053-0.12498 0.063-0.052 0.013-0.12399 0-0.21898 0-0.068 0-0.18697-0.014-0.18797-0.094-1e-3 -0.1229 0.22697-0.072 0.34396-0.094 0.044-0.01 0.073-0.063 0.12498-0.094 0.025-0.015 0.039-0.015 0.063-0.031 0.04-0.028 0.11898-0.093 0.12498-0.1249 6e-3 -0.03-0.035-0.072-0.031-0.094 5e-3 -0.028 0.057-0.058 0.094-0.094 0.056-0.055 0.087-0.1199 0.15598-0.1559 0.047-0.025 0.13499-0.024 0.15599-0.063 5e-3 -0.043-1e-3 -0.055 0-0.094 0.029-0.027 0.038-0.058 0.063-0.063 0.072-0.016 0.13498 0.035 0.21897 0.031 0.036 0 0.086-0.01 0.12498-0.031 0.033-0.022 0.062-0.045 0.094-0.063 0.035-0.018 0.051-0.059 0.094-0.063 0.10499-0.01 0.17098 0.1239 0.21897 0.1879 0.04 0.053 0.15299 0.1189 0.21898 0.1559 0.037 0.021 0.084 0.045 0.12498 0.063 0.087 0.039 0.24697 0.1649 0.24997 0.2499 2e-3 0.042-0.038 0.054-0.031 0.094 0.066 0.011 0.12298-0.059 0.12498-0.1249 1e-3 -0.041-0.039-0.05-0.031-0.094 0.031-0.066 0.14798-0.01 0.18798-0.031-7e-3 -0.075-0.12398-0.086-0.18798-0.1249-0.034-0.021-0.058-0.048-0.094-0.063-0.052-0.021-0.11598-0.032-0.15598-0.063-0.038-0.029-0.057-0.08-0.094-0.1249-0.054-0.064-0.15798-0.073-0.12498-0.2189 0.016-0.022 0.037-0.069 0.063-0.063m-8.8119 0.2189h0.094c0.034 1e-3 0.08-0.018 0.094 0-0.022 0.088-0.21197 0.063-0.28096 0.031 4e-3 -0.033 0.05-0.027 0.094-0.031m-0.31296 0.156c0.023 0 0.039-0.01 0.063 0-0.062 0.052-0.14398 0.092-0.24997 0.1249-0.051 0.016-0.11598 0.025-0.12498-0.031-0.011-0.069 0.047-0.056 0.094-0.063 0.058-0.01 0.14999-0.029 0.21898-0.031m8.6869 0c-0.043 0.014-0.066 0.1129 0 0.1249 0.031-0.018 0.039-0.068 0.031-0.1249-0.017-0.018-0.017 0-0.031 0m-0.031 0.1879c-0.021 0.01-0.04 0.01-0.063 0.031 1e-3 0.075 0.015 0.1229 0 0.1879 0.043 0.082 0.13398 0.026 0.15598-0.031 0.026-0.1389-0.03-0.2049-0.094-0.1879m0.43795 0.3748c0.049 0.08 0.14098 0.137 0.24997 0.1559 0.04-0.03 0.044-0.1049 0.063-0.1559-0.047 1e-3 -0.097 0-0.15598 0-0.059 0-0.12198-0.028-0.15598 0m-11.687 2.6867c0.16398-0.01 0.21197 0.2159 0.34395 0.2809 0.033 0.017 0.082 0.022 0.12499 0.031 0.035 0.01 0.061 0.02 0.094 0.031 0.071 0.024 0.16198 0.01 0.21897 0.031 0.085 0.038 0.14598 0.2069 0.21897 0.2499 4e-3 0.043-0.013 0.093 0 0.1249 0.035 0.047 0.099 0.064 0.15598 0.094 0.068 0.037 0.092 0.1269 0.15598 0.1559 0.022 0.01 0.059-0.01 0.094 0 0.088 0.027 0.11199 0.1468 0.18798 0.1248 0.05-0.014 0.055-0.078 0.063-0.1248 0.033-0.036 0.074-0.093 0.12498-0.094 0.083 0 0.095 0.075 0.12499 0.1559 0.017 0.046 0.051 0.1079 0.063 0.1559 0.021 0.083 0.017 0.3249 0 0.3748-0.021 0.061-0.10599 0.089-0.15598 0.156-0.024 0.031-0.044 0.071-0.063 0.094-0.032 0.04-0.069 0.057-0.094 0.094-0.014 0.021-0.018 0.066-0.031 0.094-0.04 0.085-0.096 0.148-0.063 0.2499 0.014 0.042 0.062 0.076 0.063 0.125 0 0.058-0.11498 0.093-0.12498 0.1559-7e-3 0.047 0.048 0.126 0.063 0.1879 0.011 0.047 0.097 0.094 0.12498 0.125 0.047 0.053 0.082 0.1209 0.12499 0.1879 0.085 0.1299 0.13598 0.2799 0.21897 0.4058 0.043 0.066 0.12698 0.119 0.15598 0.1879 0.015 0.035-0.014 0.094 0 0.125 0.048 0.1079 0.26597 0.2279 0.37495 0.2809 0.051 0.025 0.10999 0 0.15598 0.031 0.071 0.039 0.21398 0.1569 0.24997 0.2189 0.032 0.056 0.047 0.1929 0.063 0.2808 0.021 0.117-5e-3 0.2169 0 0.3439 4e-3 0.069 0.03 0.1189 0.031 0.1879 0 0.024 1e-3 0.07 0 0.094-2e-3 0.083 7e-3 0.1659 0 0.2498-4e-3 0.046-3e-3 0.087 0 0.125 4e-3 0.041 0.028 0.057 0.031 0.094 2e-3 0.039-0.035 0.095-0.031 0.125 9e-3 0.084 0.077 0.1419 0.094 0.2189 0.013 0.061 0.039 0.2079 0.031 0.2809-5e-3 0.039-0.025 0.083-0.031 0.1249-4e-3 0.033 5e-3 0.062 0 0.094-6e-3 0.047-0.034 0.081-0.031 0.1249 6e-3 0.09 0.08 0.16 0.094 0.2499 5e-3 0.03-1e-3 0.065 0 0.094 1e-3 0.027 0.023 0.038 0.031 0.063-0.26297-0.1499-0.50894-0.3178-0.74991-0.4997-0.22897-0.173-0.45094-0.3639-0.65592-0.5628l-0.031-0.031c-0.20698-0.2039-0.41395-0.4278-0.59393-0.6557-0.10398-0.1319-0.21797-0.2669-0.31296-0.4058-0.056-0.083-0.10399-0.1639-0.15598-0.2499-0.032-0.051-0.063-0.104-0.094-0.1559-0.089-0.153-0.17297-0.3078-0.24997-0.4687-0.049-0.101-0.081-0.2079-0.12498-0.3129-0.10499-0.2479-0.20497-0.4888-0.28096-0.7497-0.054-0.1849-0.086-0.3708-0.12499-0.5627-0.03-0.146-0.073-0.2889-0.094-0.4378-0.011-0.081-0.023-0.168-0.031-0.2499-0.024-0.2349-0.031-0.4768-0.031-0.7186 0-0.3019 0.026-0.5837 0.063-0.8746 1e-3 -0.01-1e-3 -0.021 0-0.031 0.063 0 0.14899-0.092 0.21898-0.094m2.6877 0.7497c0.064-0.029 0.084 0.117 0.031 0.125-0.05 0.01-0.08-0.102-0.031-0.125" color="#eff0f1"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/preferences-icons.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,35 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <defs> + <linearGradient id="linearGradient4643-8" x2="0" y1="543.8" y2="502.66" gradientTransform="matrix(.66667 0 0 .63518 141.19 191.52)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#c6cdd1" offset="0"/> + <stop stop-color="#e0e5e7" offset="1"/> + </linearGradient> + <linearGradient id="linearGradient4183" x1="391.57" x2="406.57" y1="525.8" y2="540.8" gradientTransform="translate(13 -7)" gradientUnits="userSpaceOnUse"> + <stop offset="0"/> + <stop stop-opacity="0" offset="1"/> + </linearGradient> + </defs> + <g transform="translate(-384.57 -525.8)"> + <g transform="matrix(.625 0 0 .64286 137.09 199.43)"> + <rect x="397.57" y="510.8" width="32" height="28" rx="0" fill="url(#linearGradient4643-8)"/> + <path d="m398.57 536.8 30-20 1 1-1e-5 21-29 3e-5z" fill="url(#linearGradient4183)" fill-rule="evenodd" opacity=".2"/> + <rect x="397.57" y="537.8" width="32" height="1" fill="#99a1a7"/> + <rect x="397.57" y="510.8" width="32" height="4" fill="#566069"/> + <rect x="397.57" y="514.8" width="32" height="1" fill="#3daee9"/> + <rect x="398.57" y="516.8" width="30" height="20" fill="#fff"/> + <rect x="426.57" y="511.8" width="2" height="2" rx="1" fill="#eff0f1"/> + </g> + <g transform="matrix(.625 0 0 .64286 145.21 194.93)"> + <path transform="translate(384.57 515.8)" d="m4 11v6h7v-5h-3l-1-1z" fill="#7aabdc"/> + <path d="m388.57 534.8v6h7v-5h-3l-1-1z" fill="#7aabdc"/> + <path d="m398.57 526.8v6h5v-4l-2-2z" fill="#f95"/> + <path d="m401.57 526.8 2 2h-2z" fill="#d45500" fill-rule="evenodd"/> + <path d="m398.57 534.8v6h5v-4l-2-2z" fill="#71c837"/> + <path d="m401.57 534.8 2 2h-2z" fill="#447821" fill-rule="evenodd"/> + <rect x="406.57" y="526.8" width="6" height="6" rx="2.6e-5" fill="#333"/> + <rect x="407.57" y="528.8" width="4" height="2" rx="1" fill="#3daee9"/> + <rect x="409.57" y="528.8" width="2" height="2" rx="1" fill="#eff0f1"/> + </g> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/preferences-interface.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m2 1v20h12.857v-0.01225l0.010044 0.01225 5.1328-4.9902v-15.01h-18m1.2857 1.25h1.2857v13.75h-1.2857v-13.75m2.5714 0h12.857v12.5h-5.1429v1.25h-7.7143v-13.75m3.8571 1.25-2.5714 2.5 2.5714 2.5v-5m-6.4286 13.75h1.2857v2.5h-1.2857v-2.5m2.5714 0h7.7143v2.5h-7.7143v-2.5" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/preferences-keywords.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <g transform="matrix(1.6661 0 0 1.6654 -2.3239 -2.3092)" fill="#232629"> + <path d="m10.06 1.988c-2.175 0-3.939 1.762-3.939 3.936 0 0.591 0.134 1.15 0.367 1.652l-0.674 0.797-0.059 0.748c-6e-3 5e-3 -0.734 0.027-0.734 0.027l-0.375 0.271s3e-3 0.816 0 0.805v2e-3l-0.803 0.014-0.338 0.387-8e-3 0.732s-0.692-0.045-0.762 0.02v2e-3c-0.442 0.407-0.74 0.697-0.74 0.697l2e-3 1.918 0.633-4e-3h-0.26l5.104-5.102c0.307 0.267 0.662 0.474 1.041 0.637 0.476 0.205 0.993 0.334 1.545 0.334 2.176 0 3.939-1.763 3.939-3.938 0-2.174-1.763-3.936-3.939-3.936m0.752 1.877c0.725 0 1.313 0.587 1.313 1.313 0 0.725-0.587 1.313-1.313 1.313-0.725 0-1.314-0.587-1.314-1.313 0-0.725 0.589-1.313 1.314-1.313"/> + <path d="m10.814 3.865c-0.725 0-1.314 0.587-1.314 1.313 0 0.725 0.589 1.313 1.314 1.313s1.313-0.587 1.313-1.313c0-0.725-0.587-1.313-1.313-1.313m0 0.75c0.311 0 0.563 0.252 0.563 0.563 0 0.31-0.252 0.563-0.563 0.563s-0.564-0.252-0.564-0.563 0.254-0.563 0.564-0.563m-3.338 4.275-5.104 5.102h1.877l4.453-4.377c-0.454-0.168-0.868-0.413-1.227-0.725" opacity=".525"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/preferences-logviewer.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,32 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <linearGradient id="f" x1="2" x2="2" y1="27" y2="9" gradientTransform="matrix(.625 0 0 .64286 1 .71429)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#31363b" offset="0"/> + <stop stop-color="#4f575f" offset="1"/> + </linearGradient> + <linearGradient id="a"> + <stop stop-color="#292c2f" offset="0"/> + <stop stop-opacity="0" offset="1"/> + </linearGradient> + <radialGradient id="e" cx="12" cy="1" r="9.5" gradientTransform="matrix(0 .20301 -1.1842 -3.2143e-5 3.4344 4.0636)" gradientUnits="userSpaceOnUse" xlink:href="#a"/> + <radialGradient id="d" cx="2" cy="5.5" r="14.5" gradientTransform="matrix(0 .8867 -1.4224 0 10.073 6.6549)" gradientUnits="userSpaceOnUse" xlink:href="#a"/> + <linearGradient id="b" x2="0" y1="543.8" y2="502.66" gradientTransform="matrix(.41667 0 0 .40833 -159.24 -203.25)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#c6cdd1" offset="0"/> + <stop stop-color="#e0e5e7" offset="1"/> + </linearGradient> + <linearGradient id="c" x1="7" x2="22" y1="10" y2="25" gradientTransform="matrix(.625 0 0 .64286 1 .71429)" gradientUnits="userSpaceOnUse"> + <stop offset="0"/> + <stop stop-opacity="0" offset="1"/> + </linearGradient> + <path d="m1 2h20v18h-20z" fill="url(#b)" stroke-width=".63387"/> + <path d="m1.625 18.714 18.75-12.857 0.625 0.64286v13.5h-18.125z" fill="url(#c)" fill-rule="evenodd" opacity=".2" stroke-width=".63387"/> + <path d="m1 2h20v2.5714h-20z" fill="#566069" stroke-width=".63387"/> + <path d="m1 4.5714h20v0.64286h-20z" fill="#3daee9" stroke-width=".63387"/> + <path d="m1.625 5.8571h18.75v12.857h-18.75z" fill="#eff0f1" stroke-width=".63387"/> + <rect x="19.125" y="2.6429" width="1.25" height="1.2857" rx=".625" fill="#eff0f1" stroke-width=".63387"/> + <path d="m2.25 18.071 0.625 0.64286h17.5v-9.6429l-0.625-0.64286z" fill="url(#d)" opacity=".2" stroke-width=".63387"/> + <path d="m2.25 8.4286h17.5v9.6429h-17.5z" fill="#fcfcfc" stroke-width=".63387"/> + <path d="m2.25 7.1429 1.25 1.2857h10v-1.2857l-0.625-0.64286z" fill="url(#e)" opacity=".2" stroke-width=".63387"/> + <path d="m2.25 6.5h11.25v0.64286h-11.25z" fill="#fcfcfc" stroke-width=".63387"/> + <path d="m2.25 6.5h5.625v0.64286h-5.625zm0 10.929h2.5v0.64286h-2.5zm3.75 0h7.5v0.64286h-7.5zm-3.75-1.2857h2.5v0.64286h-2.5zm3.75 0h8.75v0.64286h-8.75zm-3.75-1.2857h2.5v0.64286h-2.5zm3.75 0h7.5v0.64286h-7.5zm-3.75-1.2857h2.5v0.64286h-2.5zm3.75 0h8.75v0.64286h-8.75zm-3.75-1.2857h2.5v0.64286h-2.5zm3.75 0h6.25v0.64286h-6.25zm-3.75-1.2857h2.5v0.64286h-2.5zm3.75 0h10v0.64286h-10zm-3.75-1.2857h2.5v0.64286h-2.5zm3.75 0h11.25v0.64286h-11.25zm-3.75-1.2857h2.5v0.64286h-2.5zm3.75 0h7.5v0.64286h-7.5z" fill="url(#f)" stroke-width=".63387"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/preferences-mail_generic.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <g transform="translate(-421.71 -525.79)" fill="#232629"> + <path class="ColorScheme-Text" d="m422.71 528.79v1 14 0.41406 0.58594h1 19v-0.58594-0.41406-1-14h-0.0488-0.95117-17.537-0.46289-1zm1 1h0.0488l5.9746 5.9766-6.0234 6.0234v-12zm1.4629 0h15.074l-7.5371 7.5371-7.5371-7.5371zm16.488 0h0.0488v12l-6.0234-6.0234 5.9746-5.9766zm-11.221 6.6836 2.2695 2.2676 2.2695-2.2676 6.7305 6.7305v0.58594h-18v-0.58594l6.7305-6.7305z" fill="#232629"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/preferences-mimetypes.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path d="m2 1v20h11.571v-1.25h-10.286v-17.5h10.286v5h5.1429v7.5h1.2857v-8.7598l-5.1328-4.9902-0.01004 0.012207v-0.012207h-11.571z" fill="#232629"/> + <path d="m13.571 20.401h5.8129v-5.6514" fill="none" stroke="#232629" stroke-width="1.2142px"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/preferences-mouse-click-handler.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + } + .ColorScheme-Highlight { + color:#3daee9; + }</style> + <rect class="ColorScheme-Highlight" x="9" y="2" width="4" height="7" color="#3daee9" fill="currentColor" fill-rule="evenodd"/> + <path class="ColorScheme-Text" d="m9.75 1a6.25 6.25 0 0 0-6.25 6.25v7.5a6.25 6.25 0 0 0 6.25 6.25h2.5a6.25 6.25 0 0 0 6.25-6.25v-7.5a6.25 6.25 0 0 0-6.25-6.25zm0 1.25h2.5a5 5 0 0 1 5 5v7.5a5 5 0 0 1-5 5h-2.5a5 5 0 0 1-5-5v-7.5a5 5 0 0 1 5-5z" color="#eff0f1" fill="#232629" stroke-width="1.25"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/preferences-multiproject.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <g fill="#232629"> + <path class="ColorScheme-Text" d="m2.1875 11.5v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/> + <path class="ColorScheme-Text" d="m2.1875 1v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/> + <path class="ColorScheme-Text" d="m12.688 11.5v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/> + <path class="ColorScheme-Text" d="m12.688 1v1.1875h-1.1875v1.7812h1.1875v3.5625h-1.1875v1.7812h1.1875v1.1875h8.3125v-9.5zm0.59375 0.59375h7.125v1.1875h-7.125v-0.59375zm0 1.7812h7.125v6.5312h-7.125z" color="#eff0f1"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/preferences-network.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,34 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <defs> + <linearGradient id="linearGradient856" x1="8" x2="8" y1="25" y2="11" gradientUnits="userSpaceOnUse" xlink:href="#e"/> + </defs> + <linearGradient id="e" x1="8" x2="8" y1="25" y2="11" gradientUnits="userSpaceOnUse"> + <stop stop-color="#2e3436" offset="0"/> + <stop stop-color="#555753" offset="1"/> + </linearGradient> + <linearGradient id="a"> + <stop offset="0"/> + <stop stop-opacity="0" offset="1"/> + </linearGradient> + <linearGradient id="b" x2="0" y1="543.8" y2="502.66" gradientTransform="matrix(.66667 0 0 .63518 128.19 198.52)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#c6cdd1" offset="0"/> + <stop stop-color="#e0e5e7" offset="1"/> + </linearGradient> + <linearGradient id="c" x1="391.57" x2="406.57" y1="525.8" y2="540.8" gradientUnits="userSpaceOnUse" xlink:href="#a"/> + <linearGradient id="d" x1="11" x2="25" y1="14" y2="28" gradientTransform="matrix(.625 0 0 .64286 1 .71429)" gradientUnits="userSpaceOnUse" xlink:href="#a"/> + <g transform="matrix(.625 0 0 .64286 -239.36 -330.87)"> + <path d="m384.57 517.8h32v28h-32z" fill="url(#b)"/> + <path d="m385.57 543.8 30-20 1 1v21h-29z" fill="url(#c)" fill-rule="evenodd" opacity=".2"/> + <path d="m384.57 517.8h32v4h-32z" fill="#566069"/> + <path d="m384.57 521.8h32v1h-32z" fill="#3daee9"/> + <path d="m385.57 523.8h30v20h-30z" fill="#fff"/> + <rect x="413.57" y="518.8" width="2" height="2" rx="1" fill="#eff0f1"/> + </g> + <path d="m6 7.7857h10l4.375 4.5v6.4286h-10.625l-3.75-3.8571z" fill="url(#d)" opacity=".2" stroke-width=".63387"/> + <path d="m6.625 8.4286h8.75v5.7857h-8.75z" fill="#fcfcfc" stroke-width=".63387"/> + <g transform="matrix(.625 0 0 .64286 1 .71429)" fill="url(#linearGradient856)"> + <path d="m16 12a9 9 0 0 0-7.877 4.668c0.129 0.364 0.357 0.677 0.656 0.908a8 8 0 0 1 7.221-4.576 4 4 0 0 0-4 4 4 4 0 0 0 4 4 4 4 0 0 0 4-4 4 4 0 0 0-3.65-3.982 8 8 0 0 1 6.87 4.558c0.302-0.234 0.533-0.55 0.66-0.918a9 9 0 0 0-7.88-4.658zm0 2a3 3 0 0 1 3 3 3 3 0 0 1-3 3 3 3 0 0 1-3-3 3 3 0 0 1 3-3zm0 1a2 2 0 0 0-2 2 2 2 0 0 0 2 2 2 2 0 0 0 2-2 2 2 0 0 0-0.09-0.588 1 1 0 0 1-0.91 0.588 1 1 0 0 1-1-1 1 1 0 0 1 0.59-0.91 2 2 0 0 0-0.59-0.09z"/> + <path d="m8 11v11h7v2h-3v1h8v-1h-3v-2h7v-11h-15zm1 1h14v9h-14z"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/preferences-notifications.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg"> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + <path class="ColorScheme-Text" d="m8.7751 17.25a2.5714 2.5 0 0 0-0.34654 1.25 2.5714 2.5 0 0 0 2.5714 2.5 2.5714 2.5 0 0 0 2.5714-2.5 2.5714 2.5 0 0 0-0.34905-1.25zm2.2249-16.25a1.2857 1.25 0 0 0-1.2857 1.25 1.2857 1.25 0 0 0 0.0126 0.16113 5.1429 5 0 0 0-3.8697 4.8389c0 3.75-1.2857 5-3.8571 7.5v1.25h18v-1.25c-2.5714-2.5-3.8571-3.75-3.8571-7.5a5.1429 5 0 0 0-3.8697-4.8389 1.2857 1.25 0 0 0 0.012557-0.16113 1.2857 1.25 0 0 0-1.2857-1.25zm0 2.5a3.8571 3.75 0 0 1 3.8571 3.75c0 3.75 0.75335 5 3.3248 7.5h-14.364c2.5714-2.5 3.3248-3.75 3.3248-7.5a3.8571 3.75 0 0 1 3.8571-3.75z" color="#eff0f1" fill="#232629" fill-rule="evenodd" stroke-width="1.2677"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/preferences-orbit.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" enable-background="new 0 0 1000 1000" version="1.1" viewBox="0 0 22 22" xml:space="preserve" xmlns="http://www.w3.org/2000/svg"> + +<g transform="matrix(.020408 0 0 .020401 .79577 .79924)" fill="#232629"><g transform="matrix(.1 0 0 -.1 0 511)" fill="#232629"><path d="m8366.8 5001c-345.6-42.7-837.7-189.1-1262.6-376.1-207.4-89.5-209.4-91.5-250.1-52.9-24.4 22.4-93.5 65.1-154.5 97.6-101.7 50.8-132.2 56.9-315.1 56.9-166.7 0-221.6-8.1-298.9-44.7-134.2-61-290.7-213.5-355.8-349.7-48.8-99.6-56.9-138.3-56.9-309v-193.2l-172.8-120c-95.6-65.1-270.4-193.2-392.4-282.6-213.5-158.6-235.8-193.2-126.1-195.2 22.4 0 117.9-26.4 213.5-59l172.8-59 512.4 362 115.9-69.1c227.7-136.2 479.8-148.4 711.6-34.6 248 122 380.2 335.5 394.4 636.4l8.1 174.8 217.6 93.5c951.5 404.6 1650.9 437.1 1964.1 89.5 278.5-309 282.6-925.1 12.2-1742.4-341.7-1032.9-1026.8-2161.3-2010.9-3312.1-453.4-528.6-1238.2-1293.1-1797.3-1748.5l-158.6-128.1-93.5 71.2c-195.2 150.5-394.4 215.5-660.8 215.5-298.9 0-549-103.7-764.5-317.2-260.2-260.2-372.1-662.8-280.6-1012.5 18.3-67.1 28.5-122 24.4-126-22.4-22.4-585.6-278.6-766.5-349.7-803.1-311.1-1482.2-390.4-1864.4-217.6-453.4 205.3-546.9 764.5-270.4 1626.5 69.1 211.4 213.5 563.2 319.2 770.6l59 117.9 183 4c150.5 2.1 199.2 12.2 292.8 57 225.7 109.8 390.4 343.6 418.8 591.6 16.3 144.4-30.5 335.5-113.9 461.5l-56.9 85.4 115.9 164.7 117.9 162.7-54.9 174.9c-30.5 95.6-63 205.4-73.2 244l-18.3 67.1-164.7-219.7c-89.5-122-185-254.1-211.5-292.8l-44.7-71.2h-207.4c-178.9 0-219.6-6.1-319.2-52.9-246-115.9-410.7-370-412.7-636.4 0-180.9 30.5-284.6 122-420.9l71.2-107.8-111.8-233.8c-752.3-1575.7-597.8-2671.6 414.8-2944 203.3-56.9 729.9-50.8 1034.9 10.2 453.4 91.5 925.1 256.2 1472 518.5l300.9 142.3 75.2-71.2c164.7-158.6 390.4-256.2 636.4-274.5 514.4-38.6 975.9 282.6 1124.4 784.8 46.8 160.6 42.7 433.1-10.2 601.8-34.6 113.8-36.6 142.3-14.2 162.7 14.2 12.2 136.2 113.8 268.4 225.7 1783 1476.2 3257 3458.6 3814.1 5127.8 160.6 481.9 211.5 760.4 211.5 1173.2 2 392.4-20.3 508.3-142.3 760.4-132.2 270.4-410.7 488-721.8 561.2-168.8 38.6-475.8 52.8-669 30.5zm-1838-703.5c152.5-73.2 217.5-300.9 126-435.1-77.2-111.8-148.4-152.5-270.4-152.5s-193.2 38.6-270.4 154.5c-61 87.4-54.9 244 12.2 337.5 85.5 120 262.3 162.7 402.6 95.6zm-5178.5-5081c154.5-79.3 215.5-248 148.4-402.6-56.9-128.1-148.4-187.1-288.7-187.1-187.1 0-309 120-309 307 0 231.9 248 386.4 449.3 282.7zm3523.5-1960c126.1-61 246-178.9 315.1-311.1 50.8-95.6 56.9-128.1 56.9-300.9 0-162.7-8.1-207.4-46.8-280.6-73.2-136.2-199.2-262.3-327.3-323.3-95.6-48.8-140.3-56.9-276.5-56.9-276.5 0-483.9 128.1-603.9 372.1-59 120-67.1 154.5-67.1 298.9 2 120 12.2 187.1 44.7 256.2 75.2 166.7 231.8 311.1 410.7 378.2 112 40.6 376.3 24.4 494.2-32.6z"/><path d="m3987.4 2874.2c-894.6-176.9-1579.8-868.2-1750.6-1762.8-38.6-207.4-38.6-593.7 0-801.1 170.8-904.8 880.4-1608.2 1777-1764.8 211.5-36.6 571.3-38.7 774.6-2.1 839.7 150.6 1516.8 778.9 1744.5 1614.5 46.8 176.9 52.9 233.8 52.9 553 2 327.3-2.1 372.1-54.9 557.1-233.8 843.8-902.7 1461.9-1740.4 1608.3-209.5 36.6-614.1 36.6-803.1-2.1z"/></g></g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/preferences-pluginmanager.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m4.3333 3v1.6h-3.3333v14.4h20v-14.4h-3.3333v-1.6h-5v1.6h-3.3333v-1.6zm-1.6667 3.2h16.667v11.2h-16.667z" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/preferences-printer.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m3.5 1v6.25h-2.5v10h5v3.75h10v-3.75h5v-10h-2.5v-6.25h-15m1.25 1.25h12.5v5h-1.25v-1.25h-10v1.25h-1.25v-5m1.25 1.25v1.25h10v-1.25h-10m-3.75 5h17.5v7.5h-2.5v-2.5h-12.5v2.5h-2.5v-7.5m12.5 1.25v1.25h3.75v-1.25h-3.75m-7.5 7.5h7.5v2.5h-7.5v-2.5" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/preferences-project.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m3.5 1v2.5h-2.5v3.75h2.5v7.5h-2.5v3.75h2.5v2.5h17.5v-20zm1.25 1.25h15v2.5h-15v-1.25zm0 3.75h15v13.75h-15z" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/preferences-properties.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m1 1v20h20v-20h-20m1.25 5h17.5v13.75h-17.5v-13.75m1.25 1.25v11.25h6.25v-11.25h-6.25m7.5 1.25v1.25h7.5v-1.25h-7.5m0 3.75v1.25h5v-1.25h-5m0 3.75v1.25h2.5v-1.25h-2.5" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/preferences-pyDebugger.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" fill="none" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <path d="m3.02 14.502-0.00271-0.04081c8.7e-4 0.01361 0.00178 0.02722 0.00271 0.04081z" fill="#c5c5c5"/> + <g transform="matrix(1.4368 0 0 1.4654 -.43678 -47.874)" fill="#232629"> + <path d="m7.2577 40.905-1.7701-1.7791 0.59162-0.59161 1.8718 1.8812 1.8451-1.8451 0.59165 0.5916-1.77 1.77 1.7701 1.7791-0.59161 0.5916-1.8717-1.8813-1.8451 1.8451-0.59161-0.5916z"/> + <path d="m10.878 36.27v0.58167h0.7849l1.6579-1.6579 0.5916 0.59161-1.5698 1.5698 0.0189 0.04949c0.3304 0.86212 0.5165 1.8351 0.5165 2.8653 0 0.1957-0.0067 0.38933-0.0199 0.58053l-3e-3 0.04364h2.0654v0.83666h-2.1705l-0.0061 0.03349c-0.1764 0.96445-0.5195 1.8438-0.9869 2.5838l-0.0347 0.0551 1.9964 2.0065-0.5931 0.5901-1.9098-1.9194-0.0577 0.0645c-0.8627 0.965-1.9806 1.5435-3.1984 1.5435-1.2367 0-2.3704-0.5966-3.2384-1.5887l-0.05749-0.0657-1.8717 1.8717-0.59162-0.5916 1.9632-1.9632-0.03399-0.055c-0.45068-0.729-0.782-1.5897-0.95424-2.5316l-0.00612-0.03349h-2.1688v-0.83666h2.0637l-3e-3 -0.04364c-0.01315-0.1912-0.01986-0.38483-0.01986-0.58053 0-1.0167 0.18128-1.9778 0.50362-2.8315l0.01857-0.04919-1.6109-1.619 0.59311-0.59012 1.6631 1.6715h0.83249v-0.58167c0-1.6118 1.3066-2.9183 2.9183-2.9183s2.9183 1.3066 2.9183 2.9183zm-5 0v0.58167h4.1633v-0.58167c0-1.1497-0.93196-2.0817-2.0816-2.0817s-2.0817 0.93199-2.0817 2.0817zm5.7163 1.4712-0.0199-0.0529h-7.2295l-0.0199 0.0529c-0.28341 0.75313-0.44701 1.6105-0.44701 2.5288 0 1.6099 0.50298 3.0339 1.274 4.0363 0.77037 1.0015 1.771 1.5454 2.8076 1.5454s2.0373-0.5439 2.8076-1.5454c0.7711-1.0024 1.274-2.4263 1.274-4.0363 0-0.91822-0.1636-1.7756-0.447-2.5288z" clip-rule="evenodd" fill-rule="evenodd"/> + </g> + <g transform="matrix(.49556 0 0 .49631 10.566 10.555)"> + <path d="m9.3333 1c-1.8467 0-3.3333 1.4867-3.3333 3.3333h5v1.6667h-6.6667c-1.8467 0-3.3333 1.4867-3.3333 3.3333v3.3333c0 1.8467 1.4867 3.3333 3.3333 3.3333v-1.6667c0-1.4812 0.64983-2.7937 1.6667-3.7077 0.00113-1e-3 0.00211-0.0023 0.00325-0.0032 0.22024-0.19762 0.45764-0.37623 0.70964-0.53385 0.00205-0.0013 0.00445-2e-3 0.00651-0.0033 0.24818-0.15476 0.50993-0.28704 0.7845-0.39715 0.049445-0.0194 0.10278-0.030962 0.15299-0.048825 0.23327-0.084875 0.47095-0.16243 0.71941-0.21159 0.31035-0.05985 0.6287-0.0944 0.95703-0.0944h6.6667v-5c0-1.8467-1.4866-3.3333-3.3333-3.3333zm0 0.83333c0.46167 0 0.83333 0.37167 0.83333 0.83333s-0.37167 0.83333-0.83333 0.83333-0.83333-0.37167-0.83333-0.83333 0.37167-0.83333 0.83333-0.83333zm8.3333 4.1667v1.6667c0 1.4812-0.65308 2.7969-1.6699 3.7109-0.22024 0.19763-0.45764 0.37622-0.70964 0.53385-2e-3 0.0013-0.0045 2e-3 -0.0065 0.0033-0.24818 0.15475-0.50993 0.28703-0.7845 0.39714-0.04945 0.0194-0.10279 0.03098-0.153 0.04883-0.23328 0.08488-0.47096 0.16244-0.71941 0.21159-0.31035 0.05985-0.6287 0.0944-0.95703 0.0944h-6.6667v5c0 1.8466 1.4866 3.3333 3.3333 3.3333h3.3333c1.8467 5e-6 3.3333-1.4867 3.3333-3.3333h-5v-1.6667h6.6667c1.8467 0 3.3333-1.4867 3.3333-3.3333v-3.3333c0-1.8467-1.4867-3.3333-3.3333-3.3333zm-5 12.5c0.46167 0 0.83333 0.37167 0.83333 0.83333 0 0.46167-0.37167 0.83333-0.83333 0.83333-0.46167 0-0.83333-0.37167-0.83333-0.83333 0-0.46167 0.37167-0.83333 0.83333-0.83333z" fill="#f59e16" stroke-width="1.6667"/> + <path d="m3.6449 15.905c-1.0799-0.23814-1.9515-0.96024-2.3667-1.9609-0.23798-0.57353-0.2435-0.6405-0.2435-2.9573 0-2.4426-4.382e-4 -2.4387 0.35679-3.1674 0.15485-0.31587 0.27272-0.47309 0.59404-0.79237 0.61042-0.60654 1.1535-0.87745 1.9611-0.97826 0.24461-0.030533 1.6685-0.0493 3.7405-0.0493h3.3455v-1.678h-5.025l0.020892-0.19809c0.043445-0.41194 0.12282-0.76663 0.2315-1.0344 0.28459-0.70131 0.91079-1.3795 1.5731-1.7036 0.70139-0.34329 0.70088-0.34322 2.9604-0.36191 1.3056-0.010799 2.1368 0.00118 2.3472 0.033828 0.74508 0.1156 1.36 0.42821 1.8771 0.95435 0.38217 0.3888 0.62886 0.78959 0.80494 1.3078l0.12671 0.37288 0.02794 5.6165-3.4628 2.797e-4c-3.7992 2.8e-4 -3.9821 0.010868-4.7579 0.27498-1.6385 0.55781-2.833 1.853-3.3061 3.5847-0.084508 0.30932-0.10069 0.52546-0.11839 1.5818l-0.020511 1.2235-0.19356-0.0037c-0.10646-2e-3 -0.31941-0.03146-0.47322-0.06537zm5.9786-12.448c0.23032-0.096235 0.37788-0.23824 0.48202-0.46388 0.10874-0.23561 0.10887-0.41585 4.85e-4 -0.65447-0.22285-0.4906-0.79509-0.6686-1.2228-0.38036-0.57245 0.38577-0.50672 1.1986 0.11993 1.4832 0.23169 0.10524 0.39574 0.10933 0.62037 0.015472z" fill="#59f" stroke="#59f" stroke-width=".18644"/> + <path d="m3.8769 16.021c-1.2932-0.19009-2.3276-1.0581-2.7783-2.3311-0.10462-0.29556-0.10766-0.35367-0.12435-2.3767-0.02134-2.5866-0.0035742-2.7756 0.32413-3.4486 0.20725-0.42558 0.2898-0.53952 0.64158-0.88559 0.46207-0.45457 0.84593-0.697 1.3787-0.87072 0.35486-0.11571 0.44157-0.12338 1.7945-0.15867 0.78189-0.020394 2.4127-0.038555 3.6239-0.040356l2.2023-0.00327v-1.4915h-5.017l0.039441-0.33792c0.082337-0.70546 0.25768-1.1849 0.61798-1.6898 0.42952-0.60191 1.1146-1.096 1.8194-1.3123 0.25572-0.078458 0.47917-0.085803 2.6102-0.085803h2.3305l0.37288 0.12699c0.53022 0.18057 0.9215 0.42591 1.3262 0.83156 0.39706 0.398 0.6012 0.71448 0.81882 1.2694l0.14988 0.38221 0.05924 5.803h-3.4512c-2.1311 0-3.6243 0.01902-3.9038 0.049728-1.8332 0.20141-3.4435 1.5466-4.0833 3.4109-0.16642 0.48492-0.2114 0.87998-0.21359 1.8762-0.00101 0.46144-0.015071 0.9491-0.031236 1.0837-0.032921 0.27408-0.022253 0.2699-0.50691 0.19866zm5.8238-12.697c0.22793-0.13357 0.39978-0.41605 0.39978-0.65711 0-0.38236-0.38671-0.76907-0.76907-0.76907-0.37964 0-0.76907 0.38942-0.76907 0.76907 0 0.22876 0.1764 0.52469 0.38858 0.65187 0.25028 0.15002 0.49975 0.15176 0.74977 0.00524z" fill="#59f" stroke="#59f" stroke-width=".18644"/> + <path d="m8.4791 20.868c-1.1305-0.3003-2.0097-1.1819-2.3497-2.3563-0.10661-0.36823-0.10735-0.38954-0.10735-3.0975v-2.7267l3.7521-0.0245c4.0868-0.02668 3.7551-0.0052 4.6099-0.299 0.68486-0.23541 1.3543-0.67684 1.9039-1.2554 0.75974-0.7998 1.219-1.7686 1.3618-2.8724 0.02487-0.19227 0.04587-0.77332 0.04666-1.2912l0.0014-0.94166 0.2447 0.025284c1.4235 0.14709 2.5831 1.1278 2.928 2.4764 0.0826 0.32295 0.09004 0.52992 0.09004 2.5022 0 2.3009-0.0047 2.3571-0.24808 2.9596-0.38832 0.96139-1.3874 1.7661-2.4289 1.9562-0.18272 0.03336-1.4679 0.0505-3.7871 0.0505h-3.5105v1.7246h4.9873v0.15458c0 0.69752-0.41873 1.6179-0.98356 2.1619-0.43106 0.41516-0.71671 0.5953-1.2587 0.79375l-0.34464 0.1262-2.2839 0.0118c-2.1321 0.01102-2.3065 0.0058-2.6234-0.07838zm4.5484-0.76527c0.14329-0.07486 0.34581-0.28173 0.42313-0.43224 0.07192-0.13999 0.06565-0.49923-0.01187-0.68041-0.23374-0.54628-0.98118-0.67393-1.3894-0.23729-0.15562 0.16644-0.22436 0.34315-0.22436 0.57672 0 0.33492 0.19378 0.64097 0.48941 0.77292 0.18463 0.08241 0.55566 0.08257 0.71312 3.26e-4z" fill="#fd5" stroke="#fd5" stroke-width=".18644"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/preferences-python.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg"> + <path d="m9.3333 1c-1.8467 0-3.3333 1.4867-3.3333 3.3333h5v1.6667h-6.6667c-1.8467 0-3.3333 1.4867-3.3333 3.3333v3.3333c0 1.8467 1.4867 3.3333 3.3333 3.3333v-1.6667c0-1.4812 0.64983-2.7937 1.6667-3.7077 0.00113-1e-3 0.00211-0.0023 0.00325-0.0032 0.22024-0.19762 0.45764-0.37623 0.70964-0.53385 0.00205-0.0013 0.00445-2e-3 0.00651-0.0033 0.24818-0.15476 0.50993-0.28704 0.7845-0.39715 0.049445-0.0194 0.10278-0.030962 0.15299-0.048825 0.23327-0.084875 0.47095-0.16243 0.71941-0.21159 0.31035-0.05985 0.6287-0.0944 0.95703-0.0944h6.6667v-5c0-1.8467-1.4866-3.3333-3.3333-3.3333zm0 0.83333c0.46167 0 0.83333 0.37167 0.83333 0.83333s-0.37167 0.83333-0.83333 0.83333-0.83333-0.37167-0.83333-0.83333 0.37167-0.83333 0.83333-0.83333zm8.3333 4.1667v1.6667c0 1.4812-0.65308 2.7969-1.6699 3.7109-0.22024 0.19763-0.45764 0.37622-0.70964 0.53385-2e-3 0.0013-0.0045 2e-3 -0.0065 0.0033-0.24818 0.15475-0.50993 0.28703-0.7845 0.39714-0.04945 0.0194-0.10279 0.03098-0.153 0.04883-0.23328 0.08488-0.47096 0.16244-0.71941 0.21159-0.31035 0.05985-0.6287 0.0944-0.95703 0.0944h-6.6667v5c0 1.8466 1.4866 3.3333 3.3333 3.3333h3.3333c1.8467 5e-6 3.3333-1.4867 3.3333-3.3333h-5v-1.6667h6.6667c1.8467 0 3.3333-1.4867 3.3333-3.3333v-3.3333c0-1.8467-1.4867-3.3333-3.3333-3.3333zm-5 12.5c0.46167 0 0.83333 0.37167 0.83333 0.83333 0 0.46167-0.37167 0.83333-0.83333 0.83333-0.46167 0-0.83333-0.37167-0.83333-0.83333 0-0.46167 0.37167-0.83333 0.83333-0.83333z" fill="#f59e16" stroke-width="1.6667"/> + <path d="m3.6449 15.905c-1.0799-0.23814-1.9515-0.96024-2.3667-1.9609-0.23798-0.57353-0.2435-0.6405-0.2435-2.9573 0-2.4426-4.382e-4 -2.4387 0.35679-3.1674 0.15485-0.31587 0.27272-0.47309 0.59404-0.79237 0.61042-0.60654 1.1535-0.87745 1.9611-0.97826 0.24461-0.030533 1.6685-0.0493 3.7405-0.0493h3.3455v-1.678h-5.025l0.020892-0.19809c0.043445-0.41194 0.12282-0.76663 0.2315-1.0344 0.28459-0.70131 0.91079-1.3795 1.5731-1.7036 0.70139-0.34329 0.70088-0.34322 2.9604-0.36191 1.3056-0.010799 2.1368 0.00118 2.3472 0.033828 0.74508 0.1156 1.36 0.42821 1.8771 0.95435 0.38217 0.3888 0.62886 0.78959 0.80494 1.3078l0.12671 0.37288 0.02794 5.6165-3.4628 2.797e-4c-3.7992 2.8e-4 -3.9821 0.010868-4.7579 0.27498-1.6385 0.55781-2.833 1.853-3.3061 3.5847-0.084508 0.30932-0.10069 0.52546-0.11839 1.5818l-0.020511 1.2235-0.19356-0.0037c-0.10646-2e-3 -0.31941-0.03146-0.47322-0.06537zm5.9786-12.448c0.23032-0.096235 0.37788-0.23824 0.48202-0.46388 0.10874-0.23561 0.10887-0.41585 4.85e-4 -0.65447-0.22285-0.4906-0.79509-0.6686-1.2228-0.38036-0.57245 0.38577-0.50672 1.1986 0.11993 1.4832 0.23169 0.10524 0.39574 0.10933 0.62037 0.015472z" fill="#59f" stroke="#59f" stroke-width=".18644"/> + <path d="m3.8769 16.021c-1.2932-0.19009-2.3276-1.0581-2.7783-2.3311-0.10462-0.29556-0.10766-0.35367-0.12435-2.3767-0.02134-2.5866-0.0035742-2.7756 0.32413-3.4486 0.20725-0.42558 0.2898-0.53952 0.64158-0.88559 0.46207-0.45457 0.84593-0.697 1.3787-0.87072 0.35486-0.11571 0.44157-0.12338 1.7945-0.15867 0.78189-0.020394 2.4127-0.038555 3.6239-0.040356l2.2023-0.00327v-1.4915h-5.017l0.039441-0.33792c0.082337-0.70546 0.25768-1.1849 0.61798-1.6898 0.42952-0.60191 1.1146-1.096 1.8194-1.3123 0.25572-0.078458 0.47917-0.085803 2.6102-0.085803h2.3305l0.37288 0.12699c0.53022 0.18057 0.9215 0.42591 1.3262 0.83156 0.39706 0.398 0.6012 0.71448 0.81882 1.2694l0.14988 0.38221 0.05924 5.803h-3.4512c-2.1311 0-3.6243 0.01902-3.9038 0.049728-1.8332 0.20141-3.4435 1.5466-4.0833 3.4109-0.16642 0.48492-0.2114 0.87998-0.21359 1.8762-0.00101 0.46144-0.015071 0.9491-0.031236 1.0837-0.032921 0.27408-0.022253 0.2699-0.50691 0.19866zm5.8238-12.697c0.22793-0.13357 0.39978-0.41605 0.39978-0.65711 0-0.38236-0.38671-0.76907-0.76907-0.76907-0.37964 0-0.76907 0.38942-0.76907 0.76907 0 0.22876 0.1764 0.52469 0.38858 0.65187 0.25028 0.15002 0.49975 0.15176 0.74977 0.00524z" fill="#59f" stroke="#59f" stroke-width=".18644"/> + <path d="m8.4791 20.868c-1.1305-0.3003-2.0097-1.1819-2.3497-2.3563-0.10661-0.36823-0.10735-0.38954-0.10735-3.0975v-2.7267l3.7521-0.0245c4.0868-0.02668 3.7551-0.0052 4.6099-0.299 0.68486-0.23541 1.3543-0.67684 1.9039-1.2554 0.75974-0.7998 1.219-1.7686 1.3618-2.8724 0.02487-0.19227 0.04587-0.77332 0.04666-1.2912l0.0014-0.94166 0.2447 0.025284c1.4235 0.14709 2.5831 1.1278 2.928 2.4764 0.0826 0.32295 0.09004 0.52992 0.09004 2.5022 0 2.3009-0.0047 2.3571-0.24808 2.9596-0.38832 0.96139-1.3874 1.7661-2.4289 1.9562-0.18272 0.03336-1.4679 0.0505-3.7871 0.0505h-3.5105v1.7246h4.9873v0.15458c0 0.69752-0.41873 1.6179-0.98356 2.1619-0.43106 0.41516-0.71671 0.5953-1.2587 0.79375l-0.34464 0.1262-2.2839 0.0118c-2.1321 0.01102-2.3065 0.0058-2.6234-0.07838zm4.5484-0.76527c0.14329-0.07486 0.34581-0.28173 0.42313-0.43224 0.07192-0.13999 0.06565-0.49923-0.01187-0.68041-0.23374-0.54628-0.98118-0.67393-1.3894-0.23729-0.15562 0.16644-0.22436 0.34315-0.22436 0.57672 0 0.33492 0.19378 0.64097 0.48941 0.77292 0.18463 0.08241 0.55566 0.08257 0.71312 3.26e-4z" fill="#fd5" stroke="#fd5" stroke-width=".18644"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/preferences-qtlogo.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" fill="#000000" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <path d="m4.232 3.5c-0.19871 0-0.44158 0.1034-0.57914 0.24471-0.79823 0.80307-1.5982 1.6044-2.4015 2.4041-0.13927 0.13787-0.25136 0.38603-0.25136 0.59972v0.00172c0.0034 3.7035 0.0034 11.224 0.0034 11.307v0.44117h0.43478c0.081522 0 10.946-0.0018 16.323 0.0018 0.21739 0 0.46366-0.11374 0.60462-0.25505l0.0018-0.0018c0.78969-0.7979 1.5828-1.5924 2.3794-2.3834 0.1494-0.14993 0.253-0.40671 0.253-0.61696-0.003398-3.6931 0-11.302 0-11.302v-0.44117zm0.02038 0.88235h15.878c0 0.55319-0.0033 7.3018 0 10.855-0.79484 0.78929-1.588 1.5837-2.376 2.3799-5.2361-0.0034-15.258-0.0034-15.881-0.0018 0-0.61695 0-7.2794-0.0034-10.847 0.79654-0.79266 1.5914-1.5871 2.3828-2.3867zm4.1797 1.7647c-0.13757 0-0.27344 0.00343-0.41101 0.00861-0.33288 0.013793-0.66067 0.070664-0.98166 0.16545-0.7269 0.21886-1.2721 0.65659-1.5897 1.3545-0.11039 0.24299-0.2038 0.49632-0.27853 0.7531-0.2055 0.70312-0.24796 1.4269-0.25645 2.1524-0.0051 0.48943 0.023778 0.97713 0.09341 1.4614 0.067934 0.45324 0.17323 0.89614 0.35156 1.3218 0.32269 0.76516 0.88995 1.246 1.6882 1.4562 0.69463 0.1844 1.3961 0.20852 2.1196 0.10686 0.36345 0.59455 0.7303 1.1977 1.1022 1.8078 0.43988-0.20681 0.85768-0.40154 1.2874-0.60318-0.35496-0.57215-0.69633-1.1253-1.0343-1.6716 0.14776-0.13442 0.29382-0.25333 0.42289-0.38775 0.33458-0.35673 0.53668-0.78584 0.66916-1.2529 0.18852-0.66693 0.23607-1.3528 0.25306-2.0404 0.01189-0.53251-0.02208-1.0633-0.09341-1.5906-0.06794-0.49115-0.18512-0.97024-0.38553-1.4269-0.34137-0.7755-0.92222-1.2615-1.7391-1.4752-0.40251-0.1034-0.80842-0.13787-1.2177-0.13959zm5.1766 0.88235v1.7647h-0.86957v1.3235h0.86957v3.0882c0 0.3395 0.06962 0.71174 0.2038 1.0288 0.11209 0.26712 0.30061 0.45496 0.56386 0.57042 0.20041 0.08618 0.40931 0.13097 0.625 0.15165 0.4127 0.03791 0.89164-0.02929 1.2976-0.10168 0.11549-0.02068 0.22928-0.04481 0.35326-0.06892-0.01188-0.36018-0.03058-0.84271-0.05943-1.1891-0.04587-0.0034-0.06962-0.01038-0.09511-0.0086-0.27174 0.01038-0.61481 0.05343-0.88655 0.05859-0.11719 0.0018-0.23607-0.01038-0.35156-0.03447-0.14606-0.03102-0.24287-0.12925-0.28363-0.27746-0.01529-0.06204-0.03228-0.12236-0.03568-0.1844-0.01868-0.23265-0.02548-0.59283-0.02718-0.8272-0.0051-0.83409 0-2.2059 0-2.2059h1.7391v-1.3235h-1.7391v-1.7647zm-5.2191 0.44979c0.25815 0 0.51461 0.031019 0.77106 0.094783 0.44327 0.11029 0.77446 0.35156 0.97826 0.72897 0.17833 0.32399 0.27683 0.67038 0.32269 1.0271 0.05435 0.43083 0.07982 0.86511 0.1036 1.134-0.02208 0.74621-0.03906 1.3252-0.20211 1.8922-0.03397 0.12064-0.07643 0.23954-0.12398 0.35501-0.18342 0.45496-0.54518 0.73242-1.0581 0.85305-0.518 0.12064-1.0428 0.12235-1.5642 0.0034-0.54687-0.12406-0.91542-0.42565-1.109-0.90646-0.15625-0.38947-0.23947-0.79101-0.26155-1.2012-0.025474-0.46013-0.035665-0.92198-0.022079-1.3821 0.011888-0.49804 0.084919-0.99092 0.26325-1.4648 0.037365-0.098225 0.08322-0.19474 0.13077-0.2878 0.2038-0.3912 0.54348-0.63591 0.99864-0.75138 0.25645-0.063763 0.51461-0.094784 0.77276-0.094784z" fill="#232629" stroke-width=".43797"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/preferences-search.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m8.5 1c-4.155 0-7.5 3.345-7.5 7.5s3.345 7.5 7.5 7.5c1.8515 0 3.5382-0.66835 4.8438-1.7725l6.7725 6.7725 0.88379-0.88379-6.7725-6.7725c1.1041-1.3055 1.7725-2.9922 1.7725-4.8438 0-4.155-3.345-7.5-7.5-7.5zm0 1.25c3.4625 0 6.25 2.7875 6.25 6.25s-2.7875 6.25-6.25 6.25-6.25-2.7875-6.25-6.25 2.7875-6.25 6.25-6.25z" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/preferences-security.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg"> + <linearGradient id="a" x1="16" x2="16" y1="30" y2="2" gradientTransform="matrix(.73267 0 0 .71429 -.72752 -.42857)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#197cf1" offset="0"/> + <stop stop-color="#20bcfa" offset="1"/> + </linearGradient> + <linearGradient id="b" x1="14" x2="25" y1="10" y2="21" gradientTransform="matrix(.73267 0 0 .71429 -.72752 -.42857)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#292c2f" offset="0"/> + <stop stop-opacity="0" offset="1"/> + </linearGradient> + <linearGradient id="c" x1="14" x2="14" y1="21" y2="9" gradientTransform="matrix(.73267 0 0 .71429 -.72752 -.42857)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#7cbaf8" offset="0"/> + <stop stop-color="#f4fcff" offset="1"/> + </linearGradient> + <path d="m10.995 1c-2.4984 1.29-4.9968 1.8171-7.4952 2.3071v9.6164c0 2.6929 4.0487 6.37 7.4952 8.0764 3.4465-1.7064 7.4952-5.3836 7.4952-8.0764v-9.6157c-2.4984-0.49071-4.9968-1.0179-7.4952-2.3079z" fill="url(#a)" stroke-width=".72342"/> + <path d="m10.995 6-1.4653 0.71429-0.73267 1.4286v2.1429h-1.4653v4.2857l6.5941 6.4286h4.5565l0.017581-8.5714-5.9508-5.8007z" fill="url(#b)" opacity=".2" stroke-width=".72342"/> + <path d="m10.995 6a2.198 2.1429 0 0 0-2.198 2.1429v2.1429h-1.4653v4.2857h7.3267v-4.2857h-1.4653v-2.1429a2.198 2.1429 0 0 0-2.198-2.1429zm0 0.71429a1.4653 1.4286 0 0 1 1.4653 1.4286v2.1429h-2.9307v-2.1429a1.4653 1.4286 0 0 1 1.4653-1.4286z" fill="url(#c)" stroke-width=".72342"/> + <path d="m3.5 12.209v0.71428c0 2.6929 4.0487 6.37 7.4952 8.0764 3.4465-1.7064 7.4952-5.3836 7.4952-8.0764v-0.71428c0 2.6929-4.0487 6.37-7.4952 8.0764-3.4465-1.7064-7.4952-5.3836-7.4952-8.0764z" fill="#292c2f" opacity=".2" stroke-width=".72342"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/preferences-shell.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" enable-background="new 0 0 1000 1000" version="1.1" viewBox="0 0 22 22" xml:space="preserve" xmlns="http://www.w3.org/2000/svg"> + +<g transform="matrix(.020408 0 0 .020182 .796 .90884)" fill="#232629"><g transform="matrix(.1 0 0 -.1 0 511)" fill="#232629"><path d="m4120.8 4287.5c-120.6-46.6-244-126.1-367.4-241.3-46.6-43.9-98.7-71.3-115.1-63.1-16.5 11-120.6 19.2-230.3 19.2-361.9 0-649.8-161.7-817-455.1-68.5-123.4-96-148-183.7-164.5-156.3-27.4-370.1-134.3-493.5-246.7-117.9-106.9-279.6-392-279.6-493.5 0-49.3-27.4-71.3-142.6-109.7-400.3-131.6-652.5-471.6-652.5-885.5 0-178.2-2.7-186.4-82.2-235.8-126.1-74-271.4-235.8-350.9-386.6-79.5-159-112.4-482.5-63.1-655.2 24.7-98.7 21.9-117.9-35.6-191.9-139.8-183.5-189.2-323.4-202.9-559.1-11-219.3-8.2-235.8 87.7-430.4 142.6-287.9 342.7-457.8 1154.2-984.2l685.4-444.1 13.7-397.5c16.5-438.6 41.1-520.9 211.1-690.9 189.2-191.9 211.1-197.4 1044.5-205.6 416.7-5.5 745.7-19.2 745.7-32.9s68.5-98.7 153.5-189.2c104.2-112.4 211.1-194.7 334.5-255 170-85 200.1-90.5 471.6-90.5 271.4 0 301.6 5.5 471.6 90.5 123.4 60.3 230.3 142.6 334.5 255 85 90.5 153.5 175.4 153.5 189.2s329 27.4 748.4 32.9c830.7 8.2 852.6 13.7 1041.8 205.6 170 170 194.7 252.2 211.1 690.9l13.7 397.5 685.4 444.1c751.2 485.2 1019.9 712.8 1154.2 970.5 71.3 134.3 79.5 178.2 79.5 411.2 0 274.2-35.6 381.1-194.6 592.2-57.6 74-60.3 93.2-35.7 191.9 49.4 172.7 16.5 496.2-63.1 655.2-76.8 145.3-233 318-356.4 392-71.3 41.1-76.8 57.6-76.8 227.6 0 101.4-19.2 233-41.1 296.1-96 274.2-342.7 512.7-608.6 594.9-120.6 35.6-145.3 52.1-145.3 104.2 0 104.2-159 389.3-279.6 496.2-123.4 112.4-337.2 219.3-493.5 246.7-87.7 16.5-115.2 41.1-183.7 164.5-167.2 293.4-457.8 457.8-817 457.8-109.7-2.7-211.1-11-227.5-19.2-16.5-11-85 32.9-153.5 93.2-216.6 189.2-342.7 235.9-641.5 235.9-230.3 0-279.6-8.2-416.7-76.8l-159-76.8-156.3 76.8c-131.6 63-200.1 76.8-392 82.2-150.9 5.5-268.7-8.2-337.3-32.9zm509.9-408.5c49.4-19.2 131.6-76.8 183.7-123.4 156.3-142.6 238.5-139.8 403 16.5 156.2 145.3 359.1 183.7 548.3 104.2 126.1-54.8 189.2-109.7 274.2-241.3 90.5-145.3 167.2-167.2 339.9-101.4 74 30.2 186.4 54.8 246.7 54.8 222.1 0 438.6-175.5 493.5-400.3 41.1-159 139.8-241.3 263.2-216.6 197.4 35.6 466.1-115.2 545.6-307.1 22-49.3 38.4-148 38.4-222.1 0-194.7 71.3-279.6 241.3-279.6 331.7-2.7 589.4-279.6 542.8-586.7-8.2-60.3-24.7-159-32.9-216.6-22-126.1 30.1-194.7 178.2-241.3 148-46.6 263.2-145.3 329-279.6 76.8-156.3 71.3-301.6-11-479.8-85-180.9-71.3-252.2 68.5-361.9 57.6-46.6 131.6-137.1 161.8-200.1 101.4-211.1 65.8-386.5-126.1-594.9-137.1-156.3-260.4-244-1008.9-723.8-345.4-224.8-658-435.9-690.9-474.3-60.3-63.1-63-87.7-63-477 0-655.2 0-655.2-808.8-655.2-309.8 0-562 11-562 24.7 0 43.9 235.8 345.4 359.1 455.1 68.5 60.3 200.2 167.3 293.3 238.5 145.3 112.4 170 145.3 170 219.3 0 117.9-93.2 213.8-205.6 213.8-167.2 0-682.7-446.9-904.7-781.3-57.6-90.5-150.8-263.2-200.1-383.8-120.6-279.6-194.7-378.3-356.4-471.6-109.7-65.8-159-76.8-334.5-76.8s-224.8 11-334.5 76.8c-161.7 93.2-235.8 191.9-356.4 471.6-49.3 120.6-139.8 293.3-200.1 383.8-216.6 329-743 781.3-907.5 781.3-106.9 0-202.9-98.7-202.9-208.3 0-79.5 24.7-109.7 200.1-246.7 106.9-85 238.5-194.7 290.6-241.3 101.4-93.2 331.7-392.1 331.7-430.4 0-13.7-252.2-24.7-562-24.7-808.8 0-808.8 0-808.8 655.2 0 389.3-2.7 414-60.3 477-35.6 38.4-378.3 271.4-762.1 515.4-918.3 592.4-1121.2 784.3-1123.9 1063.9 0 134.3 96 315.3 219.3 414 139.8 109.7 153.5 180.9 68.5 361.9-82.2 178.2-87.7 323.5-11 479.8 65.8 134.3 180.9 233 329 279.6 148 46.6 200.1 115.2 178.2 241.3-8.2 57.6-24.7 156.3-32.9 216.6-46.6 307.1 211.1 584 542.8 586.7 170 0 241.2 85 241.2 279.6 0 74 16.5 172.7 38.4 222.1 79.5 191.9 348.2 342.7 545.6 307.1 123.4-24.7 222.1 57.6 263.2 216.6 54.8 224.8 271.4 400.3 493.5 400.3 60.3 0 172.7-24.7 246.7-54.8 172.7-65.8 249.5-43.9 340 101.4 85 131.6 145.3 186.4 265.9 238.5 120.7 51.9 277 54.7 392.1 5.3z"/><path d="m4907.6 3062.1c-115.1-54.8-120.6-115.1-120.6-1176.1 0-1102.1 5.5-1156.9 150.8-1192.6 106.9-27.4 200.1 11 246.7 98.7 35.6 65.8 41.1 241.3 41.1 1110.3v1033.6l-79.5 79.5c-84.9 82.2-142.5 95.9-238.5 46.6z"/><path d="m3802.8 2768.7c-38.4-38.4-57.6-93.2-57.6-159 0-57.6 65.8-501.7 145.3-987 156.3-951.3 172.7-995.2 326.3-995.2 112.4 0 175.5 41.1 205.6 128.9 38.4 109.7-249.5 1883.4-318 1982.1-65.8 93.3-224.9 107-301.6 30.2z"/><path d="m5916.5 2755c-38.4-52.1-85-274.2-194.7-954.1-175.4-1093.9-170-1033.6-85-1118.5 68.5-68.5 194.6-71.3 274.2-5.5 54.8 43.9 76.8 148.1 208.3 940.4 79.5 488 148.1 934.9 148.1 992.4 0 131.6-76.8 211.1-202.9 211.1-68.5 0-109.6-19.2-148-65.8z"/><path d="m2922.7 2373.9c-35.6-19.2-85-68.5-109.7-106.9-38.4-71.3-30.2-112.4 230.3-891 175.5-537.3 287.9-833.4 323.5-863.6 104.2-90.5 276.9-49.3 326.2 79.5 21.9 54.8-21.9 213.8-235.8 871.8-142.6 441.4-282.4 828-309.8 858.1-62.9 74.1-142.4 93.3-224.7 52.1z"/><path d="m6939.1 2382.2c-32.9-11-71.3-38.4-87.7-57.6-16.4-21.9-148-403-293.4-849.9-219.3-671.7-260.4-825.2-238.5-882.8 49.4-128.9 222.1-170 326.3-79.5 35.6 30.2 145.3 323.5 318 841.7 145.3 438.6 263.2 817 263.2 841.7 0 60.3-106.9 178.2-178.2 194.6-30.2 8.2-79.5 5.5-109.7-8.2z"/><path d="m2245.6 1614.5c-68.5-27.4-117.9-106.9-117.9-189.2 0-32.9 128.9-315.3 285.1-630.6 246.7-490.7 298.8-575.7 367.4-600.4 142.6-49.4 279.6 43.9 279.6 189.2 0 85-567.5 1198.1-627.8 1231-63.1 32.9-104.2 32.9-186.4 0z"/><path d="m7583.4 1609c-49.3-27.4-142.6-183.7-348.2-597.7-271.4-545.6-301.6-627.8-265.9-726.5 30.2-74 170-123.4 263.2-90.5 68.5 24.7 120.6 109.7 367.4 600.4 156.3 315.3 285.1 603.1 285.1 638.8 0 142.6-170 241.3-301.6 175.5z"/><path d="m1554.7 685.1c-115.2-115.2-82.2-211.1 200.1-584 279.6-370.1 337.2-411.3 479.8-340 85 43.9 112.4 93.2 112.4 194.6 0 35.6-109.7 205.6-265.9 414-252.2 331.7-274.2 353.7-370.1 361.9-74 5.6-117.9-8.1-156.3-46.5z"/><path d="m8123.5 622.1c-490.8-614.1-548.3-754-345.5-860.9 142.6-74 202.9-30.2 479.8 342.7 200.2 268.7 257.7 364.6 257.7 435.9 0 117.9-82.2 197.4-202.9 197.4-79.5 0-112.4-19.2-189.1-115.1z"/><path d="m1266.9-362.1c-79.5-60.3-96-197.4-35.6-271.4 76.8-93.2 219.3-191.9 282.4-191.9 93.2 0 202.9 115.2 202.9 213.8 0 60.3-30.2 109.7-123.4 194.7-137.2 126-216.7 139.7-326.3 54.8z"/><path d="m8419.6-417c-93.2-85-123.4-134.3-123.4-194.7 0-98.7 109.7-213.8 202.9-213.8 63 0 205.6 98.7 282.4 191.9 60.3 74 43.9 211.1-35.6 271.4-109.7 85-189.3 71.3-326.3-54.8z"/></g></g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/preferences-spellchecking.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m9.9331 1-6.521 17.5h2.1094l2.0874-5.5371h6.9507l1.9189 5.5371h2.1094l-6.1621-17.5zm1.2695 2.0142 2.6611 8.3423h-5.6079z" color="#eff0f1" fill="#232629"/> + <path d="m1 19.75v1.25h20v-1.25z" fill="#2ecc71"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/preferences-styles.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,31 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <linearGradient id="f" x2="0" y1="543.8" y2="502.66" gradientTransform="matrix(.66667 0 0 .63518 128.19 198.52)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#c6cdd1" offset="0"/> + <stop stop-color="#e0e5e7" offset="1"/> + </linearGradient> + <linearGradient id="e" x1="391.57" x2="406.57" y1="525.8" y2="540.8" gradientUnits="userSpaceOnUse"> + <stop offset="0"/> + <stop stop-opacity="0" offset="1"/> + </linearGradient> + <linearGradient id="g" x1="393.41" x2="407.41" y1="526.65" y2="526.65" gradientTransform="matrix(1 0 0 .99999 .15371 .1567)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#2e3436" offset="0"/> + <stop stop-color="#555753" offset="1"/> + </linearGradient> + <linearGradient id="h" x1="392.57" x2="407.57" y1="521.8" y2="536.8" gradientTransform="translate(-5.9e-4,4.0005)" gradientUnits="userSpaceOnUse"> + <stop offset="0"/> + <stop stop-opacity="0" offset="1"/> + </linearGradient> + </defs> + <g transform="matrix(.625 0 0 .64286 -239.36 -330.87)"> + <rect x="384.57" y="517.8" width="32" height="28" rx="0" fill="url(#f)"/> + <path d="m385.57 543.8 30-20 1 1-1e-5 21-29 3e-5z" fill="url(#e)" fill-rule="evenodd" opacity=".2"/> + <rect x="384.57" y="517.8" width="32" height="4" fill="#566069"/> + <rect x="384.57" y="521.8" width="32" height="1" fill="#3daee9"/> + <rect x="385.57" y="523.8" width="30" height="20" fill="#fff"/> + <rect x="413.57" y="518.8" width="2" height="2" rx="1" fill="#eff0f1"/> + <path d="m407.43 526.94c0.67976 0.68608-1.259 3.7315-4.332 6.8047-1.1894 1.1888-2.4316 2.2613-3.5449 3.0605l7.0169 6.9948h9l0.9945-7.7258zm-9.8476 7.8496-0.0176 0.0137 4e-3 4e-3 0.0137-0.0176zm0.13672 0.16992 1.7031 1.7148c-0.30575-0.78802-0.91881-1.4023-1.7031-1.7148zm0.69531 1.6191c0.4221 0.38858 0.40039 0.94169 0.40039 1.3047 0 1.1682-1.7472 2.9199-5.25 2.9199l3.0052 2.9968h9z" fill="url(#h)" opacity=".25"/> + <path d="m407.14 526.81a1.75 7.8749 44.998 0 0-6.5143 4.4605 1.75 7.8749 44.998 0 0-3.1 3.5992c0.9415 0.29981 1.6757 1.034 1.9755 1.9756a1.75 7.8749 44.998 0 0 3.599-3.1002 1.75 7.8749 44.998 0 0 4.3304-6.8053 1.75 7.8749 44.998 0 0-0.29051-0.1299m-10.074 9.3244c-3.4998 0.93784-0.87497 3.1535-3.4998 4.669 3.5028 0 5.2498-1.7508 5.2498-2.919 0-0.58179 0.0591-1.6533-1.7499-1.75z" fill="url(#g)"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/preferences-template.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m1.5 1v20h11.4v-1.25h-10.133v-17.5h10.133v5h5.0667v6.25h1.2667v-7.5098l-5.0568-4.9902-0.0099 0.012207v-0.012207h-11.4zm15.2 12.5-0.72734 2.0166-1.9594-0.91797 0.93021 1.9336-2.0435 0.71777 2.0435 0.71777-0.93021 1.9336 1.9594-0.91797 0.72734 2.0166 0.72734-2.0166 1.9594 0.91797-0.93021-1.9336 2.0435-0.71777-2.0435-0.71777 0.93021-1.9336-1.9594 0.91797z" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/preferences-typing.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + <g class="ColorScheme-Text" transform="matrix(1.1111 0 0 1.125 -1.2222 -1.375)" color="#eff0f1" fill="#232629"> + <path d="m13 3v2c0 0.554-0.446 1-1 1-1.108 0-2 0.892-2 2h-8v11h18v-11h-9c0-0.554 0.446-1 1-1 1.108 0 2-0.892 2-2v-2zm-10 6h16v1h-16zm0 2h16v7h-16z"/> + <path d="m4 12v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h2v-1zm-12 2v1h2v-1zm3 0v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h1v-1zm2 0v1h3v-1zm-11 2v1h2v-1zm3 0v1h8v-1zm9 0v1h2v-1z"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/preferences-vcs.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1 + }</style> + </defs> + <path class="ColorScheme-Text" d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 10 3.75 10 3.75 0 0 0 10-3.75v-12.5a10 3.75 0 0 0-10-3.75zm0 1.25a8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5 8.75 2.5 0 0 1 8.75-2.5zm8.75 4.3066v4.4434a8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5v-4.436a10 3.75 0 0 0 8.75 1.936 10 3.75 0 0 0 8.75-1.9434zm0 6.25v4.4434a8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5v-4.436a10 3.75 0 0 0 8.75 1.936 10 3.75 0 0 0 8.75-1.9434z" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/preferences-viewmanager.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,55 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <defs> + <linearGradient id="linearGradient4643-8-59" x2="0" y1="543.8" y2="502.66" gradientTransform="matrix(.66667 0 0 .63518 524.89 -137.77)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient4303-6"/> + <linearGradient id="linearGradient4303-6"> + <stop stop-color="#c6cdd1" offset="0"/> + <stop stop-color="#e0e5e7" offset="1"/> + </linearGradient> + <linearGradient id="linearGradient6245" x1="419.16" x2="441.16" y1="532.23" y2="554.23" gradientTransform="translate(396.7 -337.29)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient4293"/> + <linearGradient id="linearGradient4293"> + <stop offset="0"/> + <stop stop-opacity="0" offset="1"/> + </linearGradient> + <linearGradient id="linearGradient4643-8-60-9" x2="0" y1="543.8" y2="502.66" gradientTransform="matrix(.53125 0 0 .45196 516.76 800.26)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient4303-6"/> + <linearGradient id="linearGradient6440" x1="419.16" x2="441.16" y1="532.23" y2="554.23" gradientTransform="matrix(.79687 0 0 .71122 414.6 658.47)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient4293"/> + <linearGradient id="linearGradient4643-8-6-7" x2="0" y1="543.8" y2="502.66" gradientTransform="matrix(.47917 0 0 .40833 429.84 -23.138)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient4303-6"/> + <linearGradient id="linearGradient6311" x1="10" x2="30" y1="10" y2="30" gradientTransform="translate(507.12 174.11)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient4293"/> + </defs> + <g transform="translate(0 -1030.4)"> + <g transform="matrix(.3125 0 0 .34615 -229.27 975.62)"> + <g transform="translate(-68)"> + <rect x="804.86" y="163.93" width="64" height="52" rx="0" fill="url(#linearGradient4643-8-59)"/> + <rect x="804.86" y="214.93" width="64" height="1" fill="#99a1a7"/> + <path d="m866.86 172.93-60 40 3 3h59v-41z" fill="url(#linearGradient6245)" fill-rule="evenodd" opacity=".2"/> + <rect x="804.86" y="163.93" width="64" height="6" fill="#566069"/> + <rect x="804.86" y="169.93" width="64" height="1" fill="#3daee9"/> + <rect x="806.86" y="172.93" width="60" height="40" fill="#fff"/> + <rect x="862.86" y="164.93" width="4" height="4" rx="2" fill="#eff0f1"/> + </g> + <g transform="translate(69.25 -902)"> + <g transform="translate(-69.25 62)"> + <rect x="739.86" y="1014.9" width="51" height="37" rx="0" fill="url(#linearGradient4643-8-60-9)"/> + <path d="m790.86 1015h-51l5e-5 36.984h51v-29.16z" fill="url(#linearGradient6440)" fill-rule="evenodd" opacity=".2"/> + <rect x="739.86" y="1050.9" width="51" height="1" fill="#99a1a7"/> + <rect x="736.86" y="1003.9" width="64" height="6" fill="#566069"/> + <rect x="736.86" y="1009.9" width="64" height="1" fill="#3daee9"/> + <rect x="794.86" y="1004.9" width="4" height="4" rx="2" fill="#eff0f1"/> + </g> + </g> + <g transform="translate(241.74 -.18019)"> + <g transform="translate(-100)"> + <rect x="617.12" y="187.11" width="17" height="13" rx="0" fill="url(#linearGradient4643-8-6-7)"/> + <rect x="617.12" y="184.11" width="17" height="4" fill="#566069"/> + <rect x="617.12" y="188.11" width="17" height="1" fill="#3daee9"/> + <rect x="618.12" y="190.11" width="15" height="8.0001" fill="#fff"/> + <rect x="631.12" y="185.11" width="2" height="2" rx="1" ry="1" fill="#eff0f1"/> + </g> + <path d="m534.12 184.11v16h-17l4 4h18v-15z" fill="url(#linearGradient6311)" fill-rule="evenodd" opacity=".2"/> + </g> + <rect x="739.86" y="174.93" width="51" height="4" fill="#566069"/> + <rect x="739.86" y="178.93" width="51" height="1" fill="#3daee9"/> + <rect x="787.86" y="175.93" width="2" height="2" rx="1" fill="#eff0f1"/> + </g> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/previewer.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m1 1v20h20v-20zm1.25 1.25h17.5v17.5h-17.5zm4.375 1.25c-1.7312 0-3.125 1.3938-3.125 3.125s1.3938 3.125 3.125 3.125 3.125-1.3938 3.125-3.125-1.3938-3.125-3.125-3.125zm0 1.25c1.0388 0 1.875 0.83625 1.875 1.875s-0.83625 1.875-1.875 1.875-1.875-0.83625-1.875-1.875 0.83625-1.875 1.875-1.875zm8.1177 5-4.1821 4.1797-1.6772-1.6797-0.0073243 0.009765-0.0097655-0.009765-5.3662 5.3662 0.88379 0.88379 4.4897-4.4897 1.687 1.687 4.1895-4.1895 2.8662 2.8662 0.88379-0.88379-3.7402-3.7402-0.009765 0.009765z" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/print.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m3.5 1v6.25h-2.5v10h5v3.75h10v-3.75h5v-10h-2.5v-6.25h-15m1.25 1.25h12.5v5h-1.25v-1.25h-10v1.25h-1.25v-5m1.25 1.25v1.25h10v-1.25h-10m-3.75 5h17.5v7.5h-2.5v-2.5h-12.5v2.5h-2.5v-7.5m12.5 1.25v1.25h3.75v-1.25h-3.75m-7.5 7.5h7.5v2.5h-7.5v-2.5" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/printPdf.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m3.5 1v6.25h-2.5v10h5v3.75h10v-3.75h5v-10h-2.5v-6.25h-15m1.25 1.25h12.5v5h-1.25v-1.25h-10v1.25h-1.25v-5m1.25 1.25v1.25h10v-1.25h-10m-3.75 5h17.5v7.5h-2.5v-2.5h-12.5v2.5h-2.5v-7.5m12.5 1.25v1.25h3.75v-1.25h-3.75m-7.5 7.5h7.5v2.5h-7.5v-2.5" color="#eff0f1" fill="#232629"/> + <path d="m4.7566 7.2071c-0.017445-0.045461-0.02393-1.1801-0.01441-2.5213l0.017308-2.4387 12.491-0.033628v5.0763h-1.2524v-1.2524h-10.019v1.2524h-0.59532c-0.41645 0-0.60485-0.024835-0.62704-0.082657zm11.242-3.0813v-0.59325h-10.019v1.1865h10.019z" fill="#f55" stroke="#f55" stroke-width=".13183"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/printPreview.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m2 1v20h10.286v-1.25h-9v-17.5h15.429v11.25h1.2857v-12.5h-18m11.571 10c-2.1369 0-3.8571 1.6725-3.8571 3.75s1.7203 3.75 3.8571 3.75c0.83493 0 1.6025-0.26073 2.2324-0.6958l3.2871 3.1958 0.90904-0.88379-3.2871-3.1958c0.4475-0.61247 0.71568-1.3587 0.71568-2.1704 0-2.0775-1.7203-3.75-3.8571-3.75m0 1.25c1.4246 0 2.5714 1.115 2.5714 2.5s-1.1469 2.5-2.5714 2.5c-1.4246 0-2.5714-1.115-2.5714-2.5s1.1469-2.5 2.5714-2.5" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/privateBrowsing.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="16" height="16" version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m7.9984 4.5a8.0576 7.7778 0 0 0-6.9984 3.9436c0.14915 0.22667 0.35907 0.40983 0.60589 0.53624a7.2518 7 0 0 1 6.3925-3.702 3.223 3.1111 0 0 0-3.223 3.1111 3.223 3.1111 0 0 0 3.223 3.1111 3.223 3.1111 0 0 0 3.223-3.1111 3.223 3.1111 0 0 0-2.946-3.0974 7.2518 7 0 0 1 6.114 3.6899c0.24932-0.12728 0.46088-0.31299 0.61061-0.54232a8.0576 7.7778 0 0 0-7.0016-3.939zm0 1.5556a2.4173 2.3333 0 0 1 2.4173 2.3333 2.4173 2.3333 0 0 1-2.4173 2.3333 2.4173 2.3333 0 0 1-2.4173-2.3333 2.4173 2.3333 0 0 1 2.4173-2.3333zm0 0.77778c-0.89278 0-1.6115 0.69378-1.6115 1.5556 0 0.86178 0.71873 1.5556 1.6115 1.5556 0.89278 0 1.6115-0.69378 1.6115-1.5556 0-0.1593-0.031439-0.30971-0.077114-0.45421-0.12721 0.26734-0.40286 0.45421-0.72864 0.45421-0.44639 0-0.80576-0.34689-0.80576-0.77778 0-0.31447 0.1936-0.58054 0.47055-0.70334-0.14969-0.044084-0.30552-0.074436-0.47055-0.074436z" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/privateMode.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m10.998 6a11.511 11.111 0 0 0-9.9978 5.6337c0.21308 0.32381 0.51295 0.58547 0.86556 0.76606a10.36 10 0 0 1 9.1322-5.2886 4.6043 4.4444 0 0 0-4.6043 4.4444 4.6043 4.4444 0 0 0 4.6043 4.4444 4.6043 4.4444 0 0 0 4.6043-4.4444 4.6043 4.4444 0 0 0-4.2086-4.4249 10.36 10 0 0 1 8.7343 5.2713c0.35617-0.18182 0.6584-0.44713 0.8723-0.77474a11.511 11.111 0 0 0-10.002-5.6272zm0 2.2222a3.4532 3.3333 0 0 1 3.4532 3.3333 3.4532 3.3333 0 0 1-3.4532 3.3333 3.4532 3.3333 0 0 1-3.4532-3.3333 3.4532 3.3333 0 0 1 3.4532-3.3333zm0 1.1111c-1.2754 0-2.3022 0.99111-2.3022 2.2222 0 1.2311 1.0268 2.2222 2.3022 2.2222 1.2754 0 2.3022-0.99111 2.3022-2.2222 0-0.22757-0.04491-0.44245-0.11016-0.64887-0.18174 0.38191-0.57552 0.64887-1.0409 0.64887-0.6377 0-1.1511-0.49556-1.1511-1.1111 0-0.44924 0.27657-0.82935 0.67221-1.0048-0.21385-0.062978-0.43646-0.10634-0.67221-0.10634z" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/profileProject.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path d="m3.5 1v1.25 1.25h-2.5v3.75h2.5v7.5h-2.5v3.75h2.5v2.5h1.25 6.25v-1.25h-6.25v-13.75h15v5h1.25v-8.75-1.25h-17.5zm1.25 1.25h15v2.5h-15v-1.25-1.25z" color="#eff0f1" fill="#232629"/> + <path class="ColorScheme-Text" d="m16 11c-2.7614 0-5 2.2386-5 5 0 2.7614 2.2386 5 5 5s5-2.2386 5-5c0-2.7614-2.2386-5-5-5zm0 0.83333c2.3012 0 4.1667 1.8655 4.1667 4.1667 0 2.3012-1.8655 4.1667-4.1667 4.1667s-4.1667-1.8655-4.1667-4.1667c0-2.3012 1.8655-4.1667 4.1667-4.1667zm-0.83333 0.83333v4.1667h4.1667v-0.83333h-3.3333v-3.3333z" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/profileScript.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg"> + <path d="m9.3333 1c-1.8467 0-3.3333 1.4867-3.3333 3.3333h5v1.6667h-6.6667c-1.8467 0-3.3333 1.4867-3.3333 3.3333v3.3333c0 1.8467 1.4867 3.3333 3.3333 3.3333v-1.6667c0-1.4812 0.64983-2.7937 1.6667-3.7077 0.00113-1e-3 0.00211-0.0023 0.00325-0.0032 0.22024-0.19762 0.45764-0.37623 0.70964-0.53385 0.00205-0.0013 0.00445-2e-3 0.00651-0.0033 0.24818-0.15476 0.50993-0.28704 0.7845-0.39715 0.049445-0.0194 0.10278-0.030962 0.15299-0.048825 0.23327-0.084875 0.47095-0.16243 0.71941-0.21159 0.31035-0.05985 0.6287-0.0944 0.95703-0.0944h6.6667v-5c0-1.8467-1.4866-3.3333-3.3333-3.3333zm0 0.83333c0.46167 0 0.83333 0.37167 0.83333 0.83333s-0.37167 0.83333-0.83333 0.83333-0.83333-0.37167-0.83333-0.83333 0.37167-0.83333 0.83333-0.83333zm8.3333 4.1667v1.6667c0 1.4812-0.65308 2.7969-1.6699 3.7109-0.22024 0.19763-0.45764 0.37622-0.70964 0.53385-2e-3 0.0013-0.0045 2e-3 -0.0065 0.0033-0.24818 0.15475-0.50993 0.28703-0.7845 0.39714-0.04945 0.0194-0.10279 0.03098-0.153 0.04883-0.23328 0.08488-0.47096 0.16244-0.71941 0.21159-0.31035 0.05985-0.6287 0.0944-0.95703 0.0944h-6.6667v5c0 1.8466 1.4866 3.3333 3.3333 3.3333h3.3333c1.8467 5e-6 3.3333-1.4867 3.3333-3.3333h-5v-1.6667h6.6667c1.8467 0 3.3333-1.4867 3.3333-3.3333v-3.3333c0-1.8467-1.4867-3.3333-3.3333-3.3333zm-5 12.5c0.46167 0 0.83333 0.37167 0.83333 0.83333 0 0.46167-0.37167 0.83333-0.83333 0.83333-0.46167 0-0.83333-0.37167-0.83333-0.83333 0-0.46167 0.37167-0.83333 0.83333-0.83333z" fill="#f59e16" stroke-width="1.6667"/> + <path d="m3.6449 15.905c-1.0799-0.23814-1.9515-0.96024-2.3667-1.9609-0.23798-0.57353-0.2435-0.6405-0.2435-2.9573 0-2.4426-4.382e-4 -2.4387 0.35679-3.1674 0.15485-0.31587 0.27272-0.47309 0.59404-0.79237 0.61042-0.60654 1.1535-0.87745 1.9611-0.97826 0.24461-0.030533 1.6685-0.0493 3.7405-0.0493h3.3455v-1.678h-5.025l0.020892-0.19809c0.043445-0.41194 0.12282-0.76663 0.2315-1.0344 0.28459-0.70131 0.91079-1.3795 1.5731-1.7036 0.70139-0.34329 0.70088-0.34322 2.9604-0.36191 1.3056-0.010799 2.1368 0.00118 2.3472 0.033828 0.74508 0.1156 1.36 0.42821 1.8771 0.95435 0.38217 0.3888 0.62886 0.78959 0.80494 1.3078l0.12671 0.37288 0.02794 5.6165-3.4628 2.797e-4c-3.7992 2.8e-4 -3.9821 0.010868-4.7579 0.27498-1.6385 0.55781-2.833 1.853-3.3061 3.5847-0.084508 0.30932-0.10069 0.52546-0.11839 1.5818l-0.020511 1.2235-0.19356-0.0037c-0.10646-2e-3 -0.31941-0.03146-0.47322-0.06537zm5.9786-12.448c0.23032-0.096235 0.37788-0.23824 0.48202-0.46388 0.10874-0.23561 0.10887-0.41585 4.85e-4 -0.65447-0.22285-0.4906-0.79509-0.6686-1.2228-0.38036-0.57245 0.38577-0.50672 1.1986 0.11993 1.4832 0.23169 0.10524 0.39574 0.10933 0.62037 0.015472z" fill="#59f" stroke="#59f" stroke-width=".18644"/> + <path d="m3.8769 16.021c-1.2932-0.19009-2.3276-1.0581-2.7783-2.3311-0.10462-0.29556-0.10766-0.35367-0.12435-2.3767-0.02134-2.5866-0.0035742-2.7756 0.32413-3.4486 0.20725-0.42558 0.2898-0.53952 0.64158-0.88559 0.46207-0.45457 0.84593-0.697 1.3787-0.87072 0.35486-0.11571 0.44157-0.12338 1.7945-0.15867 0.78189-0.020394 2.4127-0.038555 3.6239-0.040356l2.2023-0.00327v-1.4915h-5.017l0.039441-0.33792c0.082337-0.70546 0.25768-1.1849 0.61798-1.6898 0.42952-0.60191 1.1146-1.096 1.8194-1.3123 0.25572-0.078458 0.47917-0.085803 2.6102-0.085803h2.3305l0.37288 0.12699c0.53022 0.18057 0.9215 0.42591 1.3262 0.83156 0.39706 0.398 0.6012 0.71448 0.81882 1.2694l0.14988 0.38221 0.05924 5.803h-3.4512c-2.1311 0-3.6243 0.01902-3.9038 0.049728-1.8332 0.20141-3.4435 1.5466-4.0833 3.4109-0.16642 0.48492-0.2114 0.87998-0.21359 1.8762-0.00101 0.46144-0.015071 0.9491-0.031236 1.0837-0.032921 0.27408-0.022253 0.2699-0.50691 0.19866zm5.8238-12.697c0.22793-0.13357 0.39978-0.41605 0.39978-0.65711 0-0.38236-0.38671-0.76907-0.76907-0.76907-0.37964 0-0.76907 0.38942-0.76907 0.76907 0 0.22876 0.1764 0.52469 0.38858 0.65187 0.25028 0.15002 0.49975 0.15176 0.74977 0.00524z" fill="#59f" stroke="#59f" stroke-width=".18644"/> + <path d="m8.4791 20.868c-1.1305-0.3003-2.0097-1.1819-2.3497-2.3563-0.10661-0.36823-0.10735-0.38954-0.10735-3.0975v-2.7267l3.7521-0.0245c4.0868-0.02668 3.7551-0.0052 4.6099-0.299 0.68486-0.23541 1.3543-0.67684 1.9039-1.2554 0.75974-0.7998 1.219-1.7686 1.3618-2.8724 0.02487-0.19227 0.04587-0.77332 0.04666-1.2912l0.0014-0.94166 0.2447 0.025284c1.4235 0.14709 2.5831 1.1278 2.928 2.4764 0.0826 0.32295 0.09004 0.52992 0.09004 2.5022 0 2.3009-0.0047 2.3571-0.24808 2.9596-0.38832 0.96139-1.3874 1.7661-2.4289 1.9562-0.18272 0.03336-1.4679 0.0505-3.7871 0.0505h-3.5105v1.7246h4.9873v0.15458c0 0.69752-0.41873 1.6179-0.98356 2.1619-0.43106 0.41516-0.71671 0.5953-1.2587 0.79375l-0.34464 0.1262-2.2839 0.0118c-2.1321 0.01102-2.3065 0.0058-2.6234-0.07838zm4.5484-0.76527c0.14329-0.07486 0.34581-0.28173 0.42313-0.43224 0.07192-0.13999 0.06565-0.49923-0.01187-0.68041-0.23374-0.54628-0.98118-0.67393-1.3894-0.23729-0.15562 0.16644-0.22436 0.34315-0.22436 0.57672 0 0.33492 0.19378 0.64097 0.48941 0.77292 0.18463 0.08241 0.55566 0.08257 0.71312 3.26e-4z" fill="#fd5" stroke="#fd5" stroke-width=".18644"/> + <path class="ColorScheme-Text" d="m16 11c-2.7614 0-5 2.2386-5 5 0 2.7614 2.2386 5 5 5s5-2.2386 5-5c0-2.7614-2.2386-5-5-5zm0 0.83333c2.3012 0 4.1667 1.8655 4.1667 4.1667 0 2.3012-1.8655 4.1667-4.1667 4.1667s-4.1667-1.8655-4.1667-4.1667c0-2.3012 1.8655-4.1667 4.1667-4.1667zm-0.83333 0.83333v4.1667h4.1667v-0.83333h-3.3333v-3.3333z" color="#eff0f1" fill="#232629"/> + <path d="m15.425 20.099c-0.87388-0.13689-1.8884-0.66387-2.4281-1.2612-0.73662-0.81535-1.1045-1.7434-1.1084-2.7961-0.0044-1.1968 0.35934-2.0854 1.2035-2.9402 1.1303-1.1443 2.7246-1.5196 4.2388-0.99762 0.67674 0.23326 1.1752 0.55884 1.6773 1.0956 0.47606 0.50891 0.68688 0.86198 0.90797 1.5206 0.49773 1.4827 0.11458 3.0617-1.0165 4.1891-0.7521 0.74967-1.6025 1.1343-2.6759 1.2101-0.25378 0.01792-0.61325 0.0088-0.79883-0.02026zm3.9299-3.6948v-0.46142h-3.2958v-3.2958h-0.92283v4.2187h4.2187z" fill="#f9f9f9" stroke="#f9f9f9" stroke-width=".13183"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/projectClose.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path d="m3.5 1v1.25 1.25h-2.5v3.75h2.5v7.5h-2.5v3.75h2.5v2.5h1.25 6.25v-1.25h-6.25v-13.75h15v5h1.25v-8.75-1.25h-17.5zm1.25 1.25h15v2.5h-15v-1.25-1.25z" color="#eff0f1" fill="#232629"/> + <path class="ColorScheme-NegativeText" d="M 13.2726,12 12,13.2726 15.2274,16.500002 12,19.7274 13.2726,21 16.500002,17.7726 19.7274,21 21,19.7274 17.7726,16.500002 21,13.2726 19.7274,12 16.500002,15.2274 Z" fill="#da4453"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/projectFind.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path d="m3.5 1v1.25 1.25h-2.5v3.75h2.5v7.5h-2.5v3.75h2.5v2.5h1.25 6.25v-1.25h-6.25v-13.75h15v5h1.25v-8.75-1.25h-17.5zm1.25 1.25h15v2.5h-15v-1.25-1.25z" color="#eff0f1" fill="#232629"/> + <path d="m14.75 12.25c1.385 0 2.5 1.115 2.5 2.5s-1.115 2.5-2.5 2.5-2.5-1.115-2.5-2.5 1.115-2.5 2.5-2.5m0-1.25c-2.0775 0-3.75 1.6725-3.75 3.75s1.6725 3.75 3.75 3.75c0.81174 0 1.5579-0.26073 2.1704-0.6958l3.1958 3.1958 0.88379-0.88379-3.1958-3.1958c0.43507-0.61247 0.6958-1.3587 0.6958-2.1704 0-2.0775-1.6725-3.75-3.75-3.75" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/projectForms.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" fill="#000000" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <g transform="matrix(1 0 0 .97561 0 .5122)" fill="#232629"> + <path d="m3.9088 0.5c-0.17884 0-0.39742 0.093061-0.52123 0.22024-0.71841 0.72277-1.4383 1.444-2.1613 2.1637-0.12534 0.12408-0.22622 0.34743-0.22622 0.53975v0.00155c0.00306 3.3331 0.00306 10.102 0.00306 10.176v0.39706h0.3913c0.07337 0 9.8514-0.0016 14.691 0.0016 0.19565 0 0.41729-0.10236 0.54416-0.22955l0.0016-0.0016c0.71074-0.71812 1.4246-1.4331 2.1414-2.145 0.13446-0.13494 0.2277-0.36604 0.2277-0.55526-0.003058-3.3238 0-10.171 0-10.171v-0.39706zm0.018342 0.79411h14.29c0 0.49787-3e-3 6.5716 0 9.7698-0.71535 0.71036-1.4292 1.4254-2.1384 2.1419-4.7125-0.0031-13.732-0.0031-14.293-0.0016 0-0.55526 0-6.5514-0.00306-9.762 0.71688-0.71341 1.4322-1.4284 2.1445-2.1481zm3.7617 1.5882c-0.12381 0-0.24609 0.00309-0.3699 0.00775-0.29959 0.012413-0.5946 0.063596-0.88349 0.1489-0.65421 0.19698-1.1449 0.59093-1.4307 1.2191-0.099355 0.21869-0.18342 0.44669-0.25068 0.67779-0.18495 0.63281-0.22317 1.2842-0.23081 1.9372-0.00459 0.44049 0.0214 0.87942 0.084069 1.3153 0.061141 0.40791 0.15591 0.80652 0.31641 1.1896 0.29042 0.68865 0.80095 1.1214 1.5194 1.3106 0.62517 0.16596 1.2565 0.18767 1.9076 0.09617 0.32711 0.5351 0.65727 1.0779 0.99202 1.627 0.39589-0.18613 0.77191-0.36139 1.1586-0.54286-0.31946-0.51493-0.6267-1.0128-0.93088-1.5045 0.13298-0.12098 0.26444-0.228 0.3806-0.34898 0.30112-0.32106 0.48302-0.70726 0.60224-1.1276 0.16967-0.60024 0.21247-1.2175 0.22775-1.8364 0.010701-0.47926-0.019872-0.95697-0.084069-1.4316-0.061141-0.44204-0.16661-0.87322-0.34698-1.2842-0.30724-0.69795-0.82999-1.1353-1.5652-1.3277-0.36226-0.09306-0.72758-0.12408-1.096-0.12563zm4.659 0.79411v1.5882h-0.78261v1.1912h0.78261v2.7794c0 0.30555 0.06266 0.64056 0.18342 0.92595 0.10088 0.24041 0.27055 0.40947 0.50747 0.51338 0.18037 0.07756 0.36838 0.11788 0.5625 0.13649 0.37143 0.03412 0.80248-0.02636 1.1678-0.09151 0.10394-0.01861 0.20635-0.04033 0.31794-0.06203-0.01069-0.32416-0.02752-0.75844-0.05349-1.0702-0.04128-0.00304-0.06266-0.00934-0.0856-0.00776-0.24456 0.00934-0.55333 0.048083-0.79789 0.052729-0.10547 0.00158-0.21247-0.00934-0.31641-0.031028-0.13145-0.027922-0.21858-0.11633-0.25526-0.24971-0.01376-0.055834-0.02905-0.11013-0.03211-0.16596-0.01681-0.20939-0.02293-0.53355-0.02446-0.74448-0.0046-0.75069 0-1.9853 0-1.9853h1.5652v-1.1912h-1.5652v-1.5882zm-4.6972 0.40481c0.23234 0 0.46315 0.027917 0.69395 0.085305 0.39895 0.099264 0.69701 0.31641 0.88043 0.65608 0.1605 0.29159 0.24915 0.60334 0.29042 0.9244 0.048915 0.38775 0.071838 0.7786 0.09324 1.0206-0.019872 0.67159-0.035154 1.1927-0.1819 1.703-0.030573 0.10857-0.068787 0.21559-0.11158 0.31951-0.16508 0.40946-0.49066 0.65918-0.95228 0.76775-0.4662 0.10857-0.93852 0.11011-1.4078 0.0030375-0.49219-0.11163-0.82388-0.38306-0.99813-0.81579-0.14062-0.35053-0.21552-0.71191-0.23539-1.0811-0.022926-0.41412-0.032098-0.82979-0.019871-1.2439 0.010699-0.44824 0.076427-0.89183 0.23692-1.3184 0.033628-0.088402 0.074898-0.17526 0.1177-0.25902 0.18342-0.35208 0.48913-0.57232 0.89878-0.67624 0.23081-0.057387 0.46315-0.085306 0.69548-0.085306z" stroke-width=".39417"/> + <path class="ColorScheme-Text" d="m17.999 11-6.9987 6.9987v3.0013h3.0013l6.9987-6.9987zm-1.7074 2.9085 1.8001 1.8001-2.6449 2.6465v-0.56315l-0.84473 0.0179h-0.86263v-1.3509l1.2012-1.1995zm-3.3968 3.3952v1.3509h1.6895l0.0179 0.54362-0.90006 0.90169h-1.2012l-0.60059-0.60059v-1.2012z"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/projectInterfaces.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg"> + <g transform="translate(0 -291.18)" fill="none"> + <circle cx="2.9101" cy="294.07" r="1.4302" stroke="#232629" stroke-width=".61294"/> + <g transform="matrix(.43758 0 0 .43758 .12457 166.9)" stroke="#da4453"> + <rect x="4.259" y="290.41" width="5.9853" height=".43437" stroke-width=".8885"/> + <path transform="matrix(.99914 0 0 1.0004 .0035576 -.13862)" d="m11.471 290.65-0.86826 0.50129v-1.0026z" stroke-width=".94873"/> + <path transform="matrix(-.99914 0 0 1.0004 12.729 -.13862)" d="m11.471 290.65-0.86826 0.50129v-1.0026z" stroke-width=".94873"/> + </g> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/projectNew.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path d="m3.5 1v1.25 1.25h-2.5v3.75h2.5v7.5h-2.5v3.75h2.5v2.5h1.25 6.25v-1.25h-6.25v-13.75h15v5h1.25v-8.75-1.25h-17.5zm1.25 1.25h15v2.5h-15v-1.25-1.25z" color="#eff0f1" fill="#232629"/> + <path d="m15 11v4h-4v2h4v4h2v-4h4v-2h-4v-4z" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/projectOpen.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path d="m3.5 1v1.25 1.25h-2.5v3.75h2.5v7.5h-2.5v3.75h2.5v2.5h1.25 6.25v-1.25h-6.25v-13.75h15v5h1.25v-8.75-1.25h-17.5zm1.25 1.25h15v2.5h-15v-1.25-1.25z" color="#eff0f1" fill="#232629"/> + <path class="ColorScheme-Text" d="m12 12v9h9v-7.5h-3.7441l-1.5-1.5-0.0059 0.0059v-0.0059h-3zm0.75 0.75h2.6938l0.75146 0.75h-0.44531v0.0059l-0.0058-0.0059-1.5 1.5h-1.4941zm0 3h7.5v4.5h-7.5z" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/projectOthers.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path d="m2 1v20h11.571v-1.25h-10.286v-17.5h10.286v5h5.1429v7.5h1.2857v-8.7598l-5.1328-4.9902-0.01004 0.012207v-0.012207h-11.571z" fill="#232629"/> + <path d="m13.571 20.401h5.8129v-5.6514" fill="none" stroke="#232629" stroke-width="1.2142px"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/projectProps.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m3.5 1v2.5h-2.5v3.75h2.5v7.5h-2.5v3.75h2.5v2.5h17.5v-20zm1.25 1.25h15v2.5h-15v-1.25zm0 3.75h15v13.75h-15z" color="#eff0f1" fill="#232629"/> + <path d="m11 14v1.5h7.5v-1.5zm0-4.5v1.5h7.5v-1.5zm-4.5-1.5v9h3v-9z" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/projectResources.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m3.5 1v2.5h-2.5v3.75h2.5v7.5h-2.5v3.75h2.5v2.5h17.5v-20zm1.25 1.25h15v2.5h-15v-1.25zm0 3.75h15v13.75h-15z" color="#eff0f1" fill="#232629"/> + <path d="m14 16.75v1.25h3v-1.25zm-6-3.75v1.25h9v-1.25zm0-5v1.25h9v-1.25z" fill="#5fd38d"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/projectSave.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path d="m3.5 1v1.25 1.25h-2.5v3.75h2.5v7.5h-2.5v3.75h2.5v2.5h1.25 6.25v-1.25h-6.25v-13.75h15v5h1.25v-8.75-1.25h-17.5zm1.25 1.25h15v2.5h-15v-1.25-1.25z" color="#eff0f1" fill="#232629"/> + <path class="ColorScheme-Text" d="m12 12v9h9v-7.1424h-0.0044l0.0044-0.0055-1.8523-1.8521-0.0044 0.0055v-0.0055h-0.3933zm0.5625 0.56353h1.6875v2.8122h4.5v-2.8122h0.1648l1.5227 1.5225v6.3515h-1.125v-3.937h-5.625v3.937h-1.125zm2.25 0h2.194v2.2497h-2.194zm-0.5625 4.4995h4.5v3.3746h-4.5z" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/projectSaveAs.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path d="m3.5 1v1.25 1.25h-2.5v3.75h2.5v7.5h-2.5v3.75h2.5v2.5h1.25 6.25v-1.25h-6.25v-13.75h15v5h1.25v-8.75-1.25h-17.5zm1.25 1.25h15v2.5h-15v-1.25-1.25z" color="#eff0f1" fill="#232629"/> + <path class="ColorScheme-Text" d="m12 12.5v8.4969h4.5v-0.53096h-2.5v-3.186h2.5v-0.531h-3v3.717h-1v-7.4339h1.5v2.655h4v-2.655h0.14648l1.3535 1.4374v1.7486h0.5v-1.9643h-0.0039l0.0039-0.0051-1.6465-1.7486-0.0039 0.0051v-0.0051h-0.34961zm2.5 0.53203h1.9502v2.124h-1.9502zm5.5 3.717-0.49805 0.52788h-0.0019l-2.5 2.6539 0.0039 0.0051-0.0019 0.53307h-0.0019v0.531h1l0.0029-0.0051h0.0068l-0.0029-0.0051 0.49316-0.52374 2-2.1219-0.35254-0.37647-2.4951 2.6477-0.29688-0.31424 2.4961-2.6488 0.2959 0.31528 0.35254 0.37336 0.49996-0.531z" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/projectSources.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path d="m2 1v20h11.571v-1.25h-10.286v-17.5h10.286v5h5.1429v7.5h1.2857v-8.7598l-5.1328-4.9902-0.01004 0.012207v-0.012207h-11.571z" fill="#232629"/> + <path d="m13.571 20.401h5.8129v-5.6514" fill="none" stroke="#232629" stroke-width="1.2142px"/> + <path d="m12.5 17.25v1.25h3v-1.25zm-6-3.75v1.25h9v-1.25zm0-5v1.25h9v-1.25z" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/projectSourcesJavaScript.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path d="m2 1v20h11.571v-1.25h-10.286v-17.5h10.286v5h5.1429v7.5h1.2857v-8.7598l-5.1328-4.9902-0.01004 0.012207v-0.012207h-11.571z" fill="#232629"/> + <path d="m13.571 20.401h5.8129v-5.6514" fill="none" stroke="#232629" stroke-width="1.2142px"/> + <path d="m8.0449 3c-1.7768 0-2.5215 0.70636-2.5215 2.5098v2.4414c0 1.1138-0.0342 2.4043-1.0156 2.4043h-0.50781v1.2891h0.50781c0.98148 0 1.0156 1.2905 1.0156 2.4043v2.4414c0 1.8034 0.74465 2.5098 2.5215 2.5098v-1.1836c-1.1846 0-1.2012-0.47834-1.2012-2.2109v-2.0156c0-0.8309-0.2047-2.0674-1.2031-2.5801 0.99842-0.5127 1.2031-1.751 1.2031-2.582v-2.0332c0-1.7326 0.016602-2.2109 1.2012-2.2109zm1.8945 0v1.1836c1.1846 0 1.2168 0.47834 1.2168 2.2109v2.0332c0 0.831 0.2047 2.0693 1.2031 2.582-0.99842 0.5127-1.2031 1.7492-1.2031 2.5801v2.0156c0 1.7326-0.0322 2.2109-1.2168 2.2109v1.1836c1.7768 0 2.5371-0.70637 2.5371-2.5098v-2.4414c0-1.1138 0.06859-2.4043 1.0332-2.4043h0.49023v-1.2891h-0.49023c-0.96457 0-1.0332-1.2905-1.0332-2.4043v-2.4414c0-1.8034-0.76027-2.5098-2.5371-2.5098zm-0.93945 5a1 1 0 0 0-1 1 1 1 0 0 0 1 1 1 1 0 0 0 1-1 1 1 0 0 0-1-1zm0 4a1 1 0 0 0-1 1 1 1 0 0 0 1 1v1h0.13086c0.23727-0.257 0.68629-1.0093 0.81445-1.6758a1 1 0 0 0 0.05469-0.29297 1 1 0 0 0 0-0.03125 1 1 0 0 0-1-1z" fill="#ffa555"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/projectSourcesPy.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg"> + <path d="m9.3333 1c-1.8467 0-3.3333 1.4867-3.3333 3.3333h5v1.6667h-6.6667c-1.8467 0-3.3333 1.4867-3.3333 3.3333v3.3333c0 1.8467 1.4867 3.3333 3.3333 3.3333v-1.6667c0-1.4812 0.64983-2.7937 1.6667-3.7077 0.00113-1e-3 0.00211-0.0023 0.00325-0.0032 0.22024-0.19762 0.45764-0.37623 0.70964-0.53385 0.00205-0.0013 0.00445-2e-3 0.00651-0.0033 0.24818-0.15476 0.50993-0.28704 0.7845-0.39715 0.049445-0.0194 0.10278-0.030962 0.15299-0.048825 0.23327-0.084875 0.47095-0.16243 0.71941-0.21159 0.31035-0.05985 0.6287-0.0944 0.95703-0.0944h6.6667v-5c0-1.8467-1.4866-3.3333-3.3333-3.3333zm0 0.83333c0.46167 0 0.83333 0.37167 0.83333 0.83333s-0.37167 0.83333-0.83333 0.83333-0.83333-0.37167-0.83333-0.83333 0.37167-0.83333 0.83333-0.83333zm8.3333 4.1667v1.6667c0 1.4812-0.65308 2.7969-1.6699 3.7109-0.22024 0.19763-0.45764 0.37622-0.70964 0.53385-2e-3 0.0013-0.0045 2e-3 -0.0065 0.0033-0.24818 0.15475-0.50993 0.28703-0.7845 0.39714-0.04945 0.0194-0.10279 0.03098-0.153 0.04883-0.23328 0.08488-0.47096 0.16244-0.71941 0.21159-0.31035 0.05985-0.6287 0.0944-0.95703 0.0944h-6.6667v5c0 1.8466 1.4866 3.3333 3.3333 3.3333h3.3333c1.8467 5e-6 3.3333-1.4867 3.3333-3.3333h-5v-1.6667h6.6667c1.8467 0 3.3333-1.4867 3.3333-3.3333v-3.3333c0-1.8467-1.4867-3.3333-3.3333-3.3333zm-5 12.5c0.46167 0 0.83333 0.37167 0.83333 0.83333 0 0.46167-0.37167 0.83333-0.83333 0.83333-0.46167 0-0.83333-0.37167-0.83333-0.83333 0-0.46167 0.37167-0.83333 0.83333-0.83333z" fill="#f59e16" stroke-width="1.6667"/> + <path d="m3.6449 15.905c-1.0799-0.23814-1.9515-0.96024-2.3667-1.9609-0.23798-0.57353-0.2435-0.6405-0.2435-2.9573 0-2.4426-4.382e-4 -2.4387 0.35679-3.1674 0.15485-0.31587 0.27272-0.47309 0.59404-0.79237 0.61042-0.60654 1.1535-0.87745 1.9611-0.97826 0.24461-0.030533 1.6685-0.0493 3.7405-0.0493h3.3455v-1.678h-5.025l0.020892-0.19809c0.043445-0.41194 0.12282-0.76663 0.2315-1.0344 0.28459-0.70131 0.91079-1.3795 1.5731-1.7036 0.70139-0.34329 0.70088-0.34322 2.9604-0.36191 1.3056-0.010799 2.1368 0.00118 2.3472 0.033828 0.74508 0.1156 1.36 0.42821 1.8771 0.95435 0.38217 0.3888 0.62886 0.78959 0.80494 1.3078l0.12671 0.37288 0.02794 5.6165-3.4628 2.797e-4c-3.7992 2.8e-4 -3.9821 0.010868-4.7579 0.27498-1.6385 0.55781-2.833 1.853-3.3061 3.5847-0.084508 0.30932-0.10069 0.52546-0.11839 1.5818l-0.020511 1.2235-0.19356-0.0037c-0.10646-2e-3 -0.31941-0.03146-0.47322-0.06537zm5.9786-12.448c0.23032-0.096235 0.37788-0.23824 0.48202-0.46388 0.10874-0.23561 0.10887-0.41585 4.85e-4 -0.65447-0.22285-0.4906-0.79509-0.6686-1.2228-0.38036-0.57245 0.38577-0.50672 1.1986 0.11993 1.4832 0.23169 0.10524 0.39574 0.10933 0.62037 0.015472z" fill="#59f" stroke="#59f" stroke-width=".18644"/> + <path d="m3.8769 16.021c-1.2932-0.19009-2.3276-1.0581-2.7783-2.3311-0.10462-0.29556-0.10766-0.35367-0.12435-2.3767-0.02134-2.5866-0.0035742-2.7756 0.32413-3.4486 0.20725-0.42558 0.2898-0.53952 0.64158-0.88559 0.46207-0.45457 0.84593-0.697 1.3787-0.87072 0.35486-0.11571 0.44157-0.12338 1.7945-0.15867 0.78189-0.020394 2.4127-0.038555 3.6239-0.040356l2.2023-0.00327v-1.4915h-5.017l0.039441-0.33792c0.082337-0.70546 0.25768-1.1849 0.61798-1.6898 0.42952-0.60191 1.1146-1.096 1.8194-1.3123 0.25572-0.078458 0.47917-0.085803 2.6102-0.085803h2.3305l0.37288 0.12699c0.53022 0.18057 0.9215 0.42591 1.3262 0.83156 0.39706 0.398 0.6012 0.71448 0.81882 1.2694l0.14988 0.38221 0.05924 5.803h-3.4512c-2.1311 0-3.6243 0.01902-3.9038 0.049728-1.8332 0.20141-3.4435 1.5466-4.0833 3.4109-0.16642 0.48492-0.2114 0.87998-0.21359 1.8762-0.00101 0.46144-0.015071 0.9491-0.031236 1.0837-0.032921 0.27408-0.022253 0.2699-0.50691 0.19866zm5.8238-12.697c0.22793-0.13357 0.39978-0.41605 0.39978-0.65711 0-0.38236-0.38671-0.76907-0.76907-0.76907-0.37964 0-0.76907 0.38942-0.76907 0.76907 0 0.22876 0.1764 0.52469 0.38858 0.65187 0.25028 0.15002 0.49975 0.15176 0.74977 0.00524z" fill="#59f" stroke="#59f" stroke-width=".18644"/> + <path d="m8.4791 20.868c-1.1305-0.3003-2.0097-1.1819-2.3497-2.3563-0.10661-0.36823-0.10735-0.38954-0.10735-3.0975v-2.7267l3.7521-0.0245c4.0868-0.02668 3.7551-0.0052 4.6099-0.299 0.68486-0.23541 1.3543-0.67684 1.9039-1.2554 0.75974-0.7998 1.219-1.7686 1.3618-2.8724 0.02487-0.19227 0.04587-0.77332 0.04666-1.2912l0.0014-0.94166 0.2447 0.025284c1.4235 0.14709 2.5831 1.1278 2.928 2.4764 0.0826 0.32295 0.09004 0.52992 0.09004 2.5022 0 2.3009-0.0047 2.3571-0.24808 2.9596-0.38832 0.96139-1.3874 1.7661-2.4289 1.9562-0.18272 0.03336-1.4679 0.0505-3.7871 0.0505h-3.5105v1.7246h4.9873v0.15458c0 0.69752-0.41873 1.6179-0.98356 2.1619-0.43106 0.41516-0.71671 0.5953-1.2587 0.79375l-0.34464 0.1262-2.2839 0.0118c-2.1321 0.01102-2.3065 0.0058-2.6234-0.07838zm4.5484-0.76527c0.14329-0.07486 0.34581-0.28173 0.42313-0.43224 0.07192-0.13999 0.06565-0.49923-0.01187-0.68041-0.23374-0.54628-0.98118-0.67393-1.3894-0.23729-0.15562 0.16644-0.22436 0.34315-0.22436 0.57672 0 0.33492 0.19378 0.64097 0.48941 0.77292 0.18463 0.08241 0.55566 0.08257 0.71312 3.26e-4z" fill="#fd5" stroke="#fd5" stroke-width=".18644"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/projectSourcesPyMixed.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg"> + <path d="m9.3333 1c-1.8467 0-3.3333 1.4867-3.3333 3.3333h5v1.6667h-6.6667c-1.8467 0-3.3333 1.4867-3.3333 3.3333v3.3333c0 1.8467 1.4867 3.3333 3.3333 3.3333v-1.6667c0-1.4812 0.64983-2.7937 1.6667-3.7077 0.00113-1e-3 0.00211-0.0023 0.00325-0.0032 0.22024-0.19762 0.45764-0.37623 0.70964-0.53385 0.00205-0.0013 0.00445-2e-3 0.00651-0.0033 0.24818-0.15476 0.50993-0.28704 0.7845-0.39715 0.049445-0.0194 0.10278-0.030962 0.15299-0.048825 0.23327-0.084875 0.47095-0.16243 0.71941-0.21159 0.31035-0.05985 0.6287-0.0944 0.95703-0.0944h6.6667v-5c0-1.8467-1.4866-3.3333-3.3333-3.3333zm0 0.83333c0.46167 0 0.83333 0.37167 0.83333 0.83333s-0.37167 0.83333-0.83333 0.83333-0.83333-0.37167-0.83333-0.83333 0.37167-0.83333 0.83333-0.83333zm8.3333 4.1667v1.6667c0 1.4812-0.65308 2.7969-1.6699 3.7109-0.22024 0.19763-0.45764 0.37622-0.70964 0.53385-2e-3 0.0013-0.0045 2e-3 -0.0065 0.0033-0.24818 0.15475-0.50993 0.28703-0.7845 0.39714-0.04945 0.0194-0.10279 0.03098-0.153 0.04883-0.23328 0.08488-0.47096 0.16244-0.71941 0.21159-0.31035 0.05985-0.6287 0.0944-0.95703 0.0944h-6.6667v5c0 1.8466 1.4866 3.3333 3.3333 3.3333h3.3333c1.8467 5e-6 3.3333-1.4867 3.3333-3.3333h-5v-1.6667h6.6667c1.8467 0 3.3333-1.4867 3.3333-3.3333v-3.3333c0-1.8467-1.4867-3.3333-3.3333-3.3333zm-5 12.5c0.46167 0 0.83333 0.37167 0.83333 0.83333 0 0.46167-0.37167 0.83333-0.83333 0.83333-0.46167 0-0.83333-0.37167-0.83333-0.83333 0-0.46167 0.37167-0.83333 0.83333-0.83333z" fill="#f59e16" stroke-width="1.6667"/> + <path d="m3.6449 15.905c-1.0799-0.23814-1.9515-0.96024-2.3667-1.9609-0.23798-0.57353-0.2435-0.6405-0.2435-2.9573 0-2.4426-4.382e-4 -2.4387 0.35679-3.1674 0.15485-0.31587 0.27272-0.47309 0.59404-0.79237 0.61042-0.60654 1.1535-0.87745 1.9611-0.97826 0.24461-0.030533 1.6685-0.0493 3.7405-0.0493h3.3455v-1.678h-5.025l0.020892-0.19809c0.043445-0.41194 0.12282-0.76663 0.2315-1.0344 0.28459-0.70131 0.91079-1.3795 1.5731-1.7036 0.70139-0.34329 0.70088-0.34322 2.9604-0.36191 1.3056-0.010799 2.1368 0.00118 2.3472 0.033828 0.74508 0.1156 1.36 0.42821 1.8771 0.95435 0.38217 0.3888 0.62886 0.78959 0.80494 1.3078l0.12671 0.37288 0.02794 5.6165-3.4628 2.797e-4c-3.7992 2.8e-4 -3.9821 0.010868-4.7579 0.27498-1.6385 0.55781-2.833 1.853-3.3061 3.5847-0.084508 0.30932-0.10069 0.52546-0.11839 1.5818l-0.020511 1.2235-0.19356-0.0037c-0.10646-2e-3 -0.31941-0.03146-0.47322-0.06537zm5.9786-12.448c0.23032-0.096235 0.37788-0.23824 0.48202-0.46388 0.10874-0.23561 0.10887-0.41585 4.85e-4 -0.65447-0.22285-0.4906-0.79509-0.6686-1.2228-0.38036-0.57245 0.38577-0.50672 1.1986 0.11993 1.4832 0.23169 0.10524 0.39574 0.10933 0.62037 0.015472z" fill="#59f" stroke="#59f" stroke-width=".18644"/> + <path d="m3.8769 16.021c-1.2932-0.19009-2.3276-1.0581-2.7783-2.3311-0.10462-0.29556-0.10766-0.35367-0.12435-2.3767-0.02134-2.5866-0.0035742-2.7756 0.32413-3.4486 0.20725-0.42558 0.2898-0.53952 0.64158-0.88559 0.46207-0.45457 0.84593-0.697 1.3787-0.87072 0.35486-0.11571 0.44157-0.12338 1.7945-0.15867 0.78189-0.020394 2.4127-0.038555 3.6239-0.040356l2.2023-0.00327v-1.4915h-5.017l0.039441-0.33792c0.082337-0.70546 0.25768-1.1849 0.61798-1.6898 0.42952-0.60191 1.1146-1.096 1.8194-1.3123 0.25572-0.078458 0.47917-0.085803 2.6102-0.085803h2.3305l0.37288 0.12699c0.53022 0.18057 0.9215 0.42591 1.3262 0.83156 0.39706 0.398 0.6012 0.71448 0.81882 1.2694l0.14988 0.38221 0.05924 5.803h-3.4512c-2.1311 0-3.6243 0.01902-3.9038 0.049728-1.8332 0.20141-3.4435 1.5466-4.0833 3.4109-0.16642 0.48492-0.2114 0.87998-0.21359 1.8762-0.00101 0.46144-0.015071 0.9491-0.031236 1.0837-0.032921 0.27408-0.022253 0.2699-0.50691 0.19866zm5.8238-12.697c0.22793-0.13357 0.39978-0.41605 0.39978-0.65711 0-0.38236-0.38671-0.76907-0.76907-0.76907-0.37964 0-0.76907 0.38942-0.76907 0.76907 0 0.22876 0.1764 0.52469 0.38858 0.65187 0.25028 0.15002 0.49975 0.15176 0.74977 0.00524z" fill="#59f" stroke="#59f" stroke-width=".18644"/> + <path d="m8.4791 20.868c-1.1305-0.3003-2.0097-1.1819-2.3497-2.3563-0.10661-0.36823-0.10735-0.38954-0.10735-3.0975v-2.7267l3.7521-0.0245c4.0868-0.02668 3.7551-0.0052 4.6099-0.299 0.68486-0.23541 1.3543-0.67684 1.9039-1.2554 0.75974-0.7998 1.219-1.7686 1.3618-2.8724 0.02487-0.19227 0.04587-0.77332 0.04666-1.2912l0.0014-0.94166 0.2447 0.025284c1.4235 0.14709 2.5831 1.1278 2.928 2.4764 0.0826 0.32295 0.09004 0.52992 0.09004 2.5022 0 2.3009-0.0047 2.3571-0.24808 2.9596-0.38832 0.96139-1.3874 1.7661-2.4289 1.9562-0.18272 0.03336-1.4679 0.0505-3.7871 0.0505h-3.5105v1.7246h4.9873v0.15458c0 0.69752-0.41873 1.6179-0.98356 2.1619-0.43106 0.41516-0.71671 0.5953-1.2587 0.79375l-0.34464 0.1262-2.2839 0.0118c-2.1321 0.01102-2.3065 0.0058-2.6234-0.07838zm4.5484-0.76527c0.14329-0.07486 0.34581-0.28173 0.42313-0.43224 0.07192-0.13999 0.06565-0.49923-0.01187-0.68041-0.23374-0.54628-0.98118-0.67393-1.3894-0.23729-0.15562 0.16644-0.22436 0.34315-0.22436 0.57672 0 0.33492 0.19378 0.64097 0.48941 0.77292 0.18463 0.08241 0.55566 0.08257 0.71312 3.26e-4z" fill="#fd5" stroke="#fd5" stroke-width=".18644"/> + <path d="m10 6v4h-4v2h4v4h2v-4h4v-2h-4v-4z" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/projectSourcesRb.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg"> + <g transform="translate(-326 -534.36)"> + <rect x="256.23" y="514.7" width="0" height="14.668" fill="#e00a5e"/> + <rect x="263.19" y="537.27" width="0" height="14.668" fill="#e00a5e"/> + <rect x="265" y="536.21" width="0" height="14.668" fill="#e00a5e"/> + <rect x="256.23" y="514.7" width="0" height="14.668" fill="#e00a5e"/> + <rect x="263.19" y="537.27" width="0" height="14.668" fill="#e00a5e"/> + <rect x="265" y="536.21" width="0" height="14.668" fill="#e00a5e"/> + <rect x="256.23" y="514.7" width="0" height="14.668" fill="#e00a5e"/> + <rect x="263.19" y="537.27" width="0" height="14.668" fill="#e00a5e"/> + <rect x="265" y="536.21" width="0" height="14.668" fill="#e00a5e"/> + <rect x="256.23" y="514.7" width="0" height="14.668" fill="#e00a5e"/> + <rect x="263.19" y="537.27" width="0" height="14.668" fill="#e00a5e"/> + <rect x="265" y="536.21" width="0" height="14.668" fill="#e00a5e"/> + <path d="m333.88 535.36v2.5h1.25v-2.5zm5 0v2.5h1.25v-2.5zm-9.9243 1.3501-1.001 0.75195 1.5015 1.9995 0.99854-0.74951zm16.099 0-1.499 2.002 0.99853 0.74951 1.5015-1.9995zm-13.049 2.3999-5 3.75 10 12.5 10-12.5-5-3.75zm0.41747 1.25h3.9575v1.875h-6.4575zm5.2075 0h3.9575l2.5 1.875h-6.4575zm-8.5254 3.125h7.2754v9.0942zm8.5254 0h7.2754l-7.2754 9.0942z" color="#000000" color-rendering="auto" fill="#723838" fill-rule="evenodd" image-rendering="auto" shape-rendering="auto" stroke-width="1.25"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/projectSourcesRbMixed.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg"> + <g transform="translate(-326 -534.36)"> + <rect x="256.23" y="514.7" width="0" height="14.668" fill="#e00a5e"/> + <rect x="263.19" y="537.27" width="0" height="14.668" fill="#e00a5e"/> + <rect x="265" y="536.21" width="0" height="14.668" fill="#e00a5e"/> + <rect x="256.23" y="514.7" width="0" height="14.668" fill="#e00a5e"/> + <rect x="263.19" y="537.27" width="0" height="14.668" fill="#e00a5e"/> + <rect x="265" y="536.21" width="0" height="14.668" fill="#e00a5e"/> + <rect x="256.23" y="514.7" width="0" height="14.668" fill="#e00a5e"/> + <rect x="263.19" y="537.27" width="0" height="14.668" fill="#e00a5e"/> + <rect x="265" y="536.21" width="0" height="14.668" fill="#e00a5e"/> + <rect x="256.23" y="514.7" width="0" height="14.668" fill="#e00a5e"/> + <rect x="263.19" y="537.27" width="0" height="14.668" fill="#e00a5e"/> + <rect x="265" y="536.21" width="0" height="14.668" fill="#e00a5e"/> + <path d="m333.88 535.36v2.5h1.25v-2.5zm5 0v2.5h1.25v-2.5zm-9.9243 1.3501-1.001 0.75195 1.5015 1.9995 0.99854-0.74951zm16.099 0-1.499 2.002 0.99853 0.74951 1.5015-1.9995zm-13.049 2.3999-5 3.75 10 12.5 10-12.5-5-3.75zm0.41747 1.25h3.9575v1.875h-6.4575zm5.2075 0h3.9575l2.5 1.875h-6.4575zm-8.5254 3.125h7.2754v9.0942zm8.5254 0h7.2754l-7.2754 9.0942z" color="#000000" color-rendering="auto" fill="#723838" fill-rule="evenodd" image-rendering="auto" shape-rendering="auto" stroke-width="1.25"/> + <path d="m336 540.36v4h-4v2h4v4h2v-4h4v-2h-4v-4z" fill="#232629"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/projectTranslations.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <path d="m3.9088 0.5c-0.17884 0-0.39742 0.093061-0.52123 0.22024-0.71841 0.72277-1.4383 1.444-2.1613 2.1637-0.12534 0.12408-0.22622 0.34743-0.22622 0.53975v0.00155c0.00306 3.3331 0.00306 10.102 0.00306 10.176v0.39706h0.3913c0.07337 0 9.8514-0.0016 14.691 0.0016 0.19565 0 0.41729-0.10236 0.54416-0.22955l0.0016-0.0016c0.71074-0.71812 1.4246-1.4331 2.1414-2.145 0.13446-0.13494 0.2277-0.36604 0.2277-0.55526-0.003058-3.3238 0-10.171 0-10.171v-0.39706zm0.018342 0.79411h14.29c0 0.49787-3e-3 6.5716 0 9.7698-0.71535 0.71036-1.4292 1.4254-2.1384 2.1419-4.7125-0.0031-13.732-0.0031-14.293-0.0016 0-0.55526 0-6.5514-0.00306-9.762 0.71688-0.71341 1.4322-1.4284 2.1445-2.1481zm3.7617 1.5882c-0.12381 0-0.24609 0.00309-0.3699 0.00775-0.29959 0.012413-0.5946 0.063596-0.88349 0.1489-0.65421 0.19698-1.1449 0.59093-1.4307 1.2191-0.099355 0.21869-0.18342 0.44669-0.25068 0.67779-0.18495 0.63281-0.22317 1.2842-0.23081 1.9372-0.00459 0.44049 0.0214 0.87942 0.084069 1.3153 0.061141 0.40791 0.15591 0.80652 0.31641 1.1896 0.29042 0.68865 0.80095 1.1214 1.5194 1.3106 0.62517 0.16596 1.2565 0.18767 1.9076 0.09617 0.32711 0.5351 0.65727 1.0779 0.99202 1.627 0.39589-0.18613 0.77191-0.36139 1.1586-0.54286-0.31946-0.51493-0.6267-1.0128-0.93088-1.5045 0.13298-0.12098 0.26444-0.228 0.3806-0.34898 0.30112-0.32106 0.48302-0.70726 0.60224-1.1276 0.16967-0.60024 0.21247-1.2175 0.22775-1.8364 0.010701-0.47926-0.019872-0.95697-0.084069-1.4316-0.061141-0.44204-0.16661-0.87322-0.34698-1.2842-0.30724-0.69795-0.82999-1.1353-1.5652-1.3277-0.36226-0.09306-0.72758-0.12408-1.096-0.12563zm4.659 0.79411v1.5882h-0.78261v1.1912h0.78261v2.7794c0 0.30555 0.06266 0.64056 0.18342 0.92595 0.10088 0.24041 0.27055 0.40947 0.50747 0.51338 0.18037 0.07756 0.36838 0.11788 0.5625 0.13649 0.37143 0.03412 0.80248-0.02636 1.1678-0.09151 0.10394-0.01861 0.20635-0.04033 0.31794-0.06203-0.01069-0.32416-0.02752-0.75844-0.05349-1.0702-0.04128-0.00304-0.06266-0.00934-0.0856-0.00776-0.24456 0.00934-0.55333 0.048083-0.79789 0.052729-0.10547 0.00158-0.21247-0.00934-0.31641-0.031028-0.13145-0.027922-0.21858-0.11633-0.25526-0.24971-0.01376-0.055834-0.02905-0.11013-0.03211-0.16596-0.01681-0.20939-0.02293-0.53355-0.02446-0.74448-0.0046-0.75069 0-1.9853 0-1.9853h1.5652v-1.1912h-1.5652v-1.5882zm-4.6972 0.40481c0.23234 0 0.46315 0.027917 0.69395 0.085305 0.39895 0.099264 0.69701 0.31641 0.88043 0.65608 0.1605 0.29159 0.24915 0.60334 0.29042 0.9244 0.048915 0.38775 0.071838 0.7786 0.09324 1.0206-0.019872 0.67159-0.035154 1.1927-0.1819 1.703-0.030573 0.10857-0.068787 0.21559-0.11158 0.31951-0.16508 0.40946-0.49066 0.65918-0.95228 0.76775-0.4662 0.10857-0.93852 0.11011-1.4078 0.0030375-0.49219-0.11163-0.82388-0.38306-0.99813-0.81579-0.14062-0.35053-0.21552-0.71191-0.23539-1.0811-0.022926-0.41412-0.032098-0.82979-0.019871-1.2439 0.010699-0.44824 0.076427-0.89183 0.23692-1.3184 0.033628-0.088402 0.074898-0.17526 0.1177-0.25902 0.18342-0.35208 0.48913-0.57232 0.89878-0.67624 0.23081-0.057387 0.46315-0.085306 0.69548-0.085306z" fill="#232629" stroke-width=".39417"/> + <path d="m21 12v6.5455l-2.5 2.4545v-2.4545h-7.5v-6.5455z" fill="#5fd38d"/> + <path d="m20.167 12.818h-8.3333v4.9091h8.3333z" fill="#5fd38d"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/projectUserProps.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m3.5 1v2.5h-2.5v3.75h2.5v7.5h-2.5v3.75h2.5v2.5h17.5v-20zm1.25 1.25h15v2.5h-15v-1.25zm0 3.75h15v13.75h-15z" color="#eff0f1" fill="#232629"/> + <path class="ColorScheme-Text" d="m12.249 6.75a3.027 3 0 0 0-3.027 3 3.027 3 0 0 0 3.027 3 3.027 3 0 0 0 3.027-3 3.027 3 0 0 0-3.027-3zm0 0.75a2.2702 2.25 0 0 1 2.2702 2.25 2.2702 2.25 0 0 1-2.2702 2.25 2.2702 2.25 0 0 1-2.2702-2.25 2.2702 2.25 0 0 1 2.2702-2.25zm0 6a6.0539 6 0 0 0-5.9993 5.25h0.76266a5.2972 5.25 0 0 1 5.2366-4.5 5.2972 5.25 0 0 1 5.2381 4.5h0.76266a6.0539 6 0 0 0-6.0007-5.25z" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/projectViewer.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m3.5 1v2.5h-2.5v3.75h2.5v7.5h-2.5v3.75h2.5v2.5h17.5v-20zm1.25 1.25h15v2.5h-15v-1.25zm0 3.75h15v13.75h-15z" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/protobuf.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg"> + <g transform="translate(0 -291.18)"> + <g transform="matrix(.076581 0 0 .080541 -5.9928 267.3)"> + <path d="m118.28 306.56 24.296 39.595 8.0688-13.372-15.86-26.144z" fill="none" stroke="#000" stroke-width=".26458px"/> + <path d="m118.4 358.41 15.327-26.548 8.852 14.302-7.2814 12.548z" fill="none" stroke="#000" stroke-width=".26458px"/> + <path d="m114.23 358.55-24.296-39.595-8.0688 13.372 15.86 26.144z" fill="none" stroke="#000" stroke-width=".26458px"/> + <path d="m114.11 306.71-15.327 26.548-8.852-14.302 7.2814-12.548z" fill="none" stroke="#000" stroke-width=".26458px"/> + <path transform="matrix(.26458 0 0 .26458 0 229.27)" d="m357.13 365.26c-8.6429-13.995-15.806-25.67-15.918-25.945s5.8423-10.912 13.232-23.639l13.436-23.139 22.125 0.27632c12.169 0.15198 26.054 0.47341 30.856 0.71429l8.7307 0.43796-27.841 48.214c-15.313 26.518-28.081 48.284-28.374 48.369-0.29267 0.0852-7.6036-11.295-16.246-25.29z" fill="#d43f36" stroke="#d43f36" stroke-width="1.4286"/> + <path transform="matrix(.26458 0 0 .26458 0 229.27)" d="m372.93 487.25-3.4798-0.4235-29.293-48.214c-16.111-26.518-29.304-48.568-29.318-48.999-0.0134-0.43185 6.5094-11.599 14.495-24.817 12.505-20.698 14.637-23.859 15.369-22.786 0.46713 0.68483 18.787 30.495 40.712 66.245 21.924 35.75 41.896 68.295 44.381 72.321l4.519 7.3214-26.953-0.11221c-14.824-0.0617-28.518-0.3028-30.432-0.53572z" fill="#4585f4" stroke="#4585f4" stroke-width="1.4286"/> + <path transform="matrix(.26458 0 0 .26458 0 229.27)" d="m493.83 366.73c-24.508-39.924-44.668-72.871-44.799-73.214-0.26874-0.70508 48.374-0.85844 55.595-0.17528l4.6429 0.43925 28.429 46.877c15.636 25.782 28.941 47.714 29.567 48.738 1.1259 1.8409 0.98313 2.1174-13.375 25.893-7.9824 13.218-14.735 24.032-15.006 24.032-0.27105 0-20.545-32.665-45.054-72.59z" fill="#099e57" stroke="#099e57" stroke-width="1.4286"/> + <path transform="matrix(.26458 0 0 .26458 0 229.27)" d="m476.53 487.83c-14.864-0.29748-27.105-0.64702-27.203-0.77677-0.2692-0.35971 55.595-96.981 56.085-97.003 0.82593-0.0366 31.663 50.354 31.68 51.767 9e-3 0.78572-5.9199 11.634-13.175 24.107l-13.192 22.679-3.5845-0.1161c-1.9715-0.0639-15.746-0.35948-30.611-0.65696z" fill="#f7c542" stroke="#f7c542" stroke-width="1.4286"/> + </g> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/protobuf48.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="48" height="48" version="1.1" viewBox="0 0 12.7 12.7" xmlns="http://www.w3.org/2000/svg"> + <g transform="translate(0 -284.3)"> + <g transform="matrix(.16848 0 0 .17114 -13.238 233.74)"> + <path d="m118.28 306.56 24.296 39.595 8.0688-13.372-15.86-26.144z" fill="none" stroke="#000" stroke-width=".26458px"/> + <path d="m118.4 358.41 15.327-26.548 8.852 14.302-7.2814 12.548z" fill="none" stroke="#000" stroke-width=".26458px"/> + <path d="m114.23 358.55-24.296-39.595-8.0688 13.372 15.86 26.144z" fill="none" stroke="#000" stroke-width=".26458px"/> + <path d="m114.11 306.71-15.327 26.548-8.852-14.302 7.2814-12.548z" fill="none" stroke="#000" stroke-width=".26458px"/> + <path transform="matrix(.26458 0 0 .26458 0 229.27)" d="m357.13 365.26c-8.6429-13.995-15.806-25.67-15.918-25.945s5.8423-10.912 13.232-23.639l13.436-23.139 22.125 0.27632c12.169 0.15198 26.054 0.47341 30.856 0.71429l8.7307 0.43796-27.841 48.214c-15.313 26.518-28.081 48.284-28.374 48.369-0.29267 0.0852-7.6036-11.295-16.246-25.29z" fill="#d43f36" stroke="#d43f36" stroke-width="1.4286"/> + <path transform="matrix(.26458 0 0 .26458 0 229.27)" d="m372.93 487.25-3.4798-0.4235-29.293-48.214c-16.111-26.518-29.304-48.568-29.318-48.999-0.0134-0.43185 6.5094-11.599 14.495-24.817 12.505-20.698 14.637-23.859 15.369-22.786 0.46713 0.68483 18.787 30.495 40.712 66.245 21.924 35.75 41.896 68.295 44.381 72.321l4.519 7.3214-26.953-0.11221c-14.824-0.0617-28.518-0.3028-30.432-0.53572z" fill="#4585f4" stroke="#4585f4" stroke-width="1.4286"/> + <path transform="matrix(.26458 0 0 .26458 0 229.27)" d="m493.83 366.73c-24.508-39.924-44.668-72.871-44.799-73.214-0.26874-0.70508 48.374-0.85844 55.595-0.17528l4.6429 0.43925 28.429 46.877c15.636 25.782 28.941 47.714 29.567 48.738 1.1259 1.8409 0.98313 2.1174-13.375 25.893-7.9824 13.218-14.735 24.032-15.006 24.032-0.27105 0-20.545-32.665-45.054-72.59z" fill="#099e57" stroke="#099e57" stroke-width="1.4286"/> + <path transform="matrix(.26458 0 0 .26458 0 229.27)" d="m476.53 487.83c-14.864-0.29748-27.105-0.64702-27.203-0.77677-0.2692-0.35971 55.595-96.981 56.085-97.003 0.82593-0.0366 31.663 50.354 31.68 51.767 9e-3 0.78572-5.9199 11.634-13.175 24.107l-13.192 22.679-3.5845-0.1161c-1.9715-0.0639-15.746-0.35948-30.611-0.65696z" fill="#f7c542" stroke="#f7c542" stroke-width="1.4286"/> + </g> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/pullBookmark.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 352 352" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <g transform="matrix(21.333 0 0 21.333 5.3333 -22136)"> + <path class="ColorScheme-Text" d="m8 1038.4-2 4-4 1 3 3-1 4 4-2 4 2-1-4 3-3-4-1z" color="#eff0f1" fill="#232629"/> + </g> + <path class="ColorScheme-Text" d="m304 262.5-11.312-6.4962-116.69 67.008-116.69-67.008-11.312 6.4962 128 73.504 128-73.504" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/pushBookmark.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 352 352" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <g transform="matrix(21.333 0 0 21.333 5.3333 -22072)" fill="#232629"> + <path class="ColorScheme-Text" d="m8 1038.4-2 4-4 1 3 3-1 4 4-2 4 2-1-4 3-3-4-1z" color="#eff0f1" fill="#232629"/> + </g> + <path class="ColorScheme-Text" d="m304 89.504-11.312 6.4962-116.69-67.008-116.69 67.008-11.312-6.4962 128-73.504 128 73.504" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/putAs.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <g fill="#232629"> + <path class="ColorScheme-Text" d="m17 9-8-8v4h-8v8h8v4zm-1.4141 0-5.5859 5.5859v-2.5859h-8v-6h8v-2.5859z" color="#eff0f1"/> + <path class="ColorScheme-Text" d="m17.999 11-6.9987 6.9987v3.0013h3.0013l6.9987-6.9987zm-1.7074 2.9085 1.8001 1.8001-2.6449 2.6465v-0.56315l-0.84473 0.0179h-0.86263v-1.3509l1.2012-1.1995zm-3.3968 3.3952v1.3509h1.6895l0.0179 0.54362-0.90006 0.90169h-1.2012l-0.60059-0.60059v-1.2012z" color="#eff0f1"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/pypi.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,26 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="5.8208mm" height="5.8208mm" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg"> + <g transform="translate(-111.24 -145.92)"> + <g transform="matrix(.011642 0 0 .013265 111.24 145.92)"> + <path d="m208 437.76c-7.6057-2.2404-205.58-74.059-206.75-75.002-0.96412-0.77704-1.25-10.601-1.25-42.956 0-32.227 0.28971-42.238 1.25-43.197 0.6875-0.68665 14.075-5.8825 29.75-11.546 15.675-5.6638 30.862-11.177 33.75-12.252l5.25-1.954v-41.306c0-31.838 0.28652-41.538 1.25-42.318 0.6875-0.55698 15.2-6.0574 32.25-12.223s32.462-11.817 34.25-12.559l3.25-1.3482v-15.429c0-11.156 0.34617-15.699 1.25-16.404 0.6875-0.53659 15.875-6.2714 33.75-12.744 17.875-6.4726 33.288-12.18 34.25-12.682 1.5509-0.80969 1.75-2.6589 1.75-16.256 0-11.069 0.34814-15.623 1.25-16.351 1.6771-1.3531 132.84-48.665 139.45-50.302 4.2356-1.0485 5.9983-1.0492 9.5-0.003731 9.1438 2.73 63.416 22.338 65.524 23.673 2.1233 1.3449 2.2372 2.1206 2.5 17.035l0.27536 15.626 32.477 11.82c17.862 6.5012 33.5 12.368 34.75 13.037l2.273 1.2165v125.9c0 99.397-0.26316 126.16-1.25 127.14-1.0708 1.0576-54.404 20.565-238.25 87.141-44.675 16.178-45.334 16.357-52.5 14.246zm41.389-14.374c17.661-6.385 32.674-12.065 33.361-12.622 0.96068-0.77875 1.25-9.8959 1.25-39.391 0-35.904-0.11279-38.374-1.75-38.323-0.9625 0.0299-16.15 5.3174-33.75 11.75l-32 11.696-0.26161 39.25c-0.14388 21.588 0.0311 39.25 0.38896 39.25 0.35781 0 15.101-5.2241 32.762-11.609zm215.36-78.039 32.25-11.683v-39.441c0-31.14-0.2631-39.341-1.25-38.966-0.6875 0.2614-13.4 4.8623-28.25 10.224s-29.362 10.629-32.25 11.704l-5.25 1.9547v38.928c0 30.467 0.2717 38.932 1.25 38.945 0.6875 9e-3 15.762-5.2401 33.5-11.666zm-60.106-5.4407c4.7499-2.9356 8.4021-9.5777 8.5209-15.497 0.0818-4.0741-0.32443-5.1545-2.7093-7.2059-2.2364-1.9236-3.526-2.2963-6.3572-1.8368-9.4634 1.5357-17.478 14.47-14.068 22.703 2.209 5.3329 7.8158 6.0374 14.613 1.8364zm-336.86-71.809-0.28498-9.8982-15 5.5064c-8.25 3.0285-19.95 7.3065-26 9.5065s-11.382 4.3558-11.849 4.7906c-0.46686 0.43476 0.64337 1.1182 2.4672 1.5188 1.8238 0.40058 4.0058 1.0933 4.8488 1.5393 0.84305 0.44604 11.433 4.4085 23.533 8.8055l22 7.9945 0.28498-9.9327c0.15674-5.463 0.15674-14.387 0-19.831zm71-57.97-0.28498-9.8681-7.5 2.7939c-4.125 1.5366-15.934 5.8648-26.243 9.6181-10.309 3.7533-18.746 7.0712-18.75 7.3731-0.0037 0.30191 5.9558 2.7062 13.243 5.3429 7.2875 2.6367 14.825 5.3986 16.75 6.1377s7.775 2.9016 13 4.8055l9.5 3.4617 0.28498-9.8984c0.15674-5.4441 0.15674-14.339 0-19.766zm-0.12054-60.801c-0.20834-0.20835-5.5056 1.478-11.772 3.7473-30.462 11.033-41.842 15.305-41.548 15.599 0.17684 0.17683 11.489 4.3871 25.139 9.3562 13.649 4.9691 25.537 9.438 26.417 9.9309 1.4387 0.80597 1.6273-1.0758 1.8715-18.679 0.1494-10.767 0.10117-19.746-0.10718-19.954zm71.336-38.831c0-10.725-0.1281-19.5-0.28466-19.5-0.5525 0-12.427 4.2439-30.715 10.977-10.175 3.7463-19.805 7.2189-21.4 7.717-2.7122 0.84701-2.292 1.1111 6.5 4.0847 5.1698 1.7485 17.275 6.0965 26.9 9.6622 9.625 3.5657 17.838 6.5001 18.25 6.521 0.4125 0.0209 0.75-8.737 0.75-19.462zm105.16 10.037c3.8637-2.6254 8.8402-11.229 8.8402-15.283 0-3.5142-2.6277-7.9234-5.1086-8.5722-10.022-2.6208-22.593 13.417-17.742 22.634 0.63234 1.2013 1.6448 2.5149 2.25 2.919 2.3399 1.5624 8.2098 0.71519 11.76-1.6973z" fill="#ecebe8"/> + <path d="m210.47 437.65c-1.709-1.1698-46.702-17.767-65.473-24.151-3.575-1.216-10.325-3.6679-15-5.4487-4.675-1.7808-22-8.105-38.5-14.054-16.5-5.9488-43.115-15.582-59.146-21.406-16.03-5.8245-29.868-10.59-30.75-10.59-1.4474 0-1.6045-4.1591-1.6045-42.5v-42.5h2.6398c1.4519 0 3.1394 0.64898 3.75 1.4422 1.3767 1.7883 61.636 23.755 63.36 23.098 1.5954-0.60878 1.8266-46.065 0.23928-47.046-0.64217-0.39688-0.4753-1.3891 0.45763-2.721 1.2308-1.7572 1.4744-8.6375 1.506-42.522 0.02068-22.234 0.29131-40.836 0.60139-41.338 0.88561-1.433 4.4458-1.0656 4.4458 0.45868 0 1.6609 61.32 24.104 63.535 23.254 1.2281-0.47125 1.4652-4.2799 1.4652-23.535 0-15.173-0.36163-23.196-1.0651-23.631-0.70809-0.43762-0.54957-1.228 0.47287-2.3578 1.2157-1.3433 1.5961-4.935 1.8151-17.138 0.24895-13.869 0.45777-15.473 2.0534-15.78 0.97693-0.18754 2.5519 0.53891 3.5 1.6144 1.7017 1.9303 58.981 23.201 62.477 23.201 1.6009 0 1.7192-2.8174 1.6864-40.167-0.029-32.968 0.21349-40.415 1.3529-41.555 0.76353-0.76353 29.923-11.734 64.798-24.379 80.59-29.22 77.488-28.162 80.17-27.349 10.092 3.0568 66.614 24.014 67.965 25.2 1.4692 1.2903 1.7661 3.8104 2 16.979l0.27472 15.464 70 25.445 0.25385 126.18c0.16887 83.945-0.08217 126.18-0.75 126.18-0.65548 0-1.0038-14.229-1.0038-41 0-34.162-0.2298-41-1.3778-41-1.0428 0-55.408 19.417-65.904 23.539-1.6752 0.65776-1.7647 3.1692-1.5 42.051l0.28156 41.352-71.781 26.029c-39.479 14.316-71.992 26.029-72.25 26.029-0.25807 0-0.46922-18.198-0.46922-40.441 0-23.822-0.38177-40.677-0.92903-41.015-1.0049-0.62103-66.73 22.928-68.81 24.655-0.97438 0.80867-1.2605 9.8579-1.2605 39.867 0 37.972 0.0447 38.852 2.0451 40.253 1.7913 1.2547 1.8432 1.5099 0.41821 2.0567-2.4339 0.93396-3.8094 0.76728-5.9908-0.72596zm2.2891-41.372c0.248-37.162 0.16629-39.246-1.5756-40.178-4.3705-2.339-65.482-24.035-66.291-23.534-1.2168 0.75202-1.1359 76.504 0.0837 78.435 1.0142 1.6052 63.505 24.932 66.022 24.644 1.2999-0.14842 1.5349-5.3993 1.7616-39.366zm-71.762-26.155v-39.877l-33.225-12.044c-18.274-6.6239-33.574-11.828-34-11.564-0.42649 0.26359-0.77543 17.948-0.77543 39.298 0 31.913 0.24719 39.024 1.3894 39.972 1.4869 1.2341 63.264 23.957 65.361 24.042 0.97994 0.0393 1.25-8.5651 1.25-39.827zm-71-25.501c0-30.327-0.28731-39.597-1.25-40.331-1.8618-1.4207-62.966-23.335-65-23.311-1.6365 0.0188-1.749 2.5338-1.7347 38.77 0.00842 21.312 0.36403 39.299 0.79023 39.97 0.82488 1.2982 62.484 24.117 65.444 24.22 1.6381 0.0568 1.75-2.458 1.75-39.317zm335.62-4.1481c9.1482-6.9777 11.844-20.232 5.0784-24.971-5.7021-3.9939-15.661 0.76266-20.054 9.5781-3.6482 7.3209-3.5268 12.193 0.40145 16.121 2.657 2.657 3.5603 2.9796 7.0374 2.5132 2.194-0.29428 5.5856-1.7527 7.5369-3.241zm-264.62-53.852c0-30.318-0.28758-39.601-1.25-40.347-1.8214-1.4128-62.93-23.309-65-23.291-1.6364 0.0146-1.75 2.5395-1.75 38.893 0 31.173 0.26417 39.097 1.333 39.984 1.4583 1.2103 63.39 24.02 65.417 24.093 0.9796 0.0354 1.25-8.4729 1.25-39.332zm0.76924-66.066c0.14808-12.605-0.13031-23.317-0.61865-23.806-1.3201-1.3201-63.651 21.497-63.651 23.3 0 0.96401 9.9298 5.0621 30.5 12.588 16.775 6.1371 31.175 11.086 32 10.997 1.2763-0.13736 1.5402-3.5799 1.7692-23.079zm-36.346-13.849c17.008-6.1847 31.081-11.719 31.274-12.299 0.42655-1.2796-61.208-23.828-62.668-22.926-1.7306 1.0696-1.3483 46.992 0.3871 46.494 0.04583-0.0131 13.999-5.0841 31.006-11.269zm71.697-58.669c16.575-6.0287 30.379-11.204 30.675-11.5s0.32953-0.74781 0.0739-1.0034c-1.2792-1.2792-61.44-22.53-62.563-22.099-1.0209 0.39175-1.3058 5.4167-1.3058 23.032 0 19.304 0.21362 22.531 1.4915 22.531 0.82035 0 15.053-4.9326 31.628-10.961zm136.6-25.708c7.1133-3.3755 12.455-14.257 10.261-20.904-1.3129-3.978-3.4957-5.4288-8.1602-5.4235-9.4005 0.0106-18.805 13.438-15.797 22.554 1.8496 5.6045 6.9034 6.9969 13.696 3.7735z" fill="#d5d6d6"/> + <path d="m286.23 369.5c0.14938-22.825 0.15298-41.5 8e-3 -41.5-0.14496 1.8e-4 -1.045 0.4475-2 0.99404-3.509 2.0081-68.367 25.006-70.516 25.004-1.2214-0.00115-17.521-5.5483-36.221-12.327l-34-12.325-0.21619-82.923-0.21619-82.923 2.2362-1.6232c1.2299-0.89276 15.952-6.5842 32.716-12.648s31.717-11.593 33.23-12.287l2.75-1.2628v-81.516l3.25-1.9992c1.7875-1.0995 17.875-7.2212 35.75-13.604 39.041-13.94 31.893-11.343 69.5-25.251 17.115-6.33 32.568-11.478 34.5-11.493 4.14-0.033519 66.343 22.28 69.123 24.796 1.6773 1.5179 1.8786 3.3073 1.89 16.794l0.01266 15.095 33.237 11.9c18.281 6.5448 34.246 12.807 35.478 13.916l2.2409 2.0162 3.2e-4 82.304c3e-4 77.21-0.10745 82.36-1.7409 83.219-2.3776 1.2503-65.287 23.884-67.559 24.307-1.7243 0.32076-1.8127 2.4764-1.7199 41.941 0.0769 32.705-0.17593 41.818-1.1823 42.612-1.0906 0.85993-44.394 16.783-64.78 23.82-3.575 1.234-21.35 7.6907-39.5 14.348-18.15 6.6574-33.797 12.107-34.772 12.111-1.6714 6e-3 -1.7562-2.3392-1.5-41.494zm119.39-29.025c9.1482-6.9777 11.844-20.232 5.0784-24.971-5.7021-3.9939-15.661 0.76266-20.054 9.5781-3.6482 7.3209-3.5268 12.193 0.40145 16.121 2.657 2.657 3.5603 2.9796 7.0374 2.5132 2.194-0.29428 5.5856-1.7527 7.5369-3.241zm-118.1-96.281c-0.30789-0.30789-1.1148-6.4e-4 -1.7931 0.68278-0.98026 0.98762-0.8654 1.1025 0.5598 0.5598 0.98622-0.37553 1.5412-0.93469 1.2333-1.2426zm141.47-51.423c0-0.58531-0.63541-0.48812-1.5 0.22943-0.825 0.68469-1.5 1.4007-1.5 1.5911s0.675 0.0872 1.5-0.22943c0.825-0.31659 1.5-1.0326 1.5-1.5911zm-112.97-70.79c8.444-6.0126 11.927-19.117 6.5179-24.526-8.9441-8.9441-27.163 7.4812-23.403 21.099 0.51443 1.8631 1.9304 4.1066 3.1465 4.9854 2.9692 2.1457 9.5915 1.3944 13.739-1.5586z" fill="#e1cf92"/> + <path d="m287.46 408.75c-0.26432-0.68882-0.3627-18.772-0.21861-40.185l0.26197-38.933 32.5-11.807c17.875-6.494 33.288-11.811 34.25-11.815 1.6372-7e-3 1.75 2.5312 1.75 39.37 0 30.318-0.2876 39.601-1.25 40.348-1.0995 0.85386-65.097 24.274-66.331 24.274-0.26489 0-0.69788-0.56358-0.96221-1.2524zm70.543-64.125c0-30.282 0.28872-39.617 1.25-40.415 1.522-1.2627 64.432-24.208 66.372-24.208 1.9368 0 2.062 78.187 0.1278 79.792-1.522 1.2627-64.432 24.208-66.372 24.208-1.1471 0-1.3778-6.5941-1.3778-39.378zm41.831-0.23858c4.044-0.8088 10.735-6.6115 13.204-11.451 1.196-2.3443 1.9655-5.8561 1.9655-8.9695 0-4.322-0.45401-5.5708-2.9231-8.0398-1.873-1.873-3.9386-2.9152-5.75-2.9011-4.788 0.0372-11.003 3.5478-14.273 8.0629-6.133 8.4664-6.4957 16.682-0.94277 21.355 3.2574 2.7409 3.9567 2.8968 8.72 1.9441zm-222.83-2.7979-33.5-12.236-0.21619-82.925-0.21619-82.925 2.2362-1.6232c1.2299-0.89276 15.952-6.5842 32.716-12.648s31.717-11.593 33.23-12.287l2.75-1.2628v-81.516l3.25-1.9992c1.7875-1.0995 17.875-7.2212 35.75-13.604 39.041-13.94 31.893-11.343 69.5-25.251 17.115-6.33 32.568-11.478 34.5-11.493 4.3592-0.035293 66.713 22.453 69.227 24.967 1.7139 1.7139 1.8061 6.0366 1.7851 83.732-0.0173 64.069-0.29348 82.169-1.267 83.047-1.1055 0.99687-23.632 9.3552-59.245 21.982-6.6 2.3401-26.85 9.6494-45 16.243s-33.809 12.151-34.798 12.351c-1.6968 0.34251-1.7937 2.6983-1.7294 42.041 0.0534 32.671-0.2065 41.853-1.2025 42.486-3.2511 2.0656-69.189 25.326-71.57 25.247-1.4852-0.04899-17.775-5.5952-36.2-12.325zm139.03-219.61c8.444-6.0126 11.927-19.117 6.5179-24.526-8.9441-8.9441-27.163 7.4812-23.403 21.099 0.51443 1.8631 1.9304 4.1066 3.1465 4.9854 2.9692 2.1457 9.5915 1.3944 13.739-1.5586zm-29.028 164.64c0-30.291 0.28845-39.613 1.25-40.399 1.462-1.1945 64.702-24.224 66.521-24.224 1.876 0 1.7748 78.303-0.10323 79.861-1.6305 1.3532-64.102 24.139-66.182 24.139-1.289 0-1.4856-5.2117-1.4856-39.378zm71-26c0-30.337 0.28699-39.592 1.25-40.312 0.6875-0.51417 16.029-6.2665 34.092-12.783 26.794-9.6664 33.006-11.588 33.735-10.438 1.4764 2.3322 1.1678 76.209-0.32641 78.163-1.3009 1.7015-63.575 24.747-66.872 24.747-1.8053 0-1.8778-1.5208-1.8778-39.378zm71.496 13.229c-0.28622-0.74588-0.40252-18.905-0.25843-40.354l0.26197-38.998 33.437-12.193c18.39-6.7064 33.803-11.967 34.25-11.691 0.44708 0.2763 0.81287 18.235 0.81287 39.908 0 37.624-0.0855 39.452-1.8909 40.418-1.04 0.55658-15.686 5.9945-32.546 12.084s-31.306 11.322-32.101 11.627c-0.79512 0.30512-1.6798-0.0555-1.9661-0.80139zm0.22811-83.46c-1.1458-1.1458-0.87929-77.234 0.27813-79.396 0.67028-1.2524 0.67028-2.079 0-2.4933-1.1767-0.72723-1.4177-47.127-0.2485-47.85 1.1675-0.72156 64.48 22.717 64.419 23.848-0.0295 0.55 0.81941 1.323 1.8866 1.7178 1.8755 0.69378 1.9403 2.035 1.9403 40.128 0 30.326-0.28813 39.641-1.25 40.414-1.0588 0.85021-60.303 22.755-64.775 23.949-0.83898 0.22414-1.8515 0.0815-2.25-0.31705z" fill="#edce6d"/> + <path d="m288.45 407.72c-0.2583-0.67311-0.35161-18.312-0.20737-39.198l0.26227-37.974 32-11.71c17.6-6.4404 32.562-11.738 33.25-11.773 0.97965-0.0493 1.25 8.3489 1.25 38.83 0 36.111-0.12518 38.942-1.75 39.584-1.5716 0.62062-51.204 18.737-60.543 22.099-2.9492 1.0616-3.8971 1.0931-4.2623 0.14146zm70.793-63.839 0.26161-39.121 31-11.233c17.05-6.1784 32.018-11.556 33.262-11.95l2.2617-0.71641-0.52334 78.521-32.5 11.793c-17.875 6.4863-32.843 11.801-33.262 11.81-0.41888 9e-3 -0.64388-17.588-0.5-39.104zm47.107-1.6502c8.8766-6.0768 12.557-19.626 7.0946-26.118-6.5045-7.7301-19.215-2.9672-25.056 9.3893-2.7391 5.7939-2.9609 9.1819-0.92072 14.065 2.814 6.7348 11.206 7.9188 18.882 2.6639zm-229.35-0.64252-33.5-12.236-0.21619-82.925-0.21619-82.925 2.2362-1.6232c1.2299-0.89276 15.952-6.5842 32.716-12.648s31.717-11.593 33.23-12.287l2.75-1.2628v-81.516l3.25-1.9992c1.7875-1.0995 17.875-7.2212 35.75-13.604 39.041-13.94 31.893-11.343 69.5-25.251 17.115-6.33 32.568-11.478 34.5-11.493 4.3592-0.035293 66.713 22.453 69.227 24.967 1.7139 1.7139 1.8061 6.0366 1.7851 83.732-0.0173 64.069-0.29348 82.169-1.267 83.047-1.1055 0.99687-23.632 9.3552-59.245 21.982-6.6 2.3401-26.85 9.6494-45 16.243s-33.809 12.151-34.798 12.351c-1.6968 0.34251-1.7937 2.6983-1.7294 42.041 0.0534 32.671-0.2065 41.853-1.2025 42.486-3.2511 2.0656-69.189 25.326-71.57 25.247-1.4852-0.04899-17.775-5.5952-36.2-12.325zm139.03-219.61c8.444-6.0126 11.927-19.117 6.5179-24.526-8.9441-8.9441-27.163 7.4812-23.403 21.099 0.51443 1.8631 1.9304 4.1066 3.1465 4.9854 2.9692 2.1457 9.5915 1.3944 13.739-1.5586zm-27.789 163.88 0.26161-39.138 31-11.217c17.05-6.1692 32.018-11.539 33.262-11.933l2.2617-0.7166-0.52334 78.521-32.5 11.793c-17.875 6.4863-32.843 11.801-33.262 11.81-0.41888 9e-3 -0.64388-17.595-0.5-39.121zm70.762-25.753v-38.891l11.25-4.1069c39.614-14.462 54.77-19.758 55.228-19.299 0.28689 0.28689 0.52162 17.756 0.52162 38.82 0 35.455-0.1299 38.367-1.75 39.223-2.5284 1.3366-63.075 23.145-64.257 23.145-0.63983 0-0.99263-13.823-0.99263-38.891zm71-25.574c0-36.117 0.11066-38.524 1.8127-39.435 2.6397-1.4127 62.824-23.1 64.105-23.1 0.75784 0 1.0823 11.655 1.0823 38.877v38.877l-32.088 11.623c-17.648 6.3926-32.723 11.623-33.5 11.623-1.1913 0-1.4118-6.008-1.4118-38.465zm0.4451-45.818c-0.2583-0.67311-0.35161-18.312-0.20737-39.198l0.26227-37.974 32-11.71c17.6-6.4404 32.562-11.738 33.25-11.773 0.97966-0.04927 1.25 8.3528 1.25 38.85v38.913l-6.75 2.5457c-5.4217 2.0448-33.872 12.394-55.543 20.204-2.9487 1.0627-3.8971 1.0945-4.2623 0.14303zm-0.4451-104.78c0-21.524 0.11711-23.028 1.75-22.486 16.065 5.3349 60.568 22.312 60.432 23.054-0.18412 1.0068-58.283 22.5-60.821 22.5-1.1087 0-1.361-4.2766-1.361-23.067z" fill="#fdd042"/> + <path d="m177 341.59-33.5-12.236-0.21619-82.925-0.21619-82.925 2.2362-1.6232c1.2299-0.89276 15.952-6.5842 32.716-12.648s31.717-11.593 33.23-12.287l2.75-1.2628v-81.516l3.25-1.9992c1.7875-1.0995 17.875-7.2212 35.75-13.604 39.041-13.94 31.893-11.343 69.5-25.251 17.115-6.33 32.568-11.478 34.5-11.493 4.3592-0.035293 66.713 22.453 69.227 24.967 1.7139 1.7139 1.8061 6.0366 1.7851 83.732-0.0173 64.069-0.29348 82.169-1.267 83.047-1.1055 0.99687-23.632 9.3552-59.245 21.982-6.6 2.3401-26.85 9.6494-45 16.243s-33.809 12.151-34.798 12.351c-1.6968 0.34251-1.7937 2.6983-1.7294 42.041 0.0534 32.671-0.2065 41.853-1.2025 42.486-3.2511 2.0656-69.189 25.326-71.57 25.247-1.4852-0.04899-17.775-5.5952-36.2-12.325zm139.03-219.61c8.444-6.0126 11.927-19.117 6.5179-24.526-8.9441-8.9441-27.163 7.4812-23.403 21.099 0.51443 1.8631 1.9304 4.1066 3.1465 4.9854 2.9692 2.1457 9.5915 1.3944 13.739-1.5586zm114.64-16.647c-0.92391-0.9239-0.84346-42.11 0.0833-42.661 0.55979-0.3325 36.098 12.197 59.143 20.851 0.76622 0.28775 1.1661 0.75022 0.88861 1.0277-0.60649 0.60651-57.658 21.448-58.712 21.448-0.40492 0-1.0362-0.3-1.4029-0.66667z" fill="#92a7b6"/> + <path d="m178 340.64-33.5-12.175-0.26134-40.232c-0.23661-36.423-0.10894-40.232 1.3485-40.232 1.6512 0 61.311 21.373 64.913 23.254 1.1 0.57474 2.31 1.5222 2.689 2.1055 0.4554 0.70102 1.3029 0.50794 2.5-0.56958 2.0288-1.8261 64.495-24.79 67.433-24.79 1.8053 0 1.8778 1.5208 1.8778 39.378 0 30.31-0.28783 39.604-1.25 40.362-2.7425 2.1593-66.144 24.391-68.101 23.879-1.1249-0.29415-2.5186-0.14554-3.0972 0.33026-0.633 0.52051-14.396-3.9843-34.552-11.31zm0.47484-83.438c-17.614-6.4353-32.576-12.065-33.25-12.51-0.93251-0.61592-1.2248-10.342-1.2248-40.75 0-39.274 0.03338-39.941 2-39.941 1.1 0 2-0.63098 2-1.4022 0-0.7712 1.2375-1.8451 2.75-2.3864s16.645-6.0197 33.628-12.174c22.08-8.0012 31.625-11.022 33.5-10.6 2.3878 0.53731 2.4432 0.48484 0.62159-0.58836-1.1-0.64805-2.3306-1.6667-2.7347-2.2637-0.40408-0.597-0.74158-18.762-0.75-40.367-0.0142-36.502 0.1085-39.328 1.7347-39.938 0.9625-0.36115 2.2-1.2241 2.75-1.9177 1.3998-1.7652 64.357-24.355 67.89-24.359 1.5894-2e-3 3.3894-0.6534 4-1.4475 0.98048-1.275 63.378-24.556 65.815-24.556 1.2208 0 61.525 21.785 64.06 23.142 1.0396 0.5564 1.6758 1.5705 1.4137 2.2535-0.29242 0.76205 0.35375 1.2154 1.6724 1.1733l2.149-0.068548 0.26136 39.618c0.20404 30.929-0.0153 39.844-1 40.649-1.4695 1.2008-64.705 24.233-66.532 24.233-0.67622 0-1.2395-0.5625-1.2517-1.25-0.0122-0.6875-0.82029-0.2128-1.7957 1.0549-2.4246 3.1512-66.923 26.795-69.232 25.379-1.0422-0.63909-2.138-0.51979-3.3472 0.36439-0.98876 0.723-2.5415 1.0362-3.4506 0.696-1.4215-0.532-1.4658-0.38858-0.31671 1.0249 0.73485 0.90389 1.0458 2.1131 0.69098 2.6872-0.38392 0.6212 0.39095 1.0438 1.9139 1.0438h2.559v39.378c0 32.98-0.23301 39.571-1.4343 40.568-0.78886 0.65469-16.187 6.5336-34.218 13.064-24.763 8.969-33.108 11.605-34.108 10.774-0.96668-0.80227-1.6375-0.78653-2.4823 0.0582-0.63669 0.63669-1.4051 1.1354-1.7076 1.1082-0.3025-0.0272-14.961-5.3147-32.575-11.75zm37.296-69.013c0.21982-0.65946-0.5166-1.1875-1.6561-1.1875-1.4381 0-1.8749 0.46137-1.4601 1.5423 0.65496 1.7068 2.499 1.4968 3.1162-0.35476zm61.229-30.097c-0.825-0.46674-2.625-1.1236-4-1.4597-2.0838-0.50933-2.0006-0.37052 0.5 0.83393 3.2047 1.5436 6.0083 2.0448 3.5 0.62574zm-11-4c-0.825-0.46674-2.625-1.1236-4-1.4597-2.0838-0.50933-2.0006-0.37052 0.5 0.83393 3.2047 1.5436 6.0083 2.0448 3.5 0.62574zm-10-3.4966c0-0.60605-9.2758-3.6515-9.7321-3.1952-0.21611 0.2161 1.5477 1.0793 3.9196 1.9181 4.6746 1.6533 5.8125 1.9033 5.8125 1.2771zm-15-5.5034c-0.825-0.46674-2.625-1.1236-4-1.4597-2.0838-0.50933-2.0006-0.37052 0.5 0.83393 3.2047 1.5436 6.0083 2.0448 3.5 0.62574zm-11-4c-0.825-0.46674-2.625-1.1236-4-1.4597-2.0838-0.50933-2.0006-0.37052 0.5 0.83393 3.2047 1.5436 6.0083 2.0448 3.5 0.62574zm83.541-16.97c7.3743-3.3497 12.459-11.375 12.459-19.665 0-3.7609-0.53791-5.147-2.9231-7.5321-4.9762-4.9762-12.153-3.7331-18.715 3.2416-4.5006 4.7836-6.362 9.0443-6.362 14.563 0 9.6638 6.4124 13.539 15.541 9.3925zm-27.695-46.951c-2.699-0.44236-3.4109 0.44596-1.8575 2.3177 1.1379 1.3711 1.4133 1.3469 2.575-0.22583 1.123-1.5204 1.025-1.8063-0.71751-2.0919zm73.835-25.763c-0.0999-0.06787-1.8691-0.3838-3.9316-0.70207-3.0897-0.47678-3.75-0.27932-3.75 1.1213 0 0.935 1.0125 2.1715 2.25 2.7478 1.8382 0.856 2.5578 0.67338 3.9316-0.99793 0.92488-1.1251 1.5999-2.1012 1.5-2.1691zm-72.554 190.32c-0.7971-0.7971-1.1278-12.178-1.1278-38.817 0-34.467 0.1496-37.86 1.75-39.686 2.5691-2.9309 66.109-25.766 67.585-24.29 0.82218 0.82218 1.5185 0.5853 2.6406-0.89833 1.6427-2.1719 66.591-26.423 68.163-25.451 0.47339 0.29257 0.86072 18.265 0.86072 39.938 0 37.127-0.10556 39.462-1.8256 40.383-1.0041 0.53736-16.16 6.1875-33.679 12.556-21.667 7.8761-32.18 11.252-32.874 10.558-1.4829-1.4829-2.3252-1.2588-2.8529 0.75906-0.34169 1.3066-7.3515 4.2704-26.367 11.148-14.246 5.1524-29.331 10.619-33.523 12.148-5.6571 2.0632-7.913 2.4892-8.75 1.6522zm143.54-136.39c-0.92391-0.9239-0.84346-42.11 0.0833-42.661 0.55979-0.3325 36.098 12.197 59.143 20.851 0.76622 0.28775 1.1661 0.75022 0.88861 1.0277-0.60649 0.60651-57.658 21.448-58.712 21.448-0.40492 0-1.0362-0.3-1.4029-0.66667z" fill="#fdc81e"/> + <path d="m178 340.64-33.5-12.175-0.26134-40.232c-0.23661-36.423-0.10894-40.232 1.3485-40.232 1.6512 0 61.311 21.373 64.913 23.254 1.1 0.57474 2.31 1.5222 2.689 2.1055 0.4554 0.70102 1.3029 0.50794 2.5-0.56958 2.0288-1.8261 64.495-24.79 67.433-24.79 1.8053 0 1.8778 1.5208 1.8778 39.378 0 30.31-0.28783 39.604-1.25 40.362-2.7425 2.1593-66.144 24.391-68.101 23.879-1.1249-0.29415-2.5186-0.14554-3.0972 0.33026-0.633 0.52051-14.396-3.9843-34.552-11.31zm0.47484-83.438c-17.614-6.4353-32.576-12.065-33.25-12.51-0.93251-0.61592-1.2248-10.342-1.2248-40.75 0-39.274 0.03338-39.941 2-39.941 1.1 0 2-0.63098 2-1.4022 0-0.7712 1.2375-1.8451 2.75-2.3864s16.645-6.0197 33.628-12.174c22.08-8.0012 31.625-11.022 33.5-10.6 2.3878 0.53731 2.4432 0.48484 0.62159-0.58836-1.1-0.64805-2.3306-1.6667-2.7347-2.2637-0.40408-0.597-0.74158-18.762-0.75-40.367-0.0142-36.502 0.1085-39.328 1.7347-39.938 0.9625-0.36115 2.2-1.2241 2.75-1.9177 1.3998-1.7652 64.357-24.355 67.89-24.359 1.5894-2e-3 3.3894-0.6534 4-1.4475 0.98048-1.275 63.378-24.556 65.815-24.556 1.2208 0 61.525 21.785 64.06 23.142 1.0396 0.5564 1.6758 1.5705 1.4137 2.2535-0.29242 0.76205 0.35375 1.2154 1.6724 1.1733l2.149-0.068548 0.26136 39.618c0.20404 30.929-0.0153 39.844-1 40.649-1.4695 1.2008-64.705 24.233-66.532 24.233-0.67622 0-1.2395-0.5625-1.2517-1.25-0.0122-0.6875-0.82029-0.2128-1.7957 1.0549-2.4246 3.1512-66.923 26.795-69.232 25.379-1.0422-0.63909-2.138-0.51979-3.3472 0.36439-0.98876 0.723-2.5415 1.0362-3.4506 0.696-1.4215-0.532-1.4658-0.38858-0.31671 1.0249 0.73485 0.90389 1.0458 2.1131 0.69098 2.6872-0.38392 0.6212 0.39095 1.0438 1.9139 1.0438h2.559v39.378c0 32.98-0.23301 39.571-1.4343 40.568-0.78886 0.65469-16.187 6.5336-34.218 13.064-24.763 8.969-33.108 11.605-34.108 10.774-0.96668-0.80227-1.6375-0.78653-2.4823 0.0582-0.63669 0.63669-1.4051 1.1354-1.7076 1.1082-0.3025-0.0272-14.961-5.3147-32.575-11.75zm37.296-69.013c0.21982-0.65946-0.5166-1.1875-1.6561-1.1875-1.4381 0-1.8749 0.46137-1.4601 1.5423 0.65496 1.7068 2.499 1.4968 3.1162-0.35476zm61.229-30.097c-0.825-0.46674-2.625-1.1236-4-1.4597-2.0838-0.50933-2.0006-0.37052 0.5 0.83393 3.2047 1.5436 6.0083 2.0448 3.5 0.62574zm-11-4c-0.825-0.46674-2.625-1.1236-4-1.4597-2.0838-0.50933-2.0006-0.37052 0.5 0.83393 3.2047 1.5436 6.0083 2.0448 3.5 0.62574zm-10-3.4966c0-0.60605-9.2758-3.6515-9.7321-3.1952-0.21611 0.2161 1.5477 1.0793 3.9196 1.9181 4.6746 1.6533 5.8125 1.9033 5.8125 1.2771zm-15-5.5034c-0.825-0.46674-2.625-1.1236-4-1.4597-2.0838-0.50933-2.0006-0.37052 0.5 0.83393 3.2047 1.5436 6.0083 2.0448 3.5 0.62574zm-11-4c-0.825-0.46674-2.625-1.1236-4-1.4597-2.0838-0.50933-2.0006-0.37052 0.5 0.83393 3.2047 1.5436 6.0083 2.0448 3.5 0.62574zm83.541-16.97c7.3743-3.3497 12.459-11.375 12.459-19.665 0-3.7609-0.53791-5.147-2.9231-7.5321-4.9762-4.9762-12.153-3.7331-18.715 3.2416-4.5006 4.7836-6.362 9.0443-6.362 14.563 0 9.6638 6.4124 13.539 15.541 9.3925zm-27.695-46.951c-2.699-0.44236-3.4109 0.44596-1.8575 2.3177 1.1379 1.3711 1.4133 1.3469 2.575-0.22583 1.123-1.5204 1.025-1.8063-0.71751-2.0919zm73.835-25.763c-0.0999-0.06787-1.8691-0.3838-3.9316-0.70207-3.0897-0.47678-3.75-0.27932-3.75 1.1213 0 0.935 1.0125 2.1715 2.25 2.7478 1.8382 0.856 2.5578 0.67338 3.9316-0.99793 0.92488-1.1251 1.5999-2.1012 1.5-2.1691zm-72.554 190.32c-0.7971-0.7971-1.1278-12.178-1.1278-38.817 0-34.467 0.1496-37.86 1.75-39.686 2.5691-2.9309 66.109-25.766 67.585-24.29 0.82218 0.82218 1.5185 0.5853 2.6406-0.89833 1.6427-2.1719 66.591-26.423 68.163-25.451 0.47339 0.29257 0.86072 18.265 0.86072 39.938 0 37.127-0.10556 39.462-1.8256 40.383-1.0041 0.53736-16.16 6.1875-33.679 12.556-21.667 7.8761-32.18 11.252-32.874 10.558-1.4829-1.4829-2.3252-1.2588-2.8529 0.75906-0.34169 1.3066-7.3515 4.2704-26.367 11.148-14.246 5.1524-29.331 10.619-33.523 12.148-5.6571 2.0632-7.913 2.4892-8.75 1.6522z" fill="#6a8fae"/> + <path d="m182 341.42c-15.675-5.7232-30.412-11.121-32.75-11.996l-4.25-1.5902v-39.417c0-31.128 0.26618-39.417 1.2657-39.417 1.3958 0 61.019 21.547 63.922 23.1 1.7033 0.91158 1.8127 3.3525 1.8127 40.435 0 21.706-0.3375 39.426-0.75 39.378-0.4125-0.0476-13.575-4.7693-29.25-10.493zm34.238-29.622 0.26161-39.201 32.5-11.798c17.875-6.4891 33.068-11.799 33.762-11.799 0.99845-5.6e-4 1.207 8.1617 1 39.131l-0.26161 39.131-32.5 11.85c-17.875 6.5177-33.068 11.859-33.762 11.869-0.99871 0.0145-1.2071-8.1503-1-39.182zm-38.738-55.771-32-11.759-0.26147-39.634c-0.20708-31.389 9.5e-4 -39.625 1-39.591 0.69381 0.0236 15.661 5.3111 33.261 11.75l32 11.707 0.26147 39.75c0.20727 31.509-6e-5 39.728-1 39.644-0.69381-0.05856-15.661-5.3981-33.261-11.866zm38.738-28.124 0.26161-39.097 31.477-11.441c17.312-6.2927 32.505-11.699 33.762-12.015l2.2852-0.57353-0.52342 78.723-32 11.707c-17.6 6.4389-32.793 11.726-33.762 11.75-1.6572 0.0403-1.7461-2.2747-1.5-39.054zm72-26.025 0.26161-39.121 31-11.233c17.05-6.1784 32.012-11.554 33.25-11.946l2.25-0.71271v38.945c0 29.981-0.28773 39.164-1.25 39.899-1.5898 1.2131-62.819 23.338-64.512 23.311-0.99816-0.0159-1.207-8.1892-1-39.141zm70.762-25.243v-39.364l4.25-1.5903c2.3375-0.87464 16.625-6.0729 31.75-11.552 15.125-5.4788 28.288-10.273 29.25-10.653 1.6488-0.65109 1.75 1.5933 1.75 38.809 0 36.691-0.12447 39.549-1.75 40.187-4.1232 1.6196-64.529 23.527-64.872 23.527-0.20779 0-0.3778-17.714-0.3778-39.364zm-177.47-2.1238c-17.031-6.2174-31.11-11.738-31.286-12.268-0.1766-0.5298 14.321-6.2764 32.218-12.77l32.539-11.807 31.694 11.506c17.432 6.3282 31.834 11.927 32.006 12.441 0.29413 0.88239-63.071 24.492-65.205 24.295-0.55-0.0508-14.934-5.1793-31.965-11.397zm67.465-27.849c-16.775-6.158-31.062-11.553-31.75-11.989-0.96557-0.61224-1.25-9.7916-1.25-40.341 0-31.216 0.26336-39.452 1.25-39.091 0.6875 0.2516 15.353 5.5475 32.59 11.769 17.237 6.2212 31.98 11.951 32.762 12.733 1.1884 1.1884 1.3786 7.6795 1.1597 39.588-0.25616 37.344-0.30489 38.171-2.2618 38.347-1.1 0.099-15.725-4.8584-32.5-11.016zm38-27.605c0-28.999 0.30342-39.129 1.1885-39.676 2.4997-1.5449 65.349-24.073 66.062-23.68 0.4125 0.22794 0.75 17.883 0.75 39.234v38.82l-2.75 1.098c-6.1385 2.451-63.804 23.142-64.5 23.143-0.4125 7e-4 -0.75-17.522-0.75-38.94zm28.15 5.3468c4.0909-2.0895 9.4795-9.0094 10.863-13.95 4.3502-15.537-9.7175-23.214-21.526-11.746-14.446 14.029-6.06 34.237 10.663 25.696zm43.85-31.347c0-30.064 0.28495-39.121 1.25-39.732 1.91-1.2093 63.073-23.324 64.512-23.325 0.99848-0.0011 1.207 8.1721 1 39.188l-0.26161 39.19-32.5 11.793c-17.875 6.4863-32.838 11.801-33.25 11.81-0.4125 9e-3 -0.75-17.506-0.75-38.924zm-107.23-28.376c-16.903-6.1509-30.594-11.625-30.423-12.165 0.39652-1.2533 61.318-23.522 64.656-23.633 2.2573-0.07554 62.446 21.227 63.799 22.58 0.31212 0.31212 0.14749 0.94995-0.36585 1.4174-1.5412 1.4034-62.772 23.153-64.933 23.065-1.1-0.04484-15.83-5.1141-32.733-11.265zm72-26c-16.903-6.1509-30.591-11.633-30.418-12.183 0.38904-1.2333 61.317-23.518 64.127-23.454 2.9912 0.0675 64.057 22.54 63.839 23.493-0.25024 1.0941-62.263 23.479-64.809 23.394-1.1026-0.03664-15.835-5.0991-32.738-11.25z" fill="#4779a3"/> + <path d="m179.55 339.48c-17.023-6.186-31.76-11.753-32.75-12.371-1.681-1.0498-1.7998-3.5951-1.7998-38.556 0-24.407 0.35553-37.652 1.0217-38.064 0.92381-0.57094 62.433 20.966 64.24 22.493 0.41905 0.35409 0.64405 17.992 0.5 39.195l-0.26192 38.551zm37.45-27.851v-38.373l32.25-11.641c17.738-6.4025 32.588-11.635 33-11.627 0.4125 8e-3 0.75 17.261 0.75 38.341v38.327l-32.298 11.673c-17.764 6.4199-32.614 11.673-33 11.673s-0.70229-17.268-0.70229-38.373zm-39-56.35c-17.325-6.3312-31.831-12.021-32.235-12.644-1.0622-1.6384-0.94029-75.407 0.12572-76.066 0.49007-0.30288 15.34 4.6757 33 11.063l32.109 11.614v38.878c0 21.383-0.3375 38.83-0.75 38.772-0.4125-0.058-14.925-5.2856-32.25-11.617zm39-27.053v-38.726l31.75-11.428c17.462-6.2852 32.312-11.621 33-11.856 0.98578-0.33797 1.25 7.7114 1.25 38.081v38.509l-2.75 0.98909c-8.7438 3.1449-58.198 21.206-60.5 22.095l-2.75 1.0622zm72-26.525v-38.301l31.646-11.449c17.405-6.2972 32.035-11.601 32.512-11.787 0.48206-0.18768 0.75018 16.852 0.60449 38.415l-0.26182 38.752-31 11.284c-17.05 6.2063-31.562 11.307-32.25 11.335-0.97913 0.0399-1.25-8.2487-1.25-38.25zm71.238-25.446 0.26174-38.734 25.5-9.2112c14.025-5.0662 28.538-10.331 32.25-11.7l6.75-2.4884-0.012 77.379-24.744 8.9141c-13.609 4.9028-28.237 10.187-32.506 11.744l-7.7617 2.8297 0.26174-38.734zm-177.99-2.5086c-16.638-6.0949-30.25-11.363-30.25-11.707 0-0.64917 61.152-23.039 62.925-23.039 0.55284 0 13.508 4.5489 28.79 10.109 15.282 5.5598 29.056 10.566 30.611 11.124 1.5542 0.55853 2.4542 1.3816 2 1.829-0.96225 0.94797-61.66 22.98-62.955 22.852-0.47897-0.0476-14.483-5.0733-31.121-11.168zm66.25-28.265-31-11.343-0.52314-78.057 3.7616 1.3543c35.221 12.681 59.987 21.922 60.997 22.76 0.97926 0.81271 1.265 9.6058 1.265 38.927 0 35.441-0.11257 37.872-1.75 37.789-0.9625-0.0487-15.7-5.1927-32.75-11.431zm39.738-27.049 0.26174-38.569 65-23.571 0.26206 38.043c0.14413 20.923-0.0895 38.394-0.51921 38.824-0.65916 0.65916-63.744 23.843-64.879 23.843-0.2132 0-0.26985-17.356-0.12589-38.569zm25.086 7.6362c9.7626-3.7117 16.911-17.783 13.356-26.291-5.5301-13.235-24.697-6.8016-29.724 9.9777-2.6425 8.8199 2.1957 17.246 9.9023 17.246 2.2065 0 5.1161-0.41986 6.4658-0.93301zm46.914-33.552 0.26185-38.708 31.373-11.403c17.255-6.2719 31.767-11.403 32.25-11.403 0.48802 0 0.87746 17.013 0.87746 38.332v38.332l-31.25 11.321c-17.188 6.2268-31.818 11.528-32.512 11.78-1.0048 0.36494-1.2085-7.4268-1-38.25zm-107.24-28.453c-16.225-5.9236-29.415-11.135-29.31-11.581 0.10443-0.44609 14.187-5.899 31.295-12.118l31.105-11.307 30.951 11.222c17.023 6.1721 30.953 11.499 30.955 11.838 5e-3 0.93934-61.21 22.939-63.497 22.82-1.1-0.05735-15.275-4.9508-31.5-10.874zm72.182-25.962c-16.125-5.8978-29.253-11.145-29.174-11.661 0.17315-1.1238 58.33-22.438 61.223-22.438 1.8339 0 58.375 20.121 61.578 21.913 1.5038 0.84158-58.962 23.15-62.335 22.998-1.0857-0.04886-15.167-4.9143-31.292-10.812z" fill="#3674a8"/> + <path d="m179.55 339.48c-17.023-6.186-31.76-11.753-32.75-12.371-1.681-1.0498-1.7998-3.5951-1.7998-38.556 0-24.407 0.35553-37.652 1.0217-38.064 0.92381-0.57094 62.433 20.966 64.24 22.493 0.41905 0.35409 0.64405 17.992 0.5 39.195l-0.26192 38.551zm-1.5498-84.201c-17.325-6.3312-31.831-12.021-32.235-12.644-1.0622-1.6384-0.94029-75.407 0.12572-76.066 0.49007-0.30288 15.34 4.6757 33 11.063l32.109 11.614v38.878c0 21.383-0.3375 38.83-0.75 38.772-0.4125-0.058-14.925-5.2856-32.25-11.617zm4.25-81.532c-16.638-6.0949-30.25-11.363-30.25-11.707 0-0.64917 61.152-23.039 62.925-23.039 0.55284 0 13.508 4.5489 28.79 10.109 15.282 5.5598 29.056 10.566 30.611 11.124 1.5542 0.55853 2.4542 1.3816 2 1.829-0.96225 0.94797-61.66 22.98-62.955 22.852-0.47897-0.0476-14.483-5.0733-31.121-11.168zm66.25-28.265-31-11.343-0.52314-78.057 3.7616 1.3543c35.221 12.681 59.987 21.922 60.997 22.76 0.97926 0.81271 1.265 9.6058 1.265 38.927 0 35.441-0.11257 37.872-1.75 37.789-0.9625-0.0487-15.7-5.1927-32.75-11.431zm4.5-81.419c-16.225-5.9236-29.415-11.135-29.31-11.581 0.10443-0.44609 14.187-5.899 31.295-12.118l31.105-11.307 30.951 11.222c17.023 6.1721 30.953 11.499 30.955 11.838 5e-3 0.93934-61.21 22.939-63.497 22.82-1.1-0.05735-15.275-4.9508-31.5-10.874zm72.182-25.962c-16.125-5.8978-29.253-11.145-29.174-11.661 0.17315-1.1238 58.33-22.438 61.223-22.438 1.8339 0 58.375 20.121 61.578 21.913 1.5038 0.84158-58.962 23.15-62.335 22.998-1.0857-0.04886-15.167-4.9143-31.292-10.812z" fill="#2e6390"/> + </g> + <path d="m113.77 151.17c0-0.29037 5e-3 -0.52796 0.011-0.52796s0.1782-0.0679 0.38251-0.15099l0.37147-0.15098v1.026l-0.11459 0.0546c-0.063 0.03-0.23515 0.10469-0.38251 0.16597l-0.26792 0.11142z" fill="#fff" stroke-width=".035506"/> + <path d="m116.26 150.13v-0.50745l0.34093-0.14219c0.18752-0.0782 0.36008-0.15034 0.38348-0.16029 0.0335-0.0143 0.0406 0.093 0.0333 0.50679l-9e-3 0.52488-0.33262 0.13963c-0.18294 0.0768-0.35133 0.14108-0.37419 0.14285-0.0313 2e-3 -0.0416-0.12181-0.0416-0.50422z" fill="#fff" stroke-width=".035506"/> + <path d="m111.73 149.75c-0.14635-0.0621-0.28065-0.11957-0.29844-0.12761-0.0243-0.011 0.0354-0.043 0.24115-0.12919 0.15042-0.063 0.29033-0.12049 0.31092-0.12774l0.0374-0.0132v0.2571c0 0.14141-6e-3 0.25632-0.0125 0.25535-7e-3 -9.6e-4 -0.13221-0.0526-0.27857-0.11473z" fill="#fff" stroke-width=".017753"/> + <path d="m112.54 148.97c-0.14635-0.0624-0.27225-0.12042-0.27976-0.12888-8e-3 -8e-3 0.10848-0.0669 0.25778-0.12986 0.14929-0.063 0.28454-0.12039 0.30055-0.12763 0.0269-0.0121 0.0291 7e-3 0.0291 0.2447 0 0.19437-5e-3 0.25752-0.0208 0.25651-0.0114-7.5e-4 -0.14053-0.0524-0.28688-0.11484z" fill="#fff" stroke-width=".017753"/> + <path d="m112.53 148.29c-0.15386-0.066-0.28286-0.12348-0.28666-0.12782-4e-3 -4e-3 0.0472-0.0301 0.11343-0.0572 0.0662-0.0271 0.20455-0.0839 0.30745-0.12628l0.1871-0.077v0.25553c0 0.19254-5e-3 0.25517-0.0208 0.25409-0.0114-7.8e-4 -0.14667-0.0554-0.30053-0.12135z" fill="#fff" stroke-width=".017753"/> + <path d="m113.35 147.51c-0.15321-0.0631-0.27854-0.11986-0.27851-0.12611 4e-5 -0.0112 0.57842-0.24985 0.60282-0.24878 7e-3 3e-4 0.0125 0.1114 0.0125 0.2469 0 0.22267-3e-3 0.24618-0.0291 0.24454-0.016-9.9e-4 -0.15446-0.0534-0.30768-0.11655z" fill="#fff" stroke-width=".017753"/> + <path d="m114.76 147.52c-0.0332-0.054-0.0342-0.0977-4e-3 -0.16443 0.047-0.10297 0.15552-0.1786 0.20282-0.14137 0.0499 0.0392 0.0585 0.0986 0.0264 0.18044-0.0383 0.0976-0.0803 0.14244-0.14761 0.15778-0.041 9e-3 -0.0561 3e-3 -0.0779-0.0324z" fill="#fff" stroke-width=".017753"/> + <path d="m115.81 150.44c-0.0507-0.0502-0.0544-0.10156-0.0139-0.1932 0.0257-0.058 0.0571-0.0955 0.10026-0.11954 0.0584-0.0325 0.0658-0.0328 0.10395-4e-3 0.049 0.0366 0.0545 0.11519 0.0147 0.2106-0.0444 0.10649-0.14972 0.16118-0.20507 0.10644z" fill="#fff" stroke-width=".017753"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/qscintilla.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <g transform="translate(0 -291.18)"> + <image x="-4.3368e-19" y="291.18" width="5.8208" height="5.8208" preserveAspectRatio="none" xlink:href="data:image/png;base64,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 "/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/qthelp.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" fill="#000000" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <g fill="#232629"> + <path d="m3.9082 1c-0.17884 0-0.39767 0.090764-0.52148 0.21484-0.71841 0.70514-1.4372 1.4092-2.1602 2.1113-0.12534 0.12105-0.22656 0.33776-0.22656 0.52539v0.0019531c0.00306 3.2518 0.0039062 9.8551 0.0039062 9.9277v0.38867h0.39062c0.052965 0 5.9466-7.4e-4 10.605 0v-0.77344c-4.3818-0.001013-9.8139-0.002953-10.215-0.001953 0-0.54172 0.0011069-6.3912-0.0019531-9.5234 0.71688-0.69597 1.4322-1.3936 2.1445-2.0957h14.289c0 0.48573-3e-3 6.4111 0 9.5313-0.23724 0.22984-0.47219 0.46263-0.70898 0.69336h1.1113c0.050892-0.049367 0.10142-0.099101 0.15234-0.14844 0.13446-0.13164 0.22852-0.35641 0.22852-0.54102-0.003058-3.2427 0-9.9238 0-9.9238v-0.38672h-15.092zm3.7812 2.3242c-0.12381 0-0.24728 0.0032624-0.37109 0.0078124-0.29959 0.012111-0.59392 0.061307-0.88281 0.14453-0.65421 0.19217-1.1458 0.57662-1.4316 1.1895-0.099354 0.21336-0.18274 0.43665-0.25 0.66211-0.18495 0.61738-0.22283 1.2516-0.23047 1.8887-0.00459 0.42974 0.021315 0.858 0.083984 1.2832 0.061141 0.39797 0.15591 0.78836 0.31641 1.1621 0.29042 0.67185 0.80112 1.0927 1.5195 1.2773 0.62517 0.16191 1.257 0.18302 1.9082 0.09375 0.32711 0.52205 0.65549 1.0522 0.99023 1.5879 0.39589-0.18158 0.77344-0.35226 1.1602-0.5293-0.31946-0.50238-0.62746-0.98907-0.93164-1.4688 0.13298-0.11803 0.26469-0.22182 0.38086-0.33984 0.30112-0.31323 0.48234-0.68954 0.60156-1.0996 0.16967-0.5856 0.21323-1.1873 0.22852-1.791 0.010701-0.46757-0.019787-0.93541-0.083984-1.3984-0.061141-0.43125-0.16729-0.85096-0.34766-1.252-0.30724-0.68093-0.82923-1.1073-1.5645-1.2949-0.36226-0.090791-0.72733-0.12153-1.0957-0.12305zm4.6582 0.77539v1.5488h-0.7832v1.1621h0.7832v2.7109c0 0.2981 0.062831 0.62587 0.18359 0.9043 0.10088 0.23454 0.27089 0.39862 0.50781 0.5 0.18037 0.07567 0.36838 0.11661 0.5625 0.13477 0.37143 0.03329 0.80265-0.026284 1.168-0.089844 0.10394-0.01816 0.20678-0.039377 0.31836-0.060547-0.01069-0.31626-0.028718-0.74077-0.054688-1.0449-0.04128-0.00297-0.062997-0.0093525-0.085937-0.0078125-0.24456 0.00911-0.55231 0.048201-0.79688 0.052734-0.10547 0.0015401-0.21247-0.010089-0.31641-0.03125-0.13145-0.027241-0.21917-0.11401-0.25586-0.24414-0.01376-0.054472-0.02819-0.10569-0.03125-0.16016-0.01681-0.20428-0.023861-0.52077-0.025391-0.72656-0.0046-0.73238 0-1.9375 0-1.9375h1.5664v-1.1621h-1.5664v-1.5488h-1.1738zm-4.6973 0.39453c0.23234 0 0.46255 0.026043 0.69336 0.082031 0.39895 0.096843 0.69743 0.30924 0.88086 0.64062 0.1605 0.28448 0.24975 0.58912 0.29102 0.90234 0.048915 0.37829 0.072348 0.76004 0.09375 0.99609-0.019872 0.65521-0.034899 1.1623-0.18164 1.6602-0.030573 0.10593-0.070485 0.21112-0.11328 0.3125-0.16508 0.39948-0.48955 0.64408-0.95117 0.75-0.4662 0.10593-0.93894 0.10642-1.4082 0.0019532-0.49219-0.10891-0.82379-0.37275-0.99805-0.79492-0.14062-0.34198-0.21646-0.69455-0.23633-1.0547-0.022926-0.40402-0.031759-0.81082-0.019531-1.2148 0.010699-0.43731 0.077785-0.86903 0.23828-1.2852 0.033628-0.086246 0.074389-0.17219 0.11719-0.25391 0.18342-0.34349 0.48879-0.55877 0.89844-0.66016 0.23081-0.055988 0.46298-0.082031 0.69531-0.082031z" stroke-width=".38933"/> + <path class="ColorScheme-Text" d="m17 13a4 4 0 0 0-4 4 4 4 0 0 0 4 4 4 4 0 0 0 4-4 4 4 0 0 0-4-4zm-4 0.66667v1.3333l1.3333-1.3333zm4 0a3.3333 3.3333 0 0 1 1.5938 0.40625l-1.0143 1.0143a2 2 0 0 0-0.57943-0.087235 2 2 0 0 0-0.57943 0.087235l-1.0117-1.0117a3.3333 3.3333 0 0 1 1.5911-0.40885zm2.6667 0 1.3333 1.3333v-1.3333zm-5.5938 1.7396 1.0143 1.0143a2 2 0 0 0-0.087235 0.57943 2 2 0 0 0 0.08723 0.57943l-1.0117 1.0117a3.3333 3.3333 0 0 1-0.40885-1.5911 3.3333 3.3333 0 0 1 0.40625-1.5938zm5.8516 0.0026a3.3333 3.3333 0 0 1 0.40885 1.5911 3.3333 3.3333 0 0 1-0.40625 1.5938l-1.0143-1.0143a2 2 0 0 0 0.087239-0.57943 2 2 0 0 0-0.087239-0.57943zm-2.9245 0.25779a1.3333 1.3333 0 0 1 1.3333 1.3333 1.3333 1.3333 0 0 1-1.3333 1.3333 1.3333 1.3333 0 0 1-1.3333-1.3333 1.3333 1.3333 0 0 1 1.3333-1.3333zm-0.57943 3.2461a2 2 0 0 0 0.57943 0.087235 2 2 0 0 0 0.57943-0.08724l1.0117 1.0117a3.3333 3.3333 0 0 1-1.5911 0.40886 3.3333 3.3333 0 0 1-1.5938-0.40625zm-3.4206 0.087235v1.3333h1.3333zm8 0-1.3333 1.3333h1.3333z"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/question.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#232629; + }</style> + </defs> + <path class="ColorScheme-Text" d="m10.959 1c-2.2762 0-4.4289 0.527-6.4594 1.5796l1.0105 2.2339c1.0152-0.4794 1.9275-0.82185 2.7396-1.0303 0.82286-0.20841 1.6613-0.3125 2.5162-0.3125 1.2824 0 2.2664 0.27531 2.9504 0.82764 0.68393 0.55234 1.0258 1.3438 1.0258 2.3755 0 0.55234-0.07383 1.0382-0.22344 1.4551-0.1496 0.41685-0.406 0.83314-0.76934 1.25-0.36332 0.41686-1.128 1.1042-2.2928 2.063-1.4301 1.2542-2.9264 3.4819-3.057 5.8081h2.6l-0.0076-0.03906c0-0.94835 0.17091-1.7095 0.51289-2.2827 0.35266-0.58361 1.0571-1.3188 2.115-2.2046 1.2931-1.0526 2.1548-1.844 2.5822-2.3755 0.43815-0.5315 0.76382-1.093 0.97754-1.687 0.21383-0.59404 0.31991-1.2771 0.31991-2.0483 0-1.7717-0.58205-3.1488-1.7469-4.1284-1.1648-0.99005-2.7633-1.4844-4.7937-1.4844zm-2.5594 17.5v2.5h2.6v-2.5z" color="#232629" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/quickFindExtend.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + <path class="ColorScheme-Text" d="m1 1v20l20-10z" color="#eff0f1" fill="#232629" stroke-width="1.25"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/quickFindNext.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + <g fill="#232629"> + <path d="m1 3v16l10-8z"/> + <path d="m11 11v8l10-8-10-8z"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/quickFindPrev.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + <g fill="#232629"> + <path d="m11 3-10 8 10 8v-8z"/> + <path d="m11 11 10 8v-16z"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/relayout.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m21 11c0 1.8021-0.47865 3.4866-1.3062 4.9438l-0.92285-0.92285 0.0025-0.0025-3.4717-3.4741 0.88379-0.88379 3.1006 3.103c0.29078-0.86953 0.4638-1.7936 0.4638-2.7637 0-4.8475-3.9025-8.75-8.75-8.75-1.4531 0-2.8174 0.35728-4.021 0.979l-0.92285-0.92285c1.4572-0.82756 3.1417-1.3062 4.9438-1.3062 5.54 0 10 4.46 10 10zm-5.0562 8.6938c-1.4573 0.82756-3.1417 1.3062-4.9438 1.3062-5.54 0-10-4.46-10-10 0-1.8021 0.47865-3.4866 1.3062-4.9438l0.85449 0.85449 0.0025-0.00244 3.5352 3.5352-0.88379 0.88379-3.0981-3.0981c-0.29246 0.87162-0.46637 1.7982-0.46637 2.771 0 4.8475 3.9025 8.75 8.75 8.75 1.4531 0 2.8174-0.35729 4.021-0.979z" color="#eff0f1" fill="#da4453" stroke-width="1.25"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/reload.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m21 11c0 1.8021-0.47865 3.4866-1.3062 4.9438l-0.92285-0.92285 0.0025-0.0025-3.4717-3.4741 0.88379-0.88379 3.1006 3.103c0.29078-0.86953 0.4638-1.7936 0.4638-2.7637 0-4.8475-3.9025-8.75-8.75-8.75-1.4531 0-2.8174 0.35728-4.021 0.979l-0.92285-0.92285c1.4572-0.82756 3.1417-1.3062 4.9438-1.3062 5.54 0 10 4.46 10 10zm-5.0562 8.6938c-1.4573 0.82756-3.1417 1.3062-4.9438 1.3062-5.54 0-10-4.46-10-10 0-1.8021 0.47865-3.4866 1.3062-4.9438l0.85449 0.85449 0.0025-0.00244 3.5352 3.5352-0.88379 0.88379-3.0981-3.0981c-0.29246 0.87162-0.46637 1.7982-0.46637 2.771 0 4.8475 3.9025 8.75 8.75 8.75 1.4531 0 2.8174-0.35729 4.021-0.979z" color="#eff0f1" fill="#00a800" stroke-width="1.25"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/remsplitHorizontal.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path d="m1 1v20h8.75v-1.25-13.75-5h-8.75zm10 0v10h1.25v-5h1.25 6.25v5h1.25v-10h-7.5-1.25-1.25zm-8.75 5h6.25v13.75h-6.25v-13.75z" color="#eff0f1" fill="#232629"/> + <path class="ColorScheme-NegativeText" d="M 13.2726,12 12,13.2726 15.2274,16.500002 12,19.7274 13.2726,21 16.500002,17.7726 19.7274,21 21,19.7274 17.7726,16.500002 21,13.2726 19.7274,12 16.500002,15.2274 Z" fill="#da4453"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/remsplitVertical.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path d="m1 1v8.75 1.25h1.25 5 1.25 11.25 1.25v-1.25-8.75h-20zm1.25 5h5v3.75h-5v-3.75zm6.25 0h11.25v3.75h-11.25v-3.75zm-7.5 7.5v1.25 6.25h10v-1.25h-2.5v-5h2.5v-1.25h-10zm1.25 1.25h5v5h-5v-5z" color="#eff0f1" fill="#232629"/> + <path class="ColorScheme-NegativeText" d="M 13.2726,12 12,13.2726 15.2274,16.500002 12,19.7274 13.2726,21 16.500002,17.7726 19.7274,21 21,19.7274 17.7726,16.500002 21,13.2726 19.7274,12 16.500002,15.2274 Z" fill="#da4453"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/renameBookmark.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 352 352" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <g transform="matrix(21.333 0 0 21.333 5.3333 -22136)" fill="#232629"> + <path class="ColorScheme-Text" d="m8 1038.4-2 4-4 1 3 3-1 4 4-2 4 2-1-4 3-3-4-1z" color="#eff0f1" fill="#232629"/> + </g> + <path d="m171.12 272v5.3333h10.667v53.333h-10.667v5.3333h26.667v-5.3333h-10.667v-53.333h10.667v-5.3333zm48 0h18.286q12.011 0 18.106 3.5854 6.1849 3.4958 6.1849 12.28 0 5.6471-3.1373 9.4118-3.1372 3.6751-9.0532 4.7507v0.44818q4.0336 0.62745 7.2605 2.3305 3.3165 1.7031 5.1989 4.8403 1.8824 3.1372 1.8824 8.1569 0 8.6947-6.0056 13.445-5.916 4.7507-16.224 4.7507h-22.499zm8.0672 27.249h11.832q8.2465 0 11.294-2.5994 3.0476-2.6891 3.0476-7.888 0-5.2885-3.7647-7.5294-3.6751-2.3305-11.832-2.3305h-10.577zm0 6.7227v23.216h12.908q8.5154 0 11.832-3.3165 3.3165-3.3165 3.3165-8.6947 0-5.0196-3.4958-8.0672-3.4062-3.1372-12.28-3.1372zm-87.42 30.028-7.6764-19.727h-25.261l-7.5872 19.727h-8.1227l24.904-64h7.2301l24.814 64zm-10.086-26.868-7.1409-19.28q-0.26778-0.71409-0.89261-2.5886-0.62482-1.8745-1.2496-3.8382-0.53556-2.053-0.89261-3.1241-0.62482 2.7671-1.4282 5.4449-0.80335 2.5886-1.3389 4.106l-7.2301 19.28z" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/repeat.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m10.304 1-4.3036 4.375 4.3036 4.375 0.86936-0.88379-2.8194-2.8662h4.6542c3.7466 0 6.7627 3.0662 6.7627 6.875s-3.0162 6.875-6.7627 6.875h-1.8444v1.25h1.8444c4.4277 0 7.9923-3.6238 7.9923-8.125s-3.5646-8.125-7.9923-8.125h-4.6542l2.8194-2.8662-0.86936-0.88379" color="#eff0f1" fill="#232629"/> + <text x="0.5095368" y="18.891008" fill="#232629" font-family="sans-serif" font-size="10.899px" letter-spacing="0px" stroke-width=".27248" word-spacing="0px" style="line-height:1.25" xml:space="preserve"><tspan x="0.5095368" y="18.891008" fill="#232629" stroke-width=".27248">3x</tspan></text> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/rescan.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m21 11c0 1.8021-0.47865 3.4866-1.3062 4.9438l-0.92285-0.92285 0.0025-0.0025-3.4717-3.4741 0.88379-0.88379 3.1006 3.103c0.29078-0.86953 0.4638-1.7936 0.4638-2.7637 0-4.8475-3.9025-8.75-8.75-8.75-1.4531 0-2.8174 0.35728-4.021 0.979l-0.92285-0.92285c1.4572-0.82756 3.1417-1.3062 4.9438-1.3062 5.54 0 10 4.46 10 10zm-5.0562 8.6938c-1.4573 0.82756-3.1417 1.3062-4.9438 1.3062-5.54 0-10-4.46-10-10 0-1.8021 0.47865-3.4866 1.3062-4.9438l0.85449 0.85449 0.0025-0.00244 3.5352 3.5352-0.88379 0.88379-3.0981-3.0981c-0.29246 0.87162-0.46637 1.7982-0.46637 2.771 0 4.8475 3.9025 8.75 8.75 8.75 1.4531 0 2.8174-0.35729 4.021-0.979z" color="#eff0f1" fill="#00a800" stroke-width="1.25"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/resizeColumns.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m6 1-3.75 2.5 3.75 2.5v-5m2.5 0v5l3.75-2.5-3.75-2.5m-7.5 3.75v16.25h1.25v-5h7.5v-8.75h-7.5v-2.5h-1.25m11.25 0v16.25h1.25v-2.5h7.5v-11.25h-7.5v-2.5h-1.25m-10 3.75h6.25v6.25h-6.25v-6.25m11.25 0h6.25v8.75h-6.25v-8.75" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/resourcesCompiler48.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="48" height="48" version="1.1" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg" xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"> + <path d="m8.3994 2c-0.39344 0-0.87432 0.19974-1.1467 0.47272-1.5805 1.5513-3.1644 3.0993-4.755 4.6439-0.27575 0.26632-0.49769 0.74569-0.49769 1.1585v0.00322c0.00673 7.154 0.00673 21.682 0.00673 21.841v0.85233h0.86087c0.16141 0 21.673-0.0034 32.32 0.0034 0.43043 0 0.91804-0.21971 1.1971-0.49269l0.0035-0.0034c1.5637-1.5413 3.1341-3.076 4.7112-4.604 0.29582-0.28962 0.50094-0.78564 0.50094-1.1918-0.0067-7.134 0-21.831 0-21.831v-0.85222zm0.040352 1.7044h31.439c0 1.0686-0.0066 14.105 0 20.969-1.5738 1.5247-3.1442 3.0593-4.7045 4.5973-10.367-0.0067-30.211-0.0067-31.445-0.0034 0-1.1918 0-14.062-0.00673-20.953 1.5771-1.5312 3.1509-3.0659 4.718-4.6105zm8.2758 3.4089c-0.27238 0-0.54141 0.00665-0.81379 0.016742-0.6591 0.026636-1.3081 0.13651-1.9437 0.31959-1.4393 0.42278-2.5187 1.2683-3.1476 2.6166-0.21858 0.46939-0.40353 0.95875-0.55149 1.4548-0.4069 1.3582-0.49097 2.7564-0.50778 4.1579-0.010098 0.94543 0.04708 1.8875 0.18495 2.823 0.13451 0.87552 0.343 1.7311 0.69609 2.5533 0.63893 1.4781 1.7621 2.4069 3.3426 2.813 1.3754 0.3562 2.7642 0.40281 4.1967 0.20641 0.71963 1.1485 1.446 2.3136 2.1824 3.4921 0.87096-0.39949 1.6982-0.77567 2.549-1.1652-0.70282-1.1052-1.3787-2.1738-2.0479-3.2291 0.29256-0.25966 0.58176-0.48936 0.83733-0.74902 0.66247-0.6891 1.0626-1.518 1.3249-2.4202 0.37327-1.2883 0.46742-2.6133 0.50105-3.9415 0.02354-1.0287-0.04371-2.054-0.18495-3.0727-0.13451-0.94876-0.36654-1.8742-0.76335-2.7564-0.67592-1.4982-1.826-2.4369-3.4435-2.8497-0.79698-0.19974-1.6007-0.26632-2.4111-0.26965zm10.25 1.7044v3.4089h-1.7217v2.5567h1.7217v5.9655c0 0.65581 0.13785 1.3749 0.40353 1.9874 0.22193 0.51599 0.59521 0.87885 1.1164 1.1019 0.39681 0.16647 0.81043 0.253 1.2375 0.29295 0.81715 0.07323 1.7655-0.05658 2.5692-0.19641 0.22867-0.03994 0.45398-0.08656 0.69946-0.13314-0.02352-0.69576-0.06054-1.6279-0.11768-2.297-0.09082-0.0064-0.13785-0.01996-0.18832-0.01674-0.53804 0.01996-1.2173 0.1032-1.7554 0.11318-0.23203 0.0034-0.46743-0.01996-0.6961-0.0666-0.2892-0.05993-0.48087-0.24967-0.56158-0.53596-0.03027-0.11983-0.06391-0.23637-0.07064-0.3562-0.03698-0.44941-0.05045-1.1452-0.05381-1.5979-0.01012-1.6112 0-4.2611 0-4.2611h3.4435v-2.5567h-3.4435v-3.4089zm-10.334 0.86886c0.51114 0 1.0189 0.059926 1.5267 0.18308 0.87768 0.21305 1.5334 0.67912 1.937 1.4082 0.35309 0.62585 0.54813 1.295 0.63893 1.9841 0.10762 0.83225 0.15805 1.6712 0.20513 2.1905-0.04371 1.4415-0.07733 2.56-0.40017 3.6552-0.06725 0.23304-0.15134 0.46273-0.24548 0.68577-0.36318 0.87885-1.0794 1.4148-2.095 1.6478-1.0256 0.23304-2.0647 0.23634-3.0971 0.0064-1.0828-0.23951-1.8125-0.82209-2.1959-1.7509-0.30938-0.75235-0.47415-1.528-0.51787-2.3203-0.05044-0.88884-0.07062-1.781-0.04372-2.6698 0.02354-0.96208 0.16814-1.9142 0.52123-2.8296 0.07398-0.18974 0.16478-0.37617 0.25893-0.55594 0.40353-0.75568 1.0761-1.2284 1.9773-1.4514 0.50778-0.12318 1.0189-0.1831 1.5301-0.1831z" fill="#232629" stroke-width=".85654"/> + <g transform="matrix(1.25 0 0 1.25 -385.25 -645.7)" fill="#5fd38d" stroke="#5fd38d"> + <rect x="329" y="537.36" width="8" height="1"/> + <rect x="329" y="541.36" width="16" height="1"/> + <rect x="329" y="548.36" width="16" height="1"/> + <rect x="329" y="545.36" width="8" height="1"/> + <rect x="329" y="552.36" width="12" height=".99998"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/restart.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m21 11c0 1.8021-0.47865 3.4866-1.3062 4.9438l-0.92285-0.92285 0.0025-0.0025-3.4717-3.4741 0.88379-0.88379 3.1006 3.103c0.29078-0.86953 0.4638-1.7936 0.4638-2.7637 0-4.8475-3.9025-8.75-8.75-8.75-1.4531 0-2.8174 0.35728-4.021 0.979l-0.92285-0.92285c1.4572-0.82756 3.1417-1.3062 4.9438-1.3062 5.54 0 10 4.46 10 10zm-5.0562 8.6938c-1.4573 0.82756-3.1417 1.3062-4.9438 1.3062-5.54 0-10-4.46-10-10 0-1.8021 0.47865-3.4866 1.3062-4.9438l0.85449 0.85449 0.0025-0.00244 3.5352 3.5352-0.88379 0.88379-3.0981-3.0981c-0.29246 0.87162-0.46637 1.7982-0.46637 2.771 0 4.8475 3.9025 8.75 8.75 8.75 1.4531 0 2.8174-0.35729 4.021-0.979z" color="#eff0f1" fill="#ff7f2a" stroke-width="1.25"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/restartDelete.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m13 7c0 1.0813-0.28719 2.092-0.78369 2.9663l-0.55371-0.55371 0.0015-0.00144-2.083-2.0845 0.53027-0.53027 1.8604 1.8618c0.17447-0.52172 0.27828-1.0761 0.27828-1.6582 0-2.9085-2.3415-5.25-5.25-5.25-0.87187 0-1.6904 0.21437-2.4126 0.5874l-0.55371-0.55371c0.87435-0.49654 1.885-0.78369 2.9663-0.78369 3.324 0 6 2.676 6 6zm-3.0337 5.2163c-0.87435 0.49654-1.885 0.78369-2.9663 0.78369-3.324 0-6-2.676-6-6 0-1.0813 0.28719-2.092 0.78369-2.9663l0.5127 0.5127 0.00149-0.00144 2.1211 2.1211-0.53027 0.53027-1.8589-1.8589c-0.17548 0.52295-0.27982 1.0789-0.27982 1.6626 0 2.9085 2.3415 5.25 5.25 5.25 0.87187 0 1.6904-0.21437 2.4126-0.5874z" color="#eff0f1" fill="#ffb380" stroke-width=".75"/> + <path class="ColorScheme-NegativeText" d="m12.414 11-1.414 1.414 3.586 3.586-3.586 3.586 1.414 1.414 3.586-3.586 3.586 3.586 1.414-1.414-3.586-3.586 3.586-3.586-1.414-1.414-3.586 3.586z" fill="#da4453"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/rss16.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="16" height="16" version="1.1" xmlns="http://www.w3.org/2000/svg"> + <g transform="translate(0 -1036.4)" fill="#f27935"> + <path d="m1 1037.4v1.75a12.25 12.25 0 0 1 12.25 12.25h1.75a14 14 0 0 0-14-14zm0 4.375v1.75a7.875 7.875 0 0 1 7.875 7.875h1.75a9.625 9.625 0 0 0-9.625-9.625zm2.1875 5.25a2.1875 2.1875 0 0 0-2.1875 2.1875 2.1875 2.1875 0 0 0 2.1875 2.1875 2.1875 2.1875 0 0 0 2.1875-2.1875 2.1875 2.1875 0 0 0-2.1875-2.1875z" fill="#fc963a" stroke-linecap="round" stroke-width=".0875"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/rss22.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg"> + <g transform="translate(0 -1030.4)" fill="#f27935"> + <path d="m1 1031.4v2.5a17.5 17.5 0 0 1 17.5 17.5h2.5a20 20 0 0 0-20-20zm0 6.25v2.5a11.25 11.25 0 0 1 11.25 11.25h2.5a13.75 13.75 0 0 0-13.75-13.75zm3.125 7.5a3.125 3.125 0 0 0-3.125 3.125 3.125 3.125 0 0 0 3.125 3.125 3.125 3.125 0 0 0 3.125-3.125 3.125 3.125 0 0 0-3.125-3.125z" fill="#fc963a" stroke-linecap="round" stroke-width=".125"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/rss48.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="48" height="48" version="1.1" xmlns="http://www.w3.org/2000/svg"> + <g transform="translate(0 -1004.4)" fill="#f27935"> + <path d="m2 1006.4v5.5a38.5 38.5 0 0 1 38.5 38.5h5.5a44 44 0 0 0-44-44zm0 13.75v5.5a24.75 24.75 0 0 1 24.75 24.75h5.5a30.25 30.25 0 0 0-30.25-30.25zm6.875 16.5a6.875 6.875 0 0 0-6.875 6.875 6.875 6.875 0 0 0 6.875 6.875 6.875 6.875 0 0 0 6.875-6.875 6.875 6.875 0 0 0-6.875-6.875z" fill="#fc963a" stroke-linecap="round" stroke-width=".275"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/runProject.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path d="m3.5 1v1.25 1.25h-2.5v3.75h2.5v7.5h-2.5v3.75h2.5v2.5h1.25 6.25v-1.25h-6.25v-13.75h15v5h1.25v-8.75-1.25h-17.5zm1.25 1.25h15v2.5h-15v-1.25-1.25z" color="#eff0f1" fill="#232629"/> + <path class="ColorScheme-Text" d="m15.167 11v0.91797a4.1667 4.1667 0 0 0-1.4616 0.60872l-0.65104-0.65104-1.1784 1.1784 0.65104 0.65104a4.1667 4.1667 0 0 0-0.60547 1.4616h-0.92122v1.6667h0.91797a4.1667 4.1667 0 0 0 0.60872 1.4616l-0.65104 0.65104 1.1784 1.1784 0.65104-0.65104a4.1667 4.1667 0 0 0 1.4616 0.60547v0.92122h1.6667v-0.91797a4.1667 4.1667 0 0 0 1.4616-0.60872l0.65104 0.65104 1.1784-1.1784-0.65104-0.65104a4.1667 4.1667 0 0 0 0.60547-1.4616h0.92122v-1.6667h-0.91797a4.1667 4.1667 0 0 0-0.60872-1.4616l0.65104-0.65104-1.1784-1.1784-0.65104 0.65104a4.1667 4.1667 0 0 0-1.4616-0.60547v-0.92122zm0.83333 1.6667a3.3333 3.3333 0 0 1 2.391 1.0107 3.3333 3.3333 0 0 1 0.94238 2.3226 3.3333 3.3333 0 0 1-1.0107 2.391 3.3333 3.3333 0 0 1-2.3226 0.94238 3.3333 3.3333 0 0 1-2.391-1.0107 3.3333 3.3333 0 0 1-0.94238-2.3226 3.3333 3.3333 0 0 1 1.0107-2.391 3.3333 3.3333 0 0 1 2.3226-0.94238zm-0.83333 1.6667v3.3333l2.5-1.6667z" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/runScript.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg"> + <path d="m9.3333 1c-1.8467 0-3.3333 1.4867-3.3333 3.3333h5v1.6667h-6.6667c-1.8467 0-3.3333 1.4867-3.3333 3.3333v3.3333c0 1.8467 1.4867 3.3333 3.3333 3.3333v-1.6667c0-1.4812 0.64983-2.7937 1.6667-3.7077 0.00113-1e-3 0.00211-0.0023 0.00325-0.0032 0.22024-0.19762 0.45764-0.37623 0.70964-0.53385 0.00205-0.0013 0.00445-2e-3 0.00651-0.0033 0.24818-0.15476 0.50993-0.28704 0.7845-0.39715 0.049445-0.0194 0.10278-0.030962 0.15299-0.048825 0.23327-0.084875 0.47095-0.16243 0.71941-0.21159 0.31035-0.05985 0.6287-0.0944 0.95703-0.0944h6.6667v-5c0-1.8467-1.4866-3.3333-3.3333-3.3333zm0 0.83333c0.46167 0 0.83333 0.37167 0.83333 0.83333s-0.37167 0.83333-0.83333 0.83333-0.83333-0.37167-0.83333-0.83333 0.37167-0.83333 0.83333-0.83333zm8.3333 4.1667v1.6667c0 1.4812-0.65308 2.7969-1.6699 3.7109-0.22024 0.19763-0.45764 0.37622-0.70964 0.53385-2e-3 0.0013-0.0045 2e-3 -0.0065 0.0033-0.24818 0.15475-0.50993 0.28703-0.7845 0.39714-0.04945 0.0194-0.10279 0.03098-0.153 0.04883-0.23328 0.08488-0.47096 0.16244-0.71941 0.21159-0.31035 0.05985-0.6287 0.0944-0.95703 0.0944h-6.6667v5c0 1.8466 1.4866 3.3333 3.3333 3.3333h3.3333c1.8467 5e-6 3.3333-1.4867 3.3333-3.3333h-5v-1.6667h6.6667c1.8467 0 3.3333-1.4867 3.3333-3.3333v-3.3333c0-1.8467-1.4867-3.3333-3.3333-3.3333zm-5 12.5c0.46167 0 0.83333 0.37167 0.83333 0.83333 0 0.46167-0.37167 0.83333-0.83333 0.83333-0.46167 0-0.83333-0.37167-0.83333-0.83333 0-0.46167 0.37167-0.83333 0.83333-0.83333z" fill="#f59e16" stroke-width="1.6667"/> + <path d="m3.6449 15.905c-1.0799-0.23814-1.9515-0.96024-2.3667-1.9609-0.23798-0.57353-0.2435-0.6405-0.2435-2.9573 0-2.4426-4.382e-4 -2.4387 0.35679-3.1674 0.15485-0.31587 0.27272-0.47309 0.59404-0.79237 0.61042-0.60654 1.1535-0.87745 1.9611-0.97826 0.24461-0.030533 1.6685-0.0493 3.7405-0.0493h3.3455v-1.678h-5.025l0.020892-0.19809c0.043445-0.41194 0.12282-0.76663 0.2315-1.0344 0.28459-0.70131 0.91079-1.3795 1.5731-1.7036 0.70139-0.34329 0.70088-0.34322 2.9604-0.36191 1.3056-0.010799 2.1368 0.00118 2.3472 0.033828 0.74508 0.1156 1.36 0.42821 1.8771 0.95435 0.38217 0.3888 0.62886 0.78959 0.80494 1.3078l0.12671 0.37288 0.02794 5.6165-3.4628 2.797e-4c-3.7992 2.8e-4 -3.9821 0.010868-4.7579 0.27498-1.6385 0.55781-2.833 1.853-3.3061 3.5847-0.084508 0.30932-0.10069 0.52546-0.11839 1.5818l-0.020511 1.2235-0.19356-0.0037c-0.10646-2e-3 -0.31941-0.03146-0.47322-0.06537zm5.9786-12.448c0.23032-0.096235 0.37788-0.23824 0.48202-0.46388 0.10874-0.23561 0.10887-0.41585 4.85e-4 -0.65447-0.22285-0.4906-0.79509-0.6686-1.2228-0.38036-0.57245 0.38577-0.50672 1.1986 0.11993 1.4832 0.23169 0.10524 0.39574 0.10933 0.62037 0.015472z" fill="#59f" stroke="#59f" stroke-width=".18644"/> + <path d="m3.8769 16.021c-1.2932-0.19009-2.3276-1.0581-2.7783-2.3311-0.10462-0.29556-0.10766-0.35367-0.12435-2.3767-0.02134-2.5866-0.0035742-2.7756 0.32413-3.4486 0.20725-0.42558 0.2898-0.53952 0.64158-0.88559 0.46207-0.45457 0.84593-0.697 1.3787-0.87072 0.35486-0.11571 0.44157-0.12338 1.7945-0.15867 0.78189-0.020394 2.4127-0.038555 3.6239-0.040356l2.2023-0.00327v-1.4915h-5.017l0.039441-0.33792c0.082337-0.70546 0.25768-1.1849 0.61798-1.6898 0.42952-0.60191 1.1146-1.096 1.8194-1.3123 0.25572-0.078458 0.47917-0.085803 2.6102-0.085803h2.3305l0.37288 0.12699c0.53022 0.18057 0.9215 0.42591 1.3262 0.83156 0.39706 0.398 0.6012 0.71448 0.81882 1.2694l0.14988 0.38221 0.05924 5.803h-3.4512c-2.1311 0-3.6243 0.01902-3.9038 0.049728-1.8332 0.20141-3.4435 1.5466-4.0833 3.4109-0.16642 0.48492-0.2114 0.87998-0.21359 1.8762-0.00101 0.46144-0.015071 0.9491-0.031236 1.0837-0.032921 0.27408-0.022253 0.2699-0.50691 0.19866zm5.8238-12.697c0.22793-0.13357 0.39978-0.41605 0.39978-0.65711 0-0.38236-0.38671-0.76907-0.76907-0.76907-0.37964 0-0.76907 0.38942-0.76907 0.76907 0 0.22876 0.1764 0.52469 0.38858 0.65187 0.25028 0.15002 0.49975 0.15176 0.74977 0.00524z" fill="#59f" stroke="#59f" stroke-width=".18644"/> + <path d="m8.4791 20.868c-1.1305-0.3003-2.0097-1.1819-2.3497-2.3563-0.10661-0.36823-0.10735-0.38954-0.10735-3.0975v-2.7267l3.7521-0.0245c4.0868-0.02668 3.7551-0.0052 4.6099-0.299 0.68486-0.23541 1.3543-0.67684 1.9039-1.2554 0.75974-0.7998 1.219-1.7686 1.3618-2.8724 0.02487-0.19227 0.04587-0.77332 0.04666-1.2912l0.0014-0.94166 0.2447 0.025284c1.4235 0.14709 2.5831 1.1278 2.928 2.4764 0.0826 0.32295 0.09004 0.52992 0.09004 2.5022 0 2.3009-0.0047 2.3571-0.24808 2.9596-0.38832 0.96139-1.3874 1.7661-2.4289 1.9562-0.18272 0.03336-1.4679 0.0505-3.7871 0.0505h-3.5105v1.7246h4.9873v0.15458c0 0.69752-0.41873 1.6179-0.98356 2.1619-0.43106 0.41516-0.71671 0.5953-1.2587 0.79375l-0.34464 0.1262-2.2839 0.0118c-2.1321 0.01102-2.3065 0.0058-2.6234-0.07838zm4.5484-0.76527c0.14329-0.07486 0.34581-0.28173 0.42313-0.43224 0.07192-0.13999 0.06565-0.49923-0.01187-0.68041-0.23374-0.54628-0.98118-0.67393-1.3894-0.23729-0.15562 0.16644-0.22436 0.34315-0.22436 0.57672 0 0.33492 0.19378 0.64097 0.48941 0.77292 0.18463 0.08241 0.55566 0.08257 0.71312 3.26e-4z" fill="#fd5" stroke="#fd5" stroke-width=".18644"/> + <path class="ColorScheme-Text" d="m15.167 11v0.91797a4.1667 4.1667 0 0 0-1.4616 0.60872l-0.65104-0.65104-1.1784 1.1784 0.65104 0.65104a4.1667 4.1667 0 0 0-0.60547 1.4616h-0.92122v1.6667h0.91797a4.1667 4.1667 0 0 0 0.60872 1.4616l-0.65104 0.65104 1.1784 1.1784 0.65104-0.65104a4.1667 4.1667 0 0 0 1.4616 0.60547v0.92122h1.6667v-0.91797a4.1667 4.1667 0 0 0 1.4616-0.60872l0.65104 0.65104 1.1784-1.1784-0.65104-0.65104a4.1667 4.1667 0 0 0 0.60547-1.4616h0.92122v-1.6667h-0.91797a4.1667 4.1667 0 0 0-0.60872-1.4616l0.65104-0.65104-1.1784-1.1784-0.65104 0.65104a4.1667 4.1667 0 0 0-1.4616-0.60547v-0.92122zm0.83333 1.6667a3.3333 3.3333 0 0 1 2.391 1.0107 3.3333 3.3333 0 0 1 0.94238 2.3226 3.3333 3.3333 0 0 1-1.0107 2.391 3.3333 3.3333 0 0 1-2.3226 0.94238 3.3333 3.3333 0 0 1-2.391-1.0107 3.3333 3.3333 0 0 1-0.94238-2.3226 3.3333 3.3333 0 0 1 1.0107-2.391 3.3333 3.3333 0 0 1 2.3226-0.94238zm-0.83333 1.6667v3.3333l2.5-1.6667z" fill="#232629"/> + <path d="m15.533 19.269c-0.4302-0.0634-0.64307-0.13437-1.0749-0.35836-0.47377-0.24573-0.86103-0.59206-1.1737-1.0497-1.2419-1.8175-0.39818-4.3021 1.6967-4.9967 0.37079-0.12294 0.53384-0.14542 1.0437-0.1439 0.96674 0.0029 1.6104 0.274 2.3129 0.97419 0.44736 0.44591 0.79151 1.0812 0.90458 1.6698 0.08792 0.45767 0.03557 1.2633-0.10893 1.6765-0.52745 1.5081-2.0581 2.4554-3.6003 2.2282zm0.91367-2.415c0.6441-0.42849 1.1925-0.79857 1.2185-0.82241 0.04074-0.03722-2.2502-1.5987-2.4684-1.6824-0.06685-0.02565-0.07839 0.21826-0.07839 1.6571 0 1.4406 0.01148 1.6827 0.07857 1.657 0.04321-0.01658 0.60557-0.38073 1.2497-0.80922z" fill="#f9f9f9" stroke-width="0"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/safari.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,34 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="48" height="48" version="1.1" viewBox="0 0 12.7 12.7" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <defs> + <linearGradient id="linearGradient2129" x1="412.98" x2="412.98" y1="237.61" y2="59.392" gradientTransform="matrix(.35154 0 0 .35154 206.79 159.77)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#bdbdbd" offset="0"/> + <stop stop-color="#fff" offset="1"/> + </linearGradient> + <radialGradient id="radialGradient2137" cx="413.06" cy="136.82" r="82.125" gradientTransform="matrix(.38143 0 0 .38143 194.54 155.58)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#06c2e7" offset="0"/> + <stop stop-color="#0db8ec" offset=".25"/> + <stop stop-color="#12aef1" offset=".5"/> + <stop stop-color="#1f86f9" offset=".75"/> + <stop stop-color="#107ddd" offset="1"/> + </radialGradient> + <filter id="filter2222" x="-.020909" y="-.022338" width="1.0418" height="1.0447" color-interpolation-filters="sRGB"> + <feGaussianBlur stdDeviation="0.95767362"/> + </filter> + <filter id="filter2248" x="-.048" y="-.048" width="1.096" height="1.096" color-interpolation-filters="sRGB"> + <feGaussianBlur stdDeviation="3.5643107"/> + </filter> + </defs> + <g transform="translate(-318.89 -233.7)"> + <g transform="matrix(.176 0 0 .17697 263.29 202.27)"> + <path transform="matrix(.33865 0 0 .32609 212.12 166.12)" d="m502.08 148.5a89.108 89.108 0 0 1-89.108 89.108 89.108 89.108 0 0 1-89.108-89.108 89.108 89.108 0 0 1 89.108-89.108 89.108 89.108 0 0 1 89.108 89.108z" filter="url(#filter2248)" opacity=".53" style="paint-order:markers stroke fill"/> + <path d="m383.29 211.98a31.325 31.325 0 0 1-31.325 31.325 31.325 31.325 0 0 1-31.325-31.325 31.325 31.325 0 0 1 31.325-31.325 31.325 31.325 0 0 1 31.325 31.325z" fill="url(#linearGradient2129)" stroke="#cdcdcd" stroke-linecap="round" stroke-linejoin="round" stroke-width=".093012" style="paint-order:markers stroke fill"/> + <path d="m380.84 211.98a28.871 28.871 0 0 1-28.871 28.871 28.871 28.871 0 0 1-28.871-28.871 28.871 28.871 0 0 1 28.871-28.871 28.871 28.871 0 0 1 28.871 28.871z" fill="url(#radialGradient2137)" style="paint-order:markers stroke fill"/> + <path d="m351.97 184.61c-0.23319 0-0.42092 0.18772-0.42092 0.42092v4.8552c0 0.2332 0.18773 0.42092 0.42092 0.42092 0.2332 0 0.42092-0.18772 0.42092-0.42092v-4.8552c0-0.2332-0.18772-0.42092-0.42092-0.42092zm-2.7537 0.17404c-0.0279-3e-3 -0.0566-3e-3 -0.0856 3.5e-4 -0.23194 0.0242-0.39917 0.2304-0.37495 0.46234l0.21218 2.0312c0.0242 0.23194 0.23041 0.39918 0.46233 0.37496 0.23195-0.0242 0.39919-0.2304 0.37496-0.46234l-0.212-2.0312c-0.0212-0.20295-0.18177-0.35637-0.37695-0.37532zm5.5266 2e-3c-0.19519 0.0188-0.35578 0.17221-0.37714 0.37513l-0.21363 2.031c-0.0244 0.23192 0.14285 0.43831 0.37478 0.4627 0.23191 0.0244 0.43811-0.14268 0.46251-0.3746l0.21364-2.0312c0.0244-0.23192-0.14286-0.43814-0.37478-0.46252-0.029-3e-3 -0.0575-3e-3 -0.0854-5.2e-4zm-8.3553 0.4082c-0.028 2.2e-4 -0.0565 3e-3 -0.085 9e-3 -0.22814 0.0483-0.37294 0.27089-0.32464 0.49903l1.0055 4.7498c0.0483 0.22814 0.27088 0.37293 0.49902 0.32464 0.22814-0.0483 0.37294-0.27072 0.32465-0.49886l-1.0055-4.75c-0.0423-0.19963-0.21792-0.33543-0.41401-0.3339zm11.184 4e-3c-0.19609-2e-3 -0.3718 0.13394-0.41419 0.33353l-1.009 4.7492c-0.0485 0.22811 0.0962 0.45076 0.32427 0.49922 0.22811 0.0485 0.45076-0.0962 0.49921-0.32428l1.009-4.7493c0.0485-0.2281-0.0962-0.45076-0.32427-0.49921-0.0285-6e-3 -0.057-9e-3 -0.085-9e-3zm-13.883 0.75717c-0.0545-5e-3 -0.11077 1e-3 -0.16622 0.0194-0.22178 0.0721-0.34238 0.3085-0.27031 0.53028l0.6311 1.9424c0.0721 0.22179 0.30868 0.34238 0.53046 0.27032 0.22179-0.0721 0.3422-0.30868 0.27013-0.53046l-0.63109-1.9424c-0.054-0.16634-0.20059-0.27568-0.36407-0.28958zm16.568 1e-3c-0.16348 0.0139-0.30999 0.12324-0.36406 0.28957l-0.63147 1.9422c-0.0721 0.22177 0.0484 0.45837 0.27014 0.53046 0.22178 0.0721 0.45837-0.0484 0.53047-0.27013l0.63146-1.9424c0.0721-0.22178-0.0484-0.45837-0.27014-0.53046-0.0554-0.018-0.11191-0.0239-0.1664-0.0193zm-19.237 0.9759c-0.0547 1e-3 -0.11004 0.013-0.16331 0.0367-0.21298 0.0947-0.30836 0.34244-0.21364 0.55553l1.972 4.4366c0.0947 0.21308 0.34244 0.30836 0.55553 0.21364 0.21298-0.0947 0.30854-0.34244 0.21382-0.55553l-1.9722-4.4366c-0.071-0.15983-0.22817-0.25351-0.39221-0.25033zm21.937 0.0149c-0.16403-3e-3 -0.32132 0.0901-0.39257 0.24979l-1.978 4.4339c-0.095 0.21296-4e-5 0.46088 0.21292 0.55589 0.21297 0.095 0.46088 5e-5 0.5559-0.21291l1.978-4.4339c0.095-0.21297 5e-5 -0.46089-0.21291-0.5559-0.0532-0.0237-0.10864-0.0357-0.16332-0.0369zm-24.415 1.2962c-0.0808-6e-3 -0.16406 0.012-0.23979 0.0558-0.20196 0.1166-0.27065 0.37302-0.15406 0.57497l1.0212 1.7687c0.1166 0.20196 0.373 0.27065 0.57496 0.15405 0.20195-0.1166 0.27065-0.37301 0.15406-0.57497l-1.0212-1.7687c-0.0729-0.12623-0.20047-0.20041-0.33517-0.20983zm26.859 0c-0.13468 9e-3 -0.26211 0.0836-0.33498 0.20983l-1.0213 1.7687c-0.1166 0.20196-0.0477 0.45837 0.15424 0.57497 0.20196 0.1166 0.45837 0.0479 0.57497-0.15405l1.0211-1.7687c0.1166-0.20195 0.0479-0.45837-0.15406-0.57497-0.0757-0.0437-0.15916-0.0614-0.23998-0.0558zm-29.265 1.5007c-0.081 3e-3 -0.16211 0.029-0.2329 0.0803-0.18875 0.13693-0.23048 0.39911-0.0935 0.58787l2.8509 3.93c0.13693 0.18876 0.39929 0.23049 0.58805 0.0936 0.18876-0.13693 0.23049-0.39911 0.0935-0.58787l-2.851-3.93c-0.0856-0.11798-0.22004-0.17847-0.35497-0.17386zm31.701 0.0214c-0.13493-5e-3 -0.26941 0.0555-0.35516 0.17331l-2.8563 3.9261c-0.1372 0.18857-0.0958 0.45086 0.0928 0.58805 0.18858 0.13718 0.45087 0.0959 0.58806-0.0926l2.8561-3.9261c0.13718-0.18858 0.0957-0.45086-0.0928-0.58805-0.0707-0.0514-0.15176-0.0778-0.23272-0.0807zm-33.852 1.7823c-0.10744-6e-3 -0.21708 0.0299-0.30374 0.10791-0.17332 0.15602-0.18725 0.42109-0.0312 0.59441l1.3665 1.518c0.15601 0.17332 0.42109 0.18726 0.59441 0.0312 0.17332-0.15602 0.18726-0.42127 0.0312-0.59459l-1.3663-1.5178c-0.078-0.0867-0.18339-0.13351-0.29085-0.13916zm35.976 3e-3c-0.10745 6e-3 -0.21282 0.0525-0.29084 0.13915l-1.3665 1.5176c-0.15606 0.1733-0.14224 0.43855 0.0311 0.59459 0.17329 0.15604 0.43837 0.14205 0.59441-0.0312l1.3667-1.5176c0.15605-0.17331 0.14205-0.43856-0.0312-0.59459-0.0867-0.078-0.19611-0.11354-0.30357-0.10791zm-38.037 1.977c-0.10745 6e-3 -0.21266 0.0525-0.29067 0.13916-0.15602 0.17332-0.14207 0.43839 0.0312 0.59441l3.6084 3.2483c0.17332 0.15603 0.43839 0.14207 0.5944-0.0312 0.15603-0.17331 0.14226-0.43839-0.0311-0.59441l-3.6086-3.2483c-0.0867-0.078-0.1963-0.11356-0.30376-0.10791zm40.108 0.0142c-0.10745-6e-3 -0.21722 0.0298-0.30393 0.10773l-3.6106 3.2458c-0.17342 0.15589-0.18768 0.42097-0.0318 0.5944 0.1559 0.17342 0.42117 0.18751 0.59459 0.0316l3.6108-3.2458c0.17342-0.1559 0.1875-0.42098 0.0316-0.59441-0.078-0.0867-0.18322-0.13361-0.29066-0.13933zm-41.822 2.19c-0.13494-5e-3 -0.26949 0.0558-0.35515 0.17367-0.13707 0.18866-0.0955 0.4508 0.0932 0.58787l1.6522 1.2004c0.18866 0.13708 0.45079 0.0957 0.58786-0.093 0.13708-0.18866 0.0956-0.45098-0.093-0.58805l-1.6522-1.2004c-0.0707-0.0514-0.15193-0.0776-0.23289-0.0805zm43.535 0.0153c-0.081 3e-3 -0.16211 0.0289-0.23289 0.0803l-1.653 1.1994c-0.18875 0.13694-0.2305 0.39929-0.0936 0.58805 0.13695 0.18875 0.39912 0.23031 0.58787 0.0934l1.6532-1.1994c0.18875-0.13694 0.23031-0.39912 0.0934-0.58787-0.0856-0.11797-0.22004-0.17847-0.35497-0.17385zm-45.137 2.3358c-0.13469 9e-3 -0.26211 0.0836-0.33499 0.20982-0.1166 0.20195-0.0479 0.45837 0.15405 0.57497l4.2046 2.4276c0.20195 0.1166 0.45837 0.0479 0.57497-0.15405s0.0479-0.45837-0.15405-0.57497l-4.2046-2.4276c-0.0757-0.0437-0.15917-0.0614-0.23998-0.0558zm46.727 0c-0.0808-6e-3 -0.16425 0.012-0.23998 0.0558l-4.2046 2.4276c-0.20195 0.1166-0.27065 0.37302-0.15405 0.57497s0.37302 0.27065 0.57497 0.15405l4.2048-2.4276c0.20195-0.1166 0.27064-0.37302 0.15404-0.57497-0.0729-0.12622-0.20048-0.20041-0.33517-0.20982zm-47.939 2.5061c-0.16403-4e-3 -0.32133 0.0899-0.39258 0.2496-0.095 0.21298-6e-5 0.46091 0.21292 0.5559l1.8653 0.83202c0.21298 0.095 0.46091 7e-5 0.5559-0.2129 0.095-0.21298-1.2e-4 -0.46091-0.21309-0.5559l-1.8652-0.83202c-0.0532-0.0238-0.10865-0.0356-0.16332-0.0367zm49.158 0.0173c-0.0547 1e-3 -0.11024 0.013-0.16351 0.0367l-1.8657 0.83057c-0.21304 0.0949-0.3083 0.34267-0.21346 0.55571 0.0949 0.21304 0.34286 0.3083 0.5559 0.21346l1.8657-0.83076c0.21303-0.0948 0.30811-0.34267 0.21327-0.55571-0.0711-0.15978-0.22818-0.25323-0.39221-0.24997zm-50.237 2.602c-0.16349 0.0137-0.31006 0.12291-0.36424 0.28921-0.0722 0.22172 0.048 0.45839 0.26977 0.53064l4.6163 1.5042c0.22171 0.0722 0.45839-0.0481 0.53064-0.26977 0.0722-0.22172-0.048-0.4584-0.26977-0.53064l-4.6163-1.5042c-0.0554-0.0181-0.11192-0.024-0.16641-0.0194zm51.315 0.018c-0.0545-5e-3 -0.11078 1e-3 -0.16623 0.0194l-4.6174 1.5009c-0.22178 0.0721-0.34223 0.30869-0.27014 0.53046 0.0721 0.22177 0.30868 0.34223 0.53046 0.27014l4.6172-1.5009c0.22178-0.0721 0.3424-0.30869 0.27032-0.53046-0.0541-0.16633-0.20077-0.2757-0.36424-0.28957zm-51.987 2.7315c-0.1961-2e-3 -0.37196 0.13412-0.41438 0.33371-0.0485 0.2281 0.0962 0.45073 0.32427 0.49922l1.9978 0.42455c0.2281 0.0485 0.45072-0.0962 0.49921-0.32427 0.0485-0.22811-0.0962-0.45074-0.32427-0.49922l-1.9976-0.42455c-0.0285-6e-3 -0.057-9e-3 -0.085-9e-3zm52.655 4e-3c-0.028 2.3e-4 -0.0563 4e-3 -0.0848 9e-3l-1.9978 0.42437c-0.2281 0.0485-0.37271 0.27093-0.32426 0.49904 0.0485 0.2281 0.2711 0.3729 0.49921 0.32445l1.9976-0.42437c0.2281-0.0485 0.3729-0.27111 0.32445-0.49922-0.0424-0.19959-0.21829-0.33537-0.41437-0.33371zm-53.164 2.7617c-0.1952 0.0187-0.35587 0.17185-0.37731 0.37477-0.0245 0.2319 0.14232 0.43838 0.37422 0.46288l4.8283 0.51048c0.2319 0.0245 0.43838-0.1425 0.46288-0.37441 0.0245-0.2319-0.1425-0.43838-0.37441-0.46288l-4.8283-0.51048c-0.029-3e-3 -0.0575-3e-3 -0.0854-3.5e-4zm53.676 0.0363c-0.0279-3e-3 -0.0566-3e-3 -0.0856 3.5e-4l-4.8288 0.50394c-0.23194 0.0242-0.39914 0.2304-0.37496 0.46233 0.0242 0.23194 0.2304 0.39918 0.46234 0.37496l4.8288-0.50394c0.23193-0.0242 0.39914-0.2304 0.37496-0.46234-0.0212-0.20294-0.1816-0.35634-0.37678-0.37532zm-53.758 2.7947c-0.2332 0-0.42091 0.18772-0.42091 0.42092 0 0.23319 0.18771 0.42091 0.42091 0.42091h2.0423c0.23319 0 0.4211-0.18772 0.4211-0.42091 0-0.2332-0.18791-0.42092-0.4211-0.42092zm51.793 0c-0.23319 0-0.42092 0.18772-0.42092 0.42092 1e-5 0.23319 0.18773 0.42091 0.42092 0.42091h2.0423c0.23319 0 0.42092-0.18772 0.42092-0.42091 0-0.2332-0.18773-0.42092-0.42092-0.42092zm-46.803 2.2946c-0.0279-3e-3 -0.0564-3e-3 -0.0854 3.5e-4l-4.829 0.50394c-0.23194 0.0242-0.39913 0.2304-0.37495 0.46233 0.0242 0.23194 0.2304 0.39918 0.46233 0.37496l4.829-0.50394c0.23194-0.0242 0.39913-0.2304 0.37495-0.46234-0.0212-0.20294-0.18177-0.35634-0.37695-0.37531zm43.853 0.0298c-0.19521 0.0187-0.35588 0.17186-0.37732 0.37478-0.0245 0.2319 0.14233 0.43838 0.37423 0.46288l4.8283 0.51048c0.23191 0.0245 0.43837-0.14251 0.46288-0.37441 0.0245-0.2319-0.14251-0.43838-0.37441-0.46288l-4.8281-0.51048c-0.029-3e-3 -0.0577-3e-3 -0.0856-3.5e-4zm-46.26 2.8436c-0.028 2.4e-4 -0.0565 3e-3 -0.085 9e-3l-1.9978 0.42436c-0.22811 0.0485-0.37271 0.27111-0.32427 0.49922 0.0485 0.22811 0.27111 0.37272 0.49922 0.32427l1.9978-0.42419c0.2281-0.0485 0.37271-0.27111 0.32426-0.49921-0.0424-0.1996-0.2181-0.33537-0.41419-0.33372zm48.669 4e-3c-0.19609-2e-3 -0.37177 0.13394-0.41419 0.33353-0.0485 0.2281 0.096 0.45074 0.32409 0.49922l1.9978 0.42455c0.22809 0.0485 0.45073-0.096 0.49921-0.32409 0.0485-0.2281-0.0962-0.45092-0.32426-0.4994l-1.9976-0.42455c-0.0285-6e-3 -0.057-9e-3 -0.085-9e-3zm-45.305 1.6579c-0.0545-5e-3 -0.11077 1e-3 -0.16622 0.0194l-4.6174 1.5009c-0.22178 0.0721-0.34223 0.30869-0.27014 0.53046 0.0721 0.22178 0.30868 0.34222 0.53046 0.27014l4.6172-1.5009c0.22178-0.0721 0.34241-0.30869 0.27032-0.53046-0.0541-0.16633-0.20077-0.2757-0.36425-0.28957zm41.937 0.0149c-0.16349 0.0137-0.31005 0.12292-0.36423 0.28921-0.0722 0.22173 0.048 0.4584 0.26977 0.53065l4.6163 1.5042c0.22172 0.0722 0.4584-0.0481 0.53064-0.26977 0.0723-0.22172-0.048-0.4584-0.26977-0.53065l-4.6163-1.5042c-0.0554-0.0181-0.11191-0.024-0.16641-0.0194zm-43.699 3.2725c-0.0547 1e-3 -0.11006 0.0128-0.16332 0.0365l-1.8659 0.83075c-0.21304 0.0948-0.30812 0.34267-0.21328 0.55571 0.0949 0.21304 0.34268 0.30812 0.55571 0.21328l1.8659-0.83058c0.21303-0.0948 0.30811-0.34267 0.21327-0.55571-0.0711-0.15978-0.22837-0.25323-0.3924-0.24997zm45.459 0.016c-0.16403-4e-3 -0.32133 0.0899-0.39258 0.24961-0.095 0.21297-6e-5 0.4609 0.21291 0.55589l1.8652 0.83202c0.21297 0.095 0.46091 6e-5 0.5559-0.21291 0.095-0.21297 6e-5 -0.4609-0.21291-0.55589l-1.8652-0.83203c-0.0532-0.0238-0.10864-0.0356-0.16332-0.0367zm-41.826 0.91214c-0.0808-6e-3 -0.16424 0.012-0.23998 0.0558l-4.2046 2.4276c-0.20195 0.1166-0.27065 0.37302-0.15405 0.57497s0.37302 0.27065 0.57497 0.15405l4.2046-2.4274c0.20195-0.1166 0.27064-0.3732 0.15405-0.57515-0.0729-0.12622-0.2003-0.20041-0.33499-0.20982zm38.2 0c-0.13469 9e-3 -0.26229 0.0836-0.33517 0.20982-0.1166 0.20195-0.0479 0.45855 0.15405 0.57515l4.2046 2.4274c0.20196 0.1166 0.45855 0.0479 0.57515-0.15405s0.0479-0.45837-0.15404-0.57497l-4.2048-2.4276c-0.0757-0.0437-0.15899-0.0614-0.2398-0.0558zm-39.249 3.5624c-0.081 3e-3 -0.16211 0.0291-0.2329 0.0805l-1.653 1.1994c-0.18875 0.13694-0.2305 0.39912-0.0936 0.58787 0.13695 0.18875 0.39912 0.2305 0.58787 0.0935l1.6531-1.1994c0.18877-0.13693 0.23051-0.39911 0.0936-0.58786-0.0856-0.11797-0.22022-0.17866-0.35516-0.17404zm40.288 0.0142c-0.13494-5e-3 -0.26948 0.0558-0.35515 0.17367-0.13708 0.18865-0.0955 0.45098 0.0932 0.58805l1.6522 1.2004c0.18866 0.13707 0.4508 0.0955 0.58787-0.0932 0.13707-0.18866 0.0956-0.4508-0.093-0.58787l-1.6522-1.2004c-0.0707-0.0514-0.15193-0.0778-0.23289-0.0807zm-36.544 0.14533c-0.10743-6e-3 -0.21702 0.0298-0.30374 0.10773l-3.6108 3.2458c-0.17342 0.15589-0.18751 0.42098-0.0316 0.59441 0.15589 0.17342 0.42097 0.1875 0.5944 0.0316l3.6108-3.2458c0.17342-0.15589 0.18751-0.42098 0.0316-0.59441-0.0779-0.0867-0.18322-0.13361-0.29067-0.13933zm32.8 0.0116c-0.10745 6e-3 -0.21283 0.0525-0.29084 0.13915-0.15603 0.17332-0.14207 0.43839 0.0312 0.59441l3.6084 3.2483c0.17332 0.15604 0.43857 0.14208 0.59459-0.0312 0.15603-0.17331 0.14207-0.43839-0.0312-0.5944l-3.6086-3.2484c-0.0867-0.078-0.19611-0.11355-0.30356-0.10791zm-29.375 3.0836c-0.13493-5e-3 -0.2696 0.0554-0.35534 0.1733l-2.8561 3.9261c-0.13719 0.18858-0.0959 0.45087 0.0926 0.58805 0.18857 0.13719 0.45087 0.0959 0.58805-0.0927l2.8561-3.9261c0.13718-0.18857 0.0959-0.45086-0.0926-0.58805-0.0707-0.0514-0.15175-0.0778-0.23271-0.0806zm25.936 0.0176c-0.081 3e-3 -0.16211 0.0289-0.2329 0.0803-0.18875 0.13694-0.23048 0.39911-0.0936 0.58787l2.8509 3.93c0.13693 0.18876 0.39911 0.2305 0.58787 0.0936 0.18876-0.13693 0.23049-0.3991 0.0936-0.58786l-2.8509-3.93c-0.0856-0.11797-0.22004-0.17846-0.35498-0.17385zm-29.623 0.6064c-0.10745 6e-3 -0.21282 0.0525-0.29084 0.13915l-1.3665 1.5176c-0.15605 0.1733-0.14223 0.43855 0.0311 0.59459 0.1733 0.15604 0.43837 0.14205 0.5944-0.0313l1.3667-1.5176c0.15606-0.1733 0.14206-0.43856-0.0312-0.59459-0.0867-0.078-0.19611-0.11354-0.30357-0.10791zm33.331 2e-3c-0.10745-6e-3 -0.21691 0.0299-0.30356 0.10791-0.17333 0.156-0.18726 0.42108-0.0313 0.5944l1.3663 1.518c0.15602 0.17333 0.42109 0.18726 0.59442 0.0312 0.17332-0.15601 0.18726-0.42126 0.0312-0.59459l-1.3663-1.5178c-0.078-0.0867-0.18339-0.13351-0.29084-0.13916zm-25.655 1.6837c-0.16403-4e-3 -0.32114 0.0899-0.39239 0.24961l-1.9782 4.4339c-0.095 0.21297-5e-5 0.46089 0.21292 0.5559 0.21296 0.095 0.46089 5e-5 0.55589-0.21291l1.9782-4.4339c0.095-0.21296 5e-5 -0.46089-0.21292-0.55589-0.0532-0.0238-0.10881-0.0356-0.16349-0.0367zm17.956 0.0122c-0.0547 1e-3 -0.11023 0.0128-0.1635 0.0365-0.21297 0.0947-0.30836 0.34244-0.21363 0.55553l1.972 4.4366c0.0947 0.21297 0.34262 0.30836 0.55571 0.21364 0.21298-0.0947 0.30836-0.34244 0.21364-0.55553l-1.972-4.4366c-0.071-0.15973-0.22818-0.25329-0.39221-0.25015zm-21.432 1.3587c-0.13468 9e-3 -0.26212 0.0836-0.33498 0.20982l-1.0212 1.7687c-0.11659 0.20195-0.0479 0.45837 0.15406 0.57497 0.20195 0.1166 0.45837 0.0479 0.57496-0.15405l1.0212-1.7687c0.11659-0.20195 0.0479-0.45837-0.15406-0.57497-0.0757-0.0437-0.15916-0.0614-0.23998-0.0558zm24.934 0c-0.0808-6e-3 -0.16406 0.0121-0.23979 0.0558-0.20195 0.1166-0.27065 0.37302-0.15405 0.57497l1.0211 1.7687c0.1166 0.20195 0.37302 0.27064 0.57496 0.15405 0.20196-0.1166 0.27066-0.37302 0.15406-0.57497l-1.0211-1.7687c-0.0729-0.12622-0.20049-0.20041-0.33518-0.20982zm-17.054 0.0634c-0.19609-2e-3 -0.3718 0.13394-0.41419 0.33354l-1.009 4.7493c-0.0485 0.2281 0.0962 0.45076 0.32427 0.49921 0.22811 0.0485 0.45076-0.0962 0.49922-0.32427l1.009-4.7493c0.0485-0.2281-0.0962-0.45076-0.32427-0.49921-0.0285-6e-3 -0.057-9e-3 -0.085-9e-3zm9.1599 3e-3c-0.028 2.2e-4 -0.0563 3e-3 -0.0848 9e-3 -0.22814 0.0483-0.37294 0.27071-0.32465 0.49885l1.0055 4.75c0.0483 0.22814 0.27088 0.37293 0.49903 0.32464 0.22814-0.0483 0.37293-0.27089 0.32464-0.49903l-1.0057-4.7496c-0.0423-0.19963-0.21793-0.33543-0.41402-0.33391zm-4.5725 0.47905c-0.23319 0-0.42092 0.18772-0.42092 0.42092v4.8552c0 0.2332 0.18773 0.42092 0.42092 0.42092 0.2332 0 0.42092-0.18772 0.42092-0.42092v-4.8552c0-0.2332-0.18772-0.42092-0.42092-0.42092zm-7.7266 1.5689c-0.16347 0.0139-0.31017 0.12324-0.36423 0.28957l-0.63129 1.9424c-0.0721 0.22178 0.0484 0.45837 0.27014 0.53047 0.22177 0.0721 0.45836-0.0486 0.53046-0.27032l0.63128-1.9422c0.0721-0.22177-0.0484-0.45836-0.27013-0.53046-0.0554-0.018-0.11173-0.024-0.16623-0.0194zm15.45 1e-3c-0.0545-5e-3 -0.11078 1e-3 -0.16622 0.0193-0.22178 0.0721-0.34238 0.30868-0.27033 0.53047l0.63111 1.9424c0.0721 0.22179 0.30868 0.3422 0.53046 0.27014 0.22178-0.0721 0.34238-0.3085 0.27032-0.53028l-0.63128-1.9424c-0.0541-0.16634-0.20058-0.27568-0.36406-0.28957zm-10.365 1.0818c-0.1952 0.0188-0.356 0.17203-0.37732 0.37496l-0.21346 2.0312c-0.0244 0.23192 0.14268 0.43812 0.3746 0.46252s0.4383-0.14268 0.4627-0.3746l0.21345-2.031c0.0244-0.23192-0.14268-0.4383-0.37458-0.4627-0.029-3e-3 -0.0575-3e-3 -0.0854-3.5e-4zm5.2674 2e-3c-0.0279-3e-3 -0.0566-3e-3 -0.0856 3.5e-4 -0.23193 0.0242-0.39917 0.2304-0.37495 0.46233l0.21218 2.0314c0.0242 0.23193 0.2304 0.399 0.46234 0.37478 0.23193-0.0242 0.39918-0.23041 0.37496-0.46234l-0.212-2.0312c-0.0212-0.20295-0.18178-0.35637-0.37697-0.37533z" fill="#f4f2f3" style="paint-order:markers stroke fill"/> + <path transform="matrix(.35154 0 0 .35154 206.79 159.77)" d="m469.1 100.61-65.51 38.061-41.42 65.207 60.594-44.881z" filter="url(#filter2222)" opacity=".409" style="paint-order:markers stroke fill"/> + <path transform="matrix(.64804 -.33169 -.36122 .63206 329.21 156.86)" d="m129.84 160.8-23.014-23.014 31.438-8.4238z" fill="#ff5150" style="paint-order:markers stroke fill"/> + <path transform="matrix(-.36122 .63206 .64804 -.33169 297.96 186.7)" d="m129.84 160.8-23.014-23.014 31.438-8.4238z" fill="#f1f1f1" style="paint-order:markers stroke fill"/> + <path d="m331.85 231.19 23.416-15.752 16.815-22.665z" opacity=".243"/> + </g> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/safeBrowsing.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 11.165 11.147" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> +<style type="text/css"> + .st0{fill:#65B668;} + .st1{fill:#388E3C;} + .st2{clip-path:url(#SVGID_2_);} + .st3{fill:url(#SVGID_3_);} + .st4{clip-path:url(#SVGID_5_);} + .st5{fill:#FAFAFA;} + .st6{fill:#E0E0E0;} + .st7{fill:#FFFFFF;} +</style> + + + + + + + +<g transform="matrix(.46875 0 0 .45603 -1.2028 .090975)"><path class="st1" d="m22.596 3.9584c-1.6253-0.49678-4.7048-1.9508-8.1264-1.9508v21.143s3.2994-2.181 4.6437-3.5138c3.495-3.4653 3.4827-7.1003 3.4827-12.71z" fill="#388e3c" stroke-width=".12168"/><path class="st0" d="m6.3553 3.9826v2.1446c0 5.9492 0.01222 10.045 3.495 13.51 1.3442 1.3328 4.6192 3.5138 4.6192 3.5138v-21.143c-3.4094 0-6.8189 1.5025-8.1142 1.975z" fill="#65b668" stroke-width=".12168"/><path class="st6" d="m22.596 3.9584v-1.6479c0-0.59371-0.81875-1.4176-1.5642-1.4176h-13.259c-0.73321 0-1.4175 0.82393-1.4175 1.4176v1.6479z" fill="#e0e0e0" stroke-width=".12168"/><ellipse class="st7" cx="8.1788" cy="2.5288" rx=".47659" ry=".47255" fill="#fff" stroke-width=".12168"/><ellipse class="st7" cx="9.9263" cy="2.5288" rx=".47659" ry=".47255" fill="#fff" stroke-width=".12168"/><circle cx="14.513" cy="8.4735" r="2.5376" fill="#eff0f1" stroke-width="0"/><path d="m11.148 14.465a4.7873 3.6305 0 0 1 6.7703 0" fill="none" stroke="#eff0f1" stroke-width="1.015"/><path d="m11.878 16.078a3.8623 2.8856 0 0 1 5.4622 0" fill="none" stroke="#eff0f1" stroke-width="1.015"/><path d="m13.263 17.184a1.7538 1.6548 0 0 1 2.4803 0l-1.2401 1.1701z" fill="#eff0f1" stroke="#eff0f1" stroke-width=".51797"/></g></svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/safeBrowsing48.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="48" height="48" version="1.1" viewBox="0 0 24.361 24.32" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> +<style type="text/css"> + .st0{fill:#65B668;} + .st1{fill:#388E3C;} + .st2{clip-path:url(#SVGID_2_);} + .st3{fill:url(#SVGID_3_);} + .st4{clip-path:url(#SVGID_5_);} + .st5{fill:#FAFAFA;} + .st6{fill:#E0E0E0;} + .st7{fill:#FFFFFF;} +</style> + + + + + + + +<g transform="matrix(1 0 0 1.0033 -2.2952 .09881)"><path class="st1" d="m22.596 3.9584c-1.6253-0.49678-4.7048-1.9508-8.1264-1.9508v21.143s3.2994-2.181 4.6437-3.5138c3.495-3.4653 3.4827-7.1003 3.4827-12.71z" fill="#388e3c" stroke-width=".12168"/><path class="st0" d="m6.3553 3.9826v2.1446c0 5.9492 0.01222 10.045 3.495 13.51 1.3442 1.3328 4.6192 3.5138 4.6192 3.5138v-21.143c-3.4094 0-6.8189 1.5025-8.1142 1.975z" fill="#65b668" stroke-width=".12168"/><path class="st6" d="m22.596 3.9584v-1.6479c0-0.59371-0.81875-1.4176-1.5642-1.4176h-13.259c-0.73321 0-1.4175 0.82393-1.4175 1.4176v1.6479z" fill="#e0e0e0" stroke-width=".12168"/><ellipse class="st7" cx="8.1788" cy="2.5288" rx=".47659" ry=".47255" fill="#fff" stroke-width=".12168"/><ellipse class="st7" cx="9.9263" cy="2.5288" rx=".47659" ry=".47255" fill="#fff" stroke-width=".12168"/><circle cx="14.513" cy="8.4735" r="2.5376" fill="#eff0f1" stroke-width="0"/><path d="m11.148 14.465a4.7873 3.6305 0 0 1 6.7703 0" fill="none" stroke="#eff0f1" stroke-width="1.015"/><path d="m11.878 16.078a3.8623 2.8856 0 0 1 5.4622 0" fill="none" stroke="#eff0f1" stroke-width="1.015"/><path d="m13.263 17.184a1.7538 1.6548 0 0 1 2.4803 0l-1.2401 1.1701z" fill="#eff0f1" stroke="#eff0f1" stroke-width=".51797"/></g></svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/sceneHeightDec.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <defs> + <linearGradient id="linearGradient4643-8" x2="0" y1="543.8" y2="502.66" gradientTransform="matrix(.41667 0 0 .40833 225.33 322.55)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#c6cdd1" offset="0"/> + <stop stop-color="#e0e5e7" offset="1"/> + </linearGradient> + <linearGradient id="linearGradient4183" x1="391.57" x2="406.57" y1="525.8" y2="540.8" gradientTransform="matrix(.625 0 0 .64286 145.21 194.93)" gradientUnits="userSpaceOnUse"> + <stop offset="0"/> + <stop stop-opacity="0" offset="1"/> + </linearGradient> + </defs> + <g transform="translate(-384.57 -525.8)"> + <rect x="385.57" y="527.8" width="20" height="18" rx="0" fill="url(#linearGradient4643-8)" stroke-width=".63387"/> + <path d="m386.2 544.51 18.75-12.857 0.625 0.64286v13.5l-18.125 2e-5z" fill="url(#linearGradient4183)" fill-rule="evenodd" opacity=".2" stroke-width=".63387"/> + <rect x="385.57" y="527.8" width="20" height="2.5714" fill="#566069" stroke-width=".63387"/> + <rect x="385.57" y="530.37" width="20" height=".64286" fill="#3daee9" stroke-width=".63387"/> + <rect x="386.2" y="531.66" width="18.75" height="12.857" fill="#fff" stroke-width=".63387"/> + <rect x="403.7" y="528.44" width="1.25" height="1.2857" rx=".625" fill="#eff0f1" stroke-width=".63387"/> + <path d="m392.95 533.36h1.6667v-1.7143h1.6667v1.7143h1.6667l-2.5 3.4286-2.5-3.4286" fill="#da4453"/> + <path d="m392.95 542.8h1.6667v1.7143h1.6667v-1.7143h1.6667l-2.5-3.4286-2.5 3.4286" fill="#da4453"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/sceneHeightInc.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <defs> + <linearGradient id="linearGradient4643-8" x2="0" y1="543.8" y2="502.66" gradientTransform="matrix(.41667 0 0 .40833 225.33 322.55)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#c6cdd1" offset="0"/> + <stop stop-color="#e0e5e7" offset="1"/> + </linearGradient> + <linearGradient id="linearGradient4183" x1="391.57" x2="406.57" y1="525.8" y2="540.8" gradientTransform="matrix(.625 0 0 .64286 145.21 194.93)" gradientUnits="userSpaceOnUse"> + <stop offset="0"/> + <stop stop-opacity="0" offset="1"/> + </linearGradient> + </defs> + <g transform="translate(-384.57 -525.8)"> + <rect x="385.57" y="527.8" width="20" height="18" rx="0" fill="url(#linearGradient4643-8)" stroke-width=".63387"/> + <path d="m386.2 544.51 18.75-12.857 0.625 0.64286v13.5l-18.125 2e-5z" fill="url(#linearGradient4183)" fill-rule="evenodd" opacity=".2" stroke-width=".63387"/> + <rect x="385.57" y="527.8" width="20" height="2.5714" fill="#566069" stroke-width=".63387"/> + <rect x="385.57" y="530.37" width="20" height=".64286" fill="#3daee9" stroke-width=".63387"/> + <rect x="386.2" y="531.66" width="18.75" height="12.857" fill="#fff" stroke-width=".63387"/> + <rect x="403.7" y="528.44" width="1.25" height="1.2857" rx=".625" fill="#eff0f1" stroke-width=".63387"/> + <path d="m392.95 535.08h1.6667v1.7143h1.6667v-1.7143h1.6667l-2.5-3.4286-2.5 3.4286" fill="#da4453"/> + <path d="m392.95 541.08h1.6667v-1.7143h1.6667v1.7143h1.6667l-2.5 3.4286-2.5-3.4286" fill="#da4453"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/sceneSize.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <defs> + <linearGradient id="linearGradient4643-8" x2="0" y1="543.8" y2="502.66" gradientTransform="matrix(.41667 0 0 .40833 225.33 322.55)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#c6cdd1" offset="0"/> + <stop stop-color="#e0e5e7" offset="1"/> + </linearGradient> + <linearGradient id="linearGradient4183" x1="391.57" x2="406.57" y1="525.8" y2="540.8" gradientTransform="matrix(.625 0 0 .64286 145.21 194.93)" gradientUnits="userSpaceOnUse"> + <stop offset="0"/> + <stop stop-opacity="0" offset="1"/> + </linearGradient> + </defs> + <g transform="translate(-384.57 -525.8)"> + <rect x="385.57" y="527.8" width="20" height="18" rx="0" fill="url(#linearGradient4643-8)" stroke-width=".63387"/> + <path d="m386.2 544.51 18.75-12.857 0.625 0.64286v13.5l-18.125 2e-5z" fill="url(#linearGradient4183)" fill-rule="evenodd" opacity=".2" stroke-width=".63387"/> + <rect x="385.57" y="527.8" width="20" height="2.5714" fill="#566069" stroke-width=".63387"/> + <rect x="385.57" y="530.37" width="20" height=".64286" fill="#3daee9" stroke-width=".63387"/> + <rect x="386.2" y="531.66" width="18.75" height="12.857" fill="#fff" stroke-width=".63387"/> + <rect x="403.7" y="528.44" width="1.25" height="1.2857" rx=".625" fill="#eff0f1" stroke-width=".63387"/> + <path d="m389.47 540.8v-1.7143h1.6624v-1.7143h-1.6624v-1.7143l-3.3249 2.5714 3.3249 2.5714" fill="#da4453"/> + <path d="m401.57 540.8v-1.7143h-1.6624v-1.7143h1.6624v-1.7143l3.3249 2.5714-3.3249 2.5714" fill="#da4453"/> + <path d="m392.95 535.08h1.6667v1.7143h1.6667v-1.7143h1.6667l-2.5-3.4286-2.5 3.4286" fill="#da4453"/> + <path d="m392.95 541.08h1.6667v-1.7143h1.6667v1.7143h1.6667l-2.5 3.4286-2.5-3.4286" fill="#da4453"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/sceneWidthDec.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <defs> + <linearGradient id="linearGradient4643-8" x2="0" y1="543.8" y2="502.66" gradientTransform="matrix(.41667 0 0 .40833 225.33 322.55)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#c6cdd1" offset="0"/> + <stop stop-color="#e0e5e7" offset="1"/> + </linearGradient> + <linearGradient id="linearGradient4183" x1="391.57" x2="406.57" y1="525.8" y2="540.8" gradientTransform="matrix(.625 0 0 .64286 145.21 194.93)" gradientUnits="userSpaceOnUse"> + <stop offset="0"/> + <stop stop-opacity="0" offset="1"/> + </linearGradient> + </defs> + <g transform="translate(-384.57 -525.8)"> + <rect x="385.57" y="527.8" width="20" height="18" rx="0" fill="url(#linearGradient4643-8)" stroke-width=".63387"/> + <path d="m386.2 544.51 18.75-12.857 0.625 0.64286v13.5l-18.125 2e-5z" fill="url(#linearGradient4183)" fill-rule="evenodd" opacity=".2" stroke-width=".63387"/> + <rect x="385.57" y="527.8" width="20" height="2.5714" fill="#566069" stroke-width=".63387"/> + <rect x="385.57" y="530.37" width="20" height=".64286" fill="#3daee9" stroke-width=".63387"/> + <rect x="386.2" y="531.66" width="18.75" height="12.857" fill="#fff" stroke-width=".63387"/> + <rect x="403.7" y="528.44" width="1.25" height="1.2857" rx=".625" fill="#eff0f1" stroke-width=".63387"/> + <path d="m387.81 540.8v-1.7143h-1.6624v-1.7143h1.6624v-1.7143l3.3249 2.5714-3.3249 2.5714" fill="#da4453"/> + <path d="m403.24 540.8v-1.7143h1.6624v-1.7143h-1.6624v-1.7143l-3.3249 2.5714 3.3249 2.5714" fill="#da4453"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/sceneWidthInc.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <defs> + <linearGradient id="linearGradient4643-8" x2="0" y1="543.8" y2="502.66" gradientTransform="matrix(.41667 0 0 .40833 225.33 322.55)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#c6cdd1" offset="0"/> + <stop stop-color="#e0e5e7" offset="1"/> + </linearGradient> + <linearGradient id="linearGradient4183" x1="391.57" x2="406.57" y1="525.8" y2="540.8" gradientTransform="matrix(.625 0 0 .64286 145.21 194.93)" gradientUnits="userSpaceOnUse"> + <stop offset="0"/> + <stop stop-opacity="0" offset="1"/> + </linearGradient> + </defs> + <g transform="translate(-384.57 -525.8)"> + <rect x="385.57" y="527.8" width="20" height="18" rx="0" fill="url(#linearGradient4643-8)" stroke-width=".63387"/> + <path d="m386.2 544.51 18.75-12.857 0.625 0.64286v13.5l-18.125 2e-5z" fill="url(#linearGradient4183)" fill-rule="evenodd" opacity=".2" stroke-width=".63387"/> + <rect x="385.57" y="527.8" width="20" height="2.5714" fill="#566069" stroke-width=".63387"/> + <rect x="385.57" y="530.37" width="20" height=".64286" fill="#3daee9" stroke-width=".63387"/> + <rect x="386.2" y="531.66" width="18.75" height="12.857" fill="#fff" stroke-width=".63387"/> + <rect x="403.7" y="528.44" width="1.25" height="1.2857" rx=".625" fill="#eff0f1" stroke-width=".63387"/> + <path d="m389.47 540.8v-1.7143h1.6624v-1.7143h-1.6624v-1.7143l-3.3249 2.5714 3.3249 2.5714" fill="#da4453"/> + <path d="m401.57 540.8v-1.7143h-1.6624v-1.7143h1.6624v-1.7143l3.3249 2.5714-3.3249 2.5714" fill="#da4453"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/screenCapture.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,30 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <defs> + <linearGradient id="linearGradient4338" x2="0" y1="538.8" y2="519.8" gradientTransform="matrix(.6875 0 0 .86466 118.12 77.347)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#2a2c2f" offset="0"/> + <stop stop-color="#424649" offset="1"/> + </linearGradient> + <linearGradient id="linearGradient4346" x2="0" y1="542.8" y2="538.8" gradientTransform="matrix(.6875 0 0 .71429 120.18 158.37)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#c6cdd1" offset="0"/> + <stop stop-color="#e0e5e7" offset="1"/> + </linearGradient> + <linearGradient id="linearGradient4358" x2="0" y1="535.8" y2="520.8" gradientTransform="matrix(.85938 0 0 .85715 51.33 81.112)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#60a5e7" stop-opacity="0" offset="0"/> + <stop stop-color="#a6f3fb" stop-opacity=".25773" offset="1"/> + </linearGradient> + <linearGradient id="linearGradient4173" x1="393.57" x2="410.57" y1="519.8" y2="536.8" gradientTransform="matrix(.6875 0 0 .71429 120.18 156.94)" gradientUnits="userSpaceOnUse"> + <stop offset="0"/> + <stop stop-opacity="0" offset="1"/> + </linearGradient> + </defs> + <g transform="translate(-384.57 -525.8)"> + <rect x="384.57" y="526.8" width="22" height="16.429" fill="url(#linearGradient4338)" stroke-width=".70077"/> + <rect x="393.51" y="543.23" width="4.125" height="2.8571" fill="url(#linearGradient4346)" stroke-width=".70077"/> + <rect x="391.45" y="546.08" width="8.25" height=".71429" fill="#99a1a7" stroke-width=".70077"/> + <path d="m385.26 540.37 2.75 2.8572h18.563v-15l-0.6875-0.71428z" fill="url(#linearGradient4173)" fill-rule="evenodd" opacity=".2" stroke-width=".70077"/> + <rect x="385.26" y="527.51" width="20.625" height="12.857" fill="#fff" stroke-width=".70077"/> + <rect x="385.26" y="527.51" width="20.625" height="12.857" fill="url(#linearGradient4358)" stroke-width=".70077"/> + <path class="ColorScheme-Text" d="m399.46 528.3v0.78572h-10.889v10.214h14v-10.214h-0.77776v-0.78572zm-10.111 1.5714h12.444v8.6428h-12.444zm4.2778 0.78572a3.5 3.5357 0 0 0-3.5 3.5357 3.5 3.5357 0 0 0 3.5 3.5357 3.5 3.5357 0 0 0 3.5-3.5357 3.5 3.5357 0 0 0-3.5-3.5357zm0 0.7857a2.7222 2.75 0 0 1 2.7222 2.75 2.7222 2.75 0 0 1-2.7222 2.75 2.7222 2.75 0 0 1-2.7222-2.75 2.7222 2.75 0 0 1 2.7222-2.75z" fill="currentColor"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/scrollAll.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg"> + <g transform="translate(-384.57 -525.8)" fill="#232629"> + <path d="m388.9 539.3v-1.6667h1.6667v-1.6667h-1.6667v-1.6667l-3.3333 2.5 3.3333 2.5"/> + <path d="m402.24 539.3v-1.6667h-1.6667v-1.6667h1.6667v-1.6667l3.3333 2.5-3.3333 2.5"/> + <path d="m393.07 530.13h1.6667v1.6667h1.6667v-1.6667h1.6667l-2.5-3.3333-2.5 3.3333"/> + <path d="m393.07 543.46h1.6667v-1.6667h1.6667v1.6667h1.6667l-2.5 3.3333-2.5-3.3333"/> + <circle cx="395.57" cy="536.8" r="2"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/scrollHorizontal.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg"> + <g transform="translate(-384.57 -525.8)" fill="#232629"> + <path d="m388.9 539.3v-1.6667h1.6667v-1.6667h-1.6667v-1.6667l-3.3333 2.5 3.3333 2.5"/> + <path d="m402.24 539.3v-1.6667h-1.6667v-1.6667h1.6667v-1.6667l3.3333 2.5-3.3333 2.5"/> + <circle cx="395.57" cy="536.8" r="2"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/scrollVertical.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg"> + <g transform="translate(-384.57 -525.8)" fill="#232629"> + <path d="m393.07 530.13h1.6667v1.6667h1.6667v-1.6667h1.6667l-2.5-3.3333-2.5 3.3333"/> + <path d="m393.07 543.46h1.6667v-1.6667h1.6667v1.6667h1.6667l-2.5 3.3333-2.5-3.3333"/> + <circle cx="395.57" cy="536.8" r="2"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/securityHigh.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + } + .ColorScheme-PositiveText { + color:#27ae60; + }</style> + </defs> + <path class="ColorScheme-Text" d="m11 0.99995s-2.5 3.3219-10 4.1553c0 0 0 11.667 10 15.845 10-4.1774 10-15.845 10-15.845-7.5-0.83338-10-4.1553-10-4.1553zm0 1.7212c1.9837 1.6809 4.8464 2.8022 8.5571 3.3667-0.20157 1.8065-0.39484 3.166-0.86182 4.48-0.98136 2.7614-2.1256 4.4413-3.1519 5.6494-1.5903 1.8721-3.0345 2.6298-4.5435 3.3838-1.509-0.754-2.9532-1.5117-4.5435-3.3838-1.0263-1.2081-2.1705-2.888-3.1519-5.6494-0.46697-1.314-0.66024-2.6735-0.86182-4.48 3.7107-0.5645 6.5734-1.6858 8.5571-3.3667zm0 1.499c-2.1794 1.5129-4.6277 2.279-7.085 2.8003 1.1636 6.6025 3.6701 9.4258 7.085 11.194 3.4149-1.768 5.9214-4.5913 7.085-11.194-2.4573-0.52125-4.9056-1.2874-7.085-2.8003z" color="#eff0f1" fill="#232629"/> + <path class="ColorScheme-PositiveText" d="m16 11c2.77 0 5 2.23 5 5s-2.23 5-5 5-5-2.23-5-5 2.23-5 5-5z" color="#27ae60" fill="currentColor"/> + <path d="m18.5 13.5-3.75 3.75-1.25-1.25-1.25 1.25 2.5 2.5 5-5z" fill="#fff" stroke-width="1.25"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/securityHigh32.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="32" height="32" version="1.1" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + } + .ColorScheme-PositiveText { + color:#27ae60; + }</style> + </defs> + <path class="ColorScheme-Text" d="m16 0.99992s-3.75 4.9828-15 6.2329c0 0 0 17.501 15 23.767 15-6.2661 15-23.767 15-23.767-11.25-1.2501-15-6.2329-15-6.2329zm0 2.5818c2.9756 2.5213 7.2697 4.2033 12.836 5.05-0.30236 2.7098-0.59226 4.749-1.2927 6.72-1.472 4.1421-3.1884 6.6619-4.7278 8.4741-2.3854 2.8082-4.5517 3.9447-6.8152 5.0757-2.2635-1.131-4.4298-2.2675-6.8152-5.0757-1.5394-1.8122-3.2557-4.3321-4.7278-8.4741-0.70046-1.971-0.99036-4.0102-1.2927-6.72 5.566-0.84675 9.8601-2.5287 12.836-5.05zm0 2.2485c-3.269 2.2693-6.9415 3.4186-10.627 4.2004 1.7453 9.9037 5.5052 14.139 10.627 16.791 5.1223-2.652 8.8821-6.887 10.627-16.791-3.6859-0.78188-7.3584-1.9311-10.627-4.2004z" color="#eff0f1" fill="#232629"/> + <path class="ColorScheme-PositiveText" d="m23.5 16c4.155 0 7.5 3.345 7.5 7.5s-3.345 7.5-7.5 7.5-7.5-3.345-7.5-7.5 3.345-7.5 7.5-7.5z" color="#27ae60" fill="currentColor"/> + <path d="m27.25 19.75-5.625 5.625-1.875-1.875-1.875 1.875 3.75 3.75 7.5-7.5z" fill="#fff" stroke-width="1.875"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/securityLow.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + } + .ColorScheme-NegativeText { + color:#da4453; + }</style> + </defs> + <path class="ColorScheme-Text" d="m11 1s-2.5 3.3219-10 4.1553c0 0 0 11.667 10 15.845 10-4.1774 10-15.845 10-15.845-7.5-0.83338-10-4.1553-10-4.1553zm0 1.7212c1.9837 1.6809 4.8464 2.8022 8.5571 3.3667-0.20157 1.8065-0.39484 3.166-0.86182 4.48-0.98136 2.7614-2.1256 4.4413-3.1519 5.6494-1.5903 1.8721-3.0345 2.6298-4.5435 3.3838-1.509-0.754-2.9532-1.5117-4.5435-3.3838-1.0263-1.2081-2.1705-2.888-3.1519-5.6494-0.46697-1.314-0.66024-2.6735-0.86182-4.48 3.7107-0.5645 6.5734-1.6858 8.5571-3.3667z" color="#eff0f1" fill="#232629"/> + <path class="ColorScheme-NegativeText" d="m12 11c-0.55402 0-1 0.446-1 1v6c0 0.5541 0.44598 1 1 1h6c0.55402 0 1-0.4459 1-1v-6c0-0.554-0.44598-1-1-1h-6z" fill="currentColor"/> + <path d="m13 12-1 1 2 2-2 2 1 1 2-2 2 2 1-1-2-2 2-2-1-1-2 2-2-2z" fill="#fff"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/securityLow32.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="32" height="32" version="1.1" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + } + .ColorScheme-NegativeText { + color:#da4453; + }</style> + </defs> + <path class="ColorScheme-Text" d="m16 1s-3.75 4.9828-15 6.2329c0 0 0 17.501 15 23.767 15-6.2661 15-23.767 15-23.767-11.25-1.2501-15-6.2329-15-6.2329zm0 2.5818c2.9756 2.5213 7.2697 4.2033 12.836 5.05-0.30236 2.7097-0.59226 4.749-1.2927 6.72-1.472 4.1421-3.1884 6.6619-4.7278 8.4741-2.3854 2.8082-4.5517 3.9447-6.8152 5.0757-2.2635-1.131-4.4298-2.2675-6.8152-5.0757-1.5394-1.8122-3.2557-4.3321-4.7278-8.4741-0.70046-1.971-0.99036-4.0102-1.2927-6.72 5.566-0.84675 9.8601-2.5287 12.836-5.05z" color="#eff0f1" fill="#232629"/> + <path class="ColorScheme-NegativeText" d="m17.5 16c-0.83103 0-1.5 0.669-1.5 1.5v9c0 0.83115 0.66897 1.5 1.5 1.5h9c0.83103 0 1.5-0.66885 1.5-1.5v-9c0-0.831-0.66897-1.5-1.5-1.5z" color="#da4453" fill="currentColor"/> + <path d="m19 17.5-1.5 1.5 3 3-3 3 1.5 1.5 3-3 3 3 1.5-1.5-3-3 3-3-1.5-1.5-3 3z" fill="#fff" stroke-width="1.5"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/securityMedium.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + } + .ColorScheme-NeutralText { + color:#f67400; + }</style> + </defs> + <path class="ColorScheme-Text" d="m10.412 0.99995s-2.3529 3.3219-9.4118 4.1553c0 0 0 11.667 9.4118 15.845 9.4118-4.1774 9.4118-15.845 9.4118-15.845-7.0588-0.83338-9.4118-4.1553-9.4118-4.1553zm0 1.7212c1.8671 1.681 4.5614 2.8022 8.0538 3.3667-0.18972 1.8065-0.37162 3.166-0.81112 4.48-0.92364 2.7614-2.0006 4.4413-2.9665 5.6494-1.4967 1.8721-2.856 2.6298-4.2762 3.3838-1.4202-0.75396-2.7795-1.5117-4.2762-3.3838-0.9659-1.2081-2.0428-2.888-2.9665-5.6494-0.4395-1.314-0.62141-2.6735-0.81112-4.48 3.4924-0.56448 6.1867-1.6857 8.0538-3.3667zm0 1.499c-2.0512 1.5128-4.3555 2.279-6.6682 2.8003 1.0951 6.6025 3.4542 9.4259 6.6682 11.194z" color="#eff0f1" fill="#232629"/> + <path class="ColorScheme-NeutralText" d="m15.706 10.997h0.0046a0.58824 0.625 0 0 1 0.517 0.33688h0.0046l4.6898 8.7182h-0.0024a0.58824 0.625 0 0 1 0.08042 0.315 0.58824 0.625 0 0 1-0.58824 0.625h-9.4118a0.58824 0.625 0 0 1-0.58824-0.625 0.58824 0.625 0 0 1 0.08042-0.315h-0.0024l4.6899-8.7159h0.0024a0.58824 0.625 0 0 1 0.0024 0 0.58824 0.625 0 0 1 0.5216-0.33938z" color="#f67400" fill="currentColor"/> + <path d="m15.118 13.5v3.75h1.1765v-3.75zm0 5v1.25h1.1765v-1.25z" fill="#fff"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/securityMedium32.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="32" height="32" version="1.1" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + } + .ColorScheme-NeutralText { + color:#f67400; + }</style> + </defs> + <path class="ColorScheme-Text" d="m15.118 0.99992s-3.5294 4.9828-14.118 6.2329c0 0 0 17.501 14.118 23.767 14.118-6.2661 14.118-23.767 14.118-23.767-10.588-1.2501-14.118-6.2329-14.118-6.2329zm0 2.5818c2.8006 2.5215 6.8421 4.2033 12.081 5.05-0.28458 2.7098-0.55743 4.749-1.2167 6.72-1.3855 4.1421-3.0008 6.6619-4.4497 8.4741-2.2451 2.8081-4.284 3.9447-6.4143 5.0757-2.1303-1.1309-4.1692-2.2676-6.4143-5.0757-1.4488-1.8122-3.0642-4.3321-4.4497-8.4741-0.65926-1.971-0.93211-4.0102-1.2167-6.72 5.2386-0.84672 9.2801-2.5286 12.081-5.05zm0 2.2485c-3.0768 2.2693-6.5332 3.4185-10.002 4.2004 1.6427 9.9037 5.1813 14.139 10.002 16.791z" color="#eff0f1" fill="#232629"/> + <path class="ColorScheme-NeutralText" d="m23.059 15.996h0.0069a0.88236 0.9375 0 0 1 0.77551 0.50531h0.0069l7.0347 13.077h-0.0035a0.88236 0.9375 0 0 1 0.12057 0.4725 0.88236 0.9375 0 0 1-0.88236 0.9375h-14.118a0.88236 0.9375 0 0 1-0.88236-0.9375 0.88236 0.9375 0 0 1 0.12064-0.4725h-0.0035l7.0347-13.074h0.0035a0.88236 0.9375 0 0 1 0.0035 0 0.88236 0.9375 0 0 1 0.7824-0.50906z" color="#f67400" fill="currentColor"/> + <path d="m22.177 19.75v5.625h1.7647v-5.625zm0 7.5v1.875h1.7647v-1.875z" fill="#fff"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/select.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m11 1c-0.84401 5e-3 -1.684 0.11624-2.5 0.33203v1.3062a8.75 8.75 0 0 0-1.6455 0.68115l-0.92529-0.92529c-1.4587 0.86006-2.6751 2.0765-3.5352 3.5352l0.92529 0.92529a8.75 8.75 0 0 0-0.6836 1.6455h-1.311c-0.21328 0.8163-0.32237 1.6563-0.32471 2.5 5e-3 0.84401 0.11626 1.684 0.33203 2.5h1.3062a8.75 8.75 0 0 0 0.68115 1.6455l-0.92529 0.92529c0.86006 1.4587 2.0765 2.6751 3.5352 3.5352l0.92529-0.92529a8.75 8.75 0 0 0 1.6455 0.68359v1.311c0.8163 0.21328 1.6563 0.32237 2.5 0.32471 0.8437-0.0024 1.6837-0.11144 2.5-0.32471v-1.311a8.75 8.75 0 0 0 1.6455-0.68359l0.92529 0.92529c1.4587-0.86006 2.6751-2.0765 3.5352-3.5352l-0.92529-0.92529a8.75 8.75 0 0 0 0.68115-1.6455h1.3062c0.21579-0.81599 0.32703-1.656 0.33203-2.5-0.002375-0.84369-0.11144-1.6837-0.32471-2.5h-1.311a8.75 8.75 0 0 0-0.6836-1.6455l0.92529-0.92529c-0.86006-1.4587-2.0765-2.6751-3.5352-3.5352l-0.91553 0.91553-0.0098 0.00976a8.75 8.75 0 0 0-1.6455-0.68115v-1.3062c-0.81599-0.21579-1.656-0.32703-2.5-0.33203zm0 1.25c0.41864 0.0015 0.83695 0.034215 1.25 0.095215v1.2622a7.5 7.5 0 0 1 3.0884 1.2866l0.08056-0.080566 0.81299-0.81299 0.0025-0.00244c0.67168 0.50084 1.2674 1.0948 1.77 1.7651l-0.0049 0.00489-0.81299 0.81299-0.07813 0.078125a7.5 7.5 0 0 1 1.2793 3.0908h1.2695c0.06037 0.41382 0.09215 0.83069 0.09277 1.25-0.0015 0.41864-0.03421 0.83694-0.09521 1.25h-1.2622a7.5 7.5 0 0 1-1.2866 3.0884l0.89605 0.89605c-0.50084 0.67168-1.0948 1.2674-1.7651 1.77l-0.89602-0.89602a7.5 7.5 0 0 1-3.0908 1.2793v1.2695c-0.41382 0.060357-0.83069 0.092131-1.25 0.092756-0.41931-6.25e-4 -0.83618-0.0324-1.25-0.092775v-1.2695a7.5 7.5 0 0 1-3.0908-1.2793l-0.078125 0.07813-0.81299 0.81299-0.00489 0.0049c-0.67037-0.5026-1.2643-1.0984-1.7651-1.77l0.00244-0.0025 0.81299-0.81299 0.080566-0.08056a7.5 7.5 0 0 1-1.2866-3.0883h-1.2622c-0.061-0.41306-0.093715-0.83136-0.095215-1.25 6.25e-4 -0.41931 0.032399-0.83618 0.092774-1.25h1.2695a7.5 7.5 0 0 1 1.2793-3.0908l-0.89111-0.89111-0.00489-0.0048875c0.50259-0.67037 1.0984-1.2643 1.77-1.7651l0.89599 0.89599a7.5 7.5 0 0 1 3.0884-1.2866v-1.2622c0.41305-0.061 0.83136-0.093715 1.25-0.095215zm-2.5 5v7.5l6.25-3.75z" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/selectCircle.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#232629; + }</style> + </defs> + <path class="ColorScheme-Text" d="m11 1c-5.54 0-10 4.46-10 10s4.46 10 10 10 10-4.46 10-10-4.46-10-10-10m0 1.25c4.8475 0 8.75 3.9025 8.75 8.75s-3.9025 8.75-8.75 8.75-8.75-3.9025-8.75-8.75 3.9025-8.75 8.75-8.75" color="#232629" fill="currentColor" stroke-width="1.25"/> + <path class="ColorScheme-Text" d="m9.1862 20.365c-1.7329-0.34736-3.5149-1.3185-4.8089-2.6208-1.4051-1.414-2.2657-3.0999-2.6166-5.126-0.35262-2.0356-0.086781-3.8817 0.83598-5.8056 2.3359-4.87 8.3926-6.7506 13.173-4.0899 0.56364 0.31374 1.276 0.8954 2.0304 1.658 0.98825 0.9989 1.2483 1.3549 1.7372 2.3787 0.78872 1.6514 1.0226 2.8145 0.94496 4.6996-0.10652 2.5868-0.88179 4.3757-2.7009 6.2321-2.295 2.342-5.4121 3.3117-8.5948 2.6738z" color="#232629" fill="currentColor" fill-opacity=".50196" stroke-width="1.25"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/selectRectangle.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#232629; + }</style> + </defs> + <path class="ColorScheme-Text" d="m1 1v20h20v-20h-20m1.25 1.25h17.5v17.5h-17.5v-17.5" color="#232629" fill="currentColor" stroke-width="1.25"/> + <path class="ColorScheme-Text" d="m1.632 10.972v-9.3815h18.598v18.763h-18.598z" color="#232629" fill="currentColor" fill-opacity=".50196" stroke-width="1.25"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/shapesAlignBottom.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m13.5 1v16.25h7.5v-16.25h-7.5m1.25 1.25h5v13.75h-5v-13.75m-13.75 7.5v7.5h7.5v-7.5h-7.5m1.25 1.25h5v5h-5v-5m-1.25 8.75v1.25h20v-1.25h-20" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/shapesAlignHCenter.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m10.375 1v1.25h-3.125v6.25h3.125v5h-6.875v6.25h6.875v1.25h1.25v-1.25h6.875v-6.25h-6.875v-5h3.125v-6.25h-3.125v-1.25h-1.25m-1.875 2.5h5v3.75h-5v-3.75m-3.75 11.25h12.5v3.75h-12.5v-3.75" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/shapesAlignLeft.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m21 8.5h-16.25v-7.5h16.25v7.5m-1.25-1.25v-5h-13.75v5h13.75m-7.5 13.75h-7.5v-7.5h7.5v7.5m-1.25-1.25v-5h-5v5h5m-8.75 1.25h-1.25v-20h1.25v20" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/shapesAlignRight.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m1 8.5h16.25v-7.5h-16.25v7.5m1.25-1.25v-5h13.75v5h-13.75m7.5 13.75h7.5v-7.5h-7.5v7.5m1.25-1.25v-5h5v5h-5m8.75 1.25h1.25v-20h-1.25v20" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/shapesAlignTop.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m13.5 21v-16.25h7.5v16.25h-7.5m1.25-1.25h5v-13.75h-5v13.75m-13.75-7.5v-7.5h7.5v7.5h-7.5m1.25-1.25h5v-5h-5v5m-1.25-8.75v-1.25h20v1.25h-20" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/shapesAlignVCenter.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m21 10.375h-1.25v-3.125h-6.25v3.125h-5v-6.875h-6.25v6.875h-1.25v1.25h1.25v6.875h6.25v-6.875h5v3.125h6.25v-3.125h1.25v-1.25m-2.5-1.875v5h-3.75v-5h3.75m-11.25-3.75v12.5h-3.75v-12.5h3.75" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/sharedEditCancel.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + <path class="ColorScheme-Text" d="m1 1h20v20h-20z" color="#eff0f1" fill="#232629" stroke-width="1.25"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/sharedEditConnected.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + } + .ColorScheme-Highlight { + color:#3daee9; + }</style> + </defs> + <path d="m1 1v20h7.5v-1.25h-6.25v-15h15v5h1.25v-8.75h-2.5v1.25h-1.25v-1.25h-10v1.25h-1.25v-1.25z" color="#eff0f1" fill="#ff9000"/> + <path d="m3.5 6v1.25h12.5v-1.25z" color="#eff0f1" fill="#ff9000"/> + <path d="m3.5 9.75v1.25h12.5v-1.25z" color="#eff0f1" fill="#ff9000"/> + <path d="m3.5 13.5v1.25h8.75v-1.25z" color="#eff0f1" fill="#ff9000"/> + <path class="ColorScheme-Text" d="m20.417 11-2.2087 2.2087-0.88704-0.88704-5 5 0.88704 0.88704-2.2087 2.2087 0.58268 0.58268 2.2087-2.2087 0.88704 0.88704 5-5-0.88704-0.88704 2.2087-2.2087z" color="#eff0f1" fill="#0a4"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/sharedEditDisconnected.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + } + .ColorScheme-Highlight { + color:#3daee9; + }</style> + </defs> + <g fill="#ff9000"> + <path d="m1 1v20h7.5v-1.25h-6.25v-15h15v5h1.25v-8.75h-2.5v1.25h-1.25v-1.25h-10v1.25h-1.25v-1.25z" color="#eff0f1"/> + <path d="m3.5 6v1.25h12.5v-1.25z" color="#eff0f1"/> + <path d="m3.5 9.75v1.25h12.5v-1.25z" color="#eff0f1"/> + <path d="m3.5 13.5v1.25h8.75v-1.25z" color="#eff0f1"/> + </g> + <path class="ColorScheme-Text" d="m20.417 11-2.2087 2.2087-0.88704-0.88704-2.5 2.5 2.3568 2.3568 2.5-2.5-0.88704-0.88704 2.2087-2.2087zm-6.429 4.6549-1.6667 1.6667 0.88704 0.88704-2.2087 2.2087 0.58268 0.58268 2.2087-2.2087 0.88704 0.88704 1.6667-1.6667z" color="#eff0f1" fill="#da4453"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/sharedEditSend.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + <path class="ColorScheme-Text" d="m1 1v20l20-10z" color="#eff0f1" fill="#232629" stroke-width="1.25"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/sharedEditStart.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <path d="m21 11a10 10 0 0 1-10 10 10 10 0 0 1-10-10 10 10 0 0 1 10-10 10 10 0 0 1 10 10z" fill="#da4453" stroke-width="1.25"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/shell.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg"> + <g transform="translate(-326 -534.36)"> + <rect x="256.23" y="514.7" width="0" height="14.668" fill="#6c7a89"/> + <rect x="263.19" y="537.27" width="0" height="14.668" fill="#6c7a89"/> + <rect x="265" y="536.21" width="0" height="14.668" fill="#6c7a89"/> + <rect x="256.23" y="514.7" width="0" height="14.668" fill="#6c7a89"/> + <rect x="263.19" y="537.27" width="0" height="14.668" fill="#6c7a89"/> + <rect x="265" y="536.21" width="0" height="14.668" fill="#6c7a89"/> + <rect x="256.23" y="514.7" width="0" height="14.668" fill="#6c7a89"/> + <rect x="263.19" y="537.27" width="0" height="14.668" fill="#6c7a89"/> + <rect x="265" y="536.21" width="0" height="14.668" fill="#6c7a89"/> + <rect x="256.23" y="514.7" width="0" height="14.668" fill="#6c7a89"/> + <rect x="263.19" y="537.27" width="0" height="14.668" fill="#6c7a89"/> + <rect x="265" y="536.21" width="0" height="14.668" fill="#6c7a89"/> + <path d="m328.09 535.36-1.0938 0.86496 6.7243 7.7065-6.7243 7.7065 1.0938 0.86496 7.4777-8.5714zm7.4777 18.571v1.4286h11.429v-1.4286z" color="#000000" color-rendering="auto" fill="#232629" fill-rule="evenodd" image-rendering="auto" shape-rendering="auto" stroke-width="1.4286"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/showPassword.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m10.998 6a11.511 11.111 0 0 0-9.9978 5.6337c0.21308 0.32381 0.51295 0.58547 0.86556 0.76606a10.36 10 0 0 1 9.1322-5.2886 4.6043 4.4444 0 0 0-4.6043 4.4444 4.6043 4.4444 0 0 0 4.6043 4.4444 4.6043 4.4444 0 0 0 4.6043-4.4444 4.6043 4.4444 0 0 0-4.2086-4.4249 10.36 10 0 0 1 8.7343 5.2713c0.35617-0.18182 0.6584-0.44713 0.8723-0.77474a11.511 11.111 0 0 0-10.002-5.6272zm0 2.2222a3.4532 3.3333 0 0 1 3.4532 3.3333 3.4532 3.3333 0 0 1-3.4532 3.3333 3.4532 3.3333 0 0 1-3.4532-3.3333 3.4532 3.3333 0 0 1 3.4532-3.3333zm0 1.1111c-1.2754 0-2.3022 0.99111-2.3022 2.2222 0 1.2311 1.0268 2.2222 2.3022 2.2222 1.2754 0 2.3022-0.99111 2.3022-2.2222 0-0.22757-0.04491-0.44245-0.11016-0.64887-0.18174 0.38191-0.57552 0.64887-1.0409 0.64887-0.6377 0-1.1511-0.49556-1.1511-1.1111 0-0.44924 0.27657-0.82935 0.67221-1.0048-0.21385-0.062978-0.43646-0.10634-0.67221-0.10634z" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/showPrograms.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m11 1c-0.84401 5e-3 -1.684 0.11624-2.5 0.33203v1.3062a8.75 8.75 0 0 0-1.6455 0.68115l-0.92529-0.92529c-1.4587 0.86006-2.6751 2.0765-3.5352 3.5352l0.92529 0.92529a8.75 8.75 0 0 0-0.6836 1.6455h-1.311c-0.21328 0.8163-0.32237 1.6563-0.32471 2.5 5e-3 0.84401 0.11626 1.684 0.33203 2.5h1.3062a8.75 8.75 0 0 0 0.68115 1.6455l-0.92529 0.92529c0.86006 1.4587 2.0765 2.6751 3.5352 3.5352l0.92529-0.92529a8.75 8.75 0 0 0 1.6455 0.68359v1.311c0.8163 0.21328 1.6563 0.32237 2.5 0.32471 0.8437-0.0024 1.6837-0.11144 2.5-0.32471v-1.311a8.75 8.75 0 0 0 1.6455-0.68359l0.92529 0.92529c1.4587-0.86006 2.6751-2.0765 3.5352-3.5352l-0.92529-0.92529a8.75 8.75 0 0 0 0.68115-1.6455h1.3062c0.21579-0.81599 0.32703-1.656 0.33203-2.5-0.002375-0.84369-0.11144-1.6837-0.32471-2.5h-1.311a8.75 8.75 0 0 0-0.6836-1.6455l0.92529-0.92529c-0.86006-1.4587-2.0765-2.6751-3.5352-3.5352l-0.91553 0.91553-0.0098 0.00976a8.75 8.75 0 0 0-1.6455-0.68115v-1.3062c-0.81599-0.21579-1.656-0.32703-2.5-0.33203zm0 1.25c0.41864 0.0015 0.83695 0.034215 1.25 0.095215v1.2622a7.5 7.5 0 0 1 3.0884 1.2866l0.08056-0.080566 0.81299-0.81299 0.0025-0.00244c0.67168 0.50084 1.2674 1.0948 1.77 1.7651l-0.0049 0.00489-0.81299 0.81299-0.07813 0.078125a7.5 7.5 0 0 1 1.2793 3.0908h1.2695c0.06037 0.41382 0.09215 0.83069 0.09277 1.25-0.0015 0.41864-0.03421 0.83694-0.09521 1.25h-1.2622a7.5 7.5 0 0 1-1.2866 3.0884l0.89605 0.89605c-0.50084 0.67168-1.0948 1.2674-1.7651 1.77l-0.89602-0.89602a7.5 7.5 0 0 1-3.0908 1.2793v1.2695c-0.41382 0.060357-0.83069 0.092131-1.25 0.092756-0.41931-6.25e-4 -0.83618-0.0324-1.25-0.092775v-1.2695a7.5 7.5 0 0 1-3.0908-1.2793l-0.078125 0.07813-0.81299 0.81299-0.00489 0.0049c-0.67037-0.5026-1.2643-1.0984-1.7651-1.77l0.00244-0.0025 0.81299-0.81299 0.080566-0.08056a7.5 7.5 0 0 1-1.2866-3.0883h-1.2622c-0.061-0.41306-0.093715-0.83136-0.095215-1.25 6.25e-4 -0.41931 0.032399-0.83618 0.092774-1.25h1.2695a7.5 7.5 0 0 1 1.2793-3.0908l-0.89111-0.89111-0.00489-0.0048875c0.50259-0.67037 1.0984-1.2643 1.77-1.7651l0.89599 0.89599a7.5 7.5 0 0 1 3.0884-1.2866v-1.2622c0.41305-0.061 0.83136-0.093715 1.25-0.095215zm-2.5 5v7.5l6.25-3.75z" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/siteinfo-databases.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1 + }</style> + </defs> + <path class="ColorScheme-Text" d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 10 3.75 10 3.75 0 0 0 10-3.75v-12.5a10 3.75 0 0 0-10-3.75zm0 1.25a8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5 8.75 2.5 0 0 1 8.75-2.5zm8.75 4.3066v4.4434a8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5v-4.436a10 3.75 0 0 0 8.75 1.936 10 3.75 0 0 0 8.75-1.9434zm0 6.25v4.4434a8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5v-4.436a10 3.75 0 0 0 8.75 1.936 10 3.75 0 0 0 8.75-1.9434z" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/siteinfo-general.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m11 1c-5.54 0-10 4.46-10 10s4.46 10 10 10 10-4.46 10-10-4.46-10-10-10zm0 1.25c4.8475 0 8.75 3.9025 8.75 8.75s-3.9025 8.75-8.75 8.75-8.75-3.9025-8.75-8.75 3.9025-8.75 8.75-8.75zm-1.25 2.5v2.5h2.5v-2.5zm0 3.75v8.75h2.5v-8.75z" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/siteinfo-media.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,111 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <defs> + <linearGradient id="linearGradient4338" x2="0" y1="538.8" y2="519.8" gradientTransform="matrix(.5961 0 0 1.0357 154.98 -11.21)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#2a2c2f" offset="0"/> + <stop stop-color="#424649" offset="1"/> + </linearGradient> + <linearGradient id="linearGradient4288"> + <stop stop-color="#e81877" offset="0"/> + <stop stop-color="#dd1d8c" offset=".3125"/> + <stop stop-color="#6d57b1" offset=".5625"/> + <stop stop-color="#2a78c1" offset=".75"/> + <stop stop-color="#018dcb" offset="1"/> + </linearGradient> + <linearGradient id="linearGradient4300"> + <stop stop-color="#e51561" offset="0"/> + <stop stop-color="#e4156c" offset=".3125"/> + <stop stop-color="#e71e2c" offset=".5625"/> + <stop stop-color="#e8301e" offset=".75"/> + <stop stop-color="#e6320e" offset="1"/> + </linearGradient> + <linearGradient id="linearGradient4328"> + <stop stop-color="#bec900" offset="0"/> + <stop stop-color="#9ec80a" offset=".3125"/> + <stop stop-color="#71b93d" offset=".5625"/> + <stop stop-color="#35a48f" offset=".75"/> + <stop stop-color="#018fca" offset="1"/> + </linearGradient> + <linearGradient id="linearGradient4316"> + <stop stop-color="#c1cc00" offset="0"/> + <stop stop-color="#dfcd00" offset=".3125"/> + <stop stop-color="#f0cc00" offset=".5625"/> + <stop stop-color="#fd8c08" offset=".75"/> + <stop stop-color="#f25c13" offset="1"/> + </linearGradient> + <linearGradient id="linearGradient4487" x1="8" x2="24" y1="24" y2="8" gradientTransform="rotate(180 216.29 273.9)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient4316"/> + <linearGradient id="linearGradient4278" x1="8" x2="24" y1="24" y2="8" gradientTransform="matrix(1 0 0 -1 384.57 547.8)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient4300"/> + <clipPath id="clipPath4534-6"> + <rect x="8" y="8" width="32" height="32" rx="16"/> + </clipPath> + <clipPath id="clipPath4584-3"> + <rect x="392.57" y="507.8" width="32" height="32" rx="16"/> + </clipPath> + <clipPath id="clipPath4550-1"> + <rect x="392.57" y="507.8" width="32" height="32" rx="16"/> + </clipPath> + <clipPath id="clipPath4568-1"> + <rect x="392.57" y="507.8" width="32" height="32" rx="16"/> + </clipPath> + <clipPath id="clipPath4528-10"> + <rect x="8" y="8" width="32" height="32" rx="16"/> + </clipPath> + <filter id="filter4390-0" x="-.06" y="-.06" width="1.12" height="1.12" color-interpolation-filters="sRGB"> + <feGaussianBlur stdDeviation="0.4"/> + </filter> + <clipPath id="clipPath4578-4"> + <rect x="392.57" y="507.8" width="32" height="32" rx="16"/> + </clipPath> + <clipPath id="clipPath4562-1"> + <rect x="392.57" y="507.8" width="32" height="32" rx="16"/> + </clipPath> + <clipPath id="clipPath4544-4"> + <rect x="392.57" y="507.8" width="32" height="32" rx="16"/> + </clipPath> + <clipPath id="clipPath4528-1-3"> + <rect x="8" y="8" width="32" height="32" rx="16"/> + </clipPath> + <clipPath id="clipPath4578-8-5"> + <rect x="392.57" y="507.8" width="32" height="32" rx="16"/> + </clipPath> + <clipPath id="clipPath4562-8-9"> + <rect x="392.57" y="507.8" width="32" height="32" rx="16"/> + </clipPath> + <clipPath id="clipPath4544-1-9"> + <rect x="392.57" y="507.8" width="32" height="32" rx="16"/> + </clipPath> + <linearGradient id="linearGradient4383" x1="8.457" x2="24.105" y1="23.998" y2="8.2363" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient4288"/> + <linearGradient id="linearGradient4389" x1="8.1923" x2="24.062" y1="24.135" y2="8.2328" gradientTransform="matrix(-1 0 0 1 432.57 499.8)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient4328"/> + <linearGradient id="linearGradient4420" x1="8.3229" x2="23.943" y1="23.961" y2="8.2551" gradientTransform="matrix(1 0 0 -1 384.57 547.8)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient4300"/> + <linearGradient id="linearGradient4422" x1="8" x2="24.272" y1="24" y2="8.3847" gradientTransform="rotate(180 216.29 273.9)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient4316"/> + <linearGradient id="linearGradient4424" x1="8" x2="24.042" y1="24" y2="8.4686" gradientTransform="matrix(-1 0 0 1 432.57 499.8)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient4328"/> + <linearGradient id="linearGradient4430" x1="8.2549" x2="24.093" y1="24.161" y2="8.4024" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient4288"/> + <linearGradient id="linearGradient4432" x1="7.4901" x2="24" y1="23.598" y2="8" gradientTransform="matrix(1 0 0 -1 384.57 547.8)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient4300"/> + <linearGradient id="linearGradient4434" x1="8.3708" x2="24" y1="24.121" y2="8" gradientTransform="rotate(180 216.29 273.9)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient4316"/> + <linearGradient id="linearGradient4436" x1="8.394" x2="24.139" y1="24.08" y2="8.3621" gradientTransform="matrix(-1 0 0 1 432.57 499.8)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient4328"/> + <linearGradient id="linearGradient4442" x1="8.2728" x2="24.149" y1="24.302" y2="8.3767" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient4288"/> + <linearGradient id="linearGradient4444" x1="8.3852" x2="24" y1="24.353" y2="8" gradientTransform="matrix(1 0 0 -1 384.57 547.8)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient4300"/> + <linearGradient id="linearGradient4446" x1="8.1255" x2="23.775" y1="24.159" y2="8.4813" gradientTransform="matrix(-1 0 0 1 432.57 499.8)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient4328"/> + <linearGradient id="linearGradient4448" x1="8.2327" x2="24" y1="24.063" y2="8" gradientTransform="rotate(180 216.29 273.9)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient4316"/> + <linearGradient id="linearGradient4454" x1="8.0589" x2="23.775" y1="23.328" y2="8.3717" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient4288"/> + </defs> + <g transform="translate(-384.57 -525.8)"> + <path transform="matrix(.77638 .17197 -.20803 .6418 381.91 516.15)" d="m24.159 10.832c-5.8377 1.5349-13.605 3.7056-14.132 4.6618-0.17286 0.31411 1.224 5.8054 1.8492 8.4676l12.123 0.038939z" clip-path="url(#clipPath4534-6)" fill="url(#linearGradient4442)"/> + <path transform="matrix(.77638 .17197 -.20803 .6418 187.31 129.24)" d="m408.57 539.8c-3.7341 0-6.8603 1.4262-7.9092-1.5963-1.3213-3.8071-3.0525-10.433-4.1987-15.28l12.108 0.87625z" clip-path="url(#clipPath4584-3)" fill="url(#linearGradient4444)"/> + <path transform="matrix(.77638 .17197 -.20803 .6418 187.31 129.24)" d="m408.55 510.76c3.7087-0.72959 7.3878-2.0776 7.7219-1.7673 0.57403 0.53321 3.2044 10.678 4.5494 15.85l-12.25-1.0466z" clip-path="url(#clipPath4550-1)" fill="url(#linearGradient4446)"/> + <path transform="matrix(.77638 .17197 -.20803 .6418 187.31 129.24)" d="m408.57 539.8c6.6454 0 13.344-4.5952 14.096-6.9192 0.31127-0.96198-1.8478-6.3568-1.8478-8.5754l-12.248-0.50534z" clip-path="url(#clipPath4568-1)" fill="url(#linearGradient4448)"/> + <path transform="matrix(.80377 0 0 .66444 376.26 519.73)" d="m23.93 11.46c-5.7622 0-10.78-0.52572-11.289 0.40776-0.33101 0.60657-0.26118 8.4264-0.26118 11.528l11.62 0.60356z" clip-path="url(#clipPath4528-10)" fill="url(#linearGradient4430)" filter="url(#filter4390-0)" opacity=".7"/> + <path transform="matrix(.80377 0 0 .66444 67.152 187.64)" d="m408.57 539.8c-5.9558 0-10.944 2.6481-11.464-4.1218-0.10411-1.3562 7e-3 -8.6883 7e-3 -11.596l11.458-0.28166z" clip-path="url(#clipPath4578-4)" fill="url(#linearGradient4432)" filter="url(#filter4390-0)" opacity=".7"/> + <path transform="matrix(.80377 0 0 .66444 67.152 187.64)" d="m408.57 539.8c8.864 0 11.666-7.0555 11.666-15.92l-11.666-0.0805z" clip-path="url(#clipPath4562-1)" fill="url(#linearGradient4434)" filter="url(#filter4390-0)" opacity=".7"/> + <path transform="matrix(.80377 0 0 .66444 67.152 187.64)" d="m408.64 511.3c8.864 0 11.597 3.4744 11.597 12.338l-11.666 0.16095z" clip-path="url(#clipPath4544-4)" fill="url(#linearGradient4436)" filter="url(#filter4390-0)" opacity=".7"/> + <path transform="matrix(.56835 .46983 -.56835 .46983 395.55 513.12)" d="m23.961 7.4697c-6.6226 3.8474-12.294 12.022-16.341 16.511l16.379 0.0189z" clip-path="url(#clipPath4528-10)" fill="url(#linearGradient4383)" opacity=".35"/> + <path transform="matrix(.56835 .46983 -.56835 .46983 461.04 97.618)" d="m408.57 539.8c-7.3371-7.3881-11.385-11.239-16-16h16z" clip-path="url(#clipPath4578-4)" fill="url(#linearGradient4278)" opacity=".35"/> + <path transform="matrix(.56835 .46983 -.56835 .46983 461.04 97.618)" d="m408.57 539.8c8.864 0 16-7.136 16-16h-16z" clip-path="url(#clipPath4562-1)" fill="url(#linearGradient4487)" opacity=".35"/> + <path transform="matrix(.56835 .46983 -.56835 .46983 461.04 97.618)" d="m408.57 507.8c6.4086 5.8696 9.8363 9.6578 16 16h-16z" clip-path="url(#clipPath4544-4)" fill="url(#linearGradient4389)" opacity=".35"/> + <path transform="matrix(.20803 .6418 -.77638 .17197 409.19 516.15)" d="m23.979 11.809c-3.2833-0.91602-8.667-2.104-8.7732-1.7106-0.7797 2.8902-3.9972 8.3736-3.9972 13.897l12.791 0.004006z" clip-path="url(#clipPath4528-1-3)" fill="url(#linearGradient4454)" opacity=".3"/> + <path transform="matrix(.20803 .6418 -.77638 .17197 717.22 183.38)" d="m409.11 535.93c-7.8189-2.0581-14.67-4.0366-14.905-4.5386-0.3514-0.7527 1.4106-5.2306 1.4106-7.5988l12.959 8.9e-4z" clip-path="url(#clipPath4578-8-5)" fill="url(#linearGradient4420)" opacity=".3"/> + <path transform="matrix(.20803 .6418 -.77638 .17197 717.22 183.38)" d="m408.75 535.72c1.9949 0 6.5348 2.4244 8.2791 2.0835 6.0063-1.1741 7.5442-7.1348 7.5442-14.004h-16z" clip-path="url(#clipPath4562-8-9)" fill="url(#linearGradient4422)" opacity=".3"/> + <path transform="matrix(.20803 .6418 -.77638 .17197 717.22 183.38)" d="m408.54 511.8c4.8895 1.3103 14.038 3.6803 14.79 4.2446 2.1929 1.645 1.2396 3.8979 1.2396 7.7566h-16z" clip-path="url(#clipPath4544-1-9)" fill="url(#linearGradient4424)" opacity=".3"/> + <path d="m386.01 527.12v19.677h19.075v-19.677zm0.59609 0.85555h17.883v15.4h-17.883z" fill="url(#linearGradient4338)" stroke-width=".71413"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/siteinfo-security.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg"> + <linearGradient id="a" x1="16" x2="16" y1="30" y2="2" gradientTransform="matrix(.73267 0 0 .71429 -.72752 -.42857)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#197cf1" offset="0"/> + <stop stop-color="#20bcfa" offset="1"/> + </linearGradient> + <linearGradient id="b" x1="14" x2="25" y1="10" y2="21" gradientTransform="matrix(.73267 0 0 .71429 -.72752 -.42857)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#292c2f" offset="0"/> + <stop stop-opacity="0" offset="1"/> + </linearGradient> + <linearGradient id="c" x1="14" x2="14" y1="21" y2="9" gradientTransform="matrix(.73267 0 0 .71429 -.72752 -.42857)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#7cbaf8" offset="0"/> + <stop stop-color="#f4fcff" offset="1"/> + </linearGradient> + <path d="m10.995 1c-2.4984 1.29-4.9968 1.8171-7.4952 2.3071v9.6164c0 2.6929 4.0487 6.37 7.4952 8.0764 3.4465-1.7064 7.4952-5.3836 7.4952-8.0764v-9.6157c-2.4984-0.49071-4.9968-1.0179-7.4952-2.3079z" fill="url(#a)" stroke-width=".72342"/> + <path d="m10.995 6-1.4653 0.71429-0.73267 1.4286v2.1429h-1.4653v4.2857l6.5941 6.4286h4.5565l0.017581-8.5714-5.9508-5.8007z" fill="url(#b)" opacity=".2" stroke-width=".72342"/> + <path d="m10.995 6a2.198 2.1429 0 0 0-2.198 2.1429v2.1429h-1.4653v4.2857h7.3267v-4.2857h-1.4653v-2.1429a2.198 2.1429 0 0 0-2.198-2.1429zm0 0.71429a1.4653 1.4286 0 0 1 1.4653 1.4286v2.1429h-2.9307v-2.1429a1.4653 1.4286 0 0 1 1.4653-1.4286z" fill="url(#c)" stroke-width=".72342"/> + <path d="m3.5 12.209v0.71428c0 2.6929 4.0487 6.37 7.4952 8.0764 3.4465-1.7064 7.4952-5.3836 7.4952-8.0764v-0.71428c0 2.6929-4.0487 6.37-7.4952 8.0764-3.4465-1.7064-7.4952-5.3836-7.4952-8.0764z" fill="#292c2f" opacity=".2" stroke-width=".72342"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/spellchecking.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m9.9331 1-6.521 17.5h2.1094l2.0874-5.5371h6.9507l1.9189 5.5371h2.1094l-6.1621-17.5zm1.2695 2.0142 2.6611 8.3423h-5.6079z" color="#eff0f1" fill="#232629"/> + <path d="m1 19.75v1.25h20v-1.25z" fill="#2ecc71"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/spellchecking48.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="48" height="48" version="1.1" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m21.653 2-14.346 38.5h4.6406l4.5923-12.182h15.292l4.2217 12.182h4.6406l-13.557-38.5zm2.793 4.4312 5.8545 18.353h-12.337z" color="#eff0f1" fill="#232629"/> + <path d="m2 43.25v2.75h44v-2.75z" fill="#2ecc71"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/splitHorizontal.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m1 1v20h8.75v-20h-8.75m10 0v20h10v-20h-10m-8.75 5h6.25v13.75h-6.25v-13.75m10 0h7.5v13.75h-7.5v-13.75" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/splitVertical.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m1 1v10h20v-10h-20m1.25 5h5v3.75h-5v-3.75m6.25 0h11.25v3.75h-11.25v-3.75m-7.5 7.5v7.5h20v-7.5h-20m1.25 1.25h5v5h-5v-5m6.25 0h11.25v5h-11.25v-5" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/sqlBrowser.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1 + }</style> + </defs> + <path class="ColorScheme-Text" d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 10 3.75 10 3.75 0 0 0 10-3.75v-12.5a10 3.75 0 0 0-10-3.75zm0 1.25a8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5 8.75 2.5 0 0 1 8.75-2.5zm8.75 4.3066v4.4434a8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5v-4.436a10 3.75 0 0 0 8.75 1.936 10 3.75 0 0 0 8.75-1.9434zm0 6.25v4.4434a8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5v-4.436a10 3.75 0 0 0 8.75 1.936 10 3.75 0 0 0 8.75-1.9434z" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/start.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#232629; + }</style> + </defs> + <path class="ColorScheme-Text" d="m1 1v20l20-10z" color="#232629" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/step.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + } + .ColorScheme-Highlight { + color:#3daee9; + }</style> + </defs> + <path class="ColorScheme-Text" d="m1 1v20h20v-20h-6.25v5h5v13.75h-17.5v-13.75h5v-5h-6.25m8.0347 7.5c-1.3326 0-1.8921 0.44031-1.8921 1.5674v1.5283c0 0.69614-0.025631 1.5015-0.76172 1.5015h-0.38086v0.80566h0.38086c0.73611 0 0.76172 0.80533 0.76172 1.5015v1.5283c0 1.1271 0.55948 1.5674 1.8921 1.5674v-0.73975c-0.8884 0-0.90088-0.29895-0.90088-1.3818v-1.2598c0-0.51932-0.15452-1.2933-0.90332-1.6138 0.7488-0.32044 0.90332-1.092 0.90332-1.6113v-1.272c0-1.0829 0.012504-1.3818 0.90088-1.3818v-0.73975m3.9209 0v0.73975c0.88841 0 0.91064 0.29895 0.91064 1.3818v1.272c0 0.51934 0.15451 1.2909 0.90332 1.6113-0.74881 0.32044-0.90332 1.0944-0.90332 1.6138v1.2598c0 1.0829-0.02213 1.3818-0.91064 1.3818v0.73975c1.3326 0 1.9018-0.44031 1.9019-1.5674v-1.5283c0-0.69614 0.0505-1.5015 0.77392-1.5015h0.36865v-0.80566h-0.36865c-0.72342 0-0.77394-0.80533-0.77392-1.5015v-1.5283c0-1.1271-0.56923-1.5674-1.9019-1.5674" color="#eff0f1" fill="#232629"/> + <path d="M 7.5,1 11,6.25 14.5,1 Z" fill="#f60" fill-rule="evenodd" stroke-width="1.75"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/stepOut.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + } + .ColorScheme-Highlight { + color:#3daee9; + }</style> + </defs> + <path d="m15.75 8 5.25-3.5-5.25-3.5z" fill="#f60" fill-rule="evenodd" stroke-width="1.75"/> + <path class="ColorScheme-Text" d="m1 1v20h20v-12.5h-1.25v11.25h-17.5v-13.75h11.25v-5zm8.0347 7.5c-1.3326 0-1.8921 0.44031-1.8921 1.5674v1.5283c0 0.69614-0.025625 1.5015-0.76171 1.5015h-0.38086v0.80568h0.38086c0.73611 0 0.76171 0.80532 0.76171 1.5015v1.5283c0 1.1271 0.55948 1.5674 1.8921 1.5674v-0.73975c-0.8884 0-0.90088-0.29895-0.90088-1.3818v-1.2598c0-0.51932-0.15451-1.2933-0.90331-1.6138 0.7488-0.32044 0.90331-1.092 0.90331-1.6113v-1.272c0-1.0829 0.00125-1.3818 0.90088-1.3818zm3.9209 0v0.73975c0.88841 0 0.91065 0.29895 0.91065 1.3818v1.272c0 0.51934 0.15451 1.2909 0.90332 1.6113-0.74881 0.32044-0.90332 1.0944-0.90332 1.6138v1.2598c0 1.0829-0.02213 1.3818-0.91065 1.3818v0.73975c1.3326 0 1.9019-0.44031 1.9019-1.5674v-1.5283c0-0.69614 0.0505-1.5015 0.77392-1.5015h0.36865v-0.80568h-0.36865c-0.72342 0-0.77394-0.80532-0.77392-1.5015v-1.5283c0-1.1271-0.56924-1.5674-1.9019-1.5674" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/stepOver.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + } + .ColorScheme-Highlight { + color:#3daee9; + }</style> + </defs> + <path class="ColorScheme-Text" d="m1 1v20h20v-12.5h-1.25v11.25h-17.5v-13.75h11.25v-5zm8.0347 7.5c-1.3326 0-1.8921 0.44031-1.8921 1.5674v1.5283c0 0.69614-0.025631 1.5015-0.76172 1.5015h-0.38086v0.80566h0.38086c0.73611 0 0.76172 0.80533 0.76172 1.5015v1.5283c0 1.1271 0.55948 1.5674 1.8921 1.5674v-0.73975c-0.8884 0-0.90088-0.29895-0.90088-1.3818v-1.2598c0-0.51932-0.15452-1.2933-0.90332-1.6138 0.7488-0.32044 0.90332-1.092 0.90332-1.6113v-1.272c0-1.0829 0.012504-1.3818 0.90088-1.3818zm3.9209 0v0.73975c0.88841 0 0.91064 0.29896 0.91064 1.3818v1.272c0 0.51934 0.15451 1.2909 0.90332 1.6113-0.74881 0.32044-0.90332 1.0944-0.90332 1.6138v1.2598c0 1.0829-0.02212 1.3818-0.91064 1.3818v0.73975c1.3326 0 1.9019-0.44031 1.9019-1.5674v-1.5283c0-0.69614 0.0505-1.5015 0.77392-1.5015h0.36865v-0.80566h-0.36865c-0.72342 0-0.77393-0.80533-0.77392-1.5015v-1.5283c0-1.1271-0.56923-1.5674-1.9019-1.5674" color="#eff0f1" fill="#232629"/> + <path d="M 14,1 17.5,6.25 21,1 Z" fill="#f60" fill-rule="evenodd" stroke-width="1.75"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/stepQuit.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + } + .ColorScheme-Highlight { + color:#3daee9; + }</style> + </defs> + <path d="m1 1v5 15h1.25 7.75v-1.25h-7.75v-13.75h5v-3.75-1.25h-6.25zm13.75 0v1.25 3.75h5v4h1.25v-4-2.5-2.5h-6.25zm-5.7148 7.5c-1.3326 0-1.8926 0.43933-1.8926 1.5664v1.5293c0 0.69614-0.025631 1.502-0.76172 1.502h-0.38086v0.80469h0.38086c0.73611 0 0.76172 0.80581 0.76172 1.502v1.5273c0 1.1271 0.55997 1.5684 1.8926 1.5684v-0.74023c-0.8884 0-0.90234-0.29797-0.90234-1.3809v-1.2598c0-0.51932-0.15354-1.2928-0.90234-1.6133 0.7488-0.32044 0.90234-1.092 0.90234-1.6113v-1.2734c0-1.0829 0.013969-1.3809 0.90234-1.3809v-0.74023zm3.9199 0v0.74023c0.6831 0 0.85393 0.18581 0.89648 0.75977h1.002c-0.023746-1.0747-0.59411-1.5-1.8984-1.5z" color="#eff0f1" fill="#232629"/> + <path d="M 7.5,1 11,6.25 14.5,1 Z" fill="#f60" fill-rule="evenodd" stroke-width="1.75"/> + <path class="ColorScheme-NegativeText" d="m12.414 11-1.414 1.414 3.586 3.586-3.586 3.586 1.414 1.414 3.586-3.586 3.586 3.586 1.414-1.414-3.586-3.586 3.586-3.586-1.414-1.414-3.586 3.586z" fill="#da4453"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/stopLoading.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-NegativeText { + color:#da4453; + }</style> + </defs> + <g class="ColorScheme-NegativeText" transform="matrix(1.25 0 0 1.25 -2.75 -2.75)" color="#da4453" fill="currentColor"> + <path d="m11 3c4.432 0 8 3.568 8 8 0 1.442-0.383 2.79-1.045 3.955l-0.738-0.738a6.985 6.985 0 0 0 0.783-3.217c0-3.878-3.122-7-7-7a6.985 6.985 0 0 0-3.217 0.783l-0.738-0.738a7.982 7.982 0 0 1 3.955-1.045m-6.955 4.045 0.738 0.738a6.985 6.985 0 0 0-0.783 3.217c0 3.878 3.122 7 7 7a6.985 6.985 0 0 0 3.217-0.783l0.738 0.738a7.982 7.982 0 0 1-3.955 1.045c-4.432 0-8-3.568-8-8 0-1.442 0.383-2.79 1.045-3.955"/> + <path d="m7.5 9.998h7v2h-7z"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/stopScript.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-NegativeText { + color:#da4453; + }</style> + </defs> + <g class="ColorScheme-NegativeText" transform="matrix(1.25 0 0 1.25 -2.75 -2.75)" color="#da4453" fill="currentColor"> + <path d="m11 3c4.432 0 8 3.568 8 8 0 1.442-0.383 2.79-1.045 3.955l-0.738-0.738a6.985 6.985 0 0 0 0.783-3.217c0-3.878-3.122-7-7-7a6.985 6.985 0 0 0-3.217 0.783l-0.738-0.738a7.982 7.982 0 0 1 3.955-1.045m-6.955 4.045 0.738 0.738a6.985 6.985 0 0 0-0.783 3.217c0 3.878 3.122 7 7 7a6.985 6.985 0 0 0 3.217-0.783l0.738 0.738a7.982 7.982 0 0 1-3.955 1.045c-4.432 0-8-3.568-8-8 0-1.442 0.383-2.79 1.045-3.955"/> + <path d="m7.5 9.998h7v2h-7z"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/superMenu.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m1 3.5v2.5h20v-2.5h-20m0 6.25v2.5h20v-2.5h-20m0 6.25v2.5h20v-2.5h-20" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/symbols.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m1 1v14.375c0 3.1066 2.5184 5.625 5.625 5.625s5.625-2.5184 5.625-5.625v-8.4375l6.1328 14.062h2.6172v-15h-2.5v9.0625l-6.1328-14.062h-2.6172v14.375c0 1.7259-1.3991 3.125-3.125 3.125s-3.125-1.3991-3.125-3.125v-14.375zm17.5 0v2.5h2.5v-2.5z" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/symlink.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="12" height="12" version="1.1" viewBox="0 0 12 12" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m2 6v2h-2v1h2v2h3v-1h-2v-3h2v-1h-2zm5 0v1h2v3h-2v1h3v-2h2v-1h-2v-2h-1zm-2 2v1h2v-1z" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/sync.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path d="m1 1v1.25 18.75h1.25 7.75v-1.25h-7.75v-10h3.75v-0.011719l0.0097656 0.011719 2.5-2.5h11.24v2.75h1.25v-6.5h-8.7402l-2.5-2.5-0.0097656 0.011719v-0.011719h-7.5-1.25z" color="#eff0f1" fill="#232629"/> + <g transform="matrix(1.6 0 0 1.6 -12.6 -12.6)" fill="#2ecc71"> + <path d="m17.875 14.75c-1.7312 0-3.125 1.3938-3.125 3.125 0 0.54178 0.14756 1.0435 0.38818 1.4868l0.94971-0.94971c-0.05129-0.17137-0.08789-0.34862-0.08789-0.53711 0-1.0388 0.83625-1.875 1.875-1.875 0.18849 0 0.36574 0.03661 0.53711 0.08789l0.94971-0.94971c-0.44331-0.24062-0.94504-0.38818-1.4868-0.38818" color="#eff0f1"/> + <path d="m20.612 16.388-0.94971 0.94971c0.05129 0.17137 0.08789 0.34862 0.08789 0.53711 0 1.0388-0.83625 1.875-1.875 1.875-0.18849 0-0.36574-0.03661-0.53711-0.08789l-0.94971 0.94971c0.44331 0.24062 0.94503 0.38818 1.4868 0.38818 1.7312 0 3.125-1.3938 3.125-3.125 0-0.54178-0.14756-1.0435-0.38818-1.4868" color="#eff0f1"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/syncCompleted.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m19.216 3.9646-11.784 12.357-4.6814-4.9089-0.79824 0.83705 4.6814 4.9089-0.00226 0.0024 0.79826 0.83704 0.00226-0.0024 0.00226 0.0024 0.79823-0.83704-0.00226-0.0024 11.784-12.357-0.79824-0.83703z" color="#eff0f1" fill="#2ecc71" stroke="#2ecc71" stroke-width="1.3788"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/syncFailed.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + } + .ColorScheme-Highlight { + color:#3daee9; + }</style> + </defs> + <path class="ColorScheme-NegativeText" d="m3.828 1-2.828 2.828 7.172 7.172-7.172 7.172 2.828 2.828 7.172-7.172 7.172 7.172 2.828-2.828-7.172-7.172 7.172-7.172-2.828-2.828-7.172 7.172z" fill="#da4453"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/syncNo.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m11 1.6977c-2.3577 0-4.5015 0.87988-6.141 2.3256-0.14679 0.12944-0.29771 0.26137-0.43605 0.39971l-0.39971 0.43605c-1.4457 1.6395-2.3256 3.7833-2.3256 6.141 0 5.1375 4.1648 9.3023 9.3023 9.3023 2.3577 0 4.5015-0.87988 6.141-2.3256l0.43605-0.39971c0.13834-0.13834 0.27027-0.28926 0.39971-0.43605 1.4457-1.6395 2.3256-3.7833 2.3256-6.141 0-5.1375-4.1648-9.3023-9.3023-9.3023m0 1.1628c4.4953 0 8.1395 3.6442 8.1395 8.1395 0 2.0391-0.75955 3.8771-1.9985 5.3052l-11.446-11.446c1.4282-1.239 3.2661-1.9985 5.3052-1.9985m-6.141 2.8343 11.446 11.446c-1.4282 1.239-3.2661 1.9985-5.3052 1.9985-4.4953 0-8.1395-3.6442-8.1395-8.1395 0-2.0391 0.75955-3.8771 1.9985-5.3052" color="#eff0f1" fill="#da4453" stroke="#da4453" stroke-width="1.3953"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/syncToc.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path d="m2 1v20h1.2852 7.4258v-1.25h-7.4258v-17.5h10.287v3.75 1.25h5.1426v3.4609h1.2852v-2.9531-1.7578-0.0097656l-5.1328-4.9902-0.009766 0.011719v-0.011719h-1.2852-10.287-1.2852z" color="#eff0f1" fill="#232629"/> + <g transform="matrix(1.6 0 0 1.6 -12.6 -12.6)" fill="#2ecc71"> + <path d="m17.875 14.75c-1.7312 0-3.125 1.3938-3.125 3.125 0 0.54178 0.14756 1.0435 0.38818 1.4868l0.94971-0.94971c-0.05129-0.17137-0.08789-0.34862-0.08789-0.53711 0-1.0388 0.83625-1.875 1.875-1.875 0.18849 0 0.36574 0.03661 0.53711 0.08789l0.94971-0.94971c-0.44331-0.24062-0.94504-0.38818-1.4868-0.38818" color="#eff0f1"/> + <path d="m20.612 16.388-0.94971 0.94971c0.05129 0.17137 0.08789 0.34862 0.08789 0.53711 0 1.0388-0.83625 1.875-1.875 1.875-0.18849 0-0.36574-0.03661-0.53711-0.08789l-0.94971 0.94971c0.44331 0.24062 0.94503 0.38818 1.4868 0.38818 1.7312 0 3.125-1.3938 3.125-3.125 0-0.54178-0.14756-1.0435-0.38818-1.4868" color="#eff0f1"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/syntaxError.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="16" height="16" fill="none" version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"> + <g transform="matrix(1.0057 0 0 1.0258 -.0057471 -.025784)" fill="#232629"> + <path d="m3.02 8.5017-0.00271-0.04081c8.7e-4 0.01361 0.00178 0.02722 0.00271 0.04081z"/> + <path d="m7.2577 8.9047-1.7701-1.7791 0.59162-0.59161 1.8718 1.8812 1.8451-1.8451 0.59165 0.5916-1.77 1.77 1.7701 1.7791-0.59161 0.5916-1.8717-1.8813-1.8451 1.8451-0.59161-0.5916z"/> + <path d="m10.878 3.9183v0.58167h0.7849l1.6579-1.6579 0.5916 0.59161-1.5698 1.5698 0.0189 0.04949c0.3304 0.86212 0.5165 1.8351 0.5165 2.8653 0 0.1957-0.0067 0.38933-0.0199 0.58053l-3e-3 0.04364h2.0654v0.83666h-2.1705l-0.0061 0.03349c-0.1764 0.96445-0.5195 1.8438-0.9869 2.5838l-0.0347 0.0551 1.9964 2.0065-0.5931 0.5901-1.9098-1.9194-0.0577 0.0645c-0.8627 0.965-1.9806 1.5435-3.1984 1.5435-1.2367 0-2.3704-0.5966-3.2384-1.5887l-0.05749-0.0657-1.8717 1.8717-0.59162-0.5916 1.9632-1.9632-0.03399-0.055c-0.45068-0.729-0.782-1.5897-0.95424-2.5316l-0.00612-0.03349h-2.1688v-0.83666h2.0637l-3e-3 -0.04364c-0.01315-0.1912-0.01986-0.38483-0.01986-0.58053 0-1.0167 0.18128-1.9778 0.50362-2.8315l0.01857-0.04919-1.6109-1.619 0.59311-0.59012 1.6631 1.6715h0.83249v-0.58167c0-1.6118 1.3066-2.9183 2.9183-2.9183s2.9183 1.3066 2.9183 2.9183zm-5 0v0.58167h4.1633v-0.58167c0-1.1497-0.93196-2.0817-2.0816-2.0817s-2.0817 0.93199-2.0817 2.0817zm5.7163 1.4712-0.0199-0.0529h-7.2295l-0.0199 0.0529c-0.28341 0.75313-0.44701 1.6105-0.44701 2.5288 0 1.6099 0.50298 3.0339 1.274 4.0363 0.77037 1.0015 1.771 1.5454 2.8076 1.5454s2.0373-0.5439 2.8076-1.5454c0.7711-1.0024 1.274-2.4263 1.274-4.0363 0-0.91822-0.1636-1.7756-0.447-2.5288z" clip-rule="evenodd" fill-rule="evenodd"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/syntaxError22.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" fill="none" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <g transform="matrix(1.4368 0 0 1.4654 -.43678 -.46541)" fill="#232629"> + <path d="m3.02 8.5017-0.00271-0.04081c8.7e-4 0.01361 0.00178 0.02722 0.00271 0.04081z"/> + <path d="m7.2577 8.9047-1.7701-1.7791 0.59162-0.59161 1.8718 1.8812 1.8451-1.8451 0.59165 0.5916-1.77 1.77 1.7701 1.7791-0.59161 0.5916-1.8717-1.8813-1.8451 1.8451-0.59161-0.5916z"/> + <path d="m10.878 3.9183v0.58167h0.7849l1.6579-1.6579 0.5916 0.59161-1.5698 1.5698 0.0189 0.04949c0.3304 0.86212 0.5165 1.8351 0.5165 2.8653 0 0.1957-0.0067 0.38933-0.0199 0.58053l-3e-3 0.04364h2.0654v0.83666h-2.1705l-0.0061 0.03349c-0.1764 0.96445-0.5195 1.8438-0.9869 2.5838l-0.0347 0.0551 1.9964 2.0065-0.5931 0.5901-1.9098-1.9194-0.0577 0.0645c-0.8627 0.965-1.9806 1.5435-3.1984 1.5435-1.2367 0-2.3704-0.5966-3.2384-1.5887l-0.05749-0.0657-1.8717 1.8717-0.59162-0.5916 1.9632-1.9632-0.03399-0.055c-0.45068-0.729-0.782-1.5897-0.95424-2.5316l-0.00612-0.03349h-2.1688v-0.83666h2.0637l-3e-3 -0.04364c-0.01315-0.1912-0.01986-0.38483-0.01986-0.58053 0-1.0167 0.18128-1.9778 0.50362-2.8315l0.01857-0.04919-1.6109-1.619 0.59311-0.59012 1.6631 1.6715h0.83249v-0.58167c0-1.6118 1.3066-2.9183 2.9183-2.9183s2.9183 1.3066 2.9183 2.9183zm-5 0v0.58167h4.1633v-0.58167c0-1.1497-0.93196-2.0817-2.0816-2.0817s-2.0817 0.93199-2.0817 2.0817zm5.7163 1.4712-0.0199-0.0529h-7.2295l-0.0199 0.0529c-0.28341 0.75313-0.44701 1.6105-0.44701 2.5288 0 1.6099 0.50298 3.0339 1.274 4.0363 0.77037 1.0015 1.771 1.5454 2.8076 1.5454s2.0373-0.5439 2.8076-1.5454c0.7711-1.0024 1.274-2.4263 1.274-4.0363 0-0.91822-0.1636-1.7756-0.447-2.5288z" clip-rule="evenodd" fill-rule="evenodd"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/syntaxErrorGoto.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#232629; + }</style> + </defs> + <path class="ColorScheme-Text" d="m16.406 3-0.40601 0.70703 4.188 7.293-4.188 7.293 0.40601 0.70703 4.594-8-4.594-8" color="#eff0f1" fill="#232629"/> + <g transform="matrix(1.0057 0 0 1.0258 -.0057471 2.9742)" fill="#232629"> + <path d="m3.02 8.5017-0.00271-0.04081c8.7e-4 0.01361 0.00178 0.02722 0.00271 0.04081z"/> + <path d="m7.2577 8.9047-1.7701-1.7791 0.59162-0.59161 1.8718 1.8812 1.8451-1.8451 0.59165 0.5916-1.77 1.77 1.7701 1.7791-0.59161 0.5916-1.8717-1.8813-1.8451 1.8451-0.59161-0.5916z"/> + <path d="m10.878 3.9183v0.58167h0.7849l1.6579-1.6579 0.5916 0.59161-1.5698 1.5698 0.0189 0.04949c0.3304 0.86212 0.5165 1.8351 0.5165 2.8653 0 0.1957-0.0067 0.38933-0.0199 0.58053l-3e-3 0.04364h2.0654v0.83666h-2.1705l-0.0061 0.03349c-0.1764 0.96445-0.5195 1.8438-0.9869 2.5838l-0.0347 0.0551 1.9964 2.0065-0.5931 0.5901-1.9098-1.9194-0.0577 0.0645c-0.8627 0.965-1.9806 1.5435-3.1984 1.5435-1.2367 0-2.3704-0.5966-3.2384-1.5887l-0.05749-0.0657-1.8717 1.8717-0.59162-0.5916 1.9632-1.9632-0.03399-0.055c-0.45068-0.729-0.782-1.5897-0.95424-2.5316l-0.00612-0.03349h-2.1688v-0.83666h2.0637l-3e-3 -0.04364c-0.01315-0.1912-0.01986-0.38483-0.01986-0.58053 0-1.0167 0.18128-1.9778 0.50362-2.8315l0.01857-0.04919-1.6109-1.619 0.59311-0.59012 1.6631 1.6715h0.83249v-0.58167c0-1.6118 1.3066-2.9183 2.9183-2.9183s2.9183 1.3066 2.9183 2.9183zm-5 0v0.58167h4.1633v-0.58167c0-1.1497-0.93196-2.0817-2.0816-2.0817s-2.0817 0.93199-2.0817 2.0817zm5.7163 1.4712-0.0199-0.0529h-7.2295l-0.0199 0.0529c-0.28341 0.75313-0.44701 1.6105-0.44701 2.5288 0 1.6099 0.50298 3.0339 1.274 4.0363 0.77037 1.0015 1.771 1.5454 2.8076 1.5454s2.0373-0.5439 2.8076-1.5454c0.7711-1.0024 1.274-2.4263 1.274-4.0363 0-0.91822-0.1636-1.7756-0.447-2.5288z" clip-rule="evenodd" fill-rule="evenodd"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/tBreak.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + } + .ColorScheme-NegativeText { + color:#da4453; + }</style> + </defs> + <path class="ColorScheme-NegativeText" d="M 8,2 A 6,6 0 0 0 2,8 6,6 0 0 0 8,14 6,6 0 0 0 14,8 6,6 0 0 0 8,2 Z M 5.70703,5 8,7.29297 10.29297,5 11,5.70703 8.70703,8 11,10.29297 10.29297,11 8,8.70703 5.70703,11 5,10.29297 7.29297,8 5,5.70703 5.70703,5 Z" fill="#00b0ff"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/tCBreak.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + } + .ColorScheme-NegativeText { + color:#da4453; + }</style> + </defs> + <path class="ColorScheme-NegativeText" d="M 8,2 A 6,6 0 0 0 2,8 6,6 0 0 0 8,14 6,6 0 0 0 14,8 6,6 0 0 0 8,2 Z M 5.70703,5 8,7.29297 10.29297,5 11,5.70703 8.70703,8 11,10.29297 10.29297,11 8,8.70703 5.70703,11 5,10.29297 7.29297,8 5,5.70703 5.70703,5 Z" fill="#00d068"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/tabClose.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path d="m1 1v1.25 17.5 1.25h9v-1.25h-7.75v-17.5h5v3.75h10 2.5v4h1.25v-5.25h-1.25-2.5v-3.75h-10-5-1.25z" color="#eff0f1" fill="#232629"/> + <path class="ColorScheme-NegativeText" d="m12.414 11-1.414 1.414 3.586 3.586-3.586 3.586 1.414 1.414 3.586-3.586 3.586 3.586 1.414-1.414-3.586-3.586 3.586-3.586-1.414-1.414-3.586 3.586z" fill="#da4453"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/tabCloseOther.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path d="m1 1v1.25 17.5 1.25h9v-1.25h-7.75v-17.5h5v3.75h10 2.5v4h1.25v-5.25h-1.25-2.5-8.75v-1.25-2.5h-1.25-5-1.25zm10 0v3h10v-3h-10z" fill="#232629"/> + <path class="ColorScheme-NegativeText" d="m12.414 11-1.414 1.414 3.586 3.586-3.586 3.586 1.414 1.414 3.586-3.586 3.586 3.586 1.414-1.414-3.586-3.586 3.586-3.586-1.414-1.414-3.586 3.586z" fill="#da4453"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/tabDuplicate.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m1 1v20h20v-16.25h-1.25v-2.5h-10v2.5h-1.25v-3.75h-7.5m1.25 1.25h5v3.75h12.5v13.75h-17.5v-17.5" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/tabManager.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path d="m1 1v1.25 17.5 1.25h10v-1.25h-8.75v-17.5h5v3.75h10 2.5v5h1.25v-6.25h-1.25-2.5v-3.75h-10-5-1.25z" color="#eff0f1" fill="#232629"/> + <path d="m19.322 21c0.21918-3e-3 0.43547-0.05052 0.63585-0.13953 0.20039-0.08903 0.3807-0.21776 0.53011-0.37841 0.29072-0.26529 0.47102-0.63049 0.50499-1.0229 0.03856-0.40566-0.07887-0.81077-0.32833-1.1326-1.1203-1.1836-3.3298-3.397-4.937-4.9734 0.34198-0.92641 0.326-1.9474-0.04481-2.8626-0.30492-0.76149-0.84716-1.404-1.546-1.8319-0.54824-0.36372-1.1784-0.58475-1.8334-0.64309-0.65501-0.058331-1.3141 0.047866-1.9179 0.309l-0.57302 0.24862 2.6611 2.7452-1.1651 1.1706-2.7335-2.6762-0.24821 0.57581c-0.20921 0.48546-0.32017 1.0077-0.32639 1.5364-0.00624 0.52874 0.092391 1.0535 0.29018 1.5437 0.19611 0.48477 0.48741 0.92512 0.85661 1.2949 0.20921 0.20508 0.44042 0.38632 0.68947 0.54041 0.51526 0.34471 1.1048 0.56201 1.7202 0.63405 0.61546 0.07203 1.2392-0.0033 1.8199-0.21968 1.0195 1.0359 3.5642 3.6025 4.9387 4.8878 0.27572 0.25088 0.6341 0.39106 1.0065 0.39366zm-7.3706-12.137c0.61081-0.00156 1.2083 0.17875 1.7166 0.51797 0.19824 0.12125 0.38236 0.26429 0.54893 0.42645 0.44301 0.44737 0.73888 1.0197 0.84794 1.6403 0.10906 0.6206 0.02608 1.2598-0.23781 1.8318l-0.12583 0.27624 0.2163 0.2115c1.6141 1.5781 3.9641 3.9253 5.0939 5.1201 0.1006 0.15004 0.14362 0.33143 0.12112 0.51068-0.02249 0.17934-0.10898 0.34446-0.24349 0.46482-0.07751 0.08651-0.17197 0.15618-0.27749 0.20455-0.093 0.04214-0.19353 0.06502-0.29558 0.06734-0.15499-0.0039-0.30337-0.06372-0.41795-0.16827-1.4607-1.3657-4.2829-4.2215-5.1111-5.0606l-0.21286-0.21496-0.27404 0.12518c-0.47705 0.22278-1.0035 0.31815-1.5282 0.27685-0.52474-0.0413-1.0299-0.21785-1.4664-0.51252-0.19862-0.12267-0.38276-0.26746-0.54888-0.43163-0.28767-0.28736-0.51499-0.62948-0.66866-1.0062-0.15359-0.37672-0.23038-0.78044-0.22592-1.1874 0-0.20061 0.019864-0.40073 0.059514-0.59739l2.3931 2.3395 2.3689-2.3697-2.3353-2.4085c0.19871-0.038701 0.40077-0.057499 0.6032-0.056108z" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/tabNew.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path d="m1 1v1.25 17.5 1.25h10v-1.25h-8.75v-17.5h5v3.75h10 2.5v5h1.25v-6.25h-1.25-2.5v-3.75h-10-5-1.25z" color="#eff0f1" fill="#232629"/> + <path d="m15 11v4h-4v2h4v4h2v-4h4v-2h-4v-4z" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/task.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="16" height="16" version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#232629; + }</style> + </defs> + <path class="ColorScheme-Text" d="m1 1v14h14v-14h-1.75v2.625h-1.75v-2.625h-7v2.625h-1.75v-2.625h-1.75m0.875 3.5h12.25v9.625h-12.25v-9.625m9.0063 1.75-4.0178 4.0178-1.0032-1.0032-0.61865 0.61865 1.615 1.6167 0.0051267-0.006836 0.0068354 0.006836 4.6313-4.6313-0.61865-0.61865" color="#232629" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/taskCompleted.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#232629; + }</style> + </defs> + <path class="ColorScheme-Text" d="m1 1v20h20v-20h-2.5v3.75h-2.5v-3.75h-10v3.75h-2.5v-3.75h-2.5m1.25 5h17.5v13.75h-17.5v-13.75m12.866 2.5-5.7397 5.7397-1.4331-1.4331-0.88379 0.88379 2.3071 2.3096 0.0073238-0.009765 0.0097649 0.009765 6.6162-6.6162-0.88379-0.88379" color="#232629" fill="currentColor"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/taskFixme.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg"> + <g transform="translate(0 -291.18)"> + <circle cx="2.9104" cy="294.09" r="2.4967" fill="#e00000" stroke="#e00000" stroke-width=".29819"/> + <g transform="matrix(.26458 0 0 .26458 2.3913e-7 218.42)" fill="#fafafa" stroke="#fafafa"> + <rect x="9.6756" y="278.18" width="2.6487" height="10.649" stroke-width=".35129"/> + <rect x="9.6753" y="291.18" width="2.6495" height="2.6495" stroke-width=".35051"/> + </g> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/taskNext.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#232629; + }</style> + </defs> + <path class="ColorScheme-Text" d="m1 4v14h14v-14h-1.75v2.625h-1.75v-2.625h-7v2.625h-1.75v-2.625h-1.75m0.875 3.5h12.25v9.625h-12.25v-9.625m9.0063 1.75-4.0178 4.0178-1.0032-1.0032-0.61865 0.61865 1.615 1.6167 0.0051267-0.006836 0.0068354 0.006836 4.6313-4.6313-0.61865-0.61865" color="#232629" fill="currentColor"/> + <path class="ColorScheme-Text" d="m16.406 3-0.40601 0.70703 4.188 7.293-4.188 7.293 0.40601 0.70703 4.594-8-4.594-8" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/taskNote.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg"> + <g transform="translate(0 -291.18)"> + <circle cx="2.9104" cy="294.09" r="2.4967" fill="#09f" stroke="#009aff" stroke-width=".29819"/> + <text transform="scale(1.2383 .80759)" x="1.5444657" y="366.45264" fill="#fafafa" font-family="sans-serif" font-size="6.2235px" letter-spacing="0px" stroke-width=".15559" word-spacing="0px" style="line-height:1.25" xml:space="preserve"><tspan x="1.5444657" y="366.45264" fill="#fafafa" stroke-width=".15559">i</tspan></text> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/taskPrev.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#232629; + }</style> + </defs> + <path class="ColorScheme-Text" d="m7 4v14h14v-14h-1.75v2.625h-1.75v-2.625h-7v2.625h-1.75v-2.625h-1.75m0.875 3.5h12.25v9.625h-12.25v-9.625m9.0063 1.75-4.0178 4.0178-1.0032-1.0032-0.61865 0.61865 1.615 1.6167 0.0051-0.0068 0.0068 0.0068 4.6314-4.6313-0.61865-0.61865" color="#232629" fill="currentColor"/> + <path class="ColorScheme-Text" d="m5.594 3 0.40601 0.70703-4.188 7.293 4.188 7.293-0.40601 0.70703-4.594-8 4.594-8" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/taskPrioHigh.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m10.333 1v9.3333h-9.3333v1.3333h9.3333v9.3333h1.3333v-9.3333h9.3333v-1.3333h-9.3333v-9.3333z" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/taskPrioLow.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m3 9.5v3h16v-3z" color="#eff0f1" fill="#232629" stroke-width="1.5492"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/taskPriority.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m10.333 1v9.3333h-9.3333v1.3333h9.3333v9.3333h1.3333v-9.3333h9.3333v-1.3333h-9.3333v-9.3333z" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/taskTodo.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg"> + <g transform="translate(0 -291.18)"> + <path transform="matrix(.23892 .0031191 -.0027005 .27595 1.0951 215.21)" d="m0.094494 295.3 10.635-18.897 11.048 18.658-10.841 0.1192z" fill="#ffc300" stroke="#ffc300" stroke-width=".26458"/> + <g stroke="#000"> + <rect x="2.6781" y="293.06" width=".4652" height="2.0516" stroke-width=".064621"/> + <rect x="2.6767" y="295.71" width=".46735" height=".46728" stroke-width=".061821"/> + </g> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/taskWarning.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg"> + <g transform="translate(0 -291.18)"> + <path transform="matrix(.22397 .00294 -.0025315 .26011 1.2026 219.78)" d="m0.094494 295.3 10.635-18.897 11.048 18.658-10.841 0.1192z" fill="#fafafa" stroke="#f00" stroke-width="1.0911"/> + <g stroke="#000"> + <rect x="2.6781" y="293.06" width=".46458" height="2.0521" stroke-width=".064585"/> + <rect x="2.6767" y="295.71" width=".46734" height=".46734" stroke-width=".061825"/> + </g> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/templateViewer.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path d="m1.5 1v20h1.2676 7.2324v-1.25h-7.2324v-17.5h10.133v3.75 1.25h5.0664v2.75h1.2656v-2.2422-1.7578-0.0097656l-5.0566-4.9902-0.009765 0.011719v-0.011719h-1.2656-10.133-1.2676z" color="#eff0f1" fill="#232629"/> + <path d="m16 11-0.95703 2.6888-2.5781-1.224 1.224 2.5781-2.6888 0.95703 2.6888 0.95703-1.224 2.5781 2.5781-1.224 0.95703 2.6888 0.95703-2.6888 2.5781 1.224-1.224-2.5781 2.6888-0.95703-2.6888-0.95703 1.224-2.5781-2.5781 1.224z" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/terminal.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + <g class="ColorScheme-Text" transform="matrix(1.25,0,0,1.25,-2.75,-2.75)" color="#eff0f1" fill="#232629" fill-rule="evenodd"> + <path d="m3 3v16h16v-16zm1 1h14v14h-14z"/> + <path d="m6.5 5.793-0.70703 0.70703 3.5 3.5c-1.1667 1.1667-2.3333 2.3333-3.5 3.5l0.70703 0.70703c1.4023-1.4023 2.8047-2.8047 4.207-4.207-1.4023-1.4023-2.8047-2.8047-4.207-4.207z"/> + <path d="m10 15h6v1h-6z"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/textencoding.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m1 1v14.375c0 3.1066 2.5184 5.625 5.625 5.625s5.625-2.5184 5.625-5.625v-8.4375l6.1328 14.062h2.6172v-15h-2.5v9.0625l-6.1328-14.062h-2.6172v14.375c0 1.7259-1.3991 3.125-3.125 3.125s-3.125-1.3991-3.125-3.125v-14.375zm17.5 0v2.5h2.5v-2.5z" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/tineye.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <g transform="translate(0 -291.18)"> + <image y="291.18" width="5.8208" height="5.8208" preserveAspectRatio="none" xlink:href="data:image/png;base64,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 "/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/toolbarsConfigure.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg"> + <g transform="translate(0 -291.18)" fill="#232629"> + <g transform="translate(1.792 -6.6889)"> + <path d="m-1.2628 298.13v1.9844h4.2333v-1.9844zm0.26458 0.26459h3.7042v1.4552h-3.7042z"/> + <g transform="matrix(1.0001 0 0 1.05 -2.0566 -14.981)"> + <path d="m1.3229 298.71v0.88194h0.88194v-0.88194z"/> + <path d="m2.4694 298.71v0.88194h0.88194v-0.88194z"/> + <path d="m3.6158 298.71v0.88194h0.88194v-0.88194z"/> + </g> + </g> + <path d="m5.1464 296.74c0.05353-7.3e-4 0.10636-0.0124 0.15529-0.0341 0.048941-0.0218 0.09298-0.0532 0.12947-0.0924 0.071003-0.0648 0.11504-0.15399 0.12333-0.24984 0.00942-0.0991-0.019262-0.19801-0.080188-0.27661-0.27361-0.28908-0.81325-0.82967-1.2058-1.2147 0.083521-0.22626 0.079619-0.47562-0.010944-0.69914-0.07447-0.18598-0.2069-0.34289-0.37758-0.4474-0.1339-0.0888-0.2878-0.14281-0.44777-0.15705-0.15997-0.0142-0.32095 0.012-0.4684 0.0755l-0.13995 0.0607 0.64992 0.67045-0.28455 0.2859-0.66761-0.65359-0.060619 0.14063c-0.051095 0.11856-0.078196 0.2461-0.079715 0.37525-0.00152 0.12912 0.022565 0.25728 0.070871 0.37701 0.047897 0.11844 0.11904 0.22594 0.20921 0.31626 0.051095 0.0502 0.10756 0.0943 0.16839 0.13199 0.12584 0.0841 0.26983 0.13726 0.42012 0.15485 0.15031 0.0176 0.30264-8e-4 0.44447-0.0536 0.24898 0.25301 0.87049 0.87984 1.2062 1.1938 0.067339 0.0613 0.15487 0.0955 0.24583 0.0961zm-1.8001-2.9642c0.14918-3.7e-4 0.2951 0.0437 0.41925 0.12652 0.048416 0.0296 0.093383 0.0646 0.13407 0.10416 0.1082 0.1092 0.18046 0.24904 0.20709 0.4006 0.026635 0.15158 0.00637 0.30768-0.05808 0.44739l-0.030731 0.0674 0.052828 0.0517c0.39421 0.3854 0.96815 0.95868 1.2441 1.2505 0.02457 0.0366 0.035077 0.081 0.029582 0.12472-0.0055 0.0438-0.026616 0.0841-0.059467 0.11352-0.01893 0.0211-0.042001 0.0382-0.067772 0.0499-0.022714 0.0108-0.047267 0.0158-0.07219 0.0164-0.037853-9.3e-4 -0.074093-0.0156-0.10208-0.041-0.35674-0.33355-1.046-1.031-1.2483-1.2359l-0.051986-0.0526-0.06693 0.0306c-0.11651 0.0544-0.24508 0.0778-0.37324 0.0677-0.12816-0.01-0.25153-0.0532-0.35814-0.12516-0.04851-0.03-0.093481-0.0654-0.13405-0.10548-0.070259-0.0702-0.12578-0.15373-0.16331-0.24575-0.03751-0.092-0.056266-0.19061-0.055177-0.28998 0-0.049 0.00486-0.0979 0.014534-0.14591l0.58447 0.57137 0.57857-0.57875-0.57036-0.58823c0.048532-0.01 0.09788-0.014 0.14732-0.0137z"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/trPreviewer.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m1 1v20h20v-20zm1.25 5h17.5v13.75h-17.5z" color="#eff0f1" fill="#232629"/> + <path d="m6.7453 6.7c-0.1073 0-0.23845 0.055836-0.31274 0.13215-0.43105 0.43366-0.86301 0.86639-1.2968 1.2982-0.075204 0.074448-0.13573 0.20846-0.13573 0.32385v9.6e-4c0.00186 1.9999 0.00186 6.061 0.00186 6.1057v0.23823h0.23478c0.044022 0 5.9108-9.6e-4 8.8144 9.6e-4 0.11739 0 0.25037-0.06142 0.3265-0.13773l9.6e-4 -9.6e-4c0.42644-0.43087 0.85474-0.85988 1.2849-1.287 0.08068-0.08096 0.13662-0.21962 0.13662-0.33316-0.0019-1.9943 0-6.1029 0-6.1029v-0.23823zm0.011004 0.47647h8.5742c0 0.29872-0.0018 3.943 0 5.8619-0.42921 0.42622-0.85751 0.85522-1.283 1.2852-2.8275-0.0019-8.2394-0.0019-8.576-9.6e-4 0-0.33316 0-3.9309-0.00186-5.8572 0.43013-0.42805 0.85934-0.85706 1.2867-1.2889zm2.257 0.95294c-0.074287 0-0.14766 0.00186-0.22194 0.00462-0.17976 0.00745-0.35676 0.03816-0.5301 0.089341-0.39253 0.11819-0.68692 0.35456-0.85842 0.73145-0.05961 0.13122-0.11005 0.26801-0.15041 0.40667-0.11097 0.37969-0.1339 0.77054-0.13849 1.1623-0.00276 0.26429 0.01284 0.52765 0.050442 0.78915 0.036684 0.24475 0.093547 0.48391 0.18984 0.71377 0.17425 0.41319 0.48057 0.67283 0.91162 0.78636 0.3751 0.09957 0.75387 0.1126 1.1446 0.0577 0.19626 0.32106 0.39436 0.64677 0.59521 0.9762 0.23753-0.11168 0.46314-0.21684 0.69518-0.32572-0.19168-0.30896-0.37602-0.60768-0.55853-0.90268 0.07979-0.07259 0.15866-0.1368 0.22836-0.20938 0.18067-0.19264 0.28981-0.42436 0.36135-0.67655 0.1018-0.36014 0.12748-0.73052 0.13665-1.1018 0.0064-0.28756-0.01192-0.57418-0.05044-0.85895-0.036686-0.26522-0.099968-0.52393-0.20819-0.77054-0.18434-0.41877-0.498-0.6812-0.93913-0.7966-0.21736-0.055836-0.43655-0.074448-0.65757-0.075379zm2.7954 0.47647v0.95294h-0.46957v0.7147h0.46957v1.6676c0 0.18333 0.0376 0.38434 0.11005 0.55557 0.06053 0.14424 0.16233 0.24568 0.30448 0.30803 0.10822 0.04654 0.22103 0.07073 0.3375 0.08189 0.22286 0.02047 0.48149-0.01582 0.70068-0.05491 0.06236-0.01117 0.12381-0.0242 0.19076-0.03722-0.0064-0.1945-0.01651-0.45506-0.03209-0.64212-0.02477-0.0018-0.0376-0.0056-0.05136-0.0047-0.14674 0.0056-0.332 0.02885-0.47874 0.03164-0.06328 9.6e-4 -0.12748-0.0056-0.18984-0.01862-0.07887-0.01675-0.13115-0.0698-0.15316-0.14983-0.0083-0.0335-0.01743-0.06607-0.01927-0.09957-0.01009-0.12563-0.01376-0.32013-0.01468-0.44669-0.0028-0.45041 0-1.1912 0-1.1912h0.93913v-0.71467h-0.93912v-0.95294zm-2.8183 0.24289c0.1394 0 0.27789 0.016752 0.41637 0.051186 0.23937 0.059556 0.41821 0.18984 0.52826 0.39365 0.096298 0.17495 0.14949 0.362 0.17425 0.55464 0.02935 0.23265 0.0431 0.46716 0.05594 0.61234-0.01192 0.40295-0.02109 0.71564-0.10914 1.0218-0.01834 0.06514-0.04127 0.12935-0.06695 0.1917-0.099049 0.24568-0.2944 0.39551-0.57137 0.46065-0.27972 0.06514-0.56311 0.06607-0.84467 0.0018-0.29531-0.06698-0.49432-0.22984-0.59888-0.48948-0.084375-0.21032-0.12931-0.42715-0.14124-0.64863-0.013758-0.24847-0.01926-0.49787-0.011922-0.74634 0.00642-0.26894 0.045858-0.5351 0.14215-0.79101 0.020178-0.05304 0.04494-0.10516 0.070618-0.15541 0.11005-0.21125 0.29348-0.34339 0.53927-0.40574 0.13848-0.034434 0.27789-0.051186 0.41729-0.051186z" fill="#232629" stroke-width=".2365"/> + <path d="m17 13.6v3.9273l-1.5 1.4727v-1.4727h-4.5v-3.9273z" fill="#5fd38d"/> + <path d="m16.5 14.091h-5v2.9455h5z" fill="#5fd38d"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/transformResize.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m1 1v3.75h3.75v-3.75h-2.5zm16.25 0v1.25h2.5v2.5h1.25v-3.75zm-15 1.25h1.25v1.25h-1.25zm3.75 1.25v1.25h2.5v-1.25zm3.75 0v1.25h2.5v-1.25zm3.75 0v1.25h2.5v-1.25zm-10 2.5v2.5h1.25v-2.5zm5 0v8.75h7.5v-1.25h-6.25v-7.5zm8.75 0v2.5h1.25v-2.5zm-13.75 3.75v2.5h1.25v-2.5zm13.75 0v2.5h1.25v-2.5zm-13.75 3.75v2.5h1.25v-2.5zm13.75 0v2.5h1.25v-2.5zm-16.25 3.75v3.75h3.75v-3.75zm5 0v1.25h2.5v-1.25zm3.75 0v1.25h2.5v-1.25zm3.75 0v1.25h2.5v-1.25zm3.75 0v3.75h3.75v-3.75h-2.5zm-15 1.25h1.25v1.25h-1.25zm16.25 0h1.25v1.25h-1.25z" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/translate.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg"> + <g transform="translate(0 -291.18)"> + <path d="m1.1786 291.97v0.18522 0.1852 0.18521 0.37042h0.19242 0.38485v0.18521h-0.96212v0.18521h0.96212v0.37041h0.19242v-0.37041h0.96212v-0.18521h-0.96212v-0.18521h0.57727v-0.18521-0.55562-0.18522h-0.19242-0.96212zm0.19242 0.18522h0.96212v0.1852h-0.96212zm0 0.37041h0.96212v0.18521h-0.96212z" color="#000000" fill="#232629"/> + <path d="m2.1351 295.48c-0.16521-0.45965-0.26582-0.69713-0.28304-0.75412-2e-6 0-0.085738 0.23749-0.276 0.75412h0.55905m0.26895 0.72755-0.20318-0.56446h-0.69294l-0.21023 0.56446h-0.20671l0.66709-1.6669h0.20788l0.64713 1.6669h-0.20906" fill="#232629"/> + <g transform="matrix(.19242 0 0 .18521 -73.207 197.9)" fill="#232629"> + <path d="m399.57 526.8v2.9972h2.1708c0.65505 0 1.1393-0.13463 1.4528-0.40389 0.31748-0.27327 0.47622-0.68921 0.47622-1.2478 0-0.56263-0.15874-0.67635-0.47622-0.9416-0.31347-0.26925-0.79773-0.40388-1.4528-0.40389h-2.1708m0-4.0015v3.0129h2.2199c0.59476 0 1.0707-0.11051 1.3601-0.33155 0.29336-0.22505 0.44004-0.86684 0.44006-1.325-1e-5 -0.45411-0.14669-0.7937-0.44006-1.0188-0.28936-0.22505-0.76533-0.33757-1.3601-0.33758h-2.2199m-1-1.0007h3.1105c0.92833 1e-5 1.6437 0.19291 2.146 0.5787 0.50233 0.38581 0.75351 0.93437 0.75351 1.6457 0 0.55058-0.1286 1.2888-0.3858 1.6143-0.25721 0.32553-0.63497 0.52847-1.1333 0.60884 1.247 0.30952 1.8647 1.1714 1.8928 2.0327-1e-5 0.80375-0.27328 1.4246-0.81983 1.8627-0.54656 0.43804-1.3242 0.65706-2.3329 0.65706h-3.2311v-9" fill="#232629"/> + </g> + <path d="m4.065 291.97v1.4817h-0.7697v0.1852h1.7318v-0.1852h-0.7697v-0.92605h0.7697v-0.18521h-0.7697v-0.37042z" color="#000000" fill="#232629"/> + <path d="m0.26458 291.44v5.2917h5.2917v-5.2917zm0.26458 0.26459h4.7625v4.7625h-4.7625z" fill="#232629" stroke-width="0"/> + <path d="m3.9688 293.74h-0.70556v-0.70556h-0.70556v0.70556h-0.70556l1.0583 1.4111 1.0583-1.4111" fill="#49cff1"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/trash.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1 + }</style> + </defs> + <path class="ColorScheme-Text" d="m7.1429 1v2.5h-5.1429v1.25h1.2857v16.25h15.429v-16.25h1.2857v-1.25h-5.1429v-2.5zm1.2857 1.25h5.1429v1.25h-5.1429zm-3.8571 2.5h12.857v15h-12.857zm2.5714 3.75v7.5h1.2857v-7.5zm6.4286 0v7.5h1.2857v-7.5z" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/uiPreviewer.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m1 1v20h20v-20zm1.25 5h17.5v13.75h-17.5z" color="#eff0f1" fill="#232629"/> + <g transform="matrix(.6 0 0 .58537 4.4 6.7073)" fill="#232629"> + <path d="m3.9088 0.5c-0.17884 0-0.39742 0.093061-0.52123 0.22024-0.71841 0.72277-1.4383 1.444-2.1613 2.1637-0.12534 0.12408-0.22622 0.34743-0.22622 0.53975v0.00155c0.00306 3.3331 0.00306 10.102 0.00306 10.176v0.39706h0.3913c0.07337 0 9.8514-0.0016 14.691 0.0016 0.19565 0 0.41729-0.10236 0.54416-0.22955l0.0016-0.0016c0.71074-0.71812 1.4246-1.4331 2.1414-2.145 0.13446-0.13494 0.2277-0.36604 0.2277-0.55526-0.003058-3.3238 0-10.171 0-10.171v-0.39706zm0.018342 0.79411h14.29c0 0.49787-3e-3 6.5716 0 9.7698-0.71535 0.71036-1.4292 1.4254-2.1384 2.1419-4.7125-0.0031-13.732-0.0031-14.293-0.0016 0-0.55526 0-6.5514-0.00306-9.762 0.71688-0.71341 1.4322-1.4284 2.1445-2.1481zm3.7617 1.5882c-0.12381 0-0.24609 0.00309-0.3699 0.00775-0.29959 0.012413-0.5946 0.063596-0.88349 0.1489-0.65421 0.19698-1.1449 0.59093-1.4307 1.2191-0.099355 0.21869-0.18342 0.44669-0.25068 0.67779-0.18495 0.63281-0.22317 1.2842-0.23081 1.9372-0.00459 0.44049 0.0214 0.87942 0.084069 1.3153 0.061141 0.40791 0.15591 0.80652 0.31641 1.1896 0.29042 0.68865 0.80095 1.1214 1.5194 1.3106 0.62517 0.16596 1.2565 0.18767 1.9076 0.09617 0.32711 0.5351 0.65727 1.0779 0.99202 1.627 0.39589-0.18613 0.77191-0.36139 1.1586-0.54286-0.31946-0.51493-0.6267-1.0128-0.93088-1.5045 0.13298-0.12098 0.26444-0.228 0.3806-0.34898 0.30112-0.32106 0.48302-0.70726 0.60224-1.1276 0.16967-0.60024 0.21247-1.2175 0.22775-1.8364 0.010701-0.47926-0.019872-0.95697-0.084069-1.4316-0.061141-0.44204-0.16661-0.87322-0.34698-1.2842-0.30724-0.69795-0.82999-1.1353-1.5652-1.3277-0.36226-0.09306-0.72758-0.12408-1.096-0.12563zm4.659 0.79411v1.5882h-0.78261v1.1912h0.78261v2.7794c0 0.30555 0.06266 0.64056 0.18342 0.92595 0.10088 0.24041 0.27055 0.40947 0.50747 0.51338 0.18037 0.07756 0.36838 0.11788 0.5625 0.13649 0.37143 0.03412 0.80248-0.02636 1.1678-0.09151 0.10394-0.01861 0.20635-0.04033 0.31794-0.06203-0.01069-0.32416-0.02752-0.75844-0.05349-1.0702-0.04128-0.00304-0.06266-0.00934-0.0856-0.00776-0.24456 0.00934-0.55333 0.048083-0.79789 0.052729-0.10547 0.00158-0.21247-0.00934-0.31641-0.031028-0.13145-0.027922-0.21858-0.11633-0.25526-0.24971-0.01376-0.055834-0.02905-0.11013-0.03211-0.16596-0.01681-0.20939-0.02293-0.53355-0.02446-0.74448-0.0046-0.75069 0-1.9853 0-1.9853h1.5652v-1.1912h-1.5652v-1.5882zm-4.6972 0.40481c0.23234 0 0.46315 0.027917 0.69395 0.085305 0.39895 0.099264 0.69701 0.31641 0.88043 0.65608 0.1605 0.29159 0.24915 0.60334 0.29042 0.9244 0.048915 0.38775 0.071838 0.7786 0.09324 1.0206-0.019872 0.67159-0.035154 1.1927-0.1819 1.703-0.030573 0.10857-0.068787 0.21559-0.11158 0.31951-0.16508 0.40946-0.49066 0.65918-0.95228 0.76775-0.4662 0.10857-0.93852 0.11011-1.4078 0.0030375-0.49219-0.11163-0.82388-0.38306-0.99813-0.81579-0.14062-0.35053-0.21552-0.71191-0.23539-1.0811-0.022926-0.41412-0.032098-0.82979-0.019871-1.2439 0.010699-0.44824 0.076427-0.89183 0.23692-1.3184 0.033628-0.088402 0.074898-0.17526 0.1177-0.25902 0.18342-0.35208 0.48913-0.57232 0.89878-0.67624 0.23081-0.057387 0.46315-0.085306 0.69548-0.085306z" stroke-width=".39417"/> + <path class="ColorScheme-Text" d="m17.999 11-6.9987 6.9987v3.0013h3.0013l6.9987-6.9987zm-1.7074 2.9085 1.8001 1.8001-2.6449 2.6465v-0.56315l-0.84473 0.0179h-0.86263v-1.3509l1.2012-1.1995zm-3.3968 3.3952v1.3509h1.6895l0.0179 0.54362-0.90006 0.90169h-1.2012l-0.60059-0.60059v-1.2012z" color="#eff0f1"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/unhighlight.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <g fill="#37c837"> + <path d="m1 8.5v1.25h20v-1.25z" color="#eff0f1"/> + <path d="m1 11v1.25h9v-1.25h-9z" color="#eff0f1"/> + </g> + <g fill="#232629"> + <path d="m1 1v1.25h20v-1.25z" color="#eff0f1"/> + <path d="m1 3.5v1.25h11.25v-1.25z" color="#eff0f1"/> + <path d="m1 16v1.25h9v-1.25h-9zm0 2.5v1.25h9v-1.25h-9z" color="#eff0f1"/> + </g> + <path class="ColorScheme-NegativeText" d="m12.414 11-1.414 1.414 3.586 3.586-3.586 3.586 1.414 1.414 3.586-3.586 3.586 3.586 1.414-1.414-3.586-3.586 3.586-3.586-1.414-1.414-3.586 3.586z" fill="#da4453"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/unittest.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <g transform="matrix(1.4368 0 0 1.4654 -.43678 -.4654)" fill="#da4453"> + <path d="m3.02 8.5017-0.00271-0.04081c8.7e-4 0.01361 0.00178 0.02722 0.00271 0.04081z"/> + <path d="m7.2577 8.9047-1.7701-1.7791 0.59162-0.59161 1.8718 1.8812 1.8451-1.8451 0.59165 0.5916-1.77 1.77 1.7701 1.7791-0.59161 0.5916-1.8717-1.8813-1.8451 1.8451-0.59161-0.5916z"/> + <path d="m10.878 3.9183v0.58167h0.7849l1.6579-1.6579 0.5916 0.59161-1.5698 1.5698 0.0189 0.04949c0.3304 0.86212 0.5165 1.8351 0.5165 2.8653 0 0.1957-0.0067 0.38933-0.0199 0.58053l-3e-3 0.04364h2.0654v0.83666h-2.1705l-0.0061 0.03349c-0.1764 0.96445-0.5195 1.8438-0.9869 2.5838l-0.0347 0.0551 1.9964 2.0065-0.5931 0.5901-1.9098-1.9194-0.0577 0.0645c-0.8627 0.965-1.9806 1.5435-3.1984 1.5435-1.2367 0-2.3704-0.5966-3.2384-1.5887l-0.05749-0.0657-1.8717 1.8717-0.59162-0.5916 1.9632-1.9632-0.03399-0.055c-0.45068-0.729-0.782-1.5897-0.95424-2.5316l-0.00612-0.03349h-2.1688v-0.83666h2.0637l-3e-3 -0.04364c-0.01315-0.1912-0.01986-0.38483-0.01986-0.58053 0-1.0167 0.18128-1.9778 0.50362-2.8315l0.01857-0.04919-1.6109-1.619 0.59311-0.59012 1.6631 1.6715h0.83249v-0.58167c0-1.6118 1.3066-2.9183 2.9183-2.9183s2.9183 1.3066 2.9183 2.9183zm-5 0v0.58167h4.1633v-0.58167c0-1.1497-0.93196-2.0817-2.0816-2.0817s-2.0817 0.93199-2.0817 2.0817zm5.7163 1.4712-0.0199-0.0529h-7.2295l-0.0199 0.0529c-0.28341 0.75313-0.44701 1.6105-0.44701 2.5288 0 1.6099 0.50298 3.0339 1.274 4.0363 0.77037 1.0015 1.771 1.5454 2.8076 1.5454s2.0373-0.5439 2.8076-1.5454c0.7711-1.0024 1.274-2.4263 1.274-4.0363 0-0.91822-0.1636-1.7756-0.447-2.5288z" clip-rule="evenodd" fill-rule="evenodd"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/unittestProject.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path d="m3.5 1v1.25 1.25h-2.5v3.75h2.5v7.5h-2.5v3.75h2.5v2.5h1.25 6.25v-1.25h-6.25v-13.75h15v5h1.25v-8.75-1.25h-17.5zm1.25 1.25h15v2.5h-15v-1.25-1.25z" color="#eff0f1" fill="#232629"/> + <g transform="matrix(.71839 0 0 .7327 10.282 10.267)" fill="#da4453"> + <path d="m3.02 8.5017-0.00271-0.04081c8.7e-4 0.01361 0.00178 0.02722 0.00271 0.04081z"/> + <path d="m7.2577 8.9047-1.7701-1.7791 0.59162-0.59161 1.8718 1.8812 1.8451-1.8451 0.59165 0.5916-1.77 1.77 1.7701 1.7791-0.59161 0.5916-1.8717-1.8813-1.8451 1.8451-0.59161-0.5916z"/> + <path d="m10.878 3.9183v0.58167h0.7849l1.6579-1.6579 0.5916 0.59161-1.5698 1.5698 0.0189 0.04949c0.3304 0.86212 0.5165 1.8351 0.5165 2.8653 0 0.1957-0.0067 0.38933-0.0199 0.58053l-3e-3 0.04364h2.0654v0.83666h-2.1705l-0.0061 0.03349c-0.1764 0.96445-0.5195 1.8438-0.9869 2.5838l-0.0347 0.0551 1.9964 2.0065-0.5931 0.5901-1.9098-1.9194-0.0577 0.0645c-0.8627 0.965-1.9806 1.5435-3.1984 1.5435-1.2367 0-2.3704-0.5966-3.2384-1.5887l-0.05749-0.0657-1.8717 1.8717-0.59162-0.5916 1.9632-1.9632-0.03399-0.055c-0.45068-0.729-0.782-1.5897-0.95424-2.5316l-0.00612-0.03349h-2.1688v-0.83666h2.0637l-3e-3 -0.04364c-0.01315-0.1912-0.01986-0.38483-0.01986-0.58053 0-1.0167 0.18128-1.9778 0.50362-2.8315l0.01857-0.04919-1.6109-1.619 0.59311-0.59012 1.6631 1.6715h0.83249v-0.58167c0-1.6118 1.3066-2.9183 2.9183-2.9183s2.9183 1.3066 2.9183 2.9183zm-5 0v0.58167h4.1633v-0.58167c0-1.1497-0.93196-2.0817-2.0816-2.0817s-2.0817 0.93199-2.0817 2.0817zm5.7163 1.4712-0.0199-0.0529h-7.2295l-0.0199 0.0529c-0.28341 0.75313-0.44701 1.6105-0.44701 2.5288 0 1.6099 0.50298 3.0339 1.274 4.0363 0.77037 1.0015 1.771 1.5454 2.8076 1.5454s2.0373-0.5439 2.8076-1.5454c0.7711-1.0024 1.274-2.4263 1.274-4.0363 0-0.91822-0.1636-1.7756-0.447-2.5288z" clip-rule="evenodd" fill-rule="evenodd"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/unittestRerunFailed.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <g transform="matrix(.79023 0 0 .80597 .20977 .19403)" fill="#da4453"> + <path d="m3.02 8.5017-0.00271-0.04081c8.7e-4 0.01361 0.00178 0.02722 0.00271 0.04081z"/> + <path d="m7.2577 8.9047-1.7701-1.7791 0.59162-0.59161 1.8718 1.8812 1.8451-1.8451 0.59165 0.5916-1.77 1.77 1.7701 1.7791-0.59161 0.5916-1.8717-1.8813-1.8451 1.8451-0.59161-0.5916z"/> + <path d="m10.878 3.9183v0.58167h0.7849l1.6579-1.6579 0.5916 0.59161-1.5698 1.5698 0.0189 0.04949c0.3304 0.86212 0.5165 1.8351 0.5165 2.8653 0 0.1957-0.0067 0.38933-0.0199 0.58053l-3e-3 0.04364h2.0654v0.83666h-2.1705l-0.0061 0.03349c-0.1764 0.96445-0.5195 1.8438-0.9869 2.5838l-0.0347 0.0551 1.9964 2.0065-0.5931 0.5901-1.9098-1.9194-0.0577 0.0645c-0.8627 0.965-1.9806 1.5435-3.1984 1.5435-1.2367 0-2.3704-0.5966-3.2384-1.5887l-0.05749-0.0657-1.8717 1.8717-0.59162-0.5916 1.9632-1.9632-0.03399-0.055c-0.45068-0.729-0.782-1.5897-0.95424-2.5316l-0.00612-0.03349h-2.1688v-0.83666h2.0637l-3e-3 -0.04364c-0.01315-0.1912-0.01986-0.38483-0.01986-0.58053 0-1.0167 0.18128-1.9778 0.50362-2.8315l0.01857-0.04919-1.6109-1.619 0.59311-0.59012 1.6631 1.6715h0.83249v-0.58167c0-1.6118 1.3066-2.9183 2.9183-2.9183s2.9183 1.3066 2.9183 2.9183zm-5 0v0.58167h4.1633v-0.58167c0-1.1497-0.93196-2.0817-2.0816-2.0817s-2.0817 0.93199-2.0817 2.0817zm5.7163 1.4712-0.0199-0.0529h-7.2295l-0.0199 0.0529c-0.28341 0.75313-0.44701 1.6105-0.44701 2.5288 0 1.6099 0.50298 3.0339 1.274 4.0363 0.77037 1.0015 1.771 1.5454 2.8076 1.5454s2.0373-0.5439 2.8076-1.5454c0.7711-1.0024 1.274-2.4263 1.274-4.0363 0-0.91822-0.1636-1.7756-0.447-2.5288z" clip-rule="evenodd" fill-rule="evenodd"/> + </g> + <path class="ColorScheme-Text" d="m21 15.5c0 0.99118-0.26326 1.9176-0.71838 2.7191l-0.50757-0.50757 0.0013-0.0013-1.9094-1.9107 0.48608-0.48608 1.7053 1.7067c0.15993-0.47824 0.25509-0.98646 0.25509-1.52 0-2.6661-2.1464-4.8125-4.8125-4.8125-0.79922 0-1.5496 0.19651-2.2115 0.53845l-0.50757-0.50757c0.80149-0.45516 1.7279-0.71838 2.7191-0.71838 3.047 0 5.5 2.453 5.5 5.5zm-2.7809 4.7816c-0.80149 0.45516-1.7279 0.71838-2.7191 0.71838-3.047 0-5.5-2.453-5.5-5.5 0-0.99118 0.26326-1.9176 0.71838-2.7191l0.46997 0.46997 0.0013-0.0013 1.9443 1.9443-0.48608 0.48608-1.704-1.704c-0.16085 0.47939-0.2565 0.98899-0.2565 1.524 0 2.6661 2.1464 4.8125 4.8125 4.8125 0.79922 0 1.5496-0.19651 2.2115-0.53845z" color="#eff0f1" fill="#da4453" stroke-width=".6875"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/unittestRestart.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <g transform="matrix(.79023 0 0 .80597 .20977 .19403)" fill="#da4453"> + <path d="m3.02 8.5017-0.00271-0.04081c8.7e-4 0.01361 0.00178 0.02722 0.00271 0.04081z"/> + <path d="m7.2577 8.9047-1.7701-1.7791 0.59162-0.59161 1.8718 1.8812 1.8451-1.8451 0.59165 0.5916-1.77 1.77 1.7701 1.7791-0.59161 0.5916-1.8717-1.8813-1.8451 1.8451-0.59161-0.5916z"/> + <path d="m10.878 3.9183v0.58167h0.7849l1.6579-1.6579 0.5916 0.59161-1.5698 1.5698 0.0189 0.04949c0.3304 0.86212 0.5165 1.8351 0.5165 2.8653 0 0.1957-0.0067 0.38933-0.0199 0.58053l-3e-3 0.04364h2.0654v0.83666h-2.1705l-0.0061 0.03349c-0.1764 0.96445-0.5195 1.8438-0.9869 2.5838l-0.0347 0.0551 1.9964 2.0065-0.5931 0.5901-1.9098-1.9194-0.0577 0.0645c-0.8627 0.965-1.9806 1.5435-3.1984 1.5435-1.2367 0-2.3704-0.5966-3.2384-1.5887l-0.05749-0.0657-1.8717 1.8717-0.59162-0.5916 1.9632-1.9632-0.03399-0.055c-0.45068-0.729-0.782-1.5897-0.95424-2.5316l-0.00612-0.03349h-2.1688v-0.83666h2.0637l-3e-3 -0.04364c-0.01315-0.1912-0.01986-0.38483-0.01986-0.58053 0-1.0167 0.18128-1.9778 0.50362-2.8315l0.01857-0.04919-1.6109-1.619 0.59311-0.59012 1.6631 1.6715h0.83249v-0.58167c0-1.6118 1.3066-2.9183 2.9183-2.9183s2.9183 1.3066 2.9183 2.9183zm-5 0v0.58167h4.1633v-0.58167c0-1.1497-0.93196-2.0817-2.0816-2.0817s-2.0817 0.93199-2.0817 2.0817zm5.7163 1.4712-0.0199-0.0529h-7.2295l-0.0199 0.0529c-0.28341 0.75313-0.44701 1.6105-0.44701 2.5288 0 1.6099 0.50298 3.0339 1.274 4.0363 0.77037 1.0015 1.771 1.5454 2.8076 1.5454s2.0373-0.5439 2.8076-1.5454c0.7711-1.0024 1.274-2.4263 1.274-4.0363 0-0.91822-0.1636-1.7756-0.447-2.5288z" clip-rule="evenodd" fill-rule="evenodd"/> + </g> + <path class="ColorScheme-Text" d="m21 15.5c0 0.99118-0.26326 1.9176-0.71838 2.7191l-0.50757-0.50757 0.0013-0.0013-1.9094-1.9107 0.48608-0.48608 1.7053 1.7067c0.15993-0.47824 0.25509-0.98646 0.25509-1.52 0-2.6661-2.1464-4.8125-4.8125-4.8125-0.79922 0-1.5496 0.19651-2.2115 0.53845l-0.50757-0.50757c0.80149-0.45516 1.7279-0.71838 2.7191-0.71838 3.047 0 5.5 2.453 5.5 5.5zm-2.7809 4.7816c-0.80149 0.45516-1.7279 0.71838-2.7191 0.71838-3.047 0-5.5-2.453-5.5-5.5 0-0.99118 0.26326-1.9176 0.71838-2.7191l0.46997 0.46997 0.0013-0.0013 1.9443 1.9443-0.48608 0.48608-1.704-1.704c-0.16085 0.47939-0.2565 0.98899-0.2565 1.524 0 2.6661 2.1464 4.8125 4.8125 4.8125 0.79922 0 1.5496-0.19651 2.2115-0.53845z" color="#eff0f1" fill="#5fd38d" stroke-width=".6875"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/unittestScript.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg"> + <path d="m9.3333 1c-1.8467 0-3.3333 1.4867-3.3333 3.3333h5v1.6667h-6.6667c-1.8467 0-3.3333 1.4867-3.3333 3.3333v3.3333c0 1.8467 1.4867 3.3333 3.3333 3.3333v-1.6667c0-1.4812 0.64983-2.7937 1.6667-3.7077 0.00113-1e-3 0.00211-0.0023 0.00325-0.0032 0.22024-0.19762 0.45764-0.37623 0.70964-0.53385 0.00205-0.0013 0.00445-2e-3 0.00651-0.0033 0.24818-0.15476 0.50993-0.28704 0.7845-0.39715 0.049445-0.0194 0.10278-0.030962 0.15299-0.048825 0.23327-0.084875 0.47095-0.16243 0.71941-0.21159 0.31035-0.05985 0.6287-0.0944 0.95703-0.0944h6.6667v-5c0-1.8467-1.4866-3.3333-3.3333-3.3333zm0 0.83333c0.46167 0 0.83333 0.37167 0.83333 0.83333s-0.37167 0.83333-0.83333 0.83333-0.83333-0.37167-0.83333-0.83333 0.37167-0.83333 0.83333-0.83333zm8.3333 4.1667v1.6667c0 1.4812-0.65308 2.7969-1.6699 3.7109-0.22024 0.19763-0.45764 0.37622-0.70964 0.53385-2e-3 0.0013-0.0045 2e-3 -0.0065 0.0033-0.24818 0.15475-0.50993 0.28703-0.7845 0.39714-0.04945 0.0194-0.10279 0.03098-0.153 0.04883-0.23328 0.08488-0.47096 0.16244-0.71941 0.21159-0.31035 0.05985-0.6287 0.0944-0.95703 0.0944h-6.6667v5c0 1.8466 1.4866 3.3333 3.3333 3.3333h3.3333c1.8467 5e-6 3.3333-1.4867 3.3333-3.3333h-5v-1.6667h6.6667c1.8467 0 3.3333-1.4867 3.3333-3.3333v-3.3333c0-1.8467-1.4867-3.3333-3.3333-3.3333zm-5 12.5c0.46167 0 0.83333 0.37167 0.83333 0.83333 0 0.46167-0.37167 0.83333-0.83333 0.83333-0.46167 0-0.83333-0.37167-0.83333-0.83333 0-0.46167 0.37167-0.83333 0.83333-0.83333z" fill="#f59e16" stroke-width="1.6667"/> + <path d="m3.6449 15.905c-1.0799-0.23814-1.9515-0.96024-2.3667-1.9609-0.23798-0.57353-0.2435-0.6405-0.2435-2.9573 0-2.4426-4.382e-4 -2.4387 0.35679-3.1674 0.15485-0.31587 0.27272-0.47309 0.59404-0.79237 0.61042-0.60654 1.1535-0.87745 1.9611-0.97826 0.24461-0.030533 1.6685-0.0493 3.7405-0.0493h3.3455v-1.678h-5.025l0.020892-0.19809c0.043445-0.41194 0.12282-0.76663 0.2315-1.0344 0.28459-0.70131 0.91079-1.3795 1.5731-1.7036 0.70139-0.34329 0.70088-0.34322 2.9604-0.36191 1.3056-0.010799 2.1368 0.00118 2.3472 0.033828 0.74508 0.1156 1.36 0.42821 1.8771 0.95435 0.38217 0.3888 0.62886 0.78959 0.80494 1.3078l0.12671 0.37288 0.02794 5.6165-3.4628 2.797e-4c-3.7992 2.8e-4 -3.9821 0.010868-4.7579 0.27498-1.6385 0.55781-2.833 1.853-3.3061 3.5847-0.084508 0.30932-0.10069 0.52546-0.11839 1.5818l-0.020511 1.2235-0.19356-0.0037c-0.10646-2e-3 -0.31941-0.03146-0.47322-0.06537zm5.9786-12.448c0.23032-0.096235 0.37788-0.23824 0.48202-0.46388 0.10874-0.23561 0.10887-0.41585 4.85e-4 -0.65447-0.22285-0.4906-0.79509-0.6686-1.2228-0.38036-0.57245 0.38577-0.50672 1.1986 0.11993 1.4832 0.23169 0.10524 0.39574 0.10933 0.62037 0.015472z" fill="#59f" stroke="#59f" stroke-width=".18644"/> + <path d="m3.8769 16.021c-1.2932-0.19009-2.3276-1.0581-2.7783-2.3311-0.10462-0.29556-0.10766-0.35367-0.12435-2.3767-0.02134-2.5866-0.0035742-2.7756 0.32413-3.4486 0.20725-0.42558 0.2898-0.53952 0.64158-0.88559 0.46207-0.45457 0.84593-0.697 1.3787-0.87072 0.35486-0.11571 0.44157-0.12338 1.7945-0.15867 0.78189-0.020394 2.4127-0.038555 3.6239-0.040356l2.2023-0.00327v-1.4915h-5.017l0.039441-0.33792c0.082337-0.70546 0.25768-1.1849 0.61798-1.6898 0.42952-0.60191 1.1146-1.096 1.8194-1.3123 0.25572-0.078458 0.47917-0.085803 2.6102-0.085803h2.3305l0.37288 0.12699c0.53022 0.18057 0.9215 0.42591 1.3262 0.83156 0.39706 0.398 0.6012 0.71448 0.81882 1.2694l0.14988 0.38221 0.05924 5.803h-3.4512c-2.1311 0-3.6243 0.01902-3.9038 0.049728-1.8332 0.20141-3.4435 1.5466-4.0833 3.4109-0.16642 0.48492-0.2114 0.87998-0.21359 1.8762-0.00101 0.46144-0.015071 0.9491-0.031236 1.0837-0.032921 0.27408-0.022253 0.2699-0.50691 0.19866zm5.8238-12.697c0.22793-0.13357 0.39978-0.41605 0.39978-0.65711 0-0.38236-0.38671-0.76907-0.76907-0.76907-0.37964 0-0.76907 0.38942-0.76907 0.76907 0 0.22876 0.1764 0.52469 0.38858 0.65187 0.25028 0.15002 0.49975 0.15176 0.74977 0.00524z" fill="#59f" stroke="#59f" stroke-width=".18644"/> + <path d="m8.4791 20.868c-1.1305-0.3003-2.0097-1.1819-2.3497-2.3563-0.10661-0.36823-0.10735-0.38954-0.10735-3.0975v-2.7267l3.7521-0.0245c4.0868-0.02668 3.7551-0.0052 4.6099-0.299 0.68486-0.23541 1.3543-0.67684 1.9039-1.2554 0.75974-0.7998 1.219-1.7686 1.3618-2.8724 0.02487-0.19227 0.04587-0.77332 0.04666-1.2912l0.0014-0.94166 0.2447 0.025284c1.4235 0.14709 2.5831 1.1278 2.928 2.4764 0.0826 0.32295 0.09004 0.52992 0.09004 2.5022 0 2.3009-0.0047 2.3571-0.24808 2.9596-0.38832 0.96139-1.3874 1.7661-2.4289 1.9562-0.18272 0.03336-1.4679 0.0505-3.7871 0.0505h-3.5105v1.7246h4.9873v0.15458c0 0.69752-0.41873 1.6179-0.98356 2.1619-0.43106 0.41516-0.71671 0.5953-1.2587 0.79375l-0.34464 0.1262-2.2839 0.0118c-2.1321 0.01102-2.3065 0.0058-2.6234-0.07838zm4.5484-0.76527c0.14329-0.07486 0.34581-0.28173 0.42313-0.43224 0.07192-0.13999 0.06565-0.49923-0.01187-0.68041-0.23374-0.54628-0.98118-0.67393-1.3894-0.23729-0.15562 0.16644-0.22436 0.34315-0.22436 0.57672 0 0.33492 0.19378 0.64097 0.48941 0.77292 0.18463 0.08241 0.55566 0.08257 0.71312 3.26e-4z" fill="#fd5" stroke="#fd5" stroke-width=".18644"/> + <g transform="translate(25.312 -5.0097)"> + <g transform="matrix(.71839 0 0 .7327 -15.03 15.277)" fill="#da4453"> + <path d="m3.02 8.5017-0.00271-0.04081c8.7e-4 0.01361 0.00178 0.02722 0.00271 0.04081z"/> + <path d="m7.2577 8.9047-1.7701-1.7791 0.59162-0.59161 1.8718 1.8812 1.8451-1.8451 0.59165 0.5916-1.77 1.77 1.7701 1.7791-0.59161 0.5916-1.8717-1.8813-1.8451 1.8451-0.59161-0.5916z"/> + <path d="m10.878 3.9183v0.58167h0.7849l1.6579-1.6579 0.5916 0.59161-1.5698 1.5698 0.0189 0.04949c0.3304 0.86212 0.5165 1.8351 0.5165 2.8653 0 0.1957-0.0067 0.38933-0.0199 0.58053l-3e-3 0.04364h2.0654v0.83666h-2.1705l-0.0061 0.03349c-0.1764 0.96445-0.5195 1.8438-0.9869 2.5838l-0.0347 0.0551 1.9964 2.0065-0.5931 0.5901-1.9098-1.9194-0.0577 0.0645c-0.8627 0.965-1.9806 1.5435-3.1984 1.5435-1.2367 0-2.3704-0.5966-3.2384-1.5887l-0.05749-0.0657-1.8717 1.8717-0.59162-0.5916 1.9632-1.9632-0.03399-0.055c-0.45068-0.729-0.782-1.5897-0.95424-2.5316l-0.00612-0.03349h-2.1688v-0.83666h2.0637l-3e-3 -0.04364c-0.01315-0.1912-0.01986-0.38483-0.01986-0.58053 0-1.0167 0.18128-1.9778 0.50362-2.8315l0.01857-0.04919-1.6109-1.619 0.59311-0.59012 1.6631 1.6715h0.83249v-0.58167c0-1.6118 1.3066-2.9183 2.9183-2.9183s2.9183 1.3066 2.9183 2.9183zm-5 0v0.58167h4.1633v-0.58167c0-1.1497-0.93196-2.0817-2.0816-2.0817s-2.0817 0.93199-2.0817 2.0817zm5.7163 1.4712-0.0199-0.0529h-7.2295l-0.0199 0.0529c-0.28341 0.75313-0.44701 1.6105-0.44701 2.5288 0 1.6099 0.50298 3.0339 1.274 4.0363 0.77037 1.0015 1.771 1.5454 2.8076 1.5454s2.0373-0.5439 2.8076-1.5454c0.7711-1.0024 1.274-2.4263 1.274-4.0363 0-0.91822-0.1636-1.7756-0.447-2.5288z" clip-rule="evenodd" fill-rule="evenodd"/> + </g> + <path d="m-9.8052 25.081c-0.61711-0.15964-1.318-0.73256-1.7311-1.415-0.42738-0.70611-0.66952-1.654-0.67048-2.6247-4.98e-4 -0.50498 0.12445-1.3121 0.25601-1.6537l0.06981-0.18127h5.1342l0.10245 0.3131c0.26533 0.81092 0.29602 2.0225 0.073035 2.8839-0.3963 1.5309-1.4725 2.6443-2.6167 2.707-0.22854 0.01254-0.50627-6.78e-4 -0.6172-0.02937zm1.139-2.1688 0.6752 0.6729 0.46116-0.44697-1.2683-1.307 1.3016-1.3065-0.50291-0.49424-1.3097 1.3843-0.66808-0.67565c-0.36745-0.37161-0.68419-0.67565-0.70388-0.67565-0.06786 0-0.40556 0.3544-0.40556 0.42561 0 0.03925 0.28182 0.35202 0.62627 0.69503l0.62627 0.62367-1.2807 1.2855 0.4526 0.46696 1.3208-1.3208z" fill="#4d4d4d" stroke="#da4453" stroke-width=".0065917"/> + <path d="m-10.756 18.168c0.0049-1.2869 1.4169-1.9719 2.3747-1.152 0.35669 0.30531 0.52089 0.66719 0.52275 1.152l0.00145 0.37902h-2.9003z" fill="#4d4d4d" stroke="#da4453" stroke-width=".0065917"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/updateLocal.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" fill="none" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <g transform="matrix(0 1.6667 -1.6667 0 34.333 -2.3333)" clip-rule="evenodd" fill="#ff9000" fill-rule="evenodd"> + <path d="m5.5625 8.5157c-2.099 0.93433-3.5625 3.0384-3.5625 5.4842 0 3.3137 2.6863 6 6 6 3.3137 0 6-2.6863 6-6 0-2.6748-1.7503-4.9408-4.168-5.7152l-0.30231 0.9535c2.0132 0.64622 3.4703 2.5338 3.4703 4.7617 0 2.7614-2.2386 5-5 5-2.7614 0-5-2.2386-5-5 0-1.689 0.83742-3.1823 2.1197-4.0875z"/> + <path d="m5 9h-3v-1h3.5l0.5 0.5v3.5h-1z"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/updateRemote.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <g clip-rule="evenodd" fill="#ff9000" fill-rule="evenodd" stroke-width="1.6667"> + <path d="m11 1c-5.5229 0-10 4.4771-10 10 0 4.8379 3.4355 8.8723 8 9.7988v-1.7168c-3.6348-0.89698-6.334-4.1703-6.334-8.082 0-4.6024 3.7316-8.334 8.334-8.334 2.8149 0 5.3038 1.3961 6.8125 3.5332l2.3281 0.73828c-1.5572-3.4984-5.0642-5.9375-9.1406-5.9375z"/> + <path d="m19.333 6v-5h1.6667v5.8333l-0.83333 0.83333h-5.8333v-1.6667z"/> + </g> + <path class="ColorScheme-Text" d="m13.143 9v4.5h0.78572v-3.75h3.1429v3.75h0.78572v-4.5h-3.9286zm-1.7341 5.25-0.62305 0.6123 4.7143 4.6377 4.7143-4.6377-0.62305-0.6123-4.0912 4.0254zm-1.4088 5.25v1.5h11v-1.5h-0.78571v0.75h-9.4286v-0.75z" color="#eff0f1" fill="#008af1"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/vcsAdd.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1 + }</style> + </defs> + <path d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 9 3.7266v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 7.75 1.9121v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 8.75 1.9355 10 3.75 0 0 0 8.75-1.9434v3.4434h1.25v-5.25a10 3.75 0 0 0-10-3.75zm0 1.25a8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5 8.75 2.5 0 0 1 8.75-2.5z" color="#eff0f1" fill="#232629"/> + <path d="m15 11v4h-4v2h4v4h2v-4h4v-2h-4v-4z" color="#eff0f1" fill="#5fd35f"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/vcsAddRemove.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1 + }</style> + </defs> + <path d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 9 3.7266v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 7.75 1.9121v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 7.75 1.9121v-1.2441a8.75 2.5 0 0 1-7.75-2.4824 8.75 2.5 0 0 1 8.75-2.5 8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-4.9512 2.25h4.1777a10 3.75 0 0 0 0.77344-0.44336v0.44336h1.25v-2.25a10 3.75 0 0 0-10-3.75z" color="#eff0f1" fill="#232629"/> + <g> + <path d="m15 8v4h-4v2h4v4h2v-4h4v-2h-4v-4z" color="#eff0f1" fill="#5fd35f"/> + <path class="ColorScheme-Text" d="m11 19v2h10v-2z" color="#eff0f1" fill="#ff2a2a"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/vcsApplyChangegroup.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1 + }</style> + </defs> + <path d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 9 3.7266v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 7.75 1.9121v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 8.75 1.9355 10 3.75 0 0 0 8.75-1.9434v3.4434h1.25v-5.25a10 3.75 0 0 0-10-3.75zm0 1.25a8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5 8.75 2.5 0 0 1 8.75-2.5z" color="#eff0f1" fill="#232629"/> + <path d="m15 11v4h-4v2h4v4h2v-4h4v-2h-4v-4z" color="#eff0f1" fill="#ffd42a"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/vcsBranch.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1 + }</style> + </defs> + <path class="ColorScheme-Text" d="m5 1a4 1.5 0 0 0-4 1.5v5a4 1.5 0 0 0 4 1.5 4 1.5 0 0 0 4-1.5v-5a4 1.5 0 0 0-4-1.5zm0 0.5a3.5 1 0 0 1 3.5 1 3.5 1 0 0 1-3.5 1 3.5 1 0 0 1-3.5-1 3.5 1 0 0 1 3.5-1zm3.5 1.7227v1.7773a3.5 1 0 0 1-3.5 1 3.5 1 0 0 1-3.5-1v-1.7744a4 1.5 0 0 0 3.5 0.77441 4 1.5 0 0 0 3.5-0.77734zm0 2.5v1.7773a3.5 1 0 0 1-3.5 1 3.5 1 0 0 1-3.5-1v-1.7744a4 1.5 0 0 0 3.5 0.77441 4 1.5 0 0 0 3.5-0.77734z" color="#eff0f1" fill="#232629"/> + <path class="ColorScheme-Text" d="m17 1a4 1.5 0 0 0-4 1.5v5a4 1.5 0 0 0 4 1.5 4 1.5 0 0 0 4-1.5v-5a4 1.5 0 0 0-4-1.5zm0 0.5a3.5 1 0 0 1 3.5 1 3.5 1 0 0 1-3.5 1 3.5 1 0 0 1-3.5-1 3.5 1 0 0 1 3.5-1zm3.5 1.7227v1.7773a3.5 1 0 0 1-3.5 1 3.5 1 0 0 1-3.5-1v-1.7744a4 1.5 0 0 0 3.5 0.77441 4 1.5 0 0 0 3.5-0.77734zm0 2.5v1.7773a3.5 1 0 0 1-3.5 1 3.5 1 0 0 1-3.5-1v-1.7744a4 1.5 0 0 0 3.5 0.77441 4 1.5 0 0 0 3.5-0.77734z" color="#eff0f1" fill="#232629"/> + <path class="ColorScheme-Text" d="m11 13a4 1.5 0 0 0-4 1.5v5a4 1.5 0 0 0 4 1.5 4 1.5 0 0 0 4-1.5v-5a4 1.5 0 0 0-4-1.5zm0 0.5a3.5 1 0 0 1 3.5 1 3.5 1 0 0 1-3.5 1 3.5 1 0 0 1-3.5-1 3.5 1 0 0 1 3.5-1zm3.5 1.7227v1.7773a3.5 1 0 0 1-3.5 1 3.5 1 0 0 1-3.5-1v-1.7744a4 1.5 0 0 0 3.5 0.77441 4 1.5 0 0 0 3.5-0.77734zm0 2.5v1.7773a3.5 1 0 0 1-3.5 1 3.5 1 0 0 1-3.5-1v-1.7744a4 1.5 0 0 0 3.5 0.77441 4 1.5 0 0 0 3.5-0.77734z" color="#eff0f1" fill="#232629"/> + <path d="m3.9599 14.5 1.9198-2 1.9198 2 1.9198-2-1.9198-2 1.9198-2-6.7193-0.99999 0.95989 7" fill="#5fd35f"/> + <path d="m18.04 14.5-1.9198-2-1.9198 2-1.9198-2 1.9198-2-1.9198-2 6.7193-0.99999-0.95989 7" fill="#5fd35f"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/vcsChangesLists.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1 + }</style> + </defs> + <path d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 9 3.7266v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 7.75 1.9121v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 8.75 1.9355 10 3.75 0 0 0 8.75-1.9434v3.4434h1.25v-5.25a10 3.75 0 0 0-10-3.75zm0 1.25a8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5 8.75 2.5 0 0 1 8.75-2.5z" color="#eff0f1" fill="#232629"/> + <g transform="translate(33 3.8471)"> + <circle cx="-17" cy="12.153" r="5" fill="#ff9000" stroke-width="0"/> + <text x="-19.276423" y="16.00112" fill="#232629" font-family="sans-serif" font-size="10.84px" letter-spacing="0px" stroke-width=".271" word-spacing="0px" style="line-height:1.25" xml:space="preserve"><tspan x="-19.276423" y="16.00112" fill="#232629" stroke-width=".271">?</tspan></text> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/vcsCheckout.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1 + }</style> + </defs> + <path d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 9 3.7266v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 7.75 1.9121v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 8.75 1.9355 10 3.75 0 0 0 8.75-1.9434v3.4434h1.25v-5.25a10 3.75 0 0 0-10-3.75zm0 1.25a8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5 8.75 2.5 0 0 1 8.75-2.5z" color="#eff0f1" fill="#232629"/> + <path d="m21 14.333h-3.3333v-3.3333h-3.3333v3.3333h-3.3333l5 6.6667 5-6.6667" fill="#5fd35f"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/vcsCommit.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1 + }</style> + </defs> + <path d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 9 3.7266v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 7.75 1.9121v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 8.75 1.9355 10 3.75 0 0 0 8.75-1.9434v3.4434h1.25v-5.25a10 3.75 0 0 0-10-3.75zm0 1.25a8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5 8.75 2.5 0 0 1 8.75-2.5z" color="#eff0f1" fill="#232629"/> + <path d="m21 17.667h-3.3333v3.3333h-3.3333v-3.3333h-3.3333l5-6.6667 5 6.6667" fill="#ff9000"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/vcsCreateChangegroup.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1 + }</style> + </defs> + <path d="m10 1.0195a10 3.75 0 0 0-9 3.7305v12.5a10 3.75 0 0 0 10 3.75 10 3.75 0 0 0 10-3.75v-5.25h-1.9863a8.75 2.5 0 0 1-8.0137 1.5 8.75 2.5 0 0 1-8.75-2.5v-4.4355a10 3.75 0 0 0 7.75 1.9121v-1.2441a8.75 2.5 0 0 1-7.75-2.4824 8.75 2.5 0 0 1 7.75-2.4805v-1.25zm9.75 11.787v4.4434a8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5v-4.4355a10 3.75 0 0 0 8.75 1.9355 10 3.75 0 0 0 8.75-1.9434z" color="#eff0f1" fill="#232629"/> + <path d="m16 1-0.95703 2.6888-2.5781-1.224 1.224 2.5781-2.6888 0.95703 2.6888 0.95703-1.224 2.5781 2.5781-1.224 0.95703 2.6888 0.95703-2.6888 2.5781 1.224-1.224-2.5781 2.6888-0.95703-2.6888-0.95703 1.224-2.5781-2.5781 1.224z" fill="#ff7f2a"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/vcsDiff.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1 + }</style> + </defs> + <path d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 7 3.5723v-1.2266a8.75 2.5 0 0 1-5.75-2.3457v-4.4355a10 3.75 0 0 0 5.75 1.7578v-1.2266a8.75 2.5 0 0 1-5.75-2.3457v-4.4355a10 3.75 0 0 0 5.75 1.7578v-1.2266a8.75 2.5 0 0 1-5.75-2.3457 8.75 2.5 0 0 1 8.75-2.5 8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-1.1797 1.25h2.4297v-1.25a10 3.75 0 0 0-10-3.75z" color="#eff0f1" fill="#232629"/> + <path d="m9 7.0001v14h7.7143v-0.875h-6.8571v-12.25h6.8571v3.5h3.4286v5.25h0.85714v-6.1319l-3.4219-3.4931-0.0067 0.0085v-0.0085h-7.7143z" fill="#232629"/> + <path d="m16.714 20.581h3.8752v-3.9543" fill="none" stroke="#232629" stroke-width=".82929px"/> + <path d="m13 10.504v2.0991h-2v1.3994h2v2.0991h1.3333v-2.0991h2v-1.3994h-2v-2.0991z" fill="#5fd35f" stroke-width=".68299"/> + <path d="m11 17.501v1.3994h5.3333v-1.3994z" fill="#ff2a2a" stroke-width=".68299"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/vcsEditHistory.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1 + }</style> + </defs> + <path d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 9 3.7266v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 7.75 1.9121v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 7.75 1.9121v-1.2441a8.75 2.5 0 0 1-7.75-2.4824 8.75 2.5 0 0 1 8.75-2.5 8.75 2.5 0 0 1 8.6973 2.25h1.2695a10 3.75 0 0 0-9.9668-3.5z" color="#eff0f1" fill="#232629"/> + <path class="ColorScheme-Text" d="m16 5.5c-2.7614 0-5 2.2412-5 5.0059 0 2.7647 2.2386 5.0059 5 5.0059 2.7614 0 5-2.2412 5-5.0059 0-2.7647-2.2386-5.0059-5-5.0059zm0 0.83432c2.3012 0 4.1667 1.8677 4.1667 4.1716 0 2.3039-1.8655 4.1716-4.1667 4.1716s-4.1667-1.8677-4.1667-4.1716c0-2.3039 1.8655-4.1716 4.1667-4.1716zm-0.83333 0.83432v4.1716h4.1667v-0.83432h-3.3333v-3.3373z" color="#eff0f1" fill="#ff9000"/> + <path class="ColorScheme-Text" d="m18.599 12.991-5.599 5.6056v2.4039h2.401l5.599-5.6056zm-1.3659 2.3296 1.4401 1.4418-2.1159 2.1197v-0.45105l-0.67578 0.01433h-0.6901v-1.082l0.96094-0.96077zm-2.7174 2.7194v1.082h1.3516l0.01432 0.43541-0.72005 0.72221h-0.96094l-0.48047-0.48104v-0.96207z" color="#eff0f1" fill="#ff9000"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/vcsExport.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1 + }</style> + </defs> + <path d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 9 3.7266v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 7.75 1.9121v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 8.75 1.9355 10 3.75 0 0 0 8.75-1.9434v3.4434h1.25v-5.25a10 3.75 0 0 0-10-3.75zm0 1.25a8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5 8.75 2.5 0 0 1 8.75-2.5z" color="#eff0f1" fill="#232629"/> + <path d="m21 14.333h-3.3333v-3.3333h-3.3333v3.3333h-3.3333l5 6.6667 5-6.6667" fill="#ff2a2a"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/vcsExportPatch.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1 + }</style> + </defs> + <path d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 9 3.7266v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 7.75 1.9121v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 8.75 1.9355 10 3.75 0 0 0 8.75-1.9434v3.4434h1.25v-5.25a10 3.75 0 0 0-10-3.75zm0 1.25a8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5 8.75 2.5 0 0 1 8.75-2.5z" color="#eff0f1" fill="#232629"/> + <path d="m14.333 21v-3.3333h-3.3333v-3.3333h3.3333v-3.3333l6.6667 5-6.6667 5" fill="#ff7f2a"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/vcsGraft.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1 + }</style> + </defs> + <path class="ColorScheme-Text" d="m6 6a5 1.875 0 0 0-5 1.875v6.25a5 1.875 0 0 0 5 1.875 5 1.875 0 0 0 5-1.875v-6.25a5 1.875 0 0 0-5-1.875zm0 0.625a4.375 1.25 0 0 1 4.375 1.25 4.375 1.25 0 0 1-4.375 1.25 4.375 1.25 0 0 1-4.375-1.25 4.375 1.25 0 0 1 4.375-1.25zm4.375 2.1533v2.2217a4.375 1.25 0 0 1-4.375 1.25 4.375 1.25 0 0 1-4.375-1.25v-2.218a5 1.875 0 0 0 4.375 0.96802 5 1.875 0 0 0 4.375-0.97168zm0 3.125v2.2217a4.375 1.25 0 0 1-4.375 1.25 4.375 1.25 0 0 1-4.375-1.25v-2.218a5 1.875 0 0 0 4.375 0.96802 5 1.875 0 0 0 4.375-0.97168z" color="#eff0f1" fill="#232629"/> + <path class="ColorScheme-Text" d="m16 6a5 1.875 0 0 0-5 1.875v6.25a5 1.875 0 0 0 5 1.875 5 1.875 0 0 0 5-1.875v-6.25a5 1.875 0 0 0-5-1.875zm0 0.625a4.375 1.25 0 0 1 4.375 1.25 4.375 1.25 0 0 1-4.375 1.25 4.375 1.25 0 0 1-4.375-1.25 4.375 1.25 0 0 1 4.375-1.25zm4.375 2.1533v2.2217a4.375 1.25 0 0 1-4.375 1.25 4.375 1.25 0 0 1-4.375-1.25v-2.218a5 1.875 0 0 0 4.375 0.96802 5 1.875 0 0 0 4.375-0.97168zm0 3.125v2.2217a4.375 1.25 0 0 1-4.375 1.25 4.375 1.25 0 0 1-4.375-1.25v-2.218a5 1.875 0 0 0 4.375 0.96802 5 1.875 0 0 0 4.375-0.97168z" color="#eff0f1" fill="#232629"/> + <path d="m12.667 16v-3.3333h3.3334v-3.3333h-3.3334v-3.3333l-6.6666 5 6.6666 5" fill="#5fd35f"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/vcsImportPatch.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1 + }</style> + </defs> + <path d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 9 3.7266v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 7.75 1.9121v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 8.75 1.9355 10 3.75 0 0 0 8.75-1.9434v3.4434h1.25v-5.25a10 3.75 0 0 0-10-3.75zm0 1.25a8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5 8.75 2.5 0 0 1 8.75-2.5z" color="#eff0f1" fill="#232629"/> + <path d="m17.667 21v-3.3333h3.3333v-3.3333h-3.3333v-3.3333l-6.6667 5 6.6667 5" fill="#ff7f2a"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/vcsLock.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1 + }</style> + </defs> + <path d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 10 3.75 10 3.75 0 0 0 1-0.019531v-1.25a8.75 2.5 0 0 1-1 0.019531 8.75 2.5 0 0 1-8.75-2.5v-4.4355a10 3.75 0 0 0 8.75 1.9355 10 3.75 0 0 0 1-0.019531v-1.25a8.75 2.5 0 0 1-1 0.019531 8.75 2.5 0 0 1-8.75-2.5v-4.4355a10 3.75 0 0 0 8.75 1.9355 10 3.75 0 0 0 8.75-1.9434v3.4434h1.25v-5.25a10 3.75 0 0 0-10-3.75zm0 1.25a8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5 8.75 2.5 0 0 1 8.75-2.5z" color="#eff0f1" fill="#232629"/> + <g transform="matrix(.71275 0 0 .75612 11.298 -773.67)" fill="#ff2a2a" stroke="#ff2a2a" stroke-width="1.2247"> + <path class="ColorScheme-Text" d="m8 1038.4c-1.662 0-3 1.338-3 3v3h-2v6h10v-6h-2v-3c0-1.662-1.338-3-3-3zm0 1c1.2465 0 2 0.5458 2 2v3h-4v-3c0-1.4542 0.75351-2 2-2zm-4 6h8v4h-8z" color="#eff0f1" fill="#ff2a2a" stroke="#ff2a2a" stroke-width="1.2247"/> + </g> + <path d="m13.882 18.268v-1.8147h6.2365v3.6294h-6.2365z" fill="#ff2a2a" stroke-width="0"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/vcsLog.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1 + }</style> + </defs> + <path d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 9 3.7266v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 7.75 1.9121v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 8.75 1.9355 10 3.75 0 0 0 8.75-1.9434v3.4434h1.25v-5.25a10 3.75 0 0 0-10-3.75zm0 1.25a8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5 8.75 2.5 0 0 1 8.75-2.5z" color="#eff0f1" fill="#232629"/> + <path class="ColorScheme-Text" d="m16 11c-2.7614 0-5 2.2386-5 5 0 2.7614 2.2386 5 5 5 2.7614 0 5-2.2386 5-5 0-2.7614-2.2386-5-5-5zm0 0.83333c2.3012 0 4.1667 1.8655 4.1667 4.1667 0 2.3012-1.8655 4.1667-4.1667 4.1667s-4.1667-1.8655-4.1667-4.1667c0-2.3012 1.8655-4.1667 4.1667-4.1667zm-0.83333 0.83333v4.1667h4.1667v-0.83333h-3.3333v-3.3333z" color="#eff0f1" fill="#ff9000"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/vcsLogin.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1 + }</style> + </defs> + <path d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 6 3.4277v-1.2109a8.75 2.5 0 0 1-4.75-2.2168v-4.4355a10 3.75 0 0 0 4.75 1.6133v-1.2109a8.75 2.5 0 0 1-4.75-2.2168v-4.4355a10 3.75 0 0 0 8.75 1.9355 10 3.75 0 0 0 8.75-1.9434v2.4434h1.25v-4.25a10 3.75 0 0 0-10-3.75zm0 1.25a8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5 8.75 2.5 0 0 1 8.75-2.5z" color="#eff0f1" fill="#232629"/> + <path class="ColorScheme-Text" d="m8.7222 9v3h-0.72222v8.25c0 0.4155 0.32211 0.75 0.72222 0.75h12.278v-8.25c0-0.4155-0.32211-0.75-0.72222-0.75h-3.6111v-3zm0.72222 0.75h6.5v2.25h-1.8112c-0.33979-0.47049-0.87248-0.74816-1.4388-0.75-0.56782 4.6e-4 -1.1023 0.27828-1.443 0.75h-1.807zm-0.72222 3h11.556v2.25h-5.0556c-0.80022 0-1.4444 0.669-1.4444 1.5 0 0.831 0.64422 1.5 1.4444 1.5h5.0556v2.25h-11.556zm7.2222 3c0.39887 0 0.72222 0.33579 0.72222 0.75s-0.32335 0.75-0.72222 0.75c-0.39887 0-0.72222-0.33578-0.72222-0.75s0.32335-0.75 0.72222-0.75z" color="#eff0f1" fill="#5fd35f"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/vcsLogout.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1 + }</style> + </defs> + <path d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 6 3.4316v-1.2109a8.75 2.5 0 0 1-4.75-2.2207v-4.4355a10 3.75 0 0 0 4.75 1.6172v-1.2109a8.75 2.5 0 0 1-4.75-2.2207v-4.4355a10 3.75 0 0 0 8.75 1.9355 10 3.75 0 0 0 8.75-1.9434v4.4434h1.25v-6.25a10 3.75 0 0 0-10-3.75zm0 1.25a8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5 8.75 2.5 0 0 1 8.75-2.5z" color="#eff0f1" fill="#232629"/> + <path class="ColorScheme-Text" d="m8 12v8.25c0 0.4155 0.32211 0.75 0.72222 0.75h12.278v-8.25c0-0.4155-0.32211-0.75-0.72222-0.75h-11.556zm0.72222 0.75h11.556v2.25h-5.0556c-0.80022 0-1.4444 0.669-1.4444 1.5s0.64422 1.5 1.4444 1.5h5.0556v2.25h-11.556zm7.2222 3c0.39887 0 0.72222 0.33579 0.72222 0.75s-0.32335 0.75-0.72222 0.75c-0.39887 0-0.72222-0.33579-0.72222-0.75s0.32335-0.75 0.72222-0.75z" color="#eff0f1" fill="#ff7f2a"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/vcsMerge.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1 + }</style> + </defs> + <path class="ColorScheme-Text" d="m5 13a4 1.5 0 0 0-4 1.5v5a4 1.5 0 0 0 4 1.5 4 1.5 0 0 0 4-1.5v-5a4 1.5 0 0 0-4-1.5zm0 0.5a3.5 1 0 0 1 3.5 1 3.5 1 0 0 1-3.5 1 3.5 1 0 0 1-3.5-1 3.5 1 0 0 1 3.5-1zm3.5 1.7227v1.7773a3.5 1 0 0 1-3.5 1 3.5 1 0 0 1-3.5-1v-1.7744a4 1.5 0 0 0 3.5 0.77441 4 1.5 0 0 0 3.5-0.77734zm0 2.5v1.7773a3.5 1 0 0 1-3.5 1 3.5 1 0 0 1-3.5-1v-1.7744a4 1.5 0 0 0 3.5 0.77441 4 1.5 0 0 0 3.5-0.77734z" color="#eff0f1" fill="#232629"/> + <path class="ColorScheme-Text" d="m17 13a4 1.5 0 0 0-4 1.5v5a4 1.5 0 0 0 4 1.5 4 1.5 0 0 0 4-1.5v-5a4 1.5 0 0 0-4-1.5zm0 0.5a3.5 1 0 0 1 3.5 1 3.5 1 0 0 1-3.5 1 3.5 1 0 0 1-3.5-1 3.5 1 0 0 1 3.5-1zm3.5 1.7227v1.7773a3.5 1 0 0 1-3.5 1 3.5 1 0 0 1-3.5-1v-1.7744a4 1.5 0 0 0 3.5 0.77441 4 1.5 0 0 0 3.5-0.77734zm0 2.5v1.7773a3.5 1 0 0 1-3.5 1 3.5 1 0 0 1-3.5-1v-1.7744a4 1.5 0 0 0 3.5 0.77441 4 1.5 0 0 0 3.5-0.77734z" color="#eff0f1" fill="#232629"/> + <path class="ColorScheme-Text" d="m11 1a4 1.5 0 0 0-4 1.5v5a4 1.5 0 0 0 4 1.5 4 1.5 0 0 0 4-1.5v-5a4 1.5 0 0 0-4-1.5zm0 0.5a3.5 1 0 0 1 3.5 1 3.5 1 0 0 1-3.5 1 3.5 1 0 0 1-3.5-1 3.5 1 0 0 1 3.5-1zm3.5 1.7227v1.7773a3.5 1 0 0 1-3.5 1 3.5 1 0 0 1-3.5-1v-1.7744a4 1.5 0 0 0 3.5 0.77441 4 1.5 0 0 0 3.5-0.77734zm0 2.5v1.7773a3.5 1 0 0 1-3.5 1 3.5 1 0 0 1-3.5-1v-1.7744a4 1.5 0 0 0 3.5 0.77441 4 1.5 0 0 0 3.5-0.77734z" color="#eff0f1" fill="#232629"/> + <path d="m8.7594 14.5-1.9198-2-1.9198 2-1.9198-2 1.9198-2-1.9198-2 6.7193-0.99999-0.95989 7" fill="#5fd35f"/> + <path d="m13.241 14.5 1.9198-2 1.9198 2 1.9198-2-1.9198-2 1.9198-2-6.7193-0.99999 0.95989 7" fill="#5fd35f"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/vcsPreviewChangegroup.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1 + }</style> + </defs> + <path d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 9 3.7266v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 7.75 1.9121v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 8.75 1.9355 10 3.75 0 0 0 8.75-1.9434v3.4434h1.25v-5.25a10 3.75 0 0 0-10-3.75zm0 1.25a8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5 8.75 2.5 0 0 1 8.75-2.5z" color="#eff0f1" fill="#232629"/> + <path d="m14.75 12.25c1.385 0 2.5 1.115 2.5 2.5s-1.115 2.5-2.5 2.5-2.5-1.115-2.5-2.5 1.115-2.5 2.5-2.5zm0-1.25c-2.0775 0-3.75 1.6725-3.75 3.75s1.6725 3.75 3.75 3.75c0.81174 0 1.575-0.26812 2.1875-0.70312l3.1641 3.2031 0.89844-0.89844-3.2031-3.1641c0.43506-0.61238 0.70312-1.3758 0.70312-2.1875 0-2.0775-1.6725-3.75-3.75-3.75z" fill="#ff7f2a"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/vcsRebase.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1 + }</style> + </defs> + <path class="ColorScheme-Text" d="m6 6a5 1.875 0 0 0-5 1.875v6.25a5 1.875 0 0 0 5 1.875 5 1.875 0 0 0 5-1.875v-6.25a5 1.875 0 0 0-5-1.875zm0 0.625a4.375 1.25 0 0 1 4.375 1.25 4.375 1.25 0 0 1-4.375 1.25 4.375 1.25 0 0 1-4.375-1.25 4.375 1.25 0 0 1 4.375-1.25zm4.375 2.1533v2.2217a4.375 1.25 0 0 1-4.375 1.25 4.375 1.25 0 0 1-4.375-1.25v-2.218a5 1.875 0 0 0 4.375 0.96802 5 1.875 0 0 0 4.375-0.97168zm0 3.125v2.2217a4.375 1.25 0 0 1-4.375 1.25 4.375 1.25 0 0 1-4.375-1.25v-2.218a5 1.875 0 0 0 4.375 0.96802 5 1.875 0 0 0 4.375-0.97168z" color="#eff0f1" fill="#232629"/> + <path class="ColorScheme-Text" d="m16 6a5 1.875 0 0 0-5 1.875v6.25a5 1.875 0 0 0 5 1.875 5 1.875 0 0 0 5-1.875v-6.25a5 1.875 0 0 0-5-1.875zm0 0.625a4.375 1.25 0 0 1 4.375 1.25 4.375 1.25 0 0 1-4.375 1.25 4.375 1.25 0 0 1-4.375-1.25 4.375 1.25 0 0 1 4.375-1.25zm4.375 2.1533v2.2217a4.375 1.25 0 0 1-4.375 1.25 4.375 1.25 0 0 1-4.375-1.25v-2.218a5 1.875 0 0 0 4.375 0.96802 5 1.875 0 0 0 4.375-0.97168zm0 3.125v2.2217a4.375 1.25 0 0 1-4.375 1.25 4.375 1.25 0 0 1-4.375-1.25v-2.218a5 1.875 0 0 0 4.375 0.96802 5 1.875 0 0 0 4.375-0.97168z" color="#eff0f1" fill="#232629"/> + <path d="m12.667 16v-3.3333h3.3334v-3.3333h-3.3334v-3.3333l-6.6666 5 6.6666 5" fill="#ff2a2a"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/vcsRemove.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1 + }</style> + </defs> + <path d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 9 3.7266v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 8.75 1.9355 10 3.75 0 0 0 8.75-1.9434v2.1934h1.25v-10.25a10 3.75 0 0 0-10-3.75zm0 1.25a8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5 8.75 2.5 0 0 1 8.75-2.5zm8.75 4.3066v4.4434a8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5v-4.4355a10 3.75 0 0 0 8.75 1.9355 10 3.75 0 0 0 8.75-1.9434z" color="#eff0f1" fill="#232629"/> + <path class="ColorScheme-Text" d="m11 17v2h10v-2z" color="#eff0f1" fill="#ff2a2a"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/vcsRepo.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1 + }</style> + </defs> + <path class="ColorScheme-Text" d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 10 3.75 10 3.75 0 0 0 10-3.75v-12.5a10 3.75 0 0 0-10-3.75zm0 1.25a8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5 8.75 2.5 0 0 1 8.75-2.5zm8.75 4.3066v4.4434a8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5v-4.436a10 3.75 0 0 0 8.75 1.936 10 3.75 0 0 0 8.75-1.9434zm0 6.25v4.4434a8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5v-4.436a10 3.75 0 0 0 8.75 1.936 10 3.75 0 0 0 8.75-1.9434z" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/vcsRepoBrowser.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m1 1v20h20v-20zm1.25 5h17.5v13.75h-17.5z" color="#eff0f1" fill="#232629"/> + <path class="ColorScheme-Text" d="m11 7a6 2.25 0 0 0-6 2.25v7.5a6 2.25 0 0 0 6 2.25 6 2.25 0 0 0 6-2.25v-7.5a6 2.25 0 0 0-6-2.25zm0 0.75a5.25 1.5 0 0 1 5.25 1.5 5.25 1.5 0 0 1-5.25 1.5 5.25 1.5 0 0 1-5.25-1.5 5.25 1.5 0 0 1 5.25-1.5zm5.25 2.584v2.666a5.25 1.5 0 0 1-5.25 1.5 5.25 1.5 0 0 1-5.25-1.5v-2.6616a6 2.25 0 0 0 5.25 1.1616 6 2.25 0 0 0 5.25-1.166zm0 3.75v2.666a5.25 1.5 0 0 1-5.25 1.5 5.25 1.5 0 0 1-5.25-1.5v-2.6616a6 2.25 0 0 0 5.25 1.1616 6 2.25 0 0 0 5.25-1.166z" color="#eff0f1" fill="#ff9000"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/vcsRevert.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1 + }</style> + </defs> + <path d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 9 3.7266v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 7.75 1.9121v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 8.75 1.9355 10 3.75 0 0 0 8.75-1.9434v2.4434h1.25v-4.25a10 3.75 0 0 0-10-3.75zm0 1.25a8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5 8.75 2.5 0 0 1 8.75-2.5z" color="#eff0f1" fill="#232629"/> + <path class="ColorScheme-Text" d="m14.5 9-3.5 3.5 3.5 3.5 0.71875-0.71875-2.3125-2.2812h3.5938c1.933 0 3.5 1.567 3.5 3.5s-1.567 3.5-3.5 3.5h-1.5v1h1.5c2.4853 0 4.5-2.0147 4.5-4.5s-2.0147-4.5-4.5-4.5h-3.5938l2.3125-2.2812z" color="#eff0f1" fill="#ff2a2a"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/vcsSbsDiff.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1 + }</style> + </defs> + <path d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 9 3.7266v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 7.75 1.9121v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 8.75 1.9355 10 3.75 0 0 0 8.75-1.9434v2.4434h1.25v-4.25a10 3.75 0 0 0-10-3.75zm0 1.25a8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5 8.75 2.5 0 0 1 8.75-2.5z" color="#eff0f1" fill="#232629"/> + <path d="m12.5 10a0.5 0.5 0 0 1 0.5 0.5 0.5 0.5 0 0 1-0.5 0.5 0.5 0.5 0 0 1-0.5-0.5 0.5 0.5 0 0 1 0.5-0.5zm0-1a1.5 1.5 0 0 0-1.5 1.5 1.5 1.5 0 0 0 1 1.4121v6.0879c0 1.105 0.895 2 2 2h1v1l2-1.5-2-1.5v1h-1c-0.552 0-1-0.448-1-1v-6.0879a1.5 1.5 0 0 0 1-1.4121 1.5 1.5 0 0 0-1.5-1.5z" color="#eff0f1" fill="#ff9000"/> + <path d="m19.5 19a0.5 0.5 0 0 1 0.5 0.5 0.5 0.5 0 0 1-0.5 0.5 0.5 0.5 0 0 1-0.5-0.5 0.5 0.5 0 0 1 0.5-0.5zm-2.5-10-2 1.5 2 1.5v-1h1c0.552 0 1 0.448 1 1v6.0879a1.5 1.5 0 0 0-1 1.4121 1.5 1.5 0 0 0 1.5 1.5 1.5 1.5 0 0 0 1.5-1.5 1.5 1.5 0 0 0-1-1.4121v-6.0879c0-1.105-0.895-2-2-2h-1z" color="#eff0f1" fill="#5fd35f"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/vcsStatus.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1 + }</style> + </defs> + <path d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 9 3.7266v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 7.75 1.9121v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 8.75 1.9355 10 3.75 0 0 0 8.75-1.9434v3.4434h1.25v-5.25a10 3.75 0 0 0-10-3.75zm0 1.25a8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5 8.75 2.5 0 0 1 8.75-2.5z" color="#eff0f1" fill="#232629"/> + <circle cx="16" cy="16" r="5" fill="#87de87" stroke-width="0"/> + <text x="13.723577" y="19.848238" fill="#000000" font-family="sans-serif" font-size="10.84px" letter-spacing="0px" stroke-width=".271" word-spacing="0px" style="line-height:1.25" xml:space="preserve"><tspan x="13.723577" y="19.848238" stroke-width=".271">?</tspan></text> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/vcsSummary.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1 + }</style> + </defs> + <path d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 9 3.7266v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 7.75 1.9121v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 8.75 1.9355 10 3.75 0 0 0 8.75-1.9434v3.4434h1.25v-5.25a10 3.75 0 0 0-10-3.75zm0 1.25a8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5 8.75 2.5 0 0 1 8.75-2.5z" color="#eff0f1" fill="#232629"/> + <path class="ColorScheme-Text" d="m10.966 11.604 2.3092 4.7085-2.3092 4.7085h9.237v-2.3543h-0.57731v1.7657h-7.5411l1.9123-4.12-1.9845-4.12h7.6133v1.7657h0.57731v-2.3543h-8.9483z" color="#eff0f1" fill="#ff9000" stroke="#ff9000" stroke-width=".58291"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/vcsSwitch.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1 + }</style> + </defs> + <path class="ColorScheme-Text" d="m6 6a5 1.875 0 0 0-5 1.875v6.25a5 1.875 0 0 0 5 1.875 5 1.875 0 0 0 5-1.875v-6.25a5 1.875 0 0 0-5-1.875zm0 0.625a4.375 1.25 0 0 1 4.375 1.25 4.375 1.25 0 0 1-4.375 1.25 4.375 1.25 0 0 1-4.375-1.25 4.375 1.25 0 0 1 4.375-1.25zm4.375 2.1533v2.2217a4.375 1.25 0 0 1-4.375 1.25 4.375 1.25 0 0 1-4.375-1.25v-2.218a5 1.875 0 0 0 4.375 0.96802 5 1.875 0 0 0 4.375-0.97168zm0 3.125v2.2217a4.375 1.25 0 0 1-4.375 1.25 4.375 1.25 0 0 1-4.375-1.25v-2.218a5 1.875 0 0 0 4.375 0.96802 5 1.875 0 0 0 4.375-0.97168z" color="#eff0f1" fill="#232629"/> + <path class="ColorScheme-Text" d="m16 6a5 1.875 0 0 0-5 1.875v6.25a5 1.875 0 0 0 5 1.875 5 1.875 0 0 0 5-1.875v-6.25a5 1.875 0 0 0-5-1.875zm0 0.625a4.375 1.25 0 0 1 4.375 1.25 4.375 1.25 0 0 1-4.375 1.25 4.375 1.25 0 0 1-4.375-1.25 4.375 1.25 0 0 1 4.375-1.25zm4.375 2.1533v2.2217a4.375 1.25 0 0 1-4.375 1.25 4.375 1.25 0 0 1-4.375-1.25v-2.218a5 1.875 0 0 0 4.375 0.96802 5 1.875 0 0 0 4.375-0.97168zm0 3.125v2.2217a4.375 1.25 0 0 1-4.375 1.25 4.375 1.25 0 0 1-4.375-1.25v-2.218a5 1.875 0 0 0 4.375 0.96802 5 1.875 0 0 0 4.375-0.97168z" color="#eff0f1" fill="#232629"/> + <path d="m9.3334 16v-3.3333h-3.3334v-3.3333h3.3334v-3.3333l6.6666 5-6.6666 5" fill="#5fd35f"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/vcsTag.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1 + }</style> + </defs> + <path d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 9 3.7266v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 7.75 1.9121v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 8.75 1.9355 10 3.75 0 0 0 8.75-1.9434v3.4434h1.25v-5.25a10 3.75 0 0 0-10-3.75zm0 1.25a8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5 8.75 2.5 0 0 1 8.75-2.5z" color="#eff0f1" fill="#232629"/> + <path class="ColorScheme-Text" d="m16 11-4.9742 0.025833-0.02583 4.9742 5.4167 5 4.5833-4.5833zm-2.0833 1.6667c0.69 0 1.25 0.56 1.25 1.25s-0.56 1.25-1.25 1.25-1.25-0.56-1.25-1.25 0.56-1.25 1.25-1.25" color="#eff0f1" fill="#ff9000"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/vcsTagGlobal.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1 + }</style> + </defs> + <path d="m10 1.0195a10 3.75 0 0 0-9 3.7305v12.5a10 3.75 0 0 0 9 3.7266v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 7.75 1.9121v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 7.75 1.9121v-1.2441a8.75 2.5 0 0 1-7.75-2.4824 8.75 2.5 0 0 1 7.75-2.4805v-1.25z" color="#eff0f1" fill="#232629"/> + <path class="ColorScheme-Text" d="m16 11-4.9742 0.025833-0.02583 4.9742 5.4167 5 4.5833-4.5833zm-2.0833 1.6667c0.69 0 1.25 0.56 1.25 1.25s-0.56 1.25-1.25 1.25-1.25-0.56-1.25-1.25 0.56-1.25 1.25-1.25" color="#eff0f1" fill="#ff9000"/> + <path d="m21 7.6667h-3.3333v3.3333h-3.3333v-3.3333h-3.3333l5-6.6667 5 6.6667" fill="#5fc15f"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/vcsTagLocal.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1 + }</style> + </defs> + <path d="m10 1.0195a10 3.75 0 0 0-9 3.7305v12.5a10 3.75 0 0 0 9 3.7266v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 7.75 1.9121v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 7.75 1.9121v-1.2441a8.75 2.5 0 0 1-7.75-2.4824 8.75 2.5 0 0 1 7.75-2.4805v-1.25z" color="#eff0f1" fill="#232629"/> + <path class="ColorScheme-Text" d="m16 11-4.9742 0.025833-0.02583 4.9742 5.4167 5 4.5833-4.5833zm-2.0833 1.6667c0.69 0 1.25 0.56 1.25 1.25s-0.56 1.25-1.25 1.25-1.25-0.56-1.25-1.25 0.56-1.25 1.25-1.25" color="#eff0f1" fill="#ff9000"/> + <path d="m21 4.3333h-3.3333v-3.3333h-3.3333v3.3333h-3.3333l5 6.6667 5-6.6667" fill="#5fc15f"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/vcsTransplant.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1 + }</style> + </defs> + <path class="ColorScheme-Text" d="m6 6a5 1.875 0 0 0-5 1.875v6.25a5 1.875 0 0 0 5 1.875 5 1.875 0 0 0 5-1.875v-6.25a5 1.875 0 0 0-5-1.875zm0 0.625a4.375 1.25 0 0 1 4.375 1.25 4.375 1.25 0 0 1-4.375 1.25 4.375 1.25 0 0 1-4.375-1.25 4.375 1.25 0 0 1 4.375-1.25zm4.375 2.1533v2.2217a4.375 1.25 0 0 1-4.375 1.25 4.375 1.25 0 0 1-4.375-1.25v-2.218a5 1.875 0 0 0 4.375 0.96802 5 1.875 0 0 0 4.375-0.97168zm0 3.125v2.2217a4.375 1.25 0 0 1-4.375 1.25 4.375 1.25 0 0 1-4.375-1.25v-2.218a5 1.875 0 0 0 4.375 0.96802 5 1.875 0 0 0 4.375-0.97168z" color="#eff0f1" fill="#232629"/> + <path class="ColorScheme-Text" d="m16 6a5 1.875 0 0 0-5 1.875v6.25a5 1.875 0 0 0 5 1.875 5 1.875 0 0 0 5-1.875v-6.25a5 1.875 0 0 0-5-1.875zm0 0.625a4.375 1.25 0 0 1 4.375 1.25 4.375 1.25 0 0 1-4.375 1.25 4.375 1.25 0 0 1-4.375-1.25 4.375 1.25 0 0 1 4.375-1.25zm4.375 2.1533v2.2217a4.375 1.25 0 0 1-4.375 1.25 4.375 1.25 0 0 1-4.375-1.25v-2.218a5 1.875 0 0 0 4.375 0.96802 5 1.875 0 0 0 4.375-0.97168zm0 3.125v2.2217a4.375 1.25 0 0 1-4.375 1.25 4.375 1.25 0 0 1-4.375-1.25v-2.218a5 1.875 0 0 0 4.375 0.96802 5 1.875 0 0 0 4.375-0.97168z" color="#eff0f1" fill="#232629"/> + <path d="m12.667 16v-3.3333h3.3334v-3.3333h-3.3334v-3.3333l-6.6666 5 6.6666 5" fill="#5fd35f"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/vcsUnlock.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1 + }</style> + </defs> + <path d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 10 3.75 10 3.75 0 0 0 1-0.019531v-1.25a8.75 2.5 0 0 1-1 0.019531 8.75 2.5 0 0 1-8.75-2.5v-4.4355a10 3.75 0 0 0 8.75 1.9355 10 3.75 0 0 0 1-0.019531v-1.25a8.75 2.5 0 0 1-1 0.019531 8.75 2.5 0 0 1-8.75-2.5v-4.4355a10 3.75 0 0 0 8.75 1.9355 10 3.75 0 0 0 8.75-1.9434v3.4434h1.25v-5.25a10 3.75 0 0 0-10-3.75zm0 1.25a8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5 8.75 2.5 0 0 1 8.75-2.5z" color="#eff0f1" fill="#232629"/> + <path class="ColorScheme-Text" d="m17 11.408c-1.1902 0-2.1551 1.0279-2.1551 2.2959v0.7653h0.71836v-0.7653c0-0.84533 0.64324-1.5306 1.4367-1.5306 0.79348 0 1.4367 0.68528 1.4367 1.5306v2.2959h-5.0285v4.5918h7.1836v-4.5918h-1.4367v-2.2959c0-1.268-0.96486-2.2959-2.1551-2.2959zm-2.8734 5.3571h5.7469v3.0612h-5.7469z" color="#eff0f1" fill="#5fd35f" stroke="#5fd35f" stroke-width=".816"/> + <path d="m13.568 18.304v-1.8147h6.2365v3.6294h-6.2365z" fill="#5fd35f" stroke-width="0"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/vcsUpdate.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1 + }</style> + </defs> + <path d="m11 1a10 3.75 0 0 0-10 3.75v12.5a10 3.75 0 0 0 9 3.7266v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 7.75 1.9121v-1.2441a8.75 2.5 0 0 1-7.75-2.4824v-4.4355a10 3.75 0 0 0 8.75 1.9355 10 3.75 0 0 0 8.75-1.9434v3.4434h1.25v-5.25a10 3.75 0 0 0-10-3.75zm0 1.25a8.75 2.5 0 0 1 8.75 2.5 8.75 2.5 0 0 1-8.75 2.5 8.75 2.5 0 0 1-8.75-2.5 8.75 2.5 0 0 1 8.75-2.5z" color="#eff0f1" fill="#232629"/> + <path d="m21 14.333h-3.3333v-3.3333h-3.3333v3.3333h-3.3333l5 6.6667 5-6.6667" fill="#ff9000"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/viewProfileDebug.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m1 1v20h20v-20zm1.25 5h17.5v13.75h-17.5z" color="#eff0f1" fill="#232629"/> + <path d="m15.202 18.138c-0.07511-0.02999-1.2406-1.1552-2.59-2.5004l-2.4534-2.4459-0.34085 0.13767c-0.18746 0.075727-0.52546 0.16638-0.7511 0.20146-1.1435 0.17778-2.4525-0.54012-2.9675-1.6276-0.22364-0.47216-0.33086-1.0926-0.26366-1.5256l0.043203-0.27836 2.1986 2.1668 2.1715-2.1715-1.067-1.0994c-0.58688-0.60465-1.053-1.1134-1.0358-1.1306 0.070065-0.07007 0.99143-0.02624 1.2996 0.06181 1.3575 0.38783 2.2839 1.7628 2.0905 3.1028-0.03404 0.23589-0.12096 0.5741-0.19314 0.75158l-0.13124 0.32268 2.4048 2.4259c1.3227 1.3342 2.4476 2.5085 2.4998 2.6095 0.1751 0.33861-0.04357 0.81369-0.45333 0.9849-0.2094 0.08749-0.27294 0.08948-0.46106 0.01436zm0.22843 0.83443c0.20138-0.0029 0.40011-0.0464 0.58422-0.1282 0.18411-0.08179 0.34979-0.20008 0.48706-0.34768 0.26711-0.24375 0.43277-0.57929 0.46398-0.93988 0.03543-0.37272-0.07247-0.74493-0.30166-1.0406-1.0293-1.0875-3.0594-3.1212-4.5361-4.5695 0.3142-0.85118 0.29952-1.7893-0.04117-2.6302-0.28015-0.69966-0.77836-1.29-1.4205-1.6831-0.50372-0.33418-1.0827-0.53727-1.6845-0.59087-0.60182-0.05359-1.2074 0.04398-1.7621 0.28391l-0.52649 0.22844 2.445 2.5223-1.0705 1.0755-2.5116-2.4588-0.22805 0.52905c-0.19222 0.44603-0.29417 0.92587-0.29989 1.4117-0.00573 0.4858 0.084888 0.96791 0.26662 1.4184 0.18019 0.4454 0.44783 0.84999 0.78705 1.1898 0.19222 0.18843 0.40466 0.35495 0.63348 0.49653 0.47342 0.31672 1.0151 0.51637 1.5805 0.58256 0.56548 0.06618 1.1385-3e-3 1.6721-0.20184 0.93667 0.95181 3.2748 3.3099 4.5377 4.4909 0.25333 0.2305 0.5826 0.3593 0.9248 0.3617zm-6.7721-11.151c0.56121-0.0014 1.1101 0.16423 1.5772 0.4759 0.18214 0.1114 0.35131 0.24283 0.50436 0.39182 0.40704 0.41104 0.67888 0.93691 0.77908 1.5071 0.1002 0.5702 0.02396 1.1575-0.2185 1.683l-0.11561 0.25381 0.19874 0.19432c1.483 1.4499 3.6422 3.6066 4.6802 4.7043 0.09242 0.13786 0.13196 0.30452 0.11128 0.46921-0.02066 0.16478-0.10013 0.31648-0.22372 0.42708-0.07122 0.07949-0.15801 0.1435-0.25496 0.18794-0.08545 0.03871-0.17782 0.05974-0.27158 0.06188-0.1424-0.0036-0.27874-0.05855-0.38401-0.15461-1.3421-1.2548-3.9351-3.8786-4.696-4.6496l-0.19557-0.1975-0.25179 0.11501c-0.43832 0.20468-0.922 0.29231-1.4041 0.25437-0.48212-0.037935-0.94625-0.20016-1.3473-0.4709-0.18249-0.11271-0.35168-0.24575-0.50431-0.39659-0.26431-0.26402-0.47317-0.57836-0.61436-0.9245-0.14111-0.34613-0.21167-0.71707-0.20758-1.091 0-0.18432 0.018263-0.36819 0.054693-0.54888l2.1988 2.1495 2.1766-2.1773-2.1457-2.2129c0.18258-0.03556 0.36823-0.05283 0.55422-0.05155z" fill="#232629" stroke="#232629" stroke-width=".055673"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/viewProfileEdit.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m1 1v20h20v-20zm1.25 5h17.5v13.75h-17.5z" color="#eff0f1" fill="#232629"/> + <path class="ColorScheme-Text" d="m13.398 7-8.3984 8.3984v3.6016h3.6016l8.3984-8.3984zm-2.0488 3.4902 2.1602 2.1602-3.1738 3.1758v-0.67578l-1.0137 0.02148h-1.0352v-1.6211l1.4414-1.4395zm-4.0762 4.0742v1.6211h2.0273l0.021484 0.65234-1.0801 1.082h-1.4414l-0.7207-0.7207v-1.4414z" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/virtualenv.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg"> + <path d="m9.3333 1c-1.8467 0-3.3333 1.4867-3.3333 3.3333h5v1.6667h-6.6667c-1.8467 0-3.3333 1.4867-3.3333 3.3333v3.3333c0 1.8467 1.4867 3.3333 3.3333 3.3333v-1.6667c0-1.4812 0.64983-2.7937 1.6667-3.7077 0.00113-1e-3 0.00211-0.0023 0.00325-0.0032 0.22024-0.19762 0.45764-0.37623 0.70964-0.53385 0.00205-0.0013 0.00445-2e-3 0.00651-0.0033 0.24818-0.15476 0.50993-0.28704 0.7845-0.39715 0.049445-0.0194 0.10278-0.030962 0.15299-0.048825 0.23327-0.084875 0.47095-0.16243 0.71941-0.21159 0.31035-0.05985 0.6287-0.0944 0.95703-0.0944h6.6667v-5c0-1.8467-1.4866-3.3333-3.3333-3.3333zm0 0.83333c0.46167 0 0.83333 0.37167 0.83333 0.83333s-0.37167 0.83333-0.83333 0.83333-0.83333-0.37167-0.83333-0.83333 0.37167-0.83333 0.83333-0.83333zm8.3333 4.1667v1.6667c0 1.4812-0.65308 2.7969-1.6699 3.7109-0.22024 0.19763-0.45764 0.37622-0.70964 0.53385-2e-3 0.0013-0.0045 2e-3 -0.0065 0.0033-0.24818 0.15475-0.50993 0.28703-0.7845 0.39714-0.04945 0.0194-0.10279 0.03098-0.153 0.04883-0.23328 0.08488-0.47096 0.16244-0.71941 0.21159-0.31035 0.05985-0.6287 0.0944-0.95703 0.0944h-6.6667v5c0 1.8466 1.4866 3.3333 3.3333 3.3333h3.3333c1.8467 5e-6 3.3333-1.4867 3.3333-3.3333h-5v-1.6667h6.6667c1.8467 0 3.3333-1.4867 3.3333-3.3333v-3.3333c0-1.8467-1.4867-3.3333-3.3333-3.3333zm-5 12.5c0.46167 0 0.83333 0.37167 0.83333 0.83333 0 0.46167-0.37167 0.83333-0.83333 0.83333-0.46167 0-0.83333-0.37167-0.83333-0.83333 0-0.46167 0.37167-0.83333 0.83333-0.83333z" fill="#f59e16" stroke-width="1.6667"/> + <path d="m3.6449 15.905c-1.0799-0.23814-1.9515-0.96024-2.3667-1.9609-0.23798-0.57353-0.2435-0.6405-0.2435-2.9573 0-2.4426-4.382e-4 -2.4387 0.35679-3.1674 0.15485-0.31587 0.27272-0.47309 0.59404-0.79237 0.61042-0.60654 1.1535-0.87745 1.9611-0.97826 0.24461-0.030533 1.6685-0.0493 3.7405-0.0493h3.3455v-1.678h-5.025l0.020892-0.19809c0.043445-0.41194 0.12282-0.76663 0.2315-1.0344 0.28459-0.70131 0.91079-1.3795 1.5731-1.7036 0.70139-0.34329 0.70088-0.34322 2.9604-0.36191 1.3056-0.010799 2.1368 0.00118 2.3472 0.033828 0.74508 0.1156 1.36 0.42821 1.8771 0.95435 0.38217 0.3888 0.62886 0.78959 0.80494 1.3078l0.12671 0.37288 0.02794 5.6165-3.4628 2.797e-4c-3.7992 2.8e-4 -3.9821 0.010868-4.7579 0.27498-1.6385 0.55781-2.833 1.853-3.3061 3.5847-0.084508 0.30932-0.10069 0.52546-0.11839 1.5818l-0.020511 1.2235-0.19356-0.0037c-0.10646-2e-3 -0.31941-0.03146-0.47322-0.06537zm5.9786-12.448c0.23032-0.096235 0.37788-0.23824 0.48202-0.46388 0.10874-0.23561 0.10887-0.41585 4.85e-4 -0.65447-0.22285-0.4906-0.79509-0.6686-1.2228-0.38036-0.57245 0.38577-0.50672 1.1986 0.11993 1.4832 0.23169 0.10524 0.39574 0.10933 0.62037 0.015472z" fill="#59f" stroke="#59f" stroke-width=".18644"/> + <path d="m3.8769 16.021c-1.2932-0.19009-2.3276-1.0581-2.7783-2.3311-0.10462-0.29556-0.10766-0.35367-0.12435-2.3767-0.02134-2.5866-0.0035742-2.7756 0.32413-3.4486 0.20725-0.42558 0.2898-0.53952 0.64158-0.88559 0.46207-0.45457 0.84593-0.697 1.3787-0.87072 0.35486-0.11571 0.44157-0.12338 1.7945-0.15867 0.78189-0.020394 2.4127-0.038555 3.6239-0.040356l2.2023-0.00327v-1.4915h-5.017l0.039441-0.33792c0.082337-0.70546 0.25768-1.1849 0.61798-1.6898 0.42952-0.60191 1.1146-1.096 1.8194-1.3123 0.25572-0.078458 0.47917-0.085803 2.6102-0.085803h2.3305l0.37288 0.12699c0.53022 0.18057 0.9215 0.42591 1.3262 0.83156 0.39706 0.398 0.6012 0.71448 0.81882 1.2694l0.14988 0.38221 0.05924 5.803h-3.4512c-2.1311 0-3.6243 0.01902-3.9038 0.049728-1.8332 0.20141-3.4435 1.5466-4.0833 3.4109-0.16642 0.48492-0.2114 0.87998-0.21359 1.8762-0.00101 0.46144-0.015071 0.9491-0.031236 1.0837-0.032921 0.27408-0.022253 0.2699-0.50691 0.19866zm5.8238-12.697c0.22793-0.13357 0.39978-0.41605 0.39978-0.65711 0-0.38236-0.38671-0.76907-0.76907-0.76907-0.37964 0-0.76907 0.38942-0.76907 0.76907 0 0.22876 0.1764 0.52469 0.38858 0.65187 0.25028 0.15002 0.49975 0.15176 0.74977 0.00524z" fill="#59f" stroke="#59f" stroke-width=".18644"/> + <path d="m8.4791 20.868c-1.1305-0.3003-2.0097-1.1819-2.3497-2.3563-0.10661-0.36823-0.10735-0.38954-0.10735-3.0975v-2.7267l3.7521-0.0245c4.0868-0.02668 3.7551-0.0052 4.6099-0.299 0.68486-0.23541 1.3543-0.67684 1.9039-1.2554 0.75974-0.7998 1.219-1.7686 1.3618-2.8724 0.02487-0.19227 0.04587-0.77332 0.04666-1.2912l0.0014-0.94166 0.2447 0.025284c1.4235 0.14709 2.5831 1.1278 2.928 2.4764 0.0826 0.32295 0.09004 0.52992 0.09004 2.5022 0 2.3009-0.0047 2.3571-0.24808 2.9596-0.38832 0.96139-1.3874 1.7661-2.4289 1.9562-0.18272 0.03336-1.4679 0.0505-3.7871 0.0505h-3.5105v1.7246h4.9873v0.15458c0 0.69752-0.41873 1.6179-0.98356 2.1619-0.43106 0.41516-0.71671 0.5953-1.2587 0.79375l-0.34464 0.1262-2.2839 0.0118c-2.1321 0.01102-2.3065 0.0058-2.6234-0.07838zm4.5484-0.76527c0.14329-0.07486 0.34581-0.28173 0.42313-0.43224 0.07192-0.13999 0.06565-0.49923-0.01187-0.68041-0.23374-0.54628-0.98118-0.67393-1.3894-0.23729-0.15562 0.16644-0.22436 0.34315-0.22436 0.57672 0 0.33492 0.19378 0.64097 0.48941 0.77292 0.18463 0.08241 0.55566 0.08257 0.71312 3.26e-4z" fill="#fd5" stroke="#fd5" stroke-width=".18644"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/virtualenvConfig.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg"> + <path d="m9.3333 1c-1.8467 0-3.3333 1.4867-3.3333 3.3333h5v1.6667h-6.6667c-1.8467 0-3.3333 1.4867-3.3333 3.3333v3.3333c0 1.8467 1.4867 3.3333 3.3333 3.3333v-1.6667c0-1.4812 0.64983-2.7937 1.6667-3.7077 0.00113-1e-3 0.00211-0.0023 0.00325-0.0032 0.22024-0.19762 0.45764-0.37623 0.70964-0.53385 0.00205-0.0013 0.00445-2e-3 0.00651-0.0033 0.24818-0.15476 0.50993-0.28704 0.7845-0.39715 0.049445-0.0194 0.10278-0.030962 0.15299-0.048825 0.23327-0.084875 0.47095-0.16243 0.71941-0.21159 0.31035-0.05985 0.6287-0.0944 0.95703-0.0944h6.6667v-5c0-1.8467-1.4866-3.3333-3.3333-3.3333zm0 0.83333c0.46167 0 0.83333 0.37167 0.83333 0.83333s-0.37167 0.83333-0.83333 0.83333-0.83333-0.37167-0.83333-0.83333 0.37167-0.83333 0.83333-0.83333zm8.3333 4.1667v1.6667c0 1.4812-0.65308 2.7969-1.6699 3.7109-0.22024 0.19763-0.45764 0.37622-0.70964 0.53385-2e-3 0.0013-0.0045 2e-3 -0.0065 0.0033-0.24818 0.15475-0.50993 0.28703-0.7845 0.39714-0.04945 0.0194-0.10279 0.03098-0.153 0.04883-0.23328 0.08488-0.47096 0.16244-0.71941 0.21159-0.31035 0.05985-0.6287 0.0944-0.95703 0.0944h-6.6667v5c0 1.8466 1.4866 3.3333 3.3333 3.3333h3.3333c1.8467 5e-6 3.3333-1.4867 3.3333-3.3333h-5v-1.6667h6.6667c1.8467 0 3.3333-1.4867 3.3333-3.3333v-3.3333c0-1.8467-1.4867-3.3333-3.3333-3.3333zm-5 12.5c0.46167 0 0.83333 0.37167 0.83333 0.83333 0 0.46167-0.37167 0.83333-0.83333 0.83333-0.46167 0-0.83333-0.37167-0.83333-0.83333 0-0.46167 0.37167-0.83333 0.83333-0.83333z" fill="#f59e16" stroke-width="1.6667"/> + <path d="m3.6449 15.905c-1.0799-0.23814-1.9515-0.96024-2.3667-1.9609-0.23798-0.57353-0.2435-0.6405-0.2435-2.9573 0-2.4426-4.382e-4 -2.4387 0.35679-3.1674 0.15485-0.31587 0.27272-0.47309 0.59404-0.79237 0.61042-0.60654 1.1535-0.87745 1.9611-0.97826 0.24461-0.030533 1.6685-0.0493 3.7405-0.0493h3.3455v-1.678h-5.025l0.020892-0.19809c0.043445-0.41194 0.12282-0.76663 0.2315-1.0344 0.28459-0.70131 0.91079-1.3795 1.5731-1.7036 0.70139-0.34329 0.70088-0.34322 2.9604-0.36191 1.3056-0.010799 2.1368 0.00118 2.3472 0.033828 0.74508 0.1156 1.36 0.42821 1.8771 0.95435 0.38217 0.3888 0.62886 0.78959 0.80494 1.3078l0.12671 0.37288 0.02794 5.6165-3.4628 2.797e-4c-3.7992 2.8e-4 -3.9821 0.010868-4.7579 0.27498-1.6385 0.55781-2.833 1.853-3.3061 3.5847-0.084508 0.30932-0.10069 0.52546-0.11839 1.5818l-0.020511 1.2235-0.19356-0.0037c-0.10646-2e-3 -0.31941-0.03146-0.47322-0.06537zm5.9786-12.448c0.23032-0.096235 0.37788-0.23824 0.48202-0.46388 0.10874-0.23561 0.10887-0.41585 4.85e-4 -0.65447-0.22285-0.4906-0.79509-0.6686-1.2228-0.38036-0.57245 0.38577-0.50672 1.1986 0.11993 1.4832 0.23169 0.10524 0.39574 0.10933 0.62037 0.015472z" fill="#59f" stroke="#59f" stroke-width=".18644"/> + <path d="m3.8769 16.021c-1.2932-0.19009-2.3276-1.0581-2.7783-2.3311-0.10462-0.29556-0.10766-0.35367-0.12435-2.3767-0.02134-2.5866-0.0035742-2.7756 0.32413-3.4486 0.20725-0.42558 0.2898-0.53952 0.64158-0.88559 0.46207-0.45457 0.84593-0.697 1.3787-0.87072 0.35486-0.11571 0.44157-0.12338 1.7945-0.15867 0.78189-0.020394 2.4127-0.038555 3.6239-0.040356l2.2023-0.00327v-1.4915h-5.017l0.039441-0.33792c0.082337-0.70546 0.25768-1.1849 0.61798-1.6898 0.42952-0.60191 1.1146-1.096 1.8194-1.3123 0.25572-0.078458 0.47917-0.085803 2.6102-0.085803h2.3305l0.37288 0.12699c0.53022 0.18057 0.9215 0.42591 1.3262 0.83156 0.39706 0.398 0.6012 0.71448 0.81882 1.2694l0.14988 0.38221 0.05924 5.803h-3.4512c-2.1311 0-3.6243 0.01902-3.9038 0.049728-1.8332 0.20141-3.4435 1.5466-4.0833 3.4109-0.16642 0.48492-0.2114 0.87998-0.21359 1.8762-0.00101 0.46144-0.015071 0.9491-0.031236 1.0837-0.032921 0.27408-0.022253 0.2699-0.50691 0.19866zm5.8238-12.697c0.22793-0.13357 0.39978-0.41605 0.39978-0.65711 0-0.38236-0.38671-0.76907-0.76907-0.76907-0.37964 0-0.76907 0.38942-0.76907 0.76907 0 0.22876 0.1764 0.52469 0.38858 0.65187 0.25028 0.15002 0.49975 0.15176 0.74977 0.00524z" fill="#59f" stroke="#59f" stroke-width=".18644"/> + <path d="m8.4791 20.868c-1.1305-0.3003-2.0097-1.1819-2.3497-2.3563-0.10661-0.36823-0.10735-0.38954-0.10735-3.0975v-2.7267l3.7521-0.0245c4.0868-0.02668 3.7551-0.0052 4.6099-0.299 0.68486-0.23541 1.3543-0.67684 1.9039-1.2554 0.75974-0.7998 1.219-1.7686 1.3618-2.8724 0.02487-0.19227 0.04587-0.77332 0.04666-1.2912l0.0014-0.94166 0.2447 0.025284c1.4235 0.14709 2.5831 1.1278 2.928 2.4764 0.0826 0.32295 0.09004 0.52992 0.09004 2.5022 0 2.3009-0.0047 2.3571-0.24808 2.9596-0.38832 0.96139-1.3874 1.7661-2.4289 1.9562-0.18272 0.03336-1.4679 0.0505-3.7871 0.0505h-3.5105v1.7246h4.9873v0.15458c0 0.69752-0.41873 1.6179-0.98356 2.1619-0.43106 0.41516-0.71671 0.5953-1.2587 0.79375l-0.34464 0.1262-2.2839 0.0118c-2.1321 0.01102-2.3065 0.0058-2.6234-0.07838zm4.5484-0.76527c0.14329-0.07486 0.34581-0.28173 0.42313-0.43224 0.07192-0.13999 0.06565-0.49923-0.01187-0.68041-0.23374-0.54628-0.98118-0.67393-1.3894-0.23729-0.15562 0.16644-0.22436 0.34315-0.22436 0.57672 0 0.33492 0.19378 0.64097 0.48941 0.77292 0.18463 0.08241 0.55566 0.08257 0.71312 3.26e-4z" fill="#fd5" stroke="#fd5" stroke-width=".18644"/> + <path d="m15 10c2.7614 0 5 2.2386 5 5 0 2.7614-2.2386 5-5 5s-5-2.2386-5-5c0-2.7614 2.2386-5 5-5zm0-1c-3.3137 0-6 2.6863-6 6 0 3.3137 2.6863 6 6 6s6-2.6863 6-6c0-3.3137-2.6863-6-6-6z" color="#eff0f1" fill="#232629"/> + <path class="ColorScheme-Text" d="m14.673 11.4v3.2683h-3.2727v0.65315h3.2727v3.2785h0.65454v-3.2785h3.2727v-0.65315h-3.2727v-3.2683z" fill="#232629" stroke="#232629"/> + <path d="m13.827 19.824c-0.26541-0.06518-0.72518-0.23919-1.0217-0.38668-1.015-0.50487-1.7268-1.2213-2.2513-2.266-0.40179-0.80033-0.51909-1.3805-0.48167-2.3824 0.03485-0.93309 0.21109-1.5533 0.65872-2.3183 0.33623-0.57461 1.1937-1.4311 1.7669-1.765 1.4838-0.86416 3.5236-0.86416 5.0074 0 0.57326 0.33388 1.4307 1.1904 1.7669 1.765 0.43973 0.75147 0.62308 1.3876 0.65856 2.2848 0.03696 0.93487-0.08177 1.5583-0.44365 2.3294-0.65012 1.3853-1.8351 2.36-3.3261 2.7359-0.66591 0.16788-1.6582 0.16925-2.3342 0.0032zm2.0163-2.3272 0.01763-1.6314h3.2935v-1.7138h-3.2958v-3.2958h-1.7138v3.2958h-3.2958v1.7138h3.2958v1.604c0 0.88219 0.02064 1.6246 0.04587 1.6498 0.02523 0.02523 0.40343 0.03759 0.84044 0.02747l0.79457-0.01841z" fill="#f9f9f9" stroke-width="0"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/virustotal.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m3.4069 1.6341-1.0339 0.81345 10.665 8.3906-10.665 8.3906 1.0339 0.81345 11.699-9.2041-11.699-9.2041" color="#eff0f1" fill="#eff0f1" stroke="#eff0f1" stroke-width="1.2971"/> + <rect x="1.5001" y="1.5001" width="19" height="19" fill="none" stroke="#232629" stroke-width="1.0002"/> + <path d="m2.0035 19.993c-0.00855-0.0085-0.015537-0.06684-0.015537-0.12954v-0.114l0.13881 0.10681c0.076347 0.05875 0.14513 0.11704 0.15286 0.12954 0.015795 0.02556-0.25083 0.0325-0.27613 0.0072z" fill="#eff0f1" stroke="#eff0f1" stroke-width=".023305"/> + <path d="m2.016 10.839c0-7.8083 3.952e-4 -7.8416 0.092373-7.7779 0.22157 0.15339 9.8764 7.757 9.8763 7.7779-1.75e-4 0.02076-9.6504 7.6203-9.8768 7.7779-0.091251 0.06355-0.091826 0.01482-0.091826-7.7779z" fill="#0cf" stroke="#eff0f1" stroke-width=".04661"/> + <path d="m4.6272 19.911c0.063506-0.06055 2.4332-1.9314 5.2659-4.1575 2.8327-2.2261 5.3974-4.2433 5.6993-4.4828l0.54891-0.43535-5.4896-4.3154c-3.0193-2.3735-5.5415-4.3653-5.6051-4.4262l-0.11547-0.11081h15.076v18.038h-15.496z" fill="#0cf" stroke="#eff0f1" stroke-width=".04661"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/w3.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <g transform="matrix(.042001 0 0 .04325 .24733 21.121)" fill="#232629"> + <path d="m127.49-220.23-48.599-197.95-60.969-0.348 3.175 9.329 83.753 307 11.838 43.52h27.023l10.926-44.094 36.035-145.59-21.136-91.156-4.792-16.702-35.85 138.05z"/> + <path d="m210.44-328.39-44.636-11.049 24.863 91.075z"/> + <path d="m253.56-224.36-50.002-193.81-59.976-0.799 2.59 7.434 19.641 72.09 24.863 91.075 39.239 143.87 12.472 45.824h25.241l11.961-46.162 66.806-257.3 65.024-0.543-74.219 132.06 39.946 3.318c1.894 0.185 49.971 5.253 61.584 45.496 8.817 30.464 2.775 57.385-16.077 72.11-14.428 11.223-33.382 12.36-49.5 2.98-13.538-7.895-15.637-16.691-19.19-31.293-0.553-2.263-1.106-4.608-1.741-6.994l-49.756 13.138c0.543 1.874 0.993 3.861 1.505 6 4.311 17.776 10.793 44.667 43.213 63.56 34.181 19.906 76.196 17.244 107.09-6.82 35.502-27.678 48.538-76.329 33.925-126.94-12.298-42.66-44.319-63.386-70.134-73.4 0 0-19.292-7.475 0 0l63.385-112.8-1.874-35.901-173.3 0.656-51.353 195.2z"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/warning.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="16" height="16" version="1.1" viewBox="0 0 4.2333 4.2333" xmlns="http://www.w3.org/2000/svg"> + <g transform="translate(0 -292.77)"> + <path transform="matrix(.16728 .0021829 -.0018908 .19313 .84546 239.68)" d="m0.094494 295.3 10.635-18.897 11.048 18.658-10.841 0.1192z" fill="#ffc300" stroke="#ffc300" stroke-width=".26458"/> + <rect x="1.8802" y="293.99" width=".47288" height="1.5312" stroke="#000" stroke-width=".056285"/> + <rect x="1.883" y="295.97" width=".46734" height=".46734" stroke="#000" stroke-width=".061825"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/warning22.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg"> + <g transform="translate(0 -291.18)"> + <path transform="matrix(.23892 .0031191 -.0027005 .27595 1.0951 215.21)" d="m0.094494 295.3 10.635-18.897 11.048 18.658-10.841 0.1192z" fill="#ffc300" stroke="#ffc300" stroke-width=".26458"/> + <g stroke="#000"> + <rect x="2.6781" y="293.06" width=".4652" height="2.0516" stroke-width=".064621"/> + <rect x="2.6767" y="295.71" width=".46735" height=".46728" stroke-width=".061821"/> + </g> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/warningNext.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg"> + <g transform="translate(0 -291.18)"> + <path class="ColorScheme-Text" d="m4.3408 291.97-0.10742 0.18707 0.93061 1.6206 0.17746 0.30903-1.1081 1.9296 0.10742 0.18707 0.93061-1.6206 0.28488-0.49609-1.2155-2.1167" color="#eff0f1" fill="#232629"/> + <path transform="matrix(.16728 .0021829 -.0018908 .19313 .84546 238.88)" d="m0.094494 295.3 10.635-18.897 11.048 18.658-10.841 0.1192z" fill="#ffc300" stroke="#ffc300" stroke-width=".26458"/> + <rect x="1.8802" y="293.19" width=".47288" height="1.5312" stroke="#000" stroke-width=".056285"/> + <rect x="1.883" y="295.18" width=".46734" height=".46734" stroke="#000" stroke-width=".061825"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/warningPrev.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg"> + <g transform="translate(0 -291.18)"> + <path class="ColorScheme-Text" d="m1.4801 291.97 0.10742 0.18707-1.1081 1.9296 0.17746 0.30902 0.93061 1.6206-0.10742 0.18707-1.2155-2.1167 0.28488-0.4961 0.93061-1.6206" color="#eff0f1" fill="#232629"/> + <path transform="matrix(.16728 .0021829 -.0018908 .19313 2.433 238.88)" d="m0.094494 295.3 10.635-18.897 11.048 18.658-10.841 0.1192z" fill="#ffc300" stroke="#ffc300" stroke-width=".26458"/> + <rect x="3.4677" y="293.19" width=".47288" height="1.5312" stroke="#000" stroke-width=".056285"/> + <rect x="3.4705" y="295.18" width=".46734" height=".46734" stroke="#000" stroke-width=".061825"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/watchpoints.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg"> + <g transform="translate(0 -291.18)"> + <path class="ColorScheme-Text" d="m1.4549 292.5a1.36 3.175 0 0 0-1.1903 1.6468c0.019487 0.12766 0.053986 0.23891 0.09917 0.3204a1.2089 2.8222 0 0 1 1.0912-1.6144 0.60446 1.4111 0 0 0-0.60446 1.4111 0.60446 1.4111 0 0 0 0.60446 1.4111 0.60446 1.4111 0 0 0 0.60446-1.4111 0.60446 1.4111 0 0 0-0.55163-1.4049 1.2089 2.8222 0 0 1 1.0383 1.6082c0.045531-0.0827 0.080417-0.19258 0.09976-0.32383a1.36 3.175 0 0 0-1.1909-1.6433zm0 0.70555a0.45335 1.0583 0 0 1 0.45335 1.0583 0.45335 1.0583 0 0 1-0.45335 1.0584 0.45335 1.0583 0 0 1-0.45335-1.0584 0.45335 1.0583 0 0 1 0.45335-1.0583z" fill="#232629"/> + <path d="m1.4549 293.56a0.30223 0.70556 0 0 0-0.30223 0.70555 0.30223 0.70556 0 0 0 0.30223 0.70556 0.30223 0.70556 0 0 0 0.30223-0.70556 0.30223 0.70556 0 0 0-0.013577-0.2073 0.15112 0.35278 0 0 1-0.13754 0.2073 0.15112 0.35278 0 0 1-0.15112-0.35278 0.15112 0.35278 0 0 1 0.089135-0.32109 0.30223 0.70556 0 0 0-0.089135-0.0318" fill="#da4453" stroke-width=".23089"/> + <path class="ColorScheme-Text" d="m4.3659 292.5a1.36 3.175 0 0 1 1.1903 1.6468c-0.019487 0.12766-0.053986 0.23891-0.09917 0.3204a1.2089 2.8222 0 0 0-1.0912-1.6144 0.60446 1.4111 0 0 1 0.60446 1.4111 0.60446 1.4111 0 0 1-0.60446 1.4111 0.60446 1.4111 0 0 1-0.60446-1.4111 0.60446 1.4111 0 0 1 0.55163-1.4049 1.2089 2.8222 0 0 0-1.0383 1.6082c-0.045531-0.08263-0.080417-0.19258-0.09976-0.32383a1.36 3.175 0 0 1 1.1909-1.6433zm0 0.70555a0.45335 1.0583 0 0 0-0.45335 1.0583 0.45335 1.0583 0 0 0 0.45335 1.0584 0.45335 1.0583 0 0 0 0.45335-1.0584 0.45335 1.0583 0 0 0-0.45335-1.0583z" fill="#232629"/> + <path d="m4.3659 293.56a0.30223 0.70556 0 0 1 0.30223 0.70555 0.30223 0.70556 0 0 1-0.30223 0.70556 0.30223 0.70556 0 0 1-0.30223-0.70556 0.30223 0.70556 0 0 1 0.013577-0.2073 0.15112 0.35278 0 0 0 0.13754 0.2073 0.15112 0.35278 0 0 0 0.15112-0.35278 0.15112 0.35278 0 0 0-0.089135-0.32109 0.30223 0.70556 0 0 1 0.089135-0.0318" fill="#da4453" stroke-width=".23089"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/webInspector.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" fill="none" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <g transform="matrix(1.4368 0 0 1.4654 -.43678 -.46541)" fill="#ff9000"> + <path d="m3.02 8.5017-0.00271-0.04081c8.7e-4 0.01361 0.00178 0.02722 0.00271 0.04081z"/> + <path d="m7.2577 8.9047-1.7701-1.7791 0.59162-0.59161 1.8718 1.8812 1.8451-1.8451 0.59165 0.5916-1.77 1.77 1.7701 1.7791-0.59161 0.5916-1.8717-1.8813-1.8451 1.8451-0.59161-0.5916z"/> + <path d="m10.878 3.9183v0.58167h0.7849l1.6579-1.6579 0.5916 0.59161-1.5698 1.5698 0.0189 0.04949c0.3304 0.86212 0.5165 1.8351 0.5165 2.8653 0 0.1957-0.0067 0.38933-0.0199 0.58053l-3e-3 0.04364h2.0654v0.83666h-2.1705l-0.0061 0.03349c-0.1764 0.96445-0.5195 1.8438-0.9869 2.5838l-0.0347 0.0551 1.9964 2.0065-0.5931 0.5901-1.9098-1.9194-0.0577 0.0645c-0.8627 0.965-1.9806 1.5435-3.1984 1.5435-1.2367 0-2.3704-0.5966-3.2384-1.5887l-0.05749-0.0657-1.8717 1.8717-0.59162-0.5916 1.9632-1.9632-0.03399-0.055c-0.45068-0.729-0.782-1.5897-0.95424-2.5316l-0.00612-0.03349h-2.1688v-0.83666h2.0637l-3e-3 -0.04364c-0.01315-0.1912-0.01986-0.38483-0.01986-0.58053 0-1.0167 0.18128-1.9778 0.50362-2.8315l0.01857-0.04919-1.6109-1.619 0.59311-0.59012 1.6631 1.6715h0.83249v-0.58167c0-1.6118 1.3066-2.9183 2.9183-2.9183s2.9183 1.3066 2.9183 2.9183zm-5 0v0.58167h4.1633v-0.58167c0-1.1497-0.93196-2.0817-2.0816-2.0817s-2.0817 0.93199-2.0817 2.0817zm5.7163 1.4712-0.0199-0.0529h-7.2295l-0.0199 0.0529c-0.28341 0.75313-0.44701 1.6105-0.44701 2.5288 0 1.6099 0.50298 3.0339 1.274 4.0363 0.77037 1.0015 1.771 1.5454 2.8076 1.5454s2.0373-0.5439 2.8076-1.5454c0.7711-1.0024 1.274-2.4263 1.274-4.0363 0-0.91822-0.1636-1.7756-0.447-2.5288z" clip-rule="evenodd" fill-rule="evenodd"/> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/webSearch.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,28 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + <linearGradient id="d" x1="4" x2="4" y1="44" y2="4" gradientTransform="matrix(.325 0 0 .325 .7 .95)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#54d883" offset="0"/> + <stop stop-color="#abf9c7" offset="1"/> + </linearGradient> + <linearGradient id="linearGradient841" x1="34" x2="44" y1="19.008" y2="29.008" gradientTransform="matrix(.325 0 0 .325 .7 .95)" gradientUnits="userSpaceOnUse" xlink:href="#a"/> + <linearGradient id="a" x1="34" x2="44" y1="19.008" y2="29.008" gradientUnits="userSpaceOnUse"> + <stop stop-color="#292c2f" offset="0"/> + <stop stop-opacity="0" offset="1"/> + </linearGradient> + <linearGradient id="c" x1="9" x2="38" y1="9" y2="38" gradientTransform="matrix(.325 0 0 .325 .7 .95)" gradientUnits="userSpaceOnUse" xlink:href="#a"/> + <linearGradient id="b" x1="4" x2="4" y1="44" y2="4" gradientTransform="matrix(.325 0 0 .325 .7 .95)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#197cf1" offset="0"/> + <stop stop-color="#20bcfa" offset="1"/> + </linearGradient> + </defs> + <circle cx="8.5" cy="8.75" r="6.5" fill="url(#b)" stroke-width=".325"/> + <path d="m8.5 2.25a6.5 6.5 0 0 0-6.4675 5.85h0.9425l0.975 0.975 0.65 0.325 3.5649 5.8337a6.5 6.5 0 0 0 0.33507 0.01625 6.5 6.5 0 0 0 6.5-6.5 6.5 6.5 0 0 0-6.5-6.5z" fill="url(#c)" opacity=".2" stroke-width=".325"/> + <path d="m14.54 6.3557-2.1404 3.0443 2.0199 2.0199a6.5 6.5 0 0 0 0.58012-2.6699 6.5 6.5 0 0 0-0.442-2.3549 6.5 6.5 0 0 0-0.01755-0.039325z" fill="url(#linearGradient841)" fill-rule="evenodd" opacity=".2" stroke-width=".325"/> + <path d="m8.5 2.25a6.5 6.5 0 0 0-0.61815 0.03575 6.5 6.5 0 0 0-0.08255 0.00975 6.5 6.5 0 0 0-1.0462 0.20702v-0.013a6.5 6.5 0 0 0-3.1525 1.9955h0.00325a6.5 6.5 0 0 0-1.1635 1.9321l0.53462-0.26715h1.3v0.325l0.325 0.325v-0.65l0.65-0.65h0.325v-0.325l0.325-0.325 0.65-0.325 0.325-0.325 0.65-0.325v0.325l0.65-0.325h-0.325v-0.325l-0.325-0.325h1.3l-0.325 0.325 0.975 0.325-0.325-0.65v-0.65l-0.30778-0.30778a6.5 6.5 0 0 0-0.34222-0.017225zm4.875 2.2132v0.71175h0.54958a6.5 6.5 0 0 0-0.54958-0.71175zm-9.0798 0.021775h0.019825l-0.039975 0.039975 0.020475-0.039975zm9.7578 0.89765-0.35295 0.11732-0.65 0.325v0.325l-0.65 0.65-0.325 0.65v1.3l0.325 0.65 0.65 0.325 0.325 0.325 1.533-0.25513a6.5 6.5 0 0 0 6.5e-4 -0.00715 6.5 6.5 0 0 0 0.06793-0.5694 6.5 6.5 0 0 0 0.0234-0.46832 6.5 6.5 0 0 0-0.02925-0.5655 6.5 6.5 0 0 0-0.03153-0.26292 6.5 6.5 0 0 0-0.06175-0.40105 6.5 6.5 0 0 0-0.04387-0.19435 6.5 6.5 0 0 0-0.11602-0.45305 6.5 6.5 0 0 0-0.04713-0.1404 6.5 6.5 0 0 0-0.17517-0.47872 6.5 6.5 0 0 0-0.0481-0.10725 6.5 6.5 0 0 0-0.2405-0.49563 6.5 6.5 0 0 0-0.15372-0.26845zm-11.078 2.0673-0.325 0.325h-0.325l-0.21125-0.21125a6.5 6.5 0 0 0 0 0.00163 6.5 6.5 0 0 0-0.08645 0.64252 6.5 6.5 0 0 0-6.5e-4 0.00975l0.62335 0.20735 0.65 0.325 0.65 0.65h0.65v0.65l-0.325 0.325-0.325 0.65v0.325l0.65 0.65 0.325 0.65 0.325 0.325 0.65 0.325v1.404a6.5 6.5 0 0 0 0.00195 6.5e-4 6.5 6.5 0 0 0 0.55152 0.20962 6.5 6.5 0 0 0 0.0624 0.0221 6.5 6.5 0 0 0 0.49172 0.1326 6.5 6.5 0 0 0 0.14658 0.0377 6.5 6.5 0 0 0 0.429 0.0702 6.5 6.5 0 0 0 0.221 0.0338 6.5 6.5 0 0 0 0.37375 0.0234 6.5 6.5 0 0 0 0.32207 0.01593 6.5 6.5 0 0 0 0.33085-0.01203l0.31915-0.63798v-0.325l0.65-0.325 0.325-0.325 0.325-1.3 0.325-0.325v-0.65l-0.65-0.325h-0.325l-0.65-0.325h-0.325l-0.325-0.65-0.325-0.325h-0.65l-0.65-0.65h-0.65l-0.975-0.325-0.325 0.65-0.65-0.325h-0.325v-0.65l-0.65-0.325 0.325-0.65z" fill="url(#d)" stroke-width=".325"/> + <path d="m2.0166 8.5875c-0.0013 0.05525-0.016575 0.10692-0.016575 0.1625 0 3.601 2.899 6.5 6.5 6.5 3.601 0 6.5-2.899 6.5-6.5 0-0.055575-0.01528-0.10725-0.01658-0.1625-0.0097 0.39195-0.03932 0.77935-0.11505 1.1508a6.4642 6.4642 0 0 1-1.7683 3.2867 6.4837 6.4837 0 0 1-2.0654 1.3907 6.4405 6.4405 0 0 1-1.2213 0.37765 6.5663 6.5663 0 0 1-1.313 0.1313c-0.45012 0-0.88952-0.04518-1.313-0.1313a6.4642 6.4642 0 0 1-3.2867-1.7683 6.4837 6.4837 0 0 1-1.3907-2.0654 6.4405 6.4405 0 0 1-0.37765-1.2214c-0.075725-0.37147-0.10498-0.75887-0.11505-1.1508" opacity=".2" stroke-width=".325"/> + <path class="ColorScheme-Text" d="m8.5 1c-4.155 0-7.5 3.345-7.5 7.5s3.345 7.5 7.5 7.5c1.8515 0 3.5382-0.66835 4.8438-1.7725l6.7725 6.7725 0.88379-0.88379-6.7725-6.7725c1.1041-1.3055 1.7725-2.9922 1.7725-4.8438 0-4.155-3.345-7.5-7.5-7.5zm0 1.25c3.4625 0 6.25 2.7875 6.25 6.25s-2.7875 6.25-6.25 6.25-6.25-2.7875-6.25-6.25 2.7875-6.25 6.25-6.25z" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/whatsThis.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m10.412 1c-5.2141 0-9.4118 4.1732-9.4118 9.3569 0 5.1837 4.1976 9.3569 9.4118 9.3569 0.39937 0 0.79046-0.03241 1.1765-0.07996v-1.181c-0.3853 0.05452-0.77555 0.09138-1.1765 0.09138-4.5624 0-8.2353-3.6515-8.2353-8.1873 0-4.5358 3.6729-8.1873 8.2353-8.1873 4.5624 0 8.2353 3.6515 8.2353 8.1873 0 0.81425-0.12404 1.598-0.34467 2.3392h1.2155c0.1926-0.74815 0.30561-1.5298 0.30561-2.3392 0-5.1837-4.1976-9.3569-9.4118-9.3569zm-1.1765 3.5089v2.3392h2.3529v-2.3392zm0 3.5089v8.1873h2.3529v-8.1873zm3.5294 2.3392 0.004588 10.643 3.2077-3.8469 5.023-0.24672z" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/wikipedia.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <path d="m7.5951 17.999h0.87268l2.9137-5.9693 2.397 5.9693h0.84017l4.9798-12.1c0.27915-0.6788 0.82333-1.0864 1.4017-1.1787v-0.72063h-4.0266v0.72087c0.53428 0.12551 1.1014 0.33698 1.3536 0.93245l-3.6566 8.9071c-0.66102-1.4846-1.3388-3.1069-1.9856-4.7259 0.66767-1.498 1.213-2.8895 2.032-4.2569 0.47887-0.80456 1.256-0.82347 1.6564-0.86302v-0.71463h-4.2804v0.71463c0.53404 5.597e-4 1.6454 0.050692 1.1498 1.1505l-1.2414 2.7564-1.3148-3.0661c-0.2047-0.47741 0.19293-0.79548 0.84205-0.83338l-0.0048-0.72138h-4.8172v0.71462c0.57395 0.01996 1.3832 0.016686 1.6819 0.53059 0.91979 1.7844 1.5348 3.6379 2.3733 5.4573l-2.1699 4.2851-3.6471-8.8539c-0.41098-0.99773 0.56473-1.3192 1.1986-1.4025l-0.00713-0.73134h-5.1362v0.71462c0.70919 0.24764 1.624 1.3618 1.8794 1.9257 1.9186 4.238 2.8847 7.0793 4.716 11.359z" fill="#232629" stroke-width=".012104"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/windowFullscreen.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m1 1v3.75l3.75-3.75zm16.25 0 3.75 3.75v-3.75zm-12.5 3.75v12.5h12.5v-12.5h-11.25zm1.25 3.75h10v7.5h-10zm-5 8.75v3.75h3.75zm20 0-3.75 3.75h3.75z" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/windowRestore.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m8.5 1 2.5 2.5 2.5-2.5zm-3.75 3.75v12.5h12.5v-12.5h-11.25zm-3.75 3.75v5l2.5-2.5zm5 0h10v7.5h-10zm15 0-2.5 2.5 2.5 2.5zm-10 10-2.5 2.5h5z" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/wordboundary.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path d="m20.312 7.4281h-9.625v7.1429h9.625v-7.1429m0.6875-1.4281v10h-11v-10h11" fill="#232629"/> + <text x="0.17117114" y="15.819819" fill="#da4453" font-family="sans-serif" font-size="18.018px" letter-spacing="0px" stroke-width=".45045" word-spacing="0px" style="line-height:1.25" xml:space="preserve"><tspan x="0.17117114" y="15.819819" fill="#da4453" stroke-width=".45045">a</tspan></text> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/xbel.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <path d="m2.6667 1v3.3333h-1.6667v3.3333h1.6667v6.6667h-1.6667v3.3333h1.6667v3.3333h18.333v-20zm1.6667 1.6667h1.6667v16.667h-1.6667zm3.3333 0h11.667v16.667h-11.667z" color="#4d4d4d" fill="#f7a01c" stroke-width="1.6667"/> + <path d="m13.415 5.8898-0.95703 2.6914-2.5781-1.2266 1.2266 2.5781-2.6914 0.95703 2.6914 0.95703-1.2266 2.5781 2.5781-1.2266 0.95703 2.6914 0.95703-2.6914 2.5781 1.2266-1.2266-2.5781 2.6914-0.95703-2.6914-0.95703 1.2266-2.5781-2.5781 1.2266z" fill="#ffd42a"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/yahoo.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m1 4 0.01709 1.0157 2.6343 0.38812c0.72227 0.70806 4.7392 5.9487 5.3516 7.2945l0.06104 3.7546c-0.39255 0.58332-2.793 0.46245-2.793 0.46245l-0.20508 1.0845s8.9962-0.20322 9.043-0.08533c-0.0225-0.13516 0.01709-1.0157 0.01709-1.0157l-2.9199-0.0881s-0.1902-2.6757-0.04883-4.2336c1.9157-2.3905 5.3345-5.0897 5.3345-5.0897l2.3218-0.44593 0.53467-1.0488-7.9053-0.055053 0.20508 1.0873s2.1619 0.19479 2.3975 0.40739c-0.03138 0.53122-3.7402 3.8812-3.7402 3.8812l-4.0552-6.1577 2.8418-0.24774 0.12451-0.76524zm17.913 6.3091 0.01953 5.731 0.8667 0.12937 1.2012-5.5411zm-0.16602 6.3641-0.1416 1.1313 1.0596 0.19544 0.15869-1.1919z" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/yandex.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg"> + <g transform="translate(0 -291.18)"> + <text transform="scale(-.98995 1.0102)" x="-5.522522" y="293.75308" fill="#232629" font-family="sans-serif" font-size="7.3368px" letter-spacing="0px" stroke-width=".18342" word-spacing="0px" style="line-height:1.25" xml:space="preserve"><tspan x="-5.522522" y="293.75308" fill="#232629" stroke-width=".18342">R</tspan></text> + </g> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/zoomIn.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m1 1v2.5h1.25v-1.25h1.25v-1.25zm6.25 0v1.25h2.5v-1.25zm5 0v1.25h2.5v-1.25zm6.25 0v1.25h1.25v1.25h1.25v-2.5zm-7.5 5v1.25h2.8662l-4.1162 4.1162 0.88379 0.88379 4.1162-4.1162v2.8662h1.25v-5h-1.25zm-10 1.25v2.5h1.25v-2.5zm18.75 0v2.5h1.25v-2.5zm0 5v2.5h1.25v-2.5zm-18.75 1.25v7.5h7.5v-7.5zm1.25 1.25h5v5h-5zm17.5 3.75v1.25h-1.25v1.25h2.5v-2.5z" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/zoomOut.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m1 1v8.75h1.25v-7.5h17.5v17.5h-7.5v1.25h8.75v-20h-18.75zm14.116 5-4.1162 4.1162v-2.8662h-1.25v5h5v-1.25h-2.8662l4.1162-4.1162zm-14.116 7.5v2.5h1.25v-1.25h1.25v-1.25zm5 0v1.25h1.25v1.25h1.25v-2.5zm-5 5v2.5h2.5v-1.25h-1.25v-1.25zm6.25 0v1.25h-1.25v1.25h2.5v-2.5z" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/zoomReset.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m1 1v3.75h1.25v-2.5h2.5v-1.25h-2.5zm16.25 0v1.25h2.5v2.5h1.25v-3.75h-1.25zm-13.75 2.5v15h15v-15zm1.25 1.25h12.5v12.5h-12.5zm-3.75 12.5v3.75h3.75v-1.25h-2.5v-2.5zm18.75 0v2.5h-2.5v1.25h3.75v-3.75z" color="#eff0f1" fill="#232629"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/breeze-light/zoomTo.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { + color:#eff0f1; + }</style> + </defs> + <path class="ColorScheme-Text" d="m1 1v3.75h1.25v-2.5h2.5v-1.25h-2.5zm10 0-2.5 2.5h5zm6.25 0v1.25h2.5v2.5h1.25v-3.75h-1.25zm-13.75 7.5-2.5 2.5 2.5 2.5zm15 0v5l2.5-2.5zm-17.5 8.75v3.75h3.75v-1.25h-2.5v-2.5zm18.75 0v2.5h-2.5v1.25h3.75v-3.75zm-11.25 1.25 2.5 2.5 2.5-2.5z" color="#eff0f1" fill="#232629"/> +</svg>
--- a/eric6/icons/default/chart.svg Sat Mar 07 11:12:38 2020 +0100 +++ b/eric6/icons/default/chart.svg Sun Apr 05 12:06:15 2020 +0200 @@ -1,17 +1,12 @@ -<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 22"> - <defs id="defs3051"> - <style type="text/css" id="current-color-scheme"> - .ColorScheme-Text { +<?xml version="1.0" encoding="UTF-8"?> +<svg viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { color:#232629; } .ColorScheme-Highlight { color:#3daee9; - } - </style> - </defs> - <path - style="fill:currentColor;fill-opacity:1;stroke:none" - d="M 4 3 L 4 9 L 4 10 L 4 15 L 4 16 L 4 17 L 3 17 L 3 18 L 4 18 L 4 19 L 5 19 L 5 18 L 18.292969 18 L 19 18 L 19 17.292969 L 19 17 L 18.707031 17 L 17.958984 16.251953 L 17.130859 15.423828 L 15.130859 13.423828 L 15.126953 13.427734 L 15.121094 13.423828 L 12.998047 15.546875 L 11.703125 14.251953 L 10.875 13.423828 L 8.875 11.423828 L 8.8730469 11.423828 L 7 11.423828 L 6 11.423828 L 5 11.423828 L 5 11 L 5 10 L 6 10 L 7 10 L 8.8730469 10 L 8.875 10 L 10.875 8 L 11.703125 7.171875 L 12.998047 5.8769531 L 15.121094 8 L 15.126953 7.9960938 L 15.130859 8 L 17.130859 6 L 17.958984 5.171875 L 19 4.1308594 L 18.292969 3.4238281 L 17.251953 4.4648438 L 16.423828 5.2929688 L 15.126953 6.5898438 L 13 4.4648438 L 12.998047 4.4667969 L 12.996094 4.4648438 L 11.46875 5.9921875 L 5 5.9921875 L 5 5 L 5 3 L 4 3 z M 5 6 L 11.460938 6 L 10.996094 6.4648438 L 10.167969 7.2929688 L 8.4609375 9 L 7 9 L 6 9 L 5 9 L 5 6 z M 5 12.423828 L 6 12.423828 L 7 12.423828 L 8.4609375 12.423828 L 10.167969 14.130859 L 10.996094 14.958984 L 11.460938 15.423828 L 5 15.423828 L 5 15 L 5 12.423828 z M 15.126953 14.833984 L 16.423828 16.130859 L 17.251953 16.958984 L 17.292969 17 L 5 17 L 5 16 L 5 15.431641 L 11.46875 15.431641 L 12.996094 16.958984 L 12.998047 16.957031 L 13 16.958984 L 15.126953 14.833984 z " - class="ColorScheme-Text" - /> + }</style> + </defs> + <path class="ColorScheme-Text" d="m4 3v6 1 5 1 1h-1v1h1v1h1v-1h13.293 0.70703v-0.70703-0.29297h-0.29297l-3.5762-3.5762-0.003906 0.003906-0.005859-0.003906-2.123 2.123-4.123-4.123h-0.0019531-1.873-1-1v-0.42383-1h1 1 1.873 0.0019531l4.123-4.123 2.123 2.123 0.005859-0.0039062 0.003906 0.0039062 3.8691-3.8691-0.70703-0.70703-3.166 3.166-2.127-2.125-0.001953 0.0019531-0.001953-0.0019531-1.5273 1.5273h-6.4688v-0.99219-2h-1zm1 3h6.4609l-3 3h-1.4609-1-1v-3zm0 6.4238h1 1 1.4609l3 3h-6.4609v-0.42383-2.5762zm10.127 2.4102 2.166 2.166h-12.293v-1-0.56836h6.4688l1.5273 1.5273 0.001953-0.001953 0.001953 0.001953 2.127-2.125z" fill="currentColor"/> </svg>
--- a/eric6/icons/default/filemanager.svg Sat Mar 07 11:12:38 2020 +0100 +++ b/eric6/icons/default/filemanager.svg Sun Apr 05 12:06:15 2020 +0200 @@ -1,241 +1,35 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<!-- Created with Inkscape (http://www.inkscape.org/) --> - -<svg - xmlns:dc="http://purl.org/dc/elements/1.1/" - xmlns:cc="http://creativecommons.org/ns#" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:svg="http://www.w3.org/2000/svg" - xmlns="http://www.w3.org/2000/svg" - xmlns:xlink="http://www.w3.org/1999/xlink" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="22" - height="22" - viewBox="0 0 22 22" - id="svg7925" - version="1.1" - inkscape:version="0.91 r13725" - sodipodi:docname="system-file-manager.svg"> - <defs - id="defs7927"> - <linearGradient - id="linearGradient4274" - inkscape:collect="always"> - <stop - id="stop4276" - offset="0" - style="stop-color:#ffffff;stop-opacity:1;" /> - <stop - id="stop4278" - offset="1" - style="stop-color:#ffffff;stop-opacity:0.48760331" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient4274" - id="linearGradient8485" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.69224711,0,0,0.69224711,-264.27155,1668.4354)" - x1="390.57144" - y1="498.298" - x2="442.57144" - y2="498.298" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient4393" - id="linearGradient4399" - x1="419.4624" - y1="499.23697" - x2="432.57144" - y2="523.79797" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.34616832,0,0,0.34616832,-141.20459,864.54218)" /> - <linearGradient - inkscape:collect="always" - id="linearGradient4393"> - <stop - style="stop-color:#000000;stop-opacity:1;" - offset="0" - id="stop4395" /> - <stop - style="stop-color:#000000;stop-opacity:0;" - offset="1" - id="stop4397" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient4172-5" - id="linearGradient4178" - y1="548.88599" - y2="495.30789" - x2="397.2283" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.34616832,0,0,0.34605565,-133.24271,862.87242)" - x1="434.16153" /> - <linearGradient - inkscape:collect="always" - id="linearGradient4172-5"> - <stop - style="stop-color:#127bdc;stop-opacity:1" - id="stop4174-6" /> - <stop - offset="1" - style="stop-color:#64b4f4;stop-opacity:1" - id="stop4176-6" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient4227" - id="linearGradient4225" - gradientUnits="userSpaceOnUse" - x1="396.57144" - y1="498.798" - x2="426.57144" - y2="511.798" - gradientTransform="matrix(0.34616832,0,0,0.34616832,-133.24271,864.50368)" /> - <linearGradient - id="linearGradient4227" - inkscape:collect="always"> - <stop - id="stop4229" - offset="0" - style="stop-color:#f5f5f5;stop-opacity:1" /> - <stop - id="stop4231" - offset="1" - style="stop-color:#f9f9f9;stop-opacity:1" /> - </linearGradient> - <linearGradient - gradientTransform="matrix(0.34616832,0,0,0.34616832,-133.24271,862.81136)" - inkscape:collect="always" - xlink:href="#linearGradient4291" - id="linearGradient4297" - x1="388.57144" - y1="487.798" - x2="416.57144" - y2="507.798" - gradientUnits="userSpaceOnUse" /> - <linearGradient - inkscape:collect="always" - id="linearGradient4291"> - <stop - style="stop-color:#1d5e8c;stop-opacity:1" - offset="0" - id="stop4293" /> - <stop - style="stop-color:#2675a7;stop-opacity:1" - offset="1" - id="stop4295" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient4274" - id="linearGradient8603" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.34616832,0,0,0.34616832,-133.24271,2893.0497)" - x1="390.57144" - y1="498.298" - x2="442.57144" - y2="498.298" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient4274" - id="linearGradient8603-0" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.34616832,0,0,0.34616832,-135.15325,827.3248)" - x1="390.57144" - y1="498.298" - x2="442.57144" - y2="498.298" /> - </defs> - <sodipodi:namedview - id="base" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0.0" - inkscape:pageshadow="2" - inkscape:zoom="1" - inkscape:cx="14.052007" - inkscape:cy="13.482364" - inkscape:document-units="px" - inkscape:current-layer="layer1" - showgrid="false" - units="px" - inkscape:snap-bbox="true" - inkscape:bbox-nodes="true" - inkscape:object-nodes="true"> - <inkscape:grid - type="xygrid" - id="grid8605" /> - </sodipodi:namedview> - <metadata - id="metadata7930"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title /> - </cc:Work> - </rdf:RDF> - </metadata> - <g - inkscape:label="Livello 1" - inkscape:groupmode="layer" - id="layer1" - transform="translate(0,-1030.3622)"> - <path - inkscape:connector-curvature="0" - style="fill:url(#linearGradient4297);fill-opacity:1" - id="rect4180" - d="m 1,1042.3622 20,0.501 0,-8.501 -10,0 -1.588488,-2.0013 -8.411512,0 z" - sodipodi:nodetypes="ccccccc" /> - <rect - ry="1.0000174" - rx="0.9128685" - y="1036.3622" - x="2" - height="5.0000172" - width="18" - id="rect4223" - style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:url(#linearGradient4225);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> - <path - inkscape:connector-curvature="0" - style="fill:url(#linearGradient4178)" - d="m 9,1038.3622 -2,1 -6,0 -0.0895868,1.0011 -5e-7,9.5003 c 0,0.2699 0.244354,0.4954 0.4919395,0.4954 l 19.0105828,0.01 c 0.255387,0.01 0.500065,-0.1978 0.500065,-0.5 L 21,1038.3622 Z" - id="rect4113" - sodipodi:nodetypes="cccccscccc" /> - <path - inkscape:connector-curvature="0" - style="opacity:0.3;fill:#ffffff;fill-opacity:1;fill-rule:evenodd" - id="path4224" - d="m 1,1039.3622 -0.0895868,1.0011 7.0895868,0 1,-2 -2,0.9989 z" - sodipodi:nodetypes="cccccc" /> - <path - inkscape:connector-curvature="0" - style="opacity:0.3;fill:#ffffff;fill-opacity:1;fill-rule:evenodd" - id="path4196" - d="m 9.411512,1032.3622 0.588488,3 11,0 0,-1 -10,0 z" - sodipodi:nodetypes="cccccc" /> - <path - style="opacity:0.09899998;fill:url(#linearGradient4399);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" - d="m 0.9104132,1040.3633 7.0895868,-0 1,-2 12,0 0,11.6563 -10.385049,0 z" - id="path4383" - inkscape:connector-curvature="0" - sodipodi:nodetypes="ccccccc" /> - <path - style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.85;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:url(#linearGradient8603);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" - d="m 2.9121094,1036.3622 c -0.5057292,0 -0.9121094,0.446 -0.9121094,1 l 0,1 c 0,-0.554 0.4063802,-1 0.9121094,-1 l 16.0878906,0 c 0.505729,0 0.912109,0.446 0.912109,1 l 0,-1 c 0,-0.554 -0.40638,-1 -0.912109,-1 z" - id="rect8607" - inkscape:connector-curvature="0" - sodipodi:nodetypes="sscsscsss" /> - <path - style="fill:#000000;color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.3;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;filter-blend-mode:normal;filter-gaussianBlur-deviation:0;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" - d="M 20.992188 8 L 20.912109 18.505859 C 20.912109 18.808059 20.667496 19.015859 20.412109 19.005859 L 1.4023438 18.996094 C 1.1547582 18.996094 0.91015625 18.771853 0.91015625 18.501953 L 0.91015625 19.501953 C 0.91015625 19.771853 1.1547582 19.996094 1.4023438 19.996094 L 20.412109 20.005859 C 20.667496 20.015859 20.912109 19.808059 20.912109 19.505859 L 21 8 L 20.992188 8 z " - transform="translate(0,1030.3622)" - id="path4164" /> - </g> +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <defs> + <linearGradient id="linearGradient4399" x1="419.46" x2="432.57" y1="499.24" y2="523.8" gradientTransform="matrix(.34617 0 0 .34617 -141.2 864.54)" gradientUnits="userSpaceOnUse"> + <stop offset="0"/> + <stop stop-opacity="0" offset="1"/> + </linearGradient> + <linearGradient id="linearGradient4178" x1="434.16" x2="397.23" y1="548.89" y2="495.31" gradientTransform="matrix(.34617 0 0 .34606 -133.24 862.87)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#127bdc" offset="0"/> + <stop stop-color="#64b4f4" offset="1"/> + </linearGradient> + <linearGradient id="linearGradient4225" x1="396.57" x2="426.57" y1="498.8" y2="511.8" gradientTransform="matrix(.34617 0 0 .34617 -133.24 864.5)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#f5f5f5" offset="0"/> + <stop stop-color="#f9f9f9" offset="1"/> + </linearGradient> + <linearGradient id="linearGradient4297" x1="388.57" x2="416.57" y1="487.8" y2="507.8" gradientTransform="matrix(.34617 0 0 .34617 -133.24 862.81)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#1d5e8c" offset="0"/> + <stop stop-color="#2675a7" offset="1"/> + </linearGradient> + <linearGradient id="linearGradient8603" x1="390.57" x2="442.57" y1="498.3" y2="498.3" gradientTransform="matrix(.34617 0 0 .34617 -133.24 2893)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#fff" offset="0"/> + <stop stop-color="#fff" stop-opacity=".4876" offset="1"/> + </linearGradient> + </defs> + <g transform="translate(0 -1030.4)"> + <path d="m1 1042.4 20 0.501v-8.501h-10l-1.5885-2.0013h-8.4115z" fill="url(#linearGradient4297)"/> + <rect x="2" y="1036.4" width="18" height="5" rx=".91287" ry="1" color="#000000" color-rendering="auto" fill="url(#linearGradient4225)" image-rendering="auto" shape-rendering="auto" solid-color="#000000" style="isolation:auto;mix-blend-mode:normal"/> + <path d="m9 1038.4-2 1h-6l-0.089587 1.0011-5e-7 9.5003c0 0.2699 0.24435 0.4954 0.49194 0.4954l19.011 0.01c0.25539 0.01 0.50006-0.1978 0.50006-0.5l0.087-11.507z" fill="url(#linearGradient4178)"/> + <path d="m1 1039.4-0.089587 1.0011h7.0896l1-2-2 0.9989z" fill="#fff" fill-rule="evenodd" opacity=".3"/> + <path d="m9.4115 1032.4 0.58849 3h11v-1h-10z" fill="#fff" fill-rule="evenodd" opacity=".3"/> + <path d="m0.91041 1040.4h7.0896l1-2h12v11.656h-10.385z" fill="url(#linearGradient4399)" fill-rule="evenodd" opacity=".099"/> + <path d="m2.9121 1036.4c-0.50573 0-0.91211 0.446-0.91211 1v1c0-0.554 0.40638-1 0.91211-1h16.088c0.50573 0 0.91211 0.446 0.91211 1v-1c0-0.554-0.40638-1-0.91211-1z" color="#000000" color-rendering="auto" fill="url(#linearGradient8603)" image-rendering="auto" opacity=".85" shape-rendering="auto" solid-color="#000000" style="isolation:auto;mix-blend-mode:normal"/> + <path transform="translate(0 1030.4)" d="m20.992 8-0.080079 10.506c0 0.3022-0.24461 0.51-0.5 0.5l-19.01-0.009765c-0.24759 0-0.49219-0.22424-0.49219-0.49414v1c0 0.2699 0.2446 0.49414 0.49219 0.49414l19.01 0.009765c0.25539 0.01 0.5-0.1978 0.5-0.5l0.087891-11.506h-0.007812z" color="#000000" color-rendering="auto" image-rendering="auto" opacity=".3" shape-rendering="auto" solid-color="#000000" style="filter-blend-mode:normal;filter-gaussianBlur-deviation:0;isolation:auto;mix-blend-mode:normal"/> + </g> </svg>
--- a/eric6/icons/default/linkConnect.svg Sat Mar 07 11:12:38 2020 +0100 +++ b/eric6/icons/default/linkConnect.svg Sun Apr 05 12:06:15 2020 +0200 @@ -1,14 +1,9 @@ -<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 22"> - <defs id="defs3051"> - <style type="text/css" id="current-color-scheme"> - .ColorScheme-Text { +<?xml version="1.0" encoding="UTF-8"?> +<svg viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { color:#232629; - } - </style> - </defs> - <path - style="fill:currentColor;fill-opacity:1;stroke:none" - d="M 18.292969 3 L 14.792969 6.5 L 13.292969 5 L 11.292969 7 L 8 10.292969 L 6 12.292969 L 7.5 13.792969 L 3 18.292969 L 3.7070312 19 L 8.2070312 14.5 L 9.7070312 16 L 11.707031 14 L 15 10.707031 L 17 8.7070312 L 15.5 7.2070312 L 19 3.7070312 L 18.292969 3 z " - class="ColorScheme-Text" - /> + }</style> + </defs> + <path class="ColorScheme-Text" d="m18.293 3-3.5 3.5-1.5-1.5-7.293 7.293 1.5 1.5-4.5 4.5 0.70703 0.70703 4.5-4.5 1.5 1.5 7.293-7.293-1.5-1.5 3.5-3.5-0.70703-0.70703z" fill="currentColor"/> </svg>
--- a/eric6/icons/default/linkDisconnect.svg Sat Mar 07 11:12:38 2020 +0100 +++ b/eric6/icons/default/linkDisconnect.svg Sun Apr 05 12:06:15 2020 +0200 @@ -1,22 +1,13 @@ -<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 22"> - <defs id="defs3051"> - <style type="text/css" id="current-color-scheme"> - .ColorScheme-Text { +<?xml version="1.0" encoding="UTF-8"?> +<svg viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { color:#232629; } .ColorScheme-NegativeText { color:#da4453; - } - </style> - </defs> - <path - style="fill:currentColor;fill-opacity:1;stroke:none" - d="M 18.292969 3 L 14.792969 6.5 L 13.292969 5 L 11.292969 7 L 9.5 8.7929688 L 11 10.292969 L 11.707031 11 L 13.207031 12.5 L 15 10.707031 L 17 8.7070312 L 15.5 7.2070312 L 19 3.7070312 L 18.292969 3 z M 8.7929688 9.5 L 8 10.292969 L 6 12.292969 L 7.5 13.792969 L 3 18.292969 L 3.7070312 19 L 8.2070312 14.5 L 9.7070312 16 L 11.707031 14 L 12.5 13.207031 L 11 11.707031 L 10.292969 11 L 8.7929688 9.5 z " - class="ColorScheme-Text" - /> - <path - style="fill:currentColor;fill-opacity:1;stroke:none" - d="M 14.833984 14 L 14 14.833984 L 15.666016 16.5 L 14 18.166016 L 14.833984 19 L 16.5 17.333984 L 18.166016 19 L 19 18.166016 L 17.333984 16.5 L 19 14.833984 L 18.166016 14 L 16.5 15.666016 L 14.833984 14 z " - class="ColorScheme-NegativeText" - /> + }</style> + </defs> + <path class="ColorScheme-Text" d="m18.293 3-3.5 3.5-1.5-1.5-3.793 3.793 3.707 3.707 3.793-3.793-1.5-1.5 3.5-3.5-0.70703-0.70703zm-9.5 6.5-2.793 2.793 1.5 1.5-4.5 4.5 0.70703 0.70703 4.5-4.5 1.5 1.5 2.793-2.793-3.707-3.707z" fill="currentColor"/> + <path class="ColorScheme-NegativeText" d="m14.834 14-0.83398 0.83398 1.666 1.666-1.666 1.666 0.83398 0.83398 1.666-1.666 1.666 1.666 0.83398-0.83398-1.666-1.666 1.666-1.666-0.83398-0.83398-1.666 1.666-1.666-1.666z" fill="currentColor"/> </svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/default/miniconda.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <style>.st0{fill:#43b02a}</style> + <path class="st0" d="m2.3887 14.044c-0.36349 0.72642-0.65775 1.4874-0.90008 2.2657 0.81353 0.22484 1.6271 0.3805 2.4579 0.44968 0.017304-0.65723 0.069237-1.2799 0.15578-1.9025-0.58851-0.22484-1.1597-0.50157-1.7136-0.81289zm3.3234-8.3711c-0.48466 0-0.952 0.03459-1.4367 0.10377 0.069237 0.48428 0.13847 0.95126 0.25964 1.4355 0.32887-0.55346 0.72699-1.055 1.177-1.5047zm-3.8946 11.398c0.62313 0.95126 1.402 1.7987 2.2848 2.5079-0.086546-0.74371-0.15578-1.4528-0.15578-2.162-0.72699-0.06918-1.4367-0.19025-2.129-0.34591zm5.6255-16.483c-0.86546 0.29403-1.6617 0.69182-2.4233 1.1761 0.5712 0.10377 1.1251 0.22484 1.679 0.3978 0.20771-0.53616 0.46735-1.055 0.74429-1.5739zm3.5657-0.58805c-0.43273 0-0.84815 0.034592-1.2636 0.069182 0.58851 0.41509 1.1424 0.84748 1.679 1.3318l0.43273 0.3978-0.43273 0.43239c-0.36349 0.34591-0.70968 0.70912-1.0386 1.1069v0.017297s-0.06924 0.069182-0.17309 0.19025c0.25964-0.034588 0.51928-0.034588 0.79622-0.034588 4.1369 0 7.4949 3.3553 7.4949 7.489s-3.358 7.489-7.4949 7.489c-1.4367 0-2.7868-0.3978-3.9292-1.1069-0.5712 0.06918-1.1251 0.10377-1.6963 0.10377-0.25964 0-0.51928 0-0.79622-0.0173 0.017311 0.84748 0.10386 1.7296 0.24233 2.6462 1.7655 1.1934 3.8773 1.8852 6.1621 1.8852 6.0755 0 11.009-4.9292 11.009-11 0.017309-6.0708-4.9158-11-10.991-11z" stroke-width=".17302"/> + <path class="st0" d="m9.5374 2.5943c0.22502-0.25943 0.45004-0.51887 0.67506-0.76101-0.51928-0.43239-1.0559-0.84748-1.6271-1.1934-0.34618 0.58805-0.65775 1.2107-0.91739 1.8333 0.50197 0.19025 0.98662 0.3978 1.454 0.62264 0.22502-0.27673 0.3808-0.44969 0.41542-0.50157zm-6.1794 3.3035c-0.81353 0.13836-1.6098 0.36321-2.3887 0.63994 0.31157 0.7956 0.70968 1.5739 1.1597 2.3003 0.51928-0.36321 1.0559-0.70912 1.6098-1.0031-0.17309-0.63994-0.29426-1.2799-0.3808-1.9371zm-1.4367 4.1509c-0.58851 0.48428-1.1424 1.0031-1.6617 1.5912 0.5712 0.50157 1.177 0.95126 1.8175 1.3664 0.29426-0.51887 0.62313-1.0377 0.96931-1.522-0.3808-0.44968-0.7616-0.93396-1.1251-1.4355zm2.8041 5.0503c-0.069236 0.55346-0.12116 1.1242-0.13847 1.7123 0.55389 0.03459 1.1078 0.03459 1.6617 0-0.58851-0.48428-1.1078-1.055-1.5232-1.7123zm1.6098-11.969c-0.69237-0.19025-1.402-0.34591-2.1117-0.43239-0.069237 0.72642-0.069237 1.4355-0.017311 2.1447 0.5712-0.069182 1.1251-0.10377 1.6963-0.10377 0.10386-0.55346 0.25964-1.0896 0.43273-1.6085zm0.98662 0.31132c-0.13847 0.41509-0.25964 0.83019-0.36349 1.2453 0.48466-0.31132 1.0039-0.57076 1.5405-0.76101-0.3808-0.17296-0.77891-0.32862-1.177-0.48428zm-7.2352 9.0283c0.13847 1.0723 0.43273 2.0928 0.86546 3.0267 0.22502-0.62264 0.48466-1.2453 0.77891-1.8333-0.5712-0.36321-1.1078-0.76101-1.6444-1.1934zm3.1676-9.2704c-0.65775 0.65723-1.229 1.3836-1.7136 2.1792 0.5712-0.17296 1.1424-0.31132 1.7309-0.41509-0.034616-0.58805-0.051927-1.1761-0.017311-1.7642zm-0.65775 6.3475c0.27695 0.3978 0.58851 0.7956 0.91739 1.1761 0.034616-0.69182 0.13847-1.3491 0.34618-1.989-0.43273 0.24214-0.86546 0.51887-1.2636 0.81289zm0.13847 3.8223c0.46735 0.25943 0.93469 0.50157 1.4367 0.70912-0.29426-0.63994-0.48466-1.3145-0.58851-2.0409-0.31157 0.43239-0.58851 0.88208-0.84815 1.3318zm-1.2809-4.0126c-0.34618-0.55346-0.65775-1.1242-0.9347-1.7296-0.31156 0.96855-0.50197 2.0063-0.51928 3.0613 0.46735-0.48428 0.952-0.93396 1.454-1.3318z" stroke-width=".17302"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/default/miniconda48.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="48" height="48" version="1.1" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg"> + <style>.st0{fill:#43b02a}</style> + <path class="st0" d="m5.2116 30.642c-0.79307 1.5849-1.4351 3.2453-1.9638 4.9434 1.775 0.49057 3.55 0.83019 5.3627 0.98113 0.03776-1.434 0.15106-2.7925 0.33989-4.1509-1.284-0.49057-2.5303-1.0943-3.7388-1.7736zm7.251-18.264c-1.0574 0-2.0771 0.07547-3.1345 0.22642 0.15106 1.0566 0.30212 2.0755 0.56648 3.1321 0.71754-1.2075 1.5861-2.3019 2.5681-3.283zm-8.4972 24.868c1.3596 2.0755 3.059 3.9245 4.985 5.4717-0.18883-1.6226-0.33989-3.1698-0.33989-4.717-1.5862-0.15094-3.1345-0.41509-4.6452-0.75472zm12.274-35.962c-1.8883 0.64151-3.6255 1.5094-5.2872 2.566 1.2463 0.22642 2.4548 0.49057 3.6632 0.86792 0.45319-1.1698 1.0197-2.3019 1.6239-3.434zm7.7797-1.283c-0.94414 0-1.8505 0.075472-2.7569 0.15094 1.284 0.90566 2.4925 1.8491 3.6632 2.9057l0.94414 0.86792-0.94414 0.9434c-0.79308 0.75472-1.5484 1.5472-2.2659 2.4151v0.03774s-0.15106 0.15094-0.37765 0.41509c0.56648-0.07547 1.133-0.07547 1.7372-0.07547 9.0259 0 16.352 7.3208 16.352 16.34s-7.3265 16.34-16.352 16.34c-3.1345 0-6.0802-0.86792-8.5728-2.4151-1.2463 0.15094-2.4548 0.22642-3.701 0.22642-0.56648 0-1.133 0-1.7372-0.03774 0.03777 1.8491 0.22659 3.7736 0.52872 5.7736 3.8521 2.6038 8.4595 4.1132 13.445 4.1132 13.256 0 24.019-10.755 24.019-24 0.037765-13.245-10.725-24-23.981-24z" stroke-width=".37751"/> + <path class="st0" d="m20.809 5.6604c0.49095-0.56604 0.9819-1.1321 1.4729-1.6604-1.133-0.9434-2.3037-1.8491-3.55-2.6038-0.75531 1.283-1.4351 2.6415-2.0016 4 1.0952 0.4151 2.1526 0.86792 3.1723 1.3585 0.49095-0.60377 0.83084-0.98113 0.90637-1.0943zm-13.482 7.2075c-1.775 0.30189-3.5122 0.79245-5.2116 1.3962 0.67978 1.7358 1.5484 3.434 2.5303 5.0189 1.133-0.79245 2.3037-1.5472 3.5122-2.1887-0.37765-1.3962-0.64201-2.7925-0.83084-4.2264zm-3.1345 9.0566c-1.284 1.0566-2.4925 2.1887-3.6255 3.4717 1.2463 1.0943 2.5681 2.0755 3.9654 2.9811 0.64201-1.1321 1.3596-2.2642 2.1149-3.3208-0.83084-0.98113-1.6617-2.0377-2.4548-3.1321zm6.118 11.019c-0.15106 1.2075-0.26436 2.4528-0.30212 3.7358 1.2085 0.07547 2.417 0.07547 3.6255 0-1.284-1.0566-2.417-2.3019-3.3234-3.7358zm3.5122-26.113c-1.5106-0.4151-3.059-0.75472-4.6074-0.9434-0.15106 1.5849-0.15106 3.1321-0.03777 4.6792 1.2463-0.15094 2.4548-0.22642 3.701-0.22642 0.22659-1.2075 0.56648-2.3774 0.94414-3.5094zm2.1526 0.67924c-0.30212 0.90566-0.56648 1.8113-0.79308 2.717 1.0574-0.67924 2.1904-1.2453 3.3611-1.6604-0.83084-0.37736-1.6994-0.71698-2.5681-1.0566zm-15.786 19.698c0.30212 2.3396 0.94414 4.566 1.8883 6.6038 0.49095-1.3585 1.0574-2.717 1.6994-4-1.2463-0.79245-2.417-1.6604-3.5877-2.6038zm6.9111-20.226c-1.4351 1.434-2.6813 3.0189-3.7388 4.7547 1.2463-0.37736 2.4925-0.67924 3.7765-0.90566-0.07553-1.283-0.1133-2.566-0.03777-3.8491zm-1.4351 13.849c0.60425 0.86792 1.284 1.7358 2.0016 2.566 0.07553-1.5094 0.30212-2.9434 0.75531-4.3396-0.94414 0.5283-1.8883 1.1321-2.7569 1.7736zm0.30212 8.3396c1.0197 0.56604 2.0393 1.0943 3.1345 1.5472-0.64201-1.3962-1.0574-2.8679-1.284-4.4528-0.67978 0.9434-1.284 1.9245-1.8505 2.9057zm-2.7946-8.7547c-0.75531-1.2075-1.4351-2.4528-2.0393-3.7736-0.67978 2.1132-1.0952 4.3774-1.133 6.6792 1.0197-1.0566 2.0771-2.0377 3.1723-2.9057z" stroke-width=".37751"/> +</svg>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/icons/default/pypi.svg Sun Apr 05 12:06:15 2020 +0200 @@ -0,0 +1,26 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="5.8208mm" height="5.8208mm" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg"> + <g transform="translate(-111.24 -145.92)"> + <g transform="matrix(.011642 0 0 .013265 111.24 145.92)"> + <path d="m208 437.76c-7.6057-2.2404-205.58-74.059-206.75-75.002-0.96412-0.77704-1.25-10.601-1.25-42.956 0-32.227 0.28971-42.238 1.25-43.197 0.6875-0.68665 14.075-5.8825 29.75-11.546 15.675-5.6638 30.862-11.177 33.75-12.252l5.25-1.954v-41.306c0-31.838 0.28652-41.538 1.25-42.318 0.6875-0.55698 15.2-6.0574 32.25-12.223s32.462-11.817 34.25-12.559l3.25-1.3482v-15.429c0-11.156 0.34617-15.699 1.25-16.404 0.6875-0.53659 15.875-6.2714 33.75-12.744 17.875-6.4726 33.288-12.18 34.25-12.682 1.5509-0.80969 1.75-2.6589 1.75-16.256 0-11.069 0.34814-15.623 1.25-16.351 1.6771-1.3531 132.84-48.665 139.45-50.302 4.2356-1.0485 5.9983-1.0492 9.5-0.003731 9.1438 2.73 63.416 22.338 65.524 23.673 2.1233 1.3449 2.2372 2.1206 2.5 17.035l0.27536 15.626 32.477 11.82c17.862 6.5012 33.5 12.368 34.75 13.037l2.273 1.2165v125.9c0 99.397-0.26316 126.16-1.25 127.14-1.0708 1.0576-54.404 20.565-238.25 87.141-44.675 16.178-45.334 16.357-52.5 14.246zm41.389-14.374c17.661-6.385 32.674-12.065 33.361-12.622 0.96068-0.77875 1.25-9.8959 1.25-39.391 0-35.904-0.11279-38.374-1.75-38.323-0.9625 0.0299-16.15 5.3174-33.75 11.75l-32 11.696-0.26161 39.25c-0.14388 21.588 0.0311 39.25 0.38896 39.25 0.35781 0 15.101-5.2241 32.762-11.609zm215.36-78.039 32.25-11.683v-39.441c0-31.14-0.2631-39.341-1.25-38.966-0.6875 0.2614-13.4 4.8623-28.25 10.224s-29.362 10.629-32.25 11.704l-5.25 1.9547v38.928c0 30.467 0.2717 38.932 1.25 38.945 0.6875 9e-3 15.762-5.2401 33.5-11.666zm-60.106-5.4407c4.7499-2.9356 8.4021-9.5777 8.5209-15.497 0.0818-4.0741-0.32443-5.1545-2.7093-7.2059-2.2364-1.9236-3.526-2.2963-6.3572-1.8368-9.4634 1.5357-17.478 14.47-14.068 22.703 2.209 5.3329 7.8158 6.0374 14.613 1.8364zm-336.86-71.809-0.28498-9.8982-15 5.5064c-8.25 3.0285-19.95 7.3065-26 9.5065s-11.382 4.3558-11.849 4.7906c-0.46686 0.43476 0.64337 1.1182 2.4672 1.5188 1.8238 0.40058 4.0058 1.0933 4.8488 1.5393 0.84305 0.44604 11.433 4.4085 23.533 8.8055l22 7.9945 0.28498-9.9327c0.15674-5.463 0.15674-14.387 0-19.831zm71-57.97-0.28498-9.8681-7.5 2.7939c-4.125 1.5366-15.934 5.8648-26.243 9.6181-10.309 3.7533-18.746 7.0712-18.75 7.3731-0.0037 0.30191 5.9558 2.7062 13.243 5.3429 7.2875 2.6367 14.825 5.3986 16.75 6.1377s7.775 2.9016 13 4.8055l9.5 3.4617 0.28498-9.8984c0.15674-5.4441 0.15674-14.339 0-19.766zm-0.12054-60.801c-0.20834-0.20835-5.5056 1.478-11.772 3.7473-30.462 11.033-41.842 15.305-41.548 15.599 0.17684 0.17683 11.489 4.3871 25.139 9.3562 13.649 4.9691 25.537 9.438 26.417 9.9309 1.4387 0.80597 1.6273-1.0758 1.8715-18.679 0.1494-10.767 0.10117-19.746-0.10718-19.954zm71.336-38.831c0-10.725-0.1281-19.5-0.28466-19.5-0.5525 0-12.427 4.2439-30.715 10.977-10.175 3.7463-19.805 7.2189-21.4 7.717-2.7122 0.84701-2.292 1.1111 6.5 4.0847 5.1698 1.7485 17.275 6.0965 26.9 9.6622 9.625 3.5657 17.838 6.5001 18.25 6.521 0.4125 0.0209 0.75-8.737 0.75-19.462zm105.16 10.037c3.8637-2.6254 8.8402-11.229 8.8402-15.283 0-3.5142-2.6277-7.9234-5.1086-8.5722-10.022-2.6208-22.593 13.417-17.742 22.634 0.63234 1.2013 1.6448 2.5149 2.25 2.919 2.3399 1.5624 8.2098 0.71519 11.76-1.6973z" fill="#ecebe8"/> + <path d="m210.47 437.65c-1.709-1.1698-46.702-17.767-65.473-24.151-3.575-1.216-10.325-3.6679-15-5.4487-4.675-1.7808-22-8.105-38.5-14.054-16.5-5.9488-43.115-15.582-59.146-21.406-16.03-5.8245-29.868-10.59-30.75-10.59-1.4474 0-1.6045-4.1591-1.6045-42.5v-42.5h2.6398c1.4519 0 3.1394 0.64898 3.75 1.4422 1.3767 1.7883 61.636 23.755 63.36 23.098 1.5954-0.60878 1.8266-46.065 0.23928-47.046-0.64217-0.39688-0.4753-1.3891 0.45763-2.721 1.2308-1.7572 1.4744-8.6375 1.506-42.522 0.02068-22.234 0.29131-40.836 0.60139-41.338 0.88561-1.433 4.4458-1.0656 4.4458 0.45868 0 1.6609 61.32 24.104 63.535 23.254 1.2281-0.47125 1.4652-4.2799 1.4652-23.535 0-15.173-0.36163-23.196-1.0651-23.631-0.70809-0.43762-0.54957-1.228 0.47287-2.3578 1.2157-1.3433 1.5961-4.935 1.8151-17.138 0.24895-13.869 0.45777-15.473 2.0534-15.78 0.97693-0.18754 2.5519 0.53891 3.5 1.6144 1.7017 1.9303 58.981 23.201 62.477 23.201 1.6009 0 1.7192-2.8174 1.6864-40.167-0.029-32.968 0.21349-40.415 1.3529-41.555 0.76353-0.76353 29.923-11.734 64.798-24.379 80.59-29.22 77.488-28.162 80.17-27.349 10.092 3.0568 66.614 24.014 67.965 25.2 1.4692 1.2903 1.7661 3.8104 2 16.979l0.27472 15.464 70 25.445 0.25385 126.18c0.16887 83.945-0.08217 126.18-0.75 126.18-0.65548 0-1.0038-14.229-1.0038-41 0-34.162-0.2298-41-1.3778-41-1.0428 0-55.408 19.417-65.904 23.539-1.6752 0.65776-1.7647 3.1692-1.5 42.051l0.28156 41.352-71.781 26.029c-39.479 14.316-71.992 26.029-72.25 26.029-0.25807 0-0.46922-18.198-0.46922-40.441 0-23.822-0.38177-40.677-0.92903-41.015-1.0049-0.62103-66.73 22.928-68.81 24.655-0.97438 0.80867-1.2605 9.8579-1.2605 39.867 0 37.972 0.0447 38.852 2.0451 40.253 1.7913 1.2547 1.8432 1.5099 0.41821 2.0567-2.4339 0.93396-3.8094 0.76728-5.9908-0.72596zm2.2891-41.372c0.248-37.162 0.16629-39.246-1.5756-40.178-4.3705-2.339-65.482-24.035-66.291-23.534-1.2168 0.75202-1.1359 76.504 0.0837 78.435 1.0142 1.6052 63.505 24.932 66.022 24.644 1.2999-0.14842 1.5349-5.3993 1.7616-39.366zm-71.762-26.155v-39.877l-33.225-12.044c-18.274-6.6239-33.574-11.828-34-11.564-0.42649 0.26359-0.77543 17.948-0.77543 39.298 0 31.913 0.24719 39.024 1.3894 39.972 1.4869 1.2341 63.264 23.957 65.361 24.042 0.97994 0.0393 1.25-8.5651 1.25-39.827zm-71-25.501c0-30.327-0.28731-39.597-1.25-40.331-1.8618-1.4207-62.966-23.335-65-23.311-1.6365 0.0188-1.749 2.5338-1.7347 38.77 0.00842 21.312 0.36403 39.299 0.79023 39.97 0.82488 1.2982 62.484 24.117 65.444 24.22 1.6381 0.0568 1.75-2.458 1.75-39.317zm335.62-4.1481c9.1482-6.9777 11.844-20.232 5.0784-24.971-5.7021-3.9939-15.661 0.76266-20.054 9.5781-3.6482 7.3209-3.5268 12.193 0.40145 16.121 2.657 2.657 3.5603 2.9796 7.0374 2.5132 2.194-0.29428 5.5856-1.7527 7.5369-3.241zm-264.62-53.852c0-30.318-0.28758-39.601-1.25-40.347-1.8214-1.4128-62.93-23.309-65-23.291-1.6364 0.0146-1.75 2.5395-1.75 38.893 0 31.173 0.26417 39.097 1.333 39.984 1.4583 1.2103 63.39 24.02 65.417 24.093 0.9796 0.0354 1.25-8.4729 1.25-39.332zm0.76924-66.066c0.14808-12.605-0.13031-23.317-0.61865-23.806-1.3201-1.3201-63.651 21.497-63.651 23.3 0 0.96401 9.9298 5.0621 30.5 12.588 16.775 6.1371 31.175 11.086 32 10.997 1.2763-0.13736 1.5402-3.5799 1.7692-23.079zm-36.346-13.849c17.008-6.1847 31.081-11.719 31.274-12.299 0.42655-1.2796-61.208-23.828-62.668-22.926-1.7306 1.0696-1.3483 46.992 0.3871 46.494 0.04583-0.0131 13.999-5.0841 31.006-11.269zm71.697-58.669c16.575-6.0287 30.379-11.204 30.675-11.5s0.32953-0.74781 0.0739-1.0034c-1.2792-1.2792-61.44-22.53-62.563-22.099-1.0209 0.39175-1.3058 5.4167-1.3058 23.032 0 19.304 0.21362 22.531 1.4915 22.531 0.82035 0 15.053-4.9326 31.628-10.961zm136.6-25.708c7.1133-3.3755 12.455-14.257 10.261-20.904-1.3129-3.978-3.4957-5.4288-8.1602-5.4235-9.4005 0.0106-18.805 13.438-15.797 22.554 1.8496 5.6045 6.9034 6.9969 13.696 3.7735z" fill="#d5d6d6"/> + <path d="m286.23 369.5c0.14938-22.825 0.15298-41.5 8e-3 -41.5-0.14496 1.8e-4 -1.045 0.4475-2 0.99404-3.509 2.0081-68.367 25.006-70.516 25.004-1.2214-0.00115-17.521-5.5483-36.221-12.327l-34-12.325-0.21619-82.923-0.21619-82.923 2.2362-1.6232c1.2299-0.89276 15.952-6.5842 32.716-12.648s31.717-11.593 33.23-12.287l2.75-1.2628v-81.516l3.25-1.9992c1.7875-1.0995 17.875-7.2212 35.75-13.604 39.041-13.94 31.893-11.343 69.5-25.251 17.115-6.33 32.568-11.478 34.5-11.493 4.14-0.033519 66.343 22.28 69.123 24.796 1.6773 1.5179 1.8786 3.3073 1.89 16.794l0.01266 15.095 33.237 11.9c18.281 6.5448 34.246 12.807 35.478 13.916l2.2409 2.0162 3.2e-4 82.304c3e-4 77.21-0.10745 82.36-1.7409 83.219-2.3776 1.2503-65.287 23.884-67.559 24.307-1.7243 0.32076-1.8127 2.4764-1.7199 41.941 0.0769 32.705-0.17593 41.818-1.1823 42.612-1.0906 0.85993-44.394 16.783-64.78 23.82-3.575 1.234-21.35 7.6907-39.5 14.348-18.15 6.6574-33.797 12.107-34.772 12.111-1.6714 6e-3 -1.7562-2.3392-1.5-41.494zm119.39-29.025c9.1482-6.9777 11.844-20.232 5.0784-24.971-5.7021-3.9939-15.661 0.76266-20.054 9.5781-3.6482 7.3209-3.5268 12.193 0.40145 16.121 2.657 2.657 3.5603 2.9796 7.0374 2.5132 2.194-0.29428 5.5856-1.7527 7.5369-3.241zm-118.1-96.281c-0.30789-0.30789-1.1148-6.4e-4 -1.7931 0.68278-0.98026 0.98762-0.8654 1.1025 0.5598 0.5598 0.98622-0.37553 1.5412-0.93469 1.2333-1.2426zm141.47-51.423c0-0.58531-0.63541-0.48812-1.5 0.22943-0.825 0.68469-1.5 1.4007-1.5 1.5911s0.675 0.0872 1.5-0.22943c0.825-0.31659 1.5-1.0326 1.5-1.5911zm-112.97-70.79c8.444-6.0126 11.927-19.117 6.5179-24.526-8.9441-8.9441-27.163 7.4812-23.403 21.099 0.51443 1.8631 1.9304 4.1066 3.1465 4.9854 2.9692 2.1457 9.5915 1.3944 13.739-1.5586z" fill="#e1cf92"/> + <path d="m287.46 408.75c-0.26432-0.68882-0.3627-18.772-0.21861-40.185l0.26197-38.933 32.5-11.807c17.875-6.494 33.288-11.811 34.25-11.815 1.6372-7e-3 1.75 2.5312 1.75 39.37 0 30.318-0.2876 39.601-1.25 40.348-1.0995 0.85386-65.097 24.274-66.331 24.274-0.26489 0-0.69788-0.56358-0.96221-1.2524zm70.543-64.125c0-30.282 0.28872-39.617 1.25-40.415 1.522-1.2627 64.432-24.208 66.372-24.208 1.9368 0 2.062 78.187 0.1278 79.792-1.522 1.2627-64.432 24.208-66.372 24.208-1.1471 0-1.3778-6.5941-1.3778-39.378zm41.831-0.23858c4.044-0.8088 10.735-6.6115 13.204-11.451 1.196-2.3443 1.9655-5.8561 1.9655-8.9695 0-4.322-0.45401-5.5708-2.9231-8.0398-1.873-1.873-3.9386-2.9152-5.75-2.9011-4.788 0.0372-11.003 3.5478-14.273 8.0629-6.133 8.4664-6.4957 16.682-0.94277 21.355 3.2574 2.7409 3.9567 2.8968 8.72 1.9441zm-222.83-2.7979-33.5-12.236-0.21619-82.925-0.21619-82.925 2.2362-1.6232c1.2299-0.89276 15.952-6.5842 32.716-12.648s31.717-11.593 33.23-12.287l2.75-1.2628v-81.516l3.25-1.9992c1.7875-1.0995 17.875-7.2212 35.75-13.604 39.041-13.94 31.893-11.343 69.5-25.251 17.115-6.33 32.568-11.478 34.5-11.493 4.3592-0.035293 66.713 22.453 69.227 24.967 1.7139 1.7139 1.8061 6.0366 1.7851 83.732-0.0173 64.069-0.29348 82.169-1.267 83.047-1.1055 0.99687-23.632 9.3552-59.245 21.982-6.6 2.3401-26.85 9.6494-45 16.243s-33.809 12.151-34.798 12.351c-1.6968 0.34251-1.7937 2.6983-1.7294 42.041 0.0534 32.671-0.2065 41.853-1.2025 42.486-3.2511 2.0656-69.189 25.326-71.57 25.247-1.4852-0.04899-17.775-5.5952-36.2-12.325zm139.03-219.61c8.444-6.0126 11.927-19.117 6.5179-24.526-8.9441-8.9441-27.163 7.4812-23.403 21.099 0.51443 1.8631 1.9304 4.1066 3.1465 4.9854 2.9692 2.1457 9.5915 1.3944 13.739-1.5586zm-29.028 164.64c0-30.291 0.28845-39.613 1.25-40.399 1.462-1.1945 64.702-24.224 66.521-24.224 1.876 0 1.7748 78.303-0.10323 79.861-1.6305 1.3532-64.102 24.139-66.182 24.139-1.289 0-1.4856-5.2117-1.4856-39.378zm71-26c0-30.337 0.28699-39.592 1.25-40.312 0.6875-0.51417 16.029-6.2665 34.092-12.783 26.794-9.6664 33.006-11.588 33.735-10.438 1.4764 2.3322 1.1678 76.209-0.32641 78.163-1.3009 1.7015-63.575 24.747-66.872 24.747-1.8053 0-1.8778-1.5208-1.8778-39.378zm71.496 13.229c-0.28622-0.74588-0.40252-18.905-0.25843-40.354l0.26197-38.998 33.437-12.193c18.39-6.7064 33.803-11.967 34.25-11.691 0.44708 0.2763 0.81287 18.235 0.81287 39.908 0 37.624-0.0855 39.452-1.8909 40.418-1.04 0.55658-15.686 5.9945-32.546 12.084s-31.306 11.322-32.101 11.627c-0.79512 0.30512-1.6798-0.0555-1.9661-0.80139zm0.22811-83.46c-1.1458-1.1458-0.87929-77.234 0.27813-79.396 0.67028-1.2524 0.67028-2.079 0-2.4933-1.1767-0.72723-1.4177-47.127-0.2485-47.85 1.1675-0.72156 64.48 22.717 64.419 23.848-0.0295 0.55 0.81941 1.323 1.8866 1.7178 1.8755 0.69378 1.9403 2.035 1.9403 40.128 0 30.326-0.28813 39.641-1.25 40.414-1.0588 0.85021-60.303 22.755-64.775 23.949-0.83898 0.22414-1.8515 0.0815-2.25-0.31705z" fill="#edce6d"/> + <path d="m288.45 407.72c-0.2583-0.67311-0.35161-18.312-0.20737-39.198l0.26227-37.974 32-11.71c17.6-6.4404 32.562-11.738 33.25-11.773 0.97965-0.0493 1.25 8.3489 1.25 38.83 0 36.111-0.12518 38.942-1.75 39.584-1.5716 0.62062-51.204 18.737-60.543 22.099-2.9492 1.0616-3.8971 1.0931-4.2623 0.14146zm70.793-63.839 0.26161-39.121 31-11.233c17.05-6.1784 32.018-11.556 33.262-11.95l2.2617-0.71641-0.52334 78.521-32.5 11.793c-17.875 6.4863-32.843 11.801-33.262 11.81-0.41888 9e-3 -0.64388-17.588-0.5-39.104zm47.107-1.6502c8.8766-6.0768 12.557-19.626 7.0946-26.118-6.5045-7.7301-19.215-2.9672-25.056 9.3893-2.7391 5.7939-2.9609 9.1819-0.92072 14.065 2.814 6.7348 11.206 7.9188 18.882 2.6639zm-229.35-0.64252-33.5-12.236-0.21619-82.925-0.21619-82.925 2.2362-1.6232c1.2299-0.89276 15.952-6.5842 32.716-12.648s31.717-11.593 33.23-12.287l2.75-1.2628v-81.516l3.25-1.9992c1.7875-1.0995 17.875-7.2212 35.75-13.604 39.041-13.94 31.893-11.343 69.5-25.251 17.115-6.33 32.568-11.478 34.5-11.493 4.3592-0.035293 66.713 22.453 69.227 24.967 1.7139 1.7139 1.8061 6.0366 1.7851 83.732-0.0173 64.069-0.29348 82.169-1.267 83.047-1.1055 0.99687-23.632 9.3552-59.245 21.982-6.6 2.3401-26.85 9.6494-45 16.243s-33.809 12.151-34.798 12.351c-1.6968 0.34251-1.7937 2.6983-1.7294 42.041 0.0534 32.671-0.2065 41.853-1.2025 42.486-3.2511 2.0656-69.189 25.326-71.57 25.247-1.4852-0.04899-17.775-5.5952-36.2-12.325zm139.03-219.61c8.444-6.0126 11.927-19.117 6.5179-24.526-8.9441-8.9441-27.163 7.4812-23.403 21.099 0.51443 1.8631 1.9304 4.1066 3.1465 4.9854 2.9692 2.1457 9.5915 1.3944 13.739-1.5586zm-27.789 163.88 0.26161-39.138 31-11.217c17.05-6.1692 32.018-11.539 33.262-11.933l2.2617-0.7166-0.52334 78.521-32.5 11.793c-17.875 6.4863-32.843 11.801-33.262 11.81-0.41888 9e-3 -0.64388-17.595-0.5-39.121zm70.762-25.753v-38.891l11.25-4.1069c39.614-14.462 54.77-19.758 55.228-19.299 0.28689 0.28689 0.52162 17.756 0.52162 38.82 0 35.455-0.1299 38.367-1.75 39.223-2.5284 1.3366-63.075 23.145-64.257 23.145-0.63983 0-0.99263-13.823-0.99263-38.891zm71-25.574c0-36.117 0.11066-38.524 1.8127-39.435 2.6397-1.4127 62.824-23.1 64.105-23.1 0.75784 0 1.0823 11.655 1.0823 38.877v38.877l-32.088 11.623c-17.648 6.3926-32.723 11.623-33.5 11.623-1.1913 0-1.4118-6.008-1.4118-38.465zm0.4451-45.818c-0.2583-0.67311-0.35161-18.312-0.20737-39.198l0.26227-37.974 32-11.71c17.6-6.4404 32.562-11.738 33.25-11.773 0.97966-0.04927 1.25 8.3528 1.25 38.85v38.913l-6.75 2.5457c-5.4217 2.0448-33.872 12.394-55.543 20.204-2.9487 1.0627-3.8971 1.0945-4.2623 0.14303zm-0.4451-104.78c0-21.524 0.11711-23.028 1.75-22.486 16.065 5.3349 60.568 22.312 60.432 23.054-0.18412 1.0068-58.283 22.5-60.821 22.5-1.1087 0-1.361-4.2766-1.361-23.067z" fill="#fdd042"/> + <path d="m177 341.59-33.5-12.236-0.21619-82.925-0.21619-82.925 2.2362-1.6232c1.2299-0.89276 15.952-6.5842 32.716-12.648s31.717-11.593 33.23-12.287l2.75-1.2628v-81.516l3.25-1.9992c1.7875-1.0995 17.875-7.2212 35.75-13.604 39.041-13.94 31.893-11.343 69.5-25.251 17.115-6.33 32.568-11.478 34.5-11.493 4.3592-0.035293 66.713 22.453 69.227 24.967 1.7139 1.7139 1.8061 6.0366 1.7851 83.732-0.0173 64.069-0.29348 82.169-1.267 83.047-1.1055 0.99687-23.632 9.3552-59.245 21.982-6.6 2.3401-26.85 9.6494-45 16.243s-33.809 12.151-34.798 12.351c-1.6968 0.34251-1.7937 2.6983-1.7294 42.041 0.0534 32.671-0.2065 41.853-1.2025 42.486-3.2511 2.0656-69.189 25.326-71.57 25.247-1.4852-0.04899-17.775-5.5952-36.2-12.325zm139.03-219.61c8.444-6.0126 11.927-19.117 6.5179-24.526-8.9441-8.9441-27.163 7.4812-23.403 21.099 0.51443 1.8631 1.9304 4.1066 3.1465 4.9854 2.9692 2.1457 9.5915 1.3944 13.739-1.5586zm114.64-16.647c-0.92391-0.9239-0.84346-42.11 0.0833-42.661 0.55979-0.3325 36.098 12.197 59.143 20.851 0.76622 0.28775 1.1661 0.75022 0.88861 1.0277-0.60649 0.60651-57.658 21.448-58.712 21.448-0.40492 0-1.0362-0.3-1.4029-0.66667z" fill="#92a7b6"/> + <path d="m178 340.64-33.5-12.175-0.26134-40.232c-0.23661-36.423-0.10894-40.232 1.3485-40.232 1.6512 0 61.311 21.373 64.913 23.254 1.1 0.57474 2.31 1.5222 2.689 2.1055 0.4554 0.70102 1.3029 0.50794 2.5-0.56958 2.0288-1.8261 64.495-24.79 67.433-24.79 1.8053 0 1.8778 1.5208 1.8778 39.378 0 30.31-0.28783 39.604-1.25 40.362-2.7425 2.1593-66.144 24.391-68.101 23.879-1.1249-0.29415-2.5186-0.14554-3.0972 0.33026-0.633 0.52051-14.396-3.9843-34.552-11.31zm0.47484-83.438c-17.614-6.4353-32.576-12.065-33.25-12.51-0.93251-0.61592-1.2248-10.342-1.2248-40.75 0-39.274 0.03338-39.941 2-39.941 1.1 0 2-0.63098 2-1.4022 0-0.7712 1.2375-1.8451 2.75-2.3864s16.645-6.0197 33.628-12.174c22.08-8.0012 31.625-11.022 33.5-10.6 2.3878 0.53731 2.4432 0.48484 0.62159-0.58836-1.1-0.64805-2.3306-1.6667-2.7347-2.2637-0.40408-0.597-0.74158-18.762-0.75-40.367-0.0142-36.502 0.1085-39.328 1.7347-39.938 0.9625-0.36115 2.2-1.2241 2.75-1.9177 1.3998-1.7652 64.357-24.355 67.89-24.359 1.5894-2e-3 3.3894-0.6534 4-1.4475 0.98048-1.275 63.378-24.556 65.815-24.556 1.2208 0 61.525 21.785 64.06 23.142 1.0396 0.5564 1.6758 1.5705 1.4137 2.2535-0.29242 0.76205 0.35375 1.2154 1.6724 1.1733l2.149-0.068548 0.26136 39.618c0.20404 30.929-0.0153 39.844-1 40.649-1.4695 1.2008-64.705 24.233-66.532 24.233-0.67622 0-1.2395-0.5625-1.2517-1.25-0.0122-0.6875-0.82029-0.2128-1.7957 1.0549-2.4246 3.1512-66.923 26.795-69.232 25.379-1.0422-0.63909-2.138-0.51979-3.3472 0.36439-0.98876 0.723-2.5415 1.0362-3.4506 0.696-1.4215-0.532-1.4658-0.38858-0.31671 1.0249 0.73485 0.90389 1.0458 2.1131 0.69098 2.6872-0.38392 0.6212 0.39095 1.0438 1.9139 1.0438h2.559v39.378c0 32.98-0.23301 39.571-1.4343 40.568-0.78886 0.65469-16.187 6.5336-34.218 13.064-24.763 8.969-33.108 11.605-34.108 10.774-0.96668-0.80227-1.6375-0.78653-2.4823 0.0582-0.63669 0.63669-1.4051 1.1354-1.7076 1.1082-0.3025-0.0272-14.961-5.3147-32.575-11.75zm37.296-69.013c0.21982-0.65946-0.5166-1.1875-1.6561-1.1875-1.4381 0-1.8749 0.46137-1.4601 1.5423 0.65496 1.7068 2.499 1.4968 3.1162-0.35476zm61.229-30.097c-0.825-0.46674-2.625-1.1236-4-1.4597-2.0838-0.50933-2.0006-0.37052 0.5 0.83393 3.2047 1.5436 6.0083 2.0448 3.5 0.62574zm-11-4c-0.825-0.46674-2.625-1.1236-4-1.4597-2.0838-0.50933-2.0006-0.37052 0.5 0.83393 3.2047 1.5436 6.0083 2.0448 3.5 0.62574zm-10-3.4966c0-0.60605-9.2758-3.6515-9.7321-3.1952-0.21611 0.2161 1.5477 1.0793 3.9196 1.9181 4.6746 1.6533 5.8125 1.9033 5.8125 1.2771zm-15-5.5034c-0.825-0.46674-2.625-1.1236-4-1.4597-2.0838-0.50933-2.0006-0.37052 0.5 0.83393 3.2047 1.5436 6.0083 2.0448 3.5 0.62574zm-11-4c-0.825-0.46674-2.625-1.1236-4-1.4597-2.0838-0.50933-2.0006-0.37052 0.5 0.83393 3.2047 1.5436 6.0083 2.0448 3.5 0.62574zm83.541-16.97c7.3743-3.3497 12.459-11.375 12.459-19.665 0-3.7609-0.53791-5.147-2.9231-7.5321-4.9762-4.9762-12.153-3.7331-18.715 3.2416-4.5006 4.7836-6.362 9.0443-6.362 14.563 0 9.6638 6.4124 13.539 15.541 9.3925zm-27.695-46.951c-2.699-0.44236-3.4109 0.44596-1.8575 2.3177 1.1379 1.3711 1.4133 1.3469 2.575-0.22583 1.123-1.5204 1.025-1.8063-0.71751-2.0919zm73.835-25.763c-0.0999-0.06787-1.8691-0.3838-3.9316-0.70207-3.0897-0.47678-3.75-0.27932-3.75 1.1213 0 0.935 1.0125 2.1715 2.25 2.7478 1.8382 0.856 2.5578 0.67338 3.9316-0.99793 0.92488-1.1251 1.5999-2.1012 1.5-2.1691zm-72.554 190.32c-0.7971-0.7971-1.1278-12.178-1.1278-38.817 0-34.467 0.1496-37.86 1.75-39.686 2.5691-2.9309 66.109-25.766 67.585-24.29 0.82218 0.82218 1.5185 0.5853 2.6406-0.89833 1.6427-2.1719 66.591-26.423 68.163-25.451 0.47339 0.29257 0.86072 18.265 0.86072 39.938 0 37.127-0.10556 39.462-1.8256 40.383-1.0041 0.53736-16.16 6.1875-33.679 12.556-21.667 7.8761-32.18 11.252-32.874 10.558-1.4829-1.4829-2.3252-1.2588-2.8529 0.75906-0.34169 1.3066-7.3515 4.2704-26.367 11.148-14.246 5.1524-29.331 10.619-33.523 12.148-5.6571 2.0632-7.913 2.4892-8.75 1.6522zm143.54-136.39c-0.92391-0.9239-0.84346-42.11 0.0833-42.661 0.55979-0.3325 36.098 12.197 59.143 20.851 0.76622 0.28775 1.1661 0.75022 0.88861 1.0277-0.60649 0.60651-57.658 21.448-58.712 21.448-0.40492 0-1.0362-0.3-1.4029-0.66667z" fill="#fdc81e"/> + <path d="m178 340.64-33.5-12.175-0.26134-40.232c-0.23661-36.423-0.10894-40.232 1.3485-40.232 1.6512 0 61.311 21.373 64.913 23.254 1.1 0.57474 2.31 1.5222 2.689 2.1055 0.4554 0.70102 1.3029 0.50794 2.5-0.56958 2.0288-1.8261 64.495-24.79 67.433-24.79 1.8053 0 1.8778 1.5208 1.8778 39.378 0 30.31-0.28783 39.604-1.25 40.362-2.7425 2.1593-66.144 24.391-68.101 23.879-1.1249-0.29415-2.5186-0.14554-3.0972 0.33026-0.633 0.52051-14.396-3.9843-34.552-11.31zm0.47484-83.438c-17.614-6.4353-32.576-12.065-33.25-12.51-0.93251-0.61592-1.2248-10.342-1.2248-40.75 0-39.274 0.03338-39.941 2-39.941 1.1 0 2-0.63098 2-1.4022 0-0.7712 1.2375-1.8451 2.75-2.3864s16.645-6.0197 33.628-12.174c22.08-8.0012 31.625-11.022 33.5-10.6 2.3878 0.53731 2.4432 0.48484 0.62159-0.58836-1.1-0.64805-2.3306-1.6667-2.7347-2.2637-0.40408-0.597-0.74158-18.762-0.75-40.367-0.0142-36.502 0.1085-39.328 1.7347-39.938 0.9625-0.36115 2.2-1.2241 2.75-1.9177 1.3998-1.7652 64.357-24.355 67.89-24.359 1.5894-2e-3 3.3894-0.6534 4-1.4475 0.98048-1.275 63.378-24.556 65.815-24.556 1.2208 0 61.525 21.785 64.06 23.142 1.0396 0.5564 1.6758 1.5705 1.4137 2.2535-0.29242 0.76205 0.35375 1.2154 1.6724 1.1733l2.149-0.068548 0.26136 39.618c0.20404 30.929-0.0153 39.844-1 40.649-1.4695 1.2008-64.705 24.233-66.532 24.233-0.67622 0-1.2395-0.5625-1.2517-1.25-0.0122-0.6875-0.82029-0.2128-1.7957 1.0549-2.4246 3.1512-66.923 26.795-69.232 25.379-1.0422-0.63909-2.138-0.51979-3.3472 0.36439-0.98876 0.723-2.5415 1.0362-3.4506 0.696-1.4215-0.532-1.4658-0.38858-0.31671 1.0249 0.73485 0.90389 1.0458 2.1131 0.69098 2.6872-0.38392 0.6212 0.39095 1.0438 1.9139 1.0438h2.559v39.378c0 32.98-0.23301 39.571-1.4343 40.568-0.78886 0.65469-16.187 6.5336-34.218 13.064-24.763 8.969-33.108 11.605-34.108 10.774-0.96668-0.80227-1.6375-0.78653-2.4823 0.0582-0.63669 0.63669-1.4051 1.1354-1.7076 1.1082-0.3025-0.0272-14.961-5.3147-32.575-11.75zm37.296-69.013c0.21982-0.65946-0.5166-1.1875-1.6561-1.1875-1.4381 0-1.8749 0.46137-1.4601 1.5423 0.65496 1.7068 2.499 1.4968 3.1162-0.35476zm61.229-30.097c-0.825-0.46674-2.625-1.1236-4-1.4597-2.0838-0.50933-2.0006-0.37052 0.5 0.83393 3.2047 1.5436 6.0083 2.0448 3.5 0.62574zm-11-4c-0.825-0.46674-2.625-1.1236-4-1.4597-2.0838-0.50933-2.0006-0.37052 0.5 0.83393 3.2047 1.5436 6.0083 2.0448 3.5 0.62574zm-10-3.4966c0-0.60605-9.2758-3.6515-9.7321-3.1952-0.21611 0.2161 1.5477 1.0793 3.9196 1.9181 4.6746 1.6533 5.8125 1.9033 5.8125 1.2771zm-15-5.5034c-0.825-0.46674-2.625-1.1236-4-1.4597-2.0838-0.50933-2.0006-0.37052 0.5 0.83393 3.2047 1.5436 6.0083 2.0448 3.5 0.62574zm-11-4c-0.825-0.46674-2.625-1.1236-4-1.4597-2.0838-0.50933-2.0006-0.37052 0.5 0.83393 3.2047 1.5436 6.0083 2.0448 3.5 0.62574zm83.541-16.97c7.3743-3.3497 12.459-11.375 12.459-19.665 0-3.7609-0.53791-5.147-2.9231-7.5321-4.9762-4.9762-12.153-3.7331-18.715 3.2416-4.5006 4.7836-6.362 9.0443-6.362 14.563 0 9.6638 6.4124 13.539 15.541 9.3925zm-27.695-46.951c-2.699-0.44236-3.4109 0.44596-1.8575 2.3177 1.1379 1.3711 1.4133 1.3469 2.575-0.22583 1.123-1.5204 1.025-1.8063-0.71751-2.0919zm73.835-25.763c-0.0999-0.06787-1.8691-0.3838-3.9316-0.70207-3.0897-0.47678-3.75-0.27932-3.75 1.1213 0 0.935 1.0125 2.1715 2.25 2.7478 1.8382 0.856 2.5578 0.67338 3.9316-0.99793 0.92488-1.1251 1.5999-2.1012 1.5-2.1691zm-72.554 190.32c-0.7971-0.7971-1.1278-12.178-1.1278-38.817 0-34.467 0.1496-37.86 1.75-39.686 2.5691-2.9309 66.109-25.766 67.585-24.29 0.82218 0.82218 1.5185 0.5853 2.6406-0.89833 1.6427-2.1719 66.591-26.423 68.163-25.451 0.47339 0.29257 0.86072 18.265 0.86072 39.938 0 37.127-0.10556 39.462-1.8256 40.383-1.0041 0.53736-16.16 6.1875-33.679 12.556-21.667 7.8761-32.18 11.252-32.874 10.558-1.4829-1.4829-2.3252-1.2588-2.8529 0.75906-0.34169 1.3066-7.3515 4.2704-26.367 11.148-14.246 5.1524-29.331 10.619-33.523 12.148-5.6571 2.0632-7.913 2.4892-8.75 1.6522z" fill="#6a8fae"/> + <path d="m182 341.42c-15.675-5.7232-30.412-11.121-32.75-11.996l-4.25-1.5902v-39.417c0-31.128 0.26618-39.417 1.2657-39.417 1.3958 0 61.019 21.547 63.922 23.1 1.7033 0.91158 1.8127 3.3525 1.8127 40.435 0 21.706-0.3375 39.426-0.75 39.378-0.4125-0.0476-13.575-4.7693-29.25-10.493zm34.238-29.622 0.26161-39.201 32.5-11.798c17.875-6.4891 33.068-11.799 33.762-11.799 0.99845-5.6e-4 1.207 8.1617 1 39.131l-0.26161 39.131-32.5 11.85c-17.875 6.5177-33.068 11.859-33.762 11.869-0.99871 0.0145-1.2071-8.1503-1-39.182zm-38.738-55.771-32-11.759-0.26147-39.634c-0.20708-31.389 9.5e-4 -39.625 1-39.591 0.69381 0.0236 15.661 5.3111 33.261 11.75l32 11.707 0.26147 39.75c0.20727 31.509-6e-5 39.728-1 39.644-0.69381-0.05856-15.661-5.3981-33.261-11.866zm38.738-28.124 0.26161-39.097 31.477-11.441c17.312-6.2927 32.505-11.699 33.762-12.015l2.2852-0.57353-0.52342 78.723-32 11.707c-17.6 6.4389-32.793 11.726-33.762 11.75-1.6572 0.0403-1.7461-2.2747-1.5-39.054zm72-26.025 0.26161-39.121 31-11.233c17.05-6.1784 32.012-11.554 33.25-11.946l2.25-0.71271v38.945c0 29.981-0.28773 39.164-1.25 39.899-1.5898 1.2131-62.819 23.338-64.512 23.311-0.99816-0.0159-1.207-8.1892-1-39.141zm70.762-25.243v-39.364l4.25-1.5903c2.3375-0.87464 16.625-6.0729 31.75-11.552 15.125-5.4788 28.288-10.273 29.25-10.653 1.6488-0.65109 1.75 1.5933 1.75 38.809 0 36.691-0.12447 39.549-1.75 40.187-4.1232 1.6196-64.529 23.527-64.872 23.527-0.20779 0-0.3778-17.714-0.3778-39.364zm-177.47-2.1238c-17.031-6.2174-31.11-11.738-31.286-12.268-0.1766-0.5298 14.321-6.2764 32.218-12.77l32.539-11.807 31.694 11.506c17.432 6.3282 31.834 11.927 32.006 12.441 0.29413 0.88239-63.071 24.492-65.205 24.295-0.55-0.0508-14.934-5.1793-31.965-11.397zm67.465-27.849c-16.775-6.158-31.062-11.553-31.75-11.989-0.96557-0.61224-1.25-9.7916-1.25-40.341 0-31.216 0.26336-39.452 1.25-39.091 0.6875 0.2516 15.353 5.5475 32.59 11.769 17.237 6.2212 31.98 11.951 32.762 12.733 1.1884 1.1884 1.3786 7.6795 1.1597 39.588-0.25616 37.344-0.30489 38.171-2.2618 38.347-1.1 0.099-15.725-4.8584-32.5-11.016zm38-27.605c0-28.999 0.30342-39.129 1.1885-39.676 2.4997-1.5449 65.349-24.073 66.062-23.68 0.4125 0.22794 0.75 17.883 0.75 39.234v38.82l-2.75 1.098c-6.1385 2.451-63.804 23.142-64.5 23.143-0.4125 7e-4 -0.75-17.522-0.75-38.94zm28.15 5.3468c4.0909-2.0895 9.4795-9.0094 10.863-13.95 4.3502-15.537-9.7175-23.214-21.526-11.746-14.446 14.029-6.06 34.237 10.663 25.696zm43.85-31.347c0-30.064 0.28495-39.121 1.25-39.732 1.91-1.2093 63.073-23.324 64.512-23.325 0.99848-0.0011 1.207 8.1721 1 39.188l-0.26161 39.19-32.5 11.793c-17.875 6.4863-32.838 11.801-33.25 11.81-0.4125 9e-3 -0.75-17.506-0.75-38.924zm-107.23-28.376c-16.903-6.1509-30.594-11.625-30.423-12.165 0.39652-1.2533 61.318-23.522 64.656-23.633 2.2573-0.07554 62.446 21.227 63.799 22.58 0.31212 0.31212 0.14749 0.94995-0.36585 1.4174-1.5412 1.4034-62.772 23.153-64.933 23.065-1.1-0.04484-15.83-5.1141-32.733-11.265zm72-26c-16.903-6.1509-30.591-11.633-30.418-12.183 0.38904-1.2333 61.317-23.518 64.127-23.454 2.9912 0.0675 64.057 22.54 63.839 23.493-0.25024 1.0941-62.263 23.479-64.809 23.394-1.1026-0.03664-15.835-5.0991-32.738-11.25z" fill="#4779a3"/> + <path d="m179.55 339.48c-17.023-6.186-31.76-11.753-32.75-12.371-1.681-1.0498-1.7998-3.5951-1.7998-38.556 0-24.407 0.35553-37.652 1.0217-38.064 0.92381-0.57094 62.433 20.966 64.24 22.493 0.41905 0.35409 0.64405 17.992 0.5 39.195l-0.26192 38.551zm37.45-27.851v-38.373l32.25-11.641c17.738-6.4025 32.588-11.635 33-11.627 0.4125 8e-3 0.75 17.261 0.75 38.341v38.327l-32.298 11.673c-17.764 6.4199-32.614 11.673-33 11.673s-0.70229-17.268-0.70229-38.373zm-39-56.35c-17.325-6.3312-31.831-12.021-32.235-12.644-1.0622-1.6384-0.94029-75.407 0.12572-76.066 0.49007-0.30288 15.34 4.6757 33 11.063l32.109 11.614v38.878c0 21.383-0.3375 38.83-0.75 38.772-0.4125-0.058-14.925-5.2856-32.25-11.617zm39-27.053v-38.726l31.75-11.428c17.462-6.2852 32.312-11.621 33-11.856 0.98578-0.33797 1.25 7.7114 1.25 38.081v38.509l-2.75 0.98909c-8.7438 3.1449-58.198 21.206-60.5 22.095l-2.75 1.0622zm72-26.525v-38.301l31.646-11.449c17.405-6.2972 32.035-11.601 32.512-11.787 0.48206-0.18768 0.75018 16.852 0.60449 38.415l-0.26182 38.752-31 11.284c-17.05 6.2063-31.562 11.307-32.25 11.335-0.97913 0.0399-1.25-8.2487-1.25-38.25zm71.238-25.446 0.26174-38.734 25.5-9.2112c14.025-5.0662 28.538-10.331 32.25-11.7l6.75-2.4884-0.012 77.379-24.744 8.9141c-13.609 4.9028-28.237 10.187-32.506 11.744l-7.7617 2.8297 0.26174-38.734zm-177.99-2.5086c-16.638-6.0949-30.25-11.363-30.25-11.707 0-0.64917 61.152-23.039 62.925-23.039 0.55284 0 13.508 4.5489 28.79 10.109 15.282 5.5598 29.056 10.566 30.611 11.124 1.5542 0.55853 2.4542 1.3816 2 1.829-0.96225 0.94797-61.66 22.98-62.955 22.852-0.47897-0.0476-14.483-5.0733-31.121-11.168zm66.25-28.265-31-11.343-0.52314-78.057 3.7616 1.3543c35.221 12.681 59.987 21.922 60.997 22.76 0.97926 0.81271 1.265 9.6058 1.265 38.927 0 35.441-0.11257 37.872-1.75 37.789-0.9625-0.0487-15.7-5.1927-32.75-11.431zm39.738-27.049 0.26174-38.569 65-23.571 0.26206 38.043c0.14413 20.923-0.0895 38.394-0.51921 38.824-0.65916 0.65916-63.744 23.843-64.879 23.843-0.2132 0-0.26985-17.356-0.12589-38.569zm25.086 7.6362c9.7626-3.7117 16.911-17.783 13.356-26.291-5.5301-13.235-24.697-6.8016-29.724 9.9777-2.6425 8.8199 2.1957 17.246 9.9023 17.246 2.2065 0 5.1161-0.41986 6.4658-0.93301zm46.914-33.552 0.26185-38.708 31.373-11.403c17.255-6.2719 31.767-11.403 32.25-11.403 0.48802 0 0.87746 17.013 0.87746 38.332v38.332l-31.25 11.321c-17.188 6.2268-31.818 11.528-32.512 11.78-1.0048 0.36494-1.2085-7.4268-1-38.25zm-107.24-28.453c-16.225-5.9236-29.415-11.135-29.31-11.581 0.10443-0.44609 14.187-5.899 31.295-12.118l31.105-11.307 30.951 11.222c17.023 6.1721 30.953 11.499 30.955 11.838 5e-3 0.93934-61.21 22.939-63.497 22.82-1.1-0.05735-15.275-4.9508-31.5-10.874zm72.182-25.962c-16.125-5.8978-29.253-11.145-29.174-11.661 0.17315-1.1238 58.33-22.438 61.223-22.438 1.8339 0 58.375 20.121 61.578 21.913 1.5038 0.84158-58.962 23.15-62.335 22.998-1.0857-0.04886-15.167-4.9143-31.292-10.812z" fill="#3674a8"/> + <path d="m179.55 339.48c-17.023-6.186-31.76-11.753-32.75-12.371-1.681-1.0498-1.7998-3.5951-1.7998-38.556 0-24.407 0.35553-37.652 1.0217-38.064 0.92381-0.57094 62.433 20.966 64.24 22.493 0.41905 0.35409 0.64405 17.992 0.5 39.195l-0.26192 38.551zm-1.5498-84.201c-17.325-6.3312-31.831-12.021-32.235-12.644-1.0622-1.6384-0.94029-75.407 0.12572-76.066 0.49007-0.30288 15.34 4.6757 33 11.063l32.109 11.614v38.878c0 21.383-0.3375 38.83-0.75 38.772-0.4125-0.058-14.925-5.2856-32.25-11.617zm4.25-81.532c-16.638-6.0949-30.25-11.363-30.25-11.707 0-0.64917 61.152-23.039 62.925-23.039 0.55284 0 13.508 4.5489 28.79 10.109 15.282 5.5598 29.056 10.566 30.611 11.124 1.5542 0.55853 2.4542 1.3816 2 1.829-0.96225 0.94797-61.66 22.98-62.955 22.852-0.47897-0.0476-14.483-5.0733-31.121-11.168zm66.25-28.265-31-11.343-0.52314-78.057 3.7616 1.3543c35.221 12.681 59.987 21.922 60.997 22.76 0.97926 0.81271 1.265 9.6058 1.265 38.927 0 35.441-0.11257 37.872-1.75 37.789-0.9625-0.0487-15.7-5.1927-32.75-11.431zm4.5-81.419c-16.225-5.9236-29.415-11.135-29.31-11.581 0.10443-0.44609 14.187-5.899 31.295-12.118l31.105-11.307 30.951 11.222c17.023 6.1721 30.953 11.499 30.955 11.838 5e-3 0.93934-61.21 22.939-63.497 22.82-1.1-0.05735-15.275-4.9508-31.5-10.874zm72.182-25.962c-16.125-5.8978-29.253-11.145-29.174-11.661 0.17315-1.1238 58.33-22.438 61.223-22.438 1.8339 0 58.375 20.121 61.578 21.913 1.5038 0.84158-58.962 23.15-62.335 22.998-1.0857-0.04886-15.167-4.9143-31.292-10.812z" fill="#2e6390"/> + </g> + <path d="m113.77 151.17c0-0.29037 5e-3 -0.52796 0.011-0.52796s0.1782-0.0679 0.38251-0.15099l0.37147-0.15098v1.026l-0.11459 0.0546c-0.063 0.03-0.23515 0.10469-0.38251 0.16597l-0.26792 0.11142z" fill="#fff" stroke-width=".035506"/> + <path d="m116.26 150.13v-0.50745l0.34093-0.14219c0.18752-0.0782 0.36008-0.15034 0.38348-0.16029 0.0335-0.0143 0.0406 0.093 0.0333 0.50679l-9e-3 0.52488-0.33262 0.13963c-0.18294 0.0768-0.35133 0.14108-0.37419 0.14285-0.0313 2e-3 -0.0416-0.12181-0.0416-0.50422z" fill="#fff" stroke-width=".035506"/> + <path d="m111.73 149.75c-0.14635-0.0621-0.28065-0.11957-0.29844-0.12761-0.0243-0.011 0.0354-0.043 0.24115-0.12919 0.15042-0.063 0.29033-0.12049 0.31092-0.12774l0.0374-0.0132v0.2571c0 0.14141-6e-3 0.25632-0.0125 0.25535-7e-3 -9.6e-4 -0.13221-0.0526-0.27857-0.11473z" fill="#fff" stroke-width=".017753"/> + <path d="m112.54 148.97c-0.14635-0.0624-0.27225-0.12042-0.27976-0.12888-8e-3 -8e-3 0.10848-0.0669 0.25778-0.12986 0.14929-0.063 0.28454-0.12039 0.30055-0.12763 0.0269-0.0121 0.0291 7e-3 0.0291 0.2447 0 0.19437-5e-3 0.25752-0.0208 0.25651-0.0114-7.5e-4 -0.14053-0.0524-0.28688-0.11484z" fill="#fff" stroke-width=".017753"/> + <path d="m112.53 148.29c-0.15386-0.066-0.28286-0.12348-0.28666-0.12782-4e-3 -4e-3 0.0472-0.0301 0.11343-0.0572 0.0662-0.0271 0.20455-0.0839 0.30745-0.12628l0.1871-0.077v0.25553c0 0.19254-5e-3 0.25517-0.0208 0.25409-0.0114-7.8e-4 -0.14667-0.0554-0.30053-0.12135z" fill="#fff" stroke-width=".017753"/> + <path d="m113.35 147.51c-0.15321-0.0631-0.27854-0.11986-0.27851-0.12611 4e-5 -0.0112 0.57842-0.24985 0.60282-0.24878 7e-3 3e-4 0.0125 0.1114 0.0125 0.2469 0 0.22267-3e-3 0.24618-0.0291 0.24454-0.016-9.9e-4 -0.15446-0.0534-0.30768-0.11655z" fill="#fff" stroke-width=".017753"/> + <path d="m114.76 147.52c-0.0332-0.054-0.0342-0.0977-4e-3 -0.16443 0.047-0.10297 0.15552-0.1786 0.20282-0.14137 0.0499 0.0392 0.0585 0.0986 0.0264 0.18044-0.0383 0.0976-0.0803 0.14244-0.14761 0.15778-0.041 9e-3 -0.0561 3e-3 -0.0779-0.0324z" fill="#fff" stroke-width=".017753"/> + <path d="m115.81 150.44c-0.0507-0.0502-0.0544-0.10156-0.0139-0.1932 0.0257-0.058 0.0571-0.0955 0.10026-0.11954 0.0584-0.0325 0.0658-0.0328 0.10395-4e-3 0.049 0.0366 0.0545 0.11519 0.0147 0.2106-0.0444 0.10649-0.14972 0.16118-0.20507 0.10644z" fill="#fff" stroke-width=".017753"/> + </g> +</svg>
--- a/eric6/icons/default/question.svg Sat Mar 07 11:12:38 2020 +0100 +++ b/eric6/icons/default/question.svg Sun Apr 05 12:06:15 2020 +0200 @@ -1,14 +1,9 @@ -<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 22"> - <defs id="defs3051"> - <style type="text/css" id="current-color-scheme"> - .ColorScheme-Text { +<?xml version="1.0" encoding="UTF-8"?> +<svg viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { color:#232629; - } - </style> - </defs> - <path - style="fill:currentColor;fill-opacity:1;stroke:none" - d="M 10.96875 3 C 9.21782 3 7.56187 3.4216019 6 4.2636719 L 6.7773438 6.0507812 C 7.5582637 5.6672613 8.2600456 5.3933025 8.8847656 5.2265625 C 9.5177356 5.0598325 10.162692 4.9765625 10.820312 4.9765625 C 11.806753 4.9765625 12.563734 5.1968119 13.089844 5.6386719 C 13.615944 6.0805419 13.878906 6.7136725 13.878906 7.5390625 C 13.878906 7.9809325 13.822111 8.369625 13.707031 8.703125 C 13.591951 9.036605 13.394724 9.369635 13.115234 9.703125 C 12.835754 10.036615 12.247563 10.586476 11.351562 11.353516 C 10.251483 12.356846 9.10046 14.139 9 16 L 11 16 L 10.994141 15.96875 C 10.994141 15.21007 11.125612 14.601138 11.388672 14.142578 C 11.659952 13.675688 12.201805 13.087576 13.015625 12.378906 C 14.010295 11.536836 14.673153 10.903726 15.001953 10.478516 C 15.338993 10.053316 15.589506 9.6041363 15.753906 9.1289062 C 15.918406 8.6536762 16 8.1071944 16 7.4902344 C 16 6.0728944 15.55227 4.97119 14.65625 4.1875 C 13.76024 3.39546 12.53061 3 10.96875 3 z M 9 17 L 9 19 L 11 19 L 11 17 L 9 17 z " - class="ColorScheme-Text" - /> + }</style> + </defs> + <path class="ColorScheme-Text" d="m10.969 3c-1.7509 0-3.4069 0.4216-4.9688 1.2637l0.77734 1.7871c0.78092-0.38352 1.4827-0.65748 2.1074-0.82422 0.63297-0.16673 1.2779-0.25 1.9355-0.25 0.98644 0 1.7434 0.22025 2.2695 0.66211 0.5261 0.44187 0.78906 1.075 0.78906 1.9004 0 0.44187-0.056795 0.83056-0.17188 1.1641-0.11508 0.33348-0.31231 0.66651-0.5918 1-0.27948 0.33349-0.86767 0.88335-1.7637 1.6504-1.1001 1.0033-2.2511 2.7855-2.3516 4.6465h2l-0.005859-0.03125c0-0.75868 0.13147-1.3676 0.39453-1.8262 0.27128-0.46689 0.81313-1.055 1.627-1.7637 0.99467-0.84207 1.6575-1.4752 1.9863-1.9004 0.33704-0.4252 0.58755-0.87438 0.75195-1.3496 0.1645-0.47523 0.24609-1.0217 0.24609-1.6387 0-1.4173-0.44773-2.519-1.3438-3.3027-0.89601-0.79204-2.1256-1.1875-3.6875-1.1875zm-1.9688 14v2h2v-2h-2z" fill="currentColor"/> </svg>
--- a/eric6/icons/default/start.svg Sat Mar 07 11:12:38 2020 +0100 +++ b/eric6/icons/default/start.svg Sun Apr 05 12:06:15 2020 +0200 @@ -1,14 +1,9 @@ -<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 22"> - <defs id="defs3051"> - <style type="text/css" id="current-color-scheme"> - .ColorScheme-Text { +<?xml version="1.0" encoding="UTF-8"?> +<svg viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css">.ColorScheme-Text { color:#232629; - } - </style> - </defs> - <path - style="fill:currentColor;fill-opacity:1;stroke:none" - d="m 4 4 0 14 L 18 11 Z" - class="ColorScheme-Text" - /> + }</style> + </defs> + <path class="ColorScheme-Text" d="m4 4v14l14-7z" fill="currentColor"/> </svg>
--- a/eric6/icons/default/terminal.svg Sat Mar 07 11:12:38 2020 +0100 +++ b/eric6/icons/default/terminal.svg Sun Apr 05 12:06:15 2020 +0200 @@ -1,65 +1,53 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- Created with Inkscape (http://www.inkscape.org/) --> -<svg id="svg2987" width="16px" height="16px" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:xlink="http://www.w3.org/1999/xlink"> - <defs id="defs2989"> +<svg width="16px" height="16px" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <defs> <linearGradient id="linearGradient2880" x1="16.143" x2="16.143" y1="4" y2="44" gradientTransform="matrix(.23078 0 0 .15386 2.4612 4.8074)" gradientUnits="userSpaceOnUse"> - <stop id="stop2225-6-4-7-2" style="stop-color:#fff" offset="0"/> - <stop id="stop2229-2-5-5-8" style="stop-color:#fff;stop-opacity:0" offset="1"/> + <stop stop-color="#fff" offset="0"/> + <stop stop-color="#fff" stop-opacity="0" offset="1"/> </linearGradient> <linearGradient id="linearGradient2883" x1="16.626" x2="20.055" y1="15.298" y2="24.628" gradientTransform="matrix(.30476 0 0 .32156 .68572 1.0807)" gradientUnits="userSpaceOnUse"> - <stop id="stop2687-1-9-0-2" style="stop-color:#fff" offset="0"/> - <stop id="stop2689-5-4-3-1" style="stop-color:#fff;stop-opacity:0" offset="1"/> + <stop stop-color="#fff" offset="0"/> + <stop stop-color="#fff" stop-opacity="0" offset="1"/> </linearGradient> <linearGradient id="linearGradient2886" x1="16" x2="16" y1="27.045" y2="16" gradientTransform="matrix(.34286 0 0 .36364 -.42808 -.81818)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient3680-6"/> <linearGradient id="linearGradient3680-6"> - <stop id="stop3682-4" style="stop-color:#dcdcdc" offset="0"/> - <stop id="stop3684-8" style="stop-color:#fff" offset="1"/> + <stop stop-color="#dcdcdc" offset="0"/> + <stop stop-color="#fff" offset="1"/> </linearGradient> <linearGradient id="linearGradient2890" x1="20" x2="20" y1="28" y2="26" gradientTransform="matrix(.375 0 0 .375 -.74978 -.5)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient3680-6"/> <linearGradient id="linearGradient2894" x1="12.579" x2="12.213" y1="2.9165" y2="47.279" gradientTransform="matrix(.28855 0 0 .25608 1.0743 2.6116)" gradientUnits="userSpaceOnUse"> - <stop id="stop2240-1-6-7-0" style="stop-color:#fff" offset="0"/> - <stop id="stop2242-7-3-7-2" style="stop-color:#fff;stop-opacity:0" offset="1"/> + <stop stop-color="#fff" offset="0"/> + <stop stop-color="#fff" stop-opacity="0" offset="1"/> </linearGradient> <linearGradient id="linearGradient2897" x1="23.071" x2="23.071" y1="36.047" y2="33.296" gradientTransform="matrix(.33032 0 0 .32624 .074248 1.9649)" gradientUnits="userSpaceOnUse"> - <stop id="stop2225-6-4-7" style="stop-color:#fff" offset="0"/> - <stop id="stop2229-2-5-5" style="stop-color:#fff;stop-opacity:0" offset="1"/> + <stop stop-color="#fff" offset="0"/> + <stop stop-color="#fff" stop-opacity="0" offset="1"/> </linearGradient> <radialGradient id="radialGradient2900" cx="7.4957" cy="8.4498" r="20" gradientTransform="matrix(0 .47178 -.86826 -1.9907e-8 15.337 1.0829)" gradientUnits="userSpaceOnUse"> - <stop id="stop3790-0-0" style="stop-color:#505050" offset="0"/> - <stop id="stop3792-0-2" style="stop-color:#141414" offset="1"/> + <stop stop-color="#505050" offset="0"/> + <stop stop-color="#141414" offset="1"/> </radialGradient> <linearGradient id="linearGradient2902" x1="16.143" x2="16.143" y1="4" y2="44" gradientTransform="matrix(.28207 0 0 .20514 1.2304 3.5766)" gradientUnits="userSpaceOnUse"> - <stop id="stop3796-3-0" style="stop-color:#323232" offset="0"/> - <stop id="stop3798-8-6" offset="1"/> + <stop stop-color="#323232" offset="0"/> + <stop offset="1"/> </linearGradient> <linearGradient id="linearGradient2983" x1="24" x2="24" y1="7.96" y2="43.865" gradientTransform="matrix(.3333 0 0 .32429 .00075427 .06858)" gradientUnits="userSpaceOnUse"> - <stop id="stop4324-9-7" style="stop-color:#f0f0f0" offset="0"/> - <stop id="stop2860-4-4" style="stop-color:#d7d7d8" offset=".085525"/> - <stop id="stop2862-5-9" style="stop-color:#b2b2b3" offset=".92166"/> - <stop id="stop4326-1-1" style="stop-color:#979798" offset="1"/> + <stop stop-color="#f0f0f0" offset="0"/> + <stop stop-color="#d7d7d8" offset=".085525"/> + <stop stop-color="#b2b2b3" offset=".92166"/> + <stop stop-color="#979798" offset="1"/> </linearGradient> <linearGradient id="linearGradient2985" x1="10.014" x2="10.014" y1="44.96" y2="2.8765" gradientTransform="matrix(.31912 0 0 .29298 .34112 1.4648)" gradientUnits="userSpaceOnUse"> - <stop id="stop4334-7-6" style="stop-color:#595959" offset="0"/> - <stop id="stop4336-8-0" style="stop-color:#b3b3b3" offset="1"/> + <stop stop-color="#595959" offset="0"/> + <stop stop-color="#b3b3b3" offset="1"/> </linearGradient> </defs> - <metadata id="metadata2992"> - <rdf:RDF> - <cc:Work rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> - <dc:title/> - </cc:Work> - </rdf:RDF> - </metadata> - <g id="layer1"> - <rect id="rect2551-5-8" x=".50107" y="2.5011" width="14.998" height="11.998" rx="1" ry="1" style="fill-rule:evenodd;fill:url(#linearGradient2983);stroke-linecap:round;stroke-linejoin:round;stroke-width:1.0021;stroke:url(#linearGradient2985)"/> - <rect id="rect1314-3-3" x="2.5" y="4.5" width="11" height="8" rx="0" ry="0" style="color:#000000;fill:url(#radialGradient2900);stroke-linecap:round;stroke-linejoin:round;stroke:url(#linearGradient2902)"/> - <rect id="rect2221-3-8" x="1.501" y="3.5011" width="12.998" height="9.9979" rx="0" ry="0" style="fill:none;opacity:.4;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.0021;stroke:url(#linearGradient2897)"/> - <rect id="rect2556-8-5" x="1.5019" y="3.5019" width="12.996" height="9.9963" style="fill:none;opacity:.8;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.0037;stroke:url(#linearGradient2894)"/> - <path id="path3651-2" d="m9.0002 10v-0.75h-3v0.75h3z" style="fill:url(#linearGradient2890)"/> - <path id="path3653-7" d="m3.6862 9-0.68571-0.72727 1.5429-1.2727-1.5429-1.2727 0.68571-0.72727 2.3143 2-2.3143 2z" style="fill:url(#linearGradient2886)"/> - <path id="path3333-3-0" d="m1.6667 3c-0.36824 0-0.66667 0.31488-0.66667 0.70342v5.145c9.545e-4 0.043283 0.018837 0.084214 0.049602 0.11286 0.030769 0.028643 0.071495 0.04238 0.1123 0.037874l13.714-2.2911c0.070547-0.011738 0.12282-0.075385 0.12381-0.15073v-2.8539c0-0.38854-0.29843-0.70342-0.66667-0.70342h-12.667z" style="fill-rule:evenodd;fill:url(#linearGradient2883);opacity:.2"/> - <rect id="rect1314-3-3-9" x="3.5" y="5.5" width="9" height="6" rx="0" ry="0" style="color:#000000;fill:none;opacity:.1;stroke-linecap:round;stroke-linejoin:round;stroke:url(#linearGradient2880)"/> - </g> + <rect x=".50107" y="2.5011" width="14.998" height="11.998" rx="1" ry="1" fill="url(#linearGradient2983)" fill-rule="evenodd" stroke="url(#linearGradient2985)" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.0021"/> + <rect x="2.5" y="4.5" width="11" height="8" rx="0" ry="0" color="#000000" fill="url(#radialGradient2900)" stroke="url(#linearGradient2902)" stroke-linecap="round" stroke-linejoin="round"/> + <rect x="1.501" y="3.5011" width="12.998" height="9.9979" rx="0" ry="0" fill="none" opacity=".4" stroke="url(#linearGradient2897)" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.0021"/> + <rect x="1.5019" y="3.5019" width="12.996" height="9.9963" fill="none" opacity=".8" stroke="url(#linearGradient2894)" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.0037"/> + <path d="m9.0002 10v-0.75h-3v0.75h3z" fill="url(#linearGradient2890)"/> + <path d="m3.6862 9-0.68571-0.72727 1.5429-1.2727-1.5429-1.2727 0.68571-0.72727 2.3143 2-2.3143 2z" fill="url(#linearGradient2886)"/> + <path d="m1.6667 3c-0.36824 0-0.66667 0.31488-0.66667 0.70342v5.145c9.545e-4 0.043283 0.018837 0.084214 0.049602 0.11286 0.030769 0.028643 0.071495 0.04238 0.1123 0.037874l13.714-2.2911c0.070547-0.011738 0.12282-0.075385 0.12381-0.15073v-2.8539c0-0.38854-0.29843-0.70342-0.66667-0.70342h-12.667z" fill="url(#linearGradient2883)" fill-rule="evenodd" opacity=".2"/> + <rect x="3.5" y="5.5" width="9" height="6" rx="0" ry="0" color="#000000" fill="none" opacity=".1" stroke="url(#linearGradient2880)" stroke-linecap="round" stroke-linejoin="round"/> </svg>
--- a/linux/eric6.desktop Sat Mar 07 11:12:38 2020 +0100 +++ b/linux/eric6.desktop Sun Apr 05 12:06:15 2020 +0200 @@ -1,7 +1,8 @@ [Desktop Entry] Version=1.0 Type=Application -Exec=@BINDIR@/eric6 +Exec=eric6 +TryExec=eric6 MimeType=text/x-python; Icon=eric Terminal=false
--- a/linux/eric6.desktop.in Sat Mar 07 11:12:38 2020 +0100 +++ b/linux/eric6.desktop.in Sun Apr 05 12:06:15 2020 +0200 @@ -2,6 +2,7 @@ Version=1.0 Type=Application Exec=@BINDIR@/eric6@MARKER@ +TryExec=@BINDIR@/eric6@MARKER@ MimeType=text/x-python; Icon=eric@MARKER@ Terminal=false
--- a/linux/eric6_browser.desktop Sat Mar 07 11:12:38 2020 +0100 +++ b/linux/eric6_browser.desktop Sun Apr 05 12:06:15 2020 +0200 @@ -1,7 +1,8 @@ [Desktop Entry] Version=1.0 Type=Application -Exec=@BINDIR@/eric6_browser +Exec=eric6_browser +TryExec=eric6_browser MimeType=text/html;text/xml;application/xhtml+xml;x-scheme-handler/http;x-scheme-handler/https;application/x-mimearchive; Icon=ericWeb48 Terminal=false
--- a/linux/eric6_browser.desktop.in Sat Mar 07 11:12:38 2020 +0100 +++ b/linux/eric6_browser.desktop.in Sun Apr 05 12:06:15 2020 +0200 @@ -2,6 +2,7 @@ Version=1.0 Type=Application Exec=@BINDIR@/eric6_browser@MARKER@ +TryExec=@BINDIR@/eric6_browser@MARKER@ MimeType=text/html;text/xml;application/xhtml+xml;x-scheme-handler/http;x-scheme-handler/https;application/x-mimearchive; Icon=ericWeb@MARKER@ Terminal=false
--- a/scripts/install.py Sat Mar 07 11:12:38 2020 +0100 +++ b/scripts/install.py Sun Apr 05 12:06:15 2020 +0200 @@ -22,6 +22,7 @@ import subprocess import time import io +import json # Define the globals. progName = None @@ -1307,12 +1308,62 @@ return ok +def isPipOutdated(): + """ + Check, if pip is outdated. + + @return flag indicating an outdated pip + @rtype bool + """ + try: + pipOut = subprocess.check_output([ + sys.executable, "-m", "pip", "list", "--outdated", + "--format=json" + ]) + pipOut = pipOut.decode() + except (OSError, subprocess.CalledProcessError): + pipOut = "[]" # default empty list + try: + jsonList = json.loads(pipOut) + except Exception: + jsonList = [] + for package in jsonList: + if isinstance(package, dict) and package["name"] == "pip": + print("'pip' is outdated (installed {0}, available {1})".format( + package["version"], package["latest_version"] + )) + return True + + return False + + +def updatePip(): + """ + Update the installed pip package. + """ + global yes2All + + if yes2All: + answer = "y" + else: + print("Shall 'pip' be updated (recommended)? (Y/n)", end=" ") + answer = input() + if answer in ("", "Y", "y"): + subprocess.call( + [sys.executable, "-m", "pip", "install", "--upgrade", "pip"]) + + def doDependancyChecks(): """ Perform some dependency checks. """ print('Checking dependencies') + # update pip first even if we don't need to install anything + if isPipOutdated(): + updatePip() + print("\n") + # perform dependency checks print("Python Version: {0:d}.{1:d}.{2:d}".format(*sys.version_info[:3])) if sys.version_info < (3, 5, 0):
--- a/setup.py Sat Mar 07 11:12:38 2020 +0100 +++ b/setup.py Sun Apr 05 12:06:15 2020 +0200 @@ -44,7 +44,7 @@ def getPackageData(package, extensions): """ - Function to return data files of a package with givene extensions. + Function to return data files of a package with given extensions. @param package name of the package directory @type str