godotengine / godot

Godot Engine – Multi-platform 2D and 3D game engine
https://godotengine.org
MIT License
91.52k stars 21.26k forks source link

Text editor theme not updated on editor theme change from dark to light theme #97579

Open lalitshankarchowdhury opened 2 months ago

lalitshankarchowdhury commented 2 months ago

Tested versions

Reproducible in master

System information

Ubuntu 24.04 - Godot 4.3 Dev (master)

Issue description

When switching from a dark theme (like Solarized (Dark)) to a light one (Solarized (light)), the script editor theme is not updated to match the editor theme.

It only updates when Godot is restarted.

Steps to reproduce

Minimal reproduction project (MRP)

N/A

Chaosus commented 1 month ago

Can confirm that it's a bug at master (04692d83cb8f61002f18ea1d954df8c558ee84f7), it was not on 4.3 so it's a regression.

Example (from Solarized Light to Solarized Dark):

изображение

alavacek commented 2 weeks ago

I am interested in taking on this feature request, how would I go about doing so?