Added new main colorscheme
This commit is contained in:
@@ -1,23 +1,54 @@
|
|||||||
return {
|
return {
|
||||||
|
{
|
||||||
|
"bluz71/vim-nightfly-colors",
|
||||||
|
name = "nightfly",
|
||||||
|
priority = 1000,
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"catppuccin/nvim",
|
"catppuccin/nvim",
|
||||||
name = "catppuccin",
|
name = "catppuccin",
|
||||||
priority = 1000,
|
priority = 1000,
|
||||||
|
lazy = true,
|
||||||
config = function()
|
config = function()
|
||||||
local catppuccin = require("catppuccin")
|
local catppuccin = require("catppuccin")
|
||||||
catppuccin.setup({
|
catppuccin.setup({
|
||||||
integrations = {
|
integrations = { notify = true, mason = true },
|
||||||
notify = true,
|
|
||||||
mason = true,
|
|
||||||
},
|
|
||||||
})
|
})
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
{ "folke/tokyonight.nvim", priority = 1000, lazy = true },
|
{
|
||||||
{ "Mofiqul/dracula.nvim", priority = 1000, lazy = true },
|
"folke/tokyonight.nvim",
|
||||||
{ "roflolilolmao/oceanic-next.nvim", priority = 1000, lazy = true },
|
priority = 1000,
|
||||||
{ "olimorris/onedarkpro.nvim", priority = 1000, lazy = true },
|
lazy = true,
|
||||||
{ "NTBBloodbath/doom-one.nvim", priority = 1000, lazy = true },
|
},
|
||||||
{ "shaunsingh/moonlight.nvim", priority = 1000, lazy = true },
|
{
|
||||||
{ "kvrohit/mellow.nvim", priority = 1000, lazy = true },
|
"Mofiqul/dracula.nvim",
|
||||||
|
priority = 1000,
|
||||||
|
lazy = true,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"roflolilolmao/oceanic-next.nvim",
|
||||||
|
priority = 1000,
|
||||||
|
lazy = true,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"olimorris/onedarkpro.nvim",
|
||||||
|
priority = 1000,
|
||||||
|
lazy = true,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"NTBBloodbath/doom-one.nvim",
|
||||||
|
priority = 1000,
|
||||||
|
lazy = true,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"shaunsingh/moonlight.nvim",
|
||||||
|
priority = 1000,
|
||||||
|
lazy = true,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"kvrohit/mellow.nvim",
|
||||||
|
priority = 1000,
|
||||||
|
lazy = true,
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user