change theme
This commit is contained in:
		
							parent
							
								
									257425247f
								
							
						
					
					
						commit
						6c68df5633
					
				| 
						 | 
					@ -5,7 +5,7 @@ return {
 | 
				
			||||||
	opts = {
 | 
						opts = {
 | 
				
			||||||
		options = {
 | 
							options = {
 | 
				
			||||||
			icons_enabled = true,
 | 
								icons_enabled = true,
 | 
				
			||||||
			theme = 'everforest',
 | 
								theme = '16color',
 | 
				
			||||||
			component_separators = '|',
 | 
								component_separators = '|',
 | 
				
			||||||
			section_separators = '',
 | 
								section_separators = '',
 | 
				
			||||||
		},
 | 
							},
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,7 +1,7 @@
 | 
				
			||||||
return {
 | 
					return {
 | 
				
			||||||
	'sainnhe/everforest',
 | 
						'chriskempson/base16-vim',
 | 
				
			||||||
	priority = 1000,
 | 
						priority = 1000,
 | 
				
			||||||
	config = function()
 | 
						config = function()
 | 
				
			||||||
		vim.cmd.colorscheme 'everforest'
 | 
							vim.cmd.colorscheme 'base16-bright'
 | 
				
			||||||
	end,
 | 
						end,
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue