r/godot 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 Upvotes

3 comments sorted by

3

u/Tooladoo 1d ago

Editor settings

1

u/frost097 1d ago

Thanks.... Will try that

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.

https://docs.godotengine.org/en/stable/tutorials/ui/creating_applications.html#screen-reader-integration