added gruvbox material
This commit is contained in:
18
lua/plugins/gruvbox_material.lua
Normal file
18
lua/plugins/gruvbox_material.lua
Normal file
@@ -0,0 +1,18 @@
|
||||
return {
|
||||
'sainnhe/gruvbox-material',
|
||||
priority = 1000,
|
||||
config = function()
|
||||
-- local colors = require('gruvbox.colors')
|
||||
-- vim.g.gruvbox_flat_style = "dark"
|
||||
-- vim.g.gruvbox_colors = {
|
||||
-- bg_search = 'purple',
|
||||
-- fg_search = 'black',
|
||||
-- }
|
||||
-- vim.g.gruvbox_theme = {
|
||||
-- Pmenu = { bg = 'bg_visual' },
|
||||
-- NormalFloat = { bg = 'bg_visual' }
|
||||
-- }
|
||||
-- vim.g.gruvbox_dark_float = false
|
||||
vim.cmd('colorscheme gruvbox-material')
|
||||
end
|
||||
}
|
||||
Reference in New Issue
Block a user