Add cendre colorscheme

This commit is contained in:
2026-08-11 21:16:35 +00:00
parent ab86df7274
commit e48b74c644
2 changed files with 10 additions and 0 deletions
+9
View File
@@ -134,4 +134,13 @@ return {
"nyoom-engineering/oxocarbon.nvim",
lazy = true,
},
{
"Aejkatappaja/cendre",
lazy = true,
opts = {
-- "hard" | "medium" | "soft", also switchable at runtime with :CendreBackground
background = "hard",
dim_inactive = true,
},
},
}