The Godot Q&A is currently undergoing maintenance!

Your ability to ask and answer questions is temporarily disabled. You can browse existing threads in read-only mode.

We are working on bringing this community platform back to its full functionality, stay tuned for updates.

godotengine.org | Twitter

0 votes

I once downloaded a template appearance for Godot and applied it in the project settings. I don't remember where I put it, I might have deleted it. I just want the code editor to have the default appearance. How do i do this?

in Engine by (391 points)

1 Answer

+1 vote
Best answer

Are you sure it was in "project settings" and not "Editor Settings"? I am going to assume it was editor settings, because you are writing about "code editor" and its appearance to my knowledge is not configurable in project settings.

If by template you mean theme preset then it can be changed back in Editor -> Editor Settings... -> Theme -> Preset -> Default.

You can revert changes of code editor one-by-one in Editor -> Editor Settings... and there browse through items in Interface and Text Editor (on the left), and every time you see a revert icon ⟲ (in right part of window) click it.

Faster option would be to delete your editor configuration file (e.g. on Linux it's at ~/.config/godot/editor_settings-3.tres). But I have to stress that you will lose ALL editor settings (e.g. recent projects), not just code editor settings.

by (135 points)
selected by

Thanks for your answer. I found it in the editor settings under Text Editor -> Theme -> Preset. I reset it to default and it worked :) Thanks.

I had a similar problem.

Welcome to Godot Engine Q&A, where you can ask questions and receive answers from other members of the community.

Please make sure to read Frequently asked questions and How to use this Q&A? before posting your first questions.
Social login is currently unavailable. If you've previously logged in with a Facebook or GitHub account, use the I forgot my password link in the login box to set a password for your account. If you still can't access your account, send an email to [email protected] with your username.