fix: update breaking changes in v3
This commit is contained in:
		@@ -1,2 +1,2 @@
 | 
				
			|||||||
-- Set colorscheme to use
 | 
					-- Set colorscheme to use
 | 
				
			||||||
return "astronvim"
 | 
					return "astrodark"
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,5 +1,6 @@
 | 
				
			|||||||
-- Customize colors for each element each element has a `_fg` and a `_bg`
 | 
					-- Customize colors for each element each element has a `_fg` and a `_bg`
 | 
				
			||||||
return function(colors)
 | 
					return function(colors)
 | 
				
			||||||
  colors.git_branch_fg = astronvim.get_hlgroup("Conditional").fg
 | 
					  local get_hlgroup = require("astronvim.utils").get_hlgroup
 | 
				
			||||||
 | 
					  colors.git_branch_fg = get_hlgroup("Conditional").fg
 | 
				
			||||||
  return colors
 | 
					  return colors
 | 
				
			||||||
end
 | 
					end
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user