chore: add more colors
This commit is contained in:
		
							parent
							
								
									76a07e9b01
								
							
						
					
					
						commit
						94c369e1c2
					
				@ -1,5 +1,6 @@
 | 
				
			|||||||
local M = {}
 | 
					local M = {}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					---@class Palette
 | 
				
			||||||
M.default = {
 | 
					M.default = {
 | 
				
			||||||
  none = "NONE",
 | 
					  none = "NONE",
 | 
				
			||||||
  fg = "#e4e4e4",
 | 
					  fg = "#e4e4e4",
 | 
				
			||||||
@ -13,7 +14,19 @@ M.default = {
 | 
				
			|||||||
  ["bg+2"] = "#453d41",
 | 
					  ["bg+2"] = "#453d41",
 | 
				
			||||||
  ["bg+3"] = "#484848",
 | 
					  ["bg+3"] = "#484848",
 | 
				
			||||||
  ["bg+4"] = "#52494e",
 | 
					  ["bg+4"] = "#52494e",
 | 
				
			||||||
 | 
					  ["red-1"] = "#c73c3f",
 | 
				
			||||||
 | 
					  red = "#f43841",
 | 
				
			||||||
 | 
					  ["red+1"] = "#ff4f58",
 | 
				
			||||||
 | 
					  green = "#73d936",
 | 
				
			||||||
 | 
					  yellow = "#ffdd33",
 | 
				
			||||||
 | 
					  brown = "#cc8c3c",
 | 
				
			||||||
 | 
					  quartz = "#95a99f",
 | 
				
			||||||
 | 
					  ["niagara-2"] = "#303540",
 | 
				
			||||||
 | 
					  ["niagara-1"] = "#565f73",
 | 
				
			||||||
 | 
					  niagara = "#96a6c8",
 | 
				
			||||||
 | 
					  wisteria = "#9e95c7",
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
return M
 | 
					return M
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user