add: colours
This commit is contained in:
		
							parent
							
								
									557acfdfa9
								
							
						
					
					
						commit
						270f3030f1
					
				
					 1 changed files with 16 additions and 8 deletions
				
			
		|  | @ -1,15 +1,11 @@ | |||
| black='\[\e[0;30m\]' | ||||
| BLACK='\[\e[1;30m\]' | ||||
| blackbg='\[\e[40m\]' | ||||
| 
 | ||||
| red='\[\e[0;31m\]' | ||||
| RED='\[\e[1;31m\]' | ||||
| redbg='\[\e[41m\]' | ||||
| 
 | ||||
| blue='\[\e[0;34m\]' | ||||
| BLUE='\[\e[1;34m\]' | ||||
| bluebg='\[\e[44m\]' | ||||
| 
 | ||||
| cyan='\[\e[0;36m\]' | ||||
| CYAN='\[\e[1;36m\]' | ||||
| cyanbg='\[\e[46m\]' | ||||
| 
 | ||||
| green='\[\e[0;32m\]' | ||||
| GREEN='\[\e[1;32m\]' | ||||
| greenbg='\[\e[42m\]' | ||||
|  | @ -18,8 +14,20 @@ yellow='\[\e[0;33m\]' | |||
| YELLOW='\[\e[1;33m\]' | ||||
| yellowbg='\[\e[43m\]' | ||||
| 
 | ||||
| blue='\[\e[0;34m\]' | ||||
| BLUE='\[\e[1;34m\]' | ||||
| bluebg='\[\e[44m\]' | ||||
| 
 | ||||
| purple='\[\e[0;35m\]' | ||||
| PURPLE='\[\e[1;35m\]' | ||||
| purplebg='\[\e[45m\]' | ||||
| 
 | ||||
| cyan='\[\e[0;36m\]' | ||||
| CYAN='\[\e[1;36m\]' | ||||
| cyanbg='\[\e[46m\]' | ||||
| 
 | ||||
| white='\[\e[0;37m\]' | ||||
| WHITE='\[\e[1;37m\]' | ||||
| whitebg='\[\e[47m\]' | ||||
| 
 | ||||
| nc='\[\e[0m\]' | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Tobias Reisinger
						Tobias Reisinger