27 lines
		
	
	
		
			466 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			27 lines
		
	
	
		
			466 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
| # Default colors
 | |
| [colors.primary]
 | |
| background = '#2c3640'
 | |
| foreground = '#297dd3'
 | |
| 
 | |
| # Normal colors
 | |
| [colors.normal]
 | |
| black   = '#0b0b0c'
 | |
| red     = '#377fc4'
 | |
| green   = '#2691e7'
 | |
| yellow  = '#2090c1'
 | |
| blue    = '#2c5e87'
 | |
| magenta = '#436280'
 | |
| cyan    = '#547aa2'
 | |
| white   = '#536679'
 | |
| 
 | |
| # Bright colors
 | |
| [colors.bright]
 | |
| black   = '#23272c'
 | |
| red     = '#66a5cc'
 | |
| green   = '#59b0f2'
 | |
| yellow  = '#4bb0d3'
 | |
| blue    = '#487092'
 | |
| magenta = '#50829e'
 | |
| cyan    = '#658795'
 | |
| white   = '#4d676b'
 |