theme: change to ellisonleao/gruvbox.nvim
This commit is contained in:
		@@ -5,6 +5,7 @@ return {
 | 
			
		||||
 | 
			
		||||
    priority = 1000,
 | 
			
		||||
    config = function()
 | 
			
		||||
      require('gruvbox').setup({ contrast = 'soft'})
 | 
			
		||||
      vim.cmd.colorscheme 'gruvbox'
 | 
			
		||||
    end,
 | 
			
		||||
  },
 | 
			
		||||
@@ -55,6 +56,7 @@ return {
 | 
			
		||||
      options = {
 | 
			
		||||
        icons_enabled = false,
 | 
			
		||||
        theme = 'gruvbox',
 | 
			
		||||
        statusline_style = 'mix',
 | 
			
		||||
        component_separators = '|',
 | 
			
		||||
        section_separators = '',
 | 
			
		||||
      },
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user