1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-07 12:30:27 +00:00

Increase checkerboard texture contrast

This commit is contained in:
Hendrik Brucker
2022-02-12 14:55:07 +01:00
parent b99fad040d
commit 8ebecf5095
6 changed files with 3 additions and 6 deletions

View File

@@ -277,6 +277,7 @@ void editor_register_and_generate_icons(Ref<Theme> p_theme, bool p_dark_theme =
exceptions.insert("StatusSuccess");
exceptions.insert("StatusWarning");
exceptions.insert("OverbrightIndicator");
exceptions.insert("GuiMiniCheckerboard");
}
// These ones should be converted even if we are using a dark theme.