mirror of
				https://github.com/ohmyzsh/ohmyzsh.git
				synced 2025-11-04 13:21:19 +08:00 
			
		
		
		
	feat(spectrum): add FX[dim] format (#12172)
				
					
				
			This commit is contained in:
		
							parent
							
								
									d43f03ba91
								
							
						
					
					
						commit
						f7b647e1b1
					
				@ -7,6 +7,7 @@ typeset -AHg FX FG BG
 | 
			
		||||
FX=(
 | 
			
		||||
  reset     "%{[00m%}"
 | 
			
		||||
  bold      "%{[01m%}" no-bold      "%{[22m%}"
 | 
			
		||||
  dim       "%{[02m%}" no-dim       "%{[22m%}"
 | 
			
		||||
  italic    "%{[03m%}" no-italic    "%{[23m%}"
 | 
			
		||||
  underline "%{[04m%}" no-underline "%{[24m%}"
 | 
			
		||||
  blink     "%{[05m%}" no-blink     "%{[25m%}"
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user