mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
Include flexoki as new default theme
This commit is contained in:
@@ -1,56 +1,61 @@
|
|||||||
return {
|
return {
|
||||||
-- Load all theme plugins but don't apply them
|
-- Load all theme plugins but don't apply them
|
||||||
-- This ensures all colorschemes are available for hot-reloading
|
-- This ensures all colorschemes are available for hot-reloading
|
||||||
{
|
{
|
||||||
"ribru17/bamboo.nvim",
|
"ribru17/bamboo.nvim",
|
||||||
lazy = true,
|
lazy = true,
|
||||||
priority = 1000,
|
priority = 1000,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"catppuccin/nvim",
|
"catppuccin/nvim",
|
||||||
name = "catppuccin",
|
name = "catppuccin",
|
||||||
lazy = true,
|
lazy = true,
|
||||||
priority = 1000,
|
priority = 1000,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"sainnhe/everforest",
|
"sainnhe/everforest",
|
||||||
lazy = true,
|
lazy = true,
|
||||||
priority = 1000,
|
priority = 1000,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ellisonleao/gruvbox.nvim",
|
"kepano/flexoki-neovim",
|
||||||
lazy = true,
|
lazy = true,
|
||||||
priority = 1000,
|
priority = 1000,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"rebelot/kanagawa.nvim",
|
"ellisonleao/gruvbox.nvim",
|
||||||
lazy = true,
|
lazy = true,
|
||||||
priority = 1000,
|
priority = 1000,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"tahayvr/matteblack.nvim",
|
"rebelot/kanagawa.nvim",
|
||||||
lazy = true,
|
lazy = true,
|
||||||
priority = 1000,
|
priority = 1000,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"loctvl842/monokai-pro.nvim",
|
"tahayvr/matteblack.nvim",
|
||||||
lazy = true,
|
lazy = true,
|
||||||
priority = 1000,
|
priority = 1000,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"shaunsingh/nord.nvim",
|
"loctvl842/monokai-pro.nvim",
|
||||||
lazy = true,
|
lazy = true,
|
||||||
priority = 1000,
|
priority = 1000,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"rose-pine/neovim",
|
"shaunsingh/nord.nvim",
|
||||||
name = "rose-pine",
|
lazy = true,
|
||||||
lazy = true,
|
priority = 1000,
|
||||||
priority = 1000,
|
},
|
||||||
},
|
{
|
||||||
{
|
"rose-pine/neovim",
|
||||||
"folke/tokyonight.nvim",
|
name = "rose-pine",
|
||||||
lazy = true,
|
lazy = true,
|
||||||
priority = 1000,
|
priority = 1000,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"folke/tokyonight.nvim",
|
||||||
|
lazy = true,
|
||||||
|
priority = 1000,
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user