Add three options for neovim themes
This commit is contained in:
		
							
								
								
									
										8
									
								
								themes/neovim/catppuccin.lua
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										8
									
								
								themes/neovim/catppuccin.lua
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,8 @@
 | 
				
			|||||||
 | 
					return {
 | 
				
			||||||
 | 
						{
 | 
				
			||||||
 | 
							"LazyVim/LazyVim",
 | 
				
			||||||
 | 
							opts = {
 | 
				
			||||||
 | 
								colorscheme = "catppuccin",
 | 
				
			||||||
 | 
							},
 | 
				
			||||||
 | 
						},
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
							
								
								
									
										12
									
								
								themes/neovim/gruvbox.lua
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										12
									
								
								themes/neovim/gruvbox.lua
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,12 @@
 | 
				
			|||||||
 | 
					return {
 | 
				
			||||||
 | 
						-- add gruvbox
 | 
				
			||||||
 | 
						{ "ellisonleao/gruvbox.nvim" },
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						-- Configure LazyVim to load gruvbox
 | 
				
			||||||
 | 
						{
 | 
				
			||||||
 | 
							"LazyVim/LazyVim",
 | 
				
			||||||
 | 
							opts = {
 | 
				
			||||||
 | 
								colorscheme = "gruvbox",
 | 
				
			||||||
 | 
							},
 | 
				
			||||||
 | 
						},
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
							
								
								
									
										8
									
								
								themes/neovim/tokyo-night.lua
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										8
									
								
								themes/neovim/tokyo-night.lua
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,8 @@
 | 
				
			|||||||
 | 
					return {
 | 
				
			||||||
 | 
						{
 | 
				
			||||||
 | 
							"LazyVim/LazyVim",
 | 
				
			||||||
 | 
							opts = {
 | 
				
			||||||
 | 
								colorscheme = "tokyonight",
 | 
				
			||||||
 | 
							},
 | 
				
			||||||
 | 
						},
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
		Reference in New Issue
	
	Block a user