32 lines
		
	
	
		
			559 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			32 lines
		
	
	
		
			559 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
| [colors.bright]
 | |
| black   = "#8E969B"
 | |
| red     = "#58120D"
 | |
| green   = "#744E72"
 | |
| yellow  = "#517185"
 | |
| blue    = "#DD2A4A"
 | |
| magenta = "#DEACB3"
 | |
| cyan    = "#A9BFCE"
 | |
| white   = "#CCD7DE"
 | |
| 
 | |
| [colors.cursor]
 | |
| cursor = "#8e8e8e"
 | |
| text = "#080808"
 | |
| 
 | |
| [colors.normal]
 | |
| black   = "#424345"
 | |
| red     = "#58120D"
 | |
| green   = "#744E72"
 | |
| yellow  = "#517185"
 | |
| blue    = "#DD2A4A"
 | |
| magenta = "#DEACB3"
 | |
| cyan    = "#A9BFCE"
 | |
| white   = "#CCD7DE"
 | |
| 
 | |
| [colors.primary]
 | |
| background = "#1B1D1E"
 | |
| bright_foreground = "#eeeeee"
 | |
| foreground = "#E1E9EE"
 | |
| 
 | |
| [colors.selection]
 | |
| background = "#b2ceee"
 | |
| text = "#080808" |