You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
	
	
		
			14 lines
		
	
	
		
			355 B
		
	
	
	
		
			Cheetah
		
	
			
		
		
	
	
			14 lines
		
	
	
		
			355 B
		
	
	
	
		
			Cheetah
		
	
# chezmoi:template:left-delimiter=#{{
 | 
						|
#{{- /* vim: set filetype=jq: */ -}}
 | 
						|
#{{- if lookPath "jq" -}}
 | 
						|
def reset:   "\u001b[0m";
 | 
						|
def black:   "\u001b[30m";
 | 
						|
def white:   "\u001b[97m";
 | 
						|
def blue:    "\u001b[34m";
 | 
						|
def cyan:    "\u001b[36m";
 | 
						|
def green:   "\u001b[32m";
 | 
						|
def yellow:  "\u001b[33m";
 | 
						|
def red:     "\u001b[31m";
 | 
						|
def magenta: "\u001b[35m";
 | 
						|
#{{- end }}
 |