[neovim] Change colorscheme
This commit is contained in:
@@ -226,31 +226,9 @@ require("lazy").setup({
|
|||||||
|
|
||||||
-- Colorscheme
|
-- Colorscheme
|
||||||
{
|
{
|
||||||
"Yagua/nebulous.nvim",
|
"ellisonleao/gruvbox.nvim",
|
||||||
config = function()
|
config = function()
|
||||||
require("nebulous").setup({
|
vim.cmd.colorscheme("gruvbox")
|
||||||
variant = "fullmoon",
|
|
||||||
disable = {
|
|
||||||
background = true,
|
|
||||||
endOfBuffer = false,
|
|
||||||
terminal_colors = true,
|
|
||||||
},
|
|
||||||
italic = {
|
|
||||||
comments = false,
|
|
||||||
keywords = true,
|
|
||||||
functions = false,
|
|
||||||
variables = false,
|
|
||||||
},
|
|
||||||
custom_colors = { -- this table can hold any group of colors with their respective values
|
|
||||||
LineNr = { fg = "#5BBBDA", bg = "NONE", style = "NONE" },
|
|
||||||
CursorLineNr = { fg = "#E1CD6C", bg = "NONE", style = "NONE" },
|
|
||||||
|
|
||||||
-- it is possible to specify only the element to be changed
|
|
||||||
TelescopePreviewBorder = { fg = "#A13413" },
|
|
||||||
LspDiagnosticsDefaultError = { bg = "#E11313" },
|
|
||||||
TSTagDelimiter = { style = "bold,italic" },
|
|
||||||
}
|
|
||||||
})
|
|
||||||
end
|
end
|
||||||
},
|
},
|
||||||
|
|
||||||
@@ -283,7 +261,7 @@ require("lazy").setup({
|
|||||||
|
|
||||||
configs.setup({
|
configs.setup({
|
||||||
sync_install = false,
|
sync_install = false,
|
||||||
highlight = { enable = true },
|
highlight = { enable = false },
|
||||||
indent = { enable = true },
|
indent = { enable = true },
|
||||||
})
|
})
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user