35 lines
		
	
	
		
			582 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
		
		
			
		
	
	
			35 lines
		
	
	
		
			582 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
|  | # Source https://github.com/bluz71/vim-nightfly-colors | ||
|  | 
 | ||
|  | [colors.bright] | ||
|  | black = "#7c8f8f" | ||
|  | blue = "#82aaff" | ||
|  | cyan = "#7fdbca" | ||
|  | green = "#21c7a8" | ||
|  | magenta = "#ae81ff" | ||
|  | red = "#ff5874" | ||
|  | white = "#d6deeb" | ||
|  | yellow = "#ecc48d" | ||
|  | 
 | ||
|  | [colors.cursor] | ||
|  | cursor = "#9ca1aa" | ||
|  | text = "#080808" | ||
|  | 
 | ||
|  | [colors.normal] | ||
|  | black = "#1d3b53" | ||
|  | blue = "#82aaff" | ||
|  | cyan = "#7fdbca" | ||
|  | green = "#a1cd5e" | ||
|  | magenta = "#c792ea" | ||
|  | red = "#fc514e" | ||
|  | white = "#a1aab8" | ||
|  | yellow = "#e3d18a" | ||
|  | 
 | ||
|  | [colors.primary] | ||
|  | background = "#011627" | ||
|  | bright_foreground = "#eeeeee" | ||
|  | foreground = "#bdc1c6" | ||
|  | 
 | ||
|  | [colors.selection] | ||
|  | background = "#b2ceee" | ||
|  | text = "#080808" |