[ui][pythonm console] Fix hard to read python console editor icons

This commit is contained in:
Mathieu Pellerin 2025-01-24 16:28:07 +07:00 committed by Nyall Dawson
parent d5edd0811f
commit c62e2d2096
2 changed files with 15 additions and 2 deletions

View File

@ -1 +1,10 @@
<svg height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="m14 17h5v5h-5z" fill="#3b7ec6" fill-rule="evenodd"/><path d="m14 10h5v5h-5z" fill="#3b7ec6" fill-rule="evenodd"/><path d="m5.5 8v11.5h7.5" fill="none" stroke="#505050"/><path d="m6 12.5h7" fill="none" stroke="#505050"/><path d="m3 2h5v5h-5z" fill="#3b7ec6" fill-rule="evenodd"/></svg>
<?xml version="1.0" encoding="UTF-8"?>
<svg width="24" height="24" version="1.1" xmlns="http://www.w3.org/2000/svg">
<g>
<path d="m14.5 10.5h4v4h-4z" fill="#fff" fill-rule="evenodd" stroke="#008001"/>
<path d="m14.5 17.5h4v4h-4z" fill="#fff" fill-rule="evenodd" stroke="#008001"/>
<path d="m5.5 8v11.5h7.5" fill="none" stroke="#b2b2b2"/>
<path d="m6 12.5h7" fill="none" stroke="#b2b2b2"/>
<path d="m3.5 2.5h4v4h-4z" fill="#fff" fill-rule="evenodd" stroke="#008001"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 356 B

After

Width:  |  Height:  |  Size: 491 B

View File

@ -1 +1,5 @@
<svg height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="m19.9 8.85h-4.19l-1.24 5.27h3.88v1.74h-4.32l-1.23 5.01h-1.63l1.23-5.01h-3.4l-1.23 5.01h-1.63l1.23-5.01h-3.75v-1.74h4.19l1.24-5.27h-3.88v-1.74h4.32l1.32-5.44h1.63l-1.32 5.44h3.4l1.32-5.44h1.63l-1.32 5.44h3.75zm-5.78-.0258h-3.45l-1.26 5.32h3.45z" fill="#505050" stroke="#505050" stroke-width=".3"/></svg>
<?xml version="1.0" encoding="UTF-8"?>
<svg width="24" height="24" version="1.1" xmlns="http://www.w3.org/2000/svg">
<path d="m20.43 9.33h-4.19l-1.24 5.27h3.88v1.74h-4.32l-1.23 5.01h-1.63l1.23-5.01h-3.4l-1.23 5.01h-1.63l1.23-5.01h-3.75v-1.74h4.19l1.24-5.27h-3.88v-1.74h4.32l1.32-5.44h1.63l-1.32 5.44h3.4l1.32-5.44h1.63l-1.32 5.44h3.75zm-5.78-0.0258h-3.45l-1.26 5.32h3.45z" fill="#505050" stroke="#c8c8c8" stroke-width="2.5"/>
<path d="m20.43 9.33h-4.19l-1.24 5.27h3.88v1.74h-4.32l-1.23 5.01h-1.63l1.23-5.01h-3.4l-1.23 5.01h-1.63l1.23-5.01h-3.75v-1.74h4.19l1.24-5.27h-3.88v-1.74h4.32l1.32-5.44h1.63l-1.32 5.44h3.4l1.32-5.44h1.63l-1.32 5.44h3.75zm-5.78-0.0258h-3.45l-1.26 5.32h3.45z" fill="#505050" stroke="#505050" stroke-width=".3"/>
</svg>

Before

Width:  |  Height:  |  Size: 374 B

After

Width:  |  Height:  |  Size: 743 B