Merge pull request #49132 from Calinou/editor-syntax-themes-rename-default

Rename the bundled text editor themes for consistency with themes
This commit is contained in:
Rémi Verschelde 2021-05-31 14:47:49 +02:00 committed by GitHub
commit e615060cd6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 15 additions and 16 deletions

View file

@ -104,7 +104,7 @@ private:
void _add_property_info_bind(const Dictionary &p_info);
void _load_defaults(Ref<ConfigFile> p_extra_config = Ref<ConfigFile>());
void _load_default_text_editor_theme();
void _load_godot2_text_editor_theme();
bool _save_text_editor_theme(String p_file);
bool _is_default_text_editor_theme(String p_theme_name);