mirror of
				https://github.com/godotengine/godot.git
				synced 2025-11-04 07:31:16 +00:00 
			
		
		
		
	Added code completion background color setting
This commit is contained in:
		
							parent
							
								
									6872139300
								
							
						
					
					
						commit
						a40cb680ca
					
				
					 5 changed files with 9 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -287,6 +287,7 @@ void ScriptTextEditor::_load_theme_settings() {
 | 
			
		|||
 | 
			
		||||
 | 
			
		||||
	get_text_edit()->set_custom_bg_color(EDITOR_DEF("text_editor/background_color",Color(0,0,0,0)));
 | 
			
		||||
	get_text_edit()->add_color_override("completion_background_color", EDITOR_DEF("text_editor/completion_background_color", Color(0,0,0,0)));
 | 
			
		||||
	get_text_edit()->add_color_override("font_color",EDITOR_DEF("text_editor/text_color",Color(0,0,0)));
 | 
			
		||||
	get_text_edit()->add_color_override("line_number_color",EDITOR_DEF("text_editor/line_number_color",Color(0,0,0)));
 | 
			
		||||
	get_text_edit()->add_color_override("caret_color",EDITOR_DEF("text_editor/caret_color",Color(0,0,0)));
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue