From 2d525307b0fb8e30eae819d51fe883f92e8a3135 Mon Sep 17 00:00:00 2001 From: Mounir Tohami Date: Sat, 7 Mar 2026 17:38:38 +0200 Subject: [PATCH] Fix some icon colors for light themes. --- editor/icons/CenterView.svg | 2 +- editor/icons/PickerShapeCircle.svg | 2 +- editor/icons/PickerShapeRectangle.svg | 2 +- editor/icons/PickerShapeRectangleWheel.svg | 2 +- editor/themes/editor_color_map.cpp | 2 ++ 5 files changed, 6 insertions(+), 4 deletions(-) diff --git a/editor/icons/CenterView.svg b/editor/icons/CenterView.svg index 82b494db7f..9b3e8253d8 100644 --- a/editor/icons/CenterView.svg +++ b/editor/icons/CenterView.svg @@ -1 +1 @@ - + diff --git a/editor/icons/PickerShapeCircle.svg b/editor/icons/PickerShapeCircle.svg index a655ac1f0e..24acec7675 100644 --- a/editor/icons/PickerShapeCircle.svg +++ b/editor/icons/PickerShapeCircle.svg @@ -1 +1 @@ - + diff --git a/editor/icons/PickerShapeRectangle.svg b/editor/icons/PickerShapeRectangle.svg index 47d2aef847..c6bacb4a0c 100644 --- a/editor/icons/PickerShapeRectangle.svg +++ b/editor/icons/PickerShapeRectangle.svg @@ -1 +1 @@ - + diff --git a/editor/icons/PickerShapeRectangleWheel.svg b/editor/icons/PickerShapeRectangleWheel.svg index ccd7490769..f431db31ed 100644 --- a/editor/icons/PickerShapeRectangleWheel.svg +++ b/editor/icons/PickerShapeRectangleWheel.svg @@ -1 +1 @@ - + diff --git a/editor/themes/editor_color_map.cpp b/editor/themes/editor_color_map.cpp index c7ee2465e1..8831d8c1f3 100644 --- a/editor/themes/editor_color_map.cpp +++ b/editor/themes/editor_color_map.cpp @@ -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");