mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
Highlight doc comments in a different color
This commit is contained in:
@@ -821,6 +821,7 @@ void EditorSettings::_load_godot2_text_editor_theme() {
|
||||
_initial_set("text_editor/theme/highlighting/engine_type_color", Color(0.51, 0.83, 1.0));
|
||||
_initial_set("text_editor/theme/highlighting/user_type_color", Color(0.42, 0.67, 0.93));
|
||||
_initial_set("text_editor/theme/highlighting/comment_color", Color(0.4, 0.4, 0.4));
|
||||
_initial_set("text_editor/theme/highlighting/doc_comment_color", Color(0.5, 0.6, 0.7));
|
||||
_initial_set("text_editor/theme/highlighting/string_color", Color(0.94, 0.43, 0.75));
|
||||
_initial_set("text_editor/theme/highlighting/background_color", Color(0.13, 0.12, 0.15));
|
||||
_initial_set("text_editor/theme/highlighting/completion_background_color", Color(0.17, 0.16, 0.2));
|
||||
|
||||
Reference in New Issue
Block a user