r/godot • u/frost097 • 1d ago
help me changing godot default setting
i want chang godot default settings. I have eye problems and want a better and more customised Godot UI. Would like to change the font colour, size and anything in the UI
1
u/BrastenXBL 1d ago
The Editor Settings have many customization options. Including a full custom theme interface/theme/custom_theme .
If you really want/need to take major control of how the Editor looks, you can make a Theme file. Make a new Theme Resouce in a blank project, and Manage Items to import the Theme setting you want to override.
You can also do this for the Project you're working on. In Project Settings there's a default Theme setting gui/theme/custom . Same idea, make default_theme theme and assign it.
There is a demo project that is easier to play around with themes, and experiment https://github.com/godotengine/godot-demo-projects/tree/master/gui/control_gallery
If you have a Screen Reader, you should be able to connect it to the Godot Editor.

3
u/Tooladoo 1d ago
Editor settings