added gruvbox material
This commit is contained in:
parent
7d318b2512
commit
4f5bd49e70
@ -14,5 +14,6 @@ return {
|
|||||||
}
|
}
|
||||||
vim.g.gruvbox_dark_float = false
|
vim.g.gruvbox_dark_float = false
|
||||||
vim.cmd('colorscheme gruvbox-flat')
|
vim.cmd('colorscheme gruvbox-flat')
|
||||||
end
|
end,
|
||||||
|
enabled = false
|
||||||
}
|
}
|
||||||
|
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
|
||||||
|
}
|
@ -3,7 +3,7 @@ return {
|
|||||||
dependencies = { 'kyazdani42/nvim-web-devicons' },
|
dependencies = { 'kyazdani42/nvim-web-devicons' },
|
||||||
config = {
|
config = {
|
||||||
options = {
|
options = {
|
||||||
theme = 'gruvbox-flat',
|
theme = 'gruvbox-material',
|
||||||
disabled_filetypes = {
|
disabled_filetypes = {
|
||||||
statusline = {},
|
statusline = {},
|
||||||
winbar = { 'dap-repl', 'dapui_console' },
|
winbar = { 'dap-repl', 'dapui_console' },
|
||||||
|
Loading…
x
Reference in New Issue
Block a user