Change to zenbones colorscheme

master
Alex Selimov 2 weeks ago
parent 4b220023f7
commit 022a8b9800

@ -556,7 +556,6 @@ require("lazy").setup({
"stylua", -- Used to format lua code "stylua", -- Used to format lua code
"black", "black",
"clang-format", "clang-format",
"ormolu",
"beautysh", "beautysh",
"latexindent", "latexindent",
"prettier", "prettier",
@ -768,12 +767,14 @@ require("lazy").setup({
-- change the command in the config to whatever the name of that colorscheme is -- change the command in the config to whatever the name of that colorscheme is
-- --
-- If you want to see what colorschemes are already installed, you can use `:Telescope colorscheme` -- If you want to see what colorschemes are already installed, you can use `:Telescope colorscheme`
"morhetz/gruvbox",
lazy = false, -- make sure we load this during startup if it is your main colorscheme lazy = false, -- make sure we load this during startup if it is your main colorscheme
priority = 1000, -- make sure to load this before all the other start plugins priority = 1000, -- make sure to load this before all the other start plugins
--"morhetz/gruvbox",
"zenbones-theme/zenbones.nvim",
dependencies = "rktjmp/lush.nvim",
config = function() config = function()
-- Load the colorscheme here -- Load the colorscheme here
vim.cmd.colorscheme("gruvbox") vim.cmd.colorscheme("zenbones")
end, end,
}, },

Loading…
Cancel
Save