mirror of
				https://github.com/stedolan/jq.git
				synced 2024-05-11 05:55:39 +00:00 
			
		
		
		
	correct the default JQ_COLORS to use 37, not undefined color 39
This commit is contained in:
		
				
					committed by
					
						
						Nico Williams
					
				
			
			
				
	
			
			
			
						parent
						
							fa3733cc4c
						
					
				
				
					commit
					cf615152e1
				
			@@ -3291,7 +3291,7 @@ sections:
 | 
			
		||||
        - color for objects
 | 
			
		||||
 | 
			
		||||
      The default color scheme is the same as setting
 | 
			
		||||
      `"JQ_COLORS=1;30:0;39:0;39:0;39:0;32:1;39:1;39"`.
 | 
			
		||||
      `"JQ_COLORS=1;30:0;37:0;37:0;37:0;32:1;37:1;37"`.
 | 
			
		||||
 | 
			
		||||
      This is not a manual for VT100/ANSI escapes.  However, each of
 | 
			
		||||
      these color specifications should consist of two numbers separated
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user