How to set Godots Code Editor appearance to default

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Millard

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?

:bust_in_silhouette: Reply From: monnef

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 EditorEditor Settings...ThemePresetDefault.

You can revert changes of code editor one-by-one in EditorEditor 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.

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

Millard | 2020-06-05 15:24

I had a similar problem.

Expareasse | 2021-11-30 06:49