Add more colorschemes including my own port of farout

This commit is contained in:
2023-12-01 15:28:12 -05:00
parent 6d543e4409
commit 48e6eeeb7c
2 changed files with 36 additions and 3 deletions

View File

@@ -33,4 +33,35 @@ return {
dim_inactive = true,
},
},
{
"rebelot/kanagawa.nvim",
opts = {
dimInactive = true,
},
},
{ "kdheepak/monochrome.nvim" },
{
"folke/tokyonight.nvim",
opts = {
style = "night",
dim_inactive = true,
},
},
{
"catppuccin/nvim",
name = "catppuccin",
opts = {
flavour = "mocha",
dim_inactive = {
enabled = true,
},
},
},
{
-- My own colorscheme, aka. thallada/farout.nvim
dir = "~/farout.nvim/",
opts = {
dim_inactive = true,
},
},
}