mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-21 08:35:48 +02:00
test gruvebox color scheme
This commit is contained in:
parent
6faaa82c7b
commit
c60e87d5ec
4 changed files with 36 additions and 34 deletions
|
@ -30,29 +30,29 @@ return {
|
|||
-- require("user.catppuccin")
|
||||
-- end,
|
||||
-- },
|
||||
-- {
|
||||
-- "ellisonleao/gruvbox.nvim",
|
||||
-- init = function()
|
||||
-- require("gruvbox").setup({
|
||||
-- undercurl = true,
|
||||
-- underline = true,
|
||||
-- bold = true,
|
||||
-- italic = true,
|
||||
-- strikethrough = true,
|
||||
-- invert_selection = false,
|
||||
-- invert_signs = false,
|
||||
-- invert_tabline = false,
|
||||
-- invert_intend_guides = false,
|
||||
-- inverse = true, -- invert background for search, diffs, statuslines and errors
|
||||
-- contrast = "", -- can be "hard", "soft" or empty string
|
||||
-- palette_overrides = {},
|
||||
-- overrides = {},
|
||||
-- dim_inactive = false,
|
||||
-- transparent_mode = false,
|
||||
-- })
|
||||
-- vim.o.background = "dark" -- or "light" for light mode
|
||||
-- end,
|
||||
-- },
|
||||
{
|
||||
"ellisonleao/gruvbox.nvim",
|
||||
init = function()
|
||||
require("gruvbox").setup({
|
||||
undercurl = true,
|
||||
underline = true,
|
||||
bold = true,
|
||||
italic = true,
|
||||
strikethrough = true,
|
||||
invert_selection = false,
|
||||
invert_signs = false,
|
||||
invert_tabline = false,
|
||||
invert_intend_guides = false,
|
||||
inverse = true, -- invert background for search, diffs, statuslines and errors
|
||||
contrast = "", -- can be "hard", "soft" or empty string
|
||||
palette_overrides = {},
|
||||
overrides = {},
|
||||
dim_inactive = false,
|
||||
transparent_mode = false,
|
||||
})
|
||||
vim.o.background = "dark" -- or "light" for light mode
|
||||
end,
|
||||
},
|
||||
-- { "sainnhe/sonokai" },
|
||||
-- -- { "EdenEast/nightfox.nvim" },
|
||||
-- {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue