29 lines
		
	
	
		
			493 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			29 lines
		
	
	
		
			493 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
| # Colors (Material Theme)
 | |
| 
 | |
| # Default colors
 | |
| [colors.primary]
 | |
| background = '#1e282d'
 | |
| foreground = '#c4c7d1'
 | |
| 
 | |
| # Normal colors
 | |
| [colors.normal]
 | |
| black   = '#666666'
 | |
| red     = '#eb606b'
 | |
| green   = '#c3e88d'
 | |
| yellow  = '#f7eb95'
 | |
| blue    = '#80cbc4'
 | |
| magenta = '#ff2f90'
 | |
| cyan    = '#aeddff'
 | |
| white   = '#ffffff'
 | |
| 
 | |
| # Bright colors
 | |
| [colors.bright]
 | |
| black   = '#a1a1a1'
 | |
| red     = '#eb606b'
 | |
| green   = '#c3e88d'
 | |
| yellow  = '#f7eb95'
 | |
| blue    = '#7dc6bf'
 | |
| magenta = '#6c71c4'
 | |
| cyan    = '#35434d'
 | |
| white   = '#ffffff'
 |