From 04b045140538bf15942219ed9abbe9dccef7f613 Mon Sep 17 00:00:00 2001 From: archhabra <36616496+archhabra@users.noreply.github.com> Date: Fri, 1 Aug 2025 18:23:32 -0700 Subject: [PATCH] Update Editor icons Setup Docs with Color conversion Note (#11159) * Update Editor icons Setup Docs with Color conversion Note #108770 --- contributing/development/editor/creating_icons.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/contributing/development/editor/creating_icons.rst b/contributing/development/editor/creating_icons.rst index 2626e0afb..374db2f4b 100644 --- a/contributing/development/editor/creating_icons.rst +++ b/contributing/development/editor/creating_icons.rst @@ -43,6 +43,11 @@ This is to ensure the icon always displays with a sufficient contrast rate. Try to restrict your icon's color palette to colors found in the list above. Otherwise, your icon may become difficult to read on a light background. +.. note:: + To enable color conversion for light editor themes: + 1. :ui:`Import > Import As > Texture2D` + 2. Set ``editor/convert_colors_with_editor_theme`` to ``true`` + Icon optimization ~~~~~~~~~~~~~~~~~