Fix some icon colors for light themes.

This commit is contained in:
Mounir Tohami 2026-03-07 17:38:38 +02:00
parent 220b0b2f74
commit 2d525307b0
5 changed files with 6 additions and 4 deletions

View file

@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><rect width="4" height="4" x="6" y="6" fill="#e0e0e0" rx="1"/><path fill="none" stroke="#e0e0e0" stroke-linejoin="round" stroke-width="1.5" d="M1.5 5.5 4 8l-2.5 2.5m13 0L12 8l2.5-2.5m-4-4L8 4 5.5 1.5m0 13L8 12l2.5 2.5"/></svg>
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><path fill="#fff" stroke="#000" stroke-linejoin="round" stroke-width="1.3" d="M 6.03125 0.96875 L 4.96875 2.03125 L 7.46875 4.53125 A 0.750075 0.750075 0 0 0 8.53125 4.53125 L 11.03125 2.03125 L 9.96875 0.96875 L 8 2.9375 L 6.03125 0.96875 z M 2.03125 4.96875 L 0.96875 6.03125 L 2.9375 8 L 0.96875 9.96875 L 2.03125 11.03125 L 4.53125 8.53125 A 0.750075 0.750075 0 0 0 4.53125 7.46875 L 2.03125 4.96875 z M 13.96875 4.96875 L 11.46875 7.46875 A 0.750075 0.750075 0 0 0 11.46875 8.53125 L 13.96875 11.03125 L 15.03125 9.96875 L 13.0625 8 L 15.03125 6.03125 L 13.96875 4.96875 z M 7.2949219 6.5878906 C 6.9038179 6.5878906 6.5878906 6.9038179 6.5878906 7.2949219 L 6.5878906 8.7050781 C 6.5878906 9.096182 6.9038179 9.4121094 7.2949219 9.4121094 L 8.7050781 9.4121094 C 9.096182 9.4121094 9.4121094 9.096182 9.4121094 8.7050781 L 9.4121094 7.2949219 C 9.4121094 6.9038179 9.096182 6.5878906 8.7050781 6.5878906 L 7.2949219 6.5878906 z M 8 11.248047 A 0.750075 0.750075 0 0 0 7.46875 11.46875 L 4.96875 13.96875 L 6.03125 15.03125 L 8 13.0625 L 9.96875 15.03125 L 11.03125 13.96875 L 8.53125 11.46875 A 0.750075 0.750075 0 0 0 8 11.248047 z" paint-order="stroke markers fill"/></svg>

Before

Width:  |  Height:  |  Size: 290 B

After

Width:  |  Height:  |  Size: 1.2 KiB

Before After
Before After

View file

@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><path fill="#eaeaea" d="M6.5 2.5a5.5 5.5 0 0 0 0 11 5.5 5.5 0 0 0 0-11m6.5 0h2v11h-2z"/></svg>
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><path fill="#fff" d="M6.5 2.5a5.5 5.5 0 0 0 0 11 5.5 5.5 0 0 0 0-11m6.5 0h2v11h-2z"/></svg>

Before

Width:  |  Height:  |  Size: 158 B

After

Width:  |  Height:  |  Size: 155 B

Before After
Before After

View file

@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><path fill="#eaeaea" d="M.5 2.5h11v11H.5zm12 0h2v11h-2z"/></svg>
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><path fill="#fff" d="M.5 2.5h11v11H.5zm12 0h2v11h-2z"/></svg>

Before

Width:  |  Height:  |  Size: 128 B

After

Width:  |  Height:  |  Size: 125 B

Before After
Before After

View file

@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><circle cx="8" cy="8" r="5.25" fill="none" stroke="#eaeaea" stroke-width="1.75"/><path fill="#eaeaea" d="M4.9 4.9h6.2v6.2H4.9z"/></svg>
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><circle cx="8" cy="8" r="5.25" fill="none" stroke="#fff" stroke-width="1.75"/><path fill="#fff" d="M4.9 4.9h6.2v6.2H4.9z"/></svg>

Before

Width:  |  Height:  |  Size: 199 B

After

Width:  |  Height:  |  Size: 193 B

Before After
Before After

View file

@ -218,6 +218,8 @@ void EditorColorMap::create() {
add_conversion_exception("GuiGraphNodePort");
add_conversion_exception("GuiResizer");
add_conversion_exception("GuiMiniCheckerboard");
add_conversion_exception("PickerCursorBg");
add_conversion_exception("CenterView");
/// Code Editor.
add_conversion_exception("GuiTab");