mirror of
				https://github.com/godotengine/godot.git
				synced 2025-10-31 13:41:03 +00:00 
			
		
		
		
	Tweak the editor help comment color for better readability
This commit is contained in:
		
							parent
							
								
									3679d49f4b
								
							
						
					
					
						commit
						99bfaa6c60
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -50,7 +50,7 @@ void EditorHelp::_init_colors() { | |||
| 	text_color = get_color("default_color", "RichTextLabel"); | ||||
| 	headline_color = get_color("headline_color", "EditorHelp"); | ||||
| 	base_type_color = title_color.linear_interpolate(text_color, 0.5); | ||||
| 	comment_color = text_color * Color(1, 1, 1, 0.4); | ||||
| 	comment_color = text_color * Color(1, 1, 1, 0.6); | ||||
| 	symbol_color = comment_color; | ||||
| 	value_color = text_color * Color(1, 1, 1, 0.6); | ||||
| 	qualifier_color = text_color * Color(1, 1, 1, 0.8); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Hugo Locurcio
						Hugo Locurcio