🎨 More Themes
- Add a number of new themes - Organize themes into separate subdirectory - All themes are unloaded until selected - Catppuccin and TokyoNight are loaded by default
This commit is contained in:
@@ -95,9 +95,9 @@ require("lazy").setup({
|
|||||||
{ import = "lazyvim.plugins.extras.lang.yaml" },
|
{ import = "lazyvim.plugins.extras.lang.yaml" },
|
||||||
{ import = "lazyvim.plugins.extras.editor.telescope" },
|
{ import = "lazyvim.plugins.extras.editor.telescope" },
|
||||||
{ import = "plugins" },
|
{ import = "plugins" },
|
||||||
|
{ import = "themes" },
|
||||||
},
|
},
|
||||||
defaults = { lazy = false, version = false },
|
defaults = { lazy = false, version = false },
|
||||||
install = { colorscheme = {} },
|
|
||||||
checker = { enabled = true },
|
checker = { enabled = true },
|
||||||
performance = {
|
performance = {
|
||||||
rtp = {
|
rtp = {
|
||||||
|
|||||||
@@ -0,0 +1,7 @@
|
|||||||
|
-- -----------------------------------------------------------------------------
|
||||||
|
-- --------------------------------- Dracula -----------------------------------
|
||||||
|
-- -----------------------------------------------------------------------------
|
||||||
|
return {
|
||||||
|
"Mofiqul/dracula.nvim",
|
||||||
|
lazy = true,
|
||||||
|
}
|
||||||
@@ -0,0 +1,7 @@
|
|||||||
|
-- -----------------------------------------------------------------------------
|
||||||
|
-- ---------------------------- Github Nvim Theme ------------------------------
|
||||||
|
-- -----------------------------------------------------------------------------
|
||||||
|
return {
|
||||||
|
"projekt0n/github-nvim-theme",
|
||||||
|
lazy = true,
|
||||||
|
}
|
||||||
@@ -0,0 +1,4 @@
|
|||||||
|
return {
|
||||||
|
"ellisonleao/gruvbox.nvim",
|
||||||
|
lazy = true,
|
||||||
|
}
|
||||||
@@ -0,0 +1,7 @@
|
|||||||
|
-- -----------------------------------------------------------------------------
|
||||||
|
-- -------------------------------- Kanagawa -----------------------------------
|
||||||
|
-- -----------------------------------------------------------------------------
|
||||||
|
return {
|
||||||
|
"rebelot/kanagawa.nvim",
|
||||||
|
lazy = true,
|
||||||
|
}
|
||||||
@@ -0,0 +1,4 @@
|
|||||||
|
return {
|
||||||
|
"diegoulloao/neofusion.nvim",
|
||||||
|
lazy = true,
|
||||||
|
}
|
||||||
@@ -0,0 +1,7 @@
|
|||||||
|
-- -----------------------------------------------------------------------------
|
||||||
|
-- ---------------------------------- Nord -------------------------------------
|
||||||
|
-- -----------------------------------------------------------------------------
|
||||||
|
return {
|
||||||
|
"shaunsingh/nord.nvim",
|
||||||
|
lazy = true,
|
||||||
|
}
|
||||||
@@ -0,0 +1,7 @@
|
|||||||
|
-- -----------------------------------------------------------------------------
|
||||||
|
-- ------------------------------ One Dark Pro ---------------------------------
|
||||||
|
-- -----------------------------------------------------------------------------
|
||||||
|
return {
|
||||||
|
"olimorris/onedarkpro.nvim",
|
||||||
|
lazy = true,
|
||||||
|
}
|
||||||
@@ -0,0 +1,4 @@
|
|||||||
|
return {
|
||||||
|
"nyoom-engineering/oxocarbon.nvim",
|
||||||
|
lazy = true,
|
||||||
|
}
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
-- -----------------------------------------------------------------------------
|
-- -----------------------------------------------------------------------------
|
||||||
-- -------------------------------- rose-pine ----------------------------------
|
-- -------------------------------- Rose Pine ----------------------------------
|
||||||
-- -----------------------------------------------------------------------------
|
-- -----------------------------------------------------------------------------
|
||||||
return {
|
return {
|
||||||
"rose-pine/neovim",
|
"rose-pine/neovim",
|
||||||
@@ -0,0 +1,7 @@
|
|||||||
|
-- -----------------------------------------------------------------------------
|
||||||
|
-- ------------------------------ One Dark Pro ---------------------------------
|
||||||
|
-- -----------------------------------------------------------------------------
|
||||||
|
return {
|
||||||
|
"LZDQ/umbra.nvim",
|
||||||
|
lazy = true,
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user