feat!: Move to AstroNvim v4 distributed through lazy.nvim
This commit is contained in:
		
							
								
								
									
										14
									
								
								lua/plugins/astroui.lua
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										14
									
								
								lua/plugins/astroui.lua
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,14 @@
 | 
			
		||||
return {
 | 
			
		||||
  "AstroNvim/astroui",
 | 
			
		||||
  opts = {
 | 
			
		||||
    colorscheme = "astrodark", -- change colorscheme
 | 
			
		||||
    highlights = {
 | 
			
		||||
      init = { -- this table overrides highlights in all themes
 | 
			
		||||
        -- Normal = { bg = "#000000" },
 | 
			
		||||
      },
 | 
			
		||||
      duskfox = { -- a table of overrides/changes to the duskfox theme
 | 
			
		||||
        -- Normal = { bg = "#000000" },
 | 
			
		||||
      },
 | 
			
		||||
    },
 | 
			
		||||
  },
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user