diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2022-02-10 15:16:04 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-10 15:16:04 +0100 |
commit | 242c636a63ac2d8b002ace37388dce9273a9048a (patch) | |
tree | 82f8a101fb4461d29bc9dd1e2bc147bb99c706f6 /editor | |
parent | f21a62b62027a88ea90de539a48df8e280a820e8 (diff) | |
parent | 1bdb82c64e65f23381183051ef1fc9856a7830f8 (diff) |
Merge pull request #57909 from akien-mga/codespell
Diffstat (limited to 'editor')
-rw-r--r-- | editor/editor_themes.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/editor_themes.cpp b/editor/editor_themes.cpp index 321b69e20f..54b6aa537f 100644 --- a/editor/editor_themes.cpp +++ b/editor/editor_themes.cpp @@ -159,7 +159,7 @@ void editor_register_and_generate_icons(Ref<Theme> p_theme, bool p_dark_theme = ADD_CONVERT_COLOR(dark_icon_color_dictionary, "#ffffff", "#414141"); // Pure white ADD_CONVERT_COLOR(dark_icon_color_dictionary, "#000000", "#bfbfbf"); // Pure black - // Keep pure RGB colors as is, but list them for explicity. + // Keep pure RGB colors as is, but list them for explicitly. ADD_CONVERT_COLOR(dark_icon_color_dictionary, "#ff0000", "#ff0000"); // Pure red ADD_CONVERT_COLOR(dark_icon_color_dictionary, "#00ff00", "#00ff00"); // Pure green ADD_CONVERT_COLOR(dark_icon_color_dictionary, "#0000ff", "#0000ff"); // Pure blue |